From dab6fa5ed8cc5c80e907dc3a9e903e17cb19924d Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Wed, 24 Aug 2011 17:17:10 +0100 Subject: [PATCH] compressibleTwoPhaseEulerFoam: new solver for momentum conservative compressible two-phase flow --- .../compressibleTwoPhaseEulerFoam/Allwclean | 10 + .../compressibleTwoPhaseEulerFoam/Allwmake | 10 + .../compressibleTwoPhaseEulerFoam/CourantNo.H | 51 + .../CourantNos.H | 12 + .../compressibleTwoPhaseEulerFoam/DDtU.H | 11 + .../compressibleTwoPhaseEulerFoam/Make/files | 3 + .../Make/options | 17 + .../compressibleTwoPhaseEulerFoam/TEqns.H | 38 + .../compressibleTwoPhaseEulerFoam/UEqns.H | 72 + .../compressibleTwoPhaseEulerFoam/alphaEqn.H | 105 + .../compressibleTwoPhaseEulerFoam.C | 115 + .../createFields.H | 362 + .../createRASTurbulence.H | 189 + .../interfacialCoeffs.H | 80 + .../interfacialModels/Make/files | 15 + .../interfacialModels/Make/options | 6 + .../dragModels/Ergun/Ergun.C | 83 + .../dragModels/Ergun/Ergun.H | 96 + .../dragModels/Gibilaro/Gibilaro.C | 82 + .../dragModels/Gibilaro/Gibilaro.H | 96 + .../GidaspowErgunWenYu/GidaspowErgunWenYu.C | 110 + .../GidaspowErgunWenYu/GidaspowErgunWenYu.H | 94 + .../GidaspowSchillerNaumann.C | 92 + .../GidaspowSchillerNaumann.H | 103 + .../SchillerNaumann/SchillerNaumann.C | 89 + .../SchillerNaumann/SchillerNaumann.H | 92 + .../dragModels/SyamlalOBrien/SyamlalOBrien.C | 102 + .../dragModels/SyamlalOBrien/SyamlalOBrien.H | 95 + .../dragModels/WenYu/WenYu.C | 92 + .../dragModels/WenYu/WenYu.H | 106 + .../dragModels/dragModel/dragModel.C | 60 + .../dragModels/dragModel/dragModel.H | 134 + .../dragModels/dragModel/newDragModel.C | 65 + .../RanzMarshall/RanzMarshall.C | 82 + .../RanzMarshall/RanzMarshall.H | 92 + .../heatTransferModel/heatTransferModel.C | 60 + .../heatTransferModel/heatTransferModel.H | 135 + .../heatTransferModel/newHeatTransferModel.C | 65 + .../kineticTheoryModels/Make/files | 33 + .../kineticTheoryModels/Make/options | 5 + .../Gidaspow/GidaspowConductivity.C | 93 + .../Gidaspow/GidaspowConductivity.H | 97 + .../HrenyaSinclairConductivity.C | 104 + .../HrenyaSinclairConductivity.H | 102 + .../Syamlal/SyamlalConductivity.C | 93 + .../Syamlal/SyamlalConductivity.H | 97 + .../conductivityModel/conductivityModel.C | 58 + .../conductivityModel/conductivityModel.H | 128 + .../conductivityModel/newConductivityModel.C | 59 + .../JohnsonJacksonFrictionalStress.C | 124 + .../JohnsonJacksonFrictionalStress.H | 116 + .../Schaeffer/SchaefferFrictionalStress.C | 156 + .../Schaeffer/SchaefferFrictionalStress.H | 116 + .../frictionalStressModel.C | 58 + .../frictionalStressModel.H | 147 + .../newFrictionalStressModel.C | 60 + .../granularPressureModel/Lun/LunPressure.C | 98 + .../granularPressureModel/Lun/LunPressure.H | 104 + .../SyamlalRogersOBrienPressure.C | 101 + .../SyamlalRogersOBrienPressure.H | 104 + .../granularPressureModel.C | 58 + .../granularPressureModel.H | 137 + .../newGranularPressureModel.C | 60 + .../kineticTheoryModel/kineticTheoryModel.C | 390 + .../kineticTheoryModel/kineticTheoryModel.H | 196 + .../CarnahanStarling/CarnahanStarlingRadial.C | 99 + .../CarnahanStarling/CarnahanStarlingRadial.H | 100 + .../radialModel/Gidaspow/GidaspowRadial.C | 93 + .../radialModel/Gidaspow/GidaspowRadial.H | 99 + .../radialModel/LunSavage/LunSavageRadial.C | 92 + .../radialModel/LunSavage/LunSavageRadial.H | 99 + .../SinclairJackson/SinclairJacksonRadial.C | 93 + .../SinclairJackson/SinclairJacksonRadial.H | 99 + .../radialModel/radialModel/newRadialModel.C | 60 + .../radialModel/radialModel/radialModel.C | 58 + .../radialModel/radialModel/radialModel.H | 132 + .../Gidaspow/GidaspowViscosity.C | 87 + .../Gidaspow/GidaspowViscosity.H | 96 + .../HrenyaSinclair/HrenyaSinclairViscosity.C | 101 + .../HrenyaSinclair/HrenyaSinclairViscosity.H | 104 + .../viscosityModel/Syamlal/SyamlalViscosity.C | 86 + .../viscosityModel/Syamlal/SyamlalViscosity.H | 97 + .../viscosityModel/none/noneViscosity.C | 75 + .../viscosityModel/none/noneViscosity.H | 94 + .../viscosityModel/newViscosityModel.C | 59 + .../viscosityModel/viscosityModel.C | 57 + .../viscosityModel/viscosityModel.H | 130 + .../compressibleTwoPhaseEulerFoam/pEqn.H | 144 + .../packingLimiter.H | 36 + .../phaseModel/Make/files | 7 + .../phaseModel/Make/options | 6 + .../constantDiameter/constantDiameter.C | 87 + .../constantDiameter/constantDiameter.H | 96 + .../diameterModel/diameterModel.C | 56 + .../diameterModel/diameterModel.H | 120 + .../diameterModel/newDiameterModel.C | 63 + .../isothermalDiameter/isothermalDiameter.C | 80 + .../isothermalDiameter/isothermalDiameter.H | 99 + .../phaseModel/phaseModel/phaseModel.C | 184 + .../phaseModel/phaseModel/phaseModel.H | 169 + .../readPPProperties.H | 36 + .../readTwoPhaseEulerFoamControls.H | 4 + .../turbulenceModel/kEpsilon.H | 64 + .../turbulenceModel/wallDissipation.H | 50 + .../turbulenceModel/wallFunctions.H | 89 + .../turbulenceModel/wallViscosity.H | 41 + .../compressibleTwoPhaseEulerFoam/write.H | 17 + .../bubbleColumn/0/T1 | 45 + .../bubbleColumn/0/T2 | 45 + .../bubbleColumn/0/Theta | 47 + .../bubbleColumn/0/U1 | 41 + .../bubbleColumn/0/U2 | 41 + .../bubbleColumn/0/alpha1 | 1926 ++ .../bubbleColumn/0/alpha1.org | 41 + .../bubbleColumn/0/epsilon | 47 + .../bubbleColumn/0/k | 47 + .../bubbleColumn/0/p | 38 + .../bubbleColumn/constant/RASProperties | 25 + .../bubbleColumn/constant/g | 22 + .../constant/interfacialProperties | 28 + .../constant/kineticTheoryProperties | 52 + .../constant/polyMesh/blockMeshDict | 61 + .../bubbleColumn/constant/polyMesh/boundary | 46 + .../bubbleColumn/constant/polyMesh/faces | 7624 +++++ .../bubbleColumn/constant/polyMesh/neighbour | 3675 +++ .../bubbleColumn/constant/polyMesh/owner | 7625 +++++ .../bubbleColumn/constant/polyMesh/points | 3976 +++ .../bubbleColumn/constant/ppProperties | 29 + .../bubbleColumn/constant/transportProperties | 66 + .../bubbleColumn/system/controlDict | 95 + .../bubbleColumn/system/fvSchemes | 74 + .../bubbleColumn/system/fvSolution | 111 + .../bubbleColumn/system/setFieldsDict | 36 + .../fluidisedBed/0/T1 | 48 + .../fluidisedBed/0/T2 | 48 + .../fluidisedBed/0/Theta | 47 + .../fluidisedBed/0/U1 | 48 + .../fluidisedBed/0/U2 | 48 + .../fluidisedBed/0/alpha1 | 6048 ++++ .../fluidisedBed/0/alpha1.org | 45 + .../fluidisedBed/0/epsilon | 49 + .../fluidisedBed/0/k | 49 + .../fluidisedBed/0/p | 45 + .../fluidisedBed/constant/RASProperties | 23 + .../fluidisedBed/constant/filterProperties | 27 + .../fluidisedBed/constant/g | 22 + .../constant/interfacialProperties | 28 + .../constant/kineticTheoryProperties | 52 + .../constant/polyMesh/blockMeshDict | 66 + .../fluidisedBed/constant/polyMesh/boundary | 46 + .../fluidisedBed/constant/polyMesh/faces | 24254 +++++++++++++++ .../fluidisedBed/constant/polyMesh/neighbour | 11795 ++++++++ .../fluidisedBed/constant/polyMesh/owner | 24255 ++++++++++++++++ .../fluidisedBed/constant/polyMesh/points | 12486 ++++++++ .../fluidisedBed/constant/ppProperties | 29 + .../fluidisedBed/constant/transportProperties | 65 + .../fluidisedBed/system/controlDict | 95 + .../fluidisedBed/system/fvSchemes | 74 + .../fluidisedBed/system/fvSolution | 111 + .../fluidisedBed/system/setFieldsDict | 23 + 160 files changed, 115262 insertions(+) create mode 100755 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwclean create mode 100755 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwmake create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNo.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNos.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/DDtU.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/files create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/options create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/TEqns.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/UEqns.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/alphaEqn.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/compressibleTwoPhaseEulerFoam.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createFields.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createRASTurbulence.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialCoeffs.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/files create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/options create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/newDragModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/newHeatTransferModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/files create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/options create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/newConductivityModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/newGranularPressureModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/newRadialModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/newViscosityModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/pEqn.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/packingLimiter.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/files create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/options create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/newDiameterModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.C create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readPPProperties.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readTwoPhaseEulerFoamControls.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/kEpsilon.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallDissipation.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallFunctions.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallViscosity.H create mode 100644 applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/write.H create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T1 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T2 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/Theta create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U1 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U2 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1.org create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/p create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/RASProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/g create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/interfacialProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/kineticTheoryProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/blockMeshDict create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/boundary create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/faces create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/neighbour create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/owner create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/points create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/ppProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/transportProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/controlDict create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSolution create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/setFieldsDict create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T1 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T2 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/Theta create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U1 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U2 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1 create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1.org create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/p create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/RASProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/filterProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/g create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/interfacialProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/kineticTheoryProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/blockMeshDict create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/boundary create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/faces create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/neighbour create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/owner create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/points create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/ppProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/transportProperties create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/controlDict create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSolution create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/setFieldsDict diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwclean b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwclean new file mode 100755 index 00000000000..cc138bc068e --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwclean @@ -0,0 +1,10 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory +set -x + +wclean libso phaseModel +wclean libso interfacialModels +wclean libso kineticTheoryModels +wclean + +# ----------------------------------------------------------------- end-of-file diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwmake b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwmake new file mode 100755 index 00000000000..29294d166a9 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Allwmake @@ -0,0 +1,10 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory +set -x + +wmake libso phaseModel +wmake libso interfacialModels +wmake libso kineticTheoryModels +wmake + +# ----------------------------------------------------------------- end-of-file diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNo.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNo.H new file mode 100644 index 00000000000..4bfc58978e0 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNo.H @@ -0,0 +1,51 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Global + CourantNo + +Description + Calculates and outputs the mean and maximum Courant Numbers. + +\*---------------------------------------------------------------------------*/ + +scalar CoNum = 0.0; +scalar meanCoNum = 0.0; + +if (mesh.nInternalFaces()) +{ + scalarField sumPhi + ( + fvc::surfaceSum(mag(phi))().internalField() + ); + + CoNum = 0.5*gMax(sumPhi/mesh.V().field())*runTime.deltaTValue(); + + meanCoNum = + 0.5*(gSum(sumPhi)/gSum(mesh.V().field()))*runTime.deltaTValue(); +} + +Info<< "Courant Number mean: " << meanCoNum + << " max: " << CoNum << endl; + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNos.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNos.H new file mode 100644 index 00000000000..4433c5cde4a --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/CourantNos.H @@ -0,0 +1,12 @@ +# include "CourantNo.H" + +{ + scalar UrCoNum = 0.5*gMax + ( + fvc::surfaceSum(mag(phi1 - phi2))().internalField()/mesh.V().field() + )*runTime.deltaTValue(); + + Info<< "Max Ur Courant Number = " << UrCoNum << endl; + + CoNum = max(CoNum, UrCoNum); +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/DDtU.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/DDtU.H new file mode 100644 index 00000000000..96b6a63a435 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/DDtU.H @@ -0,0 +1,11 @@ +{ + DDtU1 = + fvc::ddt(U1) + + fvc::div(phi1, U1) + - fvc::div(phi1)*U1; + + DDtU2 = + fvc::ddt(U2) + + fvc::div(phi2, U2) + - fvc::div(phi2)*U2; +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/files b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/files new file mode 100644 index 00000000000..a02d6bed451 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/files @@ -0,0 +1,3 @@ +compressibleTwoPhaseEulerFoam.C + +EXE = $(FOAM_USER_APPBIN)/compressibleTwoPhaseEulerFoam diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/options b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/options new file mode 100644 index 00000000000..b3674343d2b --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/Make/options @@ -0,0 +1,17 @@ +EXE_INC = \ + -I$(LIB_SRC)/finiteVolume/lnInclude \ + -I$(LIB_SRC)/transportModels/incompressible/lnInclude \ + -IturbulenceModel \ + -IkineticTheoryModels/lnInclude \ + -IinterfacialModels/lnInclude \ + -IphaseModel/lnInclude \ + -Iaveraging + +EXE_LIBS = \ + -L$(FOAM_USER_LIBBIN) \ + -lincompressibleTransportModels \ + -lcompressiblePhaseModel \ + -lcompressibleEulerianInterfacialModels \ + -lcompressibleKineticTheoryModel \ + -lfiniteVolume \ + -lmeshTools diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/TEqns.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/TEqns.H new file mode 100644 index 00000000000..26015141d27 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/TEqns.H @@ -0,0 +1,38 @@ +{ + volScalarField kByCp1("kByCp1", alpha1*(k1/Cp1/rho1 + sqr(Ct)*nut2/Prt)); + volScalarField kByCp2("kByCp2", alpha2*(k2/Cp2/rho2 + nut2/Prt)); + + fvScalarMatrix T1Eqn + ( + fvm::ddt(alpha1, T1) + + fvm::div(alphaPhi1, T1) + - fvm::Sp(fvc::ddt(alpha1) + fvc::div(alphaPhi1), T1) + - fvm::laplacian(kByCp1, T1) + == + heatTransferCoeff*T2/Cp1/rho1 + - fvm::Sp(heatTransferCoeff/Cp1/rho1, T1) + + alpha1*Dp1Dt/Cp1/rho1 + ); + + fvScalarMatrix T2Eqn + ( + fvm::ddt(alpha2, T2) + + fvm::div(alphaPhi2, T2) + - fvm::Sp(fvc::ddt(alpha2) + fvc::div(alphaPhi2), T2) + - fvm::laplacian(kByCp2, T2) + == + heatTransferCoeff*T1/Cp2/rho2 + - fvm::Sp(heatTransferCoeff/Cp2/rho2, T2) + + alpha2*Dp2Dt/Cp2/rho2 + ); + + T1Eqn.relax(); + T1Eqn.solve(); + + T2Eqn.relax(); + T2Eqn.solve(); + + // Update compressibilities + psi1 = 1.0/(R1*T1); + psi2 = 1.0/(R2*T2); +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/UEqns.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/UEqns.H new file mode 100644 index 00000000000..2c2f1281f85 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/UEqns.H @@ -0,0 +1,72 @@ +fvVectorMatrix U1Eqn(U1, U1.dimensions()*dimVol/dimTime); +fvVectorMatrix U2Eqn(U2, U2.dimensions()*dimVol/dimTime); + +{ + { + volTensorField gradU1T = fvc::grad(U1)().T(); + + if (kineticTheory.on()) + { + kineticTheory.solve(gradU1T); + nuEff1 = kineticTheory.mua()/rho1; + } + else // If not using kinetic theory is using Ct model + { + nuEff1 = sqr(Ct)*nut2 + nu1; + } + + volTensorField Rc1 + ( + "Rc1", + ((2.0/3.0)*I)*(sqr(Ct)*k + nuEff1*tr(gradU1T)) - nuEff1*gradU1T + ); + + if (kineticTheory.on()) + { + Rc1 -= ((kineticTheory.lambda()/rho1)*tr(gradU1T))*tensor(I); + } + + U1Eqn = + ( + (scalar(1) + Cvm*rho2*alpha2/rho1)* + ( + fvm::ddt(alpha1, U1) + + fvm::div(alphaPhi1, U1) + - fvm::Sp(fvc::ddt(alpha1) + fvc::div(alphaPhi1), U1) + ) + - fvm::laplacian(alpha1*nuEff1, U1) + + fvc::div(alpha1*Rc1) + == + - fvm::Sp(dragCoeff/rho1, U1) + - alpha1*alpha2/rho1*(liftForce - Cvm*rho2*DDtU2) + ); + + U1Eqn.relax(); + } + + { + volTensorField gradU2T = fvc::grad(U2)().T(); + volTensorField Rc2 + ( + "Rc2", + ((2.0/3.0)*I)*(k + nuEff2*tr(gradU2T)) - nuEff2*gradU2T + ); + + U2Eqn = + ( + (scalar(1) + Cvm*rho2*alpha1/rho2)* + ( + fvm::ddt(alpha2, U2) + + fvm::div(alphaPhi2, U2) + - fvm::Sp(fvc::ddt(alpha2) + fvc::div(alphaPhi2), U2) + ) + - fvm::laplacian(alpha2*nuEff2, U2) + + fvc::div(alpha2*Rc2) + == + - fvm::Sp(dragCoeff/rho2, U2) + + alpha1*alpha2/rho2*(liftForce + Cvm*rho2*DDtU1) + ); + + U2Eqn.relax(); + } +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/alphaEqn.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/alphaEqn.H new file mode 100644 index 00000000000..f0ebde6332f --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/alphaEqn.H @@ -0,0 +1,105 @@ +surfaceScalarField alphaPhi1("alphaPhi1", phi1); +surfaceScalarField alphaPhi2("alphaPhi2", phi2); + +{ + word scheme("div(phi,alpha1)"); + word schemer("div(phir,alpha1)"); + + surfaceScalarField phic("phic", phi); + surfaceScalarField phir("phir", phi1 - phi2); + + if (g0.value() > 0.0) + { + surfaceScalarField alpha1f = fvc::interpolate(alpha1); + surfaceScalarField phipp = ppMagf*fvc::snGrad(alpha1)*mesh.magSf(); + phir += phipp; + phic += fvc::interpolate(alpha1)*phipp; + } + + for (int acorr=0; acorr<nAlphaCorr; acorr++) + { + volScalarField::DimensionedInternalField Sp + ( + IOobject + ( + "Sp", + runTime.timeName(), + mesh + ), + mesh, + dimensionedScalar("Sp", dgdt.dimensions(), 0.0) + ); + + volScalarField::DimensionedInternalField Su + ( + IOobject + ( + "Su", + runTime.timeName(), + mesh + ), + // Divergence term is handled explicitly to be + // consistent with the explicit transport solution + fvc::div(phi)*min(alpha1, scalar(1)) + ); + + forAll(dgdt, celli) + { + if (dgdt[celli] > 0.0 && alpha1[celli] > 0.0) + { + Sp[celli] -= dgdt[celli]*alpha1[celli]; + Su[celli] += dgdt[celli]*alpha1[celli]; + } + else if (dgdt[celli] < 0.0 && alpha1[celli] < 1.0) + { + Sp[celli] += dgdt[celli]*(1.0 - alpha1[celli]); + } + } + + + fvScalarMatrix alpha1Eqn + ( + fvm::ddt(alpha1) + + fvm::div(phic, alpha1, scheme) + + fvm::div(-fvc::flux(-phir, alpha2, schemer), alpha1, schemer) + == + fvm::Sp(Sp, alpha1) + Su + ); + + if (g0.value() > 0.0) + { + ppMagf = rU1Af*fvc::interpolate + ( + (1.0/(rho1*(alpha1 + scalar(0.0001)))) + *g0*min(exp(preAlphaExp*(alpha1 - alphaMax)), expMax) + ); + + alpha1Eqn -= fvm::laplacian + ( + (fvc::interpolate(alpha1) + scalar(0.0001))*ppMagf, + alpha1, + "laplacian(alphaPpMag,alpha1)" + ); + } + + alpha1Eqn.relax(); + alpha1Eqn.solve(); + + //***HGW temporary boundedness-fix pending the introduction of MULES + alpha1 = max(min(alpha1, 1.0), 0.0); + + #include "packingLimiter.H" + + alphaPhi1 = alpha1Eqn.flux(); + alphaPhi2 = phi - alphaPhi1; + alpha2 = scalar(1) - alpha1; + + Info<< "Dispersed phase volume fraction = " + << alpha1.weightedAverage(mesh.V()).value() + << " Min(alpha1) = " << min(alpha1).value() + << " Max(alpha1) = " << max(alpha1).value() + << endl; + } +} + +rho = alpha1*rho1 + alpha2*rho2; diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/compressibleTwoPhaseEulerFoam.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/compressibleTwoPhaseEulerFoam.C new file mode 100644 index 00000000000..a16bbfcbd32 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/compressibleTwoPhaseEulerFoam.C @@ -0,0 +1,115 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Application + compressibleTwoPhaseInterFoam + +Description + Solver for a system of 2 compressible fluid phases with one phase + dispersed, e.g. gas bubbles in a liquid including heat-transfer. + +\*---------------------------------------------------------------------------*/ + +#include "fvCFD.H" +#include "nearWallDist.H" +#include "wallFvPatch.H" +#include "Switch.H" + +#include "IFstream.H" +#include "OFstream.H" + +#include "phaseModel.H" +#include "dragModel.H" +#include "heatTransferModel.H" +#include "kineticTheoryModel.H" + +#include "pimpleControl.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +int main(int argc, char *argv[]) +{ + #include "setRootCase.H" + + #include "createTime.H" + #include "createMesh.H" + #include "readGravitationalAcceleration.H" + #include "createFields.H" + #include "readPPProperties.H" + #include "initContinuityErrs.H" + #include "readTimeControls.H" + #include "CourantNos.H" + #include "setInitialDeltaT.H" + + pimpleControl pimple(mesh); + + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + Info<< "\nStarting time loop\n" << endl; + + while (runTime.run()) + { + #include "readTwoPhaseEulerFoamControls.H" + #include "CourantNos.H" + #include "setDeltaT.H" + + runTime++; + Info<< "Time = " << runTime.timeName() << nl << endl; + + // --- Pressure-velocity PIMPLE corrector loop + for (pimple.start(); pimple.loop(); pimple++) + { + if (pimple.nOuterCorr() != 1) + { + p.storePrevIter(); + } + + #include "alphaEqn.H" + #include "kEpsilon.H" + #include "interfacialCoeffs.H" + #include "TEqns.H" + #include "UEqns.H" + + // --- PISO loop + for (int corr=0; corr<pimple.nCorr(); corr++) + { + #include "pEqn.H" + } + + #include "DDtU.H" + } + + #include "write.H" + + Info<< "ExecutionTime = " + << runTime.elapsedCpuTime() + << " s\n\n" << endl; + } + + Info<< "End\n" << endl; + + return 0; +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createFields.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createFields.H new file mode 100644 index 00000000000..cd2bc8b6417 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createFields.H @@ -0,0 +1,362 @@ + Info<< "Reading transportProperties\n" << endl; + + IOdictionary transportProperties + ( + IOobject + ( + "transportProperties", + runTime.constant(), + mesh, + IOobject::MUST_READ, + IOobject::NO_WRITE + ) + ); + + autoPtr<phaseModel> phase1 = phaseModel::New + ( + mesh, + transportProperties, + "1" + ); + + autoPtr<phaseModel> phase2 = phaseModel::New + ( + mesh, + transportProperties, + "2" + ); + + volVectorField& U1 = phase1->U(); + surfaceScalarField& phi1 = phase1->phi(); + const dimensionedScalar& nu1 = phase1->nu(); + const dimensionedScalar& k1 = phase1->kappa(); + const dimensionedScalar& Cp1 = phase1->Cp(); + dimensionedScalar rho10 + ( + "rho0", + dimDensity, + transportProperties.subDict("phase1").lookup("rho0") + ); + dimensionedScalar R1 + ( + "R", + dimensionSet(0, 2, -2, -1, 0), + transportProperties.subDict("phase1").lookup("R") + ); + + volVectorField& U2 = phase2->U(); + surfaceScalarField& phi2 = phase2->phi(); + const dimensionedScalar& nu2 = phase2->nu(); + const dimensionedScalar& k2 = phase2->kappa(); + const dimensionedScalar& Cp2 = phase2->Cp(); + dimensionedScalar rho20 + ( + "rho0", + dimDensity, + transportProperties.subDict("phase2").lookup("rho0") + ); + dimensionedScalar R2 + ( + "R", + dimensionSet(0, 2, -2, -1, 0), + transportProperties.subDict("phase2").lookup("R") + ); + + dimensionedScalar pMin + ( + "pMin", + dimPressure, + transportProperties.lookup("pMin") + ); + + + Info<< "Reading field T1" << endl; + volScalarField T1 + ( + IOobject + ( + "T1", + runTime.timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ); + + Info<< "Reading field T2" << endl; + volScalarField T2 + ( + IOobject + ( + "T2", + runTime.timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ); + + volScalarField psi1 + ( + IOobject + ( + "psi1", + runTime.timeName(), + mesh + ), + 1.0/(R1*T1) + ); + + volScalarField psi2 + ( + IOobject + ( + "psi2", + runTime.timeName(), + mesh + ), + 1.0/(R2*T2) + ); + psi2.oldTime(); + + Info<< "Reading field p\n" << endl; + volScalarField p + ( + IOobject + ( + "p", + runTime.timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ); + + volScalarField rho1("rho1", rho10 + psi1*p); + volScalarField rho2("rho2", rho20 + psi2*p); + + + Info<< "Reading field alpha1\n" << endl; + volScalarField alpha1 + ( + IOobject + ( + "alpha1", + runTime.timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ); + + volScalarField alpha2 + ( + IOobject + ( + "alpha2", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::NO_WRITE + ), + scalar(1) - alpha1 + ); + + volVectorField U + ( + IOobject + ( + "U", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::AUTO_WRITE + ), + alpha1*U1 + alpha2*U2 + ); + + dimensionedScalar Cvm + ( + "Cvm", + dimless, + transportProperties.lookup("Cvm") + ); + + dimensionedScalar Cl + ( + "Cl", + dimless, + transportProperties.lookup("Cl") + ); + + dimensionedScalar Ct + ( + "Ct", + dimless, + transportProperties.lookup("Ct") + ); + + surfaceScalarField phi + ( + IOobject + ( + "phi", + runTime.timeName(), + mesh + ), + fvc::interpolate(alpha1)*phi1 + fvc::interpolate(alpha2)*phi2 + ); + + volScalarField rho + ( + IOobject + ( + "rho", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::AUTO_WRITE + ), + alpha1*rho1 + alpha2*rho2 + ); + + #include "createRASTurbulence.H" + + Info<< "Calculating field DDtU1 and DDtU2\n" << endl; + + volVectorField DDtU1 = + fvc::ddt(U1) + + fvc::div(phi1, U1) + - fvc::div(phi1)*U1; + + volVectorField DDtU2 = + fvc::ddt(U2) + + fvc::div(phi2, U2) + - fvc::div(phi2)*U2; + + + Info<< "Calculating field g.h\n" << endl; + volScalarField gh("gh", g & mesh.C()); + + IOdictionary interfacialProperties + ( + IOobject + ( + "interfacialProperties", + runTime.constant(), + mesh, + IOobject::MUST_READ, + IOobject::NO_WRITE + ) + ); + + autoPtr<dragModel> drag1 = dragModel::New + ( + interfacialProperties, + alpha1, + phase1, + phase2 + ); + + autoPtr<dragModel> drag2 = dragModel::New + ( + interfacialProperties, + alpha2, + phase2, + phase1 + ); + + autoPtr<heatTransferModel> heatTransfer1 = heatTransferModel::New + ( + interfacialProperties, + alpha1, + phase1, + phase2 + ); + + autoPtr<heatTransferModel> heatTransfer2 = heatTransferModel::New + ( + interfacialProperties, + alpha2, + phase2, + phase1 + ); + + word dispersedPhase(interfacialProperties.lookup("dispersedPhase")); + + if + ( + !( + dispersedPhase == "1" + || dispersedPhase == "2" + || dispersedPhase == "both" + ) + ) + { + FatalErrorIn(args.executable()) + << "invalid dispersedPhase " << dispersedPhase + << exit(FatalError); + } + + Info << "dispersedPhase is " << dispersedPhase << endl; + + scalar minInterfaceAlpha + ( + readScalar + ( + interfacialProperties.lookup("minInterfaceAlpha") + ) + ); + + kineticTheoryModel kineticTheory + ( + phase1, + U2, + alpha1, + drag1 + ); + + surfaceScalarField rU1Af + ( + IOobject + ( + "rU1Af", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::NO_WRITE + ), + mesh, + dimensionedScalar("zero", dimensionSet(0, 0, 1, 0, 0), 0.0) + ); + + surfaceScalarField ppMagf + ( + IOobject + ( + "ppMagf", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::NO_WRITE + ), + mesh, + dimensionedScalar("zero", dimensionSet(0, 2, -1, 0, 0), 0.0) + ); + + + label pRefCell = 0; + scalar pRefValue = 0.0; + setRefCell(p, mesh.solutionDict().subDict("PIMPLE"), pRefCell, pRefValue); + + + volScalarField dgdt = + pos(alpha2)*fvc::div(phi)/max(alpha2, scalar(0.0001)); + + Info<< "Creating field DpDt\n" << endl; + volScalarField Dp1Dt(fvc::DDt(phi1, p)); + volScalarField Dp2Dt(fvc::DDt(phi2, p)); diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createRASTurbulence.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createRASTurbulence.H new file mode 100644 index 00000000000..b8c453d6454 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/createRASTurbulence.H @@ -0,0 +1,189 @@ + IOdictionary RASProperties + ( + IOobject + ( + "RASProperties", + runTime.constant(), + mesh, + //IOobject::MUST_READ_IF_MODIFIED, + IOobject::MUST_READ, + IOobject::NO_WRITE + ) + ); + + + Switch turbulence + ( + RASProperties.lookup("turbulence") + ); + + dictionary kEpsilonDict + ( + RASProperties.subDictPtr("kEpsilonCoeffs") + ); + + dimensionedScalar Cmu + ( + dimensionedScalar::lookupOrAddToDict + ( + "Cmu", + kEpsilonDict, + 0.09 + ) + ); + + dimensionedScalar C1 + ( + dimensionedScalar::lookupOrAddToDict + ( + "C1", + kEpsilonDict, + 1.44 + ) + ); + + dimensionedScalar C2 + ( + dimensionedScalar::lookupOrAddToDict + ( + "C2", + kEpsilonDict, + 1.92 + ) + ); + + dimensionedScalar alphak + ( + dimensionedScalar::lookupOrAddToDict + ( + "alphak", + kEpsilonDict, + 1.0 + ) + ); + + dimensionedScalar alphaEps + ( + dimensionedScalar::lookupOrAddToDict + ( + "alphaEps", + kEpsilonDict, + 0.76923 + ) + ); + + dimensionedScalar Prt + ( + dimensioned<scalar>::lookupOrAddToDict + ( + "Prt", + kEpsilonDict, + 1.0 + ) + ); + + dictionary wallFunctionDict + ( + RASProperties.subDictPtr("wallFunctionCoeffs") + ); + + dimensionedScalar kappa + ( + dimensionedScalar::lookupOrAddToDict + ( + "kappa", + wallFunctionDict, + 0.41 + ) + ); + + dimensionedScalar E + ( + dimensionedScalar::lookupOrAddToDict + ( + "E", + wallFunctionDict, + 9.8 + ) + ); + + if (RASProperties.lookupOrDefault("printCoeffs", false)) + { + Info<< "kEpsilonCoeffs" << kEpsilonDict << nl + << "wallFunctionCoeffs" << wallFunctionDict << endl; + } + + + nearWallDist y(mesh); + + + Info<< "Reading field k\n" << endl; + volScalarField k + ( + IOobject + ( + "k", + runTime.timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ); + + Info<< "Reading field epsilon\n" << endl; + volScalarField epsilon + ( + IOobject + ( + "epsilon", + runTime.timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ); + + + Info<< "Calculating field nut2\n" << endl; + volScalarField nut2 + ( + IOobject + ( + "nut2", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::AUTO_WRITE + ), + Cmu*sqr(k)/epsilon + ); + + Info<< "Calculating field nuEff1\n" << endl; + volScalarField nuEff1 + ( + IOobject + ( + "nuEff1", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::NO_WRITE + ), + sqr(Ct)*nut2 + nu1 + ); + + Info<< "Calculating field nuEff2\n" << endl; + volScalarField nuEff2 + ( + IOobject + ( + "nuEff2", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::NO_WRITE + ), + nut2 + nu2 + ); diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialCoeffs.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialCoeffs.H new file mode 100644 index 00000000000..436b68a2f26 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialCoeffs.H @@ -0,0 +1,80 @@ +volScalarField dragCoeff +( + IOobject + ( + "dragCoeff", + runTime.timeName(), + mesh + ), + mesh, + dimensionedScalar("dragCoeff", dimensionSet(1, -3, -1, 0, 0), 0) +); + +volVectorField liftForce +( + IOobject + ( + "liftForce", + runTime.timeName(), + mesh + ), + mesh, + dimensionedVector("liftForce", dimensionSet(1, -2, -2, 0, 0), vector::zero) +); + +volScalarField heatTransferCoeff +( + IOobject + ( + "heatTransferCoeff", + runTime.timeName(), + mesh + ), + mesh, + dimensionedScalar("heatTransferCoeff", dimensionSet(1, -1, -3, -1, 0), 0) +); + +{ + volVectorField Ur = U1 - U2; + volScalarField magUr = mag(Ur); + + if (dispersedPhase == "1") + { + dragCoeff = drag1->K(magUr); + heatTransferCoeff = heatTransfer1->K(magUr); + } + else if (dispersedPhase == "2") + { + dragCoeff = drag2->K(magUr); + heatTransferCoeff = heatTransfer2->K(magUr); + } + else if (dispersedPhase == "both") + { + dragCoeff = + ( + alpha2*drag1->K(magUr) + + alpha1*drag2->K(magUr) + ); + + heatTransferCoeff = + ( + alpha2*heatTransfer1->K(magUr) + + alpha1*heatTransfer2->K(magUr) + ); + } + else + { + FatalErrorIn(args.executable()) + << "dispersedPhase: " << dispersedPhase << " is incorrect" + << exit(FatalError); + } + + volScalarField alphaCoeff + ( + (alpha1 + minInterfaceAlpha)*(alpha2 + minInterfaceAlpha) + ); + dragCoeff *= alphaCoeff; + heatTransferCoeff *= alphaCoeff; + + liftForce = Cl*(alpha1*rho1 + alpha2*rho2)*(Ur ^ fvc::curl(U)); +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/files b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/files new file mode 100644 index 00000000000..da6c3aeaa63 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/files @@ -0,0 +1,15 @@ +dragModels/dragModel/dragModel.C +dragModels/dragModel/newDragModel.C +dragModels/Ergun/Ergun.C +dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C +dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C +dragModels/SchillerNaumann/SchillerNaumann.C +dragModels/Gibilaro/Gibilaro.C +dragModels/WenYu/WenYu.C +dragModels/SyamlalOBrien/SyamlalOBrien.C + +heatTransferModels/heatTransferModel/heatTransferModel.C +heatTransferModels/heatTransferModel/newHeatTransferModel.C +heatTransferModels/RanzMarshall/RanzMarshall.C + +LIB = $(FOAM_USER_LIBBIN)/libcompressibleEulerianInterfacialModels diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/options b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/options new file mode 100644 index 00000000000..42c2cb54c90 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/Make/options @@ -0,0 +1,6 @@ +EXE_INC = \ + -I$(LIB_SRC)/finiteVolume/lnInclude \ + -I../phaseModel/lnInclude + +LIB_LIBS = \ + -lphaseModel diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C new file mode 100644 index 00000000000..63349a73d42 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C @@ -0,0 +1,83 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "Ergun.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + defineTypeNameAndDebug(Ergun, 0); + + addToRunTimeSelectionTable + ( + dragModel, + Ergun, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModels::Ergun::Ergun +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + dragModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModels::Ergun::~Ergun() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::dragModels::Ergun::K +( + const volScalarField& Ur +) const +{ + volScalarField beta(max(scalar(1) - alpha_, scalar(1.0e-6))); + + return + 150.0*alpha_*phase2_.nu()*phase2_.rho() + /sqr(beta*phase1_.d()) + + 1.75*phase2_.rho()*Ur/(beta*phase1_.d()); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.H new file mode 100644 index 00000000000..c9184a9665f --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.H @@ -0,0 +1,96 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModels::Ergun + +Description + H, Enwald, E. Peirano, A-E Almstedt + 'Eulerian Two-Phase Flow Theory Applied to Fluidization' + Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996) + Eq. 104, p. 42 + +SourceFiles + Ergun.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Ergun_H +#define Ergun_H + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + +/*---------------------------------------------------------------------------*\ + Class Ergun Declaration +\*---------------------------------------------------------------------------*/ + +class Ergun +: + public dragModel +{ + +public: + + //- Runtime type information + TypeName("Ergun"); + + + // Constructors + + //- Construct from components + Ergun + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~Ergun(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace dragModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.C new file mode 100644 index 00000000000..c0ff7880e42 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.C @@ -0,0 +1,82 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "Gibilaro.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + defineTypeNameAndDebug(Gibilaro, 0); + + addToRunTimeSelectionTable + ( + dragModel, + Gibilaro, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModels::Gibilaro::Gibilaro +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + dragModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModels::Gibilaro::~Gibilaro() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::dragModels::Gibilaro::K +( + const volScalarField& Ur +) const +{ + volScalarField beta(max(scalar(1) - alpha_, scalar(1.0e-6))); + volScalarField bp(pow(beta, -2.8)); + volScalarField Re(max(beta*Ur*phase1_.d()/phase2_.nu(), scalar(1.0e-3))); + + return (17.3/Re + scalar(0.336))*phase2_.rho()*Ur*bp/phase1_.d(); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.H new file mode 100644 index 00000000000..61c30c87da5 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/Gibilaro/Gibilaro.H @@ -0,0 +1,96 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModels::Gibilaro + +Description + H, Enwald, E. Peirano, A-E Almstedt + 'Eulerian Two-Phase Flow Theory Applied to Fluidization' + Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996) + Eq. 106, p. 43 + +SourceFiles + Gibilaro.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Gibilaro_H +#define Gibilaro_H + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + +/*---------------------------------------------------------------------------*\ + Class Gibilaro Declaration +\*---------------------------------------------------------------------------*/ + +class Gibilaro +: + public dragModel +{ + +public: + + //- Runtime type information + TypeName("Gibilaro"); + + + // Constructors + + //- Construct from components + Gibilaro + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~Gibilaro(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace dragModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C new file mode 100644 index 00000000000..cb9399921ad --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.C @@ -0,0 +1,110 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "GidaspowErgunWenYu.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + defineTypeNameAndDebug(GidaspowErgunWenYu, 0); + + addToRunTimeSelectionTable + ( + dragModel, + GidaspowErgunWenYu, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModels::GidaspowErgunWenYu::GidaspowErgunWenYu +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + dragModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModels::GidaspowErgunWenYu::~GidaspowErgunWenYu() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::dragModels::GidaspowErgunWenYu::K +( + const volScalarField& Ur +) const +{ + volScalarField beta(max(scalar(1) - alpha_, scalar(1.0e-6))); + volScalarField d = phase1_.d(); + volScalarField bp(pow(beta, -2.65)); + volScalarField Re(max(Ur*d/phase2_.nu(), scalar(1.0e-3))); + + volScalarField Cds(24.0*(1.0 + 0.15*pow(Re, 0.687))/Re); + + forAll(Re, celli) + { + if (Re[celli] > 1000.0) + { + Cds[celli] = 0.44; + } + } + + // Wen and Yu (1966) + tmp<volScalarField> tKWenYu = 0.75*Cds*phase2_.rho()*Ur*bp/d; + volScalarField& KWenYu = tKWenYu(); + + // Ergun + forAll (beta, cellj) + { + if (beta[cellj] <= 0.8) + { + KWenYu[cellj] = + 150.0*alpha_[cellj]*phase2_.nu().value()*phase2_.rho().value() + /sqr(beta[cellj]*d[cellj]) + + 1.75*phase2_.rho().value()*Ur[cellj] + /(beta[cellj]*d[cellj]); + } + } + + return tKWenYu; +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H new file mode 100644 index 00000000000..ad1dd399d9e --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowErgunWenYu/GidaspowErgunWenYu.H @@ -0,0 +1,94 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModels::GidaspowErgunWenYu + +Description + D. Gidaspow, Multiphase flow and fluidization, + Academic Press, New York, 1994. + +SourceFiles + GidaspowErgunWenYu.C + +\*---------------------------------------------------------------------------*/ + +#ifndef GidaspowErgunWenYu_H +#define GidaspowErgunWenYu_H + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + +/*---------------------------------------------------------------------------*\ + Class GidaspowErgunWenYu Declaration +\*---------------------------------------------------------------------------*/ + +class GidaspowErgunWenYu +: + public dragModel +{ + +public: + + //- Runtime type information + TypeName("GidaspowErgunWenYu"); + + + // Constructors + + //- Construct from components + GidaspowErgunWenYu + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~GidaspowErgunWenYu(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace dragModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C new file mode 100644 index 00000000000..99b5cacdf2f --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.C @@ -0,0 +1,92 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "GidaspowSchillerNaumann.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + defineTypeNameAndDebug(GidaspowSchillerNaumann, 0); + + addToRunTimeSelectionTable + ( + dragModel, + GidaspowSchillerNaumann, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModels::GidaspowSchillerNaumann::GidaspowSchillerNaumann +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + dragModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModels::GidaspowSchillerNaumann::~GidaspowSchillerNaumann() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::dragModels::GidaspowSchillerNaumann::K +( + const volScalarField& Ur +) const +{ + volScalarField beta(max(scalar(1) - alpha_, scalar(1e-6))); + volScalarField bp(pow(beta, -2.65)); + + volScalarField Re(max(beta*Ur*phase1_.d()/phase2_.nu(), scalar(1.0e-3))); + volScalarField Cds(24.0*(scalar(1) + 0.15*pow(Re, 0.687))/Re); + + forAll(Re, celli) + { + if (Re[celli] > 1000.0) + { + Cds[celli] = 0.44; + } + } + + return 0.75*Cds*phase2_.rho()*Ur*bp/phase1_.d(); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H new file mode 100644 index 00000000000..8938085fa5e --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/GidaspowSchillerNaumann/GidaspowSchillerNaumann.H @@ -0,0 +1,103 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModels::GidaspowSchillerNaumann + +Description + H, Enwald, E. Peirano, A-E Almstedt + 'Eulerian Two-Phase Flow Theory Applied to Fluidization' + Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996) + Eq. 86-87, p. 40 + + This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in + the Ph.D. thesis of Berend van Wachem + 'Derivation, Implementation and Validation + of + Computer Simulation Models + for Gas-Solid Fluidized Beds' + +SourceFiles + GidaspowSchillerNaumann.C + +\*---------------------------------------------------------------------------*/ + +#ifndef GidaspowSchillerNaumann_H +#define GidaspowSchillerNaumann_H + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + +/*---------------------------------------------------------------------------*\ + Class GidaspowSchillerNaumann Declaration +\*---------------------------------------------------------------------------*/ + +class GidaspowSchillerNaumann +: + public dragModel +{ + +public: + + //- Runtime type information + TypeName("GidaspowSchillerNaumann"); + + + // Constructors + + //- Construct from components + GidaspowSchillerNaumann + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~GidaspowSchillerNaumann(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace dragModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.C new file mode 100644 index 00000000000..79259cbe058 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.C @@ -0,0 +1,89 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "SchillerNaumann.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + defineTypeNameAndDebug(SchillerNaumann, 0); + + addToRunTimeSelectionTable + ( + dragModel, + SchillerNaumann, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModels::SchillerNaumann::SchillerNaumann +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + dragModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModels::SchillerNaumann::~SchillerNaumann() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::dragModels::SchillerNaumann::K +( + const volScalarField& Ur +) const +{ + volScalarField Re(max(Ur*phase1_.d()/phase2_.nu(), scalar(1.0e-3))); + volScalarField Cds(24.0*(scalar(1) + 0.15*pow(Re, 0.687))/Re); + + forAll(Re, celli) + { + if (Re[celli] > 1000.0) + { + Cds[celli] = 0.44; + } + } + + return 0.75*Cds*phase2_.rho()*Ur/phase1_.d(); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H new file mode 100644 index 00000000000..3c562ccb5d8 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SchillerNaumann/SchillerNaumann.H @@ -0,0 +1,92 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModels::SchillerNaumann + +Description + +SourceFiles + SchillerNaumann.C + +\*---------------------------------------------------------------------------*/ + +#ifndef SchillerNaumann_H +#define SchillerNaumann_H + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + +/*---------------------------------------------------------------------------*\ + Class SchillerNaumann Declaration +\*---------------------------------------------------------------------------*/ + +class SchillerNaumann +: + public dragModel +{ + +public: + + //- Runtime type information + TypeName("SchillerNaumann"); + + + // Constructors + + //- Construct from components + SchillerNaumann + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~SchillerNaumann(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace dragModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.C new file mode 100644 index 00000000000..4f971b4bb76 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.C @@ -0,0 +1,102 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "SyamlalOBrien.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + defineTypeNameAndDebug(SyamlalOBrien, 0); + + addToRunTimeSelectionTable + ( + dragModel, + SyamlalOBrien, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModels::SyamlalOBrien::SyamlalOBrien +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + dragModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModels::SyamlalOBrien::~SyamlalOBrien() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::dragModels::SyamlalOBrien::K +( + const volScalarField& Ur +) const +{ + volScalarField beta(max(scalar(1) - alpha_, scalar(1.0e-6))); + volScalarField A(pow(beta, 4.14)); + volScalarField B(0.8*pow(beta, 1.28)); + + forAll (beta, celli) + { + if (beta[celli] > 0.85) + { + B[celli] = pow(beta[celli], 2.65); + } + } + + volScalarField Re(max(Ur*phase1_.d()/phase2_.nu(), scalar(1.0e-3))); + + volScalarField Vr + ( + 0.5* + ( + A - 0.06*Re + sqrt(sqr(0.06*Re) + 0.12*Re*(2.0*B - A) + sqr(A)) + ) + ); + + volScalarField Cds(sqr(0.63 + 4.8*sqrt(Vr/Re))); + + return 0.75*Cds*phase2_.rho()*Ur/(phase1_.d()*sqr(Vr)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.H new file mode 100644 index 00000000000..af8dd29451e --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/SyamlalOBrien/SyamlalOBrien.H @@ -0,0 +1,95 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModels::SyamlalOBrien + +Description + Syamlal, M., Rogers, W. and O'Brien, T. J. (1993) MFIX documentation, + Theory Guide. Technical Note DOE/METC-94/1004. Morgantown, West Virginia, + USA. + +SourceFiles + SyamlalOBrien.C + +\*---------------------------------------------------------------------------*/ + +#ifndef SyamlalOBrien_H +#define SyamlalOBrien_H + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + +/*---------------------------------------------------------------------------*\ + Class SyamlalOBrien Declaration +\*---------------------------------------------------------------------------*/ + +class SyamlalOBrien +: + public dragModel +{ + +public: + + //- Runtime type information + TypeName("SyamlalOBrien"); + + + // Constructors + + //- Construct from components + SyamlalOBrien + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~SyamlalOBrien(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace dragModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.C new file mode 100644 index 00000000000..f1126125bb1 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.C @@ -0,0 +1,92 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "WenYu.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + defineTypeNameAndDebug(WenYu, 0); + + addToRunTimeSelectionTable + ( + dragModel, + WenYu, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModels::WenYu::WenYu +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + dragModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModels::WenYu::~WenYu() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::dragModels::WenYu::K +( + const volScalarField& Ur +) const +{ + volScalarField beta(max(scalar(1) - alpha_, scalar(1.0e-6))); + volScalarField bp(pow(beta, -2.65)); + + volScalarField Re(max(Ur*phase1_.d()/phase2_.nu(), scalar(1.0e-3))); + volScalarField Cds(24.0*(scalar(1) + 0.15*pow(Re, 0.687))/Re); + + forAll(Re, celli) + { + if (Re[celli] > 1000.0) + { + Cds[celli] = 0.44; + } + } + + return 0.75*Cds*phase2_.rho()*Ur*bp/phase1_.d(); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H new file mode 100644 index 00000000000..fe99de602a4 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/WenYu/WenYu.H @@ -0,0 +1,106 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModels::WenYu + +Description + H, Enwald, E. Peirano, A-E Almstedt + 'Eulerian Two-Phase Flow Theory Applied to Fluidization' + Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996) + Eq. 86-87, p. 40 + + This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in + the Ph.D. thesis of Berend van Wachem + 'Derivation, Implementation and Validation + of + Computer Simulation Models + for Gas-Solid Fluidized Beds' + + NB: The difference between the Gidaspow-version is the void-fraction + in the Re-number + +SourceFiles + WenYu.C + +\*---------------------------------------------------------------------------*/ + +#ifndef WenYu_H +#define WenYu_H + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace dragModels +{ + +/*---------------------------------------------------------------------------*\ + Class WenYu Declaration +\*---------------------------------------------------------------------------*/ + +class WenYu +: + public dragModel +{ + +public: + + //- Runtime type information + TypeName("WenYu"); + + + // Constructors + + //- Construct from components + WenYu + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~WenYu(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace dragModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.C new file mode 100644 index 00000000000..ca700ba16f2 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.C @@ -0,0 +1,60 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "dragModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ + defineTypeNameAndDebug(dragModel, 0); + defineRunTimeSelectionTable(dragModel, dictionary); +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::dragModel::dragModel +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + interfaceDict_(interfaceDict), + alpha_(alpha), + phase1_(phase1), + phase2_(phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::dragModel::~dragModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H new file mode 100644 index 00000000000..6d2add98f97 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/dragModel.H @@ -0,0 +1,134 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::dragModel + +Description + +SourceFiles + dragModel.C + newDragModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef dragModel_H +#define dragModel_H + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#include "dictionary.H" +#include "phaseModel.H" +#include "runTimeSelectionTables.H" + +namespace Foam +{ + +/*---------------------------------------------------------------------------*\ + Class dragModel Declaration +\*---------------------------------------------------------------------------*/ + +class dragModel +{ +protected: + + // Protected data + + const dictionary& interfaceDict_; + const volScalarField& alpha_; + const phaseModel& phase1_; + const phaseModel& phase2_; + + +public: + + //- Runtime type information + TypeName("dragModel"); + + + // Declare runtime construction + + declareRunTimeSelectionTable + ( + autoPtr, + dragModel, + dictionary, + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ), + (interfaceDict, alpha, phase1, phase2) + ); + + + // Constructors + + dragModel + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~dragModel(); + + + // Selectors + + static autoPtr<dragModel> New + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + // Member Functions + + //- the dragfunction K used in the momentum eq. + // ddt(alpha*rhoa*Ua) + ... = ... alpha*beta*K*(Ua-Ub) + // ddt(beta*rhob*Ub) + ... = ... alpha*beta*K*(Ub-Ua) + // ********************************** NB ! ***************************** + // for numerical reasons alpha and beta has been + // extracted from the dragFunction K, + // so you MUST divide K by alpha*beta when implemnting the drag function + // ********************************** NB ! ***************************** + virtual tmp<volScalarField> K(const volScalarField& Ur) const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/newDragModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/newDragModel.C new file mode 100644 index 00000000000..3f340636baa --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/dragModels/dragModel/newDragModel.C @@ -0,0 +1,65 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "dragModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::dragModel> Foam::dragModel::New +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +{ + word dragModelType + ( + interfaceDict.lookup("dragModel" + phase1.name()) + ); + + Info << "Selecting dragModel for phase " + << phase1.name() + << ": " + << dragModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(dragModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalErrorIn("dragModel::New") + << "Unknown dragModelType type " + << dragModelType << endl << endl + << "Valid dragModel types are : " << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); + } + + return cstrIter()(interfaceDict, alpha, phase1, phase2); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.C new file mode 100644 index 00000000000..1b9b2b08eda --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.C @@ -0,0 +1,82 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "RanzMarshall.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace heatTransferModels +{ + defineTypeNameAndDebug(RanzMarshall, 0); + + addToRunTimeSelectionTable + ( + heatTransferModel, + RanzMarshall, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::heatTransferModels::RanzMarshall::RanzMarshall +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + heatTransferModel(interfaceDict, alpha, phase1, phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::heatTransferModels::RanzMarshall::~RanzMarshall() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::heatTransferModels::RanzMarshall::K +( + const volScalarField& Ur +) const +{ + volScalarField Re = max(Ur*phase1_.d()/phase2_.nu(), scalar(1.0e-3)); + dimensionedScalar Prb = phase2_.rho()*phase2_.nu()*phase2_.Cp()/phase2_.kappa(); + volScalarField Nu = scalar(2) + 0.6*sqrt(Re)*cbrt(Prb); + + return 6.0*phase2_.kappa()*Nu/sqr(phase1_.d()); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.H new file mode 100644 index 00000000000..0013e3f1d17 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/RanzMarshall/RanzMarshall.H @@ -0,0 +1,92 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::heatTransferModels::RanzMarshall + +Description + +SourceFiles + RanzMarshall.C + +\*---------------------------------------------------------------------------*/ + +#ifndef RanzMarshall_H +#define RanzMarshall_H + +#include "heatTransferModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace heatTransferModels +{ + +/*---------------------------------------------------------------------------*\ + Class RanzMarshall Declaration +\*---------------------------------------------------------------------------*/ + +class RanzMarshall +: + public heatTransferModel +{ + +public: + + //- Runtime type information + TypeName("RanzMarshall"); + + + // Constructors + + //- Construct from components + RanzMarshall + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~RanzMarshall(); + + + // Member Functions + + tmp<volScalarField> K(const volScalarField& Ur) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace heatTransferModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.C new file mode 100644 index 00000000000..810adfe4159 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.C @@ -0,0 +1,60 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "heatTransferModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ + defineTypeNameAndDebug(heatTransferModel, 0); + defineRunTimeSelectionTable(heatTransferModel, dictionary); +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::heatTransferModel::heatTransferModel +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +: + interfaceDict_(interfaceDict), + alpha_(alpha), + phase1_(phase1), + phase2_(phase2) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::heatTransferModel::~heatTransferModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H new file mode 100644 index 00000000000..e4871f2c515 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/heatTransferModel.H @@ -0,0 +1,135 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::heatTransferModel + +Description + +SourceFiles + heatTransferModel.C + newHeatTransferModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef heatTransferModel_H +#define heatTransferModel_H + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#include "dictionary.H" +#include "phaseModel.H" +#include "runTimeSelectionTables.H" + +namespace Foam +{ + +/*---------------------------------------------------------------------------*\ + Class heatTransferModel Declaration +\*---------------------------------------------------------------------------*/ + +class heatTransferModel +{ +protected: + + // Protected data + + const dictionary& interfaceDict_; + const volScalarField& alpha_; + const phaseModel& phase1_; + const phaseModel& phase2_; + + +public: + + //- Runtime type information + TypeName("heatTransferModel"); + + + // Declare runtime construction + + declareRunTimeSelectionTable + ( + autoPtr, + heatTransferModel, + dictionary, + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ), + (interfaceDict, alpha, phase1, phase2) + ); + + + // Constructors + + heatTransferModel + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + //- Destructor + virtual ~heatTransferModel(); + + + // Selectors + + static autoPtr<heatTransferModel> New + ( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 + ); + + + // Member Functions + + //- the heat-transfer function K used in the enthalpy eq. + // ddt(alpha*rhoa*ha) + ... = ... alpha*beta*K*(Ta - Tb) + // ddt(beta*rhob*hb) + ... = ... alpha*beta*K*(Tb - Ta) + // ********************************** NB ! ***************************** + // for numerical reasons alpha and beta has been + // extracted from the heat-transfer function K, + // so you MUST divide K by alpha*beta when implementing the + // heat-transfer function + // ********************************** NB ! ***************************** + virtual tmp<volScalarField> K(const volScalarField& Ur) const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/newHeatTransferModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/newHeatTransferModel.C new file mode 100644 index 00000000000..b14f3821bfe --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/interfacialModels/heatTransferModels/heatTransferModel/newHeatTransferModel.C @@ -0,0 +1,65 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "heatTransferModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::heatTransferModel> Foam::heatTransferModel::New +( + const dictionary& interfaceDict, + const volScalarField& alpha, + const phaseModel& phase1, + const phaseModel& phase2 +) +{ + word heatTransferModelType + ( + interfaceDict.lookup("heatTransferModel" + phase1.name()) + ); + + Info<< "Selecting heatTransferModel for phase " + << phase1.name() + << ": " + << heatTransferModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(heatTransferModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalErrorIn("heatTransferModel::New") + << "Unknown heatTransferModelType type " + << heatTransferModelType << endl << endl + << "Valid heatTransferModel types are : " << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); + } + + return cstrIter()(interfaceDict, alpha, phase1, phase2); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/files b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/files new file mode 100644 index 00000000000..2273f88cfb7 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/files @@ -0,0 +1,33 @@ +kineticTheoryModel/kineticTheoryModel.C + +viscosityModel/viscosityModel/viscosityModel.C +viscosityModel/viscosityModel/newViscosityModel.C +viscosityModel/Gidaspow/GidaspowViscosity.C +viscosityModel/Syamlal/SyamlalViscosity.C +viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.C +viscosityModel/none/noneViscosity.C + +conductivityModel/conductivityModel/conductivityModel.C +conductivityModel/conductivityModel/newConductivityModel.C +conductivityModel/Gidaspow/GidaspowConductivity.C +conductivityModel/Syamlal/SyamlalConductivity.C +conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C + +radialModel/radialModel/radialModel.C +radialModel/radialModel/newRadialModel.C +radialModel/CarnahanStarling/CarnahanStarlingRadial.C +radialModel/Gidaspow/GidaspowRadial.C +radialModel/LunSavage/LunSavageRadial.C +radialModel/SinclairJackson/SinclairJacksonRadial.C + +granularPressureModel/granularPressureModel/granularPressureModel.C +granularPressureModel/granularPressureModel/newGranularPressureModel.C +granularPressureModel/Lun/LunPressure.C +granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.C + +frictionalStressModel/frictionalStressModel/frictionalStressModel.C +frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C +frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.C +frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C + +LIB = $(FOAM_USER_LIBBIN)/libcompressibleKineticTheoryModel diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/options b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/options new file mode 100644 index 00000000000..2fcce9913d9 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/Make/options @@ -0,0 +1,5 @@ +EXE_INC = \ + -I$(LIB_SRC)/foam/lnInclude \ + -I$(LIB_SRC)/finiteVolume/lnInclude \ + -I../phaseModel/lnInclude \ + -I../interfacialModels/lnInclude diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.C new file mode 100644 index 00000000000..0a2ac036b3a --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.C @@ -0,0 +1,93 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "GidaspowConductivity.H" +#include "mathematicalConstants.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace conductivityModels +{ + defineTypeNameAndDebug(Gidaspow, 0); + + addToRunTimeSelectionTable + ( + conductivityModel, + Gidaspow, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModels::Gidaspow::Gidaspow +( + const dictionary& dict +) +: + conductivityModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModels::Gidaspow::~Gidaspow() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::conductivityModels::Gidaspow::kappa +( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e +) const +{ + const scalar sqrtPi = sqrt(constant::mathematical::pi); + + return rhoa*da*sqrt(Theta)* + ( + 2.0*sqr(alpha)*g0*(1.0 + e)/sqrtPi + + (9.0/8.0)*sqrtPi*g0*0.5*(1.0 + e)*sqr(alpha) + + (15.0/16.0)*sqrtPi*alpha + + (25.0/64.0)*sqrtPi/((1.0 + e)*g0) + ); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H new file mode 100644 index 00000000000..b6c55696ce5 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Gidaspow/GidaspowConductivity.H @@ -0,0 +1,97 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::conductivityModels::Gidaspow + +Description + +SourceFiles + Gidaspow.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Gidaspow_H +#define Gidaspow_H + +#include "conductivityModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace conductivityModels +{ + +/*---------------------------------------------------------------------------*\ + Class Gidaspow Declaration +\*---------------------------------------------------------------------------*/ + +class Gidaspow +: + public conductivityModel +{ + +public: + + //- Runtime type information + TypeName("Gidaspow"); + + + // Constructors + + //- Construct from components + Gidaspow(const dictionary& dict); + + + //- Destructor + virtual ~Gidaspow(); + + + // Member Functions + + tmp<volScalarField> kappa + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace conductivityModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C new file mode 100644 index 00000000000..cc9ac56cfdf --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "HrenyaSinclairConductivity.H" +#include "mathematicalConstants.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace conductivityModels +{ + defineTypeNameAndDebug(HrenyaSinclair, 0); + + addToRunTimeSelectionTable + ( + conductivityModel, + HrenyaSinclair, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModels::HrenyaSinclair::HrenyaSinclair +( + const dictionary& dict +) +: + conductivityModel(dict), + coeffsDict_(dict.subDict(typeName + "Coeffs")), + L_(coeffsDict_.lookup("L")) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModels::HrenyaSinclair:: +~HrenyaSinclair() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::conductivityModels::HrenyaSinclair::kappa +( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e +) const +{ + const scalar sqrtPi = sqrt(constant::mathematical::pi); + + volScalarField lamda + ( + scalar(1) + da/(6.0*sqrt(2.0)*(alpha + scalar(1.0e-5)))/L_ + ); + + return rhoa*da*sqrt(Theta)* + ( + 2.0*sqr(alpha)*g0*(1.0 + e)/sqrtPi + + (9.0/8.0)*sqrtPi*0.25*sqr(1.0 + e)*(2.0*e - 1.0)*sqr(alpha) + /(49.0/16.0 - 33.0*e/16.0) + + (15.0/16.0)*sqrtPi*alpha*(0.5*sqr(e) + 0.25*e - 0.75 + lamda) + /((49.0/16.0 - 33.0*e/16.0)*lamda) + + (25.0/64.0)*sqrtPi + /((1.0 + e)*(49.0/16.0 - 33.0*e/16.0)*lamda*g0) + ); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H new file mode 100644 index 00000000000..3a635724b3d --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.H @@ -0,0 +1,102 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::conductivityModels::HrenyaSinclair + +Description + +SourceFiles + HrenyaSinclair.C + +\*---------------------------------------------------------------------------*/ + +#ifndef HrenyaSinclair_H +#define HrenyaSinclair_H + +#include "conductivityModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace conductivityModels +{ + +/*---------------------------------------------------------------------------*\ + Class HrenyaSinclair Declaration +\*---------------------------------------------------------------------------*/ + +class HrenyaSinclair +: + public conductivityModel +{ + + dictionary coeffsDict_; + + //- characteristic length of geometry + dimensionedScalar L_; + +public: + + //- Runtime type information + TypeName("HrenyaSinclair"); + + + // Constructors + + //- Construct from components + HrenyaSinclair(const dictionary& dict); + + + //- Destructor + virtual ~HrenyaSinclair(); + + + // Member Functions + + tmp<volScalarField> kappa + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace conductivityModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.C new file mode 100644 index 00000000000..4d99b686a49 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.C @@ -0,0 +1,93 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "SyamlalConductivity.H" +#include "mathematicalConstants.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace conductivityModels +{ + defineTypeNameAndDebug(Syamlal, 0); + + addToRunTimeSelectionTable + ( + conductivityModel, + Syamlal, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModels::Syamlal::Syamlal +( + const dictionary& dict +) +: + conductivityModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModels::Syamlal::~Syamlal() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::conductivityModels::Syamlal::kappa +( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e +) const +{ + const scalar sqrtPi = sqrt(constant::mathematical::pi); + + return rhoa*da*sqrt(Theta)* + ( + 2.0*sqr(alpha)*g0*(1.0 + e)/sqrtPi + + (9.0/8.0)*sqrtPi*g0*0.25*sqr(1.0 + e)*(2.0*e - 1.0)*sqr(alpha) + /(49.0/16.0 - 33.0*e/16.0) + + (15.0/32.0)*sqrtPi*alpha/(49.0/16.0 - 33.0*e/16.0) + ); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H new file mode 100644 index 00000000000..e25c8f51e6c --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/Syamlal/SyamlalConductivity.H @@ -0,0 +1,97 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::conductivityModels::Syamlal + +Description + +SourceFiles + Syamlal.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Syamlal_H +#define Syamlal_H + +#include "conductivityModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace conductivityModels +{ + +/*---------------------------------------------------------------------------*\ + Class Syamlal Declaration +\*---------------------------------------------------------------------------*/ + +class Syamlal +: + public conductivityModel +{ + +public: + + //- Runtime type information + TypeName("Syamlal"); + + + // Constructors + + //- Construct from components + Syamlal(const dictionary& dict); + + + //- Destructor + virtual ~Syamlal(); + + + // Member Functions + + tmp<volScalarField> kappa + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace conductivityModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.C new file mode 100644 index 00000000000..145f10e2188 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.C @@ -0,0 +1,58 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "conductivityModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + defineTypeNameAndDebug(conductivityModel, 0); + + defineRunTimeSelectionTable(conductivityModel, dictionary); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModel::conductivityModel +( + const dictionary& dict +) +: + dict_(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::conductivityModel::~conductivityModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H new file mode 100644 index 00000000000..4f872bbd3cc --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/conductivityModel.H @@ -0,0 +1,128 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::conductivityModel + +SourceFiles + conductivityModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef conductivityModel_H +#define conductivityModel_H + +#include "dictionary.H" +#include "volFields.H" +#include "dimensionedTypes.H" +#include "runTimeSelectionTables.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + +/*---------------------------------------------------------------------------*\ + Class conductivityModel Declaration +\*---------------------------------------------------------------------------*/ + +class conductivityModel +{ + // Private member functions + + //- Disallow default bitwise copy construct + conductivityModel(const conductivityModel&); + + //- Disallow default bitwise assignment + void operator=(const conductivityModel&); + + +protected: + + // Protected data + + const dictionary& dict_; + + +public: + + //- Runtime type information + TypeName("conductivityModel"); + + // Declare runtime constructor selection table + declareRunTimeSelectionTable + ( + autoPtr, + conductivityModel, + dictionary, + ( + const dictionary& dict + ), + (dict) + ); + + + // Constructors + + //- Construct from components + conductivityModel(const dictionary& dict); + + + // Selectors + + static autoPtr<conductivityModel> New + ( + const dictionary& dict + ); + + + //- Destructor + virtual ~conductivityModel(); + + + // Member Functions + + virtual tmp<volScalarField> kappa + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/newConductivityModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/newConductivityModel.C new file mode 100644 index 00000000000..21aa88ec667 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/conductivityModel/conductivityModel/newConductivityModel.C @@ -0,0 +1,59 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "conductivityModel.H" + +// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::kineticTheoryModels::conductivityModel> +Foam::kineticTheoryModels::conductivityModel::New +( + const dictionary& dict +) +{ + word conductivityModelType(dict.lookup("conductivityModel")); + + Info<< "Selecting conductivityModel " + << conductivityModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(conductivityModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalError + << "conductivityModel::New(const dictionary&) : " << endl + << " unknown conductivityModelType type " + << conductivityModelType + << ", constructor not in hash table" << endl << endl + << " Valid conductivityModelType types are :" << endl; + Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError); + } + + return autoPtr<conductivityModel>(cstrIter()(dict)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.C new file mode 100644 index 00000000000..15c820874a5 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.C @@ -0,0 +1,124 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "JohnsonJacksonFrictionalStress.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace frictionalStressModels +{ + defineTypeNameAndDebug(JohnsonJackson, 0); + + addToRunTimeSelectionTable + ( + frictionalStressModel, + JohnsonJackson, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::frictionalStressModels::JohnsonJackson:: +JohnsonJackson +( + const dictionary& dict +) +: + frictionalStressModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::frictionalStressModels::JohnsonJackson:: +~JohnsonJackson() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::frictionalStressModels::JohnsonJackson:: +frictionalPressure +( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p +) const +{ + + return + Fr*pow(max(alpha - alphaMinFriction, scalar(0)), eta) + /pow(max(alphaMax - alpha, scalar(5.0e-2)), p); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::frictionalStressModels::JohnsonJackson:: +frictionalPressurePrime +( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p +) const +{ + return Fr* + ( + eta*pow(max(alpha - alphaMinFriction, scalar(0)), eta - 1.0) + *(alphaMax-alpha) + p*pow(max(alpha - alphaMinFriction, scalar(0)), eta) + )/pow(max(alphaMax - alpha, scalar(5.0e-2)), p + 1.0); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::frictionalStressModels::JohnsonJackson::muf +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax, + const volScalarField& pf, + const volSymmTensorField& D, + const dimensionedScalar& phi +) const +{ + return dimensionedScalar("0.5", dimTime, 0.5)*pf*sin(phi); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H new file mode 100644 index 00000000000..ace67f54d18 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/JohnsonJackson/JohnsonJacksonFrictionalStress.H @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::frictionalStressModels::JohnsonJackson + +Description + +SourceFiles + JohnsonJacksonFrictionalStress.C + +\*---------------------------------------------------------------------------*/ + +#ifndef JohnsonJackson_H +#define JohnsonJackson_H + +#include "frictionalStressModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace frictionalStressModels +{ + +/*---------------------------------------------------------------------------*\ + Class JohnsonJackson Declaration +\*---------------------------------------------------------------------------*/ + +class JohnsonJackson +: + public frictionalStressModel +{ + +public: + + //- Runtime type information + TypeName("JohnsonJackson"); + + + // Constructors + + //- Construct from components + JohnsonJackson(const dictionary& dict); + + + //- Destructor + virtual ~JohnsonJackson(); + + + // Member functions + + virtual tmp<volScalarField> frictionalPressure + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p + ) const; + + virtual tmp<volScalarField> frictionalPressurePrime + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p + ) const; + + virtual tmp<volScalarField> muf + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax, + const volScalarField& pf, + const volSymmTensorField& D, + const dimensionedScalar& phi + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace frictionalStressModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C new file mode 100644 index 00000000000..4320bbad354 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.C @@ -0,0 +1,156 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "SchaefferFrictionalStress.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace frictionalStressModels +{ + defineTypeNameAndDebug(Schaeffer, 0); + + addToRunTimeSelectionTable + ( + frictionalStressModel, + Schaeffer, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::frictionalStressModels::Schaeffer::Schaeffer +( + const dictionary& dict +) +: + frictionalStressModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::frictionalStressModels::Schaeffer::~Schaeffer() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::frictionalStressModels::Schaeffer:: +frictionalPressure +( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p +) const +{ + return + dimensionedScalar("1e24", dimensionSet(1, -1, -2, 0, 0), 1e24) + *pow(Foam::max(alpha - alphaMinFriction, scalar(0)), 10.0); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::frictionalStressModels::Schaeffer:: +frictionalPressurePrime +( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p +) const +{ + return + dimensionedScalar("1e25", dimensionSet(1, -1, -2, 0, 0), 1e25) + *pow(Foam::max(alpha - alphaMinFriction, scalar(0)), 9.0); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::frictionalStressModels::Schaeffer::muf +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax, + const volScalarField& pf, + const volSymmTensorField& D, + const dimensionedScalar& phi +) const +{ + const scalar I2Dsmall = 1.0e-15; + + // Creating muf assuming it should be 0 on the boundary which may not be + // true + tmp<volScalarField> tmuf + ( + new volScalarField + ( + IOobject + ( + "muf", + alpha.mesh().time().timeName(), + alpha.mesh() + ), + alpha.mesh(), + dimensionedScalar("muf", dimensionSet(1, -1, -1, 0, 0), 0.0) + ) + ); + + volScalarField& muff = tmuf(); + + forAll (D, celli) + { + if (alpha[celli] > alphaMax.value() - 5e-2) + { + muff[celli] = + 0.5*pf[celli]*sin(phi.value()) + /( + sqrt(1.0/6.0*(sqr(D[celli].xx() - D[celli].yy()) + + sqr(D[celli].yy() - D[celli].zz()) + + sqr(D[celli].zz() - D[celli].xx())) + + sqr(D[celli].xy()) + sqr(D[celli].xz()) + + sqr(D[celli].yz())) + I2Dsmall + ); + } + } + + return tmuf; +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H new file mode 100644 index 00000000000..ec517774a1e --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/Schaeffer/SchaefferFrictionalStress.H @@ -0,0 +1,116 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::frictionalStressModels::Schaeffer + +Description + +SourceFiles + SchaefferFrictionalStress.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Schaeffer_H +#define Schaeffer_H + +#include "frictionalStressModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace frictionalStressModels +{ + +/*---------------------------------------------------------------------------*\ + Class Schaeffer Declaration +\*---------------------------------------------------------------------------*/ + +class Schaeffer +: + public frictionalStressModel +{ + +public: + + //- Runtime type information + TypeName("Schaeffer"); + + + // Constructors + + //- Construct from components + Schaeffer(const dictionary& dict); + + + //- Destructor + virtual ~Schaeffer(); + + + // Member functions + + virtual tmp<volScalarField> frictionalPressure + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p + ) const; + + virtual tmp<volScalarField> frictionalPressurePrime + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& n, + const dimensionedScalar& p + ) const; + + virtual tmp<volScalarField> muf + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax, + const volScalarField& pf, + const volSymmTensorField& D, + const dimensionedScalar& phi + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace frictionalStressModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C new file mode 100644 index 00000000000..3b59e3615f8 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.C @@ -0,0 +1,58 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "frictionalStressModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + defineTypeNameAndDebug(frictionalStressModel, 0); + + defineRunTimeSelectionTable(frictionalStressModel, dictionary); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::frictionalStressModel::frictionalStressModel +( + const dictionary& dict +) +: + dict_(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::frictionalStressModel::~frictionalStressModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H new file mode 100644 index 00000000000..aa5983d5d23 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/frictionalStressModel.H @@ -0,0 +1,147 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::frictionalStressModel + +SourceFiles + frictionalStressModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef frictionalStressModel_H +#define frictionalStressModel_H + +#include "dictionary.H" +#include "volFields.H" +#include "dimensionedTypes.H" +#include "runTimeSelectionTables.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + +/*---------------------------------------------------------------------------*\ + Class frictionalStressModel Declaration +\*---------------------------------------------------------------------------*/ + +class frictionalStressModel +{ + // Private member functions + + //- Disallow default bitwise copy construct + frictionalStressModel(const frictionalStressModel&); + + //- Disallow default bitwise assignment + void operator=(const frictionalStressModel&); + + +protected: + + // Protected data + + const dictionary& dict_; + + +public: + + //- Runtime type information + TypeName("frictionalStressModel"); + + // Declare runtime constructor selection table + declareRunTimeSelectionTable + ( + autoPtr, + frictionalStressModel, + dictionary, + ( + const dictionary& dict + ), + (dict) + ); + + + // Constructors + + //- Construct from components + frictionalStressModel(const dictionary& dict); + + + // Selectors + + static autoPtr<frictionalStressModel> New + ( + const dictionary& dict + ); + + + //- Destructor + virtual ~frictionalStressModel(); + + + // Member Functions + + virtual tmp<volScalarField> frictionalPressure + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p + ) const = 0; + + virtual tmp<volScalarField> frictionalPressurePrime + ( + const volScalarField& alphaf, + const dimensionedScalar& alphaMinFriction, + const dimensionedScalar& alphaMax, + const dimensionedScalar& Fr, + const dimensionedScalar& eta, + const dimensionedScalar& p + ) const = 0; + + virtual tmp<volScalarField> muf + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax, + const volScalarField& pf, + const volSymmTensorField& D, + const dimensionedScalar& phi + ) const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C new file mode 100644 index 00000000000..4067c154fb8 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/frictionalStressModel/frictionalStressModel/newFrictionalStressModel.C @@ -0,0 +1,60 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "frictionalStressModel.H" + +// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::kineticTheoryModels::frictionalStressModel> +Foam::kineticTheoryModels::frictionalStressModel::New +( + const dictionary& dict +) +{ + word frictionalStressModelType(dict.lookup("frictionalStressModel")); + + Info<< "Selecting frictionalStressModel " + << frictionalStressModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(frictionalStressModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalError + << "frictionalStressModel::New(const dictionary&) : " << endl + << " unknown frictionalStressModelType type " + << frictionalStressModelType + << ", constructor not in hash table" << endl << endl + << " Valid frictionalStressModelType types are :" << endl; + Info<< dictionaryConstructorTablePtr_->sortedToc() + << abort(FatalError); + } + + return autoPtr<frictionalStressModel>(cstrIter()(dict)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.C new file mode 100644 index 00000000000..2655267134f --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.C @@ -0,0 +1,98 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "LunPressure.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace granularPressureModels +{ + defineTypeNameAndDebug(Lun, 0); + + addToRunTimeSelectionTable + ( + granularPressureModel, + Lun, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::granularPressureModels::Lun::Lun +( + const dictionary& dict +) +: + granularPressureModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::granularPressureModels::Lun::~Lun() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::granularPressureModels::Lun::granularPressureCoeff +( + const volScalarField& alpha, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const dimensionedScalar& e +) const +{ + + return rhoa*alpha*(1.0 + 2.0*(1.0 + e)*alpha*g0); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::granularPressureModels::Lun:: +granularPressureCoeffPrime +( + const volScalarField& alpha, + const volScalarField& g0, + const volScalarField& g0prime, + const dimensionedScalar& rhoa, + const dimensionedScalar& e +) const +{ + return rhoa*(1.0 + alpha*(1.0 + e)*(4.0*g0 + 2.0*g0prime*alpha)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H new file mode 100644 index 00000000000..81a58d409a9 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/Lun/LunPressure.H @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::Lun + +Description + +SourceFiles + LunPressure.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Lun_H +#define Lun_H + +#include "granularPressureModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace granularPressureModels +{ + +/*---------------------------------------------------------------------------*\ + Class Lun Declaration +\*---------------------------------------------------------------------------*/ + +class Lun +: + public granularPressureModel +{ + +public: + + //- Runtime type information + TypeName("Lun"); + + + // Constructors + + //- Construct from components + Lun(const dictionary& dict); + + + //- Destructor + virtual ~Lun(); + + + // Member Functions + + tmp<volScalarField> granularPressureCoeff + ( + const volScalarField& alpha, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const dimensionedScalar& e + ) const; + + tmp<volScalarField> granularPressureCoeffPrime + ( + const volScalarField& alpha, + const volScalarField& g0, + const volScalarField& g0prime, + const dimensionedScalar& rhoa, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace granularPressureModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.C new file mode 100644 index 00000000000..34ba15cbcf4 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.C @@ -0,0 +1,101 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "SyamlalRogersOBrienPressure.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace granularPressureModels +{ + defineTypeNameAndDebug(SyamlalRogersOBrien, 0); + + addToRunTimeSelectionTable + ( + granularPressureModel, + SyamlalRogersOBrien, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::granularPressureModels::SyamlalRogersOBrien:: +SyamlalRogersOBrien +( + const dictionary& dict +) +: + granularPressureModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::granularPressureModels::SyamlalRogersOBrien:: +~SyamlalRogersOBrien() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::granularPressureModels::SyamlalRogersOBrien:: +granularPressureCoeff +( + const volScalarField& alpha, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const dimensionedScalar& e +) const +{ + + return 2.0*rhoa*(1.0 + e)*sqr(alpha)*g0; +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::granularPressureModels::SyamlalRogersOBrien:: +granularPressureCoeffPrime +( + const volScalarField& alpha, + const volScalarField& g0, + const volScalarField& g0prime, + const dimensionedScalar& rhoa, + const dimensionedScalar& e +) const +{ + return rhoa*alpha*(1.0 + e)*(4.0*g0 + 2.0*g0prime*alpha); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H new file mode 100644 index 00000000000..c328481a1c5 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/SyamlalRogersOBrien/SyamlalRogersOBrienPressure.H @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::SyamlalRogersOBrien + +Description + +SourceFiles + SyamlalRogersOBrienPressure.C + +\*---------------------------------------------------------------------------*/ + +#ifndef SyamlalRogersOBrien_H +#define SyamlalRogersOBrien_H + +#include "granularPressureModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace granularPressureModels +{ + +/*---------------------------------------------------------------------------*\ + Class SyamlalRogersOBrien Declaration +\*---------------------------------------------------------------------------*/ + +class SyamlalRogersOBrien +: + public granularPressureModel +{ + +public: + + //- Runtime type information + TypeName("SyamlalRogersOBrien"); + + + // Constructors + + //- Construct from components + SyamlalRogersOBrien(const dictionary& dict); + + + //- Destructor + virtual ~SyamlalRogersOBrien(); + + + // Member Functions + + tmp<volScalarField> granularPressureCoeff + ( + const volScalarField& alpha, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const dimensionedScalar& e + ) const; + + tmp<volScalarField> granularPressureCoeffPrime + ( + const volScalarField& alpha, + const volScalarField& g0, + const volScalarField& g0prime, + const dimensionedScalar& rhoa, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace granularPressureModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.C new file mode 100644 index 00000000000..6bbae86d377 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.C @@ -0,0 +1,58 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "granularPressureModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + defineTypeNameAndDebug(granularPressureModel, 0); + + defineRunTimeSelectionTable(granularPressureModel, dictionary); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::granularPressureModel::granularPressureModel +( + const dictionary& dict +) +: + dict_(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::granularPressureModel::~granularPressureModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H new file mode 100644 index 00000000000..1ae4da2e8e4 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/granularPressureModel.H @@ -0,0 +1,137 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::granularPressureModel + +SourceFiles + granularPressureModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef granularPressureModel_H +#define granularPressureModel_H + +#include "dictionary.H" +#include "volFields.H" +#include "dimensionedTypes.H" +#include "runTimeSelectionTables.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + +/*---------------------------------------------------------------------------*\ + Class granularPressureModel Declaration +\*---------------------------------------------------------------------------*/ + +class granularPressureModel +{ + // Private member functions + + //- Disallow default bitwise copy construct + granularPressureModel(const granularPressureModel&); + + //- Disallow default bitwise assignment + void operator=(const granularPressureModel&); + + +protected: + + // Protected data + + const dictionary& dict_; + + +public: + + //- Runtime type information + TypeName("granularPressureModel"); + + // Declare runtime constructor selection table + declareRunTimeSelectionTable + ( + autoPtr, + granularPressureModel, + dictionary, + ( + const dictionary& dict + ), + (dict) + ); + + + // Constructors + + //- Construct from components + granularPressureModel(const dictionary& dict); + + + // Selectors + + static autoPtr<granularPressureModel> New + ( + const dictionary& dict + ); + + + //- Destructor + virtual ~granularPressureModel(); + + + // Member Functions + + //- Granular pressure coefficient + virtual tmp<volScalarField> granularPressureCoeff + ( + const volScalarField& alpha, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const dimensionedScalar& e + ) const = 0; + + //- Derivative of the granular pressure coefficient + virtual tmp<volScalarField> granularPressureCoeffPrime + ( + const volScalarField& alpha, + const volScalarField& g0, + const volScalarField& g0prime, + const dimensionedScalar& rhoa, + const dimensionedScalar& e + ) const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/newGranularPressureModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/newGranularPressureModel.C new file mode 100644 index 00000000000..d8e1540f0f0 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/granularPressureModel/granularPressureModel/newGranularPressureModel.C @@ -0,0 +1,60 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "granularPressureModel.H" + +// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::kineticTheoryModels::granularPressureModel> +Foam::kineticTheoryModels::granularPressureModel::New +( + const dictionary& dict +) +{ + word granularPressureModelType(dict.lookup("granularPressureModel")); + + Info<< "Selecting granularPressureModel " + << granularPressureModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(granularPressureModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalError + << "granularPressureModel::New(const dictionary&) : " << endl + << " unknown granularPressureModelType type " + << granularPressureModelType + << ", constructor not in hash table" << endl << endl + << " Valid granularPressureModelType types are :" << endl; + Info<< dictionaryConstructorTablePtr_->sortedToc() + << abort(FatalError); + } + + return autoPtr<granularPressureModel>(cstrIter()(dict)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C new file mode 100644 index 00000000000..d4513e922f9 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C @@ -0,0 +1,390 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "kineticTheoryModel.H" +#include "surfaceInterpolate.H" +#include "mathematicalConstants.H" +#include "fvCFD.H" + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModel::kineticTheoryModel +( + const Foam::phaseModel& phase1, + const Foam::volVectorField& Ub, + const Foam::volScalarField& alpha, + const Foam::dragModel& draga +) +: + phase1_(phase1), + Ua_(phase1.U()), + Ub_(Ub), + alpha_(alpha), + phia_(phase1.phi()), + draga_(draga), + + rhoa_(phase1.rho()), + nua_(phase1.nu()), + + kineticTheoryProperties_ + ( + IOobject + ( + "kineticTheoryProperties", + Ua_.time().constant(), + Ua_.mesh(), + IOobject::MUST_READ, + IOobject::NO_WRITE + ) + ), + kineticTheory_(kineticTheoryProperties_.lookup("kineticTheory")), + equilibrium_(kineticTheoryProperties_.lookup("equilibrium")), + + viscosityModel_ + ( + kineticTheoryModels::viscosityModel::New + ( + kineticTheoryProperties_ + ) + ), + conductivityModel_ + ( + kineticTheoryModels::conductivityModel::New + ( + kineticTheoryProperties_ + ) + ), + radialModel_ + ( + kineticTheoryModels::radialModel::New + ( + kineticTheoryProperties_ + ) + ), + granularPressureModel_ + ( + kineticTheoryModels::granularPressureModel::New + ( + kineticTheoryProperties_ + ) + ), + frictionalStressModel_ + ( + kineticTheoryModels::frictionalStressModel::New + ( + kineticTheoryProperties_ + ) + ), + e_(kineticTheoryProperties_.lookup("e")), + alphaMax_(kineticTheoryProperties_.lookup("alphaMax")), + alphaMinFriction_(kineticTheoryProperties_.lookup("alphaMinFriction")), + Fr_(kineticTheoryProperties_.lookup("Fr")), + eta_(kineticTheoryProperties_.lookup("eta")), + p_(kineticTheoryProperties_.lookup("p")), + phi_(dimensionedScalar(kineticTheoryProperties_.lookup("phi"))*M_PI/180.0), + Theta_ + ( + IOobject + ( + "Theta", + Ua_.time().timeName(), + Ua_.mesh(), + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + Ua_.mesh() + ), + mua_ + ( + IOobject + ( + "mua", + Ua_.time().timeName(), + Ua_.mesh(), + IOobject::NO_READ, + IOobject::AUTO_WRITE + ), + Ua_.mesh(), + dimensionedScalar("zero", dimensionSet(1, -1, -1, 0, 0), 0.0) + ), + lambda_ + ( + IOobject + ( + "lambda", + Ua_.time().timeName(), + Ua_.mesh(), + IOobject::NO_READ, + IOobject::NO_WRITE + ), + Ua_.mesh(), + dimensionedScalar("zero", dimensionSet(1, -1, -1, 0, 0), 0.0) + ), + pa_ + ( + IOobject + ( + "pa", + Ua_.time().timeName(), + Ua_.mesh(), + IOobject::NO_READ, + IOobject::AUTO_WRITE + ), + Ua_.mesh(), + dimensionedScalar("zero", dimensionSet(1, -1, -2, 0, 0), 0.0) + ), + kappa_ + ( + IOobject + ( + "kappa", + Ua_.time().timeName(), + Ua_.mesh(), + IOobject::NO_READ, + IOobject::NO_WRITE + ), + Ua_.mesh(), + dimensionedScalar("zero", dimensionSet(1, -1, -1, 0, 0), 0.0) + ), + gs0_ + ( + IOobject + ( + "gs0", + Ua_.time().timeName(), + Ua_.mesh(), + IOobject::NO_READ, + IOobject::NO_WRITE + ), + Ua_.mesh(), + dimensionedScalar("zero", dimensionSet(0, 0, 0, 0, 0), 1.0) + ) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModel::~kineticTheoryModel() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +void Foam::kineticTheoryModel::solve(const volTensorField& gradUat) +{ + if (!kineticTheory_) + { + return; + } + + const scalar sqrtPi = sqrt(constant::mathematical::pi); + + volScalarField da_(phase1_.d()); + + surfaceScalarField phi(1.5*rhoa_*phia_*fvc::interpolate(alpha_)); + + volTensorField dU(gradUat.T()); //fvc::grad(Ua_); + volSymmTensorField D(symm(dU)); + + // NB, drag = K*alpha*beta, + // (the alpha and beta has been extracted from the drag function for + // numerical reasons) + volScalarField Ur(mag(Ua_ - Ub_)); + volScalarField betaPrim(alpha_*(1.0 - alpha_)*draga_.K(Ur)); + + // Calculating the radial distribution function (solid volume fraction is + // limited close to the packing limit, but this needs improvements) + // The solution is higly unstable close to the packing limit. + gs0_ = radialModel_->g0 + ( + min(max(alpha_, scalar(1e-6)), alphaMax_ - 0.01), + alphaMax_ + ); + + // particle pressure - coefficient in front of Theta (Eq. 3.22, p. 45) + volScalarField PsCoeff + ( + granularPressureModel_->granularPressureCoeff + ( + alpha_, + gs0_, + rhoa_, + e_ + ) + ); + + // 'thermal' conductivity (Table 3.3, p. 49) + kappa_ = conductivityModel_->kappa(alpha_, Theta_, gs0_, rhoa_, da_, e_); + + // particle viscosity (Table 3.2, p.47) + mua_ = viscosityModel_->mua(alpha_, Theta_, gs0_, rhoa_, da_, e_); + + dimensionedScalar Tsmall + ( + "small", + dimensionSet(0 , 2 ,-2 ,0 , 0, 0, 0), + 1.0e-6 + ); + + dimensionedScalar TsmallSqrt = sqrt(Tsmall); + volScalarField ThetaSqrt(sqrt(Theta_)); + + // dissipation (Eq. 3.24, p.50) + volScalarField gammaCoeff + ( + 12.0*(1.0 - sqr(e_))*sqr(alpha_)*rhoa_*gs0_*(1.0/da_)*ThetaSqrt/sqrtPi + ); + + // Eq. 3.25, p. 50 Js = J1 - J2 + volScalarField J1(3.0*betaPrim); + volScalarField J2 + ( + 0.25*sqr(betaPrim)*da_*sqr(Ur) + /(max(alpha_, scalar(1e-6))*rhoa_*sqrtPi*(ThetaSqrt + TsmallSqrt)) + ); + + // bulk viscosity p. 45 (Lun et al. 1984). + lambda_ = (4.0/3.0)*sqr(alpha_)*rhoa_*da_*gs0_*(1.0+e_)*ThetaSqrt/sqrtPi; + + // stress tensor, Definitions, Table 3.1, p. 43 + volSymmTensorField tau(2.0*mua_*D + (lambda_ - (2.0/3.0)*mua_)*tr(D)*I); + + if (!equilibrium_) + { + // construct the granular temperature equation (Eq. 3.20, p. 44) + // NB. note that there are two typos in Eq. 3.20 + // no grad infront of Ps + // wrong sign infront of laplacian + fvScalarMatrix ThetaEqn + ( + fvm::ddt(1.5*alpha_*rhoa_, Theta_) + + fvm::div(phi, Theta_, "div(phi,Theta)") + == + fvm::SuSp(-((PsCoeff*I) && dU), Theta_) + + (tau && dU) + + fvm::laplacian(kappa_, Theta_, "laplacian(kappa,Theta)") + + fvm::Sp(-gammaCoeff, Theta_) + + fvm::Sp(-J1, Theta_) + + fvm::Sp(J2/(Theta_ + Tsmall), Theta_) + ); + + ThetaEqn.relax(); + ThetaEqn.solve(); + } + else + { + // equilibrium => dissipation == production + // Eq. 4.14, p.82 + volScalarField K1(2.0*(1.0 + e_)*rhoa_*gs0_); + volScalarField K3 + ( + 0.5*da_*rhoa_* + ( + (sqrtPi/(3.0*(3.0-e_))) + *(1.0 + 0.4*(1.0 + e_)*(3.0*e_ - 1.0)*alpha_*gs0_) + +1.6*alpha_*gs0_*(1.0 + e_)/sqrtPi + ) + ); + + volScalarField K2 + ( + 4.0*da_*rhoa_*(1.0 + e_)*alpha_*gs0_/(3.0*sqrtPi) - 2.0*K3/3.0 + ); + + volScalarField K4(12.0*(1.0 - sqr(e_))*rhoa_*gs0_/(da_*sqrtPi)); + + volScalarField trD(tr(D)); + volScalarField tr2D(sqr(trD)); + volScalarField trD2(tr(D & D)); + + volScalarField t1(K1*alpha_ + rhoa_); + volScalarField l1(-t1*trD); + volScalarField l2(sqr(t1)*tr2D); + volScalarField l3 + ( + 4.0 + *K4 + *max(alpha_, scalar(1e-6)) + *(2.0*K3*trD2 + K2*tr2D) + ); + + Theta_ = sqr((l1 + sqrt(l2 + l3))/(2.0*(alpha_ + 1.0e-4)*K4)); + } + + Theta_.max(1.0e-15); + Theta_.min(1.0e+3); + + volScalarField pf + ( + frictionalStressModel_->frictionalPressure + ( + alpha_, + alphaMinFriction_, + alphaMax_, + Fr_, + eta_, + p_ + ) + ); + + PsCoeff += pf/(Theta_+Tsmall); + + PsCoeff.min(1.0e+10); + PsCoeff.max(-1.0e+10); + + // update particle pressure + pa_ = PsCoeff*Theta_; + + // frictional shear stress, Eq. 3.30, p. 52 + volScalarField muf + ( + frictionalStressModel_->muf + ( + alpha_, + alphaMax_, + pf, + D, + phi_ + ) + ); + + // add frictional stress + mua_ += muf; + mua_.min(1.0e+2); + mua_.max(0.0); + + Info<< "kinTheory: max(Theta) = " << max(Theta_).value() << endl; + + volScalarField ktn(mua_/rhoa_); + + Info<< "kinTheory: min(nua) = " << min(ktn).value() + << ", max(nua) = " << max(ktn).value() << endl; + + Info<< "kinTheory: min(pa) = " << min(pa_).value() + << ", max(pa) = " << max(pa_).value() << endl; +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H new file mode 100644 index 00000000000..a6f71fd8447 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H @@ -0,0 +1,196 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModel + +Description + +SourceFiles + kineticTheoryModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef kineticTheoryModel_H +#define kineticTheoryModel_H + +#include "dragModel.H" +#include "phaseModel.H" +#include "autoPtr.H" +#include "viscosityModel.H" +#include "conductivityModel.H" +#include "radialModel.H" +#include "granularPressureModel.H" +#include "frictionalStressModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ + +/*---------------------------------------------------------------------------*\ + Class kineticTheoryModel Declaration +\*---------------------------------------------------------------------------*/ + +class kineticTheoryModel +{ + // Private data + + const phaseModel& phase1_; + const volVectorField& Ua_; + const volVectorField& Ub_; + const volScalarField& alpha_; + const surfaceScalarField& phia_; + + const dragModel& draga_; + + const dimensionedScalar& rhoa_; + const dimensionedScalar& nua_; + + //- dictionary holding the modeling info + IOdictionary kineticTheoryProperties_; + + //- use kinetic theory or not. + Switch kineticTheory_; + + //- use generation == dissipation + Switch equilibrium_; + + autoPtr<kineticTheoryModels::viscosityModel> viscosityModel_; + + autoPtr<kineticTheoryModels::conductivityModel> conductivityModel_; + + autoPtr<kineticTheoryModels::radialModel> radialModel_; + + autoPtr<kineticTheoryModels::granularPressureModel> granularPressureModel_; + + autoPtr<kineticTheoryModels::frictionalStressModel> + frictionalStressModel_; + + //- coefficient of restitution + const dimensionedScalar e_; + + //- maximum packing + const dimensionedScalar alphaMax_; + + //- min value for which the frictional stresses are zero + const dimensionedScalar alphaMinFriction_; + + //- material constant for frictional normal stress + const dimensionedScalar Fr_; + + //- material constant for frictional normal stress + const dimensionedScalar eta_; + + //- material constant for frictional normal stress + const dimensionedScalar p_; + + //- angle of internal friction + const dimensionedScalar phi_; + + //- The granular energy/temperature + volScalarField Theta_; + + //- The granular viscosity + volScalarField mua_; + + //- The granular bulk viscosity + volScalarField lambda_; + + //- The granular pressure + volScalarField pa_; + + //- The granular temperature conductivity + volScalarField kappa_; + + //- The radial distribution function + volScalarField gs0_; + + + // Private Member Functions + + //- Disallow default bitwise copy construct + kineticTheoryModel(const kineticTheoryModel&); + + //- Disallow default bitwise assignment + void operator=(const kineticTheoryModel&); + + +public: + + // Constructors + + //- Construct from components + kineticTheoryModel + ( + const phaseModel& phase1, + const volVectorField& Ub, + const volScalarField& alpha, + const dragModel& draga + ); + + + //- Destructor + virtual ~kineticTheoryModel(); + + + // Member Functions + + void solve(const volTensorField& gradUat); + + bool on() const + { + return kineticTheory_; + } + + const volScalarField& mua() const + { + return mua_; + } + + const volScalarField& pa() const + { + return pa_; + } + + const volScalarField& lambda() const + { + return lambda_; + } + + const volScalarField& kappa() const + { + return kappa_; + } +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.C new file mode 100644 index 00000000000..42c709068b6 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.C @@ -0,0 +1,99 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "CarnahanStarlingRadial.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + defineTypeNameAndDebug(CarnahanStarling, 0); + + addToRunTimeSelectionTable + ( + radialModel, + CarnahanStarling, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::CarnahanStarling::CarnahanStarling +( + const dictionary& dict +) +: + radialModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::CarnahanStarling::~CarnahanStarling() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::CarnahanStarling::g0 +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + + return + 1.0/(1.0 - alpha) + + 3.0*alpha/(2.0*sqr(1.0 - alpha)) + + sqr(alpha)/(2.0*pow(1.0 - alpha, 3)); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::CarnahanStarling::g0prime +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + return + - alpha/sqr(1.0 - alpha) + + (3.0*(1.0 - alpha) + 6.0*sqr(alpha))/(2.0*(1.0 - alpha)) + + (2.0*alpha*(1.0 - alpha) + 3.0*pow(alpha, 3)) + /(2.0*pow(1.0 - alpha, 4)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H new file mode 100644 index 00000000000..de5c24a1820 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/CarnahanStarling/CarnahanStarlingRadial.H @@ -0,0 +1,100 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::radialModels::CarnahanStarling + +Description + +SourceFiles + CarnahanStarlingRadial.C + +\*---------------------------------------------------------------------------*/ + +#ifndef CarnahanStarling_H +#define CarnahanStarling_H + +#include "radialModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + +/*---------------------------------------------------------------------------*\ + Class CarnahanStarling Declaration +\*---------------------------------------------------------------------------*/ + +class CarnahanStarling +: + public radialModel +{ + +public: + + //- Runtime type information + TypeName("CarnahanStarling"); + + + // Constructors + + //- Construct from components + CarnahanStarling(const dictionary& dict); + + + //- Destructor + virtual ~CarnahanStarling(); + + + // Member Functions + + + tmp<volScalarField> g0 + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; + + tmp<volScalarField> g0prime + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace radialModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.C new file mode 100644 index 00000000000..9cd4675ce99 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.C @@ -0,0 +1,93 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "GidaspowRadial.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + defineTypeNameAndDebug(Gidaspow, 0); + + addToRunTimeSelectionTable + ( + radialModel, + Gidaspow, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::Gidaspow::Gidaspow +( + const dictionary& dict +) +: + radialModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::Gidaspow::~Gidaspow() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::Gidaspow::g0 +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + return 0.6/(1.0 - pow(alpha/alphaMax, 1.0/3.0)); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::Gidaspow::g0prime +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + return + (-1.0/5.0)*pow(alpha/alphaMax, -2.0/3.0) + /(alphaMax*sqr(1.0 - pow(alpha/alphaMax, 1.0/3.0))); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.H new file mode 100644 index 00000000000..7f94c23a978 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/Gidaspow/GidaspowRadial.H @@ -0,0 +1,99 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::radialModels::Gidaspow + +Description + +SourceFiles + GidaspowRadial.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Gidaspow_H +#define Gidaspow_H + +#include "radialModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + +/*---------------------------------------------------------------------------*\ + Class Gidaspow Declaration +\*---------------------------------------------------------------------------*/ + +class Gidaspow +: + public radialModel +{ + +public: + + //- Runtime type information + TypeName("Gidaspow"); + + + // Constructors + + //- Construct from components + Gidaspow(const dictionary& dict); + + + //- Destructor + virtual ~Gidaspow(); + + + // Member Functions + + tmp<volScalarField> g0 + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; + + tmp<volScalarField> g0prime + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace radialModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.C new file mode 100644 index 00000000000..91571b3bb35 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.C @@ -0,0 +1,92 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "LunSavageRadial.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + defineTypeNameAndDebug(LunSavage, 0); + + addToRunTimeSelectionTable + ( + radialModel, + LunSavage, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::LunSavage::LunSavage +( + const dictionary& dict +) +: + radialModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::LunSavage::~LunSavage() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::LunSavage::g0 +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + + return pow(1.0 - alpha/alphaMax, -2.5*alphaMax); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::LunSavage::g0prime +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + return 2.5*alphaMax*alpha*pow(1.0 - alpha, -1.0 - 2.5*alphaMax); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H new file mode 100644 index 00000000000..1e95f838aec --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/LunSavage/LunSavageRadial.H @@ -0,0 +1,99 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::radialModels::LunSavage + +Description + +SourceFiles + LunSavage.C + +\*---------------------------------------------------------------------------*/ + +#ifndef LunSavage_H +#define LunSavage_H + +#include "radialModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + +/*---------------------------------------------------------------------------*\ + Class LunSavage Declaration +\*---------------------------------------------------------------------------*/ + +class LunSavage +: + public radialModel +{ + +public: + + //- Runtime type information + TypeName("LunSavage"); + + + // Constructors + + //- Construct from components + LunSavage(const dictionary& dict); + + + //- Destructor + virtual ~LunSavage(); + + + // Member Functions + + tmp<volScalarField> g0 + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; + + tmp<volScalarField> g0prime + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace radialModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.C new file mode 100644 index 00000000000..d9ffa4714b6 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.C @@ -0,0 +1,93 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "SinclairJacksonRadial.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + defineTypeNameAndDebug(SinclairJackson, 0); + + addToRunTimeSelectionTable + ( + radialModel, + SinclairJackson, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::SinclairJackson::SinclairJackson +( + const dictionary& dict +) +: + radialModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModels::SinclairJackson::~SinclairJackson() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::SinclairJackson::g0 +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + return 1.0/(1.0 - pow(alpha/alphaMax, 1.0/3.0)); +} + + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::radialModels::SinclairJackson::g0prime +( + const volScalarField& alpha, + const dimensionedScalar& alphaMax +) const +{ + return + (-1.0/3.0)*pow(alpha/alphaMax, -2.0/3.0) + /(alphaMax*sqr(1.0 - pow(alpha/alphaMax, 1.0/3.0))); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H new file mode 100644 index 00000000000..8df30f19451 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/SinclairJackson/SinclairJacksonRadial.H @@ -0,0 +1,99 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::SinclairJackson + +Description + +SourceFiles + SinclairJacksonRadial.C + +\*---------------------------------------------------------------------------*/ + +#ifndef SinclairJackson_H +#define SinclairJackson_H + +#include "radialModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace radialModels +{ + +/*---------------------------------------------------------------------------*\ + Class SinclairJackson Declaration +\*---------------------------------------------------------------------------*/ + +class SinclairJackson +: + public radialModel +{ + +public: + + //- Runtime type information + TypeName("SinclairJackson"); + + + // Constructors + + //- Construct from components + SinclairJackson(const dictionary& dict); + + + //- Destructor + virtual ~SinclairJackson(); + + + // Member Functions + + tmp<volScalarField> g0 + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; + + tmp<volScalarField> g0prime + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace radialModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/newRadialModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/newRadialModel.C new file mode 100644 index 00000000000..aa79335145b --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/newRadialModel.C @@ -0,0 +1,60 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "radialModel.H" + +// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::kineticTheoryModels::radialModel> +Foam::kineticTheoryModels::radialModel::New +( + const dictionary& dict +) +{ + word radialModelType(dict.lookup("radialModel")); + + Info<< "Selecting radialModel " + << radialModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(radialModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalError + << "radialModel::New(const dictionary&) : " << endl + << " unknown radialModelType type " + << radialModelType + << ", constructor not in hash table" << endl << endl + << " Valid radialModelType types are :" << endl; + Info<< dictionaryConstructorTablePtr_->sortedToc() + << abort(FatalError); + } + + return autoPtr<radialModel>(cstrIter()(dict)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.C new file mode 100644 index 00000000000..7caf81d366f --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.C @@ -0,0 +1,58 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "radialModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + defineTypeNameAndDebug(radialModel, 0); + + defineRunTimeSelectionTable(radialModel, dictionary); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModel::radialModel +( + const dictionary& dict +) +: + dict_(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::radialModel::~radialModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H new file mode 100644 index 00000000000..bad05a99dff --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/radialModel/radialModel/radialModel.H @@ -0,0 +1,132 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::radialModel + +SourceFiles + radialModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef radialModel_H +#define radialModel_H + +#include "dictionary.H" +#include "volFields.H" +#include "dimensionedTypes.H" +#include "runTimeSelectionTables.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + +/*---------------------------------------------------------------------------*\ + Class radialModel Declaration +\*---------------------------------------------------------------------------*/ + +class radialModel +{ + // Private member functions + + //- Disallow default bitwise copy construct + radialModel(const radialModel&); + + //- Disallow default bitwise assignment + void operator=(const radialModel&); + + +protected: + + // Protected data + + const dictionary& dict_; + + +public: + + //- Runtime type information + TypeName("radialModel"); + + // Declare runtime constructor selection table + declareRunTimeSelectionTable + ( + autoPtr, + radialModel, + dictionary, + ( + const dictionary& dict + ), + (dict) + ); + + + // Constructors + + //- Construct from components + radialModel(const dictionary& dict); + + + // Selectors + + static autoPtr<radialModel> New + ( + const dictionary& dict + ); + + + //- Destructor + virtual ~radialModel(); + + + // Member Functions + + //- Radial distribution function + virtual tmp<volScalarField> g0 + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const = 0; + + //- Derivative of the radial distribution function + virtual tmp<volScalarField> g0prime + ( + const volScalarField& alpha, + const dimensionedScalar& alphaMax + ) const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.C new file mode 100644 index 00000000000..dc513227527 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.C @@ -0,0 +1,87 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "GidaspowViscosity.H" +#include "mathematicalConstants.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace viscosityModels +{ + defineTypeNameAndDebug(Gidaspow, 0); + addToRunTimeSelectionTable(viscosityModel, Gidaspow, dictionary); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModels::Gidaspow::Gidaspow +( + const dictionary& dict +) +: + viscosityModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModels::Gidaspow::~Gidaspow() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::viscosityModels::Gidaspow::mua +( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e +) const +{ + const scalar sqrtPi = sqrt(constant::mathematical::pi); + + return rhoa*da*sqrt(Theta)* + ( + (4.0/5.0)*sqr(alpha)*g0*(1.0 + e)/sqrtPi + + (1.0/15.0)*sqrtPi*g0*(1.0 + e)*sqr(alpha) + + (1.0/6.0)*sqrtPi*alpha + + (10.0/96.0)*sqrtPi/((1.0 + e)*g0) + ); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H new file mode 100644 index 00000000000..efe2c5727c3 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Gidaspow/GidaspowViscosity.H @@ -0,0 +1,96 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::viscosityModels::Gidaspow + +Description + +SourceFiles + GidaspowViscosity.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Gidaspow_H +#define Gidaspow_H + +#include "viscosityModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace viscosityModels +{ + +/*---------------------------------------------------------------------------*\ + Class Gidaspow Declaration +\*---------------------------------------------------------------------------*/ + +class Gidaspow +: + public viscosityModel +{ + +public: + + //- Runtime type information + TypeName("Gidaspow"); + + // Constructors + + //- Construct from components + Gidaspow(const dictionary& dict); + + + //- Destructor + virtual ~Gidaspow(); + + + // Member functions + + tmp<volScalarField> mua + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace viscosityModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.C new file mode 100644 index 00000000000..5f65f3c74cb --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.C @@ -0,0 +1,101 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "HrenyaSinclairViscosity.H" +#include "mathematicalConstants.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace viscosityModels +{ + defineTypeNameAndDebug(HrenyaSinclair, 0); + + addToRunTimeSelectionTable + ( + viscosityModel, + HrenyaSinclair, + dictionary + ); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModels::HrenyaSinclair::HrenyaSinclair +( + const dictionary& dict +) +: + viscosityModel(dict), + coeffsDict_(dict.subDict(typeName + "Coeffs")), + L_(coeffsDict_.lookup("L")) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModels::HrenyaSinclair::~HrenyaSinclair() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::viscosityModels::HrenyaSinclair::mua +( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e +) const +{ + const scalar sqrtPi = sqrt(constant::mathematical::pi); + + volScalarField lamda + ( + scalar(1) + da/(6.0*sqrt(2.0)*(alpha + scalar(1.0e-5)))/L_ + ); + + return rhoa*da*sqrt(Theta)* + ( + (4.0/5.0)*sqr(alpha)*g0*(1.0 + e)/sqrtPi + + (1.0/15.0)*sqrtPi*g0*(1.0 + e)*(3.0*e - 1)*sqr(alpha)/(3.0-e) + + (1.0/6.0)*sqrtPi*alpha*(0.5*lamda + 0.25*(3.0*e - 1.0)) + /(0.5*(3.0 - e)*lamda) + + (10/96.0)*sqrtPi/((1.0 + e)*0.5*(3.0 - e)*g0*lamda) + ); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H new file mode 100644 index 00000000000..7d9640b4718 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/HrenyaSinclair/HrenyaSinclairViscosity.H @@ -0,0 +1,104 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::viscosityModels::HrenyaSinclair + +Description + +SourceFiles + HrenyaSinclairViscosity.C + +\*---------------------------------------------------------------------------*/ + +#ifndef HrenyaSinclair_H +#define HrenyaSinclair_H + +#include "viscosityModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace viscosityModels +{ + +/*---------------------------------------------------------------------------*\ + Class HrenyaSinclair Declaration +\*---------------------------------------------------------------------------*/ + +class HrenyaSinclair +: + public viscosityModel +{ + // Private data + + dictionary coeffsDict_; + + //- characteristic length of geometry + dimensionedScalar L_; + + +public: + + //- Runtime type information + TypeName("HrenyaSinclair"); + + + // Constructors + + //- Construct from components + HrenyaSinclair(const dictionary& dict); + + + //- Destructor + virtual ~HrenyaSinclair(); + + + // Member functions + + tmp<volScalarField> mua + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace viscosityModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.C new file mode 100644 index 00000000000..7529baa3ae4 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.C @@ -0,0 +1,86 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "SyamlalViscosity.H" +#include "mathematicalConstants.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace viscosityModels +{ + defineTypeNameAndDebug(Syamlal, 0); + addToRunTimeSelectionTable(viscosityModel, Syamlal, dictionary); +} +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModels::Syamlal::Syamlal +( + const dictionary& dict +) +: + viscosityModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModels::Syamlal::~Syamlal() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> +Foam::kineticTheoryModels::viscosityModels::Syamlal::mua +( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e +) const +{ + const scalar sqrtPi = sqrt(constant::mathematical::pi); + + return rhoa*da*sqrt(Theta)* + ( + (4.0/5.0)*sqr(alpha)*g0*(1.0 + e)/sqrtPi + + (1.0/15.0)*sqrtPi*g0*(1.0 + e)*(3.0*e - 1.0)*sqr(alpha)/(3.0 - e) + + (1.0/6.0)*alpha*sqrtPi/(3.0 - e) + ); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H new file mode 100644 index 00000000000..9d784aeeb25 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/Syamlal/SyamlalViscosity.H @@ -0,0 +1,97 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::kineticTheoryModels::viscosityModels::Syamlal + +Description + +SourceFiles + SyamlalViscosity.C + +\*---------------------------------------------------------------------------*/ + +#ifndef Syamlal_H +#define Syamlal_H + +#include "viscosityModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ +namespace viscosityModels +{ + +/*---------------------------------------------------------------------------*\ + Class Syamlal Declaration +\*---------------------------------------------------------------------------*/ + +class Syamlal +: + public viscosityModel +{ + +public: + + //- Runtime type information + TypeName("Syamlal"); + + + // Constructors + + //- Construct from components + Syamlal(const dictionary& dict); + + + //- Destructor + virtual ~Syamlal(); + + + // Member functions + + tmp<volScalarField> mua + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace viscosityModels +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.C new file mode 100644 index 00000000000..36f4bab76a5 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.C @@ -0,0 +1,75 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "noneViscosity.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + defineTypeNameAndDebug(noneViscosity, 0); + addToRunTimeSelectionTable(viscosityModel, noneViscosity, dictionary); +} +} + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::noneViscosity::noneViscosity(const dictionary& dict) +: + viscosityModel(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::noneViscosity::~noneViscosity() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::kineticTheoryModels::noneViscosity::mua +( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e +) const +{ + return dimensionedScalar + ( + "0", + dimensionSet(1, -1, -1, 0, 0, 0, 0), + 0.0 + )*alpha; +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.H new file mode 100644 index 00000000000..22f60d96028 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/none/noneViscosity.H @@ -0,0 +1,94 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::noneViscosity + +Description + +SourceFiles + noneViscosity.C + +\*---------------------------------------------------------------------------*/ + +#ifndef noneViscosity_H +#define noneViscosity_H + +#include "viscosityModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + +/*---------------------------------------------------------------------------*\ + Class noneViscosity Declaration +\*---------------------------------------------------------------------------*/ + +class noneViscosity +: + public viscosityModel +{ + +public: + + //- Runtime type information + TypeName("none"); + + + // Constructors + + //- Construct from components + noneViscosity(const dictionary& dict); + + + //- Destructor + virtual ~noneViscosity(); + + + // Member functions + + tmp<volScalarField> mua + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/newViscosityModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/newViscosityModel.C new file mode 100644 index 00000000000..2b50f093599 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/newViscosityModel.C @@ -0,0 +1,59 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "viscosityModel.H" + +// * * * * * * * * * * * * * * * * Selectors * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::kineticTheoryModels::viscosityModel> +Foam::kineticTheoryModels::viscosityModel::New +( + const dictionary& dict +) +{ + word viscosityModelType(dict.lookup("viscosityModel")); + + Info<< "Selecting viscosityModel " + << viscosityModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(viscosityModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalError + << "viscosityModel::New(const dictionary&) : " << endl + << " unknown viscosityModelType type " + << viscosityModelType + << ", constructor not in hash table" << endl << endl + << " Valid viscosityModelType types are :" << endl; + Info<< dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError); + } + + return autoPtr<viscosityModel>(cstrIter()(dict)); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.C new file mode 100644 index 00000000000..dc4c1ca1def --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.C @@ -0,0 +1,57 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "viscosityModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + defineTypeNameAndDebug(viscosityModel, 0); + defineRunTimeSelectionTable(viscosityModel, dictionary); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModel::viscosityModel +( + const dictionary& dict +) +: + dict_(dict) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::kineticTheoryModels::viscosityModel::~viscosityModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H new file mode 100644 index 00000000000..90309382202 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/kineticTheoryModels/viscosityModel/viscosityModel/viscosityModel.H @@ -0,0 +1,130 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::viscosityModel + +Description + +SourceFiles + viscosityModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef viscosityModel_H +#define viscosityModel_H + +#include "dictionary.H" +#include "volFields.H" +#include "dimensionedTypes.H" +#include "runTimeSelectionTables.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace kineticTheoryModels +{ + +/*---------------------------------------------------------------------------*\ + Class viscosityModel Declaration +\*---------------------------------------------------------------------------*/ + +class viscosityModel +{ + // Private member functions + + //- Disallow default bitwise copy construct + viscosityModel(const viscosityModel&); + + //- Disallow default bitwise assignment + void operator=(const viscosityModel&); + + +protected: + + // Protected data + + const dictionary& dict_; + + +public: + + //- Runtime type information + TypeName("viscosityModel"); + + // Declare runtime constructor selection table + declareRunTimeSelectionTable + ( + autoPtr, + viscosityModel, + dictionary, + ( + const dictionary& dict + ), + (dict) + ); + + + // Constructors + + //- Construct from components + viscosityModel(const dictionary& dict); + + + // Selectors + + static autoPtr<viscosityModel> New + ( + const dictionary& dict + ); + + + //- Destructor + virtual ~viscosityModel(); + + + // Member Functions + + virtual tmp<volScalarField> mua + ( + const volScalarField& alpha, + const volScalarField& Theta, + const volScalarField& g0, + const dimensionedScalar& rhoa, + const volScalarField& da, + const dimensionedScalar& e + ) const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace kineticTheoryModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/pEqn.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/pEqn.H new file mode 100644 index 00000000000..bbb8765e145 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/pEqn.H @@ -0,0 +1,144 @@ +{ + rho1 = rho10 + psi1*p; + rho2 = rho20 + psi2*p; + + tmp<fvScalarMatrix> pEqnComp1; + tmp<fvScalarMatrix> pEqnComp2; + + //if (transonic) + //{ + //} + //else + { + surfaceScalarField phid1("phid1", fvc::interpolate(psi1)*phi1); + surfaceScalarField phid2("phid2", fvc::interpolate(psi2)*phi2); + + pEqnComp1 = + fvc::ddt(rho1) + psi1*correction(fvm::ddt(p)) + + fvc::div(phid1, p) + - fvc::Sp(fvc::div(phid1), p); + + pEqnComp2 = + fvc::ddt(rho2) + psi2*correction(fvm::ddt(p)) + + fvc::div(phid2, p) + - fvc::Sp(fvc::div(phid2), p); + } + + surfaceScalarField alpha1f = fvc::interpolate(alpha1); + surfaceScalarField alpha2f = scalar(1) - alpha1f; + + volVectorField U10 = U1; + volVectorField U20 = U2; + + volScalarField rAU1 = 1.0/U1Eqn.A(); + volScalarField rAU2 = 1.0/U2Eqn.A(); + + surfaceScalarField rAlphaAU1f = fvc::interpolate(alpha1*rAU1); + surfaceScalarField rAlphaAU2f = fvc::interpolate(alpha2*rAU2); + + U1 = rAU1*U1Eqn.H(); + U2 = rAU2*U2Eqn.H(); + + { + surfaceScalarField phi10 = phi1; + + phi1 = + ( + (fvc::interpolate(U1) & mesh.Sf()) + + fvc::ddtPhiCorr(rAU1, alpha1, U1, phi1) + + fvc::interpolate((1.0/rho1)*rAU1*dragCoeff)*phi2 + + rAlphaAU1f*(g & mesh.Sf()) + ); + + phi2 = + ( + (fvc::interpolate(U2) & mesh.Sf()) + + fvc::ddtPhiCorr(rAU2, alpha2, U2, phi2) + + fvc::interpolate((1.0/rho2)*rAU2*dragCoeff)*phi10 + + rAlphaAU2f*(g & mesh.Sf()) + ); + } + + phi = alpha1f*phi1 + alpha2f*phi2; + adjustPhi(phi, U, p); + + surfaceScalarField Dp + ( + "(rho*1|A(U))", + mag(alpha1f*rAlphaAU1f/fvc::interpolate(rho1) + + alpha2f*rAlphaAU2f/fvc::interpolate(rho2)) + ); + + for(int nonOrth=0; nonOrth<=pimple.nNonOrthCorr(); nonOrth++) + { + fvScalarMatrix pEqnIncomp + ( + fvc::div(phi) + - fvm::laplacian(Dp, p) + ); + + solve + ( + ( + (alpha1/rho1)*pEqnComp1() + + (alpha2/rho2)*pEqnComp2() + ) + + pEqnIncomp, + mesh.solver + ( + p.select(pimple.finalInnerIter(corr, nonOrth)) + /* + ( + oCorr == pimple.nOuterCorr()-1 + && corr == nCorr-1 + && nonOrth == nNonOrthCorr + ) + */ + ) + ); + + if (nonOrth == pimple.nNonOrthCorr()) + { + surfaceScalarField mSfGradp = pEqnIncomp.flux()/Dp; + + phi1 += rAlphaAU1f*mSfGradp/fvc::interpolate(rho1); + phi2 += rAlphaAU2f*mSfGradp/fvc::interpolate(rho2); + phi = alpha1f*phi1 + alpha2f*phi2; + + dgdt = + ( + pos(alpha2)*(pEqnComp2 & p)/rho2 + - pos(alpha1)*(pEqnComp1 & p)/rho1 + ); + + p.relax(); + mSfGradp = pEqnIncomp.flux()/Dp; + + U1 += (1.0/rho1)*rAU1*dragCoeff*U20 + + fvc::reconstruct + ( + rAlphaAU1f*(g & mesh.Sf()) + + rAlphaAU1f*mSfGradp/fvc::interpolate(rho1) + ); + U1.correctBoundaryConditions(); + + U2 += (1.0/rho2)*rAU2*dragCoeff*U10 + + fvc::reconstruct + ( + rAlphaAU2f*(g & mesh.Sf()) + + rAlphaAU2f*mSfGradp/fvc::interpolate(rho2) + ); + U2.correctBoundaryConditions(); + + U = alpha1*U1 + alpha2*U2; + } + } + + p = max(p, pMin); + + rho1 = rho10 + psi1*p; + rho2 = rho20 + psi2*p; + + Dp1Dt = fvc::DDt(phi1, p); + Dp2Dt = fvc::DDt(phi2, p); +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/packingLimiter.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/packingLimiter.H new file mode 100644 index 00000000000..3790bf9bb97 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/packingLimiter.H @@ -0,0 +1,36 @@ + if (packingLimiter) + { + // Calculating exceeding volume fractions + volScalarField alphaEx(max(alpha1 - alphaMax, scalar(0))); + + // Finding neighbouring cells of the whole domain + labelListList neighbour = mesh.cellCells(); + scalarField cellVolumes(mesh.cellVolumes()); + + forAll (alphaEx, celli) + { + // Finding the labels of the neighbouring cells + labelList neighbourCell = neighbour[celli]; + + // Initializing neighbouring cells contribution + scalar neighboursEx = 0.0; + + forAll (neighbourCell, cellj) + { + labelList neighboursNeighbour = neighbour[neighbourCell[cellj]]; + scalar neighboursNeighbourCellVolumes = 0.0; + + forAll (neighboursNeighbour, cellk) + { + neighboursNeighbourCellVolumes += + cellVolumes[neighboursNeighbour[cellk]]; + } + + neighboursEx += + alphaEx[neighbourCell[cellj]]*cellVolumes[celli] + /neighboursNeighbourCellVolumes; + } + + alpha1[celli] += neighboursEx - alphaEx[celli]; + } + } diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/files b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/files new file mode 100644 index 00000000000..0b9cff82b06 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/files @@ -0,0 +1,7 @@ +phaseModel/phaseModel.C +diameterModels/diameterModel/diameterModel.C +diameterModels/diameterModel/newDiameterModel.C +diameterModels/constantDiameter/constantDiameter.C +diameterModels/isothermalDiameter/isothermalDiameter.C + +LIB = $(FOAM_USER_LIBBIN)/libcompressiblePhaseModel diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/options b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/options new file mode 100644 index 00000000000..0ec11392098 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/Make/options @@ -0,0 +1,6 @@ +EXE_INC = \ + -I$(LIB_SRC)/finiteVolume/lnInclude \ + -I$(LIB_SRC)/transportModels/incompressible/lnInclude + +LIB_LIBS = \ + -lincompressibleTransportModels diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.C new file mode 100644 index 00000000000..7be2be6d563 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.C @@ -0,0 +1,87 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "constantDiameter.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace diameterModels +{ + defineTypeNameAndDebug(constant, 0); + + addToRunTimeSelectionTable + ( + diameterModel, + constant, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::diameterModels::constant::constant +( + const dictionary& dict, + const phaseModel& phase +) +: + diameterModel(dict, phase), + d_("d", dimLength, dict.lookup("d")) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::diameterModels::constant::~constant() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::diameterModels::constant::d() const +{ + return tmp<Foam::volScalarField> + ( + new volScalarField + ( + IOobject + ( + "d", + phase_.U().time().timeName(), + phase_.U().mesh() + ), + phase_.U().mesh(), + d_ + ) + ); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.H new file mode 100644 index 00000000000..5ce8c9a3d9b --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/constantDiameter/constantDiameter.H @@ -0,0 +1,96 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::constant + +Description + Constant dispersed-phase particle diameter model. + +SourceFiles + constant.C + +\*---------------------------------------------------------------------------*/ + +#ifndef constant_H +#define constant_H + +#include "diameterModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace diameterModels +{ + +/*---------------------------------------------------------------------------*\ + Class constant Declaration +\*---------------------------------------------------------------------------*/ + +class constant +: + public diameterModel +{ + // Private data + + //- The constant diameter of the phase + dimensionedScalar d_; + + +public: + + //- Runtime type information + TypeName("constant"); + + + // Constructors + + //- Construct from components + constant + ( + const dictionary& dict, + const phaseModel& phase + ); + + + //- Destructor + virtual ~constant(); + + + // Member Functions + + tmp<volScalarField> d() const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace diameterModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.C new file mode 100644 index 00000000000..800c700dce3 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.C @@ -0,0 +1,56 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "diameterModel.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ + defineTypeNameAndDebug(diameterModel, 0); + defineRunTimeSelectionTable(diameterModel, dictionary); +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::diameterModel::diameterModel +( + const dictionary& dict, + const phaseModel& phase +) +: + dict_(dict), + phase_(phase) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::diameterModel::~diameterModel() +{} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.H new file mode 100644 index 00000000000..3af7bd18ffa --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/diameterModel.H @@ -0,0 +1,120 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::diameterModel + +Description + Abstract base-class for dispersed-phase particle diameter models. + +SourceFiles + diameterModel.C + newDiameterModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef diameterModel_H +#define diameterModel_H + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#include "dictionary.H" +#include "phaseModel.H" +#include "runTimeSelectionTables.H" + +namespace Foam +{ + +/*---------------------------------------------------------------------------*\ + Class diameterModel Declaration +\*---------------------------------------------------------------------------*/ + +class diameterModel +{ +protected: + + // Protected data + + const dictionary& dict_; + const phaseModel& phase_; + + +public: + + //- Runtime type information + TypeName("diameterModel"); + + + // Declare runtime construction + + declareRunTimeSelectionTable + ( + autoPtr, + diameterModel, + dictionary, + ( + const dictionary& dict, + const phaseModel& phase + ), + (dict, phase) + ); + + + // Constructors + + diameterModel + ( + const dictionary& dict, + const phaseModel& phase + ); + + + //- Destructor + virtual ~diameterModel(); + + + // Selectors + + static autoPtr<diameterModel> New + ( + const dictionary& dict, + const phaseModel& phase + ); + + + // Member Functions + + //- Return the phase mean diameter field + virtual tmp<volScalarField> d() const = 0; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/newDiameterModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/newDiameterModel.C new file mode 100644 index 00000000000..01d685ad569 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/diameterModel/newDiameterModel.C @@ -0,0 +1,63 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "diameterModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +Foam::autoPtr<Foam::diameterModel> Foam::diameterModel::New +( + const dictionary& dict, + const phaseModel& phase +) +{ + word diameterModelType + ( + dict.lookup("diameterModel") + ); + + Info << "Selecting diameterModel for phase " + << phase.name() + << ": " + << diameterModelType << endl; + + dictionaryConstructorTable::iterator cstrIter = + dictionaryConstructorTablePtr_->find(diameterModelType); + + if (cstrIter == dictionaryConstructorTablePtr_->end()) + { + FatalErrorIn("diameterModel::New") + << "Unknown diameterModelType type " + << diameterModelType << endl << endl + << "Valid diameterModel types are : " << endl + << dictionaryConstructorTablePtr_->sortedToc() + << exit(FatalError); + } + + return cstrIter()(dict.subDict(diameterModelType + "Coeffs"), phase); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.C new file mode 100644 index 00000000000..39d6f1afbda --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.C @@ -0,0 +1,80 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "isothermalDiameter.H" +#include "addToRunTimeSelectionTable.H" + +// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // + +namespace Foam +{ +namespace diameterModels +{ + defineTypeNameAndDebug(isothermal, 0); + + addToRunTimeSelectionTable + ( + diameterModel, + isothermal, + dictionary + ); +} +} + + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::diameterModels::isothermal::isothermal +( + const dictionary& dict, + const phaseModel& phase +) +: + diameterModel(dict, phase), + d0_("d0", dimLength, dict.lookup("d0")), + p0_("p0", dimPressure, dict.lookup("p0")) +{} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::diameterModels::isothermal::~isothermal() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::diameterModels::isothermal::d() const +{ + const volScalarField& p = phase_.U().db().lookupObject<volScalarField> + ( + "p" + ); + + return d0_*pow(p0_/p, 1.0/3.0); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.H new file mode 100644 index 00000000000..29fe2c8642d --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/diameterModels/isothermalDiameter/isothermalDiameter.H @@ -0,0 +1,99 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::isothermal + +Description + Isothermal dispersed-phase particle diameter model. + +SourceFiles + isothermal.C + +\*---------------------------------------------------------------------------*/ + +#ifndef isothermal_H +#define isothermal_H + +#include "diameterModel.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ +namespace diameterModels +{ + +/*---------------------------------------------------------------------------*\ + Class isothermal Declaration +\*---------------------------------------------------------------------------*/ + +class isothermal +: + public diameterModel +{ + // Private data + + //- Reference diameter for the isothermal expansion + dimensionedScalar d0_; + + //- Reference pressure for the isothermal expansion + dimensionedScalar p0_; + + +public: + + //- Runtime type information + TypeName("isothermal"); + + + // Constructors + + //- Construct from components + isothermal + ( + const dictionary& dict, + const phaseModel& phase + ); + + + //- Destructor + virtual ~isothermal(); + + + // Member Functions + + tmp<volScalarField> d() const; +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace diameterModels +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.C b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.C new file mode 100644 index 00000000000..d80758ac8c7 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.C @@ -0,0 +1,184 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +\*---------------------------------------------------------------------------*/ + +#include "phaseModel.H" +#include "diameterModel.H" +#include "fixedValueFvPatchFields.H" +#include "surfaceInterpolate.H" + +// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // + +Foam::phaseModel::phaseModel +( + const fvMesh& mesh, + const dictionary& transportProperties, + const word& phaseName +) +: + dict_ + ( + transportProperties.subDict("phase" + phaseName) + ), + name_(phaseName), + nu_ + ( + "nu", + dimensionSet(0, 2, -1, 0, 0), + dict_.lookup("nu") + ), + kappa_ + ( + "kappa", + dimensionSet(1, 1, -3, -1, 0), + dict_.lookup("kappa") + ), + Cp_ + ( + "Cp", + dimensionSet(0, 2, -2, -1, 0), + dict_.lookup("Cp") + ), + rho_ + ( + "rho", + dimDensity, + dict_.lookup("rho") + ), + U_ + ( + IOobject + ( + "U" + phaseName, + mesh.time().timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ) +{ + const word phiName = "phi" + phaseName; + + IOobject phiHeader + ( + phiName, + mesh.time().timeName(), + mesh, + IOobject::NO_READ + ); + + if (phiHeader.headerOk()) + { + Info<< "Reading face flux field " << phiName << endl; + + phiPtr_.reset + ( + new surfaceScalarField + ( + IOobject + ( + phiName, + mesh.time().timeName(), + mesh, + IOobject::MUST_READ, + IOobject::AUTO_WRITE + ), + mesh + ) + ); + } + else + { + Info<< "Calculating face flux field " << phiName << endl; + + wordList phiTypes + ( + U_.boundaryField().size(), + calculatedFvPatchScalarField::typeName + ); + + forAll(U_.boundaryField(), i) + { + if (isA<fixedValueFvPatchVectorField>(U_.boundaryField()[i])) + { + phiTypes[i] = fixedValueFvPatchScalarField::typeName; + } + } + + phiPtr_.reset + ( + new surfaceScalarField + ( + IOobject + ( + phiName, + mesh.time().timeName(), + mesh, + IOobject::NO_READ, + IOobject::AUTO_WRITE + ), + fvc::interpolate(U_) & mesh.Sf(), + phiTypes + ) + ); + } + + dPtr_ = diameterModel::New + ( + dict_, + *this + ); +} + + +Foam::autoPtr<Foam::phaseModel> Foam::phaseModel::New +( + const fvMesh& mesh, + const dictionary& transportProperties, + const word& phaseName +) +{ + return autoPtr<phaseModel> + ( + new phaseModel(mesh, transportProperties, phaseName) + ); +} + + +// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // + +Foam::phaseModel::~phaseModel() +{} + + +// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // + +Foam::tmp<Foam::volScalarField> Foam::phaseModel::d() const +{ + return dPtr_().d(); +} + + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.H new file mode 100644 index 00000000000..90b2d2184e0 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/phaseModel/phaseModel/phaseModel.H @@ -0,0 +1,169 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Class + Foam::phaseModel + +SourceFiles + phaseModel.C + +\*---------------------------------------------------------------------------*/ + +#ifndef phaseModel_H +#define phaseModel_H + +#include "dictionary.H" +#include "dimensionedScalar.H" +#include "volFields.H" +#include "surfaceFields.H" + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +namespace Foam +{ + +// Forward declarations +class diameterModel; + +/*---------------------------------------------------------------------------*\ + Class phaseModel Declaration +\*---------------------------------------------------------------------------*/ + +class phaseModel +{ + // Private data + + dictionary dict_; + + //- Name of phase + word name_; + + //- Kinematic viscosity + dimensionedScalar nu_; + + //- Thermal conductivity + dimensionedScalar kappa_; + + //- Heat capacity + dimensionedScalar Cp_; + + //- Density + dimensionedScalar rho_; + + //- Velocity + volVectorField U_; + + //- Fluxes + autoPtr<surfaceScalarField> phiPtr_; + + //- Diameter model + autoPtr<diameterModel> dPtr_; + + +public: + + // Constructors + + phaseModel + ( + const fvMesh& mesh, + const dictionary& transportProperties, + const word& phaseName + ); + + + // Selectors + + //- Return a reference to the selected turbulence model + static autoPtr<phaseModel> New + ( + const fvMesh& mesh, + const dictionary& transportProperties, + const word& phaseName + ); + + + //- Destructor + virtual ~phaseModel(); + + + // Member Functions + + const word& name() const + { + return name_; + } + + tmp<volScalarField> d() const; + + const dimensionedScalar& nu() const + { + return nu_; + } + + const dimensionedScalar& kappa() const + { + return kappa_; + } + + const dimensionedScalar& Cp() const + { + return Cp_; + } + + const dimensionedScalar& rho() const + { + return rho_; + } + + const volVectorField& U() const + { + return U_; + } + + volVectorField& U() + { + return U_; + } + + const surfaceScalarField& phi() const + { + return phiPtr_(); + } + + surfaceScalarField& phi() + { + return phiPtr_(); + } +}; + + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +} // End namespace Foam + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +#endif + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readPPProperties.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readPPProperties.H new file mode 100644 index 00000000000..3acbf758d04 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readPPProperties.H @@ -0,0 +1,36 @@ + IOdictionary ppProperties + ( + IOobject + ( + "ppProperties", + runTime.constant(), + mesh, + IOobject::MUST_READ, + IOobject::NO_WRITE + ) + ); + + scalar preAlphaExp + ( + readScalar(ppProperties.lookup("preAlphaExp")) + ); + + scalar alphaMax + ( + readScalar(ppProperties.lookup("alphaMax")) + ); + + scalar expMax + ( + readScalar(ppProperties.lookup("expMax")) + ); + + dimensionedScalar g0 + ( + ppProperties.lookup("g0") + ); + + Switch packingLimiter + ( + ppProperties.lookup("packingLimiter") + ); diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readTwoPhaseEulerFoamControls.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readTwoPhaseEulerFoamControls.H new file mode 100644 index 00000000000..eec13762cc7 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/readTwoPhaseEulerFoamControls.H @@ -0,0 +1,4 @@ + #include "readTimeControls.H" + + int nAlphaCorr(readInt(pimple.dict().lookup("nAlphaCorr"))); + Switch correctAlpha(pimple.dict().lookup("correctAlpha")); diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/kEpsilon.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/kEpsilon.H new file mode 100644 index 00000000000..cb19fba0b77 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/kEpsilon.H @@ -0,0 +1,64 @@ +if(turbulence) +{ + if (mesh.changing()) + { + y.correct(); + } + + tmp<volTensorField> tgradU2 = fvc::grad(U2); + volScalarField G = 2*nut2*(tgradU2() && dev(symm(tgradU2()))); + tgradU2.clear(); + + #include "wallFunctions.H" + + // Dissipation equation + fvScalarMatrix epsEqn + ( + fvm::ddt(alpha2, epsilon) + + fvm::div(alphaPhi2, epsilon) + - fvm::laplacian + ( + alphaEps*nuEff2, epsilon, + "laplacian(DepsilonEff,epsilon)" + ) + == + C1*alpha2*G*epsilon/k + - fvm::Sp(C2*alpha2*epsilon/k, epsilon) + ); + + #include "wallDissipation.H" + + + + epsEqn.relax(); + epsEqn.solve(); + + epsilon.max(dimensionedScalar("zero", epsilon.dimensions(), 1.0e-15)); + + + // Turbulent kinetic energy equation + fvScalarMatrix kEqn + ( + fvm::ddt(alpha2, k) + + fvm::div(alphaPhi2, k) + - fvm::laplacian + ( + alphak*nuEff2, k, + "laplacian(DkEff,k)" + ) + == + alpha2*G + - fvm::Sp(alpha2*epsilon/k, k) + ); + kEqn.relax(); + kEqn.solve(); + + k.max(dimensionedScalar("zero", k.dimensions(), 1.0e-8)); + + //- Re-calculate turbulence viscosity + nut2 = Cmu*sqr(k)/epsilon; + + #include "wallViscosity.H" +} + +nuEff2 = nut2 + nu2; diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallDissipation.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallDissipation.H new file mode 100644 index 00000000000..14224fd646a --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallDissipation.H @@ -0,0 +1,50 @@ +/*---------------------------------------------------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | + \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\/ M anipulation | +------------------------------------------------------------------------------- +License + This file is part of OpenFOAM. + + OpenFOAM is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + OpenFOAM is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + for more details. + + You should have received a copy of the GNU General Public License + along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. + +Global + wallDissipation + +Description + Set wall dissipation in the epsilon matrix + +\*---------------------------------------------------------------------------*/ + +{ + const fvPatchList& patches = mesh.boundary(); + + forAll(patches, patchi) + { + const fvPatch& p = patches[patchi]; + + if (isA<wallFvPatch>(p)) + { + epsEqn.setValues + ( + p.faceCells(), + epsilon.boundaryField()[patchi].patchInternalField() + ); + } + } +} + +// ************************************************************************* // diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallFunctions.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallFunctions.H new file mode 100644 index 00000000000..aad0d1b1ebf --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallFunctions.H @@ -0,0 +1,89 @@ +{ + labelList cellBoundaryFaceCount(epsilon.size(), 0); + + scalar Cmu25 = ::pow(Cmu.value(), 0.25); + scalar Cmu75 = ::pow(Cmu.value(), 0.75); + scalar kappa_ = kappa.value(); + scalar nu2_ = nu2.value(); + + const fvPatchList& patches = mesh.boundary(); + + //- Initialise the near-wall P field to zero + forAll(patches, patchi) + { + const fvPatch& currPatch = patches[patchi]; + + if (isA<wallFvPatch>(currPatch)) + { + forAll(currPatch, facei) + { + label faceCelli = currPatch.faceCells()[facei]; + + epsilon[faceCelli] = 0.0; + G[faceCelli] = 0.0; + } + } + } + + //- Accumulate the wall face contributions to epsilon and G + // Increment cellBoundaryFaceCount for each face for averaging + forAll(patches, patchi) + { + const fvPatch& currPatch = patches[patchi]; + + if (isA<wallFvPatch>(currPatch)) + { + const scalarField& nut2w = nut2.boundaryField()[patchi]; + + scalarField magFaceGradU(mag(U2.boundaryField()[patchi].snGrad())); + + forAll(currPatch, facei) + { + label faceCelli = currPatch.faceCells()[facei]; + + scalar yPlus = + Cmu25*y[patchi][facei] + *::sqrt(k[faceCelli]) + /nu2_; + + + // For corner cells (with two boundary or more faces), + // epsilon and G in the near-wall cell are calculated + // as an average + + cellBoundaryFaceCount[faceCelli]++; + + epsilon[faceCelli] += + Cmu75*::pow(k[faceCelli], 1.5) + /(kappa_*y[patchi][facei]); + + if (yPlus > 11.6) + { + G[faceCelli] += + (nut2w[facei] + nu2_)*magFaceGradU[facei] + *Cmu25*::sqrt(k[faceCelli]) + /(kappa_*y[patchi][facei]); + } + } + } + } + + + // perform the averaging + + forAll(patches, patchi) + { + const fvPatch& curPatch = patches[patchi]; + + if (isA<wallFvPatch>(curPatch)) + { + forAll(curPatch, facei) + { + label faceCelli = curPatch.faceCells()[facei]; + + epsilon[faceCelli] /= cellBoundaryFaceCount[faceCelli]; + G[faceCelli] /= cellBoundaryFaceCount[faceCelli]; + } + } + } +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallViscosity.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallViscosity.H new file mode 100644 index 00000000000..fdbe5782092 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/turbulenceModel/wallViscosity.H @@ -0,0 +1,41 @@ +{ + scalar Cmu25 = ::pow(Cmu.value(), 0.25); + scalar kappa_ = kappa.value(); + scalar E_ = E.value(); + scalar nu2_ = nu2.value(); + + const fvPatchList& patches = mesh.boundary(); + + forAll(patches, patchi) + { + const fvPatch& currPatch = patches[patchi]; + + if (isA<wallFvPatch>(currPatch)) + { + scalarField& nutw = nut2.boundaryField()[patchi]; + + forAll(currPatch, facei) + { + label faceCelli = currPatch.faceCells()[facei]; + + // calculate yPlus + scalar yPlus = + Cmu25*y[patchi][facei] + *::sqrt(k[faceCelli]) + /nu2_; + + if (yPlus > 11.6) + { + nutw[facei] = + yPlus*nu2_*kappa_ + /::log(E_*yPlus) + - nu2_; + } + else + { + nutw[facei] = 0.0; + } + } + } + } +} diff --git a/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/write.H b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/write.H new file mode 100644 index 00000000000..303661beb64 --- /dev/null +++ b/applications/solvers/multiphase/compressibleTwoPhaseEulerFoam/write.H @@ -0,0 +1,17 @@ + if (runTime.outputTime()) + { + volVectorField Ur + ( + IOobject + ( + "Ur", + runTime.timeName(), + mesh, + IOobject::NO_READ, + IOobject::AUTO_WRITE + ), + U1 - U2 + ); + + runTime.write(); + } diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T1 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T1 new file mode 100644 index 00000000000..d8244af243a --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T1 @@ -0,0 +1,45 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object T1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 1 0 0 0]; + +internalField uniform 300; + +boundaryField +{ + walls + { + type zeroGradient; + } + outlet + { + type inletOutlet; + phi phi1; + inletValue $internalField; + value $internalField; + } + inlet + { + type fixedValue; + value $internalField; + } + frontAndBackPlanes + { + type empty; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T2 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T2 new file mode 100644 index 00000000000..0579ca4e171 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/T2 @@ -0,0 +1,45 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object T2; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 1 0 0 0]; + +internalField uniform 350; + +boundaryField +{ + walls + { + type zeroGradient; + } + outlet + { + type inletOutlet; + phi phi2; + inletValue uniform 300; + value $internalField; + } + inlet + { + type fixedValue; + value $internalField; + } + frontAndBackPlanes + { + type empty; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/Theta b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/Theta new file mode 100644 index 00000000000..71298588489 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/Theta @@ -0,0 +1,47 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object Theta; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [ 0 2 -2 0 0 0 0 ]; + +internalField uniform 0.0; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 1.0e-7; + } + + outlet + { + type inletOutlet; + inletValue uniform 1.0e-7; + value uniform 1.0e-7; + } + + walls + { + type zeroGradient; + } + + defaultFaces + { + type empty; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U1 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U1 new file mode 100644 index 00000000000..a3a2a9f7b3f --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U1 @@ -0,0 +1,41 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + object U1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform (0 0.1 0); + +boundaryField +{ + inlet + { + type fixedValue; + value $internalField; + } + outlet + { + type pressureInletOutletVelocity; + phi phi1; + value $internalField; + } + walls + { + type fixedValue; + value uniform (0 0 0); + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U2 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U2 new file mode 100644 index 00000000000..1739bc751b1 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/U2 @@ -0,0 +1,41 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + object U2; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform (0 0 0); + +boundaryField +{ + inlet + { + type fixedValue; + value $internalField; + } + outlet + { + type pressureInletOutletVelocity; + phi phi2; + value $internalField; + } + walls + { + type fixedValue; + value uniform (0 0 0); + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1 new file mode 100644 index 00000000000..8c8bc7096de --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1 @@ -0,0 +1,1926 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + location "0"; + object alpha1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 0 0 0 0]; + +internalField nonuniform List<scalar> +1875 +( +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +) +; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 1; + } + outlet + { + type inletOutlet; + phi phi1; + inletValue uniform 1; + value uniform 1; + } + walls + { + type zeroGradient; + } + defaultFaces + { + type empty; + } +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1.org b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1.org new file mode 100644 index 00000000000..b0bf2bba983 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/alpha1.org @@ -0,0 +1,41 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object alpha1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 0 0 0 0]; + +internalField uniform 0; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 1; + } + outlet + { + type inletOutlet; + phi phi1; + inletValue uniform 1; + value uniform 1; + } + walls + { + type zeroGradient; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon new file mode 100644 index 00000000000..be0c542d59f --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/epsilon @@ -0,0 +1,47 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object epsilon; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 2 -3 0 0 0 0]; + +internalField uniform 0.1; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 0.1; + } + + outlet + { + type inletOutlet; + inletValue uniform 0.1; + value uniform 0.1; + } + + walls + { + type zeroGradient; + } + + defaultFaces + { + type empty; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k new file mode 100644 index 00000000000..fdcd4f3f5e9 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/k @@ -0,0 +1,47 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object k; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 1e-8; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 1e-8; + } + + outlet + { + type inletOutlet; + inletValue uniform 1e-8; + value uniform 1e-8; + } + + walls + { + type zeroGradient; + } + + defaultFaces + { + type empty; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/p b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/p new file mode 100644 index 00000000000..ecdfb5db48d --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/0/p @@ -0,0 +1,38 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object p; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [ 1 -1 -2 0 0 0 0 ]; + +internalField uniform 1e5; + +boundaryField +{ + inlet + { + type zeroGradient; + } + outlet + { + type fixedValue; + value uniform 1e5; + } + walls + { + type zeroGradient; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/RASProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/RASProperties new file mode 100644 index 00000000000..6011e03bd08 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/RASProperties @@ -0,0 +1,25 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object RASProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +RASModel laminar; + +turbulence off; + +printCoeffs off; + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/g b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/g new file mode 100644 index 00000000000..fdb459fd073 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/g @@ -0,0 +1,22 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class uniformDimensionedVectorField; + location "constant"; + object g; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 -2 0 0 0 0]; +value (0 -9.81 0); + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/interfacialProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/interfacialProperties new file mode 100644 index 00000000000..a7cff9141f0 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/interfacialProperties @@ -0,0 +1,28 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object interfacialProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dragModel1 SchillerNaumann; +dragModel2 SchillerNaumann; + +heatTransferModel1 RanzMarshall; +heatTransferModel2 RanzMarshall; + +dispersedPhase both; + +minInterfaceAlpha 1e-2; + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/kineticTheoryProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/kineticTheoryProperties new file mode 100644 index 00000000000..72770a8eccc --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/kineticTheoryProperties @@ -0,0 +1,52 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object kineticTheoryProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +kineticTheory off; + +equilibrium on; + +e e [ 0 0 0 0 0 0 0 ] 0.9; + +alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.6; + +alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5; + +Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05; + +eta eta [ 0 0 0 0 0 0 0 ] 2; + +p p [ 0 0 0 0 0 0 0 ] 5; + +phi phi [ 0 0 0 0 0 0 0 ] 25; + +viscosityModel Syamlal; + +conductivityModel HrenyaSinclair; + +granularPressureModel Lun; + +frictionalStressModel JohnsonJackson; + +radialModel Gidaspow; + +HrenyaSinclairCoeffs +{ + L L [ 0 1 0 0 0 0 0 ] 0.0005; +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/blockMeshDict b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/blockMeshDict new file mode 100644 index 00000000000..5d483d092c1 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/blockMeshDict @@ -0,0 +1,61 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + object blockMeshDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +convertToMeters 1; + +vertices +( + (0 0 0) + (0.15 0 0) + (0.15 1 0) + (0 1 0) + (0 0 0.1) + (0.15 0 0.1) + (0.15 1 0.1) + (0 1 0.1) +); + +blocks +( + hex (0 1 2 3 4 5 6 7) (25 75 1) simpleGrading (1 1 1) +); + +edges +( +); + +patches +( + patch inlet + ( + (1 5 4 0) + ) + patch outlet + ( + (3 7 6 2) + ) + wall walls + ( + (0 4 7 3) + (2 6 5 1) + ) +); + +mergePatchPairs +( +); + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/boundary b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/boundary new file mode 100644 index 00000000000..56e0a545c15 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/boundary @@ -0,0 +1,46 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class polyBoundaryMesh; + location "constant/polyMesh"; + object boundary; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +4 +( + inlet + { + type patch; + nFaces 25; + startFace 3650; + } + outlet + { + type patch; + nFaces 25; + startFace 3675; + } + walls + { + type wall; + nFaces 150; + startFace 3700; + } + defaultFaces + { + type empty; + nFaces 3750; + startFace 3850; + } +) + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/faces b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/faces new file mode 100644 index 00000000000..59cf8de822b --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/faces @@ -0,0 +1,7624 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class faceList; + location "constant/polyMesh"; + object faces; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +7600 +( +4(1 27 2003 1977) +4(26 2002 2003 27) +4(2 28 2004 1978) +4(27 2003 2004 28) +4(3 29 2005 1979) +4(28 2004 2005 29) +4(4 30 2006 1980) +4(29 2005 2006 30) +4(5 31 2007 1981) +4(30 2006 2007 31) +4(6 32 2008 1982) +4(31 2007 2008 32) +4(7 33 2009 1983) +4(32 2008 2009 33) +4(8 34 2010 1984) +4(33 2009 2010 34) +4(9 35 2011 1985) +4(34 2010 2011 35) +4(10 36 2012 1986) +4(35 2011 2012 36) +4(11 37 2013 1987) +4(36 2012 2013 37) +4(12 38 2014 1988) +4(37 2013 2014 38) +4(13 39 2015 1989) +4(38 2014 2015 39) +4(14 40 2016 1990) +4(39 2015 2016 40) +4(15 41 2017 1991) +4(40 2016 2017 41) +4(16 42 2018 1992) +4(41 2017 2018 42) +4(17 43 2019 1993) +4(42 2018 2019 43) +4(18 44 2020 1994) +4(43 2019 2020 44) +4(19 45 2021 1995) +4(44 2020 2021 45) +4(20 46 2022 1996) +4(45 2021 2022 46) +4(21 47 2023 1997) +4(46 2022 2023 47) +4(22 48 2024 1998) +4(47 2023 2024 48) +4(23 49 2025 1999) +4(48 2024 2025 49) +4(24 50 2026 2000) +4(49 2025 2026 50) +4(50 2026 2027 51) +4(27 53 2029 2003) +4(52 2028 2029 53) +4(28 54 2030 2004) +4(53 2029 2030 54) +4(29 55 2031 2005) +4(54 2030 2031 55) +4(30 56 2032 2006) +4(55 2031 2032 56) +4(31 57 2033 2007) +4(56 2032 2033 57) +4(32 58 2034 2008) +4(57 2033 2034 58) +4(33 59 2035 2009) +4(58 2034 2035 59) +4(34 60 2036 2010) +4(59 2035 2036 60) +4(35 61 2037 2011) +4(60 2036 2037 61) +4(36 62 2038 2012) +4(61 2037 2038 62) +4(37 63 2039 2013) +4(62 2038 2039 63) +4(38 64 2040 2014) +4(63 2039 2040 64) +4(39 65 2041 2015) +4(64 2040 2041 65) +4(40 66 2042 2016) +4(65 2041 2042 66) +4(41 67 2043 2017) +4(66 2042 2043 67) +4(42 68 2044 2018) +4(67 2043 2044 68) +4(43 69 2045 2019) +4(68 2044 2045 69) +4(44 70 2046 2020) +4(69 2045 2046 70) +4(45 71 2047 2021) +4(70 2046 2047 71) +4(46 72 2048 2022) +4(71 2047 2048 72) +4(47 73 2049 2023) +4(72 2048 2049 73) +4(48 74 2050 2024) +4(73 2049 2050 74) +4(49 75 2051 2025) +4(74 2050 2051 75) +4(50 76 2052 2026) +4(75 2051 2052 76) +4(76 2052 2053 77) +4(53 79 2055 2029) +4(78 2054 2055 79) +4(54 80 2056 2030) +4(79 2055 2056 80) +4(55 81 2057 2031) +4(80 2056 2057 81) +4(56 82 2058 2032) +4(81 2057 2058 82) +4(57 83 2059 2033) +4(82 2058 2059 83) +4(58 84 2060 2034) +4(83 2059 2060 84) +4(59 85 2061 2035) +4(84 2060 2061 85) +4(60 86 2062 2036) +4(85 2061 2062 86) +4(61 87 2063 2037) +4(86 2062 2063 87) +4(62 88 2064 2038) +4(87 2063 2064 88) +4(63 89 2065 2039) +4(88 2064 2065 89) +4(64 90 2066 2040) +4(89 2065 2066 90) +4(65 91 2067 2041) +4(90 2066 2067 91) +4(66 92 2068 2042) +4(91 2067 2068 92) +4(67 93 2069 2043) +4(92 2068 2069 93) +4(68 94 2070 2044) +4(93 2069 2070 94) +4(69 95 2071 2045) +4(94 2070 2071 95) +4(70 96 2072 2046) +4(95 2071 2072 96) +4(71 97 2073 2047) +4(96 2072 2073 97) +4(72 98 2074 2048) +4(97 2073 2074 98) +4(73 99 2075 2049) +4(98 2074 2075 99) +4(74 100 2076 2050) +4(99 2075 2076 100) +4(75 101 2077 2051) +4(100 2076 2077 101) +4(76 102 2078 2052) +4(101 2077 2078 102) +4(102 2078 2079 103) +4(79 105 2081 2055) +4(104 2080 2081 105) +4(80 106 2082 2056) +4(105 2081 2082 106) +4(81 107 2083 2057) +4(106 2082 2083 107) +4(82 108 2084 2058) +4(107 2083 2084 108) +4(83 109 2085 2059) +4(108 2084 2085 109) +4(84 110 2086 2060) +4(109 2085 2086 110) +4(85 111 2087 2061) +4(110 2086 2087 111) +4(86 112 2088 2062) +4(111 2087 2088 112) +4(87 113 2089 2063) +4(112 2088 2089 113) +4(88 114 2090 2064) +4(113 2089 2090 114) +4(89 115 2091 2065) +4(114 2090 2091 115) +4(90 116 2092 2066) +4(115 2091 2092 116) +4(91 117 2093 2067) +4(116 2092 2093 117) +4(92 118 2094 2068) +4(117 2093 2094 118) +4(93 119 2095 2069) +4(118 2094 2095 119) +4(94 120 2096 2070) +4(119 2095 2096 120) +4(95 121 2097 2071) +4(120 2096 2097 121) +4(96 122 2098 2072) +4(121 2097 2098 122) +4(97 123 2099 2073) +4(122 2098 2099 123) +4(98 124 2100 2074) +4(123 2099 2100 124) +4(99 125 2101 2075) +4(124 2100 2101 125) +4(100 126 2102 2076) +4(125 2101 2102 126) +4(101 127 2103 2077) +4(126 2102 2103 127) +4(102 128 2104 2078) +4(127 2103 2104 128) +4(128 2104 2105 129) +4(105 131 2107 2081) +4(130 2106 2107 131) +4(106 132 2108 2082) +4(131 2107 2108 132) +4(107 133 2109 2083) +4(132 2108 2109 133) +4(108 134 2110 2084) +4(133 2109 2110 134) +4(109 135 2111 2085) +4(134 2110 2111 135) +4(110 136 2112 2086) +4(135 2111 2112 136) +4(111 137 2113 2087) +4(136 2112 2113 137) +4(112 138 2114 2088) +4(137 2113 2114 138) +4(113 139 2115 2089) +4(138 2114 2115 139) +4(114 140 2116 2090) +4(139 2115 2116 140) +4(115 141 2117 2091) +4(140 2116 2117 141) +4(116 142 2118 2092) +4(141 2117 2118 142) +4(117 143 2119 2093) +4(142 2118 2119 143) +4(118 144 2120 2094) +4(143 2119 2120 144) +4(119 145 2121 2095) +4(144 2120 2121 145) +4(120 146 2122 2096) +4(145 2121 2122 146) +4(121 147 2123 2097) +4(146 2122 2123 147) +4(122 148 2124 2098) +4(147 2123 2124 148) +4(123 149 2125 2099) +4(148 2124 2125 149) +4(124 150 2126 2100) +4(149 2125 2126 150) +4(125 151 2127 2101) +4(150 2126 2127 151) +4(126 152 2128 2102) +4(151 2127 2128 152) +4(127 153 2129 2103) +4(152 2128 2129 153) +4(128 154 2130 2104) +4(153 2129 2130 154) +4(154 2130 2131 155) +4(131 157 2133 2107) +4(156 2132 2133 157) +4(132 158 2134 2108) +4(157 2133 2134 158) +4(133 159 2135 2109) +4(158 2134 2135 159) +4(134 160 2136 2110) +4(159 2135 2136 160) +4(135 161 2137 2111) +4(160 2136 2137 161) +4(136 162 2138 2112) +4(161 2137 2138 162) +4(137 163 2139 2113) +4(162 2138 2139 163) +4(138 164 2140 2114) +4(163 2139 2140 164) +4(139 165 2141 2115) +4(164 2140 2141 165) +4(140 166 2142 2116) +4(165 2141 2142 166) +4(141 167 2143 2117) +4(166 2142 2143 167) +4(142 168 2144 2118) +4(167 2143 2144 168) +4(143 169 2145 2119) +4(168 2144 2145 169) +4(144 170 2146 2120) +4(169 2145 2146 170) +4(145 171 2147 2121) +4(170 2146 2147 171) +4(146 172 2148 2122) +4(171 2147 2148 172) +4(147 173 2149 2123) +4(172 2148 2149 173) +4(148 174 2150 2124) +4(173 2149 2150 174) +4(149 175 2151 2125) +4(174 2150 2151 175) +4(150 176 2152 2126) +4(175 2151 2152 176) +4(151 177 2153 2127) +4(176 2152 2153 177) +4(152 178 2154 2128) +4(177 2153 2154 178) +4(153 179 2155 2129) +4(178 2154 2155 179) +4(154 180 2156 2130) +4(179 2155 2156 180) +4(180 2156 2157 181) +4(157 183 2159 2133) +4(182 2158 2159 183) +4(158 184 2160 2134) +4(183 2159 2160 184) +4(159 185 2161 2135) +4(184 2160 2161 185) +4(160 186 2162 2136) +4(185 2161 2162 186) +4(161 187 2163 2137) +4(186 2162 2163 187) +4(162 188 2164 2138) +4(187 2163 2164 188) +4(163 189 2165 2139) +4(188 2164 2165 189) +4(164 190 2166 2140) +4(189 2165 2166 190) +4(165 191 2167 2141) +4(190 2166 2167 191) +4(166 192 2168 2142) +4(191 2167 2168 192) +4(167 193 2169 2143) +4(192 2168 2169 193) +4(168 194 2170 2144) +4(193 2169 2170 194) +4(169 195 2171 2145) +4(194 2170 2171 195) +4(170 196 2172 2146) +4(195 2171 2172 196) +4(171 197 2173 2147) +4(196 2172 2173 197) +4(172 198 2174 2148) +4(197 2173 2174 198) +4(173 199 2175 2149) +4(198 2174 2175 199) +4(174 200 2176 2150) +4(199 2175 2176 200) +4(175 201 2177 2151) +4(200 2176 2177 201) +4(176 202 2178 2152) +4(201 2177 2178 202) +4(177 203 2179 2153) +4(202 2178 2179 203) +4(178 204 2180 2154) +4(203 2179 2180 204) +4(179 205 2181 2155) +4(204 2180 2181 205) +4(180 206 2182 2156) +4(205 2181 2182 206) +4(206 2182 2183 207) +4(183 209 2185 2159) +4(208 2184 2185 209) +4(184 210 2186 2160) +4(209 2185 2186 210) +4(185 211 2187 2161) +4(210 2186 2187 211) +4(186 212 2188 2162) +4(211 2187 2188 212) +4(187 213 2189 2163) +4(212 2188 2189 213) +4(188 214 2190 2164) +4(213 2189 2190 214) +4(189 215 2191 2165) +4(214 2190 2191 215) +4(190 216 2192 2166) +4(215 2191 2192 216) +4(191 217 2193 2167) +4(216 2192 2193 217) +4(192 218 2194 2168) +4(217 2193 2194 218) +4(193 219 2195 2169) +4(218 2194 2195 219) +4(194 220 2196 2170) +4(219 2195 2196 220) +4(195 221 2197 2171) +4(220 2196 2197 221) +4(196 222 2198 2172) +4(221 2197 2198 222) +4(197 223 2199 2173) +4(222 2198 2199 223) +4(198 224 2200 2174) +4(223 2199 2200 224) +4(199 225 2201 2175) +4(224 2200 2201 225) +4(200 226 2202 2176) +4(225 2201 2202 226) +4(201 227 2203 2177) +4(226 2202 2203 227) +4(202 228 2204 2178) +4(227 2203 2204 228) +4(203 229 2205 2179) +4(228 2204 2205 229) +4(204 230 2206 2180) +4(229 2205 2206 230) +4(205 231 2207 2181) +4(230 2206 2207 231) +4(206 232 2208 2182) +4(231 2207 2208 232) +4(232 2208 2209 233) +4(209 235 2211 2185) +4(234 2210 2211 235) +4(210 236 2212 2186) +4(235 2211 2212 236) +4(211 237 2213 2187) +4(236 2212 2213 237) +4(212 238 2214 2188) +4(237 2213 2214 238) +4(213 239 2215 2189) +4(238 2214 2215 239) +4(214 240 2216 2190) +4(239 2215 2216 240) +4(215 241 2217 2191) +4(240 2216 2217 241) +4(216 242 2218 2192) +4(241 2217 2218 242) +4(217 243 2219 2193) +4(242 2218 2219 243) +4(218 244 2220 2194) +4(243 2219 2220 244) +4(219 245 2221 2195) +4(244 2220 2221 245) +4(220 246 2222 2196) +4(245 2221 2222 246) +4(221 247 2223 2197) +4(246 2222 2223 247) +4(222 248 2224 2198) +4(247 2223 2224 248) +4(223 249 2225 2199) +4(248 2224 2225 249) +4(224 250 2226 2200) +4(249 2225 2226 250) +4(225 251 2227 2201) +4(250 2226 2227 251) +4(226 252 2228 2202) +4(251 2227 2228 252) +4(227 253 2229 2203) +4(252 2228 2229 253) +4(228 254 2230 2204) +4(253 2229 2230 254) +4(229 255 2231 2205) +4(254 2230 2231 255) +4(230 256 2232 2206) +4(255 2231 2232 256) +4(231 257 2233 2207) +4(256 2232 2233 257) +4(232 258 2234 2208) +4(257 2233 2234 258) +4(258 2234 2235 259) +4(235 261 2237 2211) +4(260 2236 2237 261) +4(236 262 2238 2212) +4(261 2237 2238 262) +4(237 263 2239 2213) +4(262 2238 2239 263) +4(238 264 2240 2214) +4(263 2239 2240 264) +4(239 265 2241 2215) +4(264 2240 2241 265) +4(240 266 2242 2216) +4(265 2241 2242 266) +4(241 267 2243 2217) +4(266 2242 2243 267) +4(242 268 2244 2218) +4(267 2243 2244 268) +4(243 269 2245 2219) +4(268 2244 2245 269) +4(244 270 2246 2220) +4(269 2245 2246 270) +4(245 271 2247 2221) +4(270 2246 2247 271) +4(246 272 2248 2222) +4(271 2247 2248 272) +4(247 273 2249 2223) +4(272 2248 2249 273) +4(248 274 2250 2224) +4(273 2249 2250 274) +4(249 275 2251 2225) +4(274 2250 2251 275) +4(250 276 2252 2226) +4(275 2251 2252 276) +4(251 277 2253 2227) +4(276 2252 2253 277) +4(252 278 2254 2228) +4(277 2253 2254 278) +4(253 279 2255 2229) +4(278 2254 2255 279) +4(254 280 2256 2230) +4(279 2255 2256 280) +4(255 281 2257 2231) +4(280 2256 2257 281) +4(256 282 2258 2232) +4(281 2257 2258 282) +4(257 283 2259 2233) +4(282 2258 2259 283) +4(258 284 2260 2234) +4(283 2259 2260 284) +4(284 2260 2261 285) +4(261 287 2263 2237) +4(286 2262 2263 287) +4(262 288 2264 2238) +4(287 2263 2264 288) +4(263 289 2265 2239) +4(288 2264 2265 289) +4(264 290 2266 2240) +4(289 2265 2266 290) +4(265 291 2267 2241) +4(290 2266 2267 291) +4(266 292 2268 2242) +4(291 2267 2268 292) +4(267 293 2269 2243) +4(292 2268 2269 293) +4(268 294 2270 2244) +4(293 2269 2270 294) +4(269 295 2271 2245) +4(294 2270 2271 295) +4(270 296 2272 2246) +4(295 2271 2272 296) +4(271 297 2273 2247) +4(296 2272 2273 297) +4(272 298 2274 2248) +4(297 2273 2274 298) +4(273 299 2275 2249) +4(298 2274 2275 299) +4(274 300 2276 2250) +4(299 2275 2276 300) +4(275 301 2277 2251) +4(300 2276 2277 301) +4(276 302 2278 2252) +4(301 2277 2278 302) +4(277 303 2279 2253) +4(302 2278 2279 303) +4(278 304 2280 2254) +4(303 2279 2280 304) +4(279 305 2281 2255) +4(304 2280 2281 305) +4(280 306 2282 2256) +4(305 2281 2282 306) +4(281 307 2283 2257) +4(306 2282 2283 307) +4(282 308 2284 2258) +4(307 2283 2284 308) +4(283 309 2285 2259) +4(308 2284 2285 309) +4(284 310 2286 2260) +4(309 2285 2286 310) +4(310 2286 2287 311) +4(287 313 2289 2263) +4(312 2288 2289 313) +4(288 314 2290 2264) +4(313 2289 2290 314) +4(289 315 2291 2265) +4(314 2290 2291 315) +4(290 316 2292 2266) +4(315 2291 2292 316) +4(291 317 2293 2267) +4(316 2292 2293 317) +4(292 318 2294 2268) +4(317 2293 2294 318) +4(293 319 2295 2269) +4(318 2294 2295 319) +4(294 320 2296 2270) +4(319 2295 2296 320) +4(295 321 2297 2271) +4(320 2296 2297 321) +4(296 322 2298 2272) +4(321 2297 2298 322) +4(297 323 2299 2273) +4(322 2298 2299 323) +4(298 324 2300 2274) +4(323 2299 2300 324) +4(299 325 2301 2275) +4(324 2300 2301 325) +4(300 326 2302 2276) +4(325 2301 2302 326) +4(301 327 2303 2277) +4(326 2302 2303 327) +4(302 328 2304 2278) +4(327 2303 2304 328) +4(303 329 2305 2279) +4(328 2304 2305 329) +4(304 330 2306 2280) +4(329 2305 2306 330) +4(305 331 2307 2281) +4(330 2306 2307 331) +4(306 332 2308 2282) +4(331 2307 2308 332) +4(307 333 2309 2283) +4(332 2308 2309 333) +4(308 334 2310 2284) +4(333 2309 2310 334) +4(309 335 2311 2285) +4(334 2310 2311 335) +4(310 336 2312 2286) +4(335 2311 2312 336) +4(336 2312 2313 337) +4(313 339 2315 2289) +4(338 2314 2315 339) +4(314 340 2316 2290) +4(339 2315 2316 340) +4(315 341 2317 2291) +4(340 2316 2317 341) +4(316 342 2318 2292) +4(341 2317 2318 342) +4(317 343 2319 2293) +4(342 2318 2319 343) +4(318 344 2320 2294) +4(343 2319 2320 344) +4(319 345 2321 2295) +4(344 2320 2321 345) +4(320 346 2322 2296) +4(345 2321 2322 346) +4(321 347 2323 2297) +4(346 2322 2323 347) +4(322 348 2324 2298) +4(347 2323 2324 348) +4(323 349 2325 2299) +4(348 2324 2325 349) +4(324 350 2326 2300) +4(349 2325 2326 350) +4(325 351 2327 2301) +4(350 2326 2327 351) +4(326 352 2328 2302) +4(351 2327 2328 352) +4(327 353 2329 2303) +4(352 2328 2329 353) +4(328 354 2330 2304) +4(353 2329 2330 354) +4(329 355 2331 2305) +4(354 2330 2331 355) +4(330 356 2332 2306) +4(355 2331 2332 356) +4(331 357 2333 2307) +4(356 2332 2333 357) +4(332 358 2334 2308) +4(357 2333 2334 358) +4(333 359 2335 2309) +4(358 2334 2335 359) +4(334 360 2336 2310) +4(359 2335 2336 360) +4(335 361 2337 2311) +4(360 2336 2337 361) +4(336 362 2338 2312) +4(361 2337 2338 362) +4(362 2338 2339 363) +4(339 365 2341 2315) +4(364 2340 2341 365) +4(340 366 2342 2316) +4(365 2341 2342 366) +4(341 367 2343 2317) +4(366 2342 2343 367) +4(342 368 2344 2318) +4(367 2343 2344 368) +4(343 369 2345 2319) +4(368 2344 2345 369) +4(344 370 2346 2320) +4(369 2345 2346 370) +4(345 371 2347 2321) +4(370 2346 2347 371) +4(346 372 2348 2322) +4(371 2347 2348 372) +4(347 373 2349 2323) +4(372 2348 2349 373) +4(348 374 2350 2324) +4(373 2349 2350 374) +4(349 375 2351 2325) +4(374 2350 2351 375) +4(350 376 2352 2326) +4(375 2351 2352 376) +4(351 377 2353 2327) +4(376 2352 2353 377) +4(352 378 2354 2328) +4(377 2353 2354 378) +4(353 379 2355 2329) +4(378 2354 2355 379) +4(354 380 2356 2330) +4(379 2355 2356 380) +4(355 381 2357 2331) +4(380 2356 2357 381) +4(356 382 2358 2332) +4(381 2357 2358 382) +4(357 383 2359 2333) +4(382 2358 2359 383) +4(358 384 2360 2334) +4(383 2359 2360 384) +4(359 385 2361 2335) +4(384 2360 2361 385) +4(360 386 2362 2336) +4(385 2361 2362 386) +4(361 387 2363 2337) +4(386 2362 2363 387) +4(362 388 2364 2338) +4(387 2363 2364 388) +4(388 2364 2365 389) +4(365 391 2367 2341) +4(390 2366 2367 391) +4(366 392 2368 2342) +4(391 2367 2368 392) +4(367 393 2369 2343) +4(392 2368 2369 393) +4(368 394 2370 2344) +4(393 2369 2370 394) +4(369 395 2371 2345) +4(394 2370 2371 395) +4(370 396 2372 2346) +4(395 2371 2372 396) +4(371 397 2373 2347) +4(396 2372 2373 397) +4(372 398 2374 2348) +4(397 2373 2374 398) +4(373 399 2375 2349) +4(398 2374 2375 399) +4(374 400 2376 2350) +4(399 2375 2376 400) +4(375 401 2377 2351) +4(400 2376 2377 401) +4(376 402 2378 2352) +4(401 2377 2378 402) +4(377 403 2379 2353) +4(402 2378 2379 403) +4(378 404 2380 2354) +4(403 2379 2380 404) +4(379 405 2381 2355) +4(404 2380 2381 405) +4(380 406 2382 2356) +4(405 2381 2382 406) +4(381 407 2383 2357) +4(406 2382 2383 407) +4(382 408 2384 2358) +4(407 2383 2384 408) +4(383 409 2385 2359) +4(408 2384 2385 409) +4(384 410 2386 2360) +4(409 2385 2386 410) +4(385 411 2387 2361) +4(410 2386 2387 411) +4(386 412 2388 2362) +4(411 2387 2388 412) +4(387 413 2389 2363) +4(412 2388 2389 413) +4(388 414 2390 2364) +4(413 2389 2390 414) +4(414 2390 2391 415) +4(391 417 2393 2367) +4(416 2392 2393 417) +4(392 418 2394 2368) +4(417 2393 2394 418) +4(393 419 2395 2369) +4(418 2394 2395 419) +4(394 420 2396 2370) +4(419 2395 2396 420) +4(395 421 2397 2371) +4(420 2396 2397 421) +4(396 422 2398 2372) +4(421 2397 2398 422) +4(397 423 2399 2373) +4(422 2398 2399 423) +4(398 424 2400 2374) +4(423 2399 2400 424) +4(399 425 2401 2375) +4(424 2400 2401 425) +4(400 426 2402 2376) +4(425 2401 2402 426) +4(401 427 2403 2377) +4(426 2402 2403 427) +4(402 428 2404 2378) +4(427 2403 2404 428) +4(403 429 2405 2379) +4(428 2404 2405 429) +4(404 430 2406 2380) +4(429 2405 2406 430) +4(405 431 2407 2381) +4(430 2406 2407 431) +4(406 432 2408 2382) +4(431 2407 2408 432) +4(407 433 2409 2383) +4(432 2408 2409 433) +4(408 434 2410 2384) +4(433 2409 2410 434) +4(409 435 2411 2385) +4(434 2410 2411 435) +4(410 436 2412 2386) +4(435 2411 2412 436) +4(411 437 2413 2387) +4(436 2412 2413 437) +4(412 438 2414 2388) +4(437 2413 2414 438) +4(413 439 2415 2389) +4(438 2414 2415 439) +4(414 440 2416 2390) +4(439 2415 2416 440) +4(440 2416 2417 441) +4(417 443 2419 2393) +4(442 2418 2419 443) +4(418 444 2420 2394) +4(443 2419 2420 444) +4(419 445 2421 2395) +4(444 2420 2421 445) +4(420 446 2422 2396) +4(445 2421 2422 446) +4(421 447 2423 2397) +4(446 2422 2423 447) +4(422 448 2424 2398) +4(447 2423 2424 448) +4(423 449 2425 2399) +4(448 2424 2425 449) +4(424 450 2426 2400) +4(449 2425 2426 450) +4(425 451 2427 2401) +4(450 2426 2427 451) +4(426 452 2428 2402) +4(451 2427 2428 452) +4(427 453 2429 2403) +4(452 2428 2429 453) +4(428 454 2430 2404) +4(453 2429 2430 454) +4(429 455 2431 2405) +4(454 2430 2431 455) +4(430 456 2432 2406) +4(455 2431 2432 456) +4(431 457 2433 2407) +4(456 2432 2433 457) +4(432 458 2434 2408) +4(457 2433 2434 458) +4(433 459 2435 2409) +4(458 2434 2435 459) +4(434 460 2436 2410) +4(459 2435 2436 460) +4(435 461 2437 2411) +4(460 2436 2437 461) +4(436 462 2438 2412) +4(461 2437 2438 462) +4(437 463 2439 2413) +4(462 2438 2439 463) +4(438 464 2440 2414) +4(463 2439 2440 464) +4(439 465 2441 2415) +4(464 2440 2441 465) +4(440 466 2442 2416) +4(465 2441 2442 466) +4(466 2442 2443 467) +4(443 469 2445 2419) +4(468 2444 2445 469) +4(444 470 2446 2420) +4(469 2445 2446 470) +4(445 471 2447 2421) +4(470 2446 2447 471) +4(446 472 2448 2422) +4(471 2447 2448 472) +4(447 473 2449 2423) +4(472 2448 2449 473) +4(448 474 2450 2424) +4(473 2449 2450 474) +4(449 475 2451 2425) +4(474 2450 2451 475) +4(450 476 2452 2426) +4(475 2451 2452 476) +4(451 477 2453 2427) +4(476 2452 2453 477) +4(452 478 2454 2428) +4(477 2453 2454 478) +4(453 479 2455 2429) +4(478 2454 2455 479) +4(454 480 2456 2430) +4(479 2455 2456 480) +4(455 481 2457 2431) +4(480 2456 2457 481) +4(456 482 2458 2432) +4(481 2457 2458 482) +4(457 483 2459 2433) +4(482 2458 2459 483) +4(458 484 2460 2434) +4(483 2459 2460 484) +4(459 485 2461 2435) +4(484 2460 2461 485) +4(460 486 2462 2436) +4(485 2461 2462 486) +4(461 487 2463 2437) +4(486 2462 2463 487) +4(462 488 2464 2438) +4(487 2463 2464 488) +4(463 489 2465 2439) +4(488 2464 2465 489) +4(464 490 2466 2440) +4(489 2465 2466 490) +4(465 491 2467 2441) +4(490 2466 2467 491) +4(466 492 2468 2442) +4(491 2467 2468 492) +4(492 2468 2469 493) +4(469 495 2471 2445) +4(494 2470 2471 495) +4(470 496 2472 2446) +4(495 2471 2472 496) +4(471 497 2473 2447) +4(496 2472 2473 497) +4(472 498 2474 2448) +4(497 2473 2474 498) +4(473 499 2475 2449) +4(498 2474 2475 499) +4(474 500 2476 2450) +4(499 2475 2476 500) +4(475 501 2477 2451) +4(500 2476 2477 501) +4(476 502 2478 2452) +4(501 2477 2478 502) +4(477 503 2479 2453) +4(502 2478 2479 503) +4(478 504 2480 2454) +4(503 2479 2480 504) +4(479 505 2481 2455) +4(504 2480 2481 505) +4(480 506 2482 2456) +4(505 2481 2482 506) +4(481 507 2483 2457) +4(506 2482 2483 507) +4(482 508 2484 2458) +4(507 2483 2484 508) +4(483 509 2485 2459) +4(508 2484 2485 509) +4(484 510 2486 2460) +4(509 2485 2486 510) +4(485 511 2487 2461) +4(510 2486 2487 511) +4(486 512 2488 2462) +4(511 2487 2488 512) +4(487 513 2489 2463) +4(512 2488 2489 513) +4(488 514 2490 2464) +4(513 2489 2490 514) +4(489 515 2491 2465) +4(514 2490 2491 515) +4(490 516 2492 2466) +4(515 2491 2492 516) +4(491 517 2493 2467) +4(516 2492 2493 517) +4(492 518 2494 2468) +4(517 2493 2494 518) +4(518 2494 2495 519) +4(495 521 2497 2471) +4(520 2496 2497 521) +4(496 522 2498 2472) +4(521 2497 2498 522) +4(497 523 2499 2473) +4(522 2498 2499 523) +4(498 524 2500 2474) +4(523 2499 2500 524) +4(499 525 2501 2475) +4(524 2500 2501 525) +4(500 526 2502 2476) +4(525 2501 2502 526) +4(501 527 2503 2477) +4(526 2502 2503 527) +4(502 528 2504 2478) +4(527 2503 2504 528) +4(503 529 2505 2479) +4(528 2504 2505 529) +4(504 530 2506 2480) +4(529 2505 2506 530) +4(505 531 2507 2481) +4(530 2506 2507 531) +4(506 532 2508 2482) +4(531 2507 2508 532) +4(507 533 2509 2483) +4(532 2508 2509 533) +4(508 534 2510 2484) +4(533 2509 2510 534) +4(509 535 2511 2485) +4(534 2510 2511 535) +4(510 536 2512 2486) +4(535 2511 2512 536) +4(511 537 2513 2487) +4(536 2512 2513 537) +4(512 538 2514 2488) +4(537 2513 2514 538) +4(513 539 2515 2489) +4(538 2514 2515 539) +4(514 540 2516 2490) +4(539 2515 2516 540) +4(515 541 2517 2491) +4(540 2516 2517 541) +4(516 542 2518 2492) +4(541 2517 2518 542) +4(517 543 2519 2493) +4(542 2518 2519 543) +4(518 544 2520 2494) +4(543 2519 2520 544) +4(544 2520 2521 545) +4(521 547 2523 2497) +4(546 2522 2523 547) +4(522 548 2524 2498) +4(547 2523 2524 548) +4(523 549 2525 2499) +4(548 2524 2525 549) +4(524 550 2526 2500) +4(549 2525 2526 550) +4(525 551 2527 2501) +4(550 2526 2527 551) +4(526 552 2528 2502) +4(551 2527 2528 552) +4(527 553 2529 2503) +4(552 2528 2529 553) +4(528 554 2530 2504) +4(553 2529 2530 554) +4(529 555 2531 2505) +4(554 2530 2531 555) +4(530 556 2532 2506) +4(555 2531 2532 556) +4(531 557 2533 2507) +4(556 2532 2533 557) +4(532 558 2534 2508) +4(557 2533 2534 558) +4(533 559 2535 2509) +4(558 2534 2535 559) +4(534 560 2536 2510) +4(559 2535 2536 560) +4(535 561 2537 2511) +4(560 2536 2537 561) +4(536 562 2538 2512) +4(561 2537 2538 562) +4(537 563 2539 2513) +4(562 2538 2539 563) +4(538 564 2540 2514) +4(563 2539 2540 564) +4(539 565 2541 2515) +4(564 2540 2541 565) +4(540 566 2542 2516) +4(565 2541 2542 566) +4(541 567 2543 2517) +4(566 2542 2543 567) +4(542 568 2544 2518) +4(567 2543 2544 568) +4(543 569 2545 2519) +4(568 2544 2545 569) +4(544 570 2546 2520) +4(569 2545 2546 570) +4(570 2546 2547 571) +4(547 573 2549 2523) +4(572 2548 2549 573) +4(548 574 2550 2524) +4(573 2549 2550 574) +4(549 575 2551 2525) +4(574 2550 2551 575) +4(550 576 2552 2526) +4(575 2551 2552 576) +4(551 577 2553 2527) +4(576 2552 2553 577) +4(552 578 2554 2528) +4(577 2553 2554 578) +4(553 579 2555 2529) +4(578 2554 2555 579) +4(554 580 2556 2530) +4(579 2555 2556 580) +4(555 581 2557 2531) +4(580 2556 2557 581) +4(556 582 2558 2532) +4(581 2557 2558 582) +4(557 583 2559 2533) +4(582 2558 2559 583) +4(558 584 2560 2534) +4(583 2559 2560 584) +4(559 585 2561 2535) +4(584 2560 2561 585) +4(560 586 2562 2536) +4(585 2561 2562 586) +4(561 587 2563 2537) +4(586 2562 2563 587) +4(562 588 2564 2538) +4(587 2563 2564 588) +4(563 589 2565 2539) +4(588 2564 2565 589) +4(564 590 2566 2540) +4(589 2565 2566 590) +4(565 591 2567 2541) +4(590 2566 2567 591) +4(566 592 2568 2542) +4(591 2567 2568 592) +4(567 593 2569 2543) +4(592 2568 2569 593) +4(568 594 2570 2544) +4(593 2569 2570 594) +4(569 595 2571 2545) +4(594 2570 2571 595) +4(570 596 2572 2546) +4(595 2571 2572 596) +4(596 2572 2573 597) +4(573 599 2575 2549) +4(598 2574 2575 599) +4(574 600 2576 2550) +4(599 2575 2576 600) +4(575 601 2577 2551) +4(600 2576 2577 601) +4(576 602 2578 2552) +4(601 2577 2578 602) +4(577 603 2579 2553) +4(602 2578 2579 603) +4(578 604 2580 2554) +4(603 2579 2580 604) +4(579 605 2581 2555) +4(604 2580 2581 605) +4(580 606 2582 2556) +4(605 2581 2582 606) +4(581 607 2583 2557) +4(606 2582 2583 607) +4(582 608 2584 2558) +4(607 2583 2584 608) +4(583 609 2585 2559) +4(608 2584 2585 609) +4(584 610 2586 2560) +4(609 2585 2586 610) +4(585 611 2587 2561) +4(610 2586 2587 611) +4(586 612 2588 2562) +4(611 2587 2588 612) +4(587 613 2589 2563) +4(612 2588 2589 613) +4(588 614 2590 2564) +4(613 2589 2590 614) +4(589 615 2591 2565) +4(614 2590 2591 615) +4(590 616 2592 2566) +4(615 2591 2592 616) +4(591 617 2593 2567) +4(616 2592 2593 617) +4(592 618 2594 2568) +4(617 2593 2594 618) +4(593 619 2595 2569) +4(618 2594 2595 619) +4(594 620 2596 2570) +4(619 2595 2596 620) +4(595 621 2597 2571) +4(620 2596 2597 621) +4(596 622 2598 2572) +4(621 2597 2598 622) +4(622 2598 2599 623) +4(599 625 2601 2575) +4(624 2600 2601 625) +4(600 626 2602 2576) +4(625 2601 2602 626) +4(601 627 2603 2577) +4(626 2602 2603 627) +4(602 628 2604 2578) +4(627 2603 2604 628) +4(603 629 2605 2579) +4(628 2604 2605 629) +4(604 630 2606 2580) +4(629 2605 2606 630) +4(605 631 2607 2581) +4(630 2606 2607 631) +4(606 632 2608 2582) +4(631 2607 2608 632) +4(607 633 2609 2583) +4(632 2608 2609 633) +4(608 634 2610 2584) +4(633 2609 2610 634) +4(609 635 2611 2585) +4(634 2610 2611 635) +4(610 636 2612 2586) +4(635 2611 2612 636) +4(611 637 2613 2587) +4(636 2612 2613 637) +4(612 638 2614 2588) +4(637 2613 2614 638) +4(613 639 2615 2589) +4(638 2614 2615 639) +4(614 640 2616 2590) +4(639 2615 2616 640) +4(615 641 2617 2591) +4(640 2616 2617 641) +4(616 642 2618 2592) +4(641 2617 2618 642) +4(617 643 2619 2593) +4(642 2618 2619 643) +4(618 644 2620 2594) +4(643 2619 2620 644) +4(619 645 2621 2595) +4(644 2620 2621 645) +4(620 646 2622 2596) +4(645 2621 2622 646) +4(621 647 2623 2597) +4(646 2622 2623 647) +4(622 648 2624 2598) +4(647 2623 2624 648) +4(648 2624 2625 649) +4(625 651 2627 2601) +4(650 2626 2627 651) +4(626 652 2628 2602) +4(651 2627 2628 652) +4(627 653 2629 2603) +4(652 2628 2629 653) +4(628 654 2630 2604) +4(653 2629 2630 654) +4(629 655 2631 2605) +4(654 2630 2631 655) +4(630 656 2632 2606) +4(655 2631 2632 656) +4(631 657 2633 2607) +4(656 2632 2633 657) +4(632 658 2634 2608) +4(657 2633 2634 658) +4(633 659 2635 2609) +4(658 2634 2635 659) +4(634 660 2636 2610) +4(659 2635 2636 660) +4(635 661 2637 2611) +4(660 2636 2637 661) +4(636 662 2638 2612) +4(661 2637 2638 662) +4(637 663 2639 2613) +4(662 2638 2639 663) +4(638 664 2640 2614) +4(663 2639 2640 664) +4(639 665 2641 2615) +4(664 2640 2641 665) +4(640 666 2642 2616) +4(665 2641 2642 666) +4(641 667 2643 2617) +4(666 2642 2643 667) +4(642 668 2644 2618) +4(667 2643 2644 668) +4(643 669 2645 2619) +4(668 2644 2645 669) +4(644 670 2646 2620) +4(669 2645 2646 670) +4(645 671 2647 2621) +4(670 2646 2647 671) +4(646 672 2648 2622) +4(671 2647 2648 672) +4(647 673 2649 2623) +4(672 2648 2649 673) +4(648 674 2650 2624) +4(673 2649 2650 674) +4(674 2650 2651 675) +4(651 677 2653 2627) +4(676 2652 2653 677) +4(652 678 2654 2628) +4(677 2653 2654 678) +4(653 679 2655 2629) +4(678 2654 2655 679) +4(654 680 2656 2630) +4(679 2655 2656 680) +4(655 681 2657 2631) +4(680 2656 2657 681) +4(656 682 2658 2632) +4(681 2657 2658 682) +4(657 683 2659 2633) +4(682 2658 2659 683) +4(658 684 2660 2634) +4(683 2659 2660 684) +4(659 685 2661 2635) +4(684 2660 2661 685) +4(660 686 2662 2636) +4(685 2661 2662 686) +4(661 687 2663 2637) +4(686 2662 2663 687) +4(662 688 2664 2638) +4(687 2663 2664 688) +4(663 689 2665 2639) +4(688 2664 2665 689) +4(664 690 2666 2640) +4(689 2665 2666 690) +4(665 691 2667 2641) +4(690 2666 2667 691) +4(666 692 2668 2642) +4(691 2667 2668 692) +4(667 693 2669 2643) +4(692 2668 2669 693) +4(668 694 2670 2644) +4(693 2669 2670 694) +4(669 695 2671 2645) +4(694 2670 2671 695) +4(670 696 2672 2646) +4(695 2671 2672 696) +4(671 697 2673 2647) +4(696 2672 2673 697) +4(672 698 2674 2648) +4(697 2673 2674 698) +4(673 699 2675 2649) +4(698 2674 2675 699) +4(674 700 2676 2650) +4(699 2675 2676 700) +4(700 2676 2677 701) +4(677 703 2679 2653) +4(702 2678 2679 703) +4(678 704 2680 2654) +4(703 2679 2680 704) +4(679 705 2681 2655) +4(704 2680 2681 705) +4(680 706 2682 2656) +4(705 2681 2682 706) +4(681 707 2683 2657) +4(706 2682 2683 707) +4(682 708 2684 2658) +4(707 2683 2684 708) +4(683 709 2685 2659) +4(708 2684 2685 709) +4(684 710 2686 2660) +4(709 2685 2686 710) +4(685 711 2687 2661) +4(710 2686 2687 711) +4(686 712 2688 2662) +4(711 2687 2688 712) +4(687 713 2689 2663) +4(712 2688 2689 713) +4(688 714 2690 2664) +4(713 2689 2690 714) +4(689 715 2691 2665) +4(714 2690 2691 715) +4(690 716 2692 2666) +4(715 2691 2692 716) +4(691 717 2693 2667) +4(716 2692 2693 717) +4(692 718 2694 2668) +4(717 2693 2694 718) +4(693 719 2695 2669) +4(718 2694 2695 719) +4(694 720 2696 2670) +4(719 2695 2696 720) +4(695 721 2697 2671) +4(720 2696 2697 721) +4(696 722 2698 2672) +4(721 2697 2698 722) +4(697 723 2699 2673) +4(722 2698 2699 723) +4(698 724 2700 2674) +4(723 2699 2700 724) +4(699 725 2701 2675) +4(724 2700 2701 725) +4(700 726 2702 2676) +4(725 2701 2702 726) +4(726 2702 2703 727) +4(703 729 2705 2679) +4(728 2704 2705 729) +4(704 730 2706 2680) +4(729 2705 2706 730) +4(705 731 2707 2681) +4(730 2706 2707 731) +4(706 732 2708 2682) +4(731 2707 2708 732) +4(707 733 2709 2683) +4(732 2708 2709 733) +4(708 734 2710 2684) +4(733 2709 2710 734) +4(709 735 2711 2685) +4(734 2710 2711 735) +4(710 736 2712 2686) +4(735 2711 2712 736) +4(711 737 2713 2687) +4(736 2712 2713 737) +4(712 738 2714 2688) +4(737 2713 2714 738) +4(713 739 2715 2689) +4(738 2714 2715 739) +4(714 740 2716 2690) +4(739 2715 2716 740) +4(715 741 2717 2691) +4(740 2716 2717 741) +4(716 742 2718 2692) +4(741 2717 2718 742) +4(717 743 2719 2693) +4(742 2718 2719 743) +4(718 744 2720 2694) +4(743 2719 2720 744) +4(719 745 2721 2695) +4(744 2720 2721 745) +4(720 746 2722 2696) +4(745 2721 2722 746) +4(721 747 2723 2697) +4(746 2722 2723 747) +4(722 748 2724 2698) +4(747 2723 2724 748) +4(723 749 2725 2699) +4(748 2724 2725 749) +4(724 750 2726 2700) +4(749 2725 2726 750) +4(725 751 2727 2701) +4(750 2726 2727 751) +4(726 752 2728 2702) +4(751 2727 2728 752) +4(752 2728 2729 753) +4(729 755 2731 2705) +4(754 2730 2731 755) +4(730 756 2732 2706) +4(755 2731 2732 756) +4(731 757 2733 2707) +4(756 2732 2733 757) +4(732 758 2734 2708) +4(757 2733 2734 758) +4(733 759 2735 2709) +4(758 2734 2735 759) +4(734 760 2736 2710) +4(759 2735 2736 760) +4(735 761 2737 2711) +4(760 2736 2737 761) +4(736 762 2738 2712) +4(761 2737 2738 762) +4(737 763 2739 2713) +4(762 2738 2739 763) +4(738 764 2740 2714) +4(763 2739 2740 764) +4(739 765 2741 2715) +4(764 2740 2741 765) +4(740 766 2742 2716) +4(765 2741 2742 766) +4(741 767 2743 2717) +4(766 2742 2743 767) +4(742 768 2744 2718) +4(767 2743 2744 768) +4(743 769 2745 2719) +4(768 2744 2745 769) +4(744 770 2746 2720) +4(769 2745 2746 770) +4(745 771 2747 2721) +4(770 2746 2747 771) +4(746 772 2748 2722) +4(771 2747 2748 772) +4(747 773 2749 2723) +4(772 2748 2749 773) +4(748 774 2750 2724) +4(773 2749 2750 774) +4(749 775 2751 2725) +4(774 2750 2751 775) +4(750 776 2752 2726) +4(775 2751 2752 776) +4(751 777 2753 2727) +4(776 2752 2753 777) +4(752 778 2754 2728) +4(777 2753 2754 778) +4(778 2754 2755 779) +4(755 781 2757 2731) +4(780 2756 2757 781) +4(756 782 2758 2732) +4(781 2757 2758 782) +4(757 783 2759 2733) +4(782 2758 2759 783) +4(758 784 2760 2734) +4(783 2759 2760 784) +4(759 785 2761 2735) +4(784 2760 2761 785) +4(760 786 2762 2736) +4(785 2761 2762 786) +4(761 787 2763 2737) +4(786 2762 2763 787) +4(762 788 2764 2738) +4(787 2763 2764 788) +4(763 789 2765 2739) +4(788 2764 2765 789) +4(764 790 2766 2740) +4(789 2765 2766 790) +4(765 791 2767 2741) +4(790 2766 2767 791) +4(766 792 2768 2742) +4(791 2767 2768 792) +4(767 793 2769 2743) +4(792 2768 2769 793) +4(768 794 2770 2744) +4(793 2769 2770 794) +4(769 795 2771 2745) +4(794 2770 2771 795) +4(770 796 2772 2746) +4(795 2771 2772 796) +4(771 797 2773 2747) +4(796 2772 2773 797) +4(772 798 2774 2748) +4(797 2773 2774 798) +4(773 799 2775 2749) +4(798 2774 2775 799) +4(774 800 2776 2750) +4(799 2775 2776 800) +4(775 801 2777 2751) +4(800 2776 2777 801) +4(776 802 2778 2752) +4(801 2777 2778 802) +4(777 803 2779 2753) +4(802 2778 2779 803) +4(778 804 2780 2754) +4(803 2779 2780 804) +4(804 2780 2781 805) +4(781 807 2783 2757) +4(806 2782 2783 807) +4(782 808 2784 2758) +4(807 2783 2784 808) +4(783 809 2785 2759) +4(808 2784 2785 809) +4(784 810 2786 2760) +4(809 2785 2786 810) +4(785 811 2787 2761) +4(810 2786 2787 811) +4(786 812 2788 2762) +4(811 2787 2788 812) +4(787 813 2789 2763) +4(812 2788 2789 813) +4(788 814 2790 2764) +4(813 2789 2790 814) +4(789 815 2791 2765) +4(814 2790 2791 815) +4(790 816 2792 2766) +4(815 2791 2792 816) +4(791 817 2793 2767) +4(816 2792 2793 817) +4(792 818 2794 2768) +4(817 2793 2794 818) +4(793 819 2795 2769) +4(818 2794 2795 819) +4(794 820 2796 2770) +4(819 2795 2796 820) +4(795 821 2797 2771) +4(820 2796 2797 821) +4(796 822 2798 2772) +4(821 2797 2798 822) +4(797 823 2799 2773) +4(822 2798 2799 823) +4(798 824 2800 2774) +4(823 2799 2800 824) +4(799 825 2801 2775) +4(824 2800 2801 825) +4(800 826 2802 2776) +4(825 2801 2802 826) +4(801 827 2803 2777) +4(826 2802 2803 827) +4(802 828 2804 2778) +4(827 2803 2804 828) +4(803 829 2805 2779) +4(828 2804 2805 829) +4(804 830 2806 2780) +4(829 2805 2806 830) +4(830 2806 2807 831) +4(807 833 2809 2783) +4(832 2808 2809 833) +4(808 834 2810 2784) +4(833 2809 2810 834) +4(809 835 2811 2785) +4(834 2810 2811 835) +4(810 836 2812 2786) +4(835 2811 2812 836) +4(811 837 2813 2787) +4(836 2812 2813 837) +4(812 838 2814 2788) +4(837 2813 2814 838) +4(813 839 2815 2789) +4(838 2814 2815 839) +4(814 840 2816 2790) +4(839 2815 2816 840) +4(815 841 2817 2791) +4(840 2816 2817 841) +4(816 842 2818 2792) +4(841 2817 2818 842) +4(817 843 2819 2793) +4(842 2818 2819 843) +4(818 844 2820 2794) +4(843 2819 2820 844) +4(819 845 2821 2795) +4(844 2820 2821 845) +4(820 846 2822 2796) +4(845 2821 2822 846) +4(821 847 2823 2797) +4(846 2822 2823 847) +4(822 848 2824 2798) +4(847 2823 2824 848) +4(823 849 2825 2799) +4(848 2824 2825 849) +4(824 850 2826 2800) +4(849 2825 2826 850) +4(825 851 2827 2801) +4(850 2826 2827 851) +4(826 852 2828 2802) +4(851 2827 2828 852) +4(827 853 2829 2803) +4(852 2828 2829 853) +4(828 854 2830 2804) +4(853 2829 2830 854) +4(829 855 2831 2805) +4(854 2830 2831 855) +4(830 856 2832 2806) +4(855 2831 2832 856) +4(856 2832 2833 857) +4(833 859 2835 2809) +4(858 2834 2835 859) +4(834 860 2836 2810) +4(859 2835 2836 860) +4(835 861 2837 2811) +4(860 2836 2837 861) +4(836 862 2838 2812) +4(861 2837 2838 862) +4(837 863 2839 2813) +4(862 2838 2839 863) +4(838 864 2840 2814) +4(863 2839 2840 864) +4(839 865 2841 2815) +4(864 2840 2841 865) +4(840 866 2842 2816) +4(865 2841 2842 866) +4(841 867 2843 2817) +4(866 2842 2843 867) +4(842 868 2844 2818) +4(867 2843 2844 868) +4(843 869 2845 2819) +4(868 2844 2845 869) +4(844 870 2846 2820) +4(869 2845 2846 870) +4(845 871 2847 2821) +4(870 2846 2847 871) +4(846 872 2848 2822) +4(871 2847 2848 872) +4(847 873 2849 2823) +4(872 2848 2849 873) +4(848 874 2850 2824) +4(873 2849 2850 874) +4(849 875 2851 2825) +4(874 2850 2851 875) +4(850 876 2852 2826) +4(875 2851 2852 876) +4(851 877 2853 2827) +4(876 2852 2853 877) +4(852 878 2854 2828) +4(877 2853 2854 878) +4(853 879 2855 2829) +4(878 2854 2855 879) +4(854 880 2856 2830) +4(879 2855 2856 880) +4(855 881 2857 2831) +4(880 2856 2857 881) +4(856 882 2858 2832) +4(881 2857 2858 882) +4(882 2858 2859 883) +4(859 885 2861 2835) +4(884 2860 2861 885) +4(860 886 2862 2836) +4(885 2861 2862 886) +4(861 887 2863 2837) +4(886 2862 2863 887) +4(862 888 2864 2838) +4(887 2863 2864 888) +4(863 889 2865 2839) +4(888 2864 2865 889) +4(864 890 2866 2840) +4(889 2865 2866 890) +4(865 891 2867 2841) +4(890 2866 2867 891) +4(866 892 2868 2842) +4(891 2867 2868 892) +4(867 893 2869 2843) +4(892 2868 2869 893) +4(868 894 2870 2844) +4(893 2869 2870 894) +4(869 895 2871 2845) +4(894 2870 2871 895) +4(870 896 2872 2846) +4(895 2871 2872 896) +4(871 897 2873 2847) +4(896 2872 2873 897) +4(872 898 2874 2848) +4(897 2873 2874 898) +4(873 899 2875 2849) +4(898 2874 2875 899) +4(874 900 2876 2850) +4(899 2875 2876 900) +4(875 901 2877 2851) +4(900 2876 2877 901) +4(876 902 2878 2852) +4(901 2877 2878 902) +4(877 903 2879 2853) +4(902 2878 2879 903) +4(878 904 2880 2854) +4(903 2879 2880 904) +4(879 905 2881 2855) +4(904 2880 2881 905) +4(880 906 2882 2856) +4(905 2881 2882 906) +4(881 907 2883 2857) +4(906 2882 2883 907) +4(882 908 2884 2858) +4(907 2883 2884 908) +4(908 2884 2885 909) +4(885 911 2887 2861) +4(910 2886 2887 911) +4(886 912 2888 2862) +4(911 2887 2888 912) +4(887 913 2889 2863) +4(912 2888 2889 913) +4(888 914 2890 2864) +4(913 2889 2890 914) +4(889 915 2891 2865) +4(914 2890 2891 915) +4(890 916 2892 2866) +4(915 2891 2892 916) +4(891 917 2893 2867) +4(916 2892 2893 917) +4(892 918 2894 2868) +4(917 2893 2894 918) +4(893 919 2895 2869) +4(918 2894 2895 919) +4(894 920 2896 2870) +4(919 2895 2896 920) +4(895 921 2897 2871) +4(920 2896 2897 921) +4(896 922 2898 2872) +4(921 2897 2898 922) +4(897 923 2899 2873) +4(922 2898 2899 923) +4(898 924 2900 2874) +4(923 2899 2900 924) +4(899 925 2901 2875) +4(924 2900 2901 925) +4(900 926 2902 2876) +4(925 2901 2902 926) +4(901 927 2903 2877) +4(926 2902 2903 927) +4(902 928 2904 2878) +4(927 2903 2904 928) +4(903 929 2905 2879) +4(928 2904 2905 929) +4(904 930 2906 2880) +4(929 2905 2906 930) +4(905 931 2907 2881) +4(930 2906 2907 931) +4(906 932 2908 2882) +4(931 2907 2908 932) +4(907 933 2909 2883) +4(932 2908 2909 933) +4(908 934 2910 2884) +4(933 2909 2910 934) +4(934 2910 2911 935) +4(911 937 2913 2887) +4(936 2912 2913 937) +4(912 938 2914 2888) +4(937 2913 2914 938) +4(913 939 2915 2889) +4(938 2914 2915 939) +4(914 940 2916 2890) +4(939 2915 2916 940) +4(915 941 2917 2891) +4(940 2916 2917 941) +4(916 942 2918 2892) +4(941 2917 2918 942) +4(917 943 2919 2893) +4(942 2918 2919 943) +4(918 944 2920 2894) +4(943 2919 2920 944) +4(919 945 2921 2895) +4(944 2920 2921 945) +4(920 946 2922 2896) +4(945 2921 2922 946) +4(921 947 2923 2897) +4(946 2922 2923 947) +4(922 948 2924 2898) +4(947 2923 2924 948) +4(923 949 2925 2899) +4(948 2924 2925 949) +4(924 950 2926 2900) +4(949 2925 2926 950) +4(925 951 2927 2901) +4(950 2926 2927 951) +4(926 952 2928 2902) +4(951 2927 2928 952) +4(927 953 2929 2903) +4(952 2928 2929 953) +4(928 954 2930 2904) +4(953 2929 2930 954) +4(929 955 2931 2905) +4(954 2930 2931 955) +4(930 956 2932 2906) +4(955 2931 2932 956) +4(931 957 2933 2907) +4(956 2932 2933 957) +4(932 958 2934 2908) +4(957 2933 2934 958) +4(933 959 2935 2909) +4(958 2934 2935 959) +4(934 960 2936 2910) +4(959 2935 2936 960) +4(960 2936 2937 961) +4(937 963 2939 2913) +4(962 2938 2939 963) +4(938 964 2940 2914) +4(963 2939 2940 964) +4(939 965 2941 2915) +4(964 2940 2941 965) +4(940 966 2942 2916) +4(965 2941 2942 966) +4(941 967 2943 2917) +4(966 2942 2943 967) +4(942 968 2944 2918) +4(967 2943 2944 968) +4(943 969 2945 2919) +4(968 2944 2945 969) +4(944 970 2946 2920) +4(969 2945 2946 970) +4(945 971 2947 2921) +4(970 2946 2947 971) +4(946 972 2948 2922) +4(971 2947 2948 972) +4(947 973 2949 2923) +4(972 2948 2949 973) +4(948 974 2950 2924) +4(973 2949 2950 974) +4(949 975 2951 2925) +4(974 2950 2951 975) +4(950 976 2952 2926) +4(975 2951 2952 976) +4(951 977 2953 2927) +4(976 2952 2953 977) +4(952 978 2954 2928) +4(977 2953 2954 978) +4(953 979 2955 2929) +4(978 2954 2955 979) +4(954 980 2956 2930) +4(979 2955 2956 980) +4(955 981 2957 2931) +4(980 2956 2957 981) +4(956 982 2958 2932) +4(981 2957 2958 982) +4(957 983 2959 2933) +4(982 2958 2959 983) +4(958 984 2960 2934) +4(983 2959 2960 984) +4(959 985 2961 2935) +4(984 2960 2961 985) +4(960 986 2962 2936) +4(985 2961 2962 986) +4(986 2962 2963 987) +4(963 989 2965 2939) +4(988 2964 2965 989) +4(964 990 2966 2940) +4(989 2965 2966 990) +4(965 991 2967 2941) +4(990 2966 2967 991) +4(966 992 2968 2942) +4(991 2967 2968 992) +4(967 993 2969 2943) +4(992 2968 2969 993) +4(968 994 2970 2944) +4(993 2969 2970 994) +4(969 995 2971 2945) +4(994 2970 2971 995) +4(970 996 2972 2946) +4(995 2971 2972 996) +4(971 997 2973 2947) +4(996 2972 2973 997) +4(972 998 2974 2948) +4(997 2973 2974 998) +4(973 999 2975 2949) +4(998 2974 2975 999) +4(974 1000 2976 2950) +4(999 2975 2976 1000) +4(975 1001 2977 2951) +4(1000 2976 2977 1001) +4(976 1002 2978 2952) +4(1001 2977 2978 1002) +4(977 1003 2979 2953) +4(1002 2978 2979 1003) +4(978 1004 2980 2954) +4(1003 2979 2980 1004) +4(979 1005 2981 2955) +4(1004 2980 2981 1005) +4(980 1006 2982 2956) +4(1005 2981 2982 1006) +4(981 1007 2983 2957) +4(1006 2982 2983 1007) +4(982 1008 2984 2958) +4(1007 2983 2984 1008) +4(983 1009 2985 2959) +4(1008 2984 2985 1009) +4(984 1010 2986 2960) +4(1009 2985 2986 1010) +4(985 1011 2987 2961) +4(1010 2986 2987 1011) +4(986 1012 2988 2962) +4(1011 2987 2988 1012) +4(1012 2988 2989 1013) +4(989 1015 2991 2965) +4(1014 2990 2991 1015) +4(990 1016 2992 2966) +4(1015 2991 2992 1016) +4(991 1017 2993 2967) +4(1016 2992 2993 1017) +4(992 1018 2994 2968) +4(1017 2993 2994 1018) +4(993 1019 2995 2969) +4(1018 2994 2995 1019) +4(994 1020 2996 2970) +4(1019 2995 2996 1020) +4(995 1021 2997 2971) +4(1020 2996 2997 1021) +4(996 1022 2998 2972) +4(1021 2997 2998 1022) +4(997 1023 2999 2973) +4(1022 2998 2999 1023) +4(998 1024 3000 2974) +4(1023 2999 3000 1024) +4(999 1025 3001 2975) +4(1024 3000 3001 1025) +4(1000 1026 3002 2976) +4(1025 3001 3002 1026) +4(1001 1027 3003 2977) +4(1026 3002 3003 1027) +4(1002 1028 3004 2978) +4(1027 3003 3004 1028) +4(1003 1029 3005 2979) +4(1028 3004 3005 1029) +4(1004 1030 3006 2980) +4(1029 3005 3006 1030) +4(1005 1031 3007 2981) +4(1030 3006 3007 1031) +4(1006 1032 3008 2982) +4(1031 3007 3008 1032) +4(1007 1033 3009 2983) +4(1032 3008 3009 1033) +4(1008 1034 3010 2984) +4(1033 3009 3010 1034) +4(1009 1035 3011 2985) +4(1034 3010 3011 1035) +4(1010 1036 3012 2986) +4(1035 3011 3012 1036) +4(1011 1037 3013 2987) +4(1036 3012 3013 1037) +4(1012 1038 3014 2988) +4(1037 3013 3014 1038) +4(1038 3014 3015 1039) +4(1015 1041 3017 2991) +4(1040 3016 3017 1041) +4(1016 1042 3018 2992) +4(1041 3017 3018 1042) +4(1017 1043 3019 2993) +4(1042 3018 3019 1043) +4(1018 1044 3020 2994) +4(1043 3019 3020 1044) +4(1019 1045 3021 2995) +4(1044 3020 3021 1045) +4(1020 1046 3022 2996) +4(1045 3021 3022 1046) +4(1021 1047 3023 2997) +4(1046 3022 3023 1047) +4(1022 1048 3024 2998) +4(1047 3023 3024 1048) +4(1023 1049 3025 2999) +4(1048 3024 3025 1049) +4(1024 1050 3026 3000) +4(1049 3025 3026 1050) +4(1025 1051 3027 3001) +4(1050 3026 3027 1051) +4(1026 1052 3028 3002) +4(1051 3027 3028 1052) +4(1027 1053 3029 3003) +4(1052 3028 3029 1053) +4(1028 1054 3030 3004) +4(1053 3029 3030 1054) +4(1029 1055 3031 3005) +4(1054 3030 3031 1055) +4(1030 1056 3032 3006) +4(1055 3031 3032 1056) +4(1031 1057 3033 3007) +4(1056 3032 3033 1057) +4(1032 1058 3034 3008) +4(1057 3033 3034 1058) +4(1033 1059 3035 3009) +4(1058 3034 3035 1059) +4(1034 1060 3036 3010) +4(1059 3035 3036 1060) +4(1035 1061 3037 3011) +4(1060 3036 3037 1061) +4(1036 1062 3038 3012) +4(1061 3037 3038 1062) +4(1037 1063 3039 3013) +4(1062 3038 3039 1063) +4(1038 1064 3040 3014) +4(1063 3039 3040 1064) +4(1064 3040 3041 1065) +4(1041 1067 3043 3017) +4(1066 3042 3043 1067) +4(1042 1068 3044 3018) +4(1067 3043 3044 1068) +4(1043 1069 3045 3019) +4(1068 3044 3045 1069) +4(1044 1070 3046 3020) +4(1069 3045 3046 1070) +4(1045 1071 3047 3021) +4(1070 3046 3047 1071) +4(1046 1072 3048 3022) +4(1071 3047 3048 1072) +4(1047 1073 3049 3023) +4(1072 3048 3049 1073) +4(1048 1074 3050 3024) +4(1073 3049 3050 1074) +4(1049 1075 3051 3025) +4(1074 3050 3051 1075) +4(1050 1076 3052 3026) +4(1075 3051 3052 1076) +4(1051 1077 3053 3027) +4(1076 3052 3053 1077) +4(1052 1078 3054 3028) +4(1077 3053 3054 1078) +4(1053 1079 3055 3029) +4(1078 3054 3055 1079) +4(1054 1080 3056 3030) +4(1079 3055 3056 1080) +4(1055 1081 3057 3031) +4(1080 3056 3057 1081) +4(1056 1082 3058 3032) +4(1081 3057 3058 1082) +4(1057 1083 3059 3033) +4(1082 3058 3059 1083) +4(1058 1084 3060 3034) +4(1083 3059 3060 1084) +4(1059 1085 3061 3035) +4(1084 3060 3061 1085) +4(1060 1086 3062 3036) +4(1085 3061 3062 1086) +4(1061 1087 3063 3037) +4(1086 3062 3063 1087) +4(1062 1088 3064 3038) +4(1087 3063 3064 1088) +4(1063 1089 3065 3039) +4(1088 3064 3065 1089) +4(1064 1090 3066 3040) +4(1089 3065 3066 1090) +4(1090 3066 3067 1091) +4(1067 1093 3069 3043) +4(1092 3068 3069 1093) +4(1068 1094 3070 3044) +4(1093 3069 3070 1094) +4(1069 1095 3071 3045) +4(1094 3070 3071 1095) +4(1070 1096 3072 3046) +4(1095 3071 3072 1096) +4(1071 1097 3073 3047) +4(1096 3072 3073 1097) +4(1072 1098 3074 3048) +4(1097 3073 3074 1098) +4(1073 1099 3075 3049) +4(1098 3074 3075 1099) +4(1074 1100 3076 3050) +4(1099 3075 3076 1100) +4(1075 1101 3077 3051) +4(1100 3076 3077 1101) +4(1076 1102 3078 3052) +4(1101 3077 3078 1102) +4(1077 1103 3079 3053) +4(1102 3078 3079 1103) +4(1078 1104 3080 3054) +4(1103 3079 3080 1104) +4(1079 1105 3081 3055) +4(1104 3080 3081 1105) +4(1080 1106 3082 3056) +4(1105 3081 3082 1106) +4(1081 1107 3083 3057) +4(1106 3082 3083 1107) +4(1082 1108 3084 3058) +4(1107 3083 3084 1108) +4(1083 1109 3085 3059) +4(1108 3084 3085 1109) +4(1084 1110 3086 3060) +4(1109 3085 3086 1110) +4(1085 1111 3087 3061) +4(1110 3086 3087 1111) +4(1086 1112 3088 3062) +4(1111 3087 3088 1112) +4(1087 1113 3089 3063) +4(1112 3088 3089 1113) +4(1088 1114 3090 3064) +4(1113 3089 3090 1114) +4(1089 1115 3091 3065) +4(1114 3090 3091 1115) +4(1090 1116 3092 3066) +4(1115 3091 3092 1116) +4(1116 3092 3093 1117) +4(1093 1119 3095 3069) +4(1118 3094 3095 1119) +4(1094 1120 3096 3070) +4(1119 3095 3096 1120) +4(1095 1121 3097 3071) +4(1120 3096 3097 1121) +4(1096 1122 3098 3072) +4(1121 3097 3098 1122) +4(1097 1123 3099 3073) +4(1122 3098 3099 1123) +4(1098 1124 3100 3074) +4(1123 3099 3100 1124) +4(1099 1125 3101 3075) +4(1124 3100 3101 1125) +4(1100 1126 3102 3076) +4(1125 3101 3102 1126) +4(1101 1127 3103 3077) +4(1126 3102 3103 1127) +4(1102 1128 3104 3078) +4(1127 3103 3104 1128) +4(1103 1129 3105 3079) +4(1128 3104 3105 1129) +4(1104 1130 3106 3080) +4(1129 3105 3106 1130) +4(1105 1131 3107 3081) +4(1130 3106 3107 1131) +4(1106 1132 3108 3082) +4(1131 3107 3108 1132) +4(1107 1133 3109 3083) +4(1132 3108 3109 1133) +4(1108 1134 3110 3084) +4(1133 3109 3110 1134) +4(1109 1135 3111 3085) +4(1134 3110 3111 1135) +4(1110 1136 3112 3086) +4(1135 3111 3112 1136) +4(1111 1137 3113 3087) +4(1136 3112 3113 1137) +4(1112 1138 3114 3088) +4(1137 3113 3114 1138) +4(1113 1139 3115 3089) +4(1138 3114 3115 1139) +4(1114 1140 3116 3090) +4(1139 3115 3116 1140) +4(1115 1141 3117 3091) +4(1140 3116 3117 1141) +4(1116 1142 3118 3092) +4(1141 3117 3118 1142) +4(1142 3118 3119 1143) +4(1119 1145 3121 3095) +4(1144 3120 3121 1145) +4(1120 1146 3122 3096) +4(1145 3121 3122 1146) +4(1121 1147 3123 3097) +4(1146 3122 3123 1147) +4(1122 1148 3124 3098) +4(1147 3123 3124 1148) +4(1123 1149 3125 3099) +4(1148 3124 3125 1149) +4(1124 1150 3126 3100) +4(1149 3125 3126 1150) +4(1125 1151 3127 3101) +4(1150 3126 3127 1151) +4(1126 1152 3128 3102) +4(1151 3127 3128 1152) +4(1127 1153 3129 3103) +4(1152 3128 3129 1153) +4(1128 1154 3130 3104) +4(1153 3129 3130 1154) +4(1129 1155 3131 3105) +4(1154 3130 3131 1155) +4(1130 1156 3132 3106) +4(1155 3131 3132 1156) +4(1131 1157 3133 3107) +4(1156 3132 3133 1157) +4(1132 1158 3134 3108) +4(1157 3133 3134 1158) +4(1133 1159 3135 3109) +4(1158 3134 3135 1159) +4(1134 1160 3136 3110) +4(1159 3135 3136 1160) +4(1135 1161 3137 3111) +4(1160 3136 3137 1161) +4(1136 1162 3138 3112) +4(1161 3137 3138 1162) +4(1137 1163 3139 3113) +4(1162 3138 3139 1163) +4(1138 1164 3140 3114) +4(1163 3139 3140 1164) +4(1139 1165 3141 3115) +4(1164 3140 3141 1165) +4(1140 1166 3142 3116) +4(1165 3141 3142 1166) +4(1141 1167 3143 3117) +4(1166 3142 3143 1167) +4(1142 1168 3144 3118) +4(1167 3143 3144 1168) +4(1168 3144 3145 1169) +4(1145 1171 3147 3121) +4(1170 3146 3147 1171) +4(1146 1172 3148 3122) +4(1171 3147 3148 1172) +4(1147 1173 3149 3123) +4(1172 3148 3149 1173) +4(1148 1174 3150 3124) +4(1173 3149 3150 1174) +4(1149 1175 3151 3125) +4(1174 3150 3151 1175) +4(1150 1176 3152 3126) +4(1175 3151 3152 1176) +4(1151 1177 3153 3127) +4(1176 3152 3153 1177) +4(1152 1178 3154 3128) +4(1177 3153 3154 1178) +4(1153 1179 3155 3129) +4(1178 3154 3155 1179) +4(1154 1180 3156 3130) +4(1179 3155 3156 1180) +4(1155 1181 3157 3131) +4(1180 3156 3157 1181) +4(1156 1182 3158 3132) +4(1181 3157 3158 1182) +4(1157 1183 3159 3133) +4(1182 3158 3159 1183) +4(1158 1184 3160 3134) +4(1183 3159 3160 1184) +4(1159 1185 3161 3135) +4(1184 3160 3161 1185) +4(1160 1186 3162 3136) +4(1185 3161 3162 1186) +4(1161 1187 3163 3137) +4(1186 3162 3163 1187) +4(1162 1188 3164 3138) +4(1187 3163 3164 1188) +4(1163 1189 3165 3139) +4(1188 3164 3165 1189) +4(1164 1190 3166 3140) +4(1189 3165 3166 1190) +4(1165 1191 3167 3141) +4(1190 3166 3167 1191) +4(1166 1192 3168 3142) +4(1191 3167 3168 1192) +4(1167 1193 3169 3143) +4(1192 3168 3169 1193) +4(1168 1194 3170 3144) +4(1193 3169 3170 1194) +4(1194 3170 3171 1195) +4(1171 1197 3173 3147) +4(1196 3172 3173 1197) +4(1172 1198 3174 3148) +4(1197 3173 3174 1198) +4(1173 1199 3175 3149) +4(1198 3174 3175 1199) +4(1174 1200 3176 3150) +4(1199 3175 3176 1200) +4(1175 1201 3177 3151) +4(1200 3176 3177 1201) +4(1176 1202 3178 3152) +4(1201 3177 3178 1202) +4(1177 1203 3179 3153) +4(1202 3178 3179 1203) +4(1178 1204 3180 3154) +4(1203 3179 3180 1204) +4(1179 1205 3181 3155) +4(1204 3180 3181 1205) +4(1180 1206 3182 3156) +4(1205 3181 3182 1206) +4(1181 1207 3183 3157) +4(1206 3182 3183 1207) +4(1182 1208 3184 3158) +4(1207 3183 3184 1208) +4(1183 1209 3185 3159) +4(1208 3184 3185 1209) +4(1184 1210 3186 3160) +4(1209 3185 3186 1210) +4(1185 1211 3187 3161) +4(1210 3186 3187 1211) +4(1186 1212 3188 3162) +4(1211 3187 3188 1212) +4(1187 1213 3189 3163) +4(1212 3188 3189 1213) +4(1188 1214 3190 3164) +4(1213 3189 3190 1214) +4(1189 1215 3191 3165) +4(1214 3190 3191 1215) +4(1190 1216 3192 3166) +4(1215 3191 3192 1216) +4(1191 1217 3193 3167) +4(1216 3192 3193 1217) +4(1192 1218 3194 3168) +4(1217 3193 3194 1218) +4(1193 1219 3195 3169) +4(1218 3194 3195 1219) +4(1194 1220 3196 3170) +4(1219 3195 3196 1220) +4(1220 3196 3197 1221) +4(1197 1223 3199 3173) +4(1222 3198 3199 1223) +4(1198 1224 3200 3174) +4(1223 3199 3200 1224) +4(1199 1225 3201 3175) +4(1224 3200 3201 1225) +4(1200 1226 3202 3176) +4(1225 3201 3202 1226) +4(1201 1227 3203 3177) +4(1226 3202 3203 1227) +4(1202 1228 3204 3178) +4(1227 3203 3204 1228) +4(1203 1229 3205 3179) +4(1228 3204 3205 1229) +4(1204 1230 3206 3180) +4(1229 3205 3206 1230) +4(1205 1231 3207 3181) +4(1230 3206 3207 1231) +4(1206 1232 3208 3182) +4(1231 3207 3208 1232) +4(1207 1233 3209 3183) +4(1232 3208 3209 1233) +4(1208 1234 3210 3184) +4(1233 3209 3210 1234) +4(1209 1235 3211 3185) +4(1234 3210 3211 1235) +4(1210 1236 3212 3186) +4(1235 3211 3212 1236) +4(1211 1237 3213 3187) +4(1236 3212 3213 1237) +4(1212 1238 3214 3188) +4(1237 3213 3214 1238) +4(1213 1239 3215 3189) +4(1238 3214 3215 1239) +4(1214 1240 3216 3190) +4(1239 3215 3216 1240) +4(1215 1241 3217 3191) +4(1240 3216 3217 1241) +4(1216 1242 3218 3192) +4(1241 3217 3218 1242) +4(1217 1243 3219 3193) +4(1242 3218 3219 1243) +4(1218 1244 3220 3194) +4(1243 3219 3220 1244) +4(1219 1245 3221 3195) +4(1244 3220 3221 1245) +4(1220 1246 3222 3196) +4(1245 3221 3222 1246) +4(1246 3222 3223 1247) +4(1223 1249 3225 3199) +4(1248 3224 3225 1249) +4(1224 1250 3226 3200) +4(1249 3225 3226 1250) +4(1225 1251 3227 3201) +4(1250 3226 3227 1251) +4(1226 1252 3228 3202) +4(1251 3227 3228 1252) +4(1227 1253 3229 3203) +4(1252 3228 3229 1253) +4(1228 1254 3230 3204) +4(1253 3229 3230 1254) +4(1229 1255 3231 3205) +4(1254 3230 3231 1255) +4(1230 1256 3232 3206) +4(1255 3231 3232 1256) +4(1231 1257 3233 3207) +4(1256 3232 3233 1257) +4(1232 1258 3234 3208) +4(1257 3233 3234 1258) +4(1233 1259 3235 3209) +4(1258 3234 3235 1259) +4(1234 1260 3236 3210) +4(1259 3235 3236 1260) +4(1235 1261 3237 3211) +4(1260 3236 3237 1261) +4(1236 1262 3238 3212) +4(1261 3237 3238 1262) +4(1237 1263 3239 3213) +4(1262 3238 3239 1263) +4(1238 1264 3240 3214) +4(1263 3239 3240 1264) +4(1239 1265 3241 3215) +4(1264 3240 3241 1265) +4(1240 1266 3242 3216) +4(1265 3241 3242 1266) +4(1241 1267 3243 3217) +4(1266 3242 3243 1267) +4(1242 1268 3244 3218) +4(1267 3243 3244 1268) +4(1243 1269 3245 3219) +4(1268 3244 3245 1269) +4(1244 1270 3246 3220) +4(1269 3245 3246 1270) +4(1245 1271 3247 3221) +4(1270 3246 3247 1271) +4(1246 1272 3248 3222) +4(1271 3247 3248 1272) +4(1272 3248 3249 1273) +4(1249 1275 3251 3225) +4(1274 3250 3251 1275) +4(1250 1276 3252 3226) +4(1275 3251 3252 1276) +4(1251 1277 3253 3227) +4(1276 3252 3253 1277) +4(1252 1278 3254 3228) +4(1277 3253 3254 1278) +4(1253 1279 3255 3229) +4(1278 3254 3255 1279) +4(1254 1280 3256 3230) +4(1279 3255 3256 1280) +4(1255 1281 3257 3231) +4(1280 3256 3257 1281) +4(1256 1282 3258 3232) +4(1281 3257 3258 1282) +4(1257 1283 3259 3233) +4(1282 3258 3259 1283) +4(1258 1284 3260 3234) +4(1283 3259 3260 1284) +4(1259 1285 3261 3235) +4(1284 3260 3261 1285) +4(1260 1286 3262 3236) +4(1285 3261 3262 1286) +4(1261 1287 3263 3237) +4(1286 3262 3263 1287) +4(1262 1288 3264 3238) +4(1287 3263 3264 1288) +4(1263 1289 3265 3239) +4(1288 3264 3265 1289) +4(1264 1290 3266 3240) +4(1289 3265 3266 1290) +4(1265 1291 3267 3241) +4(1290 3266 3267 1291) +4(1266 1292 3268 3242) +4(1291 3267 3268 1292) +4(1267 1293 3269 3243) +4(1292 3268 3269 1293) +4(1268 1294 3270 3244) +4(1293 3269 3270 1294) +4(1269 1295 3271 3245) +4(1294 3270 3271 1295) +4(1270 1296 3272 3246) +4(1295 3271 3272 1296) +4(1271 1297 3273 3247) +4(1296 3272 3273 1297) +4(1272 1298 3274 3248) +4(1297 3273 3274 1298) +4(1298 3274 3275 1299) +4(1275 1301 3277 3251) +4(1300 3276 3277 1301) +4(1276 1302 3278 3252) +4(1301 3277 3278 1302) +4(1277 1303 3279 3253) +4(1302 3278 3279 1303) +4(1278 1304 3280 3254) +4(1303 3279 3280 1304) +4(1279 1305 3281 3255) +4(1304 3280 3281 1305) +4(1280 1306 3282 3256) +4(1305 3281 3282 1306) +4(1281 1307 3283 3257) +4(1306 3282 3283 1307) +4(1282 1308 3284 3258) +4(1307 3283 3284 1308) +4(1283 1309 3285 3259) +4(1308 3284 3285 1309) +4(1284 1310 3286 3260) +4(1309 3285 3286 1310) +4(1285 1311 3287 3261) +4(1310 3286 3287 1311) +4(1286 1312 3288 3262) +4(1311 3287 3288 1312) +4(1287 1313 3289 3263) +4(1312 3288 3289 1313) +4(1288 1314 3290 3264) +4(1313 3289 3290 1314) +4(1289 1315 3291 3265) +4(1314 3290 3291 1315) +4(1290 1316 3292 3266) +4(1315 3291 3292 1316) +4(1291 1317 3293 3267) +4(1316 3292 3293 1317) +4(1292 1318 3294 3268) +4(1317 3293 3294 1318) +4(1293 1319 3295 3269) +4(1318 3294 3295 1319) +4(1294 1320 3296 3270) +4(1319 3295 3296 1320) +4(1295 1321 3297 3271) +4(1320 3296 3297 1321) +4(1296 1322 3298 3272) +4(1321 3297 3298 1322) +4(1297 1323 3299 3273) +4(1322 3298 3299 1323) +4(1298 1324 3300 3274) +4(1323 3299 3300 1324) +4(1324 3300 3301 1325) +4(1301 1327 3303 3277) +4(1326 3302 3303 1327) +4(1302 1328 3304 3278) +4(1327 3303 3304 1328) +4(1303 1329 3305 3279) +4(1328 3304 3305 1329) +4(1304 1330 3306 3280) +4(1329 3305 3306 1330) +4(1305 1331 3307 3281) +4(1330 3306 3307 1331) +4(1306 1332 3308 3282) +4(1331 3307 3308 1332) +4(1307 1333 3309 3283) +4(1332 3308 3309 1333) +4(1308 1334 3310 3284) +4(1333 3309 3310 1334) +4(1309 1335 3311 3285) +4(1334 3310 3311 1335) +4(1310 1336 3312 3286) +4(1335 3311 3312 1336) +4(1311 1337 3313 3287) +4(1336 3312 3313 1337) +4(1312 1338 3314 3288) +4(1337 3313 3314 1338) +4(1313 1339 3315 3289) +4(1338 3314 3315 1339) +4(1314 1340 3316 3290) +4(1339 3315 3316 1340) +4(1315 1341 3317 3291) +4(1340 3316 3317 1341) +4(1316 1342 3318 3292) +4(1341 3317 3318 1342) +4(1317 1343 3319 3293) +4(1342 3318 3319 1343) +4(1318 1344 3320 3294) +4(1343 3319 3320 1344) +4(1319 1345 3321 3295) +4(1344 3320 3321 1345) +4(1320 1346 3322 3296) +4(1345 3321 3322 1346) +4(1321 1347 3323 3297) +4(1346 3322 3323 1347) +4(1322 1348 3324 3298) +4(1347 3323 3324 1348) +4(1323 1349 3325 3299) +4(1348 3324 3325 1349) +4(1324 1350 3326 3300) +4(1349 3325 3326 1350) +4(1350 3326 3327 1351) +4(1327 1353 3329 3303) +4(1352 3328 3329 1353) +4(1328 1354 3330 3304) +4(1353 3329 3330 1354) +4(1329 1355 3331 3305) +4(1354 3330 3331 1355) +4(1330 1356 3332 3306) +4(1355 3331 3332 1356) +4(1331 1357 3333 3307) +4(1356 3332 3333 1357) +4(1332 1358 3334 3308) +4(1357 3333 3334 1358) +4(1333 1359 3335 3309) +4(1358 3334 3335 1359) +4(1334 1360 3336 3310) +4(1359 3335 3336 1360) +4(1335 1361 3337 3311) +4(1360 3336 3337 1361) +4(1336 1362 3338 3312) +4(1361 3337 3338 1362) +4(1337 1363 3339 3313) +4(1362 3338 3339 1363) +4(1338 1364 3340 3314) +4(1363 3339 3340 1364) +4(1339 1365 3341 3315) +4(1364 3340 3341 1365) +4(1340 1366 3342 3316) +4(1365 3341 3342 1366) +4(1341 1367 3343 3317) +4(1366 3342 3343 1367) +4(1342 1368 3344 3318) +4(1367 3343 3344 1368) +4(1343 1369 3345 3319) +4(1368 3344 3345 1369) +4(1344 1370 3346 3320) +4(1369 3345 3346 1370) +4(1345 1371 3347 3321) +4(1370 3346 3347 1371) +4(1346 1372 3348 3322) +4(1371 3347 3348 1372) +4(1347 1373 3349 3323) +4(1372 3348 3349 1373) +4(1348 1374 3350 3324) +4(1373 3349 3350 1374) +4(1349 1375 3351 3325) +4(1374 3350 3351 1375) +4(1350 1376 3352 3326) +4(1375 3351 3352 1376) +4(1376 3352 3353 1377) +4(1353 1379 3355 3329) +4(1378 3354 3355 1379) +4(1354 1380 3356 3330) +4(1379 3355 3356 1380) +4(1355 1381 3357 3331) +4(1380 3356 3357 1381) +4(1356 1382 3358 3332) +4(1381 3357 3358 1382) +4(1357 1383 3359 3333) +4(1382 3358 3359 1383) +4(1358 1384 3360 3334) +4(1383 3359 3360 1384) +4(1359 1385 3361 3335) +4(1384 3360 3361 1385) +4(1360 1386 3362 3336) +4(1385 3361 3362 1386) +4(1361 1387 3363 3337) +4(1386 3362 3363 1387) +4(1362 1388 3364 3338) +4(1387 3363 3364 1388) +4(1363 1389 3365 3339) +4(1388 3364 3365 1389) +4(1364 1390 3366 3340) +4(1389 3365 3366 1390) +4(1365 1391 3367 3341) +4(1390 3366 3367 1391) +4(1366 1392 3368 3342) +4(1391 3367 3368 1392) +4(1367 1393 3369 3343) +4(1392 3368 3369 1393) +4(1368 1394 3370 3344) +4(1393 3369 3370 1394) +4(1369 1395 3371 3345) +4(1394 3370 3371 1395) +4(1370 1396 3372 3346) +4(1395 3371 3372 1396) +4(1371 1397 3373 3347) +4(1396 3372 3373 1397) +4(1372 1398 3374 3348) +4(1397 3373 3374 1398) +4(1373 1399 3375 3349) +4(1398 3374 3375 1399) +4(1374 1400 3376 3350) +4(1399 3375 3376 1400) +4(1375 1401 3377 3351) +4(1400 3376 3377 1401) +4(1376 1402 3378 3352) +4(1401 3377 3378 1402) +4(1402 3378 3379 1403) +4(1379 1405 3381 3355) +4(1404 3380 3381 1405) +4(1380 1406 3382 3356) +4(1405 3381 3382 1406) +4(1381 1407 3383 3357) +4(1406 3382 3383 1407) +4(1382 1408 3384 3358) +4(1407 3383 3384 1408) +4(1383 1409 3385 3359) +4(1408 3384 3385 1409) +4(1384 1410 3386 3360) +4(1409 3385 3386 1410) +4(1385 1411 3387 3361) +4(1410 3386 3387 1411) +4(1386 1412 3388 3362) +4(1411 3387 3388 1412) +4(1387 1413 3389 3363) +4(1412 3388 3389 1413) +4(1388 1414 3390 3364) +4(1413 3389 3390 1414) +4(1389 1415 3391 3365) +4(1414 3390 3391 1415) +4(1390 1416 3392 3366) +4(1415 3391 3392 1416) +4(1391 1417 3393 3367) +4(1416 3392 3393 1417) +4(1392 1418 3394 3368) +4(1417 3393 3394 1418) +4(1393 1419 3395 3369) +4(1418 3394 3395 1419) +4(1394 1420 3396 3370) +4(1419 3395 3396 1420) +4(1395 1421 3397 3371) +4(1420 3396 3397 1421) +4(1396 1422 3398 3372) +4(1421 3397 3398 1422) +4(1397 1423 3399 3373) +4(1422 3398 3399 1423) +4(1398 1424 3400 3374) +4(1423 3399 3400 1424) +4(1399 1425 3401 3375) +4(1424 3400 3401 1425) +4(1400 1426 3402 3376) +4(1425 3401 3402 1426) +4(1401 1427 3403 3377) +4(1426 3402 3403 1427) +4(1402 1428 3404 3378) +4(1427 3403 3404 1428) +4(1428 3404 3405 1429) +4(1405 1431 3407 3381) +4(1430 3406 3407 1431) +4(1406 1432 3408 3382) +4(1431 3407 3408 1432) +4(1407 1433 3409 3383) +4(1432 3408 3409 1433) +4(1408 1434 3410 3384) +4(1433 3409 3410 1434) +4(1409 1435 3411 3385) +4(1434 3410 3411 1435) +4(1410 1436 3412 3386) +4(1435 3411 3412 1436) +4(1411 1437 3413 3387) +4(1436 3412 3413 1437) +4(1412 1438 3414 3388) +4(1437 3413 3414 1438) +4(1413 1439 3415 3389) +4(1438 3414 3415 1439) +4(1414 1440 3416 3390) +4(1439 3415 3416 1440) +4(1415 1441 3417 3391) +4(1440 3416 3417 1441) +4(1416 1442 3418 3392) +4(1441 3417 3418 1442) +4(1417 1443 3419 3393) +4(1442 3418 3419 1443) +4(1418 1444 3420 3394) +4(1443 3419 3420 1444) +4(1419 1445 3421 3395) +4(1444 3420 3421 1445) +4(1420 1446 3422 3396) +4(1445 3421 3422 1446) +4(1421 1447 3423 3397) +4(1446 3422 3423 1447) +4(1422 1448 3424 3398) +4(1447 3423 3424 1448) +4(1423 1449 3425 3399) +4(1448 3424 3425 1449) +4(1424 1450 3426 3400) +4(1449 3425 3426 1450) +4(1425 1451 3427 3401) +4(1450 3426 3427 1451) +4(1426 1452 3428 3402) +4(1451 3427 3428 1452) +4(1427 1453 3429 3403) +4(1452 3428 3429 1453) +4(1428 1454 3430 3404) +4(1453 3429 3430 1454) +4(1454 3430 3431 1455) +4(1431 1457 3433 3407) +4(1456 3432 3433 1457) +4(1432 1458 3434 3408) +4(1457 3433 3434 1458) +4(1433 1459 3435 3409) +4(1458 3434 3435 1459) +4(1434 1460 3436 3410) +4(1459 3435 3436 1460) +4(1435 1461 3437 3411) +4(1460 3436 3437 1461) +4(1436 1462 3438 3412) +4(1461 3437 3438 1462) +4(1437 1463 3439 3413) +4(1462 3438 3439 1463) +4(1438 1464 3440 3414) +4(1463 3439 3440 1464) +4(1439 1465 3441 3415) +4(1464 3440 3441 1465) +4(1440 1466 3442 3416) +4(1465 3441 3442 1466) +4(1441 1467 3443 3417) +4(1466 3442 3443 1467) +4(1442 1468 3444 3418) +4(1467 3443 3444 1468) +4(1443 1469 3445 3419) +4(1468 3444 3445 1469) +4(1444 1470 3446 3420) +4(1469 3445 3446 1470) +4(1445 1471 3447 3421) +4(1470 3446 3447 1471) +4(1446 1472 3448 3422) +4(1471 3447 3448 1472) +4(1447 1473 3449 3423) +4(1472 3448 3449 1473) +4(1448 1474 3450 3424) +4(1473 3449 3450 1474) +4(1449 1475 3451 3425) +4(1474 3450 3451 1475) +4(1450 1476 3452 3426) +4(1475 3451 3452 1476) +4(1451 1477 3453 3427) +4(1476 3452 3453 1477) +4(1452 1478 3454 3428) +4(1477 3453 3454 1478) +4(1453 1479 3455 3429) +4(1478 3454 3455 1479) +4(1454 1480 3456 3430) +4(1479 3455 3456 1480) +4(1480 3456 3457 1481) +4(1457 1483 3459 3433) +4(1482 3458 3459 1483) +4(1458 1484 3460 3434) +4(1483 3459 3460 1484) +4(1459 1485 3461 3435) +4(1484 3460 3461 1485) +4(1460 1486 3462 3436) +4(1485 3461 3462 1486) +4(1461 1487 3463 3437) +4(1486 3462 3463 1487) +4(1462 1488 3464 3438) +4(1487 3463 3464 1488) +4(1463 1489 3465 3439) +4(1488 3464 3465 1489) +4(1464 1490 3466 3440) +4(1489 3465 3466 1490) +4(1465 1491 3467 3441) +4(1490 3466 3467 1491) +4(1466 1492 3468 3442) +4(1491 3467 3468 1492) +4(1467 1493 3469 3443) +4(1492 3468 3469 1493) +4(1468 1494 3470 3444) +4(1493 3469 3470 1494) +4(1469 1495 3471 3445) +4(1494 3470 3471 1495) +4(1470 1496 3472 3446) +4(1495 3471 3472 1496) +4(1471 1497 3473 3447) +4(1496 3472 3473 1497) +4(1472 1498 3474 3448) +4(1497 3473 3474 1498) +4(1473 1499 3475 3449) +4(1498 3474 3475 1499) +4(1474 1500 3476 3450) +4(1499 3475 3476 1500) +4(1475 1501 3477 3451) +4(1500 3476 3477 1501) +4(1476 1502 3478 3452) +4(1501 3477 3478 1502) +4(1477 1503 3479 3453) +4(1502 3478 3479 1503) +4(1478 1504 3480 3454) +4(1503 3479 3480 1504) +4(1479 1505 3481 3455) +4(1504 3480 3481 1505) +4(1480 1506 3482 3456) +4(1505 3481 3482 1506) +4(1506 3482 3483 1507) +4(1483 1509 3485 3459) +4(1508 3484 3485 1509) +4(1484 1510 3486 3460) +4(1509 3485 3486 1510) +4(1485 1511 3487 3461) +4(1510 3486 3487 1511) +4(1486 1512 3488 3462) +4(1511 3487 3488 1512) +4(1487 1513 3489 3463) +4(1512 3488 3489 1513) +4(1488 1514 3490 3464) +4(1513 3489 3490 1514) +4(1489 1515 3491 3465) +4(1514 3490 3491 1515) +4(1490 1516 3492 3466) +4(1515 3491 3492 1516) +4(1491 1517 3493 3467) +4(1516 3492 3493 1517) +4(1492 1518 3494 3468) +4(1517 3493 3494 1518) +4(1493 1519 3495 3469) +4(1518 3494 3495 1519) +4(1494 1520 3496 3470) +4(1519 3495 3496 1520) +4(1495 1521 3497 3471) +4(1520 3496 3497 1521) +4(1496 1522 3498 3472) +4(1521 3497 3498 1522) +4(1497 1523 3499 3473) +4(1522 3498 3499 1523) +4(1498 1524 3500 3474) +4(1523 3499 3500 1524) +4(1499 1525 3501 3475) +4(1524 3500 3501 1525) +4(1500 1526 3502 3476) +4(1525 3501 3502 1526) +4(1501 1527 3503 3477) +4(1526 3502 3503 1527) +4(1502 1528 3504 3478) +4(1527 3503 3504 1528) +4(1503 1529 3505 3479) +4(1528 3504 3505 1529) +4(1504 1530 3506 3480) +4(1529 3505 3506 1530) +4(1505 1531 3507 3481) +4(1530 3506 3507 1531) +4(1506 1532 3508 3482) +4(1531 3507 3508 1532) +4(1532 3508 3509 1533) +4(1509 1535 3511 3485) +4(1534 3510 3511 1535) +4(1510 1536 3512 3486) +4(1535 3511 3512 1536) +4(1511 1537 3513 3487) +4(1536 3512 3513 1537) +4(1512 1538 3514 3488) +4(1537 3513 3514 1538) +4(1513 1539 3515 3489) +4(1538 3514 3515 1539) +4(1514 1540 3516 3490) +4(1539 3515 3516 1540) +4(1515 1541 3517 3491) +4(1540 3516 3517 1541) +4(1516 1542 3518 3492) +4(1541 3517 3518 1542) +4(1517 1543 3519 3493) +4(1542 3518 3519 1543) +4(1518 1544 3520 3494) +4(1543 3519 3520 1544) +4(1519 1545 3521 3495) +4(1544 3520 3521 1545) +4(1520 1546 3522 3496) +4(1545 3521 3522 1546) +4(1521 1547 3523 3497) +4(1546 3522 3523 1547) +4(1522 1548 3524 3498) +4(1547 3523 3524 1548) +4(1523 1549 3525 3499) +4(1548 3524 3525 1549) +4(1524 1550 3526 3500) +4(1549 3525 3526 1550) +4(1525 1551 3527 3501) +4(1550 3526 3527 1551) +4(1526 1552 3528 3502) +4(1551 3527 3528 1552) +4(1527 1553 3529 3503) +4(1552 3528 3529 1553) +4(1528 1554 3530 3504) +4(1553 3529 3530 1554) +4(1529 1555 3531 3505) +4(1554 3530 3531 1555) +4(1530 1556 3532 3506) +4(1555 3531 3532 1556) +4(1531 1557 3533 3507) +4(1556 3532 3533 1557) +4(1532 1558 3534 3508) +4(1557 3533 3534 1558) +4(1558 3534 3535 1559) +4(1535 1561 3537 3511) +4(1560 3536 3537 1561) +4(1536 1562 3538 3512) +4(1561 3537 3538 1562) +4(1537 1563 3539 3513) +4(1562 3538 3539 1563) +4(1538 1564 3540 3514) +4(1563 3539 3540 1564) +4(1539 1565 3541 3515) +4(1564 3540 3541 1565) +4(1540 1566 3542 3516) +4(1565 3541 3542 1566) +4(1541 1567 3543 3517) +4(1566 3542 3543 1567) +4(1542 1568 3544 3518) +4(1567 3543 3544 1568) +4(1543 1569 3545 3519) +4(1568 3544 3545 1569) +4(1544 1570 3546 3520) +4(1569 3545 3546 1570) +4(1545 1571 3547 3521) +4(1570 3546 3547 1571) +4(1546 1572 3548 3522) +4(1571 3547 3548 1572) +4(1547 1573 3549 3523) +4(1572 3548 3549 1573) +4(1548 1574 3550 3524) +4(1573 3549 3550 1574) +4(1549 1575 3551 3525) +4(1574 3550 3551 1575) +4(1550 1576 3552 3526) +4(1575 3551 3552 1576) +4(1551 1577 3553 3527) +4(1576 3552 3553 1577) +4(1552 1578 3554 3528) +4(1577 3553 3554 1578) +4(1553 1579 3555 3529) +4(1578 3554 3555 1579) +4(1554 1580 3556 3530) +4(1579 3555 3556 1580) +4(1555 1581 3557 3531) +4(1580 3556 3557 1581) +4(1556 1582 3558 3532) +4(1581 3557 3558 1582) +4(1557 1583 3559 3533) +4(1582 3558 3559 1583) +4(1558 1584 3560 3534) +4(1583 3559 3560 1584) +4(1584 3560 3561 1585) +4(1561 1587 3563 3537) +4(1586 3562 3563 1587) +4(1562 1588 3564 3538) +4(1587 3563 3564 1588) +4(1563 1589 3565 3539) +4(1588 3564 3565 1589) +4(1564 1590 3566 3540) +4(1589 3565 3566 1590) +4(1565 1591 3567 3541) +4(1590 3566 3567 1591) +4(1566 1592 3568 3542) +4(1591 3567 3568 1592) +4(1567 1593 3569 3543) +4(1592 3568 3569 1593) +4(1568 1594 3570 3544) +4(1593 3569 3570 1594) +4(1569 1595 3571 3545) +4(1594 3570 3571 1595) +4(1570 1596 3572 3546) +4(1595 3571 3572 1596) +4(1571 1597 3573 3547) +4(1596 3572 3573 1597) +4(1572 1598 3574 3548) +4(1597 3573 3574 1598) +4(1573 1599 3575 3549) +4(1598 3574 3575 1599) +4(1574 1600 3576 3550) +4(1599 3575 3576 1600) +4(1575 1601 3577 3551) +4(1600 3576 3577 1601) +4(1576 1602 3578 3552) +4(1601 3577 3578 1602) +4(1577 1603 3579 3553) +4(1602 3578 3579 1603) +4(1578 1604 3580 3554) +4(1603 3579 3580 1604) +4(1579 1605 3581 3555) +4(1604 3580 3581 1605) +4(1580 1606 3582 3556) +4(1605 3581 3582 1606) +4(1581 1607 3583 3557) +4(1606 3582 3583 1607) +4(1582 1608 3584 3558) +4(1607 3583 3584 1608) +4(1583 1609 3585 3559) +4(1608 3584 3585 1609) +4(1584 1610 3586 3560) +4(1609 3585 3586 1610) +4(1610 3586 3587 1611) +4(1587 1613 3589 3563) +4(1612 3588 3589 1613) +4(1588 1614 3590 3564) +4(1613 3589 3590 1614) +4(1589 1615 3591 3565) +4(1614 3590 3591 1615) +4(1590 1616 3592 3566) +4(1615 3591 3592 1616) +4(1591 1617 3593 3567) +4(1616 3592 3593 1617) +4(1592 1618 3594 3568) +4(1617 3593 3594 1618) +4(1593 1619 3595 3569) +4(1618 3594 3595 1619) +4(1594 1620 3596 3570) +4(1619 3595 3596 1620) +4(1595 1621 3597 3571) +4(1620 3596 3597 1621) +4(1596 1622 3598 3572) +4(1621 3597 3598 1622) +4(1597 1623 3599 3573) +4(1622 3598 3599 1623) +4(1598 1624 3600 3574) +4(1623 3599 3600 1624) +4(1599 1625 3601 3575) +4(1624 3600 3601 1625) +4(1600 1626 3602 3576) +4(1625 3601 3602 1626) +4(1601 1627 3603 3577) +4(1626 3602 3603 1627) +4(1602 1628 3604 3578) +4(1627 3603 3604 1628) +4(1603 1629 3605 3579) +4(1628 3604 3605 1629) +4(1604 1630 3606 3580) +4(1629 3605 3606 1630) +4(1605 1631 3607 3581) +4(1630 3606 3607 1631) +4(1606 1632 3608 3582) +4(1631 3607 3608 1632) +4(1607 1633 3609 3583) +4(1632 3608 3609 1633) +4(1608 1634 3610 3584) +4(1633 3609 3610 1634) +4(1609 1635 3611 3585) +4(1634 3610 3611 1635) +4(1610 1636 3612 3586) +4(1635 3611 3612 1636) +4(1636 3612 3613 1637) +4(1613 1639 3615 3589) +4(1638 3614 3615 1639) +4(1614 1640 3616 3590) +4(1639 3615 3616 1640) +4(1615 1641 3617 3591) +4(1640 3616 3617 1641) +4(1616 1642 3618 3592) +4(1641 3617 3618 1642) +4(1617 1643 3619 3593) +4(1642 3618 3619 1643) +4(1618 1644 3620 3594) +4(1643 3619 3620 1644) +4(1619 1645 3621 3595) +4(1644 3620 3621 1645) +4(1620 1646 3622 3596) +4(1645 3621 3622 1646) +4(1621 1647 3623 3597) +4(1646 3622 3623 1647) +4(1622 1648 3624 3598) +4(1647 3623 3624 1648) +4(1623 1649 3625 3599) +4(1648 3624 3625 1649) +4(1624 1650 3626 3600) +4(1649 3625 3626 1650) +4(1625 1651 3627 3601) +4(1650 3626 3627 1651) +4(1626 1652 3628 3602) +4(1651 3627 3628 1652) +4(1627 1653 3629 3603) +4(1652 3628 3629 1653) +4(1628 1654 3630 3604) +4(1653 3629 3630 1654) +4(1629 1655 3631 3605) +4(1654 3630 3631 1655) +4(1630 1656 3632 3606) +4(1655 3631 3632 1656) +4(1631 1657 3633 3607) +4(1656 3632 3633 1657) +4(1632 1658 3634 3608) +4(1657 3633 3634 1658) +4(1633 1659 3635 3609) +4(1658 3634 3635 1659) +4(1634 1660 3636 3610) +4(1659 3635 3636 1660) +4(1635 1661 3637 3611) +4(1660 3636 3637 1661) +4(1636 1662 3638 3612) +4(1661 3637 3638 1662) +4(1662 3638 3639 1663) +4(1639 1665 3641 3615) +4(1664 3640 3641 1665) +4(1640 1666 3642 3616) +4(1665 3641 3642 1666) +4(1641 1667 3643 3617) +4(1666 3642 3643 1667) +4(1642 1668 3644 3618) +4(1667 3643 3644 1668) +4(1643 1669 3645 3619) +4(1668 3644 3645 1669) +4(1644 1670 3646 3620) +4(1669 3645 3646 1670) +4(1645 1671 3647 3621) +4(1670 3646 3647 1671) +4(1646 1672 3648 3622) +4(1671 3647 3648 1672) +4(1647 1673 3649 3623) +4(1672 3648 3649 1673) +4(1648 1674 3650 3624) +4(1673 3649 3650 1674) +4(1649 1675 3651 3625) +4(1674 3650 3651 1675) +4(1650 1676 3652 3626) +4(1675 3651 3652 1676) +4(1651 1677 3653 3627) +4(1676 3652 3653 1677) +4(1652 1678 3654 3628) +4(1677 3653 3654 1678) +4(1653 1679 3655 3629) +4(1678 3654 3655 1679) +4(1654 1680 3656 3630) +4(1679 3655 3656 1680) +4(1655 1681 3657 3631) +4(1680 3656 3657 1681) +4(1656 1682 3658 3632) +4(1681 3657 3658 1682) +4(1657 1683 3659 3633) +4(1682 3658 3659 1683) +4(1658 1684 3660 3634) +4(1683 3659 3660 1684) +4(1659 1685 3661 3635) +4(1684 3660 3661 1685) +4(1660 1686 3662 3636) +4(1685 3661 3662 1686) +4(1661 1687 3663 3637) +4(1686 3662 3663 1687) +4(1662 1688 3664 3638) +4(1687 3663 3664 1688) +4(1688 3664 3665 1689) +4(1665 1691 3667 3641) +4(1690 3666 3667 1691) +4(1666 1692 3668 3642) +4(1691 3667 3668 1692) +4(1667 1693 3669 3643) +4(1692 3668 3669 1693) +4(1668 1694 3670 3644) +4(1693 3669 3670 1694) +4(1669 1695 3671 3645) +4(1694 3670 3671 1695) +4(1670 1696 3672 3646) +4(1695 3671 3672 1696) +4(1671 1697 3673 3647) +4(1696 3672 3673 1697) +4(1672 1698 3674 3648) +4(1697 3673 3674 1698) +4(1673 1699 3675 3649) +4(1698 3674 3675 1699) +4(1674 1700 3676 3650) +4(1699 3675 3676 1700) +4(1675 1701 3677 3651) +4(1700 3676 3677 1701) +4(1676 1702 3678 3652) +4(1701 3677 3678 1702) +4(1677 1703 3679 3653) +4(1702 3678 3679 1703) +4(1678 1704 3680 3654) +4(1703 3679 3680 1704) +4(1679 1705 3681 3655) +4(1704 3680 3681 1705) +4(1680 1706 3682 3656) +4(1705 3681 3682 1706) +4(1681 1707 3683 3657) +4(1706 3682 3683 1707) +4(1682 1708 3684 3658) +4(1707 3683 3684 1708) +4(1683 1709 3685 3659) +4(1708 3684 3685 1709) +4(1684 1710 3686 3660) +4(1709 3685 3686 1710) +4(1685 1711 3687 3661) +4(1710 3686 3687 1711) +4(1686 1712 3688 3662) +4(1711 3687 3688 1712) +4(1687 1713 3689 3663) +4(1712 3688 3689 1713) +4(1688 1714 3690 3664) +4(1713 3689 3690 1714) +4(1714 3690 3691 1715) +4(1691 1717 3693 3667) +4(1716 3692 3693 1717) +4(1692 1718 3694 3668) +4(1717 3693 3694 1718) +4(1693 1719 3695 3669) +4(1718 3694 3695 1719) +4(1694 1720 3696 3670) +4(1719 3695 3696 1720) +4(1695 1721 3697 3671) +4(1720 3696 3697 1721) +4(1696 1722 3698 3672) +4(1721 3697 3698 1722) +4(1697 1723 3699 3673) +4(1722 3698 3699 1723) +4(1698 1724 3700 3674) +4(1723 3699 3700 1724) +4(1699 1725 3701 3675) +4(1724 3700 3701 1725) +4(1700 1726 3702 3676) +4(1725 3701 3702 1726) +4(1701 1727 3703 3677) +4(1726 3702 3703 1727) +4(1702 1728 3704 3678) +4(1727 3703 3704 1728) +4(1703 1729 3705 3679) +4(1728 3704 3705 1729) +4(1704 1730 3706 3680) +4(1729 3705 3706 1730) +4(1705 1731 3707 3681) +4(1730 3706 3707 1731) +4(1706 1732 3708 3682) +4(1731 3707 3708 1732) +4(1707 1733 3709 3683) +4(1732 3708 3709 1733) +4(1708 1734 3710 3684) +4(1733 3709 3710 1734) +4(1709 1735 3711 3685) +4(1734 3710 3711 1735) +4(1710 1736 3712 3686) +4(1735 3711 3712 1736) +4(1711 1737 3713 3687) +4(1736 3712 3713 1737) +4(1712 1738 3714 3688) +4(1737 3713 3714 1738) +4(1713 1739 3715 3689) +4(1738 3714 3715 1739) +4(1714 1740 3716 3690) +4(1739 3715 3716 1740) +4(1740 3716 3717 1741) +4(1717 1743 3719 3693) +4(1742 3718 3719 1743) +4(1718 1744 3720 3694) +4(1743 3719 3720 1744) +4(1719 1745 3721 3695) +4(1744 3720 3721 1745) +4(1720 1746 3722 3696) +4(1745 3721 3722 1746) +4(1721 1747 3723 3697) +4(1746 3722 3723 1747) +4(1722 1748 3724 3698) +4(1747 3723 3724 1748) +4(1723 1749 3725 3699) +4(1748 3724 3725 1749) +4(1724 1750 3726 3700) +4(1749 3725 3726 1750) +4(1725 1751 3727 3701) +4(1750 3726 3727 1751) +4(1726 1752 3728 3702) +4(1751 3727 3728 1752) +4(1727 1753 3729 3703) +4(1752 3728 3729 1753) +4(1728 1754 3730 3704) +4(1753 3729 3730 1754) +4(1729 1755 3731 3705) +4(1754 3730 3731 1755) +4(1730 1756 3732 3706) +4(1755 3731 3732 1756) +4(1731 1757 3733 3707) +4(1756 3732 3733 1757) +4(1732 1758 3734 3708) +4(1757 3733 3734 1758) +4(1733 1759 3735 3709) +4(1758 3734 3735 1759) +4(1734 1760 3736 3710) +4(1759 3735 3736 1760) +4(1735 1761 3737 3711) +4(1760 3736 3737 1761) +4(1736 1762 3738 3712) +4(1761 3737 3738 1762) +4(1737 1763 3739 3713) +4(1762 3738 3739 1763) +4(1738 1764 3740 3714) +4(1763 3739 3740 1764) +4(1739 1765 3741 3715) +4(1764 3740 3741 1765) +4(1740 1766 3742 3716) +4(1765 3741 3742 1766) +4(1766 3742 3743 1767) +4(1743 1769 3745 3719) +4(1768 3744 3745 1769) +4(1744 1770 3746 3720) +4(1769 3745 3746 1770) +4(1745 1771 3747 3721) +4(1770 3746 3747 1771) +4(1746 1772 3748 3722) +4(1771 3747 3748 1772) +4(1747 1773 3749 3723) +4(1772 3748 3749 1773) +4(1748 1774 3750 3724) +4(1773 3749 3750 1774) +4(1749 1775 3751 3725) +4(1774 3750 3751 1775) +4(1750 1776 3752 3726) +4(1775 3751 3752 1776) +4(1751 1777 3753 3727) +4(1776 3752 3753 1777) +4(1752 1778 3754 3728) +4(1777 3753 3754 1778) +4(1753 1779 3755 3729) +4(1778 3754 3755 1779) +4(1754 1780 3756 3730) +4(1779 3755 3756 1780) +4(1755 1781 3757 3731) +4(1780 3756 3757 1781) +4(1756 1782 3758 3732) +4(1781 3757 3758 1782) +4(1757 1783 3759 3733) +4(1782 3758 3759 1783) +4(1758 1784 3760 3734) +4(1783 3759 3760 1784) +4(1759 1785 3761 3735) +4(1784 3760 3761 1785) +4(1760 1786 3762 3736) +4(1785 3761 3762 1786) +4(1761 1787 3763 3737) +4(1786 3762 3763 1787) +4(1762 1788 3764 3738) +4(1787 3763 3764 1788) +4(1763 1789 3765 3739) +4(1788 3764 3765 1789) +4(1764 1790 3766 3740) +4(1789 3765 3766 1790) +4(1765 1791 3767 3741) +4(1790 3766 3767 1791) +4(1766 1792 3768 3742) +4(1791 3767 3768 1792) +4(1792 3768 3769 1793) +4(1769 1795 3771 3745) +4(1794 3770 3771 1795) +4(1770 1796 3772 3746) +4(1795 3771 3772 1796) +4(1771 1797 3773 3747) +4(1796 3772 3773 1797) +4(1772 1798 3774 3748) +4(1797 3773 3774 1798) +4(1773 1799 3775 3749) +4(1798 3774 3775 1799) +4(1774 1800 3776 3750) +4(1799 3775 3776 1800) +4(1775 1801 3777 3751) +4(1800 3776 3777 1801) +4(1776 1802 3778 3752) +4(1801 3777 3778 1802) +4(1777 1803 3779 3753) +4(1802 3778 3779 1803) +4(1778 1804 3780 3754) +4(1803 3779 3780 1804) +4(1779 1805 3781 3755) +4(1804 3780 3781 1805) +4(1780 1806 3782 3756) +4(1805 3781 3782 1806) +4(1781 1807 3783 3757) +4(1806 3782 3783 1807) +4(1782 1808 3784 3758) +4(1807 3783 3784 1808) +4(1783 1809 3785 3759) +4(1808 3784 3785 1809) +4(1784 1810 3786 3760) +4(1809 3785 3786 1810) +4(1785 1811 3787 3761) +4(1810 3786 3787 1811) +4(1786 1812 3788 3762) +4(1811 3787 3788 1812) +4(1787 1813 3789 3763) +4(1812 3788 3789 1813) +4(1788 1814 3790 3764) +4(1813 3789 3790 1814) +4(1789 1815 3791 3765) +4(1814 3790 3791 1815) +4(1790 1816 3792 3766) +4(1815 3791 3792 1816) +4(1791 1817 3793 3767) +4(1816 3792 3793 1817) +4(1792 1818 3794 3768) +4(1817 3793 3794 1818) +4(1818 3794 3795 1819) +4(1795 1821 3797 3771) +4(1820 3796 3797 1821) +4(1796 1822 3798 3772) +4(1821 3797 3798 1822) +4(1797 1823 3799 3773) +4(1822 3798 3799 1823) +4(1798 1824 3800 3774) +4(1823 3799 3800 1824) +4(1799 1825 3801 3775) +4(1824 3800 3801 1825) +4(1800 1826 3802 3776) +4(1825 3801 3802 1826) +4(1801 1827 3803 3777) +4(1826 3802 3803 1827) +4(1802 1828 3804 3778) +4(1827 3803 3804 1828) +4(1803 1829 3805 3779) +4(1828 3804 3805 1829) +4(1804 1830 3806 3780) +4(1829 3805 3806 1830) +4(1805 1831 3807 3781) +4(1830 3806 3807 1831) +4(1806 1832 3808 3782) +4(1831 3807 3808 1832) +4(1807 1833 3809 3783) +4(1832 3808 3809 1833) +4(1808 1834 3810 3784) +4(1833 3809 3810 1834) +4(1809 1835 3811 3785) +4(1834 3810 3811 1835) +4(1810 1836 3812 3786) +4(1835 3811 3812 1836) +4(1811 1837 3813 3787) +4(1836 3812 3813 1837) +4(1812 1838 3814 3788) +4(1837 3813 3814 1838) +4(1813 1839 3815 3789) +4(1838 3814 3815 1839) +4(1814 1840 3816 3790) +4(1839 3815 3816 1840) +4(1815 1841 3817 3791) +4(1840 3816 3817 1841) +4(1816 1842 3818 3792) +4(1841 3817 3818 1842) +4(1817 1843 3819 3793) +4(1842 3818 3819 1843) +4(1818 1844 3820 3794) +4(1843 3819 3820 1844) +4(1844 3820 3821 1845) +4(1821 1847 3823 3797) +4(1846 3822 3823 1847) +4(1822 1848 3824 3798) +4(1847 3823 3824 1848) +4(1823 1849 3825 3799) +4(1848 3824 3825 1849) +4(1824 1850 3826 3800) +4(1849 3825 3826 1850) +4(1825 1851 3827 3801) +4(1850 3826 3827 1851) +4(1826 1852 3828 3802) +4(1851 3827 3828 1852) +4(1827 1853 3829 3803) +4(1852 3828 3829 1853) +4(1828 1854 3830 3804) +4(1853 3829 3830 1854) +4(1829 1855 3831 3805) +4(1854 3830 3831 1855) +4(1830 1856 3832 3806) +4(1855 3831 3832 1856) +4(1831 1857 3833 3807) +4(1856 3832 3833 1857) +4(1832 1858 3834 3808) +4(1857 3833 3834 1858) +4(1833 1859 3835 3809) +4(1858 3834 3835 1859) +4(1834 1860 3836 3810) +4(1859 3835 3836 1860) +4(1835 1861 3837 3811) +4(1860 3836 3837 1861) +4(1836 1862 3838 3812) +4(1861 3837 3838 1862) +4(1837 1863 3839 3813) +4(1862 3838 3839 1863) +4(1838 1864 3840 3814) +4(1863 3839 3840 1864) +4(1839 1865 3841 3815) +4(1864 3840 3841 1865) +4(1840 1866 3842 3816) +4(1865 3841 3842 1866) +4(1841 1867 3843 3817) +4(1866 3842 3843 1867) +4(1842 1868 3844 3818) +4(1867 3843 3844 1868) +4(1843 1869 3845 3819) +4(1868 3844 3845 1869) +4(1844 1870 3846 3820) +4(1869 3845 3846 1870) +4(1870 3846 3847 1871) +4(1847 1873 3849 3823) +4(1872 3848 3849 1873) +4(1848 1874 3850 3824) +4(1873 3849 3850 1874) +4(1849 1875 3851 3825) +4(1874 3850 3851 1875) +4(1850 1876 3852 3826) +4(1875 3851 3852 1876) +4(1851 1877 3853 3827) +4(1876 3852 3853 1877) +4(1852 1878 3854 3828) +4(1877 3853 3854 1878) +4(1853 1879 3855 3829) +4(1878 3854 3855 1879) +4(1854 1880 3856 3830) +4(1879 3855 3856 1880) +4(1855 1881 3857 3831) +4(1880 3856 3857 1881) +4(1856 1882 3858 3832) +4(1881 3857 3858 1882) +4(1857 1883 3859 3833) +4(1882 3858 3859 1883) +4(1858 1884 3860 3834) +4(1883 3859 3860 1884) +4(1859 1885 3861 3835) +4(1884 3860 3861 1885) +4(1860 1886 3862 3836) +4(1885 3861 3862 1886) +4(1861 1887 3863 3837) +4(1886 3862 3863 1887) +4(1862 1888 3864 3838) +4(1887 3863 3864 1888) +4(1863 1889 3865 3839) +4(1888 3864 3865 1889) +4(1864 1890 3866 3840) +4(1889 3865 3866 1890) +4(1865 1891 3867 3841) +4(1890 3866 3867 1891) +4(1866 1892 3868 3842) +4(1891 3867 3868 1892) +4(1867 1893 3869 3843) +4(1892 3868 3869 1893) +4(1868 1894 3870 3844) +4(1893 3869 3870 1894) +4(1869 1895 3871 3845) +4(1894 3870 3871 1895) +4(1870 1896 3872 3846) +4(1895 3871 3872 1896) +4(1896 3872 3873 1897) +4(1873 1899 3875 3849) +4(1898 3874 3875 1899) +4(1874 1900 3876 3850) +4(1899 3875 3876 1900) +4(1875 1901 3877 3851) +4(1900 3876 3877 1901) +4(1876 1902 3878 3852) +4(1901 3877 3878 1902) +4(1877 1903 3879 3853) +4(1902 3878 3879 1903) +4(1878 1904 3880 3854) +4(1903 3879 3880 1904) +4(1879 1905 3881 3855) +4(1904 3880 3881 1905) +4(1880 1906 3882 3856) +4(1905 3881 3882 1906) +4(1881 1907 3883 3857) +4(1906 3882 3883 1907) +4(1882 1908 3884 3858) +4(1907 3883 3884 1908) +4(1883 1909 3885 3859) +4(1908 3884 3885 1909) +4(1884 1910 3886 3860) +4(1909 3885 3886 1910) +4(1885 1911 3887 3861) +4(1910 3886 3887 1911) +4(1886 1912 3888 3862) +4(1911 3887 3888 1912) +4(1887 1913 3889 3863) +4(1912 3888 3889 1913) +4(1888 1914 3890 3864) +4(1913 3889 3890 1914) +4(1889 1915 3891 3865) +4(1914 3890 3891 1915) +4(1890 1916 3892 3866) +4(1915 3891 3892 1916) +4(1891 1917 3893 3867) +4(1916 3892 3893 1917) +4(1892 1918 3894 3868) +4(1917 3893 3894 1918) +4(1893 1919 3895 3869) +4(1918 3894 3895 1919) +4(1894 1920 3896 3870) +4(1919 3895 3896 1920) +4(1895 1921 3897 3871) +4(1920 3896 3897 1921) +4(1896 1922 3898 3872) +4(1921 3897 3898 1922) +4(1922 3898 3899 1923) +4(1899 1925 3901 3875) +4(1924 3900 3901 1925) +4(1900 1926 3902 3876) +4(1925 3901 3902 1926) +4(1901 1927 3903 3877) +4(1926 3902 3903 1927) +4(1902 1928 3904 3878) +4(1927 3903 3904 1928) +4(1903 1929 3905 3879) +4(1928 3904 3905 1929) +4(1904 1930 3906 3880) +4(1929 3905 3906 1930) +4(1905 1931 3907 3881) +4(1930 3906 3907 1931) +4(1906 1932 3908 3882) +4(1931 3907 3908 1932) +4(1907 1933 3909 3883) +4(1932 3908 3909 1933) +4(1908 1934 3910 3884) +4(1933 3909 3910 1934) +4(1909 1935 3911 3885) +4(1934 3910 3911 1935) +4(1910 1936 3912 3886) +4(1935 3911 3912 1936) +4(1911 1937 3913 3887) +4(1936 3912 3913 1937) +4(1912 1938 3914 3888) +4(1937 3913 3914 1938) +4(1913 1939 3915 3889) +4(1938 3914 3915 1939) +4(1914 1940 3916 3890) +4(1939 3915 3916 1940) +4(1915 1941 3917 3891) +4(1940 3916 3917 1941) +4(1916 1942 3918 3892) +4(1941 3917 3918 1942) +4(1917 1943 3919 3893) +4(1942 3918 3919 1943) +4(1918 1944 3920 3894) +4(1943 3919 3920 1944) +4(1919 1945 3921 3895) +4(1944 3920 3921 1945) +4(1920 1946 3922 3896) +4(1945 3921 3922 1946) +4(1921 1947 3923 3897) +4(1946 3922 3923 1947) +4(1922 1948 3924 3898) +4(1947 3923 3924 1948) +4(1948 3924 3925 1949) +4(1925 1951 3927 3901) +4(1926 1952 3928 3902) +4(1927 1953 3929 3903) +4(1928 1954 3930 3904) +4(1929 1955 3931 3905) +4(1930 1956 3932 3906) +4(1931 1957 3933 3907) +4(1932 1958 3934 3908) +4(1933 1959 3935 3909) +4(1934 1960 3936 3910) +4(1935 1961 3937 3911) +4(1936 1962 3938 3912) +4(1937 1963 3939 3913) +4(1938 1964 3940 3914) +4(1939 1965 3941 3915) +4(1940 1966 3942 3916) +4(1941 1967 3943 3917) +4(1942 1968 3944 3918) +4(1943 1969 3945 3919) +4(1944 1970 3946 3920) +4(1945 1971 3947 3921) +4(1946 1972 3948 3922) +4(1947 1973 3949 3923) +4(1948 1974 3950 3924) +4(0 1 1977 1976) +4(1 2 1978 1977) +4(2 3 1979 1978) +4(3 4 1980 1979) +4(4 5 1981 1980) +4(5 6 1982 1981) +4(6 7 1983 1982) +4(7 8 1984 1983) +4(8 9 1985 1984) +4(9 10 1986 1985) +4(10 11 1987 1986) +4(11 12 1988 1987) +4(12 13 1989 1988) +4(13 14 1990 1989) +4(14 15 1991 1990) +4(15 16 1992 1991) +4(16 17 1993 1992) +4(17 18 1994 1993) +4(18 19 1995 1994) +4(19 20 1996 1995) +4(20 21 1997 1996) +4(21 22 1998 1997) +4(22 23 1999 1998) +4(23 24 2000 1999) +4(24 25 2001 2000) +4(1950 3926 3927 1951) +4(1951 3927 3928 1952) +4(1952 3928 3929 1953) +4(1953 3929 3930 1954) +4(1954 3930 3931 1955) +4(1955 3931 3932 1956) +4(1956 3932 3933 1957) +4(1957 3933 3934 1958) +4(1958 3934 3935 1959) +4(1959 3935 3936 1960) +4(1960 3936 3937 1961) +4(1961 3937 3938 1962) +4(1962 3938 3939 1963) +4(1963 3939 3940 1964) +4(1964 3940 3941 1965) +4(1965 3941 3942 1966) +4(1966 3942 3943 1967) +4(1967 3943 3944 1968) +4(1968 3944 3945 1969) +4(1969 3945 3946 1970) +4(1970 3946 3947 1971) +4(1971 3947 3948 1972) +4(1972 3948 3949 1973) +4(1973 3949 3950 1974) +4(1974 3950 3951 1975) +4(0 1976 2002 26) +4(26 2002 2028 52) +4(52 2028 2054 78) +4(78 2054 2080 104) +4(104 2080 2106 130) +4(130 2106 2132 156) +4(156 2132 2158 182) +4(182 2158 2184 208) +4(208 2184 2210 234) +4(234 2210 2236 260) +4(260 2236 2262 286) +4(286 2262 2288 312) +4(312 2288 2314 338) +4(338 2314 2340 364) +4(364 2340 2366 390) +4(390 2366 2392 416) +4(416 2392 2418 442) +4(442 2418 2444 468) +4(468 2444 2470 494) +4(494 2470 2496 520) +4(520 2496 2522 546) +4(546 2522 2548 572) +4(572 2548 2574 598) +4(598 2574 2600 624) +4(624 2600 2626 650) +4(650 2626 2652 676) +4(676 2652 2678 702) +4(702 2678 2704 728) +4(728 2704 2730 754) +4(754 2730 2756 780) +4(780 2756 2782 806) +4(806 2782 2808 832) +4(832 2808 2834 858) +4(858 2834 2860 884) +4(884 2860 2886 910) +4(910 2886 2912 936) +4(936 2912 2938 962) +4(962 2938 2964 988) +4(988 2964 2990 1014) +4(1014 2990 3016 1040) +4(1040 3016 3042 1066) +4(1066 3042 3068 1092) +4(1092 3068 3094 1118) +4(1118 3094 3120 1144) +4(1144 3120 3146 1170) +4(1170 3146 3172 1196) +4(1196 3172 3198 1222) +4(1222 3198 3224 1248) +4(1248 3224 3250 1274) +4(1274 3250 3276 1300) +4(1300 3276 3302 1326) +4(1326 3302 3328 1352) +4(1352 3328 3354 1378) +4(1378 3354 3380 1404) +4(1404 3380 3406 1430) +4(1430 3406 3432 1456) +4(1456 3432 3458 1482) +4(1482 3458 3484 1508) +4(1508 3484 3510 1534) +4(1534 3510 3536 1560) +4(1560 3536 3562 1586) +4(1586 3562 3588 1612) +4(1612 3588 3614 1638) +4(1638 3614 3640 1664) +4(1664 3640 3666 1690) +4(1690 3666 3692 1716) +4(1716 3692 3718 1742) +4(1742 3718 3744 1768) +4(1768 3744 3770 1794) +4(1794 3770 3796 1820) +4(1820 3796 3822 1846) +4(1846 3822 3848 1872) +4(1872 3848 3874 1898) +4(1898 3874 3900 1924) +4(1924 3900 3926 1950) +4(25 51 2027 2001) +4(51 77 2053 2027) +4(77 103 2079 2053) +4(103 129 2105 2079) +4(129 155 2131 2105) +4(155 181 2157 2131) +4(181 207 2183 2157) +4(207 233 2209 2183) +4(233 259 2235 2209) +4(259 285 2261 2235) +4(285 311 2287 2261) +4(311 337 2313 2287) +4(337 363 2339 2313) +4(363 389 2365 2339) +4(389 415 2391 2365) +4(415 441 2417 2391) +4(441 467 2443 2417) +4(467 493 2469 2443) +4(493 519 2495 2469) +4(519 545 2521 2495) +4(545 571 2547 2521) +4(571 597 2573 2547) +4(597 623 2599 2573) +4(623 649 2625 2599) +4(649 675 2651 2625) +4(675 701 2677 2651) +4(701 727 2703 2677) +4(727 753 2729 2703) +4(753 779 2755 2729) +4(779 805 2781 2755) +4(805 831 2807 2781) +4(831 857 2833 2807) +4(857 883 2859 2833) +4(883 909 2885 2859) +4(909 935 2911 2885) +4(935 961 2937 2911) +4(961 987 2963 2937) +4(987 1013 2989 2963) +4(1013 1039 3015 2989) +4(1039 1065 3041 3015) +4(1065 1091 3067 3041) +4(1091 1117 3093 3067) +4(1117 1143 3119 3093) +4(1143 1169 3145 3119) +4(1169 1195 3171 3145) +4(1195 1221 3197 3171) +4(1221 1247 3223 3197) +4(1247 1273 3249 3223) +4(1273 1299 3275 3249) +4(1299 1325 3301 3275) +4(1325 1351 3327 3301) +4(1351 1377 3353 3327) +4(1377 1403 3379 3353) +4(1403 1429 3405 3379) +4(1429 1455 3431 3405) +4(1455 1481 3457 3431) +4(1481 1507 3483 3457) +4(1507 1533 3509 3483) +4(1533 1559 3535 3509) +4(1559 1585 3561 3535) +4(1585 1611 3587 3561) +4(1611 1637 3613 3587) +4(1637 1663 3639 3613) +4(1663 1689 3665 3639) +4(1689 1715 3691 3665) +4(1715 1741 3717 3691) +4(1741 1767 3743 3717) +4(1767 1793 3769 3743) +4(1793 1819 3795 3769) +4(1819 1845 3821 3795) +4(1845 1871 3847 3821) +4(1871 1897 3873 3847) +4(1897 1923 3899 3873) +4(1923 1949 3925 3899) +4(1949 1975 3951 3925) +4(0 26 27 1) +4(26 52 53 27) +4(52 78 79 53) +4(78 104 105 79) +4(104 130 131 105) +4(130 156 157 131) +4(156 182 183 157) +4(182 208 209 183) +4(208 234 235 209) +4(234 260 261 235) +4(260 286 287 261) +4(286 312 313 287) +4(312 338 339 313) +4(338 364 365 339) +4(364 390 391 365) +4(390 416 417 391) +4(416 442 443 417) +4(442 468 469 443) +4(468 494 495 469) +4(494 520 521 495) +4(520 546 547 521) +4(546 572 573 547) +4(572 598 599 573) +4(598 624 625 599) +4(624 650 651 625) +4(650 676 677 651) +4(676 702 703 677) +4(702 728 729 703) +4(728 754 755 729) +4(754 780 781 755) +4(780 806 807 781) +4(806 832 833 807) +4(832 858 859 833) +4(858 884 885 859) +4(884 910 911 885) +4(910 936 937 911) +4(936 962 963 937) +4(962 988 989 963) +4(988 1014 1015 989) +4(1014 1040 1041 1015) +4(1040 1066 1067 1041) +4(1066 1092 1093 1067) +4(1092 1118 1119 1093) +4(1118 1144 1145 1119) +4(1144 1170 1171 1145) +4(1170 1196 1197 1171) +4(1196 1222 1223 1197) +4(1222 1248 1249 1223) +4(1248 1274 1275 1249) +4(1274 1300 1301 1275) +4(1300 1326 1327 1301) +4(1326 1352 1353 1327) +4(1352 1378 1379 1353) +4(1378 1404 1405 1379) +4(1404 1430 1431 1405) +4(1430 1456 1457 1431) +4(1456 1482 1483 1457) +4(1482 1508 1509 1483) +4(1508 1534 1535 1509) +4(1534 1560 1561 1535) +4(1560 1586 1587 1561) +4(1586 1612 1613 1587) +4(1612 1638 1639 1613) +4(1638 1664 1665 1639) +4(1664 1690 1691 1665) +4(1690 1716 1717 1691) +4(1716 1742 1743 1717) +4(1742 1768 1769 1743) +4(1768 1794 1795 1769) +4(1794 1820 1821 1795) +4(1820 1846 1847 1821) +4(1846 1872 1873 1847) +4(1872 1898 1899 1873) +4(1898 1924 1925 1899) +4(1924 1950 1951 1925) +4(1 27 28 2) +4(27 53 54 28) +4(53 79 80 54) +4(79 105 106 80) +4(105 131 132 106) +4(131 157 158 132) +4(157 183 184 158) +4(183 209 210 184) +4(209 235 236 210) +4(235 261 262 236) +4(261 287 288 262) +4(287 313 314 288) +4(313 339 340 314) +4(339 365 366 340) +4(365 391 392 366) +4(391 417 418 392) +4(417 443 444 418) +4(443 469 470 444) +4(469 495 496 470) +4(495 521 522 496) +4(521 547 548 522) +4(547 573 574 548) +4(573 599 600 574) +4(599 625 626 600) +4(625 651 652 626) +4(651 677 678 652) +4(677 703 704 678) +4(703 729 730 704) +4(729 755 756 730) +4(755 781 782 756) +4(781 807 808 782) +4(807 833 834 808) +4(833 859 860 834) +4(859 885 886 860) +4(885 911 912 886) +4(911 937 938 912) +4(937 963 964 938) +4(963 989 990 964) +4(989 1015 1016 990) +4(1015 1041 1042 1016) +4(1041 1067 1068 1042) +4(1067 1093 1094 1068) +4(1093 1119 1120 1094) +4(1119 1145 1146 1120) +4(1145 1171 1172 1146) +4(1171 1197 1198 1172) +4(1197 1223 1224 1198) +4(1223 1249 1250 1224) +4(1249 1275 1276 1250) +4(1275 1301 1302 1276) +4(1301 1327 1328 1302) +4(1327 1353 1354 1328) +4(1353 1379 1380 1354) +4(1379 1405 1406 1380) +4(1405 1431 1432 1406) +4(1431 1457 1458 1432) +4(1457 1483 1484 1458) +4(1483 1509 1510 1484) +4(1509 1535 1536 1510) +4(1535 1561 1562 1536) +4(1561 1587 1588 1562) +4(1587 1613 1614 1588) +4(1613 1639 1640 1614) +4(1639 1665 1666 1640) +4(1665 1691 1692 1666) +4(1691 1717 1718 1692) +4(1717 1743 1744 1718) +4(1743 1769 1770 1744) +4(1769 1795 1796 1770) +4(1795 1821 1822 1796) +4(1821 1847 1848 1822) +4(1847 1873 1874 1848) +4(1873 1899 1900 1874) +4(1899 1925 1926 1900) +4(1925 1951 1952 1926) +4(2 28 29 3) +4(28 54 55 29) +4(54 80 81 55) +4(80 106 107 81) +4(106 132 133 107) +4(132 158 159 133) +4(158 184 185 159) +4(184 210 211 185) +4(210 236 237 211) +4(236 262 263 237) +4(262 288 289 263) +4(288 314 315 289) +4(314 340 341 315) +4(340 366 367 341) +4(366 392 393 367) +4(392 418 419 393) +4(418 444 445 419) +4(444 470 471 445) +4(470 496 497 471) +4(496 522 523 497) +4(522 548 549 523) +4(548 574 575 549) +4(574 600 601 575) +4(600 626 627 601) +4(626 652 653 627) +4(652 678 679 653) +4(678 704 705 679) +4(704 730 731 705) +4(730 756 757 731) +4(756 782 783 757) +4(782 808 809 783) +4(808 834 835 809) +4(834 860 861 835) +4(860 886 887 861) +4(886 912 913 887) +4(912 938 939 913) +4(938 964 965 939) +4(964 990 991 965) +4(990 1016 1017 991) +4(1016 1042 1043 1017) +4(1042 1068 1069 1043) +4(1068 1094 1095 1069) +4(1094 1120 1121 1095) +4(1120 1146 1147 1121) +4(1146 1172 1173 1147) +4(1172 1198 1199 1173) +4(1198 1224 1225 1199) +4(1224 1250 1251 1225) +4(1250 1276 1277 1251) +4(1276 1302 1303 1277) +4(1302 1328 1329 1303) +4(1328 1354 1355 1329) +4(1354 1380 1381 1355) +4(1380 1406 1407 1381) +4(1406 1432 1433 1407) +4(1432 1458 1459 1433) +4(1458 1484 1485 1459) +4(1484 1510 1511 1485) +4(1510 1536 1537 1511) +4(1536 1562 1563 1537) +4(1562 1588 1589 1563) +4(1588 1614 1615 1589) +4(1614 1640 1641 1615) +4(1640 1666 1667 1641) +4(1666 1692 1693 1667) +4(1692 1718 1719 1693) +4(1718 1744 1745 1719) +4(1744 1770 1771 1745) +4(1770 1796 1797 1771) +4(1796 1822 1823 1797) +4(1822 1848 1849 1823) +4(1848 1874 1875 1849) +4(1874 1900 1901 1875) +4(1900 1926 1927 1901) +4(1926 1952 1953 1927) +4(3 29 30 4) +4(29 55 56 30) +4(55 81 82 56) +4(81 107 108 82) +4(107 133 134 108) +4(133 159 160 134) +4(159 185 186 160) +4(185 211 212 186) +4(211 237 238 212) +4(237 263 264 238) +4(263 289 290 264) +4(289 315 316 290) +4(315 341 342 316) +4(341 367 368 342) +4(367 393 394 368) +4(393 419 420 394) +4(419 445 446 420) +4(445 471 472 446) +4(471 497 498 472) +4(497 523 524 498) +4(523 549 550 524) +4(549 575 576 550) +4(575 601 602 576) +4(601 627 628 602) +4(627 653 654 628) +4(653 679 680 654) +4(679 705 706 680) +4(705 731 732 706) +4(731 757 758 732) +4(757 783 784 758) +4(783 809 810 784) +4(809 835 836 810) +4(835 861 862 836) +4(861 887 888 862) +4(887 913 914 888) +4(913 939 940 914) +4(939 965 966 940) +4(965 991 992 966) +4(991 1017 1018 992) +4(1017 1043 1044 1018) +4(1043 1069 1070 1044) +4(1069 1095 1096 1070) +4(1095 1121 1122 1096) +4(1121 1147 1148 1122) +4(1147 1173 1174 1148) +4(1173 1199 1200 1174) +4(1199 1225 1226 1200) +4(1225 1251 1252 1226) +4(1251 1277 1278 1252) +4(1277 1303 1304 1278) +4(1303 1329 1330 1304) +4(1329 1355 1356 1330) +4(1355 1381 1382 1356) +4(1381 1407 1408 1382) +4(1407 1433 1434 1408) +4(1433 1459 1460 1434) +4(1459 1485 1486 1460) +4(1485 1511 1512 1486) +4(1511 1537 1538 1512) +4(1537 1563 1564 1538) +4(1563 1589 1590 1564) +4(1589 1615 1616 1590) +4(1615 1641 1642 1616) +4(1641 1667 1668 1642) +4(1667 1693 1694 1668) +4(1693 1719 1720 1694) +4(1719 1745 1746 1720) +4(1745 1771 1772 1746) +4(1771 1797 1798 1772) +4(1797 1823 1824 1798) +4(1823 1849 1850 1824) +4(1849 1875 1876 1850) +4(1875 1901 1902 1876) +4(1901 1927 1928 1902) +4(1927 1953 1954 1928) +4(4 30 31 5) +4(30 56 57 31) +4(56 82 83 57) +4(82 108 109 83) +4(108 134 135 109) +4(134 160 161 135) +4(160 186 187 161) +4(186 212 213 187) +4(212 238 239 213) +4(238 264 265 239) +4(264 290 291 265) +4(290 316 317 291) +4(316 342 343 317) +4(342 368 369 343) +4(368 394 395 369) +4(394 420 421 395) +4(420 446 447 421) +4(446 472 473 447) +4(472 498 499 473) +4(498 524 525 499) +4(524 550 551 525) +4(550 576 577 551) +4(576 602 603 577) +4(602 628 629 603) +4(628 654 655 629) +4(654 680 681 655) +4(680 706 707 681) +4(706 732 733 707) +4(732 758 759 733) +4(758 784 785 759) +4(784 810 811 785) +4(810 836 837 811) +4(836 862 863 837) +4(862 888 889 863) +4(888 914 915 889) +4(914 940 941 915) +4(940 966 967 941) +4(966 992 993 967) +4(992 1018 1019 993) +4(1018 1044 1045 1019) +4(1044 1070 1071 1045) +4(1070 1096 1097 1071) +4(1096 1122 1123 1097) +4(1122 1148 1149 1123) +4(1148 1174 1175 1149) +4(1174 1200 1201 1175) +4(1200 1226 1227 1201) +4(1226 1252 1253 1227) +4(1252 1278 1279 1253) +4(1278 1304 1305 1279) +4(1304 1330 1331 1305) +4(1330 1356 1357 1331) +4(1356 1382 1383 1357) +4(1382 1408 1409 1383) +4(1408 1434 1435 1409) +4(1434 1460 1461 1435) +4(1460 1486 1487 1461) +4(1486 1512 1513 1487) +4(1512 1538 1539 1513) +4(1538 1564 1565 1539) +4(1564 1590 1591 1565) +4(1590 1616 1617 1591) +4(1616 1642 1643 1617) +4(1642 1668 1669 1643) +4(1668 1694 1695 1669) +4(1694 1720 1721 1695) +4(1720 1746 1747 1721) +4(1746 1772 1773 1747) +4(1772 1798 1799 1773) +4(1798 1824 1825 1799) +4(1824 1850 1851 1825) +4(1850 1876 1877 1851) +4(1876 1902 1903 1877) +4(1902 1928 1929 1903) +4(1928 1954 1955 1929) +4(5 31 32 6) +4(31 57 58 32) +4(57 83 84 58) +4(83 109 110 84) +4(109 135 136 110) +4(135 161 162 136) +4(161 187 188 162) +4(187 213 214 188) +4(213 239 240 214) +4(239 265 266 240) +4(265 291 292 266) +4(291 317 318 292) +4(317 343 344 318) +4(343 369 370 344) +4(369 395 396 370) +4(395 421 422 396) +4(421 447 448 422) +4(447 473 474 448) +4(473 499 500 474) +4(499 525 526 500) +4(525 551 552 526) +4(551 577 578 552) +4(577 603 604 578) +4(603 629 630 604) +4(629 655 656 630) +4(655 681 682 656) +4(681 707 708 682) +4(707 733 734 708) +4(733 759 760 734) +4(759 785 786 760) +4(785 811 812 786) +4(811 837 838 812) +4(837 863 864 838) +4(863 889 890 864) +4(889 915 916 890) +4(915 941 942 916) +4(941 967 968 942) +4(967 993 994 968) +4(993 1019 1020 994) +4(1019 1045 1046 1020) +4(1045 1071 1072 1046) +4(1071 1097 1098 1072) +4(1097 1123 1124 1098) +4(1123 1149 1150 1124) +4(1149 1175 1176 1150) +4(1175 1201 1202 1176) +4(1201 1227 1228 1202) +4(1227 1253 1254 1228) +4(1253 1279 1280 1254) +4(1279 1305 1306 1280) +4(1305 1331 1332 1306) +4(1331 1357 1358 1332) +4(1357 1383 1384 1358) +4(1383 1409 1410 1384) +4(1409 1435 1436 1410) +4(1435 1461 1462 1436) +4(1461 1487 1488 1462) +4(1487 1513 1514 1488) +4(1513 1539 1540 1514) +4(1539 1565 1566 1540) +4(1565 1591 1592 1566) +4(1591 1617 1618 1592) +4(1617 1643 1644 1618) +4(1643 1669 1670 1644) +4(1669 1695 1696 1670) +4(1695 1721 1722 1696) +4(1721 1747 1748 1722) +4(1747 1773 1774 1748) +4(1773 1799 1800 1774) +4(1799 1825 1826 1800) +4(1825 1851 1852 1826) +4(1851 1877 1878 1852) +4(1877 1903 1904 1878) +4(1903 1929 1930 1904) +4(1929 1955 1956 1930) +4(6 32 33 7) +4(32 58 59 33) +4(58 84 85 59) +4(84 110 111 85) +4(110 136 137 111) +4(136 162 163 137) +4(162 188 189 163) +4(188 214 215 189) +4(214 240 241 215) +4(240 266 267 241) +4(266 292 293 267) +4(292 318 319 293) +4(318 344 345 319) +4(344 370 371 345) +4(370 396 397 371) +4(396 422 423 397) +4(422 448 449 423) +4(448 474 475 449) +4(474 500 501 475) +4(500 526 527 501) +4(526 552 553 527) +4(552 578 579 553) +4(578 604 605 579) +4(604 630 631 605) +4(630 656 657 631) +4(656 682 683 657) +4(682 708 709 683) +4(708 734 735 709) +4(734 760 761 735) +4(760 786 787 761) +4(786 812 813 787) +4(812 838 839 813) +4(838 864 865 839) +4(864 890 891 865) +4(890 916 917 891) +4(916 942 943 917) +4(942 968 969 943) +4(968 994 995 969) +4(994 1020 1021 995) +4(1020 1046 1047 1021) +4(1046 1072 1073 1047) +4(1072 1098 1099 1073) +4(1098 1124 1125 1099) +4(1124 1150 1151 1125) +4(1150 1176 1177 1151) +4(1176 1202 1203 1177) +4(1202 1228 1229 1203) +4(1228 1254 1255 1229) +4(1254 1280 1281 1255) +4(1280 1306 1307 1281) +4(1306 1332 1333 1307) +4(1332 1358 1359 1333) +4(1358 1384 1385 1359) +4(1384 1410 1411 1385) +4(1410 1436 1437 1411) +4(1436 1462 1463 1437) +4(1462 1488 1489 1463) +4(1488 1514 1515 1489) +4(1514 1540 1541 1515) +4(1540 1566 1567 1541) +4(1566 1592 1593 1567) +4(1592 1618 1619 1593) +4(1618 1644 1645 1619) +4(1644 1670 1671 1645) +4(1670 1696 1697 1671) +4(1696 1722 1723 1697) +4(1722 1748 1749 1723) +4(1748 1774 1775 1749) +4(1774 1800 1801 1775) +4(1800 1826 1827 1801) +4(1826 1852 1853 1827) +4(1852 1878 1879 1853) +4(1878 1904 1905 1879) +4(1904 1930 1931 1905) +4(1930 1956 1957 1931) +4(7 33 34 8) +4(33 59 60 34) +4(59 85 86 60) +4(85 111 112 86) +4(111 137 138 112) +4(137 163 164 138) +4(163 189 190 164) +4(189 215 216 190) +4(215 241 242 216) +4(241 267 268 242) +4(267 293 294 268) +4(293 319 320 294) +4(319 345 346 320) +4(345 371 372 346) +4(371 397 398 372) +4(397 423 424 398) +4(423 449 450 424) +4(449 475 476 450) +4(475 501 502 476) +4(501 527 528 502) +4(527 553 554 528) +4(553 579 580 554) +4(579 605 606 580) +4(605 631 632 606) +4(631 657 658 632) +4(657 683 684 658) +4(683 709 710 684) +4(709 735 736 710) +4(735 761 762 736) +4(761 787 788 762) +4(787 813 814 788) +4(813 839 840 814) +4(839 865 866 840) +4(865 891 892 866) +4(891 917 918 892) +4(917 943 944 918) +4(943 969 970 944) +4(969 995 996 970) +4(995 1021 1022 996) +4(1021 1047 1048 1022) +4(1047 1073 1074 1048) +4(1073 1099 1100 1074) +4(1099 1125 1126 1100) +4(1125 1151 1152 1126) +4(1151 1177 1178 1152) +4(1177 1203 1204 1178) +4(1203 1229 1230 1204) +4(1229 1255 1256 1230) +4(1255 1281 1282 1256) +4(1281 1307 1308 1282) +4(1307 1333 1334 1308) +4(1333 1359 1360 1334) +4(1359 1385 1386 1360) +4(1385 1411 1412 1386) +4(1411 1437 1438 1412) +4(1437 1463 1464 1438) +4(1463 1489 1490 1464) +4(1489 1515 1516 1490) +4(1515 1541 1542 1516) +4(1541 1567 1568 1542) +4(1567 1593 1594 1568) +4(1593 1619 1620 1594) +4(1619 1645 1646 1620) +4(1645 1671 1672 1646) +4(1671 1697 1698 1672) +4(1697 1723 1724 1698) +4(1723 1749 1750 1724) +4(1749 1775 1776 1750) +4(1775 1801 1802 1776) +4(1801 1827 1828 1802) +4(1827 1853 1854 1828) +4(1853 1879 1880 1854) +4(1879 1905 1906 1880) +4(1905 1931 1932 1906) +4(1931 1957 1958 1932) +4(8 34 35 9) +4(34 60 61 35) +4(60 86 87 61) +4(86 112 113 87) +4(112 138 139 113) +4(138 164 165 139) +4(164 190 191 165) +4(190 216 217 191) +4(216 242 243 217) +4(242 268 269 243) +4(268 294 295 269) +4(294 320 321 295) +4(320 346 347 321) +4(346 372 373 347) +4(372 398 399 373) +4(398 424 425 399) +4(424 450 451 425) +4(450 476 477 451) +4(476 502 503 477) +4(502 528 529 503) +4(528 554 555 529) +4(554 580 581 555) +4(580 606 607 581) +4(606 632 633 607) +4(632 658 659 633) +4(658 684 685 659) +4(684 710 711 685) +4(710 736 737 711) +4(736 762 763 737) +4(762 788 789 763) +4(788 814 815 789) +4(814 840 841 815) +4(840 866 867 841) +4(866 892 893 867) +4(892 918 919 893) +4(918 944 945 919) +4(944 970 971 945) +4(970 996 997 971) +4(996 1022 1023 997) +4(1022 1048 1049 1023) +4(1048 1074 1075 1049) +4(1074 1100 1101 1075) +4(1100 1126 1127 1101) +4(1126 1152 1153 1127) +4(1152 1178 1179 1153) +4(1178 1204 1205 1179) +4(1204 1230 1231 1205) +4(1230 1256 1257 1231) +4(1256 1282 1283 1257) +4(1282 1308 1309 1283) +4(1308 1334 1335 1309) +4(1334 1360 1361 1335) +4(1360 1386 1387 1361) +4(1386 1412 1413 1387) +4(1412 1438 1439 1413) +4(1438 1464 1465 1439) +4(1464 1490 1491 1465) +4(1490 1516 1517 1491) +4(1516 1542 1543 1517) +4(1542 1568 1569 1543) +4(1568 1594 1595 1569) +4(1594 1620 1621 1595) +4(1620 1646 1647 1621) +4(1646 1672 1673 1647) +4(1672 1698 1699 1673) +4(1698 1724 1725 1699) +4(1724 1750 1751 1725) +4(1750 1776 1777 1751) +4(1776 1802 1803 1777) +4(1802 1828 1829 1803) +4(1828 1854 1855 1829) +4(1854 1880 1881 1855) +4(1880 1906 1907 1881) +4(1906 1932 1933 1907) +4(1932 1958 1959 1933) +4(9 35 36 10) +4(35 61 62 36) +4(61 87 88 62) +4(87 113 114 88) +4(113 139 140 114) +4(139 165 166 140) +4(165 191 192 166) +4(191 217 218 192) +4(217 243 244 218) +4(243 269 270 244) +4(269 295 296 270) +4(295 321 322 296) +4(321 347 348 322) +4(347 373 374 348) +4(373 399 400 374) +4(399 425 426 400) +4(425 451 452 426) +4(451 477 478 452) +4(477 503 504 478) +4(503 529 530 504) +4(529 555 556 530) +4(555 581 582 556) +4(581 607 608 582) +4(607 633 634 608) +4(633 659 660 634) +4(659 685 686 660) +4(685 711 712 686) +4(711 737 738 712) +4(737 763 764 738) +4(763 789 790 764) +4(789 815 816 790) +4(815 841 842 816) +4(841 867 868 842) +4(867 893 894 868) +4(893 919 920 894) +4(919 945 946 920) +4(945 971 972 946) +4(971 997 998 972) +4(997 1023 1024 998) +4(1023 1049 1050 1024) +4(1049 1075 1076 1050) +4(1075 1101 1102 1076) +4(1101 1127 1128 1102) +4(1127 1153 1154 1128) +4(1153 1179 1180 1154) +4(1179 1205 1206 1180) +4(1205 1231 1232 1206) +4(1231 1257 1258 1232) +4(1257 1283 1284 1258) +4(1283 1309 1310 1284) +4(1309 1335 1336 1310) +4(1335 1361 1362 1336) +4(1361 1387 1388 1362) +4(1387 1413 1414 1388) +4(1413 1439 1440 1414) +4(1439 1465 1466 1440) +4(1465 1491 1492 1466) +4(1491 1517 1518 1492) +4(1517 1543 1544 1518) +4(1543 1569 1570 1544) +4(1569 1595 1596 1570) +4(1595 1621 1622 1596) +4(1621 1647 1648 1622) +4(1647 1673 1674 1648) +4(1673 1699 1700 1674) +4(1699 1725 1726 1700) +4(1725 1751 1752 1726) +4(1751 1777 1778 1752) +4(1777 1803 1804 1778) +4(1803 1829 1830 1804) +4(1829 1855 1856 1830) +4(1855 1881 1882 1856) +4(1881 1907 1908 1882) +4(1907 1933 1934 1908) +4(1933 1959 1960 1934) +4(10 36 37 11) +4(36 62 63 37) +4(62 88 89 63) +4(88 114 115 89) +4(114 140 141 115) +4(140 166 167 141) +4(166 192 193 167) +4(192 218 219 193) +4(218 244 245 219) +4(244 270 271 245) +4(270 296 297 271) +4(296 322 323 297) +4(322 348 349 323) +4(348 374 375 349) +4(374 400 401 375) +4(400 426 427 401) +4(426 452 453 427) +4(452 478 479 453) +4(478 504 505 479) +4(504 530 531 505) +4(530 556 557 531) +4(556 582 583 557) +4(582 608 609 583) +4(608 634 635 609) +4(634 660 661 635) +4(660 686 687 661) +4(686 712 713 687) +4(712 738 739 713) +4(738 764 765 739) +4(764 790 791 765) +4(790 816 817 791) +4(816 842 843 817) +4(842 868 869 843) +4(868 894 895 869) +4(894 920 921 895) +4(920 946 947 921) +4(946 972 973 947) +4(972 998 999 973) +4(998 1024 1025 999) +4(1024 1050 1051 1025) +4(1050 1076 1077 1051) +4(1076 1102 1103 1077) +4(1102 1128 1129 1103) +4(1128 1154 1155 1129) +4(1154 1180 1181 1155) +4(1180 1206 1207 1181) +4(1206 1232 1233 1207) +4(1232 1258 1259 1233) +4(1258 1284 1285 1259) +4(1284 1310 1311 1285) +4(1310 1336 1337 1311) +4(1336 1362 1363 1337) +4(1362 1388 1389 1363) +4(1388 1414 1415 1389) +4(1414 1440 1441 1415) +4(1440 1466 1467 1441) +4(1466 1492 1493 1467) +4(1492 1518 1519 1493) +4(1518 1544 1545 1519) +4(1544 1570 1571 1545) +4(1570 1596 1597 1571) +4(1596 1622 1623 1597) +4(1622 1648 1649 1623) +4(1648 1674 1675 1649) +4(1674 1700 1701 1675) +4(1700 1726 1727 1701) +4(1726 1752 1753 1727) +4(1752 1778 1779 1753) +4(1778 1804 1805 1779) +4(1804 1830 1831 1805) +4(1830 1856 1857 1831) +4(1856 1882 1883 1857) +4(1882 1908 1909 1883) +4(1908 1934 1935 1909) +4(1934 1960 1961 1935) +4(11 37 38 12) +4(37 63 64 38) +4(63 89 90 64) +4(89 115 116 90) +4(115 141 142 116) +4(141 167 168 142) +4(167 193 194 168) +4(193 219 220 194) +4(219 245 246 220) +4(245 271 272 246) +4(271 297 298 272) +4(297 323 324 298) +4(323 349 350 324) +4(349 375 376 350) +4(375 401 402 376) +4(401 427 428 402) +4(427 453 454 428) +4(453 479 480 454) +4(479 505 506 480) +4(505 531 532 506) +4(531 557 558 532) +4(557 583 584 558) +4(583 609 610 584) +4(609 635 636 610) +4(635 661 662 636) +4(661 687 688 662) +4(687 713 714 688) +4(713 739 740 714) +4(739 765 766 740) +4(765 791 792 766) +4(791 817 818 792) +4(817 843 844 818) +4(843 869 870 844) +4(869 895 896 870) +4(895 921 922 896) +4(921 947 948 922) +4(947 973 974 948) +4(973 999 1000 974) +4(999 1025 1026 1000) +4(1025 1051 1052 1026) +4(1051 1077 1078 1052) +4(1077 1103 1104 1078) +4(1103 1129 1130 1104) +4(1129 1155 1156 1130) +4(1155 1181 1182 1156) +4(1181 1207 1208 1182) +4(1207 1233 1234 1208) +4(1233 1259 1260 1234) +4(1259 1285 1286 1260) +4(1285 1311 1312 1286) +4(1311 1337 1338 1312) +4(1337 1363 1364 1338) +4(1363 1389 1390 1364) +4(1389 1415 1416 1390) +4(1415 1441 1442 1416) +4(1441 1467 1468 1442) +4(1467 1493 1494 1468) +4(1493 1519 1520 1494) +4(1519 1545 1546 1520) +4(1545 1571 1572 1546) +4(1571 1597 1598 1572) +4(1597 1623 1624 1598) +4(1623 1649 1650 1624) +4(1649 1675 1676 1650) +4(1675 1701 1702 1676) +4(1701 1727 1728 1702) +4(1727 1753 1754 1728) +4(1753 1779 1780 1754) +4(1779 1805 1806 1780) +4(1805 1831 1832 1806) +4(1831 1857 1858 1832) +4(1857 1883 1884 1858) +4(1883 1909 1910 1884) +4(1909 1935 1936 1910) +4(1935 1961 1962 1936) +4(12 38 39 13) +4(38 64 65 39) +4(64 90 91 65) +4(90 116 117 91) +4(116 142 143 117) +4(142 168 169 143) +4(168 194 195 169) +4(194 220 221 195) +4(220 246 247 221) +4(246 272 273 247) +4(272 298 299 273) +4(298 324 325 299) +4(324 350 351 325) +4(350 376 377 351) +4(376 402 403 377) +4(402 428 429 403) +4(428 454 455 429) +4(454 480 481 455) +4(480 506 507 481) +4(506 532 533 507) +4(532 558 559 533) +4(558 584 585 559) +4(584 610 611 585) +4(610 636 637 611) +4(636 662 663 637) +4(662 688 689 663) +4(688 714 715 689) +4(714 740 741 715) +4(740 766 767 741) +4(766 792 793 767) +4(792 818 819 793) +4(818 844 845 819) +4(844 870 871 845) +4(870 896 897 871) +4(896 922 923 897) +4(922 948 949 923) +4(948 974 975 949) +4(974 1000 1001 975) +4(1000 1026 1027 1001) +4(1026 1052 1053 1027) +4(1052 1078 1079 1053) +4(1078 1104 1105 1079) +4(1104 1130 1131 1105) +4(1130 1156 1157 1131) +4(1156 1182 1183 1157) +4(1182 1208 1209 1183) +4(1208 1234 1235 1209) +4(1234 1260 1261 1235) +4(1260 1286 1287 1261) +4(1286 1312 1313 1287) +4(1312 1338 1339 1313) +4(1338 1364 1365 1339) +4(1364 1390 1391 1365) +4(1390 1416 1417 1391) +4(1416 1442 1443 1417) +4(1442 1468 1469 1443) +4(1468 1494 1495 1469) +4(1494 1520 1521 1495) +4(1520 1546 1547 1521) +4(1546 1572 1573 1547) +4(1572 1598 1599 1573) +4(1598 1624 1625 1599) +4(1624 1650 1651 1625) +4(1650 1676 1677 1651) +4(1676 1702 1703 1677) +4(1702 1728 1729 1703) +4(1728 1754 1755 1729) +4(1754 1780 1781 1755) +4(1780 1806 1807 1781) +4(1806 1832 1833 1807) +4(1832 1858 1859 1833) +4(1858 1884 1885 1859) +4(1884 1910 1911 1885) +4(1910 1936 1937 1911) +4(1936 1962 1963 1937) +4(13 39 40 14) +4(39 65 66 40) +4(65 91 92 66) +4(91 117 118 92) +4(117 143 144 118) +4(143 169 170 144) +4(169 195 196 170) +4(195 221 222 196) +4(221 247 248 222) +4(247 273 274 248) +4(273 299 300 274) +4(299 325 326 300) +4(325 351 352 326) +4(351 377 378 352) +4(377 403 404 378) +4(403 429 430 404) +4(429 455 456 430) +4(455 481 482 456) +4(481 507 508 482) +4(507 533 534 508) +4(533 559 560 534) +4(559 585 586 560) +4(585 611 612 586) +4(611 637 638 612) +4(637 663 664 638) +4(663 689 690 664) +4(689 715 716 690) +4(715 741 742 716) +4(741 767 768 742) +4(767 793 794 768) +4(793 819 820 794) +4(819 845 846 820) +4(845 871 872 846) +4(871 897 898 872) +4(897 923 924 898) +4(923 949 950 924) +4(949 975 976 950) +4(975 1001 1002 976) +4(1001 1027 1028 1002) +4(1027 1053 1054 1028) +4(1053 1079 1080 1054) +4(1079 1105 1106 1080) +4(1105 1131 1132 1106) +4(1131 1157 1158 1132) +4(1157 1183 1184 1158) +4(1183 1209 1210 1184) +4(1209 1235 1236 1210) +4(1235 1261 1262 1236) +4(1261 1287 1288 1262) +4(1287 1313 1314 1288) +4(1313 1339 1340 1314) +4(1339 1365 1366 1340) +4(1365 1391 1392 1366) +4(1391 1417 1418 1392) +4(1417 1443 1444 1418) +4(1443 1469 1470 1444) +4(1469 1495 1496 1470) +4(1495 1521 1522 1496) +4(1521 1547 1548 1522) +4(1547 1573 1574 1548) +4(1573 1599 1600 1574) +4(1599 1625 1626 1600) +4(1625 1651 1652 1626) +4(1651 1677 1678 1652) +4(1677 1703 1704 1678) +4(1703 1729 1730 1704) +4(1729 1755 1756 1730) +4(1755 1781 1782 1756) +4(1781 1807 1808 1782) +4(1807 1833 1834 1808) +4(1833 1859 1860 1834) +4(1859 1885 1886 1860) +4(1885 1911 1912 1886) +4(1911 1937 1938 1912) +4(1937 1963 1964 1938) +4(14 40 41 15) +4(40 66 67 41) +4(66 92 93 67) +4(92 118 119 93) +4(118 144 145 119) +4(144 170 171 145) +4(170 196 197 171) +4(196 222 223 197) +4(222 248 249 223) +4(248 274 275 249) +4(274 300 301 275) +4(300 326 327 301) +4(326 352 353 327) +4(352 378 379 353) +4(378 404 405 379) +4(404 430 431 405) +4(430 456 457 431) +4(456 482 483 457) +4(482 508 509 483) +4(508 534 535 509) +4(534 560 561 535) +4(560 586 587 561) +4(586 612 613 587) +4(612 638 639 613) +4(638 664 665 639) +4(664 690 691 665) +4(690 716 717 691) +4(716 742 743 717) +4(742 768 769 743) +4(768 794 795 769) +4(794 820 821 795) +4(820 846 847 821) +4(846 872 873 847) +4(872 898 899 873) +4(898 924 925 899) +4(924 950 951 925) +4(950 976 977 951) +4(976 1002 1003 977) +4(1002 1028 1029 1003) +4(1028 1054 1055 1029) +4(1054 1080 1081 1055) +4(1080 1106 1107 1081) +4(1106 1132 1133 1107) +4(1132 1158 1159 1133) +4(1158 1184 1185 1159) +4(1184 1210 1211 1185) +4(1210 1236 1237 1211) +4(1236 1262 1263 1237) +4(1262 1288 1289 1263) +4(1288 1314 1315 1289) +4(1314 1340 1341 1315) +4(1340 1366 1367 1341) +4(1366 1392 1393 1367) +4(1392 1418 1419 1393) +4(1418 1444 1445 1419) +4(1444 1470 1471 1445) +4(1470 1496 1497 1471) +4(1496 1522 1523 1497) +4(1522 1548 1549 1523) +4(1548 1574 1575 1549) +4(1574 1600 1601 1575) +4(1600 1626 1627 1601) +4(1626 1652 1653 1627) +4(1652 1678 1679 1653) +4(1678 1704 1705 1679) +4(1704 1730 1731 1705) +4(1730 1756 1757 1731) +4(1756 1782 1783 1757) +4(1782 1808 1809 1783) +4(1808 1834 1835 1809) +4(1834 1860 1861 1835) +4(1860 1886 1887 1861) +4(1886 1912 1913 1887) +4(1912 1938 1939 1913) +4(1938 1964 1965 1939) +4(15 41 42 16) +4(41 67 68 42) +4(67 93 94 68) +4(93 119 120 94) +4(119 145 146 120) +4(145 171 172 146) +4(171 197 198 172) +4(197 223 224 198) +4(223 249 250 224) +4(249 275 276 250) +4(275 301 302 276) +4(301 327 328 302) +4(327 353 354 328) +4(353 379 380 354) +4(379 405 406 380) +4(405 431 432 406) +4(431 457 458 432) +4(457 483 484 458) +4(483 509 510 484) +4(509 535 536 510) +4(535 561 562 536) +4(561 587 588 562) +4(587 613 614 588) +4(613 639 640 614) +4(639 665 666 640) +4(665 691 692 666) +4(691 717 718 692) +4(717 743 744 718) +4(743 769 770 744) +4(769 795 796 770) +4(795 821 822 796) +4(821 847 848 822) +4(847 873 874 848) +4(873 899 900 874) +4(899 925 926 900) +4(925 951 952 926) +4(951 977 978 952) +4(977 1003 1004 978) +4(1003 1029 1030 1004) +4(1029 1055 1056 1030) +4(1055 1081 1082 1056) +4(1081 1107 1108 1082) +4(1107 1133 1134 1108) +4(1133 1159 1160 1134) +4(1159 1185 1186 1160) +4(1185 1211 1212 1186) +4(1211 1237 1238 1212) +4(1237 1263 1264 1238) +4(1263 1289 1290 1264) +4(1289 1315 1316 1290) +4(1315 1341 1342 1316) +4(1341 1367 1368 1342) +4(1367 1393 1394 1368) +4(1393 1419 1420 1394) +4(1419 1445 1446 1420) +4(1445 1471 1472 1446) +4(1471 1497 1498 1472) +4(1497 1523 1524 1498) +4(1523 1549 1550 1524) +4(1549 1575 1576 1550) +4(1575 1601 1602 1576) +4(1601 1627 1628 1602) +4(1627 1653 1654 1628) +4(1653 1679 1680 1654) +4(1679 1705 1706 1680) +4(1705 1731 1732 1706) +4(1731 1757 1758 1732) +4(1757 1783 1784 1758) +4(1783 1809 1810 1784) +4(1809 1835 1836 1810) +4(1835 1861 1862 1836) +4(1861 1887 1888 1862) +4(1887 1913 1914 1888) +4(1913 1939 1940 1914) +4(1939 1965 1966 1940) +4(16 42 43 17) +4(42 68 69 43) +4(68 94 95 69) +4(94 120 121 95) +4(120 146 147 121) +4(146 172 173 147) +4(172 198 199 173) +4(198 224 225 199) +4(224 250 251 225) +4(250 276 277 251) +4(276 302 303 277) +4(302 328 329 303) +4(328 354 355 329) +4(354 380 381 355) +4(380 406 407 381) +4(406 432 433 407) +4(432 458 459 433) +4(458 484 485 459) +4(484 510 511 485) +4(510 536 537 511) +4(536 562 563 537) +4(562 588 589 563) +4(588 614 615 589) +4(614 640 641 615) +4(640 666 667 641) +4(666 692 693 667) +4(692 718 719 693) +4(718 744 745 719) +4(744 770 771 745) +4(770 796 797 771) +4(796 822 823 797) +4(822 848 849 823) +4(848 874 875 849) +4(874 900 901 875) +4(900 926 927 901) +4(926 952 953 927) +4(952 978 979 953) +4(978 1004 1005 979) +4(1004 1030 1031 1005) +4(1030 1056 1057 1031) +4(1056 1082 1083 1057) +4(1082 1108 1109 1083) +4(1108 1134 1135 1109) +4(1134 1160 1161 1135) +4(1160 1186 1187 1161) +4(1186 1212 1213 1187) +4(1212 1238 1239 1213) +4(1238 1264 1265 1239) +4(1264 1290 1291 1265) +4(1290 1316 1317 1291) +4(1316 1342 1343 1317) +4(1342 1368 1369 1343) +4(1368 1394 1395 1369) +4(1394 1420 1421 1395) +4(1420 1446 1447 1421) +4(1446 1472 1473 1447) +4(1472 1498 1499 1473) +4(1498 1524 1525 1499) +4(1524 1550 1551 1525) +4(1550 1576 1577 1551) +4(1576 1602 1603 1577) +4(1602 1628 1629 1603) +4(1628 1654 1655 1629) +4(1654 1680 1681 1655) +4(1680 1706 1707 1681) +4(1706 1732 1733 1707) +4(1732 1758 1759 1733) +4(1758 1784 1785 1759) +4(1784 1810 1811 1785) +4(1810 1836 1837 1811) +4(1836 1862 1863 1837) +4(1862 1888 1889 1863) +4(1888 1914 1915 1889) +4(1914 1940 1941 1915) +4(1940 1966 1967 1941) +4(17 43 44 18) +4(43 69 70 44) +4(69 95 96 70) +4(95 121 122 96) +4(121 147 148 122) +4(147 173 174 148) +4(173 199 200 174) +4(199 225 226 200) +4(225 251 252 226) +4(251 277 278 252) +4(277 303 304 278) +4(303 329 330 304) +4(329 355 356 330) +4(355 381 382 356) +4(381 407 408 382) +4(407 433 434 408) +4(433 459 460 434) +4(459 485 486 460) +4(485 511 512 486) +4(511 537 538 512) +4(537 563 564 538) +4(563 589 590 564) +4(589 615 616 590) +4(615 641 642 616) +4(641 667 668 642) +4(667 693 694 668) +4(693 719 720 694) +4(719 745 746 720) +4(745 771 772 746) +4(771 797 798 772) +4(797 823 824 798) +4(823 849 850 824) +4(849 875 876 850) +4(875 901 902 876) +4(901 927 928 902) +4(927 953 954 928) +4(953 979 980 954) +4(979 1005 1006 980) +4(1005 1031 1032 1006) +4(1031 1057 1058 1032) +4(1057 1083 1084 1058) +4(1083 1109 1110 1084) +4(1109 1135 1136 1110) +4(1135 1161 1162 1136) +4(1161 1187 1188 1162) +4(1187 1213 1214 1188) +4(1213 1239 1240 1214) +4(1239 1265 1266 1240) +4(1265 1291 1292 1266) +4(1291 1317 1318 1292) +4(1317 1343 1344 1318) +4(1343 1369 1370 1344) +4(1369 1395 1396 1370) +4(1395 1421 1422 1396) +4(1421 1447 1448 1422) +4(1447 1473 1474 1448) +4(1473 1499 1500 1474) +4(1499 1525 1526 1500) +4(1525 1551 1552 1526) +4(1551 1577 1578 1552) +4(1577 1603 1604 1578) +4(1603 1629 1630 1604) +4(1629 1655 1656 1630) +4(1655 1681 1682 1656) +4(1681 1707 1708 1682) +4(1707 1733 1734 1708) +4(1733 1759 1760 1734) +4(1759 1785 1786 1760) +4(1785 1811 1812 1786) +4(1811 1837 1838 1812) +4(1837 1863 1864 1838) +4(1863 1889 1890 1864) +4(1889 1915 1916 1890) +4(1915 1941 1942 1916) +4(1941 1967 1968 1942) +4(18 44 45 19) +4(44 70 71 45) +4(70 96 97 71) +4(96 122 123 97) +4(122 148 149 123) +4(148 174 175 149) +4(174 200 201 175) +4(200 226 227 201) +4(226 252 253 227) +4(252 278 279 253) +4(278 304 305 279) +4(304 330 331 305) +4(330 356 357 331) +4(356 382 383 357) +4(382 408 409 383) +4(408 434 435 409) +4(434 460 461 435) +4(460 486 487 461) +4(486 512 513 487) +4(512 538 539 513) +4(538 564 565 539) +4(564 590 591 565) +4(590 616 617 591) +4(616 642 643 617) +4(642 668 669 643) +4(668 694 695 669) +4(694 720 721 695) +4(720 746 747 721) +4(746 772 773 747) +4(772 798 799 773) +4(798 824 825 799) +4(824 850 851 825) +4(850 876 877 851) +4(876 902 903 877) +4(902 928 929 903) +4(928 954 955 929) +4(954 980 981 955) +4(980 1006 1007 981) +4(1006 1032 1033 1007) +4(1032 1058 1059 1033) +4(1058 1084 1085 1059) +4(1084 1110 1111 1085) +4(1110 1136 1137 1111) +4(1136 1162 1163 1137) +4(1162 1188 1189 1163) +4(1188 1214 1215 1189) +4(1214 1240 1241 1215) +4(1240 1266 1267 1241) +4(1266 1292 1293 1267) +4(1292 1318 1319 1293) +4(1318 1344 1345 1319) +4(1344 1370 1371 1345) +4(1370 1396 1397 1371) +4(1396 1422 1423 1397) +4(1422 1448 1449 1423) +4(1448 1474 1475 1449) +4(1474 1500 1501 1475) +4(1500 1526 1527 1501) +4(1526 1552 1553 1527) +4(1552 1578 1579 1553) +4(1578 1604 1605 1579) +4(1604 1630 1631 1605) +4(1630 1656 1657 1631) +4(1656 1682 1683 1657) +4(1682 1708 1709 1683) +4(1708 1734 1735 1709) +4(1734 1760 1761 1735) +4(1760 1786 1787 1761) +4(1786 1812 1813 1787) +4(1812 1838 1839 1813) +4(1838 1864 1865 1839) +4(1864 1890 1891 1865) +4(1890 1916 1917 1891) +4(1916 1942 1943 1917) +4(1942 1968 1969 1943) +4(19 45 46 20) +4(45 71 72 46) +4(71 97 98 72) +4(97 123 124 98) +4(123 149 150 124) +4(149 175 176 150) +4(175 201 202 176) +4(201 227 228 202) +4(227 253 254 228) +4(253 279 280 254) +4(279 305 306 280) +4(305 331 332 306) +4(331 357 358 332) +4(357 383 384 358) +4(383 409 410 384) +4(409 435 436 410) +4(435 461 462 436) +4(461 487 488 462) +4(487 513 514 488) +4(513 539 540 514) +4(539 565 566 540) +4(565 591 592 566) +4(591 617 618 592) +4(617 643 644 618) +4(643 669 670 644) +4(669 695 696 670) +4(695 721 722 696) +4(721 747 748 722) +4(747 773 774 748) +4(773 799 800 774) +4(799 825 826 800) +4(825 851 852 826) +4(851 877 878 852) +4(877 903 904 878) +4(903 929 930 904) +4(929 955 956 930) +4(955 981 982 956) +4(981 1007 1008 982) +4(1007 1033 1034 1008) +4(1033 1059 1060 1034) +4(1059 1085 1086 1060) +4(1085 1111 1112 1086) +4(1111 1137 1138 1112) +4(1137 1163 1164 1138) +4(1163 1189 1190 1164) +4(1189 1215 1216 1190) +4(1215 1241 1242 1216) +4(1241 1267 1268 1242) +4(1267 1293 1294 1268) +4(1293 1319 1320 1294) +4(1319 1345 1346 1320) +4(1345 1371 1372 1346) +4(1371 1397 1398 1372) +4(1397 1423 1424 1398) +4(1423 1449 1450 1424) +4(1449 1475 1476 1450) +4(1475 1501 1502 1476) +4(1501 1527 1528 1502) +4(1527 1553 1554 1528) +4(1553 1579 1580 1554) +4(1579 1605 1606 1580) +4(1605 1631 1632 1606) +4(1631 1657 1658 1632) +4(1657 1683 1684 1658) +4(1683 1709 1710 1684) +4(1709 1735 1736 1710) +4(1735 1761 1762 1736) +4(1761 1787 1788 1762) +4(1787 1813 1814 1788) +4(1813 1839 1840 1814) +4(1839 1865 1866 1840) +4(1865 1891 1892 1866) +4(1891 1917 1918 1892) +4(1917 1943 1944 1918) +4(1943 1969 1970 1944) +4(20 46 47 21) +4(46 72 73 47) +4(72 98 99 73) +4(98 124 125 99) +4(124 150 151 125) +4(150 176 177 151) +4(176 202 203 177) +4(202 228 229 203) +4(228 254 255 229) +4(254 280 281 255) +4(280 306 307 281) +4(306 332 333 307) +4(332 358 359 333) +4(358 384 385 359) +4(384 410 411 385) +4(410 436 437 411) +4(436 462 463 437) +4(462 488 489 463) +4(488 514 515 489) +4(514 540 541 515) +4(540 566 567 541) +4(566 592 593 567) +4(592 618 619 593) +4(618 644 645 619) +4(644 670 671 645) +4(670 696 697 671) +4(696 722 723 697) +4(722 748 749 723) +4(748 774 775 749) +4(774 800 801 775) +4(800 826 827 801) +4(826 852 853 827) +4(852 878 879 853) +4(878 904 905 879) +4(904 930 931 905) +4(930 956 957 931) +4(956 982 983 957) +4(982 1008 1009 983) +4(1008 1034 1035 1009) +4(1034 1060 1061 1035) +4(1060 1086 1087 1061) +4(1086 1112 1113 1087) +4(1112 1138 1139 1113) +4(1138 1164 1165 1139) +4(1164 1190 1191 1165) +4(1190 1216 1217 1191) +4(1216 1242 1243 1217) +4(1242 1268 1269 1243) +4(1268 1294 1295 1269) +4(1294 1320 1321 1295) +4(1320 1346 1347 1321) +4(1346 1372 1373 1347) +4(1372 1398 1399 1373) +4(1398 1424 1425 1399) +4(1424 1450 1451 1425) +4(1450 1476 1477 1451) +4(1476 1502 1503 1477) +4(1502 1528 1529 1503) +4(1528 1554 1555 1529) +4(1554 1580 1581 1555) +4(1580 1606 1607 1581) +4(1606 1632 1633 1607) +4(1632 1658 1659 1633) +4(1658 1684 1685 1659) +4(1684 1710 1711 1685) +4(1710 1736 1737 1711) +4(1736 1762 1763 1737) +4(1762 1788 1789 1763) +4(1788 1814 1815 1789) +4(1814 1840 1841 1815) +4(1840 1866 1867 1841) +4(1866 1892 1893 1867) +4(1892 1918 1919 1893) +4(1918 1944 1945 1919) +4(1944 1970 1971 1945) +4(21 47 48 22) +4(47 73 74 48) +4(73 99 100 74) +4(99 125 126 100) +4(125 151 152 126) +4(151 177 178 152) +4(177 203 204 178) +4(203 229 230 204) +4(229 255 256 230) +4(255 281 282 256) +4(281 307 308 282) +4(307 333 334 308) +4(333 359 360 334) +4(359 385 386 360) +4(385 411 412 386) +4(411 437 438 412) +4(437 463 464 438) +4(463 489 490 464) +4(489 515 516 490) +4(515 541 542 516) +4(541 567 568 542) +4(567 593 594 568) +4(593 619 620 594) +4(619 645 646 620) +4(645 671 672 646) +4(671 697 698 672) +4(697 723 724 698) +4(723 749 750 724) +4(749 775 776 750) +4(775 801 802 776) +4(801 827 828 802) +4(827 853 854 828) +4(853 879 880 854) +4(879 905 906 880) +4(905 931 932 906) +4(931 957 958 932) +4(957 983 984 958) +4(983 1009 1010 984) +4(1009 1035 1036 1010) +4(1035 1061 1062 1036) +4(1061 1087 1088 1062) +4(1087 1113 1114 1088) +4(1113 1139 1140 1114) +4(1139 1165 1166 1140) +4(1165 1191 1192 1166) +4(1191 1217 1218 1192) +4(1217 1243 1244 1218) +4(1243 1269 1270 1244) +4(1269 1295 1296 1270) +4(1295 1321 1322 1296) +4(1321 1347 1348 1322) +4(1347 1373 1374 1348) +4(1373 1399 1400 1374) +4(1399 1425 1426 1400) +4(1425 1451 1452 1426) +4(1451 1477 1478 1452) +4(1477 1503 1504 1478) +4(1503 1529 1530 1504) +4(1529 1555 1556 1530) +4(1555 1581 1582 1556) +4(1581 1607 1608 1582) +4(1607 1633 1634 1608) +4(1633 1659 1660 1634) +4(1659 1685 1686 1660) +4(1685 1711 1712 1686) +4(1711 1737 1738 1712) +4(1737 1763 1764 1738) +4(1763 1789 1790 1764) +4(1789 1815 1816 1790) +4(1815 1841 1842 1816) +4(1841 1867 1868 1842) +4(1867 1893 1894 1868) +4(1893 1919 1920 1894) +4(1919 1945 1946 1920) +4(1945 1971 1972 1946) +4(22 48 49 23) +4(48 74 75 49) +4(74 100 101 75) +4(100 126 127 101) +4(126 152 153 127) +4(152 178 179 153) +4(178 204 205 179) +4(204 230 231 205) +4(230 256 257 231) +4(256 282 283 257) +4(282 308 309 283) +4(308 334 335 309) +4(334 360 361 335) +4(360 386 387 361) +4(386 412 413 387) +4(412 438 439 413) +4(438 464 465 439) +4(464 490 491 465) +4(490 516 517 491) +4(516 542 543 517) +4(542 568 569 543) +4(568 594 595 569) +4(594 620 621 595) +4(620 646 647 621) +4(646 672 673 647) +4(672 698 699 673) +4(698 724 725 699) +4(724 750 751 725) +4(750 776 777 751) +4(776 802 803 777) +4(802 828 829 803) +4(828 854 855 829) +4(854 880 881 855) +4(880 906 907 881) +4(906 932 933 907) +4(932 958 959 933) +4(958 984 985 959) +4(984 1010 1011 985) +4(1010 1036 1037 1011) +4(1036 1062 1063 1037) +4(1062 1088 1089 1063) +4(1088 1114 1115 1089) +4(1114 1140 1141 1115) +4(1140 1166 1167 1141) +4(1166 1192 1193 1167) +4(1192 1218 1219 1193) +4(1218 1244 1245 1219) +4(1244 1270 1271 1245) +4(1270 1296 1297 1271) +4(1296 1322 1323 1297) +4(1322 1348 1349 1323) +4(1348 1374 1375 1349) +4(1374 1400 1401 1375) +4(1400 1426 1427 1401) +4(1426 1452 1453 1427) +4(1452 1478 1479 1453) +4(1478 1504 1505 1479) +4(1504 1530 1531 1505) +4(1530 1556 1557 1531) +4(1556 1582 1583 1557) +4(1582 1608 1609 1583) +4(1608 1634 1635 1609) +4(1634 1660 1661 1635) +4(1660 1686 1687 1661) +4(1686 1712 1713 1687) +4(1712 1738 1739 1713) +4(1738 1764 1765 1739) +4(1764 1790 1791 1765) +4(1790 1816 1817 1791) +4(1816 1842 1843 1817) +4(1842 1868 1869 1843) +4(1868 1894 1895 1869) +4(1894 1920 1921 1895) +4(1920 1946 1947 1921) +4(1946 1972 1973 1947) +4(23 49 50 24) +4(49 75 76 50) +4(75 101 102 76) +4(101 127 128 102) +4(127 153 154 128) +4(153 179 180 154) +4(179 205 206 180) +4(205 231 232 206) +4(231 257 258 232) +4(257 283 284 258) +4(283 309 310 284) +4(309 335 336 310) +4(335 361 362 336) +4(361 387 388 362) +4(387 413 414 388) +4(413 439 440 414) +4(439 465 466 440) +4(465 491 492 466) +4(491 517 518 492) +4(517 543 544 518) +4(543 569 570 544) +4(569 595 596 570) +4(595 621 622 596) +4(621 647 648 622) +4(647 673 674 648) +4(673 699 700 674) +4(699 725 726 700) +4(725 751 752 726) +4(751 777 778 752) +4(777 803 804 778) +4(803 829 830 804) +4(829 855 856 830) +4(855 881 882 856) +4(881 907 908 882) +4(907 933 934 908) +4(933 959 960 934) +4(959 985 986 960) +4(985 1011 1012 986) +4(1011 1037 1038 1012) +4(1037 1063 1064 1038) +4(1063 1089 1090 1064) +4(1089 1115 1116 1090) +4(1115 1141 1142 1116) +4(1141 1167 1168 1142) +4(1167 1193 1194 1168) +4(1193 1219 1220 1194) +4(1219 1245 1246 1220) +4(1245 1271 1272 1246) +4(1271 1297 1298 1272) +4(1297 1323 1324 1298) +4(1323 1349 1350 1324) +4(1349 1375 1376 1350) +4(1375 1401 1402 1376) +4(1401 1427 1428 1402) +4(1427 1453 1454 1428) +4(1453 1479 1480 1454) +4(1479 1505 1506 1480) +4(1505 1531 1532 1506) +4(1531 1557 1558 1532) +4(1557 1583 1584 1558) +4(1583 1609 1610 1584) +4(1609 1635 1636 1610) +4(1635 1661 1662 1636) +4(1661 1687 1688 1662) +4(1687 1713 1714 1688) +4(1713 1739 1740 1714) +4(1739 1765 1766 1740) +4(1765 1791 1792 1766) +4(1791 1817 1818 1792) +4(1817 1843 1844 1818) +4(1843 1869 1870 1844) +4(1869 1895 1896 1870) +4(1895 1921 1922 1896) +4(1921 1947 1948 1922) +4(1947 1973 1974 1948) +4(24 50 51 25) +4(50 76 77 51) +4(76 102 103 77) +4(102 128 129 103) +4(128 154 155 129) +4(154 180 181 155) +4(180 206 207 181) +4(206 232 233 207) +4(232 258 259 233) +4(258 284 285 259) +4(284 310 311 285) +4(310 336 337 311) +4(336 362 363 337) +4(362 388 389 363) +4(388 414 415 389) +4(414 440 441 415) +4(440 466 467 441) +4(466 492 493 467) +4(492 518 519 493) +4(518 544 545 519) +4(544 570 571 545) +4(570 596 597 571) +4(596 622 623 597) +4(622 648 649 623) +4(648 674 675 649) +4(674 700 701 675) +4(700 726 727 701) +4(726 752 753 727) +4(752 778 779 753) +4(778 804 805 779) +4(804 830 831 805) +4(830 856 857 831) +4(856 882 883 857) +4(882 908 909 883) +4(908 934 935 909) +4(934 960 961 935) +4(960 986 987 961) +4(986 1012 1013 987) +4(1012 1038 1039 1013) +4(1038 1064 1065 1039) +4(1064 1090 1091 1065) +4(1090 1116 1117 1091) +4(1116 1142 1143 1117) +4(1142 1168 1169 1143) +4(1168 1194 1195 1169) +4(1194 1220 1221 1195) +4(1220 1246 1247 1221) +4(1246 1272 1273 1247) +4(1272 1298 1299 1273) +4(1298 1324 1325 1299) +4(1324 1350 1351 1325) +4(1350 1376 1377 1351) +4(1376 1402 1403 1377) +4(1402 1428 1429 1403) +4(1428 1454 1455 1429) +4(1454 1480 1481 1455) +4(1480 1506 1507 1481) +4(1506 1532 1533 1507) +4(1532 1558 1559 1533) +4(1558 1584 1585 1559) +4(1584 1610 1611 1585) +4(1610 1636 1637 1611) +4(1636 1662 1663 1637) +4(1662 1688 1689 1663) +4(1688 1714 1715 1689) +4(1714 1740 1741 1715) +4(1740 1766 1767 1741) +4(1766 1792 1793 1767) +4(1792 1818 1819 1793) +4(1818 1844 1845 1819) +4(1844 1870 1871 1845) +4(1870 1896 1897 1871) +4(1896 1922 1923 1897) +4(1922 1948 1949 1923) +4(1948 1974 1975 1949) +4(1976 1977 2003 2002) +4(2002 2003 2029 2028) +4(2028 2029 2055 2054) +4(2054 2055 2081 2080) +4(2080 2081 2107 2106) +4(2106 2107 2133 2132) +4(2132 2133 2159 2158) +4(2158 2159 2185 2184) +4(2184 2185 2211 2210) +4(2210 2211 2237 2236) +4(2236 2237 2263 2262) +4(2262 2263 2289 2288) +4(2288 2289 2315 2314) +4(2314 2315 2341 2340) +4(2340 2341 2367 2366) +4(2366 2367 2393 2392) +4(2392 2393 2419 2418) +4(2418 2419 2445 2444) +4(2444 2445 2471 2470) +4(2470 2471 2497 2496) +4(2496 2497 2523 2522) +4(2522 2523 2549 2548) +4(2548 2549 2575 2574) +4(2574 2575 2601 2600) +4(2600 2601 2627 2626) +4(2626 2627 2653 2652) +4(2652 2653 2679 2678) +4(2678 2679 2705 2704) +4(2704 2705 2731 2730) +4(2730 2731 2757 2756) +4(2756 2757 2783 2782) +4(2782 2783 2809 2808) +4(2808 2809 2835 2834) +4(2834 2835 2861 2860) +4(2860 2861 2887 2886) +4(2886 2887 2913 2912) +4(2912 2913 2939 2938) +4(2938 2939 2965 2964) +4(2964 2965 2991 2990) +4(2990 2991 3017 3016) +4(3016 3017 3043 3042) +4(3042 3043 3069 3068) +4(3068 3069 3095 3094) +4(3094 3095 3121 3120) +4(3120 3121 3147 3146) +4(3146 3147 3173 3172) +4(3172 3173 3199 3198) +4(3198 3199 3225 3224) +4(3224 3225 3251 3250) +4(3250 3251 3277 3276) +4(3276 3277 3303 3302) +4(3302 3303 3329 3328) +4(3328 3329 3355 3354) +4(3354 3355 3381 3380) +4(3380 3381 3407 3406) +4(3406 3407 3433 3432) +4(3432 3433 3459 3458) +4(3458 3459 3485 3484) +4(3484 3485 3511 3510) +4(3510 3511 3537 3536) +4(3536 3537 3563 3562) +4(3562 3563 3589 3588) +4(3588 3589 3615 3614) +4(3614 3615 3641 3640) +4(3640 3641 3667 3666) +4(3666 3667 3693 3692) +4(3692 3693 3719 3718) +4(3718 3719 3745 3744) +4(3744 3745 3771 3770) +4(3770 3771 3797 3796) +4(3796 3797 3823 3822) +4(3822 3823 3849 3848) +4(3848 3849 3875 3874) +4(3874 3875 3901 3900) +4(3900 3901 3927 3926) +4(1977 1978 2004 2003) +4(2003 2004 2030 2029) +4(2029 2030 2056 2055) +4(2055 2056 2082 2081) +4(2081 2082 2108 2107) +4(2107 2108 2134 2133) +4(2133 2134 2160 2159) +4(2159 2160 2186 2185) +4(2185 2186 2212 2211) +4(2211 2212 2238 2237) +4(2237 2238 2264 2263) +4(2263 2264 2290 2289) +4(2289 2290 2316 2315) +4(2315 2316 2342 2341) +4(2341 2342 2368 2367) +4(2367 2368 2394 2393) +4(2393 2394 2420 2419) +4(2419 2420 2446 2445) +4(2445 2446 2472 2471) +4(2471 2472 2498 2497) +4(2497 2498 2524 2523) +4(2523 2524 2550 2549) +4(2549 2550 2576 2575) +4(2575 2576 2602 2601) +4(2601 2602 2628 2627) +4(2627 2628 2654 2653) +4(2653 2654 2680 2679) +4(2679 2680 2706 2705) +4(2705 2706 2732 2731) +4(2731 2732 2758 2757) +4(2757 2758 2784 2783) +4(2783 2784 2810 2809) +4(2809 2810 2836 2835) +4(2835 2836 2862 2861) +4(2861 2862 2888 2887) +4(2887 2888 2914 2913) +4(2913 2914 2940 2939) +4(2939 2940 2966 2965) +4(2965 2966 2992 2991) +4(2991 2992 3018 3017) +4(3017 3018 3044 3043) +4(3043 3044 3070 3069) +4(3069 3070 3096 3095) +4(3095 3096 3122 3121) +4(3121 3122 3148 3147) +4(3147 3148 3174 3173) +4(3173 3174 3200 3199) +4(3199 3200 3226 3225) +4(3225 3226 3252 3251) +4(3251 3252 3278 3277) +4(3277 3278 3304 3303) +4(3303 3304 3330 3329) +4(3329 3330 3356 3355) +4(3355 3356 3382 3381) +4(3381 3382 3408 3407) +4(3407 3408 3434 3433) +4(3433 3434 3460 3459) +4(3459 3460 3486 3485) +4(3485 3486 3512 3511) +4(3511 3512 3538 3537) +4(3537 3538 3564 3563) +4(3563 3564 3590 3589) +4(3589 3590 3616 3615) +4(3615 3616 3642 3641) +4(3641 3642 3668 3667) +4(3667 3668 3694 3693) +4(3693 3694 3720 3719) +4(3719 3720 3746 3745) +4(3745 3746 3772 3771) +4(3771 3772 3798 3797) +4(3797 3798 3824 3823) +4(3823 3824 3850 3849) +4(3849 3850 3876 3875) +4(3875 3876 3902 3901) +4(3901 3902 3928 3927) +4(1978 1979 2005 2004) +4(2004 2005 2031 2030) +4(2030 2031 2057 2056) +4(2056 2057 2083 2082) +4(2082 2083 2109 2108) +4(2108 2109 2135 2134) +4(2134 2135 2161 2160) +4(2160 2161 2187 2186) +4(2186 2187 2213 2212) +4(2212 2213 2239 2238) +4(2238 2239 2265 2264) +4(2264 2265 2291 2290) +4(2290 2291 2317 2316) +4(2316 2317 2343 2342) +4(2342 2343 2369 2368) +4(2368 2369 2395 2394) +4(2394 2395 2421 2420) +4(2420 2421 2447 2446) +4(2446 2447 2473 2472) +4(2472 2473 2499 2498) +4(2498 2499 2525 2524) +4(2524 2525 2551 2550) +4(2550 2551 2577 2576) +4(2576 2577 2603 2602) +4(2602 2603 2629 2628) +4(2628 2629 2655 2654) +4(2654 2655 2681 2680) +4(2680 2681 2707 2706) +4(2706 2707 2733 2732) +4(2732 2733 2759 2758) +4(2758 2759 2785 2784) +4(2784 2785 2811 2810) +4(2810 2811 2837 2836) +4(2836 2837 2863 2862) +4(2862 2863 2889 2888) +4(2888 2889 2915 2914) +4(2914 2915 2941 2940) +4(2940 2941 2967 2966) +4(2966 2967 2993 2992) +4(2992 2993 3019 3018) +4(3018 3019 3045 3044) +4(3044 3045 3071 3070) +4(3070 3071 3097 3096) +4(3096 3097 3123 3122) +4(3122 3123 3149 3148) +4(3148 3149 3175 3174) +4(3174 3175 3201 3200) +4(3200 3201 3227 3226) +4(3226 3227 3253 3252) +4(3252 3253 3279 3278) +4(3278 3279 3305 3304) +4(3304 3305 3331 3330) +4(3330 3331 3357 3356) +4(3356 3357 3383 3382) +4(3382 3383 3409 3408) +4(3408 3409 3435 3434) +4(3434 3435 3461 3460) +4(3460 3461 3487 3486) +4(3486 3487 3513 3512) +4(3512 3513 3539 3538) +4(3538 3539 3565 3564) +4(3564 3565 3591 3590) +4(3590 3591 3617 3616) +4(3616 3617 3643 3642) +4(3642 3643 3669 3668) +4(3668 3669 3695 3694) +4(3694 3695 3721 3720) +4(3720 3721 3747 3746) +4(3746 3747 3773 3772) +4(3772 3773 3799 3798) +4(3798 3799 3825 3824) +4(3824 3825 3851 3850) +4(3850 3851 3877 3876) +4(3876 3877 3903 3902) +4(3902 3903 3929 3928) +4(1979 1980 2006 2005) +4(2005 2006 2032 2031) +4(2031 2032 2058 2057) +4(2057 2058 2084 2083) +4(2083 2084 2110 2109) +4(2109 2110 2136 2135) +4(2135 2136 2162 2161) +4(2161 2162 2188 2187) +4(2187 2188 2214 2213) +4(2213 2214 2240 2239) +4(2239 2240 2266 2265) +4(2265 2266 2292 2291) +4(2291 2292 2318 2317) +4(2317 2318 2344 2343) +4(2343 2344 2370 2369) +4(2369 2370 2396 2395) +4(2395 2396 2422 2421) +4(2421 2422 2448 2447) +4(2447 2448 2474 2473) +4(2473 2474 2500 2499) +4(2499 2500 2526 2525) +4(2525 2526 2552 2551) +4(2551 2552 2578 2577) +4(2577 2578 2604 2603) +4(2603 2604 2630 2629) +4(2629 2630 2656 2655) +4(2655 2656 2682 2681) +4(2681 2682 2708 2707) +4(2707 2708 2734 2733) +4(2733 2734 2760 2759) +4(2759 2760 2786 2785) +4(2785 2786 2812 2811) +4(2811 2812 2838 2837) +4(2837 2838 2864 2863) +4(2863 2864 2890 2889) +4(2889 2890 2916 2915) +4(2915 2916 2942 2941) +4(2941 2942 2968 2967) +4(2967 2968 2994 2993) +4(2993 2994 3020 3019) +4(3019 3020 3046 3045) +4(3045 3046 3072 3071) +4(3071 3072 3098 3097) +4(3097 3098 3124 3123) +4(3123 3124 3150 3149) +4(3149 3150 3176 3175) +4(3175 3176 3202 3201) +4(3201 3202 3228 3227) +4(3227 3228 3254 3253) +4(3253 3254 3280 3279) +4(3279 3280 3306 3305) +4(3305 3306 3332 3331) +4(3331 3332 3358 3357) +4(3357 3358 3384 3383) +4(3383 3384 3410 3409) +4(3409 3410 3436 3435) +4(3435 3436 3462 3461) +4(3461 3462 3488 3487) +4(3487 3488 3514 3513) +4(3513 3514 3540 3539) +4(3539 3540 3566 3565) +4(3565 3566 3592 3591) +4(3591 3592 3618 3617) +4(3617 3618 3644 3643) +4(3643 3644 3670 3669) +4(3669 3670 3696 3695) +4(3695 3696 3722 3721) +4(3721 3722 3748 3747) +4(3747 3748 3774 3773) +4(3773 3774 3800 3799) +4(3799 3800 3826 3825) +4(3825 3826 3852 3851) +4(3851 3852 3878 3877) +4(3877 3878 3904 3903) +4(3903 3904 3930 3929) +4(1980 1981 2007 2006) +4(2006 2007 2033 2032) +4(2032 2033 2059 2058) +4(2058 2059 2085 2084) +4(2084 2085 2111 2110) +4(2110 2111 2137 2136) +4(2136 2137 2163 2162) +4(2162 2163 2189 2188) +4(2188 2189 2215 2214) +4(2214 2215 2241 2240) +4(2240 2241 2267 2266) +4(2266 2267 2293 2292) +4(2292 2293 2319 2318) +4(2318 2319 2345 2344) +4(2344 2345 2371 2370) +4(2370 2371 2397 2396) +4(2396 2397 2423 2422) +4(2422 2423 2449 2448) +4(2448 2449 2475 2474) +4(2474 2475 2501 2500) +4(2500 2501 2527 2526) +4(2526 2527 2553 2552) +4(2552 2553 2579 2578) +4(2578 2579 2605 2604) +4(2604 2605 2631 2630) +4(2630 2631 2657 2656) +4(2656 2657 2683 2682) +4(2682 2683 2709 2708) +4(2708 2709 2735 2734) +4(2734 2735 2761 2760) +4(2760 2761 2787 2786) +4(2786 2787 2813 2812) +4(2812 2813 2839 2838) +4(2838 2839 2865 2864) +4(2864 2865 2891 2890) +4(2890 2891 2917 2916) +4(2916 2917 2943 2942) +4(2942 2943 2969 2968) +4(2968 2969 2995 2994) +4(2994 2995 3021 3020) +4(3020 3021 3047 3046) +4(3046 3047 3073 3072) +4(3072 3073 3099 3098) +4(3098 3099 3125 3124) +4(3124 3125 3151 3150) +4(3150 3151 3177 3176) +4(3176 3177 3203 3202) +4(3202 3203 3229 3228) +4(3228 3229 3255 3254) +4(3254 3255 3281 3280) +4(3280 3281 3307 3306) +4(3306 3307 3333 3332) +4(3332 3333 3359 3358) +4(3358 3359 3385 3384) +4(3384 3385 3411 3410) +4(3410 3411 3437 3436) +4(3436 3437 3463 3462) +4(3462 3463 3489 3488) +4(3488 3489 3515 3514) +4(3514 3515 3541 3540) +4(3540 3541 3567 3566) +4(3566 3567 3593 3592) +4(3592 3593 3619 3618) +4(3618 3619 3645 3644) +4(3644 3645 3671 3670) +4(3670 3671 3697 3696) +4(3696 3697 3723 3722) +4(3722 3723 3749 3748) +4(3748 3749 3775 3774) +4(3774 3775 3801 3800) +4(3800 3801 3827 3826) +4(3826 3827 3853 3852) +4(3852 3853 3879 3878) +4(3878 3879 3905 3904) +4(3904 3905 3931 3930) +4(1981 1982 2008 2007) +4(2007 2008 2034 2033) +4(2033 2034 2060 2059) +4(2059 2060 2086 2085) +4(2085 2086 2112 2111) +4(2111 2112 2138 2137) +4(2137 2138 2164 2163) +4(2163 2164 2190 2189) +4(2189 2190 2216 2215) +4(2215 2216 2242 2241) +4(2241 2242 2268 2267) +4(2267 2268 2294 2293) +4(2293 2294 2320 2319) +4(2319 2320 2346 2345) +4(2345 2346 2372 2371) +4(2371 2372 2398 2397) +4(2397 2398 2424 2423) +4(2423 2424 2450 2449) +4(2449 2450 2476 2475) +4(2475 2476 2502 2501) +4(2501 2502 2528 2527) +4(2527 2528 2554 2553) +4(2553 2554 2580 2579) +4(2579 2580 2606 2605) +4(2605 2606 2632 2631) +4(2631 2632 2658 2657) +4(2657 2658 2684 2683) +4(2683 2684 2710 2709) +4(2709 2710 2736 2735) +4(2735 2736 2762 2761) +4(2761 2762 2788 2787) +4(2787 2788 2814 2813) +4(2813 2814 2840 2839) +4(2839 2840 2866 2865) +4(2865 2866 2892 2891) +4(2891 2892 2918 2917) +4(2917 2918 2944 2943) +4(2943 2944 2970 2969) +4(2969 2970 2996 2995) +4(2995 2996 3022 3021) +4(3021 3022 3048 3047) +4(3047 3048 3074 3073) +4(3073 3074 3100 3099) +4(3099 3100 3126 3125) +4(3125 3126 3152 3151) +4(3151 3152 3178 3177) +4(3177 3178 3204 3203) +4(3203 3204 3230 3229) +4(3229 3230 3256 3255) +4(3255 3256 3282 3281) +4(3281 3282 3308 3307) +4(3307 3308 3334 3333) +4(3333 3334 3360 3359) +4(3359 3360 3386 3385) +4(3385 3386 3412 3411) +4(3411 3412 3438 3437) +4(3437 3438 3464 3463) +4(3463 3464 3490 3489) +4(3489 3490 3516 3515) +4(3515 3516 3542 3541) +4(3541 3542 3568 3567) +4(3567 3568 3594 3593) +4(3593 3594 3620 3619) +4(3619 3620 3646 3645) +4(3645 3646 3672 3671) +4(3671 3672 3698 3697) +4(3697 3698 3724 3723) +4(3723 3724 3750 3749) +4(3749 3750 3776 3775) +4(3775 3776 3802 3801) +4(3801 3802 3828 3827) +4(3827 3828 3854 3853) +4(3853 3854 3880 3879) +4(3879 3880 3906 3905) +4(3905 3906 3932 3931) +4(1982 1983 2009 2008) +4(2008 2009 2035 2034) +4(2034 2035 2061 2060) +4(2060 2061 2087 2086) +4(2086 2087 2113 2112) +4(2112 2113 2139 2138) +4(2138 2139 2165 2164) +4(2164 2165 2191 2190) +4(2190 2191 2217 2216) +4(2216 2217 2243 2242) +4(2242 2243 2269 2268) +4(2268 2269 2295 2294) +4(2294 2295 2321 2320) +4(2320 2321 2347 2346) +4(2346 2347 2373 2372) +4(2372 2373 2399 2398) +4(2398 2399 2425 2424) +4(2424 2425 2451 2450) +4(2450 2451 2477 2476) +4(2476 2477 2503 2502) +4(2502 2503 2529 2528) +4(2528 2529 2555 2554) +4(2554 2555 2581 2580) +4(2580 2581 2607 2606) +4(2606 2607 2633 2632) +4(2632 2633 2659 2658) +4(2658 2659 2685 2684) +4(2684 2685 2711 2710) +4(2710 2711 2737 2736) +4(2736 2737 2763 2762) +4(2762 2763 2789 2788) +4(2788 2789 2815 2814) +4(2814 2815 2841 2840) +4(2840 2841 2867 2866) +4(2866 2867 2893 2892) +4(2892 2893 2919 2918) +4(2918 2919 2945 2944) +4(2944 2945 2971 2970) +4(2970 2971 2997 2996) +4(2996 2997 3023 3022) +4(3022 3023 3049 3048) +4(3048 3049 3075 3074) +4(3074 3075 3101 3100) +4(3100 3101 3127 3126) +4(3126 3127 3153 3152) +4(3152 3153 3179 3178) +4(3178 3179 3205 3204) +4(3204 3205 3231 3230) +4(3230 3231 3257 3256) +4(3256 3257 3283 3282) +4(3282 3283 3309 3308) +4(3308 3309 3335 3334) +4(3334 3335 3361 3360) +4(3360 3361 3387 3386) +4(3386 3387 3413 3412) +4(3412 3413 3439 3438) +4(3438 3439 3465 3464) +4(3464 3465 3491 3490) +4(3490 3491 3517 3516) +4(3516 3517 3543 3542) +4(3542 3543 3569 3568) +4(3568 3569 3595 3594) +4(3594 3595 3621 3620) +4(3620 3621 3647 3646) +4(3646 3647 3673 3672) +4(3672 3673 3699 3698) +4(3698 3699 3725 3724) +4(3724 3725 3751 3750) +4(3750 3751 3777 3776) +4(3776 3777 3803 3802) +4(3802 3803 3829 3828) +4(3828 3829 3855 3854) +4(3854 3855 3881 3880) +4(3880 3881 3907 3906) +4(3906 3907 3933 3932) +4(1983 1984 2010 2009) +4(2009 2010 2036 2035) +4(2035 2036 2062 2061) +4(2061 2062 2088 2087) +4(2087 2088 2114 2113) +4(2113 2114 2140 2139) +4(2139 2140 2166 2165) +4(2165 2166 2192 2191) +4(2191 2192 2218 2217) +4(2217 2218 2244 2243) +4(2243 2244 2270 2269) +4(2269 2270 2296 2295) +4(2295 2296 2322 2321) +4(2321 2322 2348 2347) +4(2347 2348 2374 2373) +4(2373 2374 2400 2399) +4(2399 2400 2426 2425) +4(2425 2426 2452 2451) +4(2451 2452 2478 2477) +4(2477 2478 2504 2503) +4(2503 2504 2530 2529) +4(2529 2530 2556 2555) +4(2555 2556 2582 2581) +4(2581 2582 2608 2607) +4(2607 2608 2634 2633) +4(2633 2634 2660 2659) +4(2659 2660 2686 2685) +4(2685 2686 2712 2711) +4(2711 2712 2738 2737) +4(2737 2738 2764 2763) +4(2763 2764 2790 2789) +4(2789 2790 2816 2815) +4(2815 2816 2842 2841) +4(2841 2842 2868 2867) +4(2867 2868 2894 2893) +4(2893 2894 2920 2919) +4(2919 2920 2946 2945) +4(2945 2946 2972 2971) +4(2971 2972 2998 2997) +4(2997 2998 3024 3023) +4(3023 3024 3050 3049) +4(3049 3050 3076 3075) +4(3075 3076 3102 3101) +4(3101 3102 3128 3127) +4(3127 3128 3154 3153) +4(3153 3154 3180 3179) +4(3179 3180 3206 3205) +4(3205 3206 3232 3231) +4(3231 3232 3258 3257) +4(3257 3258 3284 3283) +4(3283 3284 3310 3309) +4(3309 3310 3336 3335) +4(3335 3336 3362 3361) +4(3361 3362 3388 3387) +4(3387 3388 3414 3413) +4(3413 3414 3440 3439) +4(3439 3440 3466 3465) +4(3465 3466 3492 3491) +4(3491 3492 3518 3517) +4(3517 3518 3544 3543) +4(3543 3544 3570 3569) +4(3569 3570 3596 3595) +4(3595 3596 3622 3621) +4(3621 3622 3648 3647) +4(3647 3648 3674 3673) +4(3673 3674 3700 3699) +4(3699 3700 3726 3725) +4(3725 3726 3752 3751) +4(3751 3752 3778 3777) +4(3777 3778 3804 3803) +4(3803 3804 3830 3829) +4(3829 3830 3856 3855) +4(3855 3856 3882 3881) +4(3881 3882 3908 3907) +4(3907 3908 3934 3933) +4(1984 1985 2011 2010) +4(2010 2011 2037 2036) +4(2036 2037 2063 2062) +4(2062 2063 2089 2088) +4(2088 2089 2115 2114) +4(2114 2115 2141 2140) +4(2140 2141 2167 2166) +4(2166 2167 2193 2192) +4(2192 2193 2219 2218) +4(2218 2219 2245 2244) +4(2244 2245 2271 2270) +4(2270 2271 2297 2296) +4(2296 2297 2323 2322) +4(2322 2323 2349 2348) +4(2348 2349 2375 2374) +4(2374 2375 2401 2400) +4(2400 2401 2427 2426) +4(2426 2427 2453 2452) +4(2452 2453 2479 2478) +4(2478 2479 2505 2504) +4(2504 2505 2531 2530) +4(2530 2531 2557 2556) +4(2556 2557 2583 2582) +4(2582 2583 2609 2608) +4(2608 2609 2635 2634) +4(2634 2635 2661 2660) +4(2660 2661 2687 2686) +4(2686 2687 2713 2712) +4(2712 2713 2739 2738) +4(2738 2739 2765 2764) +4(2764 2765 2791 2790) +4(2790 2791 2817 2816) +4(2816 2817 2843 2842) +4(2842 2843 2869 2868) +4(2868 2869 2895 2894) +4(2894 2895 2921 2920) +4(2920 2921 2947 2946) +4(2946 2947 2973 2972) +4(2972 2973 2999 2998) +4(2998 2999 3025 3024) +4(3024 3025 3051 3050) +4(3050 3051 3077 3076) +4(3076 3077 3103 3102) +4(3102 3103 3129 3128) +4(3128 3129 3155 3154) +4(3154 3155 3181 3180) +4(3180 3181 3207 3206) +4(3206 3207 3233 3232) +4(3232 3233 3259 3258) +4(3258 3259 3285 3284) +4(3284 3285 3311 3310) +4(3310 3311 3337 3336) +4(3336 3337 3363 3362) +4(3362 3363 3389 3388) +4(3388 3389 3415 3414) +4(3414 3415 3441 3440) +4(3440 3441 3467 3466) +4(3466 3467 3493 3492) +4(3492 3493 3519 3518) +4(3518 3519 3545 3544) +4(3544 3545 3571 3570) +4(3570 3571 3597 3596) +4(3596 3597 3623 3622) +4(3622 3623 3649 3648) +4(3648 3649 3675 3674) +4(3674 3675 3701 3700) +4(3700 3701 3727 3726) +4(3726 3727 3753 3752) +4(3752 3753 3779 3778) +4(3778 3779 3805 3804) +4(3804 3805 3831 3830) +4(3830 3831 3857 3856) +4(3856 3857 3883 3882) +4(3882 3883 3909 3908) +4(3908 3909 3935 3934) +4(1985 1986 2012 2011) +4(2011 2012 2038 2037) +4(2037 2038 2064 2063) +4(2063 2064 2090 2089) +4(2089 2090 2116 2115) +4(2115 2116 2142 2141) +4(2141 2142 2168 2167) +4(2167 2168 2194 2193) +4(2193 2194 2220 2219) +4(2219 2220 2246 2245) +4(2245 2246 2272 2271) +4(2271 2272 2298 2297) +4(2297 2298 2324 2323) +4(2323 2324 2350 2349) +4(2349 2350 2376 2375) +4(2375 2376 2402 2401) +4(2401 2402 2428 2427) +4(2427 2428 2454 2453) +4(2453 2454 2480 2479) +4(2479 2480 2506 2505) +4(2505 2506 2532 2531) +4(2531 2532 2558 2557) +4(2557 2558 2584 2583) +4(2583 2584 2610 2609) +4(2609 2610 2636 2635) +4(2635 2636 2662 2661) +4(2661 2662 2688 2687) +4(2687 2688 2714 2713) +4(2713 2714 2740 2739) +4(2739 2740 2766 2765) +4(2765 2766 2792 2791) +4(2791 2792 2818 2817) +4(2817 2818 2844 2843) +4(2843 2844 2870 2869) +4(2869 2870 2896 2895) +4(2895 2896 2922 2921) +4(2921 2922 2948 2947) +4(2947 2948 2974 2973) +4(2973 2974 3000 2999) +4(2999 3000 3026 3025) +4(3025 3026 3052 3051) +4(3051 3052 3078 3077) +4(3077 3078 3104 3103) +4(3103 3104 3130 3129) +4(3129 3130 3156 3155) +4(3155 3156 3182 3181) +4(3181 3182 3208 3207) +4(3207 3208 3234 3233) +4(3233 3234 3260 3259) +4(3259 3260 3286 3285) +4(3285 3286 3312 3311) +4(3311 3312 3338 3337) +4(3337 3338 3364 3363) +4(3363 3364 3390 3389) +4(3389 3390 3416 3415) +4(3415 3416 3442 3441) +4(3441 3442 3468 3467) +4(3467 3468 3494 3493) +4(3493 3494 3520 3519) +4(3519 3520 3546 3545) +4(3545 3546 3572 3571) +4(3571 3572 3598 3597) +4(3597 3598 3624 3623) +4(3623 3624 3650 3649) +4(3649 3650 3676 3675) +4(3675 3676 3702 3701) +4(3701 3702 3728 3727) +4(3727 3728 3754 3753) +4(3753 3754 3780 3779) +4(3779 3780 3806 3805) +4(3805 3806 3832 3831) +4(3831 3832 3858 3857) +4(3857 3858 3884 3883) +4(3883 3884 3910 3909) +4(3909 3910 3936 3935) +4(1986 1987 2013 2012) +4(2012 2013 2039 2038) +4(2038 2039 2065 2064) +4(2064 2065 2091 2090) +4(2090 2091 2117 2116) +4(2116 2117 2143 2142) +4(2142 2143 2169 2168) +4(2168 2169 2195 2194) +4(2194 2195 2221 2220) +4(2220 2221 2247 2246) +4(2246 2247 2273 2272) +4(2272 2273 2299 2298) +4(2298 2299 2325 2324) +4(2324 2325 2351 2350) +4(2350 2351 2377 2376) +4(2376 2377 2403 2402) +4(2402 2403 2429 2428) +4(2428 2429 2455 2454) +4(2454 2455 2481 2480) +4(2480 2481 2507 2506) +4(2506 2507 2533 2532) +4(2532 2533 2559 2558) +4(2558 2559 2585 2584) +4(2584 2585 2611 2610) +4(2610 2611 2637 2636) +4(2636 2637 2663 2662) +4(2662 2663 2689 2688) +4(2688 2689 2715 2714) +4(2714 2715 2741 2740) +4(2740 2741 2767 2766) +4(2766 2767 2793 2792) +4(2792 2793 2819 2818) +4(2818 2819 2845 2844) +4(2844 2845 2871 2870) +4(2870 2871 2897 2896) +4(2896 2897 2923 2922) +4(2922 2923 2949 2948) +4(2948 2949 2975 2974) +4(2974 2975 3001 3000) +4(3000 3001 3027 3026) +4(3026 3027 3053 3052) +4(3052 3053 3079 3078) +4(3078 3079 3105 3104) +4(3104 3105 3131 3130) +4(3130 3131 3157 3156) +4(3156 3157 3183 3182) +4(3182 3183 3209 3208) +4(3208 3209 3235 3234) +4(3234 3235 3261 3260) +4(3260 3261 3287 3286) +4(3286 3287 3313 3312) +4(3312 3313 3339 3338) +4(3338 3339 3365 3364) +4(3364 3365 3391 3390) +4(3390 3391 3417 3416) +4(3416 3417 3443 3442) +4(3442 3443 3469 3468) +4(3468 3469 3495 3494) +4(3494 3495 3521 3520) +4(3520 3521 3547 3546) +4(3546 3547 3573 3572) +4(3572 3573 3599 3598) +4(3598 3599 3625 3624) +4(3624 3625 3651 3650) +4(3650 3651 3677 3676) +4(3676 3677 3703 3702) +4(3702 3703 3729 3728) +4(3728 3729 3755 3754) +4(3754 3755 3781 3780) +4(3780 3781 3807 3806) +4(3806 3807 3833 3832) +4(3832 3833 3859 3858) +4(3858 3859 3885 3884) +4(3884 3885 3911 3910) +4(3910 3911 3937 3936) +4(1987 1988 2014 2013) +4(2013 2014 2040 2039) +4(2039 2040 2066 2065) +4(2065 2066 2092 2091) +4(2091 2092 2118 2117) +4(2117 2118 2144 2143) +4(2143 2144 2170 2169) +4(2169 2170 2196 2195) +4(2195 2196 2222 2221) +4(2221 2222 2248 2247) +4(2247 2248 2274 2273) +4(2273 2274 2300 2299) +4(2299 2300 2326 2325) +4(2325 2326 2352 2351) +4(2351 2352 2378 2377) +4(2377 2378 2404 2403) +4(2403 2404 2430 2429) +4(2429 2430 2456 2455) +4(2455 2456 2482 2481) +4(2481 2482 2508 2507) +4(2507 2508 2534 2533) +4(2533 2534 2560 2559) +4(2559 2560 2586 2585) +4(2585 2586 2612 2611) +4(2611 2612 2638 2637) +4(2637 2638 2664 2663) +4(2663 2664 2690 2689) +4(2689 2690 2716 2715) +4(2715 2716 2742 2741) +4(2741 2742 2768 2767) +4(2767 2768 2794 2793) +4(2793 2794 2820 2819) +4(2819 2820 2846 2845) +4(2845 2846 2872 2871) +4(2871 2872 2898 2897) +4(2897 2898 2924 2923) +4(2923 2924 2950 2949) +4(2949 2950 2976 2975) +4(2975 2976 3002 3001) +4(3001 3002 3028 3027) +4(3027 3028 3054 3053) +4(3053 3054 3080 3079) +4(3079 3080 3106 3105) +4(3105 3106 3132 3131) +4(3131 3132 3158 3157) +4(3157 3158 3184 3183) +4(3183 3184 3210 3209) +4(3209 3210 3236 3235) +4(3235 3236 3262 3261) +4(3261 3262 3288 3287) +4(3287 3288 3314 3313) +4(3313 3314 3340 3339) +4(3339 3340 3366 3365) +4(3365 3366 3392 3391) +4(3391 3392 3418 3417) +4(3417 3418 3444 3443) +4(3443 3444 3470 3469) +4(3469 3470 3496 3495) +4(3495 3496 3522 3521) +4(3521 3522 3548 3547) +4(3547 3548 3574 3573) +4(3573 3574 3600 3599) +4(3599 3600 3626 3625) +4(3625 3626 3652 3651) +4(3651 3652 3678 3677) +4(3677 3678 3704 3703) +4(3703 3704 3730 3729) +4(3729 3730 3756 3755) +4(3755 3756 3782 3781) +4(3781 3782 3808 3807) +4(3807 3808 3834 3833) +4(3833 3834 3860 3859) +4(3859 3860 3886 3885) +4(3885 3886 3912 3911) +4(3911 3912 3938 3937) +4(1988 1989 2015 2014) +4(2014 2015 2041 2040) +4(2040 2041 2067 2066) +4(2066 2067 2093 2092) +4(2092 2093 2119 2118) +4(2118 2119 2145 2144) +4(2144 2145 2171 2170) +4(2170 2171 2197 2196) +4(2196 2197 2223 2222) +4(2222 2223 2249 2248) +4(2248 2249 2275 2274) +4(2274 2275 2301 2300) +4(2300 2301 2327 2326) +4(2326 2327 2353 2352) +4(2352 2353 2379 2378) +4(2378 2379 2405 2404) +4(2404 2405 2431 2430) +4(2430 2431 2457 2456) +4(2456 2457 2483 2482) +4(2482 2483 2509 2508) +4(2508 2509 2535 2534) +4(2534 2535 2561 2560) +4(2560 2561 2587 2586) +4(2586 2587 2613 2612) +4(2612 2613 2639 2638) +4(2638 2639 2665 2664) +4(2664 2665 2691 2690) +4(2690 2691 2717 2716) +4(2716 2717 2743 2742) +4(2742 2743 2769 2768) +4(2768 2769 2795 2794) +4(2794 2795 2821 2820) +4(2820 2821 2847 2846) +4(2846 2847 2873 2872) +4(2872 2873 2899 2898) +4(2898 2899 2925 2924) +4(2924 2925 2951 2950) +4(2950 2951 2977 2976) +4(2976 2977 3003 3002) +4(3002 3003 3029 3028) +4(3028 3029 3055 3054) +4(3054 3055 3081 3080) +4(3080 3081 3107 3106) +4(3106 3107 3133 3132) +4(3132 3133 3159 3158) +4(3158 3159 3185 3184) +4(3184 3185 3211 3210) +4(3210 3211 3237 3236) +4(3236 3237 3263 3262) +4(3262 3263 3289 3288) +4(3288 3289 3315 3314) +4(3314 3315 3341 3340) +4(3340 3341 3367 3366) +4(3366 3367 3393 3392) +4(3392 3393 3419 3418) +4(3418 3419 3445 3444) +4(3444 3445 3471 3470) +4(3470 3471 3497 3496) +4(3496 3497 3523 3522) +4(3522 3523 3549 3548) +4(3548 3549 3575 3574) +4(3574 3575 3601 3600) +4(3600 3601 3627 3626) +4(3626 3627 3653 3652) +4(3652 3653 3679 3678) +4(3678 3679 3705 3704) +4(3704 3705 3731 3730) +4(3730 3731 3757 3756) +4(3756 3757 3783 3782) +4(3782 3783 3809 3808) +4(3808 3809 3835 3834) +4(3834 3835 3861 3860) +4(3860 3861 3887 3886) +4(3886 3887 3913 3912) +4(3912 3913 3939 3938) +4(1989 1990 2016 2015) +4(2015 2016 2042 2041) +4(2041 2042 2068 2067) +4(2067 2068 2094 2093) +4(2093 2094 2120 2119) +4(2119 2120 2146 2145) +4(2145 2146 2172 2171) +4(2171 2172 2198 2197) +4(2197 2198 2224 2223) +4(2223 2224 2250 2249) +4(2249 2250 2276 2275) +4(2275 2276 2302 2301) +4(2301 2302 2328 2327) +4(2327 2328 2354 2353) +4(2353 2354 2380 2379) +4(2379 2380 2406 2405) +4(2405 2406 2432 2431) +4(2431 2432 2458 2457) +4(2457 2458 2484 2483) +4(2483 2484 2510 2509) +4(2509 2510 2536 2535) +4(2535 2536 2562 2561) +4(2561 2562 2588 2587) +4(2587 2588 2614 2613) +4(2613 2614 2640 2639) +4(2639 2640 2666 2665) +4(2665 2666 2692 2691) +4(2691 2692 2718 2717) +4(2717 2718 2744 2743) +4(2743 2744 2770 2769) +4(2769 2770 2796 2795) +4(2795 2796 2822 2821) +4(2821 2822 2848 2847) +4(2847 2848 2874 2873) +4(2873 2874 2900 2899) +4(2899 2900 2926 2925) +4(2925 2926 2952 2951) +4(2951 2952 2978 2977) +4(2977 2978 3004 3003) +4(3003 3004 3030 3029) +4(3029 3030 3056 3055) +4(3055 3056 3082 3081) +4(3081 3082 3108 3107) +4(3107 3108 3134 3133) +4(3133 3134 3160 3159) +4(3159 3160 3186 3185) +4(3185 3186 3212 3211) +4(3211 3212 3238 3237) +4(3237 3238 3264 3263) +4(3263 3264 3290 3289) +4(3289 3290 3316 3315) +4(3315 3316 3342 3341) +4(3341 3342 3368 3367) +4(3367 3368 3394 3393) +4(3393 3394 3420 3419) +4(3419 3420 3446 3445) +4(3445 3446 3472 3471) +4(3471 3472 3498 3497) +4(3497 3498 3524 3523) +4(3523 3524 3550 3549) +4(3549 3550 3576 3575) +4(3575 3576 3602 3601) +4(3601 3602 3628 3627) +4(3627 3628 3654 3653) +4(3653 3654 3680 3679) +4(3679 3680 3706 3705) +4(3705 3706 3732 3731) +4(3731 3732 3758 3757) +4(3757 3758 3784 3783) +4(3783 3784 3810 3809) +4(3809 3810 3836 3835) +4(3835 3836 3862 3861) +4(3861 3862 3888 3887) +4(3887 3888 3914 3913) +4(3913 3914 3940 3939) +4(1990 1991 2017 2016) +4(2016 2017 2043 2042) +4(2042 2043 2069 2068) +4(2068 2069 2095 2094) +4(2094 2095 2121 2120) +4(2120 2121 2147 2146) +4(2146 2147 2173 2172) +4(2172 2173 2199 2198) +4(2198 2199 2225 2224) +4(2224 2225 2251 2250) +4(2250 2251 2277 2276) +4(2276 2277 2303 2302) +4(2302 2303 2329 2328) +4(2328 2329 2355 2354) +4(2354 2355 2381 2380) +4(2380 2381 2407 2406) +4(2406 2407 2433 2432) +4(2432 2433 2459 2458) +4(2458 2459 2485 2484) +4(2484 2485 2511 2510) +4(2510 2511 2537 2536) +4(2536 2537 2563 2562) +4(2562 2563 2589 2588) +4(2588 2589 2615 2614) +4(2614 2615 2641 2640) +4(2640 2641 2667 2666) +4(2666 2667 2693 2692) +4(2692 2693 2719 2718) +4(2718 2719 2745 2744) +4(2744 2745 2771 2770) +4(2770 2771 2797 2796) +4(2796 2797 2823 2822) +4(2822 2823 2849 2848) +4(2848 2849 2875 2874) +4(2874 2875 2901 2900) +4(2900 2901 2927 2926) +4(2926 2927 2953 2952) +4(2952 2953 2979 2978) +4(2978 2979 3005 3004) +4(3004 3005 3031 3030) +4(3030 3031 3057 3056) +4(3056 3057 3083 3082) +4(3082 3083 3109 3108) +4(3108 3109 3135 3134) +4(3134 3135 3161 3160) +4(3160 3161 3187 3186) +4(3186 3187 3213 3212) +4(3212 3213 3239 3238) +4(3238 3239 3265 3264) +4(3264 3265 3291 3290) +4(3290 3291 3317 3316) +4(3316 3317 3343 3342) +4(3342 3343 3369 3368) +4(3368 3369 3395 3394) +4(3394 3395 3421 3420) +4(3420 3421 3447 3446) +4(3446 3447 3473 3472) +4(3472 3473 3499 3498) +4(3498 3499 3525 3524) +4(3524 3525 3551 3550) +4(3550 3551 3577 3576) +4(3576 3577 3603 3602) +4(3602 3603 3629 3628) +4(3628 3629 3655 3654) +4(3654 3655 3681 3680) +4(3680 3681 3707 3706) +4(3706 3707 3733 3732) +4(3732 3733 3759 3758) +4(3758 3759 3785 3784) +4(3784 3785 3811 3810) +4(3810 3811 3837 3836) +4(3836 3837 3863 3862) +4(3862 3863 3889 3888) +4(3888 3889 3915 3914) +4(3914 3915 3941 3940) +4(1991 1992 2018 2017) +4(2017 2018 2044 2043) +4(2043 2044 2070 2069) +4(2069 2070 2096 2095) +4(2095 2096 2122 2121) +4(2121 2122 2148 2147) +4(2147 2148 2174 2173) +4(2173 2174 2200 2199) +4(2199 2200 2226 2225) +4(2225 2226 2252 2251) +4(2251 2252 2278 2277) +4(2277 2278 2304 2303) +4(2303 2304 2330 2329) +4(2329 2330 2356 2355) +4(2355 2356 2382 2381) +4(2381 2382 2408 2407) +4(2407 2408 2434 2433) +4(2433 2434 2460 2459) +4(2459 2460 2486 2485) +4(2485 2486 2512 2511) +4(2511 2512 2538 2537) +4(2537 2538 2564 2563) +4(2563 2564 2590 2589) +4(2589 2590 2616 2615) +4(2615 2616 2642 2641) +4(2641 2642 2668 2667) +4(2667 2668 2694 2693) +4(2693 2694 2720 2719) +4(2719 2720 2746 2745) +4(2745 2746 2772 2771) +4(2771 2772 2798 2797) +4(2797 2798 2824 2823) +4(2823 2824 2850 2849) +4(2849 2850 2876 2875) +4(2875 2876 2902 2901) +4(2901 2902 2928 2927) +4(2927 2928 2954 2953) +4(2953 2954 2980 2979) +4(2979 2980 3006 3005) +4(3005 3006 3032 3031) +4(3031 3032 3058 3057) +4(3057 3058 3084 3083) +4(3083 3084 3110 3109) +4(3109 3110 3136 3135) +4(3135 3136 3162 3161) +4(3161 3162 3188 3187) +4(3187 3188 3214 3213) +4(3213 3214 3240 3239) +4(3239 3240 3266 3265) +4(3265 3266 3292 3291) +4(3291 3292 3318 3317) +4(3317 3318 3344 3343) +4(3343 3344 3370 3369) +4(3369 3370 3396 3395) +4(3395 3396 3422 3421) +4(3421 3422 3448 3447) +4(3447 3448 3474 3473) +4(3473 3474 3500 3499) +4(3499 3500 3526 3525) +4(3525 3526 3552 3551) +4(3551 3552 3578 3577) +4(3577 3578 3604 3603) +4(3603 3604 3630 3629) +4(3629 3630 3656 3655) +4(3655 3656 3682 3681) +4(3681 3682 3708 3707) +4(3707 3708 3734 3733) +4(3733 3734 3760 3759) +4(3759 3760 3786 3785) +4(3785 3786 3812 3811) +4(3811 3812 3838 3837) +4(3837 3838 3864 3863) +4(3863 3864 3890 3889) +4(3889 3890 3916 3915) +4(3915 3916 3942 3941) +4(1992 1993 2019 2018) +4(2018 2019 2045 2044) +4(2044 2045 2071 2070) +4(2070 2071 2097 2096) +4(2096 2097 2123 2122) +4(2122 2123 2149 2148) +4(2148 2149 2175 2174) +4(2174 2175 2201 2200) +4(2200 2201 2227 2226) +4(2226 2227 2253 2252) +4(2252 2253 2279 2278) +4(2278 2279 2305 2304) +4(2304 2305 2331 2330) +4(2330 2331 2357 2356) +4(2356 2357 2383 2382) +4(2382 2383 2409 2408) +4(2408 2409 2435 2434) +4(2434 2435 2461 2460) +4(2460 2461 2487 2486) +4(2486 2487 2513 2512) +4(2512 2513 2539 2538) +4(2538 2539 2565 2564) +4(2564 2565 2591 2590) +4(2590 2591 2617 2616) +4(2616 2617 2643 2642) +4(2642 2643 2669 2668) +4(2668 2669 2695 2694) +4(2694 2695 2721 2720) +4(2720 2721 2747 2746) +4(2746 2747 2773 2772) +4(2772 2773 2799 2798) +4(2798 2799 2825 2824) +4(2824 2825 2851 2850) +4(2850 2851 2877 2876) +4(2876 2877 2903 2902) +4(2902 2903 2929 2928) +4(2928 2929 2955 2954) +4(2954 2955 2981 2980) +4(2980 2981 3007 3006) +4(3006 3007 3033 3032) +4(3032 3033 3059 3058) +4(3058 3059 3085 3084) +4(3084 3085 3111 3110) +4(3110 3111 3137 3136) +4(3136 3137 3163 3162) +4(3162 3163 3189 3188) +4(3188 3189 3215 3214) +4(3214 3215 3241 3240) +4(3240 3241 3267 3266) +4(3266 3267 3293 3292) +4(3292 3293 3319 3318) +4(3318 3319 3345 3344) +4(3344 3345 3371 3370) +4(3370 3371 3397 3396) +4(3396 3397 3423 3422) +4(3422 3423 3449 3448) +4(3448 3449 3475 3474) +4(3474 3475 3501 3500) +4(3500 3501 3527 3526) +4(3526 3527 3553 3552) +4(3552 3553 3579 3578) +4(3578 3579 3605 3604) +4(3604 3605 3631 3630) +4(3630 3631 3657 3656) +4(3656 3657 3683 3682) +4(3682 3683 3709 3708) +4(3708 3709 3735 3734) +4(3734 3735 3761 3760) +4(3760 3761 3787 3786) +4(3786 3787 3813 3812) +4(3812 3813 3839 3838) +4(3838 3839 3865 3864) +4(3864 3865 3891 3890) +4(3890 3891 3917 3916) +4(3916 3917 3943 3942) +4(1993 1994 2020 2019) +4(2019 2020 2046 2045) +4(2045 2046 2072 2071) +4(2071 2072 2098 2097) +4(2097 2098 2124 2123) +4(2123 2124 2150 2149) +4(2149 2150 2176 2175) +4(2175 2176 2202 2201) +4(2201 2202 2228 2227) +4(2227 2228 2254 2253) +4(2253 2254 2280 2279) +4(2279 2280 2306 2305) +4(2305 2306 2332 2331) +4(2331 2332 2358 2357) +4(2357 2358 2384 2383) +4(2383 2384 2410 2409) +4(2409 2410 2436 2435) +4(2435 2436 2462 2461) +4(2461 2462 2488 2487) +4(2487 2488 2514 2513) +4(2513 2514 2540 2539) +4(2539 2540 2566 2565) +4(2565 2566 2592 2591) +4(2591 2592 2618 2617) +4(2617 2618 2644 2643) +4(2643 2644 2670 2669) +4(2669 2670 2696 2695) +4(2695 2696 2722 2721) +4(2721 2722 2748 2747) +4(2747 2748 2774 2773) +4(2773 2774 2800 2799) +4(2799 2800 2826 2825) +4(2825 2826 2852 2851) +4(2851 2852 2878 2877) +4(2877 2878 2904 2903) +4(2903 2904 2930 2929) +4(2929 2930 2956 2955) +4(2955 2956 2982 2981) +4(2981 2982 3008 3007) +4(3007 3008 3034 3033) +4(3033 3034 3060 3059) +4(3059 3060 3086 3085) +4(3085 3086 3112 3111) +4(3111 3112 3138 3137) +4(3137 3138 3164 3163) +4(3163 3164 3190 3189) +4(3189 3190 3216 3215) +4(3215 3216 3242 3241) +4(3241 3242 3268 3267) +4(3267 3268 3294 3293) +4(3293 3294 3320 3319) +4(3319 3320 3346 3345) +4(3345 3346 3372 3371) +4(3371 3372 3398 3397) +4(3397 3398 3424 3423) +4(3423 3424 3450 3449) +4(3449 3450 3476 3475) +4(3475 3476 3502 3501) +4(3501 3502 3528 3527) +4(3527 3528 3554 3553) +4(3553 3554 3580 3579) +4(3579 3580 3606 3605) +4(3605 3606 3632 3631) +4(3631 3632 3658 3657) +4(3657 3658 3684 3683) +4(3683 3684 3710 3709) +4(3709 3710 3736 3735) +4(3735 3736 3762 3761) +4(3761 3762 3788 3787) +4(3787 3788 3814 3813) +4(3813 3814 3840 3839) +4(3839 3840 3866 3865) +4(3865 3866 3892 3891) +4(3891 3892 3918 3917) +4(3917 3918 3944 3943) +4(1994 1995 2021 2020) +4(2020 2021 2047 2046) +4(2046 2047 2073 2072) +4(2072 2073 2099 2098) +4(2098 2099 2125 2124) +4(2124 2125 2151 2150) +4(2150 2151 2177 2176) +4(2176 2177 2203 2202) +4(2202 2203 2229 2228) +4(2228 2229 2255 2254) +4(2254 2255 2281 2280) +4(2280 2281 2307 2306) +4(2306 2307 2333 2332) +4(2332 2333 2359 2358) +4(2358 2359 2385 2384) +4(2384 2385 2411 2410) +4(2410 2411 2437 2436) +4(2436 2437 2463 2462) +4(2462 2463 2489 2488) +4(2488 2489 2515 2514) +4(2514 2515 2541 2540) +4(2540 2541 2567 2566) +4(2566 2567 2593 2592) +4(2592 2593 2619 2618) +4(2618 2619 2645 2644) +4(2644 2645 2671 2670) +4(2670 2671 2697 2696) +4(2696 2697 2723 2722) +4(2722 2723 2749 2748) +4(2748 2749 2775 2774) +4(2774 2775 2801 2800) +4(2800 2801 2827 2826) +4(2826 2827 2853 2852) +4(2852 2853 2879 2878) +4(2878 2879 2905 2904) +4(2904 2905 2931 2930) +4(2930 2931 2957 2956) +4(2956 2957 2983 2982) +4(2982 2983 3009 3008) +4(3008 3009 3035 3034) +4(3034 3035 3061 3060) +4(3060 3061 3087 3086) +4(3086 3087 3113 3112) +4(3112 3113 3139 3138) +4(3138 3139 3165 3164) +4(3164 3165 3191 3190) +4(3190 3191 3217 3216) +4(3216 3217 3243 3242) +4(3242 3243 3269 3268) +4(3268 3269 3295 3294) +4(3294 3295 3321 3320) +4(3320 3321 3347 3346) +4(3346 3347 3373 3372) +4(3372 3373 3399 3398) +4(3398 3399 3425 3424) +4(3424 3425 3451 3450) +4(3450 3451 3477 3476) +4(3476 3477 3503 3502) +4(3502 3503 3529 3528) +4(3528 3529 3555 3554) +4(3554 3555 3581 3580) +4(3580 3581 3607 3606) +4(3606 3607 3633 3632) +4(3632 3633 3659 3658) +4(3658 3659 3685 3684) +4(3684 3685 3711 3710) +4(3710 3711 3737 3736) +4(3736 3737 3763 3762) +4(3762 3763 3789 3788) +4(3788 3789 3815 3814) +4(3814 3815 3841 3840) +4(3840 3841 3867 3866) +4(3866 3867 3893 3892) +4(3892 3893 3919 3918) +4(3918 3919 3945 3944) +4(1995 1996 2022 2021) +4(2021 2022 2048 2047) +4(2047 2048 2074 2073) +4(2073 2074 2100 2099) +4(2099 2100 2126 2125) +4(2125 2126 2152 2151) +4(2151 2152 2178 2177) +4(2177 2178 2204 2203) +4(2203 2204 2230 2229) +4(2229 2230 2256 2255) +4(2255 2256 2282 2281) +4(2281 2282 2308 2307) +4(2307 2308 2334 2333) +4(2333 2334 2360 2359) +4(2359 2360 2386 2385) +4(2385 2386 2412 2411) +4(2411 2412 2438 2437) +4(2437 2438 2464 2463) +4(2463 2464 2490 2489) +4(2489 2490 2516 2515) +4(2515 2516 2542 2541) +4(2541 2542 2568 2567) +4(2567 2568 2594 2593) +4(2593 2594 2620 2619) +4(2619 2620 2646 2645) +4(2645 2646 2672 2671) +4(2671 2672 2698 2697) +4(2697 2698 2724 2723) +4(2723 2724 2750 2749) +4(2749 2750 2776 2775) +4(2775 2776 2802 2801) +4(2801 2802 2828 2827) +4(2827 2828 2854 2853) +4(2853 2854 2880 2879) +4(2879 2880 2906 2905) +4(2905 2906 2932 2931) +4(2931 2932 2958 2957) +4(2957 2958 2984 2983) +4(2983 2984 3010 3009) +4(3009 3010 3036 3035) +4(3035 3036 3062 3061) +4(3061 3062 3088 3087) +4(3087 3088 3114 3113) +4(3113 3114 3140 3139) +4(3139 3140 3166 3165) +4(3165 3166 3192 3191) +4(3191 3192 3218 3217) +4(3217 3218 3244 3243) +4(3243 3244 3270 3269) +4(3269 3270 3296 3295) +4(3295 3296 3322 3321) +4(3321 3322 3348 3347) +4(3347 3348 3374 3373) +4(3373 3374 3400 3399) +4(3399 3400 3426 3425) +4(3425 3426 3452 3451) +4(3451 3452 3478 3477) +4(3477 3478 3504 3503) +4(3503 3504 3530 3529) +4(3529 3530 3556 3555) +4(3555 3556 3582 3581) +4(3581 3582 3608 3607) +4(3607 3608 3634 3633) +4(3633 3634 3660 3659) +4(3659 3660 3686 3685) +4(3685 3686 3712 3711) +4(3711 3712 3738 3737) +4(3737 3738 3764 3763) +4(3763 3764 3790 3789) +4(3789 3790 3816 3815) +4(3815 3816 3842 3841) +4(3841 3842 3868 3867) +4(3867 3868 3894 3893) +4(3893 3894 3920 3919) +4(3919 3920 3946 3945) +4(1996 1997 2023 2022) +4(2022 2023 2049 2048) +4(2048 2049 2075 2074) +4(2074 2075 2101 2100) +4(2100 2101 2127 2126) +4(2126 2127 2153 2152) +4(2152 2153 2179 2178) +4(2178 2179 2205 2204) +4(2204 2205 2231 2230) +4(2230 2231 2257 2256) +4(2256 2257 2283 2282) +4(2282 2283 2309 2308) +4(2308 2309 2335 2334) +4(2334 2335 2361 2360) +4(2360 2361 2387 2386) +4(2386 2387 2413 2412) +4(2412 2413 2439 2438) +4(2438 2439 2465 2464) +4(2464 2465 2491 2490) +4(2490 2491 2517 2516) +4(2516 2517 2543 2542) +4(2542 2543 2569 2568) +4(2568 2569 2595 2594) +4(2594 2595 2621 2620) +4(2620 2621 2647 2646) +4(2646 2647 2673 2672) +4(2672 2673 2699 2698) +4(2698 2699 2725 2724) +4(2724 2725 2751 2750) +4(2750 2751 2777 2776) +4(2776 2777 2803 2802) +4(2802 2803 2829 2828) +4(2828 2829 2855 2854) +4(2854 2855 2881 2880) +4(2880 2881 2907 2906) +4(2906 2907 2933 2932) +4(2932 2933 2959 2958) +4(2958 2959 2985 2984) +4(2984 2985 3011 3010) +4(3010 3011 3037 3036) +4(3036 3037 3063 3062) +4(3062 3063 3089 3088) +4(3088 3089 3115 3114) +4(3114 3115 3141 3140) +4(3140 3141 3167 3166) +4(3166 3167 3193 3192) +4(3192 3193 3219 3218) +4(3218 3219 3245 3244) +4(3244 3245 3271 3270) +4(3270 3271 3297 3296) +4(3296 3297 3323 3322) +4(3322 3323 3349 3348) +4(3348 3349 3375 3374) +4(3374 3375 3401 3400) +4(3400 3401 3427 3426) +4(3426 3427 3453 3452) +4(3452 3453 3479 3478) +4(3478 3479 3505 3504) +4(3504 3505 3531 3530) +4(3530 3531 3557 3556) +4(3556 3557 3583 3582) +4(3582 3583 3609 3608) +4(3608 3609 3635 3634) +4(3634 3635 3661 3660) +4(3660 3661 3687 3686) +4(3686 3687 3713 3712) +4(3712 3713 3739 3738) +4(3738 3739 3765 3764) +4(3764 3765 3791 3790) +4(3790 3791 3817 3816) +4(3816 3817 3843 3842) +4(3842 3843 3869 3868) +4(3868 3869 3895 3894) +4(3894 3895 3921 3920) +4(3920 3921 3947 3946) +4(1997 1998 2024 2023) +4(2023 2024 2050 2049) +4(2049 2050 2076 2075) +4(2075 2076 2102 2101) +4(2101 2102 2128 2127) +4(2127 2128 2154 2153) +4(2153 2154 2180 2179) +4(2179 2180 2206 2205) +4(2205 2206 2232 2231) +4(2231 2232 2258 2257) +4(2257 2258 2284 2283) +4(2283 2284 2310 2309) +4(2309 2310 2336 2335) +4(2335 2336 2362 2361) +4(2361 2362 2388 2387) +4(2387 2388 2414 2413) +4(2413 2414 2440 2439) +4(2439 2440 2466 2465) +4(2465 2466 2492 2491) +4(2491 2492 2518 2517) +4(2517 2518 2544 2543) +4(2543 2544 2570 2569) +4(2569 2570 2596 2595) +4(2595 2596 2622 2621) +4(2621 2622 2648 2647) +4(2647 2648 2674 2673) +4(2673 2674 2700 2699) +4(2699 2700 2726 2725) +4(2725 2726 2752 2751) +4(2751 2752 2778 2777) +4(2777 2778 2804 2803) +4(2803 2804 2830 2829) +4(2829 2830 2856 2855) +4(2855 2856 2882 2881) +4(2881 2882 2908 2907) +4(2907 2908 2934 2933) +4(2933 2934 2960 2959) +4(2959 2960 2986 2985) +4(2985 2986 3012 3011) +4(3011 3012 3038 3037) +4(3037 3038 3064 3063) +4(3063 3064 3090 3089) +4(3089 3090 3116 3115) +4(3115 3116 3142 3141) +4(3141 3142 3168 3167) +4(3167 3168 3194 3193) +4(3193 3194 3220 3219) +4(3219 3220 3246 3245) +4(3245 3246 3272 3271) +4(3271 3272 3298 3297) +4(3297 3298 3324 3323) +4(3323 3324 3350 3349) +4(3349 3350 3376 3375) +4(3375 3376 3402 3401) +4(3401 3402 3428 3427) +4(3427 3428 3454 3453) +4(3453 3454 3480 3479) +4(3479 3480 3506 3505) +4(3505 3506 3532 3531) +4(3531 3532 3558 3557) +4(3557 3558 3584 3583) +4(3583 3584 3610 3609) +4(3609 3610 3636 3635) +4(3635 3636 3662 3661) +4(3661 3662 3688 3687) +4(3687 3688 3714 3713) +4(3713 3714 3740 3739) +4(3739 3740 3766 3765) +4(3765 3766 3792 3791) +4(3791 3792 3818 3817) +4(3817 3818 3844 3843) +4(3843 3844 3870 3869) +4(3869 3870 3896 3895) +4(3895 3896 3922 3921) +4(3921 3922 3948 3947) +4(1998 1999 2025 2024) +4(2024 2025 2051 2050) +4(2050 2051 2077 2076) +4(2076 2077 2103 2102) +4(2102 2103 2129 2128) +4(2128 2129 2155 2154) +4(2154 2155 2181 2180) +4(2180 2181 2207 2206) +4(2206 2207 2233 2232) +4(2232 2233 2259 2258) +4(2258 2259 2285 2284) +4(2284 2285 2311 2310) +4(2310 2311 2337 2336) +4(2336 2337 2363 2362) +4(2362 2363 2389 2388) +4(2388 2389 2415 2414) +4(2414 2415 2441 2440) +4(2440 2441 2467 2466) +4(2466 2467 2493 2492) +4(2492 2493 2519 2518) +4(2518 2519 2545 2544) +4(2544 2545 2571 2570) +4(2570 2571 2597 2596) +4(2596 2597 2623 2622) +4(2622 2623 2649 2648) +4(2648 2649 2675 2674) +4(2674 2675 2701 2700) +4(2700 2701 2727 2726) +4(2726 2727 2753 2752) +4(2752 2753 2779 2778) +4(2778 2779 2805 2804) +4(2804 2805 2831 2830) +4(2830 2831 2857 2856) +4(2856 2857 2883 2882) +4(2882 2883 2909 2908) +4(2908 2909 2935 2934) +4(2934 2935 2961 2960) +4(2960 2961 2987 2986) +4(2986 2987 3013 3012) +4(3012 3013 3039 3038) +4(3038 3039 3065 3064) +4(3064 3065 3091 3090) +4(3090 3091 3117 3116) +4(3116 3117 3143 3142) +4(3142 3143 3169 3168) +4(3168 3169 3195 3194) +4(3194 3195 3221 3220) +4(3220 3221 3247 3246) +4(3246 3247 3273 3272) +4(3272 3273 3299 3298) +4(3298 3299 3325 3324) +4(3324 3325 3351 3350) +4(3350 3351 3377 3376) +4(3376 3377 3403 3402) +4(3402 3403 3429 3428) +4(3428 3429 3455 3454) +4(3454 3455 3481 3480) +4(3480 3481 3507 3506) +4(3506 3507 3533 3532) +4(3532 3533 3559 3558) +4(3558 3559 3585 3584) +4(3584 3585 3611 3610) +4(3610 3611 3637 3636) +4(3636 3637 3663 3662) +4(3662 3663 3689 3688) +4(3688 3689 3715 3714) +4(3714 3715 3741 3740) +4(3740 3741 3767 3766) +4(3766 3767 3793 3792) +4(3792 3793 3819 3818) +4(3818 3819 3845 3844) +4(3844 3845 3871 3870) +4(3870 3871 3897 3896) +4(3896 3897 3923 3922) +4(3922 3923 3949 3948) +4(1999 2000 2026 2025) +4(2025 2026 2052 2051) +4(2051 2052 2078 2077) +4(2077 2078 2104 2103) +4(2103 2104 2130 2129) +4(2129 2130 2156 2155) +4(2155 2156 2182 2181) +4(2181 2182 2208 2207) +4(2207 2208 2234 2233) +4(2233 2234 2260 2259) +4(2259 2260 2286 2285) +4(2285 2286 2312 2311) +4(2311 2312 2338 2337) +4(2337 2338 2364 2363) +4(2363 2364 2390 2389) +4(2389 2390 2416 2415) +4(2415 2416 2442 2441) +4(2441 2442 2468 2467) +4(2467 2468 2494 2493) +4(2493 2494 2520 2519) +4(2519 2520 2546 2545) +4(2545 2546 2572 2571) +4(2571 2572 2598 2597) +4(2597 2598 2624 2623) +4(2623 2624 2650 2649) +4(2649 2650 2676 2675) +4(2675 2676 2702 2701) +4(2701 2702 2728 2727) +4(2727 2728 2754 2753) +4(2753 2754 2780 2779) +4(2779 2780 2806 2805) +4(2805 2806 2832 2831) +4(2831 2832 2858 2857) +4(2857 2858 2884 2883) +4(2883 2884 2910 2909) +4(2909 2910 2936 2935) +4(2935 2936 2962 2961) +4(2961 2962 2988 2987) +4(2987 2988 3014 3013) +4(3013 3014 3040 3039) +4(3039 3040 3066 3065) +4(3065 3066 3092 3091) +4(3091 3092 3118 3117) +4(3117 3118 3144 3143) +4(3143 3144 3170 3169) +4(3169 3170 3196 3195) +4(3195 3196 3222 3221) +4(3221 3222 3248 3247) +4(3247 3248 3274 3273) +4(3273 3274 3300 3299) +4(3299 3300 3326 3325) +4(3325 3326 3352 3351) +4(3351 3352 3378 3377) +4(3377 3378 3404 3403) +4(3403 3404 3430 3429) +4(3429 3430 3456 3455) +4(3455 3456 3482 3481) +4(3481 3482 3508 3507) +4(3507 3508 3534 3533) +4(3533 3534 3560 3559) +4(3559 3560 3586 3585) +4(3585 3586 3612 3611) +4(3611 3612 3638 3637) +4(3637 3638 3664 3663) +4(3663 3664 3690 3689) +4(3689 3690 3716 3715) +4(3715 3716 3742 3741) +4(3741 3742 3768 3767) +4(3767 3768 3794 3793) +4(3793 3794 3820 3819) +4(3819 3820 3846 3845) +4(3845 3846 3872 3871) +4(3871 3872 3898 3897) +4(3897 3898 3924 3923) +4(3923 3924 3950 3949) +4(2000 2001 2027 2026) +4(2026 2027 2053 2052) +4(2052 2053 2079 2078) +4(2078 2079 2105 2104) +4(2104 2105 2131 2130) +4(2130 2131 2157 2156) +4(2156 2157 2183 2182) +4(2182 2183 2209 2208) +4(2208 2209 2235 2234) +4(2234 2235 2261 2260) +4(2260 2261 2287 2286) +4(2286 2287 2313 2312) +4(2312 2313 2339 2338) +4(2338 2339 2365 2364) +4(2364 2365 2391 2390) +4(2390 2391 2417 2416) +4(2416 2417 2443 2442) +4(2442 2443 2469 2468) +4(2468 2469 2495 2494) +4(2494 2495 2521 2520) +4(2520 2521 2547 2546) +4(2546 2547 2573 2572) +4(2572 2573 2599 2598) +4(2598 2599 2625 2624) +4(2624 2625 2651 2650) +4(2650 2651 2677 2676) +4(2676 2677 2703 2702) +4(2702 2703 2729 2728) +4(2728 2729 2755 2754) +4(2754 2755 2781 2780) +4(2780 2781 2807 2806) +4(2806 2807 2833 2832) +4(2832 2833 2859 2858) +4(2858 2859 2885 2884) +4(2884 2885 2911 2910) +4(2910 2911 2937 2936) +4(2936 2937 2963 2962) +4(2962 2963 2989 2988) +4(2988 2989 3015 3014) +4(3014 3015 3041 3040) +4(3040 3041 3067 3066) +4(3066 3067 3093 3092) +4(3092 3093 3119 3118) +4(3118 3119 3145 3144) +4(3144 3145 3171 3170) +4(3170 3171 3197 3196) +4(3196 3197 3223 3222) +4(3222 3223 3249 3248) +4(3248 3249 3275 3274) +4(3274 3275 3301 3300) +4(3300 3301 3327 3326) +4(3326 3327 3353 3352) +4(3352 3353 3379 3378) +4(3378 3379 3405 3404) +4(3404 3405 3431 3430) +4(3430 3431 3457 3456) +4(3456 3457 3483 3482) +4(3482 3483 3509 3508) +4(3508 3509 3535 3534) +4(3534 3535 3561 3560) +4(3560 3561 3587 3586) +4(3586 3587 3613 3612) +4(3612 3613 3639 3638) +4(3638 3639 3665 3664) +4(3664 3665 3691 3690) +4(3690 3691 3717 3716) +4(3716 3717 3743 3742) +4(3742 3743 3769 3768) +4(3768 3769 3795 3794) +4(3794 3795 3821 3820) +4(3820 3821 3847 3846) +4(3846 3847 3873 3872) +4(3872 3873 3899 3898) +4(3898 3899 3925 3924) +4(3924 3925 3951 3950) +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/neighbour b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/neighbour new file mode 100644 index 00000000000..3df97f3d1c1 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/neighbour @@ -0,0 +1,3675 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class labelList; + note "nPoints: 3952 nCells: 1875 nFaces: 7600 nInternalFaces: 3650"; + location "constant/polyMesh"; + object neighbour; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +3650 +( +1 +25 +2 +26 +3 +27 +4 +28 +5 +29 +6 +30 +7 +31 +8 +32 +9 +33 +10 +34 +11 +35 +12 +36 +13 +37 +14 +38 +15 +39 +16 +40 +17 +41 +18 +42 +19 +43 +20 +44 +21 +45 +22 +46 +23 +47 +24 +48 +49 +26 +50 +27 +51 +28 +52 +29 +53 +30 +54 +31 +55 +32 +56 +33 +57 +34 +58 +35 +59 +36 +60 +37 +61 +38 +62 +39 +63 +40 +64 +41 +65 +42 +66 +43 +67 +44 +68 +45 +69 +46 +70 +47 +71 +48 +72 +49 +73 +74 +51 +75 +52 +76 +53 +77 +54 +78 +55 +79 +56 +80 +57 +81 +58 +82 +59 +83 +60 +84 +61 +85 +62 +86 +63 +87 +64 +88 +65 +89 +66 +90 +67 +91 +68 +92 +69 +93 +70 +94 +71 +95 +72 +96 +73 +97 +74 +98 +99 +76 +100 +77 +101 +78 +102 +79 +103 +80 +104 +81 +105 +82 +106 +83 +107 +84 +108 +85 +109 +86 +110 +87 +111 +88 +112 +89 +113 +90 +114 +91 +115 +92 +116 +93 +117 +94 +118 +95 +119 +96 +120 +97 +121 +98 +122 +99 +123 +124 +101 +125 +102 +126 +103 +127 +104 +128 +105 +129 +106 +130 +107 +131 +108 +132 +109 +133 +110 +134 +111 +135 +112 +136 +113 +137 +114 +138 +115 +139 +116 +140 +117 +141 +118 +142 +119 +143 +120 +144 +121 +145 +122 +146 +123 +147 +124 +148 +149 +126 +150 +127 +151 +128 +152 +129 +153 +130 +154 +131 +155 +132 +156 +133 +157 +134 +158 +135 +159 +136 +160 +137 +161 +138 +162 +139 +163 +140 +164 +141 +165 +142 +166 +143 +167 +144 +168 +145 +169 +146 +170 +147 +171 +148 +172 +149 +173 +174 +151 +175 +152 +176 +153 +177 +154 +178 +155 +179 +156 +180 +157 +181 +158 +182 +159 +183 +160 +184 +161 +185 +162 +186 +163 +187 +164 +188 +165 +189 +166 +190 +167 +191 +168 +192 +169 +193 +170 +194 +171 +195 +172 +196 +173 +197 +174 +198 +199 +176 +200 +177 +201 +178 +202 +179 +203 +180 +204 +181 +205 +182 +206 +183 +207 +184 +208 +185 +209 +186 +210 +187 +211 +188 +212 +189 +213 +190 +214 +191 +215 +192 +216 +193 +217 +194 +218 +195 +219 +196 +220 +197 +221 +198 +222 +199 +223 +224 +201 +225 +202 +226 +203 +227 +204 +228 +205 +229 +206 +230 +207 +231 +208 +232 +209 +233 +210 +234 +211 +235 +212 +236 +213 +237 +214 +238 +215 +239 +216 +240 +217 +241 +218 +242 +219 +243 +220 +244 +221 +245 +222 +246 +223 +247 +224 +248 +249 +226 +250 +227 +251 +228 +252 +229 +253 +230 +254 +231 +255 +232 +256 +233 +257 +234 +258 +235 +259 +236 +260 +237 +261 +238 +262 +239 +263 +240 +264 +241 +265 +242 +266 +243 +267 +244 +268 +245 +269 +246 +270 +247 +271 +248 +272 +249 +273 +274 +251 +275 +252 +276 +253 +277 +254 +278 +255 +279 +256 +280 +257 +281 +258 +282 +259 +283 +260 +284 +261 +285 +262 +286 +263 +287 +264 +288 +265 +289 +266 +290 +267 +291 +268 +292 +269 +293 +270 +294 +271 +295 +272 +296 +273 +297 +274 +298 +299 +276 +300 +277 +301 +278 +302 +279 +303 +280 +304 +281 +305 +282 +306 +283 +307 +284 +308 +285 +309 +286 +310 +287 +311 +288 +312 +289 +313 +290 +314 +291 +315 +292 +316 +293 +317 +294 +318 +295 +319 +296 +320 +297 +321 +298 +322 +299 +323 +324 +301 +325 +302 +326 +303 +327 +304 +328 +305 +329 +306 +330 +307 +331 +308 +332 +309 +333 +310 +334 +311 +335 +312 +336 +313 +337 +314 +338 +315 +339 +316 +340 +317 +341 +318 +342 +319 +343 +320 +344 +321 +345 +322 +346 +323 +347 +324 +348 +349 +326 +350 +327 +351 +328 +352 +329 +353 +330 +354 +331 +355 +332 +356 +333 +357 +334 +358 +335 +359 +336 +360 +337 +361 +338 +362 +339 +363 +340 +364 +341 +365 +342 +366 +343 +367 +344 +368 +345 +369 +346 +370 +347 +371 +348 +372 +349 +373 +374 +351 +375 +352 +376 +353 +377 +354 +378 +355 +379 +356 +380 +357 +381 +358 +382 +359 +383 +360 +384 +361 +385 +362 +386 +363 +387 +364 +388 +365 +389 +366 +390 +367 +391 +368 +392 +369 +393 +370 +394 +371 +395 +372 +396 +373 +397 +374 +398 +399 +376 +400 +377 +401 +378 +402 +379 +403 +380 +404 +381 +405 +382 +406 +383 +407 +384 +408 +385 +409 +386 +410 +387 +411 +388 +412 +389 +413 +390 +414 +391 +415 +392 +416 +393 +417 +394 +418 +395 +419 +396 +420 +397 +421 +398 +422 +399 +423 +424 +401 +425 +402 +426 +403 +427 +404 +428 +405 +429 +406 +430 +407 +431 +408 +432 +409 +433 +410 +434 +411 +435 +412 +436 +413 +437 +414 +438 +415 +439 +416 +440 +417 +441 +418 +442 +419 +443 +420 +444 +421 +445 +422 +446 +423 +447 +424 +448 +449 +426 +450 +427 +451 +428 +452 +429 +453 +430 +454 +431 +455 +432 +456 +433 +457 +434 +458 +435 +459 +436 +460 +437 +461 +438 +462 +439 +463 +440 +464 +441 +465 +442 +466 +443 +467 +444 +468 +445 +469 +446 +470 +447 +471 +448 +472 +449 +473 +474 +451 +475 +452 +476 +453 +477 +454 +478 +455 +479 +456 +480 +457 +481 +458 +482 +459 +483 +460 +484 +461 +485 +462 +486 +463 +487 +464 +488 +465 +489 +466 +490 +467 +491 +468 +492 +469 +493 +470 +494 +471 +495 +472 +496 +473 +497 +474 +498 +499 +476 +500 +477 +501 +478 +502 +479 +503 +480 +504 +481 +505 +482 +506 +483 +507 +484 +508 +485 +509 +486 +510 +487 +511 +488 +512 +489 +513 +490 +514 +491 +515 +492 +516 +493 +517 +494 +518 +495 +519 +496 +520 +497 +521 +498 +522 +499 +523 +524 +501 +525 +502 +526 +503 +527 +504 +528 +505 +529 +506 +530 +507 +531 +508 +532 +509 +533 +510 +534 +511 +535 +512 +536 +513 +537 +514 +538 +515 +539 +516 +540 +517 +541 +518 +542 +519 +543 +520 +544 +521 +545 +522 +546 +523 +547 +524 +548 +549 +526 +550 +527 +551 +528 +552 +529 +553 +530 +554 +531 +555 +532 +556 +533 +557 +534 +558 +535 +559 +536 +560 +537 +561 +538 +562 +539 +563 +540 +564 +541 +565 +542 +566 +543 +567 +544 +568 +545 +569 +546 +570 +547 +571 +548 +572 +549 +573 +574 +551 +575 +552 +576 +553 +577 +554 +578 +555 +579 +556 +580 +557 +581 +558 +582 +559 +583 +560 +584 +561 +585 +562 +586 +563 +587 +564 +588 +565 +589 +566 +590 +567 +591 +568 +592 +569 +593 +570 +594 +571 +595 +572 +596 +573 +597 +574 +598 +599 +576 +600 +577 +601 +578 +602 +579 +603 +580 +604 +581 +605 +582 +606 +583 +607 +584 +608 +585 +609 +586 +610 +587 +611 +588 +612 +589 +613 +590 +614 +591 +615 +592 +616 +593 +617 +594 +618 +595 +619 +596 +620 +597 +621 +598 +622 +599 +623 +624 +601 +625 +602 +626 +603 +627 +604 +628 +605 +629 +606 +630 +607 +631 +608 +632 +609 +633 +610 +634 +611 +635 +612 +636 +613 +637 +614 +638 +615 +639 +616 +640 +617 +641 +618 +642 +619 +643 +620 +644 +621 +645 +622 +646 +623 +647 +624 +648 +649 +626 +650 +627 +651 +628 +652 +629 +653 +630 +654 +631 +655 +632 +656 +633 +657 +634 +658 +635 +659 +636 +660 +637 +661 +638 +662 +639 +663 +640 +664 +641 +665 +642 +666 +643 +667 +644 +668 +645 +669 +646 +670 +647 +671 +648 +672 +649 +673 +674 +651 +675 +652 +676 +653 +677 +654 +678 +655 +679 +656 +680 +657 +681 +658 +682 +659 +683 +660 +684 +661 +685 +662 +686 +663 +687 +664 +688 +665 +689 +666 +690 +667 +691 +668 +692 +669 +693 +670 +694 +671 +695 +672 +696 +673 +697 +674 +698 +699 +676 +700 +677 +701 +678 +702 +679 +703 +680 +704 +681 +705 +682 +706 +683 +707 +684 +708 +685 +709 +686 +710 +687 +711 +688 +712 +689 +713 +690 +714 +691 +715 +692 +716 +693 +717 +694 +718 +695 +719 +696 +720 +697 +721 +698 +722 +699 +723 +724 +701 +725 +702 +726 +703 +727 +704 +728 +705 +729 +706 +730 +707 +731 +708 +732 +709 +733 +710 +734 +711 +735 +712 +736 +713 +737 +714 +738 +715 +739 +716 +740 +717 +741 +718 +742 +719 +743 +720 +744 +721 +745 +722 +746 +723 +747 +724 +748 +749 +726 +750 +727 +751 +728 +752 +729 +753 +730 +754 +731 +755 +732 +756 +733 +757 +734 +758 +735 +759 +736 +760 +737 +761 +738 +762 +739 +763 +740 +764 +741 +765 +742 +766 +743 +767 +744 +768 +745 +769 +746 +770 +747 +771 +748 +772 +749 +773 +774 +751 +775 +752 +776 +753 +777 +754 +778 +755 +779 +756 +780 +757 +781 +758 +782 +759 +783 +760 +784 +761 +785 +762 +786 +763 +787 +764 +788 +765 +789 +766 +790 +767 +791 +768 +792 +769 +793 +770 +794 +771 +795 +772 +796 +773 +797 +774 +798 +799 +776 +800 +777 +801 +778 +802 +779 +803 +780 +804 +781 +805 +782 +806 +783 +807 +784 +808 +785 +809 +786 +810 +787 +811 +788 +812 +789 +813 +790 +814 +791 +815 +792 +816 +793 +817 +794 +818 +795 +819 +796 +820 +797 +821 +798 +822 +799 +823 +824 +801 +825 +802 +826 +803 +827 +804 +828 +805 +829 +806 +830 +807 +831 +808 +832 +809 +833 +810 +834 +811 +835 +812 +836 +813 +837 +814 +838 +815 +839 +816 +840 +817 +841 +818 +842 +819 +843 +820 +844 +821 +845 +822 +846 +823 +847 +824 +848 +849 +826 +850 +827 +851 +828 +852 +829 +853 +830 +854 +831 +855 +832 +856 +833 +857 +834 +858 +835 +859 +836 +860 +837 +861 +838 +862 +839 +863 +840 +864 +841 +865 +842 +866 +843 +867 +844 +868 +845 +869 +846 +870 +847 +871 +848 +872 +849 +873 +874 +851 +875 +852 +876 +853 +877 +854 +878 +855 +879 +856 +880 +857 +881 +858 +882 +859 +883 +860 +884 +861 +885 +862 +886 +863 +887 +864 +888 +865 +889 +866 +890 +867 +891 +868 +892 +869 +893 +870 +894 +871 +895 +872 +896 +873 +897 +874 +898 +899 +876 +900 +877 +901 +878 +902 +879 +903 +880 +904 +881 +905 +882 +906 +883 +907 +884 +908 +885 +909 +886 +910 +887 +911 +888 +912 +889 +913 +890 +914 +891 +915 +892 +916 +893 +917 +894 +918 +895 +919 +896 +920 +897 +921 +898 +922 +899 +923 +924 +901 +925 +902 +926 +903 +927 +904 +928 +905 +929 +906 +930 +907 +931 +908 +932 +909 +933 +910 +934 +911 +935 +912 +936 +913 +937 +914 +938 +915 +939 +916 +940 +917 +941 +918 +942 +919 +943 +920 +944 +921 +945 +922 +946 +923 +947 +924 +948 +949 +926 +950 +927 +951 +928 +952 +929 +953 +930 +954 +931 +955 +932 +956 +933 +957 +934 +958 +935 +959 +936 +960 +937 +961 +938 +962 +939 +963 +940 +964 +941 +965 +942 +966 +943 +967 +944 +968 +945 +969 +946 +970 +947 +971 +948 +972 +949 +973 +974 +951 +975 +952 +976 +953 +977 +954 +978 +955 +979 +956 +980 +957 +981 +958 +982 +959 +983 +960 +984 +961 +985 +962 +986 +963 +987 +964 +988 +965 +989 +966 +990 +967 +991 +968 +992 +969 +993 +970 +994 +971 +995 +972 +996 +973 +997 +974 +998 +999 +976 +1000 +977 +1001 +978 +1002 +979 +1003 +980 +1004 +981 +1005 +982 +1006 +983 +1007 +984 +1008 +985 +1009 +986 +1010 +987 +1011 +988 +1012 +989 +1013 +990 +1014 +991 +1015 +992 +1016 +993 +1017 +994 +1018 +995 +1019 +996 +1020 +997 +1021 +998 +1022 +999 +1023 +1024 +1001 +1025 +1002 +1026 +1003 +1027 +1004 +1028 +1005 +1029 +1006 +1030 +1007 +1031 +1008 +1032 +1009 +1033 +1010 +1034 +1011 +1035 +1012 +1036 +1013 +1037 +1014 +1038 +1015 +1039 +1016 +1040 +1017 +1041 +1018 +1042 +1019 +1043 +1020 +1044 +1021 +1045 +1022 +1046 +1023 +1047 +1024 +1048 +1049 +1026 +1050 +1027 +1051 +1028 +1052 +1029 +1053 +1030 +1054 +1031 +1055 +1032 +1056 +1033 +1057 +1034 +1058 +1035 +1059 +1036 +1060 +1037 +1061 +1038 +1062 +1039 +1063 +1040 +1064 +1041 +1065 +1042 +1066 +1043 +1067 +1044 +1068 +1045 +1069 +1046 +1070 +1047 +1071 +1048 +1072 +1049 +1073 +1074 +1051 +1075 +1052 +1076 +1053 +1077 +1054 +1078 +1055 +1079 +1056 +1080 +1057 +1081 +1058 +1082 +1059 +1083 +1060 +1084 +1061 +1085 +1062 +1086 +1063 +1087 +1064 +1088 +1065 +1089 +1066 +1090 +1067 +1091 +1068 +1092 +1069 +1093 +1070 +1094 +1071 +1095 +1072 +1096 +1073 +1097 +1074 +1098 +1099 +1076 +1100 +1077 +1101 +1078 +1102 +1079 +1103 +1080 +1104 +1081 +1105 +1082 +1106 +1083 +1107 +1084 +1108 +1085 +1109 +1086 +1110 +1087 +1111 +1088 +1112 +1089 +1113 +1090 +1114 +1091 +1115 +1092 +1116 +1093 +1117 +1094 +1118 +1095 +1119 +1096 +1120 +1097 +1121 +1098 +1122 +1099 +1123 +1124 +1101 +1125 +1102 +1126 +1103 +1127 +1104 +1128 +1105 +1129 +1106 +1130 +1107 +1131 +1108 +1132 +1109 +1133 +1110 +1134 +1111 +1135 +1112 +1136 +1113 +1137 +1114 +1138 +1115 +1139 +1116 +1140 +1117 +1141 +1118 +1142 +1119 +1143 +1120 +1144 +1121 +1145 +1122 +1146 +1123 +1147 +1124 +1148 +1149 +1126 +1150 +1127 +1151 +1128 +1152 +1129 +1153 +1130 +1154 +1131 +1155 +1132 +1156 +1133 +1157 +1134 +1158 +1135 +1159 +1136 +1160 +1137 +1161 +1138 +1162 +1139 +1163 +1140 +1164 +1141 +1165 +1142 +1166 +1143 +1167 +1144 +1168 +1145 +1169 +1146 +1170 +1147 +1171 +1148 +1172 +1149 +1173 +1174 +1151 +1175 +1152 +1176 +1153 +1177 +1154 +1178 +1155 +1179 +1156 +1180 +1157 +1181 +1158 +1182 +1159 +1183 +1160 +1184 +1161 +1185 +1162 +1186 +1163 +1187 +1164 +1188 +1165 +1189 +1166 +1190 +1167 +1191 +1168 +1192 +1169 +1193 +1170 +1194 +1171 +1195 +1172 +1196 +1173 +1197 +1174 +1198 +1199 +1176 +1200 +1177 +1201 +1178 +1202 +1179 +1203 +1180 +1204 +1181 +1205 +1182 +1206 +1183 +1207 +1184 +1208 +1185 +1209 +1186 +1210 +1187 +1211 +1188 +1212 +1189 +1213 +1190 +1214 +1191 +1215 +1192 +1216 +1193 +1217 +1194 +1218 +1195 +1219 +1196 +1220 +1197 +1221 +1198 +1222 +1199 +1223 +1224 +1201 +1225 +1202 +1226 +1203 +1227 +1204 +1228 +1205 +1229 +1206 +1230 +1207 +1231 +1208 +1232 +1209 +1233 +1210 +1234 +1211 +1235 +1212 +1236 +1213 +1237 +1214 +1238 +1215 +1239 +1216 +1240 +1217 +1241 +1218 +1242 +1219 +1243 +1220 +1244 +1221 +1245 +1222 +1246 +1223 +1247 +1224 +1248 +1249 +1226 +1250 +1227 +1251 +1228 +1252 +1229 +1253 +1230 +1254 +1231 +1255 +1232 +1256 +1233 +1257 +1234 +1258 +1235 +1259 +1236 +1260 +1237 +1261 +1238 +1262 +1239 +1263 +1240 +1264 +1241 +1265 +1242 +1266 +1243 +1267 +1244 +1268 +1245 +1269 +1246 +1270 +1247 +1271 +1248 +1272 +1249 +1273 +1274 +1251 +1275 +1252 +1276 +1253 +1277 +1254 +1278 +1255 +1279 +1256 +1280 +1257 +1281 +1258 +1282 +1259 +1283 +1260 +1284 +1261 +1285 +1262 +1286 +1263 +1287 +1264 +1288 +1265 +1289 +1266 +1290 +1267 +1291 +1268 +1292 +1269 +1293 +1270 +1294 +1271 +1295 +1272 +1296 +1273 +1297 +1274 +1298 +1299 +1276 +1300 +1277 +1301 +1278 +1302 +1279 +1303 +1280 +1304 +1281 +1305 +1282 +1306 +1283 +1307 +1284 +1308 +1285 +1309 +1286 +1310 +1287 +1311 +1288 +1312 +1289 +1313 +1290 +1314 +1291 +1315 +1292 +1316 +1293 +1317 +1294 +1318 +1295 +1319 +1296 +1320 +1297 +1321 +1298 +1322 +1299 +1323 +1324 +1301 +1325 +1302 +1326 +1303 +1327 +1304 +1328 +1305 +1329 +1306 +1330 +1307 +1331 +1308 +1332 +1309 +1333 +1310 +1334 +1311 +1335 +1312 +1336 +1313 +1337 +1314 +1338 +1315 +1339 +1316 +1340 +1317 +1341 +1318 +1342 +1319 +1343 +1320 +1344 +1321 +1345 +1322 +1346 +1323 +1347 +1324 +1348 +1349 +1326 +1350 +1327 +1351 +1328 +1352 +1329 +1353 +1330 +1354 +1331 +1355 +1332 +1356 +1333 +1357 +1334 +1358 +1335 +1359 +1336 +1360 +1337 +1361 +1338 +1362 +1339 +1363 +1340 +1364 +1341 +1365 +1342 +1366 +1343 +1367 +1344 +1368 +1345 +1369 +1346 +1370 +1347 +1371 +1348 +1372 +1349 +1373 +1374 +1351 +1375 +1352 +1376 +1353 +1377 +1354 +1378 +1355 +1379 +1356 +1380 +1357 +1381 +1358 +1382 +1359 +1383 +1360 +1384 +1361 +1385 +1362 +1386 +1363 +1387 +1364 +1388 +1365 +1389 +1366 +1390 +1367 +1391 +1368 +1392 +1369 +1393 +1370 +1394 +1371 +1395 +1372 +1396 +1373 +1397 +1374 +1398 +1399 +1376 +1400 +1377 +1401 +1378 +1402 +1379 +1403 +1380 +1404 +1381 +1405 +1382 +1406 +1383 +1407 +1384 +1408 +1385 +1409 +1386 +1410 +1387 +1411 +1388 +1412 +1389 +1413 +1390 +1414 +1391 +1415 +1392 +1416 +1393 +1417 +1394 +1418 +1395 +1419 +1396 +1420 +1397 +1421 +1398 +1422 +1399 +1423 +1424 +1401 +1425 +1402 +1426 +1403 +1427 +1404 +1428 +1405 +1429 +1406 +1430 +1407 +1431 +1408 +1432 +1409 +1433 +1410 +1434 +1411 +1435 +1412 +1436 +1413 +1437 +1414 +1438 +1415 +1439 +1416 +1440 +1417 +1441 +1418 +1442 +1419 +1443 +1420 +1444 +1421 +1445 +1422 +1446 +1423 +1447 +1424 +1448 +1449 +1426 +1450 +1427 +1451 +1428 +1452 +1429 +1453 +1430 +1454 +1431 +1455 +1432 +1456 +1433 +1457 +1434 +1458 +1435 +1459 +1436 +1460 +1437 +1461 +1438 +1462 +1439 +1463 +1440 +1464 +1441 +1465 +1442 +1466 +1443 +1467 +1444 +1468 +1445 +1469 +1446 +1470 +1447 +1471 +1448 +1472 +1449 +1473 +1474 +1451 +1475 +1452 +1476 +1453 +1477 +1454 +1478 +1455 +1479 +1456 +1480 +1457 +1481 +1458 +1482 +1459 +1483 +1460 +1484 +1461 +1485 +1462 +1486 +1463 +1487 +1464 +1488 +1465 +1489 +1466 +1490 +1467 +1491 +1468 +1492 +1469 +1493 +1470 +1494 +1471 +1495 +1472 +1496 +1473 +1497 +1474 +1498 +1499 +1476 +1500 +1477 +1501 +1478 +1502 +1479 +1503 +1480 +1504 +1481 +1505 +1482 +1506 +1483 +1507 +1484 +1508 +1485 +1509 +1486 +1510 +1487 +1511 +1488 +1512 +1489 +1513 +1490 +1514 +1491 +1515 +1492 +1516 +1493 +1517 +1494 +1518 +1495 +1519 +1496 +1520 +1497 +1521 +1498 +1522 +1499 +1523 +1524 +1501 +1525 +1502 +1526 +1503 +1527 +1504 +1528 +1505 +1529 +1506 +1530 +1507 +1531 +1508 +1532 +1509 +1533 +1510 +1534 +1511 +1535 +1512 +1536 +1513 +1537 +1514 +1538 +1515 +1539 +1516 +1540 +1517 +1541 +1518 +1542 +1519 +1543 +1520 +1544 +1521 +1545 +1522 +1546 +1523 +1547 +1524 +1548 +1549 +1526 +1550 +1527 +1551 +1528 +1552 +1529 +1553 +1530 +1554 +1531 +1555 +1532 +1556 +1533 +1557 +1534 +1558 +1535 +1559 +1536 +1560 +1537 +1561 +1538 +1562 +1539 +1563 +1540 +1564 +1541 +1565 +1542 +1566 +1543 +1567 +1544 +1568 +1545 +1569 +1546 +1570 +1547 +1571 +1548 +1572 +1549 +1573 +1574 +1551 +1575 +1552 +1576 +1553 +1577 +1554 +1578 +1555 +1579 +1556 +1580 +1557 +1581 +1558 +1582 +1559 +1583 +1560 +1584 +1561 +1585 +1562 +1586 +1563 +1587 +1564 +1588 +1565 +1589 +1566 +1590 +1567 +1591 +1568 +1592 +1569 +1593 +1570 +1594 +1571 +1595 +1572 +1596 +1573 +1597 +1574 +1598 +1599 +1576 +1600 +1577 +1601 +1578 +1602 +1579 +1603 +1580 +1604 +1581 +1605 +1582 +1606 +1583 +1607 +1584 +1608 +1585 +1609 +1586 +1610 +1587 +1611 +1588 +1612 +1589 +1613 +1590 +1614 +1591 +1615 +1592 +1616 +1593 +1617 +1594 +1618 +1595 +1619 +1596 +1620 +1597 +1621 +1598 +1622 +1599 +1623 +1624 +1601 +1625 +1602 +1626 +1603 +1627 +1604 +1628 +1605 +1629 +1606 +1630 +1607 +1631 +1608 +1632 +1609 +1633 +1610 +1634 +1611 +1635 +1612 +1636 +1613 +1637 +1614 +1638 +1615 +1639 +1616 +1640 +1617 +1641 +1618 +1642 +1619 +1643 +1620 +1644 +1621 +1645 +1622 +1646 +1623 +1647 +1624 +1648 +1649 +1626 +1650 +1627 +1651 +1628 +1652 +1629 +1653 +1630 +1654 +1631 +1655 +1632 +1656 +1633 +1657 +1634 +1658 +1635 +1659 +1636 +1660 +1637 +1661 +1638 +1662 +1639 +1663 +1640 +1664 +1641 +1665 +1642 +1666 +1643 +1667 +1644 +1668 +1645 +1669 +1646 +1670 +1647 +1671 +1648 +1672 +1649 +1673 +1674 +1651 +1675 +1652 +1676 +1653 +1677 +1654 +1678 +1655 +1679 +1656 +1680 +1657 +1681 +1658 +1682 +1659 +1683 +1660 +1684 +1661 +1685 +1662 +1686 +1663 +1687 +1664 +1688 +1665 +1689 +1666 +1690 +1667 +1691 +1668 +1692 +1669 +1693 +1670 +1694 +1671 +1695 +1672 +1696 +1673 +1697 +1674 +1698 +1699 +1676 +1700 +1677 +1701 +1678 +1702 +1679 +1703 +1680 +1704 +1681 +1705 +1682 +1706 +1683 +1707 +1684 +1708 +1685 +1709 +1686 +1710 +1687 +1711 +1688 +1712 +1689 +1713 +1690 +1714 +1691 +1715 +1692 +1716 +1693 +1717 +1694 +1718 +1695 +1719 +1696 +1720 +1697 +1721 +1698 +1722 +1699 +1723 +1724 +1701 +1725 +1702 +1726 +1703 +1727 +1704 +1728 +1705 +1729 +1706 +1730 +1707 +1731 +1708 +1732 +1709 +1733 +1710 +1734 +1711 +1735 +1712 +1736 +1713 +1737 +1714 +1738 +1715 +1739 +1716 +1740 +1717 +1741 +1718 +1742 +1719 +1743 +1720 +1744 +1721 +1745 +1722 +1746 +1723 +1747 +1724 +1748 +1749 +1726 +1750 +1727 +1751 +1728 +1752 +1729 +1753 +1730 +1754 +1731 +1755 +1732 +1756 +1733 +1757 +1734 +1758 +1735 +1759 +1736 +1760 +1737 +1761 +1738 +1762 +1739 +1763 +1740 +1764 +1741 +1765 +1742 +1766 +1743 +1767 +1744 +1768 +1745 +1769 +1746 +1770 +1747 +1771 +1748 +1772 +1749 +1773 +1774 +1751 +1775 +1752 +1776 +1753 +1777 +1754 +1778 +1755 +1779 +1756 +1780 +1757 +1781 +1758 +1782 +1759 +1783 +1760 +1784 +1761 +1785 +1762 +1786 +1763 +1787 +1764 +1788 +1765 +1789 +1766 +1790 +1767 +1791 +1768 +1792 +1769 +1793 +1770 +1794 +1771 +1795 +1772 +1796 +1773 +1797 +1774 +1798 +1799 +1776 +1800 +1777 +1801 +1778 +1802 +1779 +1803 +1780 +1804 +1781 +1805 +1782 +1806 +1783 +1807 +1784 +1808 +1785 +1809 +1786 +1810 +1787 +1811 +1788 +1812 +1789 +1813 +1790 +1814 +1791 +1815 +1792 +1816 +1793 +1817 +1794 +1818 +1795 +1819 +1796 +1820 +1797 +1821 +1798 +1822 +1799 +1823 +1824 +1801 +1825 +1802 +1826 +1803 +1827 +1804 +1828 +1805 +1829 +1806 +1830 +1807 +1831 +1808 +1832 +1809 +1833 +1810 +1834 +1811 +1835 +1812 +1836 +1813 +1837 +1814 +1838 +1815 +1839 +1816 +1840 +1817 +1841 +1818 +1842 +1819 +1843 +1820 +1844 +1821 +1845 +1822 +1846 +1823 +1847 +1824 +1848 +1849 +1826 +1850 +1827 +1851 +1828 +1852 +1829 +1853 +1830 +1854 +1831 +1855 +1832 +1856 +1833 +1857 +1834 +1858 +1835 +1859 +1836 +1860 +1837 +1861 +1838 +1862 +1839 +1863 +1840 +1864 +1841 +1865 +1842 +1866 +1843 +1867 +1844 +1868 +1845 +1869 +1846 +1870 +1847 +1871 +1848 +1872 +1849 +1873 +1874 +1851 +1852 +1853 +1854 +1855 +1856 +1857 +1858 +1859 +1860 +1861 +1862 +1863 +1864 +1865 +1866 +1867 +1868 +1869 +1870 +1871 +1872 +1873 +1874 +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/owner b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/owner new file mode 100644 index 00000000000..55564c0bae3 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/owner @@ -0,0 +1,7625 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class labelList; + note "nPoints: 3952 nCells: 1875 nFaces: 7600 nInternalFaces: 3650"; + location "constant/polyMesh"; + object owner; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +7600 +( +0 +0 +1 +1 +2 +2 +3 +3 +4 +4 +5 +5 +6 +6 +7 +7 +8 +8 +9 +9 +10 +10 +11 +11 +12 +12 +13 +13 +14 +14 +15 +15 +16 +16 +17 +17 +18 +18 +19 +19 +20 +20 +21 +21 +22 +22 +23 +23 +24 +25 +25 +26 +26 +27 +27 +28 +28 +29 +29 +30 +30 +31 +31 +32 +32 +33 +33 +34 +34 +35 +35 +36 +36 +37 +37 +38 +38 +39 +39 +40 +40 +41 +41 +42 +42 +43 +43 +44 +44 +45 +45 +46 +46 +47 +47 +48 +48 +49 +50 +50 +51 +51 +52 +52 +53 +53 +54 +54 +55 +55 +56 +56 +57 +57 +58 +58 +59 +59 +60 +60 +61 +61 +62 +62 +63 +63 +64 +64 +65 +65 +66 +66 +67 +67 +68 +68 +69 +69 +70 +70 +71 +71 +72 +72 +73 +73 +74 +75 +75 +76 +76 +77 +77 +78 +78 +79 +79 +80 +80 +81 +81 +82 +82 +83 +83 +84 +84 +85 +85 +86 +86 +87 +87 +88 +88 +89 +89 +90 +90 +91 +91 +92 +92 +93 +93 +94 +94 +95 +95 +96 +96 +97 +97 +98 +98 +99 +100 +100 +101 +101 +102 +102 +103 +103 +104 +104 +105 +105 +106 +106 +107 +107 +108 +108 +109 +109 +110 +110 +111 +111 +112 +112 +113 +113 +114 +114 +115 +115 +116 +116 +117 +117 +118 +118 +119 +119 +120 +120 +121 +121 +122 +122 +123 +123 +124 +125 +125 +126 +126 +127 +127 +128 +128 +129 +129 +130 +130 +131 +131 +132 +132 +133 +133 +134 +134 +135 +135 +136 +136 +137 +137 +138 +138 +139 +139 +140 +140 +141 +141 +142 +142 +143 +143 +144 +144 +145 +145 +146 +146 +147 +147 +148 +148 +149 +150 +150 +151 +151 +152 +152 +153 +153 +154 +154 +155 +155 +156 +156 +157 +157 +158 +158 +159 +159 +160 +160 +161 +161 +162 +162 +163 +163 +164 +164 +165 +165 +166 +166 +167 +167 +168 +168 +169 +169 +170 +170 +171 +171 +172 +172 +173 +173 +174 +175 +175 +176 +176 +177 +177 +178 +178 +179 +179 +180 +180 +181 +181 +182 +182 +183 +183 +184 +184 +185 +185 +186 +186 +187 +187 +188 +188 +189 +189 +190 +190 +191 +191 +192 +192 +193 +193 +194 +194 +195 +195 +196 +196 +197 +197 +198 +198 +199 +200 +200 +201 +201 +202 +202 +203 +203 +204 +204 +205 +205 +206 +206 +207 +207 +208 +208 +209 +209 +210 +210 +211 +211 +212 +212 +213 +213 +214 +214 +215 +215 +216 +216 +217 +217 +218 +218 +219 +219 +220 +220 +221 +221 +222 +222 +223 +223 +224 +225 +225 +226 +226 +227 +227 +228 +228 +229 +229 +230 +230 +231 +231 +232 +232 +233 +233 +234 +234 +235 +235 +236 +236 +237 +237 +238 +238 +239 +239 +240 +240 +241 +241 +242 +242 +243 +243 +244 +244 +245 +245 +246 +246 +247 +247 +248 +248 +249 +250 +250 +251 +251 +252 +252 +253 +253 +254 +254 +255 +255 +256 +256 +257 +257 +258 +258 +259 +259 +260 +260 +261 +261 +262 +262 +263 +263 +264 +264 +265 +265 +266 +266 +267 +267 +268 +268 +269 +269 +270 +270 +271 +271 +272 +272 +273 +273 +274 +275 +275 +276 +276 +277 +277 +278 +278 +279 +279 +280 +280 +281 +281 +282 +282 +283 +283 +284 +284 +285 +285 +286 +286 +287 +287 +288 +288 +289 +289 +290 +290 +291 +291 +292 +292 +293 +293 +294 +294 +295 +295 +296 +296 +297 +297 +298 +298 +299 +300 +300 +301 +301 +302 +302 +303 +303 +304 +304 +305 +305 +306 +306 +307 +307 +308 +308 +309 +309 +310 +310 +311 +311 +312 +312 +313 +313 +314 +314 +315 +315 +316 +316 +317 +317 +318 +318 +319 +319 +320 +320 +321 +321 +322 +322 +323 +323 +324 +325 +325 +326 +326 +327 +327 +328 +328 +329 +329 +330 +330 +331 +331 +332 +332 +333 +333 +334 +334 +335 +335 +336 +336 +337 +337 +338 +338 +339 +339 +340 +340 +341 +341 +342 +342 +343 +343 +344 +344 +345 +345 +346 +346 +347 +347 +348 +348 +349 +350 +350 +351 +351 +352 +352 +353 +353 +354 +354 +355 +355 +356 +356 +357 +357 +358 +358 +359 +359 +360 +360 +361 +361 +362 +362 +363 +363 +364 +364 +365 +365 +366 +366 +367 +367 +368 +368 +369 +369 +370 +370 +371 +371 +372 +372 +373 +373 +374 +375 +375 +376 +376 +377 +377 +378 +378 +379 +379 +380 +380 +381 +381 +382 +382 +383 +383 +384 +384 +385 +385 +386 +386 +387 +387 +388 +388 +389 +389 +390 +390 +391 +391 +392 +392 +393 +393 +394 +394 +395 +395 +396 +396 +397 +397 +398 +398 +399 +400 +400 +401 +401 +402 +402 +403 +403 +404 +404 +405 +405 +406 +406 +407 +407 +408 +408 +409 +409 +410 +410 +411 +411 +412 +412 +413 +413 +414 +414 +415 +415 +416 +416 +417 +417 +418 +418 +419 +419 +420 +420 +421 +421 +422 +422 +423 +423 +424 +425 +425 +426 +426 +427 +427 +428 +428 +429 +429 +430 +430 +431 +431 +432 +432 +433 +433 +434 +434 +435 +435 +436 +436 +437 +437 +438 +438 +439 +439 +440 +440 +441 +441 +442 +442 +443 +443 +444 +444 +445 +445 +446 +446 +447 +447 +448 +448 +449 +450 +450 +451 +451 +452 +452 +453 +453 +454 +454 +455 +455 +456 +456 +457 +457 +458 +458 +459 +459 +460 +460 +461 +461 +462 +462 +463 +463 +464 +464 +465 +465 +466 +466 +467 +467 +468 +468 +469 +469 +470 +470 +471 +471 +472 +472 +473 +473 +474 +475 +475 +476 +476 +477 +477 +478 +478 +479 +479 +480 +480 +481 +481 +482 +482 +483 +483 +484 +484 +485 +485 +486 +486 +487 +487 +488 +488 +489 +489 +490 +490 +491 +491 +492 +492 +493 +493 +494 +494 +495 +495 +496 +496 +497 +497 +498 +498 +499 +500 +500 +501 +501 +502 +502 +503 +503 +504 +504 +505 +505 +506 +506 +507 +507 +508 +508 +509 +509 +510 +510 +511 +511 +512 +512 +513 +513 +514 +514 +515 +515 +516 +516 +517 +517 +518 +518 +519 +519 +520 +520 +521 +521 +522 +522 +523 +523 +524 +525 +525 +526 +526 +527 +527 +528 +528 +529 +529 +530 +530 +531 +531 +532 +532 +533 +533 +534 +534 +535 +535 +536 +536 +537 +537 +538 +538 +539 +539 +540 +540 +541 +541 +542 +542 +543 +543 +544 +544 +545 +545 +546 +546 +547 +547 +548 +548 +549 +550 +550 +551 +551 +552 +552 +553 +553 +554 +554 +555 +555 +556 +556 +557 +557 +558 +558 +559 +559 +560 +560 +561 +561 +562 +562 +563 +563 +564 +564 +565 +565 +566 +566 +567 +567 +568 +568 +569 +569 +570 +570 +571 +571 +572 +572 +573 +573 +574 +575 +575 +576 +576 +577 +577 +578 +578 +579 +579 +580 +580 +581 +581 +582 +582 +583 +583 +584 +584 +585 +585 +586 +586 +587 +587 +588 +588 +589 +589 +590 +590 +591 +591 +592 +592 +593 +593 +594 +594 +595 +595 +596 +596 +597 +597 +598 +598 +599 +600 +600 +601 +601 +602 +602 +603 +603 +604 +604 +605 +605 +606 +606 +607 +607 +608 +608 +609 +609 +610 +610 +611 +611 +612 +612 +613 +613 +614 +614 +615 +615 +616 +616 +617 +617 +618 +618 +619 +619 +620 +620 +621 +621 +622 +622 +623 +623 +624 +625 +625 +626 +626 +627 +627 +628 +628 +629 +629 +630 +630 +631 +631 +632 +632 +633 +633 +634 +634 +635 +635 +636 +636 +637 +637 +638 +638 +639 +639 +640 +640 +641 +641 +642 +642 +643 +643 +644 +644 +645 +645 +646 +646 +647 +647 +648 +648 +649 +650 +650 +651 +651 +652 +652 +653 +653 +654 +654 +655 +655 +656 +656 +657 +657 +658 +658 +659 +659 +660 +660 +661 +661 +662 +662 +663 +663 +664 +664 +665 +665 +666 +666 +667 +667 +668 +668 +669 +669 +670 +670 +671 +671 +672 +672 +673 +673 +674 +675 +675 +676 +676 +677 +677 +678 +678 +679 +679 +680 +680 +681 +681 +682 +682 +683 +683 +684 +684 +685 +685 +686 +686 +687 +687 +688 +688 +689 +689 +690 +690 +691 +691 +692 +692 +693 +693 +694 +694 +695 +695 +696 +696 +697 +697 +698 +698 +699 +700 +700 +701 +701 +702 +702 +703 +703 +704 +704 +705 +705 +706 +706 +707 +707 +708 +708 +709 +709 +710 +710 +711 +711 +712 +712 +713 +713 +714 +714 +715 +715 +716 +716 +717 +717 +718 +718 +719 +719 +720 +720 +721 +721 +722 +722 +723 +723 +724 +725 +725 +726 +726 +727 +727 +728 +728 +729 +729 +730 +730 +731 +731 +732 +732 +733 +733 +734 +734 +735 +735 +736 +736 +737 +737 +738 +738 +739 +739 +740 +740 +741 +741 +742 +742 +743 +743 +744 +744 +745 +745 +746 +746 +747 +747 +748 +748 +749 +750 +750 +751 +751 +752 +752 +753 +753 +754 +754 +755 +755 +756 +756 +757 +757 +758 +758 +759 +759 +760 +760 +761 +761 +762 +762 +763 +763 +764 +764 +765 +765 +766 +766 +767 +767 +768 +768 +769 +769 +770 +770 +771 +771 +772 +772 +773 +773 +774 +775 +775 +776 +776 +777 +777 +778 +778 +779 +779 +780 +780 +781 +781 +782 +782 +783 +783 +784 +784 +785 +785 +786 +786 +787 +787 +788 +788 +789 +789 +790 +790 +791 +791 +792 +792 +793 +793 +794 +794 +795 +795 +796 +796 +797 +797 +798 +798 +799 +800 +800 +801 +801 +802 +802 +803 +803 +804 +804 +805 +805 +806 +806 +807 +807 +808 +808 +809 +809 +810 +810 +811 +811 +812 +812 +813 +813 +814 +814 +815 +815 +816 +816 +817 +817 +818 +818 +819 +819 +820 +820 +821 +821 +822 +822 +823 +823 +824 +825 +825 +826 +826 +827 +827 +828 +828 +829 +829 +830 +830 +831 +831 +832 +832 +833 +833 +834 +834 +835 +835 +836 +836 +837 +837 +838 +838 +839 +839 +840 +840 +841 +841 +842 +842 +843 +843 +844 +844 +845 +845 +846 +846 +847 +847 +848 +848 +849 +850 +850 +851 +851 +852 +852 +853 +853 +854 +854 +855 +855 +856 +856 +857 +857 +858 +858 +859 +859 +860 +860 +861 +861 +862 +862 +863 +863 +864 +864 +865 +865 +866 +866 +867 +867 +868 +868 +869 +869 +870 +870 +871 +871 +872 +872 +873 +873 +874 +875 +875 +876 +876 +877 +877 +878 +878 +879 +879 +880 +880 +881 +881 +882 +882 +883 +883 +884 +884 +885 +885 +886 +886 +887 +887 +888 +888 +889 +889 +890 +890 +891 +891 +892 +892 +893 +893 +894 +894 +895 +895 +896 +896 +897 +897 +898 +898 +899 +900 +900 +901 +901 +902 +902 +903 +903 +904 +904 +905 +905 +906 +906 +907 +907 +908 +908 +909 +909 +910 +910 +911 +911 +912 +912 +913 +913 +914 +914 +915 +915 +916 +916 +917 +917 +918 +918 +919 +919 +920 +920 +921 +921 +922 +922 +923 +923 +924 +925 +925 +926 +926 +927 +927 +928 +928 +929 +929 +930 +930 +931 +931 +932 +932 +933 +933 +934 +934 +935 +935 +936 +936 +937 +937 +938 +938 +939 +939 +940 +940 +941 +941 +942 +942 +943 +943 +944 +944 +945 +945 +946 +946 +947 +947 +948 +948 +949 +950 +950 +951 +951 +952 +952 +953 +953 +954 +954 +955 +955 +956 +956 +957 +957 +958 +958 +959 +959 +960 +960 +961 +961 +962 +962 +963 +963 +964 +964 +965 +965 +966 +966 +967 +967 +968 +968 +969 +969 +970 +970 +971 +971 +972 +972 +973 +973 +974 +975 +975 +976 +976 +977 +977 +978 +978 +979 +979 +980 +980 +981 +981 +982 +982 +983 +983 +984 +984 +985 +985 +986 +986 +987 +987 +988 +988 +989 +989 +990 +990 +991 +991 +992 +992 +993 +993 +994 +994 +995 +995 +996 +996 +997 +997 +998 +998 +999 +1000 +1000 +1001 +1001 +1002 +1002 +1003 +1003 +1004 +1004 +1005 +1005 +1006 +1006 +1007 +1007 +1008 +1008 +1009 +1009 +1010 +1010 +1011 +1011 +1012 +1012 +1013 +1013 +1014 +1014 +1015 +1015 +1016 +1016 +1017 +1017 +1018 +1018 +1019 +1019 +1020 +1020 +1021 +1021 +1022 +1022 +1023 +1023 +1024 +1025 +1025 +1026 +1026 +1027 +1027 +1028 +1028 +1029 +1029 +1030 +1030 +1031 +1031 +1032 +1032 +1033 +1033 +1034 +1034 +1035 +1035 +1036 +1036 +1037 +1037 +1038 +1038 +1039 +1039 +1040 +1040 +1041 +1041 +1042 +1042 +1043 +1043 +1044 +1044 +1045 +1045 +1046 +1046 +1047 +1047 +1048 +1048 +1049 +1050 +1050 +1051 +1051 +1052 +1052 +1053 +1053 +1054 +1054 +1055 +1055 +1056 +1056 +1057 +1057 +1058 +1058 +1059 +1059 +1060 +1060 +1061 +1061 +1062 +1062 +1063 +1063 +1064 +1064 +1065 +1065 +1066 +1066 +1067 +1067 +1068 +1068 +1069 +1069 +1070 +1070 +1071 +1071 +1072 +1072 +1073 +1073 +1074 +1075 +1075 +1076 +1076 +1077 +1077 +1078 +1078 +1079 +1079 +1080 +1080 +1081 +1081 +1082 +1082 +1083 +1083 +1084 +1084 +1085 +1085 +1086 +1086 +1087 +1087 +1088 +1088 +1089 +1089 +1090 +1090 +1091 +1091 +1092 +1092 +1093 +1093 +1094 +1094 +1095 +1095 +1096 +1096 +1097 +1097 +1098 +1098 +1099 +1100 +1100 +1101 +1101 +1102 +1102 +1103 +1103 +1104 +1104 +1105 +1105 +1106 +1106 +1107 +1107 +1108 +1108 +1109 +1109 +1110 +1110 +1111 +1111 +1112 +1112 +1113 +1113 +1114 +1114 +1115 +1115 +1116 +1116 +1117 +1117 +1118 +1118 +1119 +1119 +1120 +1120 +1121 +1121 +1122 +1122 +1123 +1123 +1124 +1125 +1125 +1126 +1126 +1127 +1127 +1128 +1128 +1129 +1129 +1130 +1130 +1131 +1131 +1132 +1132 +1133 +1133 +1134 +1134 +1135 +1135 +1136 +1136 +1137 +1137 +1138 +1138 +1139 +1139 +1140 +1140 +1141 +1141 +1142 +1142 +1143 +1143 +1144 +1144 +1145 +1145 +1146 +1146 +1147 +1147 +1148 +1148 +1149 +1150 +1150 +1151 +1151 +1152 +1152 +1153 +1153 +1154 +1154 +1155 +1155 +1156 +1156 +1157 +1157 +1158 +1158 +1159 +1159 +1160 +1160 +1161 +1161 +1162 +1162 +1163 +1163 +1164 +1164 +1165 +1165 +1166 +1166 +1167 +1167 +1168 +1168 +1169 +1169 +1170 +1170 +1171 +1171 +1172 +1172 +1173 +1173 +1174 +1175 +1175 +1176 +1176 +1177 +1177 +1178 +1178 +1179 +1179 +1180 +1180 +1181 +1181 +1182 +1182 +1183 +1183 +1184 +1184 +1185 +1185 +1186 +1186 +1187 +1187 +1188 +1188 +1189 +1189 +1190 +1190 +1191 +1191 +1192 +1192 +1193 +1193 +1194 +1194 +1195 +1195 +1196 +1196 +1197 +1197 +1198 +1198 +1199 +1200 +1200 +1201 +1201 +1202 +1202 +1203 +1203 +1204 +1204 +1205 +1205 +1206 +1206 +1207 +1207 +1208 +1208 +1209 +1209 +1210 +1210 +1211 +1211 +1212 +1212 +1213 +1213 +1214 +1214 +1215 +1215 +1216 +1216 +1217 +1217 +1218 +1218 +1219 +1219 +1220 +1220 +1221 +1221 +1222 +1222 +1223 +1223 +1224 +1225 +1225 +1226 +1226 +1227 +1227 +1228 +1228 +1229 +1229 +1230 +1230 +1231 +1231 +1232 +1232 +1233 +1233 +1234 +1234 +1235 +1235 +1236 +1236 +1237 +1237 +1238 +1238 +1239 +1239 +1240 +1240 +1241 +1241 +1242 +1242 +1243 +1243 +1244 +1244 +1245 +1245 +1246 +1246 +1247 +1247 +1248 +1248 +1249 +1250 +1250 +1251 +1251 +1252 +1252 +1253 +1253 +1254 +1254 +1255 +1255 +1256 +1256 +1257 +1257 +1258 +1258 +1259 +1259 +1260 +1260 +1261 +1261 +1262 +1262 +1263 +1263 +1264 +1264 +1265 +1265 +1266 +1266 +1267 +1267 +1268 +1268 +1269 +1269 +1270 +1270 +1271 +1271 +1272 +1272 +1273 +1273 +1274 +1275 +1275 +1276 +1276 +1277 +1277 +1278 +1278 +1279 +1279 +1280 +1280 +1281 +1281 +1282 +1282 +1283 +1283 +1284 +1284 +1285 +1285 +1286 +1286 +1287 +1287 +1288 +1288 +1289 +1289 +1290 +1290 +1291 +1291 +1292 +1292 +1293 +1293 +1294 +1294 +1295 +1295 +1296 +1296 +1297 +1297 +1298 +1298 +1299 +1300 +1300 +1301 +1301 +1302 +1302 +1303 +1303 +1304 +1304 +1305 +1305 +1306 +1306 +1307 +1307 +1308 +1308 +1309 +1309 +1310 +1310 +1311 +1311 +1312 +1312 +1313 +1313 +1314 +1314 +1315 +1315 +1316 +1316 +1317 +1317 +1318 +1318 +1319 +1319 +1320 +1320 +1321 +1321 +1322 +1322 +1323 +1323 +1324 +1325 +1325 +1326 +1326 +1327 +1327 +1328 +1328 +1329 +1329 +1330 +1330 +1331 +1331 +1332 +1332 +1333 +1333 +1334 +1334 +1335 +1335 +1336 +1336 +1337 +1337 +1338 +1338 +1339 +1339 +1340 +1340 +1341 +1341 +1342 +1342 +1343 +1343 +1344 +1344 +1345 +1345 +1346 +1346 +1347 +1347 +1348 +1348 +1349 +1350 +1350 +1351 +1351 +1352 +1352 +1353 +1353 +1354 +1354 +1355 +1355 +1356 +1356 +1357 +1357 +1358 +1358 +1359 +1359 +1360 +1360 +1361 +1361 +1362 +1362 +1363 +1363 +1364 +1364 +1365 +1365 +1366 +1366 +1367 +1367 +1368 +1368 +1369 +1369 +1370 +1370 +1371 +1371 +1372 +1372 +1373 +1373 +1374 +1375 +1375 +1376 +1376 +1377 +1377 +1378 +1378 +1379 +1379 +1380 +1380 +1381 +1381 +1382 +1382 +1383 +1383 +1384 +1384 +1385 +1385 +1386 +1386 +1387 +1387 +1388 +1388 +1389 +1389 +1390 +1390 +1391 +1391 +1392 +1392 +1393 +1393 +1394 +1394 +1395 +1395 +1396 +1396 +1397 +1397 +1398 +1398 +1399 +1400 +1400 +1401 +1401 +1402 +1402 +1403 +1403 +1404 +1404 +1405 +1405 +1406 +1406 +1407 +1407 +1408 +1408 +1409 +1409 +1410 +1410 +1411 +1411 +1412 +1412 +1413 +1413 +1414 +1414 +1415 +1415 +1416 +1416 +1417 +1417 +1418 +1418 +1419 +1419 +1420 +1420 +1421 +1421 +1422 +1422 +1423 +1423 +1424 +1425 +1425 +1426 +1426 +1427 +1427 +1428 +1428 +1429 +1429 +1430 +1430 +1431 +1431 +1432 +1432 +1433 +1433 +1434 +1434 +1435 +1435 +1436 +1436 +1437 +1437 +1438 +1438 +1439 +1439 +1440 +1440 +1441 +1441 +1442 +1442 +1443 +1443 +1444 +1444 +1445 +1445 +1446 +1446 +1447 +1447 +1448 +1448 +1449 +1450 +1450 +1451 +1451 +1452 +1452 +1453 +1453 +1454 +1454 +1455 +1455 +1456 +1456 +1457 +1457 +1458 +1458 +1459 +1459 +1460 +1460 +1461 +1461 +1462 +1462 +1463 +1463 +1464 +1464 +1465 +1465 +1466 +1466 +1467 +1467 +1468 +1468 +1469 +1469 +1470 +1470 +1471 +1471 +1472 +1472 +1473 +1473 +1474 +1475 +1475 +1476 +1476 +1477 +1477 +1478 +1478 +1479 +1479 +1480 +1480 +1481 +1481 +1482 +1482 +1483 +1483 +1484 +1484 +1485 +1485 +1486 +1486 +1487 +1487 +1488 +1488 +1489 +1489 +1490 +1490 +1491 +1491 +1492 +1492 +1493 +1493 +1494 +1494 +1495 +1495 +1496 +1496 +1497 +1497 +1498 +1498 +1499 +1500 +1500 +1501 +1501 +1502 +1502 +1503 +1503 +1504 +1504 +1505 +1505 +1506 +1506 +1507 +1507 +1508 +1508 +1509 +1509 +1510 +1510 +1511 +1511 +1512 +1512 +1513 +1513 +1514 +1514 +1515 +1515 +1516 +1516 +1517 +1517 +1518 +1518 +1519 +1519 +1520 +1520 +1521 +1521 +1522 +1522 +1523 +1523 +1524 +1525 +1525 +1526 +1526 +1527 +1527 +1528 +1528 +1529 +1529 +1530 +1530 +1531 +1531 +1532 +1532 +1533 +1533 +1534 +1534 +1535 +1535 +1536 +1536 +1537 +1537 +1538 +1538 +1539 +1539 +1540 +1540 +1541 +1541 +1542 +1542 +1543 +1543 +1544 +1544 +1545 +1545 +1546 +1546 +1547 +1547 +1548 +1548 +1549 +1550 +1550 +1551 +1551 +1552 +1552 +1553 +1553 +1554 +1554 +1555 +1555 +1556 +1556 +1557 +1557 +1558 +1558 +1559 +1559 +1560 +1560 +1561 +1561 +1562 +1562 +1563 +1563 +1564 +1564 +1565 +1565 +1566 +1566 +1567 +1567 +1568 +1568 +1569 +1569 +1570 +1570 +1571 +1571 +1572 +1572 +1573 +1573 +1574 +1575 +1575 +1576 +1576 +1577 +1577 +1578 +1578 +1579 +1579 +1580 +1580 +1581 +1581 +1582 +1582 +1583 +1583 +1584 +1584 +1585 +1585 +1586 +1586 +1587 +1587 +1588 +1588 +1589 +1589 +1590 +1590 +1591 +1591 +1592 +1592 +1593 +1593 +1594 +1594 +1595 +1595 +1596 +1596 +1597 +1597 +1598 +1598 +1599 +1600 +1600 +1601 +1601 +1602 +1602 +1603 +1603 +1604 +1604 +1605 +1605 +1606 +1606 +1607 +1607 +1608 +1608 +1609 +1609 +1610 +1610 +1611 +1611 +1612 +1612 +1613 +1613 +1614 +1614 +1615 +1615 +1616 +1616 +1617 +1617 +1618 +1618 +1619 +1619 +1620 +1620 +1621 +1621 +1622 +1622 +1623 +1623 +1624 +1625 +1625 +1626 +1626 +1627 +1627 +1628 +1628 +1629 +1629 +1630 +1630 +1631 +1631 +1632 +1632 +1633 +1633 +1634 +1634 +1635 +1635 +1636 +1636 +1637 +1637 +1638 +1638 +1639 +1639 +1640 +1640 +1641 +1641 +1642 +1642 +1643 +1643 +1644 +1644 +1645 +1645 +1646 +1646 +1647 +1647 +1648 +1648 +1649 +1650 +1650 +1651 +1651 +1652 +1652 +1653 +1653 +1654 +1654 +1655 +1655 +1656 +1656 +1657 +1657 +1658 +1658 +1659 +1659 +1660 +1660 +1661 +1661 +1662 +1662 +1663 +1663 +1664 +1664 +1665 +1665 +1666 +1666 +1667 +1667 +1668 +1668 +1669 +1669 +1670 +1670 +1671 +1671 +1672 +1672 +1673 +1673 +1674 +1675 +1675 +1676 +1676 +1677 +1677 +1678 +1678 +1679 +1679 +1680 +1680 +1681 +1681 +1682 +1682 +1683 +1683 +1684 +1684 +1685 +1685 +1686 +1686 +1687 +1687 +1688 +1688 +1689 +1689 +1690 +1690 +1691 +1691 +1692 +1692 +1693 +1693 +1694 +1694 +1695 +1695 +1696 +1696 +1697 +1697 +1698 +1698 +1699 +1700 +1700 +1701 +1701 +1702 +1702 +1703 +1703 +1704 +1704 +1705 +1705 +1706 +1706 +1707 +1707 +1708 +1708 +1709 +1709 +1710 +1710 +1711 +1711 +1712 +1712 +1713 +1713 +1714 +1714 +1715 +1715 +1716 +1716 +1717 +1717 +1718 +1718 +1719 +1719 +1720 +1720 +1721 +1721 +1722 +1722 +1723 +1723 +1724 +1725 +1725 +1726 +1726 +1727 +1727 +1728 +1728 +1729 +1729 +1730 +1730 +1731 +1731 +1732 +1732 +1733 +1733 +1734 +1734 +1735 +1735 +1736 +1736 +1737 +1737 +1738 +1738 +1739 +1739 +1740 +1740 +1741 +1741 +1742 +1742 +1743 +1743 +1744 +1744 +1745 +1745 +1746 +1746 +1747 +1747 +1748 +1748 +1749 +1750 +1750 +1751 +1751 +1752 +1752 +1753 +1753 +1754 +1754 +1755 +1755 +1756 +1756 +1757 +1757 +1758 +1758 +1759 +1759 +1760 +1760 +1761 +1761 +1762 +1762 +1763 +1763 +1764 +1764 +1765 +1765 +1766 +1766 +1767 +1767 +1768 +1768 +1769 +1769 +1770 +1770 +1771 +1771 +1772 +1772 +1773 +1773 +1774 +1775 +1775 +1776 +1776 +1777 +1777 +1778 +1778 +1779 +1779 +1780 +1780 +1781 +1781 +1782 +1782 +1783 +1783 +1784 +1784 +1785 +1785 +1786 +1786 +1787 +1787 +1788 +1788 +1789 +1789 +1790 +1790 +1791 +1791 +1792 +1792 +1793 +1793 +1794 +1794 +1795 +1795 +1796 +1796 +1797 +1797 +1798 +1798 +1799 +1800 +1800 +1801 +1801 +1802 +1802 +1803 +1803 +1804 +1804 +1805 +1805 +1806 +1806 +1807 +1807 +1808 +1808 +1809 +1809 +1810 +1810 +1811 +1811 +1812 +1812 +1813 +1813 +1814 +1814 +1815 +1815 +1816 +1816 +1817 +1817 +1818 +1818 +1819 +1819 +1820 +1820 +1821 +1821 +1822 +1822 +1823 +1823 +1824 +1825 +1825 +1826 +1826 +1827 +1827 +1828 +1828 +1829 +1829 +1830 +1830 +1831 +1831 +1832 +1832 +1833 +1833 +1834 +1834 +1835 +1835 +1836 +1836 +1837 +1837 +1838 +1838 +1839 +1839 +1840 +1840 +1841 +1841 +1842 +1842 +1843 +1843 +1844 +1844 +1845 +1845 +1846 +1846 +1847 +1847 +1848 +1848 +1849 +1850 +1851 +1852 +1853 +1854 +1855 +1856 +1857 +1858 +1859 +1860 +1861 +1862 +1863 +1864 +1865 +1866 +1867 +1868 +1869 +1870 +1871 +1872 +1873 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +1850 +1851 +1852 +1853 +1854 +1855 +1856 +1857 +1858 +1859 +1860 +1861 +1862 +1863 +1864 +1865 +1866 +1867 +1868 +1869 +1870 +1871 +1872 +1873 +1874 +0 +25 +50 +75 +100 +125 +150 +175 +200 +225 +250 +275 +300 +325 +350 +375 +400 +425 +450 +475 +500 +525 +550 +575 +600 +625 +650 +675 +700 +725 +750 +775 +800 +825 +850 +875 +900 +925 +950 +975 +1000 +1025 +1050 +1075 +1100 +1125 +1150 +1175 +1200 +1225 +1250 +1275 +1300 +1325 +1350 +1375 +1400 +1425 +1450 +1475 +1500 +1525 +1550 +1575 +1600 +1625 +1650 +1675 +1700 +1725 +1750 +1775 +1800 +1825 +1850 +24 +49 +74 +99 +124 +149 +174 +199 +224 +249 +274 +299 +324 +349 +374 +399 +424 +449 +474 +499 +524 +549 +574 +599 +624 +649 +674 +699 +724 +749 +774 +799 +824 +849 +874 +899 +924 +949 +974 +999 +1024 +1049 +1074 +1099 +1124 +1149 +1174 +1199 +1224 +1249 +1274 +1299 +1324 +1349 +1374 +1399 +1424 +1449 +1474 +1499 +1524 +1549 +1574 +1599 +1624 +1649 +1674 +1699 +1724 +1749 +1774 +1799 +1824 +1849 +1874 +0 +25 +50 +75 +100 +125 +150 +175 +200 +225 +250 +275 +300 +325 +350 +375 +400 +425 +450 +475 +500 +525 +550 +575 +600 +625 +650 +675 +700 +725 +750 +775 +800 +825 +850 +875 +900 +925 +950 +975 +1000 +1025 +1050 +1075 +1100 +1125 +1150 +1175 +1200 +1225 +1250 +1275 +1300 +1325 +1350 +1375 +1400 +1425 +1450 +1475 +1500 +1525 +1550 +1575 +1600 +1625 +1650 +1675 +1700 +1725 +1750 +1775 +1800 +1825 +1850 +1 +26 +51 +76 +101 +126 +151 +176 +201 +226 +251 +276 +301 +326 +351 +376 +401 +426 +451 +476 +501 +526 +551 +576 +601 +626 +651 +676 +701 +726 +751 +776 +801 +826 +851 +876 +901 +926 +951 +976 +1001 +1026 +1051 +1076 +1101 +1126 +1151 +1176 +1201 +1226 +1251 +1276 +1301 +1326 +1351 +1376 +1401 +1426 +1451 +1476 +1501 +1526 +1551 +1576 +1601 +1626 +1651 +1676 +1701 +1726 +1751 +1776 +1801 +1826 +1851 +2 +27 +52 +77 +102 +127 +152 +177 +202 +227 +252 +277 +302 +327 +352 +377 +402 +427 +452 +477 +502 +527 +552 +577 +602 +627 +652 +677 +702 +727 +752 +777 +802 +827 +852 +877 +902 +927 +952 +977 +1002 +1027 +1052 +1077 +1102 +1127 +1152 +1177 +1202 +1227 +1252 +1277 +1302 +1327 +1352 +1377 +1402 +1427 +1452 +1477 +1502 +1527 +1552 +1577 +1602 +1627 +1652 +1677 +1702 +1727 +1752 +1777 +1802 +1827 +1852 +3 +28 +53 +78 +103 +128 +153 +178 +203 +228 +253 +278 +303 +328 +353 +378 +403 +428 +453 +478 +503 +528 +553 +578 +603 +628 +653 +678 +703 +728 +753 +778 +803 +828 +853 +878 +903 +928 +953 +978 +1003 +1028 +1053 +1078 +1103 +1128 +1153 +1178 +1203 +1228 +1253 +1278 +1303 +1328 +1353 +1378 +1403 +1428 +1453 +1478 +1503 +1528 +1553 +1578 +1603 +1628 +1653 +1678 +1703 +1728 +1753 +1778 +1803 +1828 +1853 +4 +29 +54 +79 +104 +129 +154 +179 +204 +229 +254 +279 +304 +329 +354 +379 +404 +429 +454 +479 +504 +529 +554 +579 +604 +629 +654 +679 +704 +729 +754 +779 +804 +829 +854 +879 +904 +929 +954 +979 +1004 +1029 +1054 +1079 +1104 +1129 +1154 +1179 +1204 +1229 +1254 +1279 +1304 +1329 +1354 +1379 +1404 +1429 +1454 +1479 +1504 +1529 +1554 +1579 +1604 +1629 +1654 +1679 +1704 +1729 +1754 +1779 +1804 +1829 +1854 +5 +30 +55 +80 +105 +130 +155 +180 +205 +230 +255 +280 +305 +330 +355 +380 +405 +430 +455 +480 +505 +530 +555 +580 +605 +630 +655 +680 +705 +730 +755 +780 +805 +830 +855 +880 +905 +930 +955 +980 +1005 +1030 +1055 +1080 +1105 +1130 +1155 +1180 +1205 +1230 +1255 +1280 +1305 +1330 +1355 +1380 +1405 +1430 +1455 +1480 +1505 +1530 +1555 +1580 +1605 +1630 +1655 +1680 +1705 +1730 +1755 +1780 +1805 +1830 +1855 +6 +31 +56 +81 +106 +131 +156 +181 +206 +231 +256 +281 +306 +331 +356 +381 +406 +431 +456 +481 +506 +531 +556 +581 +606 +631 +656 +681 +706 +731 +756 +781 +806 +831 +856 +881 +906 +931 +956 +981 +1006 +1031 +1056 +1081 +1106 +1131 +1156 +1181 +1206 +1231 +1256 +1281 +1306 +1331 +1356 +1381 +1406 +1431 +1456 +1481 +1506 +1531 +1556 +1581 +1606 +1631 +1656 +1681 +1706 +1731 +1756 +1781 +1806 +1831 +1856 +7 +32 +57 +82 +107 +132 +157 +182 +207 +232 +257 +282 +307 +332 +357 +382 +407 +432 +457 +482 +507 +532 +557 +582 +607 +632 +657 +682 +707 +732 +757 +782 +807 +832 +857 +882 +907 +932 +957 +982 +1007 +1032 +1057 +1082 +1107 +1132 +1157 +1182 +1207 +1232 +1257 +1282 +1307 +1332 +1357 +1382 +1407 +1432 +1457 +1482 +1507 +1532 +1557 +1582 +1607 +1632 +1657 +1682 +1707 +1732 +1757 +1782 +1807 +1832 +1857 +8 +33 +58 +83 +108 +133 +158 +183 +208 +233 +258 +283 +308 +333 +358 +383 +408 +433 +458 +483 +508 +533 +558 +583 +608 +633 +658 +683 +708 +733 +758 +783 +808 +833 +858 +883 +908 +933 +958 +983 +1008 +1033 +1058 +1083 +1108 +1133 +1158 +1183 +1208 +1233 +1258 +1283 +1308 +1333 +1358 +1383 +1408 +1433 +1458 +1483 +1508 +1533 +1558 +1583 +1608 +1633 +1658 +1683 +1708 +1733 +1758 +1783 +1808 +1833 +1858 +9 +34 +59 +84 +109 +134 +159 +184 +209 +234 +259 +284 +309 +334 +359 +384 +409 +434 +459 +484 +509 +534 +559 +584 +609 +634 +659 +684 +709 +734 +759 +784 +809 +834 +859 +884 +909 +934 +959 +984 +1009 +1034 +1059 +1084 +1109 +1134 +1159 +1184 +1209 +1234 +1259 +1284 +1309 +1334 +1359 +1384 +1409 +1434 +1459 +1484 +1509 +1534 +1559 +1584 +1609 +1634 +1659 +1684 +1709 +1734 +1759 +1784 +1809 +1834 +1859 +10 +35 +60 +85 +110 +135 +160 +185 +210 +235 +260 +285 +310 +335 +360 +385 +410 +435 +460 +485 +510 +535 +560 +585 +610 +635 +660 +685 +710 +735 +760 +785 +810 +835 +860 +885 +910 +935 +960 +985 +1010 +1035 +1060 +1085 +1110 +1135 +1160 +1185 +1210 +1235 +1260 +1285 +1310 +1335 +1360 +1385 +1410 +1435 +1460 +1485 +1510 +1535 +1560 +1585 +1610 +1635 +1660 +1685 +1710 +1735 +1760 +1785 +1810 +1835 +1860 +11 +36 +61 +86 +111 +136 +161 +186 +211 +236 +261 +286 +311 +336 +361 +386 +411 +436 +461 +486 +511 +536 +561 +586 +611 +636 +661 +686 +711 +736 +761 +786 +811 +836 +861 +886 +911 +936 +961 +986 +1011 +1036 +1061 +1086 +1111 +1136 +1161 +1186 +1211 +1236 +1261 +1286 +1311 +1336 +1361 +1386 +1411 +1436 +1461 +1486 +1511 +1536 +1561 +1586 +1611 +1636 +1661 +1686 +1711 +1736 +1761 +1786 +1811 +1836 +1861 +12 +37 +62 +87 +112 +137 +162 +187 +212 +237 +262 +287 +312 +337 +362 +387 +412 +437 +462 +487 +512 +537 +562 +587 +612 +637 +662 +687 +712 +737 +762 +787 +812 +837 +862 +887 +912 +937 +962 +987 +1012 +1037 +1062 +1087 +1112 +1137 +1162 +1187 +1212 +1237 +1262 +1287 +1312 +1337 +1362 +1387 +1412 +1437 +1462 +1487 +1512 +1537 +1562 +1587 +1612 +1637 +1662 +1687 +1712 +1737 +1762 +1787 +1812 +1837 +1862 +13 +38 +63 +88 +113 +138 +163 +188 +213 +238 +263 +288 +313 +338 +363 +388 +413 +438 +463 +488 +513 +538 +563 +588 +613 +638 +663 +688 +713 +738 +763 +788 +813 +838 +863 +888 +913 +938 +963 +988 +1013 +1038 +1063 +1088 +1113 +1138 +1163 +1188 +1213 +1238 +1263 +1288 +1313 +1338 +1363 +1388 +1413 +1438 +1463 +1488 +1513 +1538 +1563 +1588 +1613 +1638 +1663 +1688 +1713 +1738 +1763 +1788 +1813 +1838 +1863 +14 +39 +64 +89 +114 +139 +164 +189 +214 +239 +264 +289 +314 +339 +364 +389 +414 +439 +464 +489 +514 +539 +564 +589 +614 +639 +664 +689 +714 +739 +764 +789 +814 +839 +864 +889 +914 +939 +964 +989 +1014 +1039 +1064 +1089 +1114 +1139 +1164 +1189 +1214 +1239 +1264 +1289 +1314 +1339 +1364 +1389 +1414 +1439 +1464 +1489 +1514 +1539 +1564 +1589 +1614 +1639 +1664 +1689 +1714 +1739 +1764 +1789 +1814 +1839 +1864 +15 +40 +65 +90 +115 +140 +165 +190 +215 +240 +265 +290 +315 +340 +365 +390 +415 +440 +465 +490 +515 +540 +565 +590 +615 +640 +665 +690 +715 +740 +765 +790 +815 +840 +865 +890 +915 +940 +965 +990 +1015 +1040 +1065 +1090 +1115 +1140 +1165 +1190 +1215 +1240 +1265 +1290 +1315 +1340 +1365 +1390 +1415 +1440 +1465 +1490 +1515 +1540 +1565 +1590 +1615 +1640 +1665 +1690 +1715 +1740 +1765 +1790 +1815 +1840 +1865 +16 +41 +66 +91 +116 +141 +166 +191 +216 +241 +266 +291 +316 +341 +366 +391 +416 +441 +466 +491 +516 +541 +566 +591 +616 +641 +666 +691 +716 +741 +766 +791 +816 +841 +866 +891 +916 +941 +966 +991 +1016 +1041 +1066 +1091 +1116 +1141 +1166 +1191 +1216 +1241 +1266 +1291 +1316 +1341 +1366 +1391 +1416 +1441 +1466 +1491 +1516 +1541 +1566 +1591 +1616 +1641 +1666 +1691 +1716 +1741 +1766 +1791 +1816 +1841 +1866 +17 +42 +67 +92 +117 +142 +167 +192 +217 +242 +267 +292 +317 +342 +367 +392 +417 +442 +467 +492 +517 +542 +567 +592 +617 +642 +667 +692 +717 +742 +767 +792 +817 +842 +867 +892 +917 +942 +967 +992 +1017 +1042 +1067 +1092 +1117 +1142 +1167 +1192 +1217 +1242 +1267 +1292 +1317 +1342 +1367 +1392 +1417 +1442 +1467 +1492 +1517 +1542 +1567 +1592 +1617 +1642 +1667 +1692 +1717 +1742 +1767 +1792 +1817 +1842 +1867 +18 +43 +68 +93 +118 +143 +168 +193 +218 +243 +268 +293 +318 +343 +368 +393 +418 +443 +468 +493 +518 +543 +568 +593 +618 +643 +668 +693 +718 +743 +768 +793 +818 +843 +868 +893 +918 +943 +968 +993 +1018 +1043 +1068 +1093 +1118 +1143 +1168 +1193 +1218 +1243 +1268 +1293 +1318 +1343 +1368 +1393 +1418 +1443 +1468 +1493 +1518 +1543 +1568 +1593 +1618 +1643 +1668 +1693 +1718 +1743 +1768 +1793 +1818 +1843 +1868 +19 +44 +69 +94 +119 +144 +169 +194 +219 +244 +269 +294 +319 +344 +369 +394 +419 +444 +469 +494 +519 +544 +569 +594 +619 +644 +669 +694 +719 +744 +769 +794 +819 +844 +869 +894 +919 +944 +969 +994 +1019 +1044 +1069 +1094 +1119 +1144 +1169 +1194 +1219 +1244 +1269 +1294 +1319 +1344 +1369 +1394 +1419 +1444 +1469 +1494 +1519 +1544 +1569 +1594 +1619 +1644 +1669 +1694 +1719 +1744 +1769 +1794 +1819 +1844 +1869 +20 +45 +70 +95 +120 +145 +170 +195 +220 +245 +270 +295 +320 +345 +370 +395 +420 +445 +470 +495 +520 +545 +570 +595 +620 +645 +670 +695 +720 +745 +770 +795 +820 +845 +870 +895 +920 +945 +970 +995 +1020 +1045 +1070 +1095 +1120 +1145 +1170 +1195 +1220 +1245 +1270 +1295 +1320 +1345 +1370 +1395 +1420 +1445 +1470 +1495 +1520 +1545 +1570 +1595 +1620 +1645 +1670 +1695 +1720 +1745 +1770 +1795 +1820 +1845 +1870 +21 +46 +71 +96 +121 +146 +171 +196 +221 +246 +271 +296 +321 +346 +371 +396 +421 +446 +471 +496 +521 +546 +571 +596 +621 +646 +671 +696 +721 +746 +771 +796 +821 +846 +871 +896 +921 +946 +971 +996 +1021 +1046 +1071 +1096 +1121 +1146 +1171 +1196 +1221 +1246 +1271 +1296 +1321 +1346 +1371 +1396 +1421 +1446 +1471 +1496 +1521 +1546 +1571 +1596 +1621 +1646 +1671 +1696 +1721 +1746 +1771 +1796 +1821 +1846 +1871 +22 +47 +72 +97 +122 +147 +172 +197 +222 +247 +272 +297 +322 +347 +372 +397 +422 +447 +472 +497 +522 +547 +572 +597 +622 +647 +672 +697 +722 +747 +772 +797 +822 +847 +872 +897 +922 +947 +972 +997 +1022 +1047 +1072 +1097 +1122 +1147 +1172 +1197 +1222 +1247 +1272 +1297 +1322 +1347 +1372 +1397 +1422 +1447 +1472 +1497 +1522 +1547 +1572 +1597 +1622 +1647 +1672 +1697 +1722 +1747 +1772 +1797 +1822 +1847 +1872 +23 +48 +73 +98 +123 +148 +173 +198 +223 +248 +273 +298 +323 +348 +373 +398 +423 +448 +473 +498 +523 +548 +573 +598 +623 +648 +673 +698 +723 +748 +773 +798 +823 +848 +873 +898 +923 +948 +973 +998 +1023 +1048 +1073 +1098 +1123 +1148 +1173 +1198 +1223 +1248 +1273 +1298 +1323 +1348 +1373 +1398 +1423 +1448 +1473 +1498 +1523 +1548 +1573 +1598 +1623 +1648 +1673 +1698 +1723 +1748 +1773 +1798 +1823 +1848 +1873 +24 +49 +74 +99 +124 +149 +174 +199 +224 +249 +274 +299 +324 +349 +374 +399 +424 +449 +474 +499 +524 +549 +574 +599 +624 +649 +674 +699 +724 +749 +774 +799 +824 +849 +874 +899 +924 +949 +974 +999 +1024 +1049 +1074 +1099 +1124 +1149 +1174 +1199 +1224 +1249 +1274 +1299 +1324 +1349 +1374 +1399 +1424 +1449 +1474 +1499 +1524 +1549 +1574 +1599 +1624 +1649 +1674 +1699 +1724 +1749 +1774 +1799 +1824 +1849 +1874 +0 +25 +50 +75 +100 +125 +150 +175 +200 +225 +250 +275 +300 +325 +350 +375 +400 +425 +450 +475 +500 +525 +550 +575 +600 +625 +650 +675 +700 +725 +750 +775 +800 +825 +850 +875 +900 +925 +950 +975 +1000 +1025 +1050 +1075 +1100 +1125 +1150 +1175 +1200 +1225 +1250 +1275 +1300 +1325 +1350 +1375 +1400 +1425 +1450 +1475 +1500 +1525 +1550 +1575 +1600 +1625 +1650 +1675 +1700 +1725 +1750 +1775 +1800 +1825 +1850 +1 +26 +51 +76 +101 +126 +151 +176 +201 +226 +251 +276 +301 +326 +351 +376 +401 +426 +451 +476 +501 +526 +551 +576 +601 +626 +651 +676 +701 +726 +751 +776 +801 +826 +851 +876 +901 +926 +951 +976 +1001 +1026 +1051 +1076 +1101 +1126 +1151 +1176 +1201 +1226 +1251 +1276 +1301 +1326 +1351 +1376 +1401 +1426 +1451 +1476 +1501 +1526 +1551 +1576 +1601 +1626 +1651 +1676 +1701 +1726 +1751 +1776 +1801 +1826 +1851 +2 +27 +52 +77 +102 +127 +152 +177 +202 +227 +252 +277 +302 +327 +352 +377 +402 +427 +452 +477 +502 +527 +552 +577 +602 +627 +652 +677 +702 +727 +752 +777 +802 +827 +852 +877 +902 +927 +952 +977 +1002 +1027 +1052 +1077 +1102 +1127 +1152 +1177 +1202 +1227 +1252 +1277 +1302 +1327 +1352 +1377 +1402 +1427 +1452 +1477 +1502 +1527 +1552 +1577 +1602 +1627 +1652 +1677 +1702 +1727 +1752 +1777 +1802 +1827 +1852 +3 +28 +53 +78 +103 +128 +153 +178 +203 +228 +253 +278 +303 +328 +353 +378 +403 +428 +453 +478 +503 +528 +553 +578 +603 +628 +653 +678 +703 +728 +753 +778 +803 +828 +853 +878 +903 +928 +953 +978 +1003 +1028 +1053 +1078 +1103 +1128 +1153 +1178 +1203 +1228 +1253 +1278 +1303 +1328 +1353 +1378 +1403 +1428 +1453 +1478 +1503 +1528 +1553 +1578 +1603 +1628 +1653 +1678 +1703 +1728 +1753 +1778 +1803 +1828 +1853 +4 +29 +54 +79 +104 +129 +154 +179 +204 +229 +254 +279 +304 +329 +354 +379 +404 +429 +454 +479 +504 +529 +554 +579 +604 +629 +654 +679 +704 +729 +754 +779 +804 +829 +854 +879 +904 +929 +954 +979 +1004 +1029 +1054 +1079 +1104 +1129 +1154 +1179 +1204 +1229 +1254 +1279 +1304 +1329 +1354 +1379 +1404 +1429 +1454 +1479 +1504 +1529 +1554 +1579 +1604 +1629 +1654 +1679 +1704 +1729 +1754 +1779 +1804 +1829 +1854 +5 +30 +55 +80 +105 +130 +155 +180 +205 +230 +255 +280 +305 +330 +355 +380 +405 +430 +455 +480 +505 +530 +555 +580 +605 +630 +655 +680 +705 +730 +755 +780 +805 +830 +855 +880 +905 +930 +955 +980 +1005 +1030 +1055 +1080 +1105 +1130 +1155 +1180 +1205 +1230 +1255 +1280 +1305 +1330 +1355 +1380 +1405 +1430 +1455 +1480 +1505 +1530 +1555 +1580 +1605 +1630 +1655 +1680 +1705 +1730 +1755 +1780 +1805 +1830 +1855 +6 +31 +56 +81 +106 +131 +156 +181 +206 +231 +256 +281 +306 +331 +356 +381 +406 +431 +456 +481 +506 +531 +556 +581 +606 +631 +656 +681 +706 +731 +756 +781 +806 +831 +856 +881 +906 +931 +956 +981 +1006 +1031 +1056 +1081 +1106 +1131 +1156 +1181 +1206 +1231 +1256 +1281 +1306 +1331 +1356 +1381 +1406 +1431 +1456 +1481 +1506 +1531 +1556 +1581 +1606 +1631 +1656 +1681 +1706 +1731 +1756 +1781 +1806 +1831 +1856 +7 +32 +57 +82 +107 +132 +157 +182 +207 +232 +257 +282 +307 +332 +357 +382 +407 +432 +457 +482 +507 +532 +557 +582 +607 +632 +657 +682 +707 +732 +757 +782 +807 +832 +857 +882 +907 +932 +957 +982 +1007 +1032 +1057 +1082 +1107 +1132 +1157 +1182 +1207 +1232 +1257 +1282 +1307 +1332 +1357 +1382 +1407 +1432 +1457 +1482 +1507 +1532 +1557 +1582 +1607 +1632 +1657 +1682 +1707 +1732 +1757 +1782 +1807 +1832 +1857 +8 +33 +58 +83 +108 +133 +158 +183 +208 +233 +258 +283 +308 +333 +358 +383 +408 +433 +458 +483 +508 +533 +558 +583 +608 +633 +658 +683 +708 +733 +758 +783 +808 +833 +858 +883 +908 +933 +958 +983 +1008 +1033 +1058 +1083 +1108 +1133 +1158 +1183 +1208 +1233 +1258 +1283 +1308 +1333 +1358 +1383 +1408 +1433 +1458 +1483 +1508 +1533 +1558 +1583 +1608 +1633 +1658 +1683 +1708 +1733 +1758 +1783 +1808 +1833 +1858 +9 +34 +59 +84 +109 +134 +159 +184 +209 +234 +259 +284 +309 +334 +359 +384 +409 +434 +459 +484 +509 +534 +559 +584 +609 +634 +659 +684 +709 +734 +759 +784 +809 +834 +859 +884 +909 +934 +959 +984 +1009 +1034 +1059 +1084 +1109 +1134 +1159 +1184 +1209 +1234 +1259 +1284 +1309 +1334 +1359 +1384 +1409 +1434 +1459 +1484 +1509 +1534 +1559 +1584 +1609 +1634 +1659 +1684 +1709 +1734 +1759 +1784 +1809 +1834 +1859 +10 +35 +60 +85 +110 +135 +160 +185 +210 +235 +260 +285 +310 +335 +360 +385 +410 +435 +460 +485 +510 +535 +560 +585 +610 +635 +660 +685 +710 +735 +760 +785 +810 +835 +860 +885 +910 +935 +960 +985 +1010 +1035 +1060 +1085 +1110 +1135 +1160 +1185 +1210 +1235 +1260 +1285 +1310 +1335 +1360 +1385 +1410 +1435 +1460 +1485 +1510 +1535 +1560 +1585 +1610 +1635 +1660 +1685 +1710 +1735 +1760 +1785 +1810 +1835 +1860 +11 +36 +61 +86 +111 +136 +161 +186 +211 +236 +261 +286 +311 +336 +361 +386 +411 +436 +461 +486 +511 +536 +561 +586 +611 +636 +661 +686 +711 +736 +761 +786 +811 +836 +861 +886 +911 +936 +961 +986 +1011 +1036 +1061 +1086 +1111 +1136 +1161 +1186 +1211 +1236 +1261 +1286 +1311 +1336 +1361 +1386 +1411 +1436 +1461 +1486 +1511 +1536 +1561 +1586 +1611 +1636 +1661 +1686 +1711 +1736 +1761 +1786 +1811 +1836 +1861 +12 +37 +62 +87 +112 +137 +162 +187 +212 +237 +262 +287 +312 +337 +362 +387 +412 +437 +462 +487 +512 +537 +562 +587 +612 +637 +662 +687 +712 +737 +762 +787 +812 +837 +862 +887 +912 +937 +962 +987 +1012 +1037 +1062 +1087 +1112 +1137 +1162 +1187 +1212 +1237 +1262 +1287 +1312 +1337 +1362 +1387 +1412 +1437 +1462 +1487 +1512 +1537 +1562 +1587 +1612 +1637 +1662 +1687 +1712 +1737 +1762 +1787 +1812 +1837 +1862 +13 +38 +63 +88 +113 +138 +163 +188 +213 +238 +263 +288 +313 +338 +363 +388 +413 +438 +463 +488 +513 +538 +563 +588 +613 +638 +663 +688 +713 +738 +763 +788 +813 +838 +863 +888 +913 +938 +963 +988 +1013 +1038 +1063 +1088 +1113 +1138 +1163 +1188 +1213 +1238 +1263 +1288 +1313 +1338 +1363 +1388 +1413 +1438 +1463 +1488 +1513 +1538 +1563 +1588 +1613 +1638 +1663 +1688 +1713 +1738 +1763 +1788 +1813 +1838 +1863 +14 +39 +64 +89 +114 +139 +164 +189 +214 +239 +264 +289 +314 +339 +364 +389 +414 +439 +464 +489 +514 +539 +564 +589 +614 +639 +664 +689 +714 +739 +764 +789 +814 +839 +864 +889 +914 +939 +964 +989 +1014 +1039 +1064 +1089 +1114 +1139 +1164 +1189 +1214 +1239 +1264 +1289 +1314 +1339 +1364 +1389 +1414 +1439 +1464 +1489 +1514 +1539 +1564 +1589 +1614 +1639 +1664 +1689 +1714 +1739 +1764 +1789 +1814 +1839 +1864 +15 +40 +65 +90 +115 +140 +165 +190 +215 +240 +265 +290 +315 +340 +365 +390 +415 +440 +465 +490 +515 +540 +565 +590 +615 +640 +665 +690 +715 +740 +765 +790 +815 +840 +865 +890 +915 +940 +965 +990 +1015 +1040 +1065 +1090 +1115 +1140 +1165 +1190 +1215 +1240 +1265 +1290 +1315 +1340 +1365 +1390 +1415 +1440 +1465 +1490 +1515 +1540 +1565 +1590 +1615 +1640 +1665 +1690 +1715 +1740 +1765 +1790 +1815 +1840 +1865 +16 +41 +66 +91 +116 +141 +166 +191 +216 +241 +266 +291 +316 +341 +366 +391 +416 +441 +466 +491 +516 +541 +566 +591 +616 +641 +666 +691 +716 +741 +766 +791 +816 +841 +866 +891 +916 +941 +966 +991 +1016 +1041 +1066 +1091 +1116 +1141 +1166 +1191 +1216 +1241 +1266 +1291 +1316 +1341 +1366 +1391 +1416 +1441 +1466 +1491 +1516 +1541 +1566 +1591 +1616 +1641 +1666 +1691 +1716 +1741 +1766 +1791 +1816 +1841 +1866 +17 +42 +67 +92 +117 +142 +167 +192 +217 +242 +267 +292 +317 +342 +367 +392 +417 +442 +467 +492 +517 +542 +567 +592 +617 +642 +667 +692 +717 +742 +767 +792 +817 +842 +867 +892 +917 +942 +967 +992 +1017 +1042 +1067 +1092 +1117 +1142 +1167 +1192 +1217 +1242 +1267 +1292 +1317 +1342 +1367 +1392 +1417 +1442 +1467 +1492 +1517 +1542 +1567 +1592 +1617 +1642 +1667 +1692 +1717 +1742 +1767 +1792 +1817 +1842 +1867 +18 +43 +68 +93 +118 +143 +168 +193 +218 +243 +268 +293 +318 +343 +368 +393 +418 +443 +468 +493 +518 +543 +568 +593 +618 +643 +668 +693 +718 +743 +768 +793 +818 +843 +868 +893 +918 +943 +968 +993 +1018 +1043 +1068 +1093 +1118 +1143 +1168 +1193 +1218 +1243 +1268 +1293 +1318 +1343 +1368 +1393 +1418 +1443 +1468 +1493 +1518 +1543 +1568 +1593 +1618 +1643 +1668 +1693 +1718 +1743 +1768 +1793 +1818 +1843 +1868 +19 +44 +69 +94 +119 +144 +169 +194 +219 +244 +269 +294 +319 +344 +369 +394 +419 +444 +469 +494 +519 +544 +569 +594 +619 +644 +669 +694 +719 +744 +769 +794 +819 +844 +869 +894 +919 +944 +969 +994 +1019 +1044 +1069 +1094 +1119 +1144 +1169 +1194 +1219 +1244 +1269 +1294 +1319 +1344 +1369 +1394 +1419 +1444 +1469 +1494 +1519 +1544 +1569 +1594 +1619 +1644 +1669 +1694 +1719 +1744 +1769 +1794 +1819 +1844 +1869 +20 +45 +70 +95 +120 +145 +170 +195 +220 +245 +270 +295 +320 +345 +370 +395 +420 +445 +470 +495 +520 +545 +570 +595 +620 +645 +670 +695 +720 +745 +770 +795 +820 +845 +870 +895 +920 +945 +970 +995 +1020 +1045 +1070 +1095 +1120 +1145 +1170 +1195 +1220 +1245 +1270 +1295 +1320 +1345 +1370 +1395 +1420 +1445 +1470 +1495 +1520 +1545 +1570 +1595 +1620 +1645 +1670 +1695 +1720 +1745 +1770 +1795 +1820 +1845 +1870 +21 +46 +71 +96 +121 +146 +171 +196 +221 +246 +271 +296 +321 +346 +371 +396 +421 +446 +471 +496 +521 +546 +571 +596 +621 +646 +671 +696 +721 +746 +771 +796 +821 +846 +871 +896 +921 +946 +971 +996 +1021 +1046 +1071 +1096 +1121 +1146 +1171 +1196 +1221 +1246 +1271 +1296 +1321 +1346 +1371 +1396 +1421 +1446 +1471 +1496 +1521 +1546 +1571 +1596 +1621 +1646 +1671 +1696 +1721 +1746 +1771 +1796 +1821 +1846 +1871 +22 +47 +72 +97 +122 +147 +172 +197 +222 +247 +272 +297 +322 +347 +372 +397 +422 +447 +472 +497 +522 +547 +572 +597 +622 +647 +672 +697 +722 +747 +772 +797 +822 +847 +872 +897 +922 +947 +972 +997 +1022 +1047 +1072 +1097 +1122 +1147 +1172 +1197 +1222 +1247 +1272 +1297 +1322 +1347 +1372 +1397 +1422 +1447 +1472 +1497 +1522 +1547 +1572 +1597 +1622 +1647 +1672 +1697 +1722 +1747 +1772 +1797 +1822 +1847 +1872 +23 +48 +73 +98 +123 +148 +173 +198 +223 +248 +273 +298 +323 +348 +373 +398 +423 +448 +473 +498 +523 +548 +573 +598 +623 +648 +673 +698 +723 +748 +773 +798 +823 +848 +873 +898 +923 +948 +973 +998 +1023 +1048 +1073 +1098 +1123 +1148 +1173 +1198 +1223 +1248 +1273 +1298 +1323 +1348 +1373 +1398 +1423 +1448 +1473 +1498 +1523 +1548 +1573 +1598 +1623 +1648 +1673 +1698 +1723 +1748 +1773 +1798 +1823 +1848 +1873 +24 +49 +74 +99 +124 +149 +174 +199 +224 +249 +274 +299 +324 +349 +374 +399 +424 +449 +474 +499 +524 +549 +574 +599 +624 +649 +674 +699 +724 +749 +774 +799 +824 +849 +874 +899 +924 +949 +974 +999 +1024 +1049 +1074 +1099 +1124 +1149 +1174 +1199 +1224 +1249 +1274 +1299 +1324 +1349 +1374 +1399 +1424 +1449 +1474 +1499 +1524 +1549 +1574 +1599 +1624 +1649 +1674 +1699 +1724 +1749 +1774 +1799 +1824 +1849 +1874 +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/points b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/points new file mode 100644 index 00000000000..95033fa29d9 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/polyMesh/points @@ -0,0 +1,3976 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class vectorField; + location "constant/polyMesh"; + object points; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +3952 +( +(0 0 0) +(0.006 0 0) +(0.012 0 0) +(0.018 0 0) +(0.024 0 0) +(0.03 0 0) +(0.036 0 0) +(0.042 0 0) +(0.048 0 0) +(0.054 0 0) +(0.06 0 0) +(0.066 0 0) +(0.072 0 0) +(0.078 0 0) +(0.084 0 0) +(0.09 0 0) +(0.096 0 0) +(0.102 0 0) +(0.108 0 0) +(0.114 0 0) +(0.12 0 0) +(0.126 0 0) +(0.132 0 0) +(0.138 0 0) +(0.144 0 0) +(0.15 0 0) +(0 0.01333333333 0) +(0.006 0.01333333333 0) +(0.012 0.01333333333 0) +(0.018 0.01333333333 0) +(0.024 0.01333333333 0) +(0.03 0.01333333333 0) +(0.036 0.01333333333 0) +(0.042 0.01333333333 0) +(0.048 0.01333333333 0) +(0.054 0.01333333333 0) +(0.06 0.01333333333 0) +(0.066 0.01333333333 0) +(0.072 0.01333333333 0) +(0.078 0.01333333333 0) +(0.084 0.01333333333 0) +(0.09 0.01333333333 0) +(0.096 0.01333333333 0) +(0.102 0.01333333333 0) +(0.108 0.01333333333 0) +(0.114 0.01333333333 0) +(0.12 0.01333333333 0) +(0.126 0.01333333333 0) +(0.132 0.01333333333 0) +(0.138 0.01333333333 0) +(0.144 0.01333333333 0) +(0.15 0.01333333333 0) +(0 0.02666666667 0) +(0.006 0.02666666667 0) +(0.012 0.02666666667 0) +(0.018 0.02666666667 0) +(0.024 0.02666666667 0) +(0.03 0.02666666667 0) +(0.036 0.02666666667 0) +(0.042 0.02666666667 0) +(0.048 0.02666666667 0) +(0.054 0.02666666667 0) +(0.06 0.02666666667 0) +(0.066 0.02666666667 0) +(0.072 0.02666666667 0) +(0.078 0.02666666667 0) +(0.084 0.02666666667 0) +(0.09 0.02666666667 0) +(0.096 0.02666666667 0) +(0.102 0.02666666667 0) +(0.108 0.02666666667 0) +(0.114 0.02666666667 0) +(0.12 0.02666666667 0) +(0.126 0.02666666667 0) +(0.132 0.02666666667 0) +(0.138 0.02666666667 0) +(0.144 0.02666666667 0) +(0.15 0.02666666667 0) +(0 0.04 0) +(0.006 0.04 0) +(0.012 0.04 0) +(0.018 0.04 0) +(0.024 0.04 0) +(0.03 0.04 0) +(0.036 0.04 0) +(0.042 0.04 0) +(0.048 0.04 0) +(0.054 0.04 0) +(0.06 0.04 0) +(0.066 0.04 0) +(0.072 0.04 0) +(0.078 0.04 0) +(0.084 0.04 0) +(0.09 0.04 0) +(0.096 0.04 0) +(0.102 0.04 0) +(0.108 0.04 0) +(0.114 0.04 0) +(0.12 0.04 0) +(0.126 0.04 0) +(0.132 0.04 0) +(0.138 0.04 0) +(0.144 0.04 0) +(0.15 0.04 0) +(0 0.05333333333 0) +(0.006 0.05333333333 0) +(0.012 0.05333333333 0) +(0.018 0.05333333333 0) +(0.024 0.05333333333 0) +(0.03 0.05333333333 0) +(0.036 0.05333333333 0) +(0.042 0.05333333333 0) +(0.048 0.05333333333 0) +(0.054 0.05333333333 0) +(0.06 0.05333333333 0) +(0.066 0.05333333333 0) +(0.072 0.05333333333 0) +(0.078 0.05333333333 0) +(0.084 0.05333333333 0) +(0.09 0.05333333333 0) +(0.096 0.05333333333 0) +(0.102 0.05333333333 0) +(0.108 0.05333333333 0) +(0.114 0.05333333333 0) +(0.12 0.05333333333 0) +(0.126 0.05333333333 0) +(0.132 0.05333333333 0) +(0.138 0.05333333333 0) +(0.144 0.05333333333 0) +(0.15 0.05333333333 0) +(0 0.06666666667 0) +(0.006 0.06666666667 0) +(0.012 0.06666666667 0) +(0.018 0.06666666667 0) +(0.024 0.06666666667 0) +(0.03 0.06666666667 0) +(0.036 0.06666666667 0) +(0.042 0.06666666667 0) +(0.048 0.06666666667 0) +(0.054 0.06666666667 0) +(0.06 0.06666666667 0) +(0.066 0.06666666667 0) +(0.072 0.06666666667 0) +(0.078 0.06666666667 0) +(0.084 0.06666666667 0) +(0.09 0.06666666667 0) +(0.096 0.06666666667 0) +(0.102 0.06666666667 0) +(0.108 0.06666666667 0) +(0.114 0.06666666667 0) +(0.12 0.06666666667 0) +(0.126 0.06666666667 0) +(0.132 0.06666666667 0) +(0.138 0.06666666667 0) +(0.144 0.06666666667 0) +(0.15 0.06666666667 0) +(0 0.08 0) +(0.006 0.08 0) +(0.012 0.08 0) +(0.018 0.08 0) +(0.024 0.08 0) +(0.03 0.08 0) +(0.036 0.08 0) +(0.042 0.08 0) +(0.048 0.08 0) +(0.054 0.08 0) +(0.06 0.08 0) +(0.066 0.08 0) +(0.072 0.08 0) +(0.078 0.08 0) +(0.084 0.08 0) +(0.09 0.08 0) +(0.096 0.08 0) +(0.102 0.08 0) +(0.108 0.08 0) +(0.114 0.08 0) +(0.12 0.08 0) +(0.126 0.08 0) +(0.132 0.08 0) +(0.138 0.08 0) +(0.144 0.08 0) +(0.15 0.08 0) +(0 0.09333333333 0) +(0.006 0.09333333333 0) +(0.012 0.09333333333 0) +(0.018 0.09333333333 0) +(0.024 0.09333333333 0) +(0.03 0.09333333333 0) +(0.036 0.09333333333 0) +(0.042 0.09333333333 0) +(0.048 0.09333333333 0) +(0.054 0.09333333333 0) +(0.06 0.09333333333 0) +(0.066 0.09333333333 0) +(0.072 0.09333333333 0) +(0.078 0.09333333333 0) +(0.084 0.09333333333 0) +(0.09 0.09333333333 0) +(0.096 0.09333333333 0) +(0.102 0.09333333333 0) +(0.108 0.09333333333 0) +(0.114 0.09333333333 0) +(0.12 0.09333333333 0) +(0.126 0.09333333333 0) +(0.132 0.09333333333 0) +(0.138 0.09333333333 0) +(0.144 0.09333333333 0) +(0.15 0.09333333333 0) +(0 0.1066666667 0) +(0.006 0.1066666667 0) +(0.012 0.1066666667 0) +(0.018 0.1066666667 0) +(0.024 0.1066666667 0) +(0.03 0.1066666667 0) +(0.036 0.1066666667 0) +(0.042 0.1066666667 0) +(0.048 0.1066666667 0) +(0.054 0.1066666667 0) +(0.06 0.1066666667 0) +(0.066 0.1066666667 0) +(0.072 0.1066666667 0) +(0.078 0.1066666667 0) +(0.084 0.1066666667 0) +(0.09 0.1066666667 0) +(0.096 0.1066666667 0) +(0.102 0.1066666667 0) +(0.108 0.1066666667 0) +(0.114 0.1066666667 0) +(0.12 0.1066666667 0) +(0.126 0.1066666667 0) +(0.132 0.1066666667 0) +(0.138 0.1066666667 0) +(0.144 0.1066666667 0) +(0.15 0.1066666667 0) +(0 0.12 0) +(0.006 0.12 0) +(0.012 0.12 0) +(0.018 0.12 0) +(0.024 0.12 0) +(0.03 0.12 0) +(0.036 0.12 0) +(0.042 0.12 0) +(0.048 0.12 0) +(0.054 0.12 0) +(0.06 0.12 0) +(0.066 0.12 0) +(0.072 0.12 0) +(0.078 0.12 0) +(0.084 0.12 0) +(0.09 0.12 0) +(0.096 0.12 0) +(0.102 0.12 0) +(0.108 0.12 0) +(0.114 0.12 0) +(0.12 0.12 0) +(0.126 0.12 0) +(0.132 0.12 0) +(0.138 0.12 0) +(0.144 0.12 0) +(0.15 0.12 0) +(0 0.1333333333 0) +(0.006 0.1333333333 0) +(0.012 0.1333333333 0) +(0.018 0.1333333333 0) +(0.024 0.1333333333 0) +(0.03 0.1333333333 0) +(0.036 0.1333333333 0) +(0.042 0.1333333333 0) +(0.048 0.1333333333 0) +(0.054 0.1333333333 0) +(0.06 0.1333333333 0) +(0.066 0.1333333333 0) +(0.072 0.1333333333 0) +(0.078 0.1333333333 0) +(0.084 0.1333333333 0) +(0.09 0.1333333333 0) +(0.096 0.1333333333 0) +(0.102 0.1333333333 0) +(0.108 0.1333333333 0) +(0.114 0.1333333333 0) +(0.12 0.1333333333 0) +(0.126 0.1333333333 0) +(0.132 0.1333333333 0) +(0.138 0.1333333333 0) +(0.144 0.1333333333 0) +(0.15 0.1333333333 0) +(0 0.1466666667 0) +(0.006 0.1466666667 0) +(0.012 0.1466666667 0) +(0.018 0.1466666667 0) +(0.024 0.1466666667 0) +(0.03 0.1466666667 0) +(0.036 0.1466666667 0) +(0.042 0.1466666667 0) +(0.048 0.1466666667 0) +(0.054 0.1466666667 0) +(0.06 0.1466666667 0) +(0.066 0.1466666667 0) +(0.072 0.1466666667 0) +(0.078 0.1466666667 0) +(0.084 0.1466666667 0) +(0.09 0.1466666667 0) +(0.096 0.1466666667 0) +(0.102 0.1466666667 0) +(0.108 0.1466666667 0) +(0.114 0.1466666667 0) +(0.12 0.1466666667 0) +(0.126 0.1466666667 0) +(0.132 0.1466666667 0) +(0.138 0.1466666667 0) +(0.144 0.1466666667 0) +(0.15 0.1466666667 0) +(0 0.16 0) +(0.006 0.16 0) +(0.012 0.16 0) +(0.018 0.16 0) +(0.024 0.16 0) +(0.03 0.16 0) +(0.036 0.16 0) +(0.042 0.16 0) +(0.048 0.16 0) +(0.054 0.16 0) +(0.06 0.16 0) +(0.066 0.16 0) +(0.072 0.16 0) +(0.078 0.16 0) +(0.084 0.16 0) +(0.09 0.16 0) +(0.096 0.16 0) +(0.102 0.16 0) +(0.108 0.16 0) +(0.114 0.16 0) +(0.12 0.16 0) +(0.126 0.16 0) +(0.132 0.16 0) +(0.138 0.16 0) +(0.144 0.16 0) +(0.15 0.16 0) +(0 0.1733333333 0) +(0.006 0.1733333333 0) +(0.012 0.1733333333 0) +(0.018 0.1733333333 0) +(0.024 0.1733333333 0) +(0.03 0.1733333333 0) +(0.036 0.1733333333 0) +(0.042 0.1733333333 0) +(0.048 0.1733333333 0) +(0.054 0.1733333333 0) +(0.06 0.1733333333 0) +(0.066 0.1733333333 0) +(0.072 0.1733333333 0) +(0.078 0.1733333333 0) +(0.084 0.1733333333 0) +(0.09 0.1733333333 0) +(0.096 0.1733333333 0) +(0.102 0.1733333333 0) +(0.108 0.1733333333 0) +(0.114 0.1733333333 0) +(0.12 0.1733333333 0) +(0.126 0.1733333333 0) +(0.132 0.1733333333 0) +(0.138 0.1733333333 0) +(0.144 0.1733333333 0) +(0.15 0.1733333333 0) +(0 0.1866666667 0) +(0.006 0.1866666667 0) +(0.012 0.1866666667 0) +(0.018 0.1866666667 0) +(0.024 0.1866666667 0) +(0.03 0.1866666667 0) +(0.036 0.1866666667 0) +(0.042 0.1866666667 0) +(0.048 0.1866666667 0) +(0.054 0.1866666667 0) +(0.06 0.1866666667 0) +(0.066 0.1866666667 0) +(0.072 0.1866666667 0) +(0.078 0.1866666667 0) +(0.084 0.1866666667 0) +(0.09 0.1866666667 0) +(0.096 0.1866666667 0) +(0.102 0.1866666667 0) +(0.108 0.1866666667 0) +(0.114 0.1866666667 0) +(0.12 0.1866666667 0) +(0.126 0.1866666667 0) +(0.132 0.1866666667 0) +(0.138 0.1866666667 0) +(0.144 0.1866666667 0) +(0.15 0.1866666667 0) +(0 0.2 0) +(0.006 0.2 0) +(0.012 0.2 0) +(0.018 0.2 0) +(0.024 0.2 0) +(0.03 0.2 0) +(0.036 0.2 0) +(0.042 0.2 0) +(0.048 0.2 0) +(0.054 0.2 0) +(0.06 0.2 0) +(0.066 0.2 0) +(0.072 0.2 0) +(0.078 0.2 0) +(0.084 0.2 0) +(0.09 0.2 0) +(0.096 0.2 0) +(0.102 0.2 0) +(0.108 0.2 0) +(0.114 0.2 0) +(0.12 0.2 0) +(0.126 0.2 0) +(0.132 0.2 0) +(0.138 0.2 0) +(0.144 0.2 0) +(0.15 0.2 0) +(0 0.2133333333 0) +(0.006 0.2133333333 0) +(0.012 0.2133333333 0) +(0.018 0.2133333333 0) +(0.024 0.2133333333 0) +(0.03 0.2133333333 0) +(0.036 0.2133333333 0) +(0.042 0.2133333333 0) +(0.048 0.2133333333 0) +(0.054 0.2133333333 0) +(0.06 0.2133333333 0) +(0.066 0.2133333333 0) +(0.072 0.2133333333 0) +(0.078 0.2133333333 0) +(0.084 0.2133333333 0) +(0.09 0.2133333333 0) +(0.096 0.2133333333 0) +(0.102 0.2133333333 0) +(0.108 0.2133333333 0) +(0.114 0.2133333333 0) +(0.12 0.2133333333 0) +(0.126 0.2133333333 0) +(0.132 0.2133333333 0) +(0.138 0.2133333333 0) +(0.144 0.2133333333 0) +(0.15 0.2133333333 0) +(0 0.2266666667 0) +(0.006 0.2266666667 0) +(0.012 0.2266666667 0) +(0.018 0.2266666667 0) +(0.024 0.2266666667 0) +(0.03 0.2266666667 0) +(0.036 0.2266666667 0) +(0.042 0.2266666667 0) +(0.048 0.2266666667 0) +(0.054 0.2266666667 0) +(0.06 0.2266666667 0) +(0.066 0.2266666667 0) +(0.072 0.2266666667 0) +(0.078 0.2266666667 0) +(0.084 0.2266666667 0) +(0.09 0.2266666667 0) +(0.096 0.2266666667 0) +(0.102 0.2266666667 0) +(0.108 0.2266666667 0) +(0.114 0.2266666667 0) +(0.12 0.2266666667 0) +(0.126 0.2266666667 0) +(0.132 0.2266666667 0) +(0.138 0.2266666667 0) +(0.144 0.2266666667 0) +(0.15 0.2266666667 0) +(0 0.24 0) +(0.006 0.24 0) +(0.012 0.24 0) +(0.018 0.24 0) +(0.024 0.24 0) +(0.03 0.24 0) +(0.036 0.24 0) +(0.042 0.24 0) +(0.048 0.24 0) +(0.054 0.24 0) +(0.06 0.24 0) +(0.066 0.24 0) +(0.072 0.24 0) +(0.078 0.24 0) +(0.084 0.24 0) +(0.09 0.24 0) +(0.096 0.24 0) +(0.102 0.24 0) +(0.108 0.24 0) +(0.114 0.24 0) +(0.12 0.24 0) +(0.126 0.24 0) +(0.132 0.24 0) +(0.138 0.24 0) +(0.144 0.24 0) +(0.15 0.24 0) +(0 0.2533333333 0) +(0.006 0.2533333333 0) +(0.012 0.2533333333 0) +(0.018 0.2533333333 0) +(0.024 0.2533333333 0) +(0.03 0.2533333333 0) +(0.036 0.2533333333 0) +(0.042 0.2533333333 0) +(0.048 0.2533333333 0) +(0.054 0.2533333333 0) +(0.06 0.2533333333 0) +(0.066 0.2533333333 0) +(0.072 0.2533333333 0) +(0.078 0.2533333333 0) +(0.084 0.2533333333 0) +(0.09 0.2533333333 0) +(0.096 0.2533333333 0) +(0.102 0.2533333333 0) +(0.108 0.2533333333 0) +(0.114 0.2533333333 0) +(0.12 0.2533333333 0) +(0.126 0.2533333333 0) +(0.132 0.2533333333 0) +(0.138 0.2533333333 0) +(0.144 0.2533333333 0) +(0.15 0.2533333333 0) +(0 0.2666666667 0) +(0.006 0.2666666667 0) +(0.012 0.2666666667 0) +(0.018 0.2666666667 0) +(0.024 0.2666666667 0) +(0.03 0.2666666667 0) +(0.036 0.2666666667 0) +(0.042 0.2666666667 0) +(0.048 0.2666666667 0) +(0.054 0.2666666667 0) +(0.06 0.2666666667 0) +(0.066 0.2666666667 0) +(0.072 0.2666666667 0) +(0.078 0.2666666667 0) +(0.084 0.2666666667 0) +(0.09 0.2666666667 0) +(0.096 0.2666666667 0) +(0.102 0.2666666667 0) +(0.108 0.2666666667 0) +(0.114 0.2666666667 0) +(0.12 0.2666666667 0) +(0.126 0.2666666667 0) +(0.132 0.2666666667 0) +(0.138 0.2666666667 0) +(0.144 0.2666666667 0) +(0.15 0.2666666667 0) +(0 0.28 0) +(0.006 0.28 0) +(0.012 0.28 0) +(0.018 0.28 0) +(0.024 0.28 0) +(0.03 0.28 0) +(0.036 0.28 0) +(0.042 0.28 0) +(0.048 0.28 0) +(0.054 0.28 0) +(0.06 0.28 0) +(0.066 0.28 0) +(0.072 0.28 0) +(0.078 0.28 0) +(0.084 0.28 0) +(0.09 0.28 0) +(0.096 0.28 0) +(0.102 0.28 0) +(0.108 0.28 0) +(0.114 0.28 0) +(0.12 0.28 0) +(0.126 0.28 0) +(0.132 0.28 0) +(0.138 0.28 0) +(0.144 0.28 0) +(0.15 0.28 0) +(0 0.2933333333 0) +(0.006 0.2933333333 0) +(0.012 0.2933333333 0) +(0.018 0.2933333333 0) +(0.024 0.2933333333 0) +(0.03 0.2933333333 0) +(0.036 0.2933333333 0) +(0.042 0.2933333333 0) +(0.048 0.2933333333 0) +(0.054 0.2933333333 0) +(0.06 0.2933333333 0) +(0.066 0.2933333333 0) +(0.072 0.2933333333 0) +(0.078 0.2933333333 0) +(0.084 0.2933333333 0) +(0.09 0.2933333333 0) +(0.096 0.2933333333 0) +(0.102 0.2933333333 0) +(0.108 0.2933333333 0) +(0.114 0.2933333333 0) +(0.12 0.2933333333 0) +(0.126 0.2933333333 0) +(0.132 0.2933333333 0) +(0.138 0.2933333333 0) +(0.144 0.2933333333 0) +(0.15 0.2933333333 0) +(0 0.3066666667 0) +(0.006 0.3066666667 0) +(0.012 0.3066666667 0) +(0.018 0.3066666667 0) +(0.024 0.3066666667 0) +(0.03 0.3066666667 0) +(0.036 0.3066666667 0) +(0.042 0.3066666667 0) +(0.048 0.3066666667 0) +(0.054 0.3066666667 0) +(0.06 0.3066666667 0) +(0.066 0.3066666667 0) +(0.072 0.3066666667 0) +(0.078 0.3066666667 0) +(0.084 0.3066666667 0) +(0.09 0.3066666667 0) +(0.096 0.3066666667 0) +(0.102 0.3066666667 0) +(0.108 0.3066666667 0) +(0.114 0.3066666667 0) +(0.12 0.3066666667 0) +(0.126 0.3066666667 0) +(0.132 0.3066666667 0) +(0.138 0.3066666667 0) +(0.144 0.3066666667 0) +(0.15 0.3066666667 0) +(0 0.32 0) +(0.006 0.32 0) +(0.012 0.32 0) +(0.018 0.32 0) +(0.024 0.32 0) +(0.03 0.32 0) +(0.036 0.32 0) +(0.042 0.32 0) +(0.048 0.32 0) +(0.054 0.32 0) +(0.06 0.32 0) +(0.066 0.32 0) +(0.072 0.32 0) +(0.078 0.32 0) +(0.084 0.32 0) +(0.09 0.32 0) +(0.096 0.32 0) +(0.102 0.32 0) +(0.108 0.32 0) +(0.114 0.32 0) +(0.12 0.32 0) +(0.126 0.32 0) +(0.132 0.32 0) +(0.138 0.32 0) +(0.144 0.32 0) +(0.15 0.32 0) +(0 0.3333333333 0) +(0.006 0.3333333333 0) +(0.012 0.3333333333 0) +(0.018 0.3333333333 0) +(0.024 0.3333333333 0) +(0.03 0.3333333333 0) +(0.036 0.3333333333 0) +(0.042 0.3333333333 0) +(0.048 0.3333333333 0) +(0.054 0.3333333333 0) +(0.06 0.3333333333 0) +(0.066 0.3333333333 0) +(0.072 0.3333333333 0) +(0.078 0.3333333333 0) +(0.084 0.3333333333 0) +(0.09 0.3333333333 0) +(0.096 0.3333333333 0) +(0.102 0.3333333333 0) +(0.108 0.3333333333 0) +(0.114 0.3333333333 0) +(0.12 0.3333333333 0) +(0.126 0.3333333333 0) +(0.132 0.3333333333 0) +(0.138 0.3333333333 0) +(0.144 0.3333333333 0) +(0.15 0.3333333333 0) +(0 0.3466666667 0) +(0.006 0.3466666667 0) +(0.012 0.3466666667 0) +(0.018 0.3466666667 0) +(0.024 0.3466666667 0) +(0.03 0.3466666667 0) +(0.036 0.3466666667 0) +(0.042 0.3466666667 0) +(0.048 0.3466666667 0) +(0.054 0.3466666667 0) +(0.06 0.3466666667 0) +(0.066 0.3466666667 0) +(0.072 0.3466666667 0) +(0.078 0.3466666667 0) +(0.084 0.3466666667 0) +(0.09 0.3466666667 0) +(0.096 0.3466666667 0) +(0.102 0.3466666667 0) +(0.108 0.3466666667 0) +(0.114 0.3466666667 0) +(0.12 0.3466666667 0) +(0.126 0.3466666667 0) +(0.132 0.3466666667 0) +(0.138 0.3466666667 0) +(0.144 0.3466666667 0) +(0.15 0.3466666667 0) +(0 0.36 0) +(0.006 0.36 0) +(0.012 0.36 0) +(0.018 0.36 0) +(0.024 0.36 0) +(0.03 0.36 0) +(0.036 0.36 0) +(0.042 0.36 0) +(0.048 0.36 0) +(0.054 0.36 0) +(0.06 0.36 0) +(0.066 0.36 0) +(0.072 0.36 0) +(0.078 0.36 0) +(0.084 0.36 0) +(0.09 0.36 0) +(0.096 0.36 0) +(0.102 0.36 0) +(0.108 0.36 0) +(0.114 0.36 0) +(0.12 0.36 0) +(0.126 0.36 0) +(0.132 0.36 0) +(0.138 0.36 0) +(0.144 0.36 0) +(0.15 0.36 0) +(0 0.3733333333 0) +(0.006 0.3733333333 0) +(0.012 0.3733333333 0) +(0.018 0.3733333333 0) +(0.024 0.3733333333 0) +(0.03 0.3733333333 0) +(0.036 0.3733333333 0) +(0.042 0.3733333333 0) +(0.048 0.3733333333 0) +(0.054 0.3733333333 0) +(0.06 0.3733333333 0) +(0.066 0.3733333333 0) +(0.072 0.3733333333 0) +(0.078 0.3733333333 0) +(0.084 0.3733333333 0) +(0.09 0.3733333333 0) +(0.096 0.3733333333 0) +(0.102 0.3733333333 0) +(0.108 0.3733333333 0) +(0.114 0.3733333333 0) +(0.12 0.3733333333 0) +(0.126 0.3733333333 0) +(0.132 0.3733333333 0) +(0.138 0.3733333333 0) +(0.144 0.3733333333 0) +(0.15 0.3733333333 0) +(0 0.3866666667 0) +(0.006 0.3866666667 0) +(0.012 0.3866666667 0) +(0.018 0.3866666667 0) +(0.024 0.3866666667 0) +(0.03 0.3866666667 0) +(0.036 0.3866666667 0) +(0.042 0.3866666667 0) +(0.048 0.3866666667 0) +(0.054 0.3866666667 0) +(0.06 0.3866666667 0) +(0.066 0.3866666667 0) +(0.072 0.3866666667 0) +(0.078 0.3866666667 0) +(0.084 0.3866666667 0) +(0.09 0.3866666667 0) +(0.096 0.3866666667 0) +(0.102 0.3866666667 0) +(0.108 0.3866666667 0) +(0.114 0.3866666667 0) +(0.12 0.3866666667 0) +(0.126 0.3866666667 0) +(0.132 0.3866666667 0) +(0.138 0.3866666667 0) +(0.144 0.3866666667 0) +(0.15 0.3866666667 0) +(0 0.4 0) +(0.006 0.4 0) +(0.012 0.4 0) +(0.018 0.4 0) +(0.024 0.4 0) +(0.03 0.4 0) +(0.036 0.4 0) +(0.042 0.4 0) +(0.048 0.4 0) +(0.054 0.4 0) +(0.06 0.4 0) +(0.066 0.4 0) +(0.072 0.4 0) +(0.078 0.4 0) +(0.084 0.4 0) +(0.09 0.4 0) +(0.096 0.4 0) +(0.102 0.4 0) +(0.108 0.4 0) +(0.114 0.4 0) +(0.12 0.4 0) +(0.126 0.4 0) +(0.132 0.4 0) +(0.138 0.4 0) +(0.144 0.4 0) +(0.15 0.4 0) +(0 0.4133333333 0) +(0.006 0.4133333333 0) +(0.012 0.4133333333 0) +(0.018 0.4133333333 0) +(0.024 0.4133333333 0) +(0.03 0.4133333333 0) +(0.036 0.4133333333 0) +(0.042 0.4133333333 0) +(0.048 0.4133333333 0) +(0.054 0.4133333333 0) +(0.06 0.4133333333 0) +(0.066 0.4133333333 0) +(0.072 0.4133333333 0) +(0.078 0.4133333333 0) +(0.084 0.4133333333 0) +(0.09 0.4133333333 0) +(0.096 0.4133333333 0) +(0.102 0.4133333333 0) +(0.108 0.4133333333 0) +(0.114 0.4133333333 0) +(0.12 0.4133333333 0) +(0.126 0.4133333333 0) +(0.132 0.4133333333 0) +(0.138 0.4133333333 0) +(0.144 0.4133333333 0) +(0.15 0.4133333333 0) +(0 0.4266666667 0) +(0.006 0.4266666667 0) +(0.012 0.4266666667 0) +(0.018 0.4266666667 0) +(0.024 0.4266666667 0) +(0.03 0.4266666667 0) +(0.036 0.4266666667 0) +(0.042 0.4266666667 0) +(0.048 0.4266666667 0) +(0.054 0.4266666667 0) +(0.06 0.4266666667 0) +(0.066 0.4266666667 0) +(0.072 0.4266666667 0) +(0.078 0.4266666667 0) +(0.084 0.4266666667 0) +(0.09 0.4266666667 0) +(0.096 0.4266666667 0) +(0.102 0.4266666667 0) +(0.108 0.4266666667 0) +(0.114 0.4266666667 0) +(0.12 0.4266666667 0) +(0.126 0.4266666667 0) +(0.132 0.4266666667 0) +(0.138 0.4266666667 0) +(0.144 0.4266666667 0) +(0.15 0.4266666667 0) +(0 0.44 0) +(0.006 0.44 0) +(0.012 0.44 0) +(0.018 0.44 0) +(0.024 0.44 0) +(0.03 0.44 0) +(0.036 0.44 0) +(0.042 0.44 0) +(0.048 0.44 0) +(0.054 0.44 0) +(0.06 0.44 0) +(0.066 0.44 0) +(0.072 0.44 0) +(0.078 0.44 0) +(0.084 0.44 0) +(0.09 0.44 0) +(0.096 0.44 0) +(0.102 0.44 0) +(0.108 0.44 0) +(0.114 0.44 0) +(0.12 0.44 0) +(0.126 0.44 0) +(0.132 0.44 0) +(0.138 0.44 0) +(0.144 0.44 0) +(0.15 0.44 0) +(0 0.4533333333 0) +(0.006 0.4533333333 0) +(0.012 0.4533333333 0) +(0.018 0.4533333333 0) +(0.024 0.4533333333 0) +(0.03 0.4533333333 0) +(0.036 0.4533333333 0) +(0.042 0.4533333333 0) +(0.048 0.4533333333 0) +(0.054 0.4533333333 0) +(0.06 0.4533333333 0) +(0.066 0.4533333333 0) +(0.072 0.4533333333 0) +(0.078 0.4533333333 0) +(0.084 0.4533333333 0) +(0.09 0.4533333333 0) +(0.096 0.4533333333 0) +(0.102 0.4533333333 0) +(0.108 0.4533333333 0) +(0.114 0.4533333333 0) +(0.12 0.4533333333 0) +(0.126 0.4533333333 0) +(0.132 0.4533333333 0) +(0.138 0.4533333333 0) +(0.144 0.4533333333 0) +(0.15 0.4533333333 0) +(0 0.4666666667 0) +(0.006 0.4666666667 0) +(0.012 0.4666666667 0) +(0.018 0.4666666667 0) +(0.024 0.4666666667 0) +(0.03 0.4666666667 0) +(0.036 0.4666666667 0) +(0.042 0.4666666667 0) +(0.048 0.4666666667 0) +(0.054 0.4666666667 0) +(0.06 0.4666666667 0) +(0.066 0.4666666667 0) +(0.072 0.4666666667 0) +(0.078 0.4666666667 0) +(0.084 0.4666666667 0) +(0.09 0.4666666667 0) +(0.096 0.4666666667 0) +(0.102 0.4666666667 0) +(0.108 0.4666666667 0) +(0.114 0.4666666667 0) +(0.12 0.4666666667 0) +(0.126 0.4666666667 0) +(0.132 0.4666666667 0) +(0.138 0.4666666667 0) +(0.144 0.4666666667 0) +(0.15 0.4666666667 0) +(0 0.48 0) +(0.006 0.48 0) +(0.012 0.48 0) +(0.018 0.48 0) +(0.024 0.48 0) +(0.03 0.48 0) +(0.036 0.48 0) +(0.042 0.48 0) +(0.048 0.48 0) +(0.054 0.48 0) +(0.06 0.48 0) +(0.066 0.48 0) +(0.072 0.48 0) +(0.078 0.48 0) +(0.084 0.48 0) +(0.09 0.48 0) +(0.096 0.48 0) +(0.102 0.48 0) +(0.108 0.48 0) +(0.114 0.48 0) +(0.12 0.48 0) +(0.126 0.48 0) +(0.132 0.48 0) +(0.138 0.48 0) +(0.144 0.48 0) +(0.15 0.48 0) +(0 0.4933333333 0) +(0.006 0.4933333333 0) +(0.012 0.4933333333 0) +(0.018 0.4933333333 0) +(0.024 0.4933333333 0) +(0.03 0.4933333333 0) +(0.036 0.4933333333 0) +(0.042 0.4933333333 0) +(0.048 0.4933333333 0) +(0.054 0.4933333333 0) +(0.06 0.4933333333 0) +(0.066 0.4933333333 0) +(0.072 0.4933333333 0) +(0.078 0.4933333333 0) +(0.084 0.4933333333 0) +(0.09 0.4933333333 0) +(0.096 0.4933333333 0) +(0.102 0.4933333333 0) +(0.108 0.4933333333 0) +(0.114 0.4933333333 0) +(0.12 0.4933333333 0) +(0.126 0.4933333333 0) +(0.132 0.4933333333 0) +(0.138 0.4933333333 0) +(0.144 0.4933333333 0) +(0.15 0.4933333333 0) +(0 0.5066666667 0) +(0.006 0.5066666667 0) +(0.012 0.5066666667 0) +(0.018 0.5066666667 0) +(0.024 0.5066666667 0) +(0.03 0.5066666667 0) +(0.036 0.5066666667 0) +(0.042 0.5066666667 0) +(0.048 0.5066666667 0) +(0.054 0.5066666667 0) +(0.06 0.5066666667 0) +(0.066 0.5066666667 0) +(0.072 0.5066666667 0) +(0.078 0.5066666667 0) +(0.084 0.5066666667 0) +(0.09 0.5066666667 0) +(0.096 0.5066666667 0) +(0.102 0.5066666667 0) +(0.108 0.5066666667 0) +(0.114 0.5066666667 0) +(0.12 0.5066666667 0) +(0.126 0.5066666667 0) +(0.132 0.5066666667 0) +(0.138 0.5066666667 0) +(0.144 0.5066666667 0) +(0.15 0.5066666667 0) +(0 0.52 0) +(0.006 0.52 0) +(0.012 0.52 0) +(0.018 0.52 0) +(0.024 0.52 0) +(0.03 0.52 0) +(0.036 0.52 0) +(0.042 0.52 0) +(0.048 0.52 0) +(0.054 0.52 0) +(0.06 0.52 0) +(0.066 0.52 0) +(0.072 0.52 0) +(0.078 0.52 0) +(0.084 0.52 0) +(0.09 0.52 0) +(0.096 0.52 0) +(0.102 0.52 0) +(0.108 0.52 0) +(0.114 0.52 0) +(0.12 0.52 0) +(0.126 0.52 0) +(0.132 0.52 0) +(0.138 0.52 0) +(0.144 0.52 0) +(0.15 0.52 0) +(0 0.5333333333 0) +(0.006 0.5333333333 0) +(0.012 0.5333333333 0) +(0.018 0.5333333333 0) +(0.024 0.5333333333 0) +(0.03 0.5333333333 0) +(0.036 0.5333333333 0) +(0.042 0.5333333333 0) +(0.048 0.5333333333 0) +(0.054 0.5333333333 0) +(0.06 0.5333333333 0) +(0.066 0.5333333333 0) +(0.072 0.5333333333 0) +(0.078 0.5333333333 0) +(0.084 0.5333333333 0) +(0.09 0.5333333333 0) +(0.096 0.5333333333 0) +(0.102 0.5333333333 0) +(0.108 0.5333333333 0) +(0.114 0.5333333333 0) +(0.12 0.5333333333 0) +(0.126 0.5333333333 0) +(0.132 0.5333333333 0) +(0.138 0.5333333333 0) +(0.144 0.5333333333 0) +(0.15 0.5333333333 0) +(0 0.5466666667 0) +(0.006 0.5466666667 0) +(0.012 0.5466666667 0) +(0.018 0.5466666667 0) +(0.024 0.5466666667 0) +(0.03 0.5466666667 0) +(0.036 0.5466666667 0) +(0.042 0.5466666667 0) +(0.048 0.5466666667 0) +(0.054 0.5466666667 0) +(0.06 0.5466666667 0) +(0.066 0.5466666667 0) +(0.072 0.5466666667 0) +(0.078 0.5466666667 0) +(0.084 0.5466666667 0) +(0.09 0.5466666667 0) +(0.096 0.5466666667 0) +(0.102 0.5466666667 0) +(0.108 0.5466666667 0) +(0.114 0.5466666667 0) +(0.12 0.5466666667 0) +(0.126 0.5466666667 0) +(0.132 0.5466666667 0) +(0.138 0.5466666667 0) +(0.144 0.5466666667 0) +(0.15 0.5466666667 0) +(0 0.56 0) +(0.006 0.56 0) +(0.012 0.56 0) +(0.018 0.56 0) +(0.024 0.56 0) +(0.03 0.56 0) +(0.036 0.56 0) +(0.042 0.56 0) +(0.048 0.56 0) +(0.054 0.56 0) +(0.06 0.56 0) +(0.066 0.56 0) +(0.072 0.56 0) +(0.078 0.56 0) +(0.084 0.56 0) +(0.09 0.56 0) +(0.096 0.56 0) +(0.102 0.56 0) +(0.108 0.56 0) +(0.114 0.56 0) +(0.12 0.56 0) +(0.126 0.56 0) +(0.132 0.56 0) +(0.138 0.56 0) +(0.144 0.56 0) +(0.15 0.56 0) +(0 0.5733333333 0) +(0.006 0.5733333333 0) +(0.012 0.5733333333 0) +(0.018 0.5733333333 0) +(0.024 0.5733333333 0) +(0.03 0.5733333333 0) +(0.036 0.5733333333 0) +(0.042 0.5733333333 0) +(0.048 0.5733333333 0) +(0.054 0.5733333333 0) +(0.06 0.5733333333 0) +(0.066 0.5733333333 0) +(0.072 0.5733333333 0) +(0.078 0.5733333333 0) +(0.084 0.5733333333 0) +(0.09 0.5733333333 0) +(0.096 0.5733333333 0) +(0.102 0.5733333333 0) +(0.108 0.5733333333 0) +(0.114 0.5733333333 0) +(0.12 0.5733333333 0) +(0.126 0.5733333333 0) +(0.132 0.5733333333 0) +(0.138 0.5733333333 0) +(0.144 0.5733333333 0) +(0.15 0.5733333333 0) +(0 0.5866666667 0) +(0.006 0.5866666667 0) +(0.012 0.5866666667 0) +(0.018 0.5866666667 0) +(0.024 0.5866666667 0) +(0.03 0.5866666667 0) +(0.036 0.5866666667 0) +(0.042 0.5866666667 0) +(0.048 0.5866666667 0) +(0.054 0.5866666667 0) +(0.06 0.5866666667 0) +(0.066 0.5866666667 0) +(0.072 0.5866666667 0) +(0.078 0.5866666667 0) +(0.084 0.5866666667 0) +(0.09 0.5866666667 0) +(0.096 0.5866666667 0) +(0.102 0.5866666667 0) +(0.108 0.5866666667 0) +(0.114 0.5866666667 0) +(0.12 0.5866666667 0) +(0.126 0.5866666667 0) +(0.132 0.5866666667 0) +(0.138 0.5866666667 0) +(0.144 0.5866666667 0) +(0.15 0.5866666667 0) +(0 0.6 0) +(0.006 0.6 0) +(0.012 0.6 0) +(0.018 0.6 0) +(0.024 0.6 0) +(0.03 0.6 0) +(0.036 0.6 0) +(0.042 0.6 0) +(0.048 0.6 0) +(0.054 0.6 0) +(0.06 0.6 0) +(0.066 0.6 0) +(0.072 0.6 0) +(0.078 0.6 0) +(0.084 0.6 0) +(0.09 0.6 0) +(0.096 0.6 0) +(0.102 0.6 0) +(0.108 0.6 0) +(0.114 0.6 0) +(0.12 0.6 0) +(0.126 0.6 0) +(0.132 0.6 0) +(0.138 0.6 0) +(0.144 0.6 0) +(0.15 0.6 0) +(0 0.6133333333 0) +(0.006 0.6133333333 0) +(0.012 0.6133333333 0) +(0.018 0.6133333333 0) +(0.024 0.6133333333 0) +(0.03 0.6133333333 0) +(0.036 0.6133333333 0) +(0.042 0.6133333333 0) +(0.048 0.6133333333 0) +(0.054 0.6133333333 0) +(0.06 0.6133333333 0) +(0.066 0.6133333333 0) +(0.072 0.6133333333 0) +(0.078 0.6133333333 0) +(0.084 0.6133333333 0) +(0.09 0.6133333333 0) +(0.096 0.6133333333 0) +(0.102 0.6133333333 0) +(0.108 0.6133333333 0) +(0.114 0.6133333333 0) +(0.12 0.6133333333 0) +(0.126 0.6133333333 0) +(0.132 0.6133333333 0) +(0.138 0.6133333333 0) +(0.144 0.6133333333 0) +(0.15 0.6133333333 0) +(0 0.6266666667 0) +(0.006 0.6266666667 0) +(0.012 0.6266666667 0) +(0.018 0.6266666667 0) +(0.024 0.6266666667 0) +(0.03 0.6266666667 0) +(0.036 0.6266666667 0) +(0.042 0.6266666667 0) +(0.048 0.6266666667 0) +(0.054 0.6266666667 0) +(0.06 0.6266666667 0) +(0.066 0.6266666667 0) +(0.072 0.6266666667 0) +(0.078 0.6266666667 0) +(0.084 0.6266666667 0) +(0.09 0.6266666667 0) +(0.096 0.6266666667 0) +(0.102 0.6266666667 0) +(0.108 0.6266666667 0) +(0.114 0.6266666667 0) +(0.12 0.6266666667 0) +(0.126 0.6266666667 0) +(0.132 0.6266666667 0) +(0.138 0.6266666667 0) +(0.144 0.6266666667 0) +(0.15 0.6266666667 0) +(0 0.64 0) +(0.006 0.64 0) +(0.012 0.64 0) +(0.018 0.64 0) +(0.024 0.64 0) +(0.03 0.64 0) +(0.036 0.64 0) +(0.042 0.64 0) +(0.048 0.64 0) +(0.054 0.64 0) +(0.06 0.64 0) +(0.066 0.64 0) +(0.072 0.64 0) +(0.078 0.64 0) +(0.084 0.64 0) +(0.09 0.64 0) +(0.096 0.64 0) +(0.102 0.64 0) +(0.108 0.64 0) +(0.114 0.64 0) +(0.12 0.64 0) +(0.126 0.64 0) +(0.132 0.64 0) +(0.138 0.64 0) +(0.144 0.64 0) +(0.15 0.64 0) +(0 0.6533333333 0) +(0.006 0.6533333333 0) +(0.012 0.6533333333 0) +(0.018 0.6533333333 0) +(0.024 0.6533333333 0) +(0.03 0.6533333333 0) +(0.036 0.6533333333 0) +(0.042 0.6533333333 0) +(0.048 0.6533333333 0) +(0.054 0.6533333333 0) +(0.06 0.6533333333 0) +(0.066 0.6533333333 0) +(0.072 0.6533333333 0) +(0.078 0.6533333333 0) +(0.084 0.6533333333 0) +(0.09 0.6533333333 0) +(0.096 0.6533333333 0) +(0.102 0.6533333333 0) +(0.108 0.6533333333 0) +(0.114 0.6533333333 0) +(0.12 0.6533333333 0) +(0.126 0.6533333333 0) +(0.132 0.6533333333 0) +(0.138 0.6533333333 0) +(0.144 0.6533333333 0) +(0.15 0.6533333333 0) +(0 0.6666666667 0) +(0.006 0.6666666667 0) +(0.012 0.6666666667 0) +(0.018 0.6666666667 0) +(0.024 0.6666666667 0) +(0.03 0.6666666667 0) +(0.036 0.6666666667 0) +(0.042 0.6666666667 0) +(0.048 0.6666666667 0) +(0.054 0.6666666667 0) +(0.06 0.6666666667 0) +(0.066 0.6666666667 0) +(0.072 0.6666666667 0) +(0.078 0.6666666667 0) +(0.084 0.6666666667 0) +(0.09 0.6666666667 0) +(0.096 0.6666666667 0) +(0.102 0.6666666667 0) +(0.108 0.6666666667 0) +(0.114 0.6666666667 0) +(0.12 0.6666666667 0) +(0.126 0.6666666667 0) +(0.132 0.6666666667 0) +(0.138 0.6666666667 0) +(0.144 0.6666666667 0) +(0.15 0.6666666667 0) +(0 0.68 0) +(0.006 0.68 0) +(0.012 0.68 0) +(0.018 0.68 0) +(0.024 0.68 0) +(0.03 0.68 0) +(0.036 0.68 0) +(0.042 0.68 0) +(0.048 0.68 0) +(0.054 0.68 0) +(0.06 0.68 0) +(0.066 0.68 0) +(0.072 0.68 0) +(0.078 0.68 0) +(0.084 0.68 0) +(0.09 0.68 0) +(0.096 0.68 0) +(0.102 0.68 0) +(0.108 0.68 0) +(0.114 0.68 0) +(0.12 0.68 0) +(0.126 0.68 0) +(0.132 0.68 0) +(0.138 0.68 0) +(0.144 0.68 0) +(0.15 0.68 0) +(0 0.6933333333 0) +(0.006 0.6933333333 0) +(0.012 0.6933333333 0) +(0.018 0.6933333333 0) +(0.024 0.6933333333 0) +(0.03 0.6933333333 0) +(0.036 0.6933333333 0) +(0.042 0.6933333333 0) +(0.048 0.6933333333 0) +(0.054 0.6933333333 0) +(0.06 0.6933333333 0) +(0.066 0.6933333333 0) +(0.072 0.6933333333 0) +(0.078 0.6933333333 0) +(0.084 0.6933333333 0) +(0.09 0.6933333333 0) +(0.096 0.6933333333 0) +(0.102 0.6933333333 0) +(0.108 0.6933333333 0) +(0.114 0.6933333333 0) +(0.12 0.6933333333 0) +(0.126 0.6933333333 0) +(0.132 0.6933333333 0) +(0.138 0.6933333333 0) +(0.144 0.6933333333 0) +(0.15 0.6933333333 0) +(0 0.7066666667 0) +(0.006 0.7066666667 0) +(0.012 0.7066666667 0) +(0.018 0.7066666667 0) +(0.024 0.7066666667 0) +(0.03 0.7066666667 0) +(0.036 0.7066666667 0) +(0.042 0.7066666667 0) +(0.048 0.7066666667 0) +(0.054 0.7066666667 0) +(0.06 0.7066666667 0) +(0.066 0.7066666667 0) +(0.072 0.7066666667 0) +(0.078 0.7066666667 0) +(0.084 0.7066666667 0) +(0.09 0.7066666667 0) +(0.096 0.7066666667 0) +(0.102 0.7066666667 0) +(0.108 0.7066666667 0) +(0.114 0.7066666667 0) +(0.12 0.7066666667 0) +(0.126 0.7066666667 0) +(0.132 0.7066666667 0) +(0.138 0.7066666667 0) +(0.144 0.7066666667 0) +(0.15 0.7066666667 0) +(0 0.72 0) +(0.006 0.72 0) +(0.012 0.72 0) +(0.018 0.72 0) +(0.024 0.72 0) +(0.03 0.72 0) +(0.036 0.72 0) +(0.042 0.72 0) +(0.048 0.72 0) +(0.054 0.72 0) +(0.06 0.72 0) +(0.066 0.72 0) +(0.072 0.72 0) +(0.078 0.72 0) +(0.084 0.72 0) +(0.09 0.72 0) +(0.096 0.72 0) +(0.102 0.72 0) +(0.108 0.72 0) +(0.114 0.72 0) +(0.12 0.72 0) +(0.126 0.72 0) +(0.132 0.72 0) +(0.138 0.72 0) +(0.144 0.72 0) +(0.15 0.72 0) +(0 0.7333333333 0) +(0.006 0.7333333333 0) +(0.012 0.7333333333 0) +(0.018 0.7333333333 0) +(0.024 0.7333333333 0) +(0.03 0.7333333333 0) +(0.036 0.7333333333 0) +(0.042 0.7333333333 0) +(0.048 0.7333333333 0) +(0.054 0.7333333333 0) +(0.06 0.7333333333 0) +(0.066 0.7333333333 0) +(0.072 0.7333333333 0) +(0.078 0.7333333333 0) +(0.084 0.7333333333 0) +(0.09 0.7333333333 0) +(0.096 0.7333333333 0) +(0.102 0.7333333333 0) +(0.108 0.7333333333 0) +(0.114 0.7333333333 0) +(0.12 0.7333333333 0) +(0.126 0.7333333333 0) +(0.132 0.7333333333 0) +(0.138 0.7333333333 0) +(0.144 0.7333333333 0) +(0.15 0.7333333333 0) +(0 0.7466666667 0) +(0.006 0.7466666667 0) +(0.012 0.7466666667 0) +(0.018 0.7466666667 0) +(0.024 0.7466666667 0) +(0.03 0.7466666667 0) +(0.036 0.7466666667 0) +(0.042 0.7466666667 0) +(0.048 0.7466666667 0) +(0.054 0.7466666667 0) +(0.06 0.7466666667 0) +(0.066 0.7466666667 0) +(0.072 0.7466666667 0) +(0.078 0.7466666667 0) +(0.084 0.7466666667 0) +(0.09 0.7466666667 0) +(0.096 0.7466666667 0) +(0.102 0.7466666667 0) +(0.108 0.7466666667 0) +(0.114 0.7466666667 0) +(0.12 0.7466666667 0) +(0.126 0.7466666667 0) +(0.132 0.7466666667 0) +(0.138 0.7466666667 0) +(0.144 0.7466666667 0) +(0.15 0.7466666667 0) +(0 0.76 0) +(0.006 0.76 0) +(0.012 0.76 0) +(0.018 0.76 0) +(0.024 0.76 0) +(0.03 0.76 0) +(0.036 0.76 0) +(0.042 0.76 0) +(0.048 0.76 0) +(0.054 0.76 0) +(0.06 0.76 0) +(0.066 0.76 0) +(0.072 0.76 0) +(0.078 0.76 0) +(0.084 0.76 0) +(0.09 0.76 0) +(0.096 0.76 0) +(0.102 0.76 0) +(0.108 0.76 0) +(0.114 0.76 0) +(0.12 0.76 0) +(0.126 0.76 0) +(0.132 0.76 0) +(0.138 0.76 0) +(0.144 0.76 0) +(0.15 0.76 0) +(0 0.7733333333 0) +(0.006 0.7733333333 0) +(0.012 0.7733333333 0) +(0.018 0.7733333333 0) +(0.024 0.7733333333 0) +(0.03 0.7733333333 0) +(0.036 0.7733333333 0) +(0.042 0.7733333333 0) +(0.048 0.7733333333 0) +(0.054 0.7733333333 0) +(0.06 0.7733333333 0) +(0.066 0.7733333333 0) +(0.072 0.7733333333 0) +(0.078 0.7733333333 0) +(0.084 0.7733333333 0) +(0.09 0.7733333333 0) +(0.096 0.7733333333 0) +(0.102 0.7733333333 0) +(0.108 0.7733333333 0) +(0.114 0.7733333333 0) +(0.12 0.7733333333 0) +(0.126 0.7733333333 0) +(0.132 0.7733333333 0) +(0.138 0.7733333333 0) +(0.144 0.7733333333 0) +(0.15 0.7733333333 0) +(0 0.7866666667 0) +(0.006 0.7866666667 0) +(0.012 0.7866666667 0) +(0.018 0.7866666667 0) +(0.024 0.7866666667 0) +(0.03 0.7866666667 0) +(0.036 0.7866666667 0) +(0.042 0.7866666667 0) +(0.048 0.7866666667 0) +(0.054 0.7866666667 0) +(0.06 0.7866666667 0) +(0.066 0.7866666667 0) +(0.072 0.7866666667 0) +(0.078 0.7866666667 0) +(0.084 0.7866666667 0) +(0.09 0.7866666667 0) +(0.096 0.7866666667 0) +(0.102 0.7866666667 0) +(0.108 0.7866666667 0) +(0.114 0.7866666667 0) +(0.12 0.7866666667 0) +(0.126 0.7866666667 0) +(0.132 0.7866666667 0) +(0.138 0.7866666667 0) +(0.144 0.7866666667 0) +(0.15 0.7866666667 0) +(0 0.8 0) +(0.006 0.8 0) +(0.012 0.8 0) +(0.018 0.8 0) +(0.024 0.8 0) +(0.03 0.8 0) +(0.036 0.8 0) +(0.042 0.8 0) +(0.048 0.8 0) +(0.054 0.8 0) +(0.06 0.8 0) +(0.066 0.8 0) +(0.072 0.8 0) +(0.078 0.8 0) +(0.084 0.8 0) +(0.09 0.8 0) +(0.096 0.8 0) +(0.102 0.8 0) +(0.108 0.8 0) +(0.114 0.8 0) +(0.12 0.8 0) +(0.126 0.8 0) +(0.132 0.8 0) +(0.138 0.8 0) +(0.144 0.8 0) +(0.15 0.8 0) +(0 0.8133333333 0) +(0.006 0.8133333333 0) +(0.012 0.8133333333 0) +(0.018 0.8133333333 0) +(0.024 0.8133333333 0) +(0.03 0.8133333333 0) +(0.036 0.8133333333 0) +(0.042 0.8133333333 0) +(0.048 0.8133333333 0) +(0.054 0.8133333333 0) +(0.06 0.8133333333 0) +(0.066 0.8133333333 0) +(0.072 0.8133333333 0) +(0.078 0.8133333333 0) +(0.084 0.8133333333 0) +(0.09 0.8133333333 0) +(0.096 0.8133333333 0) +(0.102 0.8133333333 0) +(0.108 0.8133333333 0) +(0.114 0.8133333333 0) +(0.12 0.8133333333 0) +(0.126 0.8133333333 0) +(0.132 0.8133333333 0) +(0.138 0.8133333333 0) +(0.144 0.8133333333 0) +(0.15 0.8133333333 0) +(0 0.8266666667 0) +(0.006 0.8266666667 0) +(0.012 0.8266666667 0) +(0.018 0.8266666667 0) +(0.024 0.8266666667 0) +(0.03 0.8266666667 0) +(0.036 0.8266666667 0) +(0.042 0.8266666667 0) +(0.048 0.8266666667 0) +(0.054 0.8266666667 0) +(0.06 0.8266666667 0) +(0.066 0.8266666667 0) +(0.072 0.8266666667 0) +(0.078 0.8266666667 0) +(0.084 0.8266666667 0) +(0.09 0.8266666667 0) +(0.096 0.8266666667 0) +(0.102 0.8266666667 0) +(0.108 0.8266666667 0) +(0.114 0.8266666667 0) +(0.12 0.8266666667 0) +(0.126 0.8266666667 0) +(0.132 0.8266666667 0) +(0.138 0.8266666667 0) +(0.144 0.8266666667 0) +(0.15 0.8266666667 0) +(0 0.84 0) +(0.006 0.84 0) +(0.012 0.84 0) +(0.018 0.84 0) +(0.024 0.84 0) +(0.03 0.84 0) +(0.036 0.84 0) +(0.042 0.84 0) +(0.048 0.84 0) +(0.054 0.84 0) +(0.06 0.84 0) +(0.066 0.84 0) +(0.072 0.84 0) +(0.078 0.84 0) +(0.084 0.84 0) +(0.09 0.84 0) +(0.096 0.84 0) +(0.102 0.84 0) +(0.108 0.84 0) +(0.114 0.84 0) +(0.12 0.84 0) +(0.126 0.84 0) +(0.132 0.84 0) +(0.138 0.84 0) +(0.144 0.84 0) +(0.15 0.84 0) +(0 0.8533333333 0) +(0.006 0.8533333333 0) +(0.012 0.8533333333 0) +(0.018 0.8533333333 0) +(0.024 0.8533333333 0) +(0.03 0.8533333333 0) +(0.036 0.8533333333 0) +(0.042 0.8533333333 0) +(0.048 0.8533333333 0) +(0.054 0.8533333333 0) +(0.06 0.8533333333 0) +(0.066 0.8533333333 0) +(0.072 0.8533333333 0) +(0.078 0.8533333333 0) +(0.084 0.8533333333 0) +(0.09 0.8533333333 0) +(0.096 0.8533333333 0) +(0.102 0.8533333333 0) +(0.108 0.8533333333 0) +(0.114 0.8533333333 0) +(0.12 0.8533333333 0) +(0.126 0.8533333333 0) +(0.132 0.8533333333 0) +(0.138 0.8533333333 0) +(0.144 0.8533333333 0) +(0.15 0.8533333333 0) +(0 0.8666666667 0) +(0.006 0.8666666667 0) +(0.012 0.8666666667 0) +(0.018 0.8666666667 0) +(0.024 0.8666666667 0) +(0.03 0.8666666667 0) +(0.036 0.8666666667 0) +(0.042 0.8666666667 0) +(0.048 0.8666666667 0) +(0.054 0.8666666667 0) +(0.06 0.8666666667 0) +(0.066 0.8666666667 0) +(0.072 0.8666666667 0) +(0.078 0.8666666667 0) +(0.084 0.8666666667 0) +(0.09 0.8666666667 0) +(0.096 0.8666666667 0) +(0.102 0.8666666667 0) +(0.108 0.8666666667 0) +(0.114 0.8666666667 0) +(0.12 0.8666666667 0) +(0.126 0.8666666667 0) +(0.132 0.8666666667 0) +(0.138 0.8666666667 0) +(0.144 0.8666666667 0) +(0.15 0.8666666667 0) +(0 0.88 0) +(0.006 0.88 0) +(0.012 0.88 0) +(0.018 0.88 0) +(0.024 0.88 0) +(0.03 0.88 0) +(0.036 0.88 0) +(0.042 0.88 0) +(0.048 0.88 0) +(0.054 0.88 0) +(0.06 0.88 0) +(0.066 0.88 0) +(0.072 0.88 0) +(0.078 0.88 0) +(0.084 0.88 0) +(0.09 0.88 0) +(0.096 0.88 0) +(0.102 0.88 0) +(0.108 0.88 0) +(0.114 0.88 0) +(0.12 0.88 0) +(0.126 0.88 0) +(0.132 0.88 0) +(0.138 0.88 0) +(0.144 0.88 0) +(0.15 0.88 0) +(0 0.8933333333 0) +(0.006 0.8933333333 0) +(0.012 0.8933333333 0) +(0.018 0.8933333333 0) +(0.024 0.8933333333 0) +(0.03 0.8933333333 0) +(0.036 0.8933333333 0) +(0.042 0.8933333333 0) +(0.048 0.8933333333 0) +(0.054 0.8933333333 0) +(0.06 0.8933333333 0) +(0.066 0.8933333333 0) +(0.072 0.8933333333 0) +(0.078 0.8933333333 0) +(0.084 0.8933333333 0) +(0.09 0.8933333333 0) +(0.096 0.8933333333 0) +(0.102 0.8933333333 0) +(0.108 0.8933333333 0) +(0.114 0.8933333333 0) +(0.12 0.8933333333 0) +(0.126 0.8933333333 0) +(0.132 0.8933333333 0) +(0.138 0.8933333333 0) +(0.144 0.8933333333 0) +(0.15 0.8933333333 0) +(0 0.9066666667 0) +(0.006 0.9066666667 0) +(0.012 0.9066666667 0) +(0.018 0.9066666667 0) +(0.024 0.9066666667 0) +(0.03 0.9066666667 0) +(0.036 0.9066666667 0) +(0.042 0.9066666667 0) +(0.048 0.9066666667 0) +(0.054 0.9066666667 0) +(0.06 0.9066666667 0) +(0.066 0.9066666667 0) +(0.072 0.9066666667 0) +(0.078 0.9066666667 0) +(0.084 0.9066666667 0) +(0.09 0.9066666667 0) +(0.096 0.9066666667 0) +(0.102 0.9066666667 0) +(0.108 0.9066666667 0) +(0.114 0.9066666667 0) +(0.12 0.9066666667 0) +(0.126 0.9066666667 0) +(0.132 0.9066666667 0) +(0.138 0.9066666667 0) +(0.144 0.9066666667 0) +(0.15 0.9066666667 0) +(0 0.92 0) +(0.006 0.92 0) +(0.012 0.92 0) +(0.018 0.92 0) +(0.024 0.92 0) +(0.03 0.92 0) +(0.036 0.92 0) +(0.042 0.92 0) +(0.048 0.92 0) +(0.054 0.92 0) +(0.06 0.92 0) +(0.066 0.92 0) +(0.072 0.92 0) +(0.078 0.92 0) +(0.084 0.92 0) +(0.09 0.92 0) +(0.096 0.92 0) +(0.102 0.92 0) +(0.108 0.92 0) +(0.114 0.92 0) +(0.12 0.92 0) +(0.126 0.92 0) +(0.132 0.92 0) +(0.138 0.92 0) +(0.144 0.92 0) +(0.15 0.92 0) +(0 0.9333333333 0) +(0.006 0.9333333333 0) +(0.012 0.9333333333 0) +(0.018 0.9333333333 0) +(0.024 0.9333333333 0) +(0.03 0.9333333333 0) +(0.036 0.9333333333 0) +(0.042 0.9333333333 0) +(0.048 0.9333333333 0) +(0.054 0.9333333333 0) +(0.06 0.9333333333 0) +(0.066 0.9333333333 0) +(0.072 0.9333333333 0) +(0.078 0.9333333333 0) +(0.084 0.9333333333 0) +(0.09 0.9333333333 0) +(0.096 0.9333333333 0) +(0.102 0.9333333333 0) +(0.108 0.9333333333 0) +(0.114 0.9333333333 0) +(0.12 0.9333333333 0) +(0.126 0.9333333333 0) +(0.132 0.9333333333 0) +(0.138 0.9333333333 0) +(0.144 0.9333333333 0) +(0.15 0.9333333333 0) +(0 0.9466666667 0) +(0.006 0.9466666667 0) +(0.012 0.9466666667 0) +(0.018 0.9466666667 0) +(0.024 0.9466666667 0) +(0.03 0.9466666667 0) +(0.036 0.9466666667 0) +(0.042 0.9466666667 0) +(0.048 0.9466666667 0) +(0.054 0.9466666667 0) +(0.06 0.9466666667 0) +(0.066 0.9466666667 0) +(0.072 0.9466666667 0) +(0.078 0.9466666667 0) +(0.084 0.9466666667 0) +(0.09 0.9466666667 0) +(0.096 0.9466666667 0) +(0.102 0.9466666667 0) +(0.108 0.9466666667 0) +(0.114 0.9466666667 0) +(0.12 0.9466666667 0) +(0.126 0.9466666667 0) +(0.132 0.9466666667 0) +(0.138 0.9466666667 0) +(0.144 0.9466666667 0) +(0.15 0.9466666667 0) +(0 0.96 0) +(0.006 0.96 0) +(0.012 0.96 0) +(0.018 0.96 0) +(0.024 0.96 0) +(0.03 0.96 0) +(0.036 0.96 0) +(0.042 0.96 0) +(0.048 0.96 0) +(0.054 0.96 0) +(0.06 0.96 0) +(0.066 0.96 0) +(0.072 0.96 0) +(0.078 0.96 0) +(0.084 0.96 0) +(0.09 0.96 0) +(0.096 0.96 0) +(0.102 0.96 0) +(0.108 0.96 0) +(0.114 0.96 0) +(0.12 0.96 0) +(0.126 0.96 0) +(0.132 0.96 0) +(0.138 0.96 0) +(0.144 0.96 0) +(0.15 0.96 0) +(0 0.9733333333 0) +(0.006 0.9733333333 0) +(0.012 0.9733333333 0) +(0.018 0.9733333333 0) +(0.024 0.9733333333 0) +(0.03 0.9733333333 0) +(0.036 0.9733333333 0) +(0.042 0.9733333333 0) +(0.048 0.9733333333 0) +(0.054 0.9733333333 0) +(0.06 0.9733333333 0) +(0.066 0.9733333333 0) +(0.072 0.9733333333 0) +(0.078 0.9733333333 0) +(0.084 0.9733333333 0) +(0.09 0.9733333333 0) +(0.096 0.9733333333 0) +(0.102 0.9733333333 0) +(0.108 0.9733333333 0) +(0.114 0.9733333333 0) +(0.12 0.9733333333 0) +(0.126 0.9733333333 0) +(0.132 0.9733333333 0) +(0.138 0.9733333333 0) +(0.144 0.9733333333 0) +(0.15 0.9733333333 0) +(0 0.9866666667 0) +(0.006 0.9866666667 0) +(0.012 0.9866666667 0) +(0.018 0.9866666667 0) +(0.024 0.9866666667 0) +(0.03 0.9866666667 0) +(0.036 0.9866666667 0) +(0.042 0.9866666667 0) +(0.048 0.9866666667 0) +(0.054 0.9866666667 0) +(0.06 0.9866666667 0) +(0.066 0.9866666667 0) +(0.072 0.9866666667 0) +(0.078 0.9866666667 0) +(0.084 0.9866666667 0) +(0.09 0.9866666667 0) +(0.096 0.9866666667 0) +(0.102 0.9866666667 0) +(0.108 0.9866666667 0) +(0.114 0.9866666667 0) +(0.12 0.9866666667 0) +(0.126 0.9866666667 0) +(0.132 0.9866666667 0) +(0.138 0.9866666667 0) +(0.144 0.9866666667 0) +(0.15 0.9866666667 0) +(0 1 0) +(0.006 1 0) +(0.012 1 0) +(0.018 1 0) +(0.024 1 0) +(0.03 1 0) +(0.036 1 0) +(0.042 1 0) +(0.048 1 0) +(0.054 1 0) +(0.06 1 0) +(0.066 1 0) +(0.072 1 0) +(0.078 1 0) +(0.084 1 0) +(0.09 1 0) +(0.096 1 0) +(0.102 1 0) +(0.108 1 0) +(0.114 1 0) +(0.12 1 0) +(0.126 1 0) +(0.132 1 0) +(0.138 1 0) +(0.144 1 0) +(0.15 1 0) +(0 0 0.1) +(0.006 0 0.1) +(0.012 0 0.1) +(0.018 0 0.1) +(0.024 0 0.1) +(0.03 0 0.1) +(0.036 0 0.1) +(0.042 0 0.1) +(0.048 0 0.1) +(0.054 0 0.1) +(0.06 0 0.1) +(0.066 0 0.1) +(0.072 0 0.1) +(0.078 0 0.1) +(0.084 0 0.1) +(0.09 0 0.1) +(0.096 0 0.1) +(0.102 0 0.1) +(0.108 0 0.1) +(0.114 0 0.1) +(0.12 0 0.1) +(0.126 0 0.1) +(0.132 0 0.1) +(0.138 0 0.1) +(0.144 0 0.1) +(0.15 0 0.1) +(0 0.01333333333 0.1) +(0.006 0.01333333333 0.1) +(0.012 0.01333333333 0.1) +(0.018 0.01333333333 0.1) +(0.024 0.01333333333 0.1) +(0.03 0.01333333333 0.1) +(0.036 0.01333333333 0.1) +(0.042 0.01333333333 0.1) +(0.048 0.01333333333 0.1) +(0.054 0.01333333333 0.1) +(0.06 0.01333333333 0.1) +(0.066 0.01333333333 0.1) +(0.072 0.01333333333 0.1) +(0.078 0.01333333333 0.1) +(0.084 0.01333333333 0.1) +(0.09 0.01333333333 0.1) +(0.096 0.01333333333 0.1) +(0.102 0.01333333333 0.1) +(0.108 0.01333333333 0.1) +(0.114 0.01333333333 0.1) +(0.12 0.01333333333 0.1) +(0.126 0.01333333333 0.1) +(0.132 0.01333333333 0.1) +(0.138 0.01333333333 0.1) +(0.144 0.01333333333 0.1) +(0.15 0.01333333333 0.1) +(0 0.02666666667 0.1) +(0.006 0.02666666667 0.1) +(0.012 0.02666666667 0.1) +(0.018 0.02666666667 0.1) +(0.024 0.02666666667 0.1) +(0.03 0.02666666667 0.1) +(0.036 0.02666666667 0.1) +(0.042 0.02666666667 0.1) +(0.048 0.02666666667 0.1) +(0.054 0.02666666667 0.1) +(0.06 0.02666666667 0.1) +(0.066 0.02666666667 0.1) +(0.072 0.02666666667 0.1) +(0.078 0.02666666667 0.1) +(0.084 0.02666666667 0.1) +(0.09 0.02666666667 0.1) +(0.096 0.02666666667 0.1) +(0.102 0.02666666667 0.1) +(0.108 0.02666666667 0.1) +(0.114 0.02666666667 0.1) +(0.12 0.02666666667 0.1) +(0.126 0.02666666667 0.1) +(0.132 0.02666666667 0.1) +(0.138 0.02666666667 0.1) +(0.144 0.02666666667 0.1) +(0.15 0.02666666667 0.1) +(0 0.04 0.1) +(0.006 0.04 0.1) +(0.012 0.04 0.1) +(0.018 0.04 0.1) +(0.024 0.04 0.1) +(0.03 0.04 0.1) +(0.036 0.04 0.1) +(0.042 0.04 0.1) +(0.048 0.04 0.1) +(0.054 0.04 0.1) +(0.06 0.04 0.1) +(0.066 0.04 0.1) +(0.072 0.04 0.1) +(0.078 0.04 0.1) +(0.084 0.04 0.1) +(0.09 0.04 0.1) +(0.096 0.04 0.1) +(0.102 0.04 0.1) +(0.108 0.04 0.1) +(0.114 0.04 0.1) +(0.12 0.04 0.1) +(0.126 0.04 0.1) +(0.132 0.04 0.1) +(0.138 0.04 0.1) +(0.144 0.04 0.1) +(0.15 0.04 0.1) +(0 0.05333333333 0.1) +(0.006 0.05333333333 0.1) +(0.012 0.05333333333 0.1) +(0.018 0.05333333333 0.1) +(0.024 0.05333333333 0.1) +(0.03 0.05333333333 0.1) +(0.036 0.05333333333 0.1) +(0.042 0.05333333333 0.1) +(0.048 0.05333333333 0.1) +(0.054 0.05333333333 0.1) +(0.06 0.05333333333 0.1) +(0.066 0.05333333333 0.1) +(0.072 0.05333333333 0.1) +(0.078 0.05333333333 0.1) +(0.084 0.05333333333 0.1) +(0.09 0.05333333333 0.1) +(0.096 0.05333333333 0.1) +(0.102 0.05333333333 0.1) +(0.108 0.05333333333 0.1) +(0.114 0.05333333333 0.1) +(0.12 0.05333333333 0.1) +(0.126 0.05333333333 0.1) +(0.132 0.05333333333 0.1) +(0.138 0.05333333333 0.1) +(0.144 0.05333333333 0.1) +(0.15 0.05333333333 0.1) +(0 0.06666666667 0.1) +(0.006 0.06666666667 0.1) +(0.012 0.06666666667 0.1) +(0.018 0.06666666667 0.1) +(0.024 0.06666666667 0.1) +(0.03 0.06666666667 0.1) +(0.036 0.06666666667 0.1) +(0.042 0.06666666667 0.1) +(0.048 0.06666666667 0.1) +(0.054 0.06666666667 0.1) +(0.06 0.06666666667 0.1) +(0.066 0.06666666667 0.1) +(0.072 0.06666666667 0.1) +(0.078 0.06666666667 0.1) +(0.084 0.06666666667 0.1) +(0.09 0.06666666667 0.1) +(0.096 0.06666666667 0.1) +(0.102 0.06666666667 0.1) +(0.108 0.06666666667 0.1) +(0.114 0.06666666667 0.1) +(0.12 0.06666666667 0.1) +(0.126 0.06666666667 0.1) +(0.132 0.06666666667 0.1) +(0.138 0.06666666667 0.1) +(0.144 0.06666666667 0.1) +(0.15 0.06666666667 0.1) +(0 0.08 0.1) +(0.006 0.08 0.1) +(0.012 0.08 0.1) +(0.018 0.08 0.1) +(0.024 0.08 0.1) +(0.03 0.08 0.1) +(0.036 0.08 0.1) +(0.042 0.08 0.1) +(0.048 0.08 0.1) +(0.054 0.08 0.1) +(0.06 0.08 0.1) +(0.066 0.08 0.1) +(0.072 0.08 0.1) +(0.078 0.08 0.1) +(0.084 0.08 0.1) +(0.09 0.08 0.1) +(0.096 0.08 0.1) +(0.102 0.08 0.1) +(0.108 0.08 0.1) +(0.114 0.08 0.1) +(0.12 0.08 0.1) +(0.126 0.08 0.1) +(0.132 0.08 0.1) +(0.138 0.08 0.1) +(0.144 0.08 0.1) +(0.15 0.08 0.1) +(0 0.09333333333 0.1) +(0.006 0.09333333333 0.1) +(0.012 0.09333333333 0.1) +(0.018 0.09333333333 0.1) +(0.024 0.09333333333 0.1) +(0.03 0.09333333333 0.1) +(0.036 0.09333333333 0.1) +(0.042 0.09333333333 0.1) +(0.048 0.09333333333 0.1) +(0.054 0.09333333333 0.1) +(0.06 0.09333333333 0.1) +(0.066 0.09333333333 0.1) +(0.072 0.09333333333 0.1) +(0.078 0.09333333333 0.1) +(0.084 0.09333333333 0.1) +(0.09 0.09333333333 0.1) +(0.096 0.09333333333 0.1) +(0.102 0.09333333333 0.1) +(0.108 0.09333333333 0.1) +(0.114 0.09333333333 0.1) +(0.12 0.09333333333 0.1) +(0.126 0.09333333333 0.1) +(0.132 0.09333333333 0.1) +(0.138 0.09333333333 0.1) +(0.144 0.09333333333 0.1) +(0.15 0.09333333333 0.1) +(0 0.1066666667 0.1) +(0.006 0.1066666667 0.1) +(0.012 0.1066666667 0.1) +(0.018 0.1066666667 0.1) +(0.024 0.1066666667 0.1) +(0.03 0.1066666667 0.1) +(0.036 0.1066666667 0.1) +(0.042 0.1066666667 0.1) +(0.048 0.1066666667 0.1) +(0.054 0.1066666667 0.1) +(0.06 0.1066666667 0.1) +(0.066 0.1066666667 0.1) +(0.072 0.1066666667 0.1) +(0.078 0.1066666667 0.1) +(0.084 0.1066666667 0.1) +(0.09 0.1066666667 0.1) +(0.096 0.1066666667 0.1) +(0.102 0.1066666667 0.1) +(0.108 0.1066666667 0.1) +(0.114 0.1066666667 0.1) +(0.12 0.1066666667 0.1) +(0.126 0.1066666667 0.1) +(0.132 0.1066666667 0.1) +(0.138 0.1066666667 0.1) +(0.144 0.1066666667 0.1) +(0.15 0.1066666667 0.1) +(0 0.12 0.1) +(0.006 0.12 0.1) +(0.012 0.12 0.1) +(0.018 0.12 0.1) +(0.024 0.12 0.1) +(0.03 0.12 0.1) +(0.036 0.12 0.1) +(0.042 0.12 0.1) +(0.048 0.12 0.1) +(0.054 0.12 0.1) +(0.06 0.12 0.1) +(0.066 0.12 0.1) +(0.072 0.12 0.1) +(0.078 0.12 0.1) +(0.084 0.12 0.1) +(0.09 0.12 0.1) +(0.096 0.12 0.1) +(0.102 0.12 0.1) +(0.108 0.12 0.1) +(0.114 0.12 0.1) +(0.12 0.12 0.1) +(0.126 0.12 0.1) +(0.132 0.12 0.1) +(0.138 0.12 0.1) +(0.144 0.12 0.1) +(0.15 0.12 0.1) +(0 0.1333333333 0.1) +(0.006 0.1333333333 0.1) +(0.012 0.1333333333 0.1) +(0.018 0.1333333333 0.1) +(0.024 0.1333333333 0.1) +(0.03 0.1333333333 0.1) +(0.036 0.1333333333 0.1) +(0.042 0.1333333333 0.1) +(0.048 0.1333333333 0.1) +(0.054 0.1333333333 0.1) +(0.06 0.1333333333 0.1) +(0.066 0.1333333333 0.1) +(0.072 0.1333333333 0.1) +(0.078 0.1333333333 0.1) +(0.084 0.1333333333 0.1) +(0.09 0.1333333333 0.1) +(0.096 0.1333333333 0.1) +(0.102 0.1333333333 0.1) +(0.108 0.1333333333 0.1) +(0.114 0.1333333333 0.1) +(0.12 0.1333333333 0.1) +(0.126 0.1333333333 0.1) +(0.132 0.1333333333 0.1) +(0.138 0.1333333333 0.1) +(0.144 0.1333333333 0.1) +(0.15 0.1333333333 0.1) +(0 0.1466666667 0.1) +(0.006 0.1466666667 0.1) +(0.012 0.1466666667 0.1) +(0.018 0.1466666667 0.1) +(0.024 0.1466666667 0.1) +(0.03 0.1466666667 0.1) +(0.036 0.1466666667 0.1) +(0.042 0.1466666667 0.1) +(0.048 0.1466666667 0.1) +(0.054 0.1466666667 0.1) +(0.06 0.1466666667 0.1) +(0.066 0.1466666667 0.1) +(0.072 0.1466666667 0.1) +(0.078 0.1466666667 0.1) +(0.084 0.1466666667 0.1) +(0.09 0.1466666667 0.1) +(0.096 0.1466666667 0.1) +(0.102 0.1466666667 0.1) +(0.108 0.1466666667 0.1) +(0.114 0.1466666667 0.1) +(0.12 0.1466666667 0.1) +(0.126 0.1466666667 0.1) +(0.132 0.1466666667 0.1) +(0.138 0.1466666667 0.1) +(0.144 0.1466666667 0.1) +(0.15 0.1466666667 0.1) +(0 0.16 0.1) +(0.006 0.16 0.1) +(0.012 0.16 0.1) +(0.018 0.16 0.1) +(0.024 0.16 0.1) +(0.03 0.16 0.1) +(0.036 0.16 0.1) +(0.042 0.16 0.1) +(0.048 0.16 0.1) +(0.054 0.16 0.1) +(0.06 0.16 0.1) +(0.066 0.16 0.1) +(0.072 0.16 0.1) +(0.078 0.16 0.1) +(0.084 0.16 0.1) +(0.09 0.16 0.1) +(0.096 0.16 0.1) +(0.102 0.16 0.1) +(0.108 0.16 0.1) +(0.114 0.16 0.1) +(0.12 0.16 0.1) +(0.126 0.16 0.1) +(0.132 0.16 0.1) +(0.138 0.16 0.1) +(0.144 0.16 0.1) +(0.15 0.16 0.1) +(0 0.1733333333 0.1) +(0.006 0.1733333333 0.1) +(0.012 0.1733333333 0.1) +(0.018 0.1733333333 0.1) +(0.024 0.1733333333 0.1) +(0.03 0.1733333333 0.1) +(0.036 0.1733333333 0.1) +(0.042 0.1733333333 0.1) +(0.048 0.1733333333 0.1) +(0.054 0.1733333333 0.1) +(0.06 0.1733333333 0.1) +(0.066 0.1733333333 0.1) +(0.072 0.1733333333 0.1) +(0.078 0.1733333333 0.1) +(0.084 0.1733333333 0.1) +(0.09 0.1733333333 0.1) +(0.096 0.1733333333 0.1) +(0.102 0.1733333333 0.1) +(0.108 0.1733333333 0.1) +(0.114 0.1733333333 0.1) +(0.12 0.1733333333 0.1) +(0.126 0.1733333333 0.1) +(0.132 0.1733333333 0.1) +(0.138 0.1733333333 0.1) +(0.144 0.1733333333 0.1) +(0.15 0.1733333333 0.1) +(0 0.1866666667 0.1) +(0.006 0.1866666667 0.1) +(0.012 0.1866666667 0.1) +(0.018 0.1866666667 0.1) +(0.024 0.1866666667 0.1) +(0.03 0.1866666667 0.1) +(0.036 0.1866666667 0.1) +(0.042 0.1866666667 0.1) +(0.048 0.1866666667 0.1) +(0.054 0.1866666667 0.1) +(0.06 0.1866666667 0.1) +(0.066 0.1866666667 0.1) +(0.072 0.1866666667 0.1) +(0.078 0.1866666667 0.1) +(0.084 0.1866666667 0.1) +(0.09 0.1866666667 0.1) +(0.096 0.1866666667 0.1) +(0.102 0.1866666667 0.1) +(0.108 0.1866666667 0.1) +(0.114 0.1866666667 0.1) +(0.12 0.1866666667 0.1) +(0.126 0.1866666667 0.1) +(0.132 0.1866666667 0.1) +(0.138 0.1866666667 0.1) +(0.144 0.1866666667 0.1) +(0.15 0.1866666667 0.1) +(0 0.2 0.1) +(0.006 0.2 0.1) +(0.012 0.2 0.1) +(0.018 0.2 0.1) +(0.024 0.2 0.1) +(0.03 0.2 0.1) +(0.036 0.2 0.1) +(0.042 0.2 0.1) +(0.048 0.2 0.1) +(0.054 0.2 0.1) +(0.06 0.2 0.1) +(0.066 0.2 0.1) +(0.072 0.2 0.1) +(0.078 0.2 0.1) +(0.084 0.2 0.1) +(0.09 0.2 0.1) +(0.096 0.2 0.1) +(0.102 0.2 0.1) +(0.108 0.2 0.1) +(0.114 0.2 0.1) +(0.12 0.2 0.1) +(0.126 0.2 0.1) +(0.132 0.2 0.1) +(0.138 0.2 0.1) +(0.144 0.2 0.1) +(0.15 0.2 0.1) +(0 0.2133333333 0.1) +(0.006 0.2133333333 0.1) +(0.012 0.2133333333 0.1) +(0.018 0.2133333333 0.1) +(0.024 0.2133333333 0.1) +(0.03 0.2133333333 0.1) +(0.036 0.2133333333 0.1) +(0.042 0.2133333333 0.1) +(0.048 0.2133333333 0.1) +(0.054 0.2133333333 0.1) +(0.06 0.2133333333 0.1) +(0.066 0.2133333333 0.1) +(0.072 0.2133333333 0.1) +(0.078 0.2133333333 0.1) +(0.084 0.2133333333 0.1) +(0.09 0.2133333333 0.1) +(0.096 0.2133333333 0.1) +(0.102 0.2133333333 0.1) +(0.108 0.2133333333 0.1) +(0.114 0.2133333333 0.1) +(0.12 0.2133333333 0.1) +(0.126 0.2133333333 0.1) +(0.132 0.2133333333 0.1) +(0.138 0.2133333333 0.1) +(0.144 0.2133333333 0.1) +(0.15 0.2133333333 0.1) +(0 0.2266666667 0.1) +(0.006 0.2266666667 0.1) +(0.012 0.2266666667 0.1) +(0.018 0.2266666667 0.1) +(0.024 0.2266666667 0.1) +(0.03 0.2266666667 0.1) +(0.036 0.2266666667 0.1) +(0.042 0.2266666667 0.1) +(0.048 0.2266666667 0.1) +(0.054 0.2266666667 0.1) +(0.06 0.2266666667 0.1) +(0.066 0.2266666667 0.1) +(0.072 0.2266666667 0.1) +(0.078 0.2266666667 0.1) +(0.084 0.2266666667 0.1) +(0.09 0.2266666667 0.1) +(0.096 0.2266666667 0.1) +(0.102 0.2266666667 0.1) +(0.108 0.2266666667 0.1) +(0.114 0.2266666667 0.1) +(0.12 0.2266666667 0.1) +(0.126 0.2266666667 0.1) +(0.132 0.2266666667 0.1) +(0.138 0.2266666667 0.1) +(0.144 0.2266666667 0.1) +(0.15 0.2266666667 0.1) +(0 0.24 0.1) +(0.006 0.24 0.1) +(0.012 0.24 0.1) +(0.018 0.24 0.1) +(0.024 0.24 0.1) +(0.03 0.24 0.1) +(0.036 0.24 0.1) +(0.042 0.24 0.1) +(0.048 0.24 0.1) +(0.054 0.24 0.1) +(0.06 0.24 0.1) +(0.066 0.24 0.1) +(0.072 0.24 0.1) +(0.078 0.24 0.1) +(0.084 0.24 0.1) +(0.09 0.24 0.1) +(0.096 0.24 0.1) +(0.102 0.24 0.1) +(0.108 0.24 0.1) +(0.114 0.24 0.1) +(0.12 0.24 0.1) +(0.126 0.24 0.1) +(0.132 0.24 0.1) +(0.138 0.24 0.1) +(0.144 0.24 0.1) +(0.15 0.24 0.1) +(0 0.2533333333 0.1) +(0.006 0.2533333333 0.1) +(0.012 0.2533333333 0.1) +(0.018 0.2533333333 0.1) +(0.024 0.2533333333 0.1) +(0.03 0.2533333333 0.1) +(0.036 0.2533333333 0.1) +(0.042 0.2533333333 0.1) +(0.048 0.2533333333 0.1) +(0.054 0.2533333333 0.1) +(0.06 0.2533333333 0.1) +(0.066 0.2533333333 0.1) +(0.072 0.2533333333 0.1) +(0.078 0.2533333333 0.1) +(0.084 0.2533333333 0.1) +(0.09 0.2533333333 0.1) +(0.096 0.2533333333 0.1) +(0.102 0.2533333333 0.1) +(0.108 0.2533333333 0.1) +(0.114 0.2533333333 0.1) +(0.12 0.2533333333 0.1) +(0.126 0.2533333333 0.1) +(0.132 0.2533333333 0.1) +(0.138 0.2533333333 0.1) +(0.144 0.2533333333 0.1) +(0.15 0.2533333333 0.1) +(0 0.2666666667 0.1) +(0.006 0.2666666667 0.1) +(0.012 0.2666666667 0.1) +(0.018 0.2666666667 0.1) +(0.024 0.2666666667 0.1) +(0.03 0.2666666667 0.1) +(0.036 0.2666666667 0.1) +(0.042 0.2666666667 0.1) +(0.048 0.2666666667 0.1) +(0.054 0.2666666667 0.1) +(0.06 0.2666666667 0.1) +(0.066 0.2666666667 0.1) +(0.072 0.2666666667 0.1) +(0.078 0.2666666667 0.1) +(0.084 0.2666666667 0.1) +(0.09 0.2666666667 0.1) +(0.096 0.2666666667 0.1) +(0.102 0.2666666667 0.1) +(0.108 0.2666666667 0.1) +(0.114 0.2666666667 0.1) +(0.12 0.2666666667 0.1) +(0.126 0.2666666667 0.1) +(0.132 0.2666666667 0.1) +(0.138 0.2666666667 0.1) +(0.144 0.2666666667 0.1) +(0.15 0.2666666667 0.1) +(0 0.28 0.1) +(0.006 0.28 0.1) +(0.012 0.28 0.1) +(0.018 0.28 0.1) +(0.024 0.28 0.1) +(0.03 0.28 0.1) +(0.036 0.28 0.1) +(0.042 0.28 0.1) +(0.048 0.28 0.1) +(0.054 0.28 0.1) +(0.06 0.28 0.1) +(0.066 0.28 0.1) +(0.072 0.28 0.1) +(0.078 0.28 0.1) +(0.084 0.28 0.1) +(0.09 0.28 0.1) +(0.096 0.28 0.1) +(0.102 0.28 0.1) +(0.108 0.28 0.1) +(0.114 0.28 0.1) +(0.12 0.28 0.1) +(0.126 0.28 0.1) +(0.132 0.28 0.1) +(0.138 0.28 0.1) +(0.144 0.28 0.1) +(0.15 0.28 0.1) +(0 0.2933333333 0.1) +(0.006 0.2933333333 0.1) +(0.012 0.2933333333 0.1) +(0.018 0.2933333333 0.1) +(0.024 0.2933333333 0.1) +(0.03 0.2933333333 0.1) +(0.036 0.2933333333 0.1) +(0.042 0.2933333333 0.1) +(0.048 0.2933333333 0.1) +(0.054 0.2933333333 0.1) +(0.06 0.2933333333 0.1) +(0.066 0.2933333333 0.1) +(0.072 0.2933333333 0.1) +(0.078 0.2933333333 0.1) +(0.084 0.2933333333 0.1) +(0.09 0.2933333333 0.1) +(0.096 0.2933333333 0.1) +(0.102 0.2933333333 0.1) +(0.108 0.2933333333 0.1) +(0.114 0.2933333333 0.1) +(0.12 0.2933333333 0.1) +(0.126 0.2933333333 0.1) +(0.132 0.2933333333 0.1) +(0.138 0.2933333333 0.1) +(0.144 0.2933333333 0.1) +(0.15 0.2933333333 0.1) +(0 0.3066666667 0.1) +(0.006 0.3066666667 0.1) +(0.012 0.3066666667 0.1) +(0.018 0.3066666667 0.1) +(0.024 0.3066666667 0.1) +(0.03 0.3066666667 0.1) +(0.036 0.3066666667 0.1) +(0.042 0.3066666667 0.1) +(0.048 0.3066666667 0.1) +(0.054 0.3066666667 0.1) +(0.06 0.3066666667 0.1) +(0.066 0.3066666667 0.1) +(0.072 0.3066666667 0.1) +(0.078 0.3066666667 0.1) +(0.084 0.3066666667 0.1) +(0.09 0.3066666667 0.1) +(0.096 0.3066666667 0.1) +(0.102 0.3066666667 0.1) +(0.108 0.3066666667 0.1) +(0.114 0.3066666667 0.1) +(0.12 0.3066666667 0.1) +(0.126 0.3066666667 0.1) +(0.132 0.3066666667 0.1) +(0.138 0.3066666667 0.1) +(0.144 0.3066666667 0.1) +(0.15 0.3066666667 0.1) +(0 0.32 0.1) +(0.006 0.32 0.1) +(0.012 0.32 0.1) +(0.018 0.32 0.1) +(0.024 0.32 0.1) +(0.03 0.32 0.1) +(0.036 0.32 0.1) +(0.042 0.32 0.1) +(0.048 0.32 0.1) +(0.054 0.32 0.1) +(0.06 0.32 0.1) +(0.066 0.32 0.1) +(0.072 0.32 0.1) +(0.078 0.32 0.1) +(0.084 0.32 0.1) +(0.09 0.32 0.1) +(0.096 0.32 0.1) +(0.102 0.32 0.1) +(0.108 0.32 0.1) +(0.114 0.32 0.1) +(0.12 0.32 0.1) +(0.126 0.32 0.1) +(0.132 0.32 0.1) +(0.138 0.32 0.1) +(0.144 0.32 0.1) +(0.15 0.32 0.1) +(0 0.3333333333 0.1) +(0.006 0.3333333333 0.1) +(0.012 0.3333333333 0.1) +(0.018 0.3333333333 0.1) +(0.024 0.3333333333 0.1) +(0.03 0.3333333333 0.1) +(0.036 0.3333333333 0.1) +(0.042 0.3333333333 0.1) +(0.048 0.3333333333 0.1) +(0.054 0.3333333333 0.1) +(0.06 0.3333333333 0.1) +(0.066 0.3333333333 0.1) +(0.072 0.3333333333 0.1) +(0.078 0.3333333333 0.1) +(0.084 0.3333333333 0.1) +(0.09 0.3333333333 0.1) +(0.096 0.3333333333 0.1) +(0.102 0.3333333333 0.1) +(0.108 0.3333333333 0.1) +(0.114 0.3333333333 0.1) +(0.12 0.3333333333 0.1) +(0.126 0.3333333333 0.1) +(0.132 0.3333333333 0.1) +(0.138 0.3333333333 0.1) +(0.144 0.3333333333 0.1) +(0.15 0.3333333333 0.1) +(0 0.3466666667 0.1) +(0.006 0.3466666667 0.1) +(0.012 0.3466666667 0.1) +(0.018 0.3466666667 0.1) +(0.024 0.3466666667 0.1) +(0.03 0.3466666667 0.1) +(0.036 0.3466666667 0.1) +(0.042 0.3466666667 0.1) +(0.048 0.3466666667 0.1) +(0.054 0.3466666667 0.1) +(0.06 0.3466666667 0.1) +(0.066 0.3466666667 0.1) +(0.072 0.3466666667 0.1) +(0.078 0.3466666667 0.1) +(0.084 0.3466666667 0.1) +(0.09 0.3466666667 0.1) +(0.096 0.3466666667 0.1) +(0.102 0.3466666667 0.1) +(0.108 0.3466666667 0.1) +(0.114 0.3466666667 0.1) +(0.12 0.3466666667 0.1) +(0.126 0.3466666667 0.1) +(0.132 0.3466666667 0.1) +(0.138 0.3466666667 0.1) +(0.144 0.3466666667 0.1) +(0.15 0.3466666667 0.1) +(0 0.36 0.1) +(0.006 0.36 0.1) +(0.012 0.36 0.1) +(0.018 0.36 0.1) +(0.024 0.36 0.1) +(0.03 0.36 0.1) +(0.036 0.36 0.1) +(0.042 0.36 0.1) +(0.048 0.36 0.1) +(0.054 0.36 0.1) +(0.06 0.36 0.1) +(0.066 0.36 0.1) +(0.072 0.36 0.1) +(0.078 0.36 0.1) +(0.084 0.36 0.1) +(0.09 0.36 0.1) +(0.096 0.36 0.1) +(0.102 0.36 0.1) +(0.108 0.36 0.1) +(0.114 0.36 0.1) +(0.12 0.36 0.1) +(0.126 0.36 0.1) +(0.132 0.36 0.1) +(0.138 0.36 0.1) +(0.144 0.36 0.1) +(0.15 0.36 0.1) +(0 0.3733333333 0.1) +(0.006 0.3733333333 0.1) +(0.012 0.3733333333 0.1) +(0.018 0.3733333333 0.1) +(0.024 0.3733333333 0.1) +(0.03 0.3733333333 0.1) +(0.036 0.3733333333 0.1) +(0.042 0.3733333333 0.1) +(0.048 0.3733333333 0.1) +(0.054 0.3733333333 0.1) +(0.06 0.3733333333 0.1) +(0.066 0.3733333333 0.1) +(0.072 0.3733333333 0.1) +(0.078 0.3733333333 0.1) +(0.084 0.3733333333 0.1) +(0.09 0.3733333333 0.1) +(0.096 0.3733333333 0.1) +(0.102 0.3733333333 0.1) +(0.108 0.3733333333 0.1) +(0.114 0.3733333333 0.1) +(0.12 0.3733333333 0.1) +(0.126 0.3733333333 0.1) +(0.132 0.3733333333 0.1) +(0.138 0.3733333333 0.1) +(0.144 0.3733333333 0.1) +(0.15 0.3733333333 0.1) +(0 0.3866666667 0.1) +(0.006 0.3866666667 0.1) +(0.012 0.3866666667 0.1) +(0.018 0.3866666667 0.1) +(0.024 0.3866666667 0.1) +(0.03 0.3866666667 0.1) +(0.036 0.3866666667 0.1) +(0.042 0.3866666667 0.1) +(0.048 0.3866666667 0.1) +(0.054 0.3866666667 0.1) +(0.06 0.3866666667 0.1) +(0.066 0.3866666667 0.1) +(0.072 0.3866666667 0.1) +(0.078 0.3866666667 0.1) +(0.084 0.3866666667 0.1) +(0.09 0.3866666667 0.1) +(0.096 0.3866666667 0.1) +(0.102 0.3866666667 0.1) +(0.108 0.3866666667 0.1) +(0.114 0.3866666667 0.1) +(0.12 0.3866666667 0.1) +(0.126 0.3866666667 0.1) +(0.132 0.3866666667 0.1) +(0.138 0.3866666667 0.1) +(0.144 0.3866666667 0.1) +(0.15 0.3866666667 0.1) +(0 0.4 0.1) +(0.006 0.4 0.1) +(0.012 0.4 0.1) +(0.018 0.4 0.1) +(0.024 0.4 0.1) +(0.03 0.4 0.1) +(0.036 0.4 0.1) +(0.042 0.4 0.1) +(0.048 0.4 0.1) +(0.054 0.4 0.1) +(0.06 0.4 0.1) +(0.066 0.4 0.1) +(0.072 0.4 0.1) +(0.078 0.4 0.1) +(0.084 0.4 0.1) +(0.09 0.4 0.1) +(0.096 0.4 0.1) +(0.102 0.4 0.1) +(0.108 0.4 0.1) +(0.114 0.4 0.1) +(0.12 0.4 0.1) +(0.126 0.4 0.1) +(0.132 0.4 0.1) +(0.138 0.4 0.1) +(0.144 0.4 0.1) +(0.15 0.4 0.1) +(0 0.4133333333 0.1) +(0.006 0.4133333333 0.1) +(0.012 0.4133333333 0.1) +(0.018 0.4133333333 0.1) +(0.024 0.4133333333 0.1) +(0.03 0.4133333333 0.1) +(0.036 0.4133333333 0.1) +(0.042 0.4133333333 0.1) +(0.048 0.4133333333 0.1) +(0.054 0.4133333333 0.1) +(0.06 0.4133333333 0.1) +(0.066 0.4133333333 0.1) +(0.072 0.4133333333 0.1) +(0.078 0.4133333333 0.1) +(0.084 0.4133333333 0.1) +(0.09 0.4133333333 0.1) +(0.096 0.4133333333 0.1) +(0.102 0.4133333333 0.1) +(0.108 0.4133333333 0.1) +(0.114 0.4133333333 0.1) +(0.12 0.4133333333 0.1) +(0.126 0.4133333333 0.1) +(0.132 0.4133333333 0.1) +(0.138 0.4133333333 0.1) +(0.144 0.4133333333 0.1) +(0.15 0.4133333333 0.1) +(0 0.4266666667 0.1) +(0.006 0.4266666667 0.1) +(0.012 0.4266666667 0.1) +(0.018 0.4266666667 0.1) +(0.024 0.4266666667 0.1) +(0.03 0.4266666667 0.1) +(0.036 0.4266666667 0.1) +(0.042 0.4266666667 0.1) +(0.048 0.4266666667 0.1) +(0.054 0.4266666667 0.1) +(0.06 0.4266666667 0.1) +(0.066 0.4266666667 0.1) +(0.072 0.4266666667 0.1) +(0.078 0.4266666667 0.1) +(0.084 0.4266666667 0.1) +(0.09 0.4266666667 0.1) +(0.096 0.4266666667 0.1) +(0.102 0.4266666667 0.1) +(0.108 0.4266666667 0.1) +(0.114 0.4266666667 0.1) +(0.12 0.4266666667 0.1) +(0.126 0.4266666667 0.1) +(0.132 0.4266666667 0.1) +(0.138 0.4266666667 0.1) +(0.144 0.4266666667 0.1) +(0.15 0.4266666667 0.1) +(0 0.44 0.1) +(0.006 0.44 0.1) +(0.012 0.44 0.1) +(0.018 0.44 0.1) +(0.024 0.44 0.1) +(0.03 0.44 0.1) +(0.036 0.44 0.1) +(0.042 0.44 0.1) +(0.048 0.44 0.1) +(0.054 0.44 0.1) +(0.06 0.44 0.1) +(0.066 0.44 0.1) +(0.072 0.44 0.1) +(0.078 0.44 0.1) +(0.084 0.44 0.1) +(0.09 0.44 0.1) +(0.096 0.44 0.1) +(0.102 0.44 0.1) +(0.108 0.44 0.1) +(0.114 0.44 0.1) +(0.12 0.44 0.1) +(0.126 0.44 0.1) +(0.132 0.44 0.1) +(0.138 0.44 0.1) +(0.144 0.44 0.1) +(0.15 0.44 0.1) +(0 0.4533333333 0.1) +(0.006 0.4533333333 0.1) +(0.012 0.4533333333 0.1) +(0.018 0.4533333333 0.1) +(0.024 0.4533333333 0.1) +(0.03 0.4533333333 0.1) +(0.036 0.4533333333 0.1) +(0.042 0.4533333333 0.1) +(0.048 0.4533333333 0.1) +(0.054 0.4533333333 0.1) +(0.06 0.4533333333 0.1) +(0.066 0.4533333333 0.1) +(0.072 0.4533333333 0.1) +(0.078 0.4533333333 0.1) +(0.084 0.4533333333 0.1) +(0.09 0.4533333333 0.1) +(0.096 0.4533333333 0.1) +(0.102 0.4533333333 0.1) +(0.108 0.4533333333 0.1) +(0.114 0.4533333333 0.1) +(0.12 0.4533333333 0.1) +(0.126 0.4533333333 0.1) +(0.132 0.4533333333 0.1) +(0.138 0.4533333333 0.1) +(0.144 0.4533333333 0.1) +(0.15 0.4533333333 0.1) +(0 0.4666666667 0.1) +(0.006 0.4666666667 0.1) +(0.012 0.4666666667 0.1) +(0.018 0.4666666667 0.1) +(0.024 0.4666666667 0.1) +(0.03 0.4666666667 0.1) +(0.036 0.4666666667 0.1) +(0.042 0.4666666667 0.1) +(0.048 0.4666666667 0.1) +(0.054 0.4666666667 0.1) +(0.06 0.4666666667 0.1) +(0.066 0.4666666667 0.1) +(0.072 0.4666666667 0.1) +(0.078 0.4666666667 0.1) +(0.084 0.4666666667 0.1) +(0.09 0.4666666667 0.1) +(0.096 0.4666666667 0.1) +(0.102 0.4666666667 0.1) +(0.108 0.4666666667 0.1) +(0.114 0.4666666667 0.1) +(0.12 0.4666666667 0.1) +(0.126 0.4666666667 0.1) +(0.132 0.4666666667 0.1) +(0.138 0.4666666667 0.1) +(0.144 0.4666666667 0.1) +(0.15 0.4666666667 0.1) +(0 0.48 0.1) +(0.006 0.48 0.1) +(0.012 0.48 0.1) +(0.018 0.48 0.1) +(0.024 0.48 0.1) +(0.03 0.48 0.1) +(0.036 0.48 0.1) +(0.042 0.48 0.1) +(0.048 0.48 0.1) +(0.054 0.48 0.1) +(0.06 0.48 0.1) +(0.066 0.48 0.1) +(0.072 0.48 0.1) +(0.078 0.48 0.1) +(0.084 0.48 0.1) +(0.09 0.48 0.1) +(0.096 0.48 0.1) +(0.102 0.48 0.1) +(0.108 0.48 0.1) +(0.114 0.48 0.1) +(0.12 0.48 0.1) +(0.126 0.48 0.1) +(0.132 0.48 0.1) +(0.138 0.48 0.1) +(0.144 0.48 0.1) +(0.15 0.48 0.1) +(0 0.4933333333 0.1) +(0.006 0.4933333333 0.1) +(0.012 0.4933333333 0.1) +(0.018 0.4933333333 0.1) +(0.024 0.4933333333 0.1) +(0.03 0.4933333333 0.1) +(0.036 0.4933333333 0.1) +(0.042 0.4933333333 0.1) +(0.048 0.4933333333 0.1) +(0.054 0.4933333333 0.1) +(0.06 0.4933333333 0.1) +(0.066 0.4933333333 0.1) +(0.072 0.4933333333 0.1) +(0.078 0.4933333333 0.1) +(0.084 0.4933333333 0.1) +(0.09 0.4933333333 0.1) +(0.096 0.4933333333 0.1) +(0.102 0.4933333333 0.1) +(0.108 0.4933333333 0.1) +(0.114 0.4933333333 0.1) +(0.12 0.4933333333 0.1) +(0.126 0.4933333333 0.1) +(0.132 0.4933333333 0.1) +(0.138 0.4933333333 0.1) +(0.144 0.4933333333 0.1) +(0.15 0.4933333333 0.1) +(0 0.5066666667 0.1) +(0.006 0.5066666667 0.1) +(0.012 0.5066666667 0.1) +(0.018 0.5066666667 0.1) +(0.024 0.5066666667 0.1) +(0.03 0.5066666667 0.1) +(0.036 0.5066666667 0.1) +(0.042 0.5066666667 0.1) +(0.048 0.5066666667 0.1) +(0.054 0.5066666667 0.1) +(0.06 0.5066666667 0.1) +(0.066 0.5066666667 0.1) +(0.072 0.5066666667 0.1) +(0.078 0.5066666667 0.1) +(0.084 0.5066666667 0.1) +(0.09 0.5066666667 0.1) +(0.096 0.5066666667 0.1) +(0.102 0.5066666667 0.1) +(0.108 0.5066666667 0.1) +(0.114 0.5066666667 0.1) +(0.12 0.5066666667 0.1) +(0.126 0.5066666667 0.1) +(0.132 0.5066666667 0.1) +(0.138 0.5066666667 0.1) +(0.144 0.5066666667 0.1) +(0.15 0.5066666667 0.1) +(0 0.52 0.1) +(0.006 0.52 0.1) +(0.012 0.52 0.1) +(0.018 0.52 0.1) +(0.024 0.52 0.1) +(0.03 0.52 0.1) +(0.036 0.52 0.1) +(0.042 0.52 0.1) +(0.048 0.52 0.1) +(0.054 0.52 0.1) +(0.06 0.52 0.1) +(0.066 0.52 0.1) +(0.072 0.52 0.1) +(0.078 0.52 0.1) +(0.084 0.52 0.1) +(0.09 0.52 0.1) +(0.096 0.52 0.1) +(0.102 0.52 0.1) +(0.108 0.52 0.1) +(0.114 0.52 0.1) +(0.12 0.52 0.1) +(0.126 0.52 0.1) +(0.132 0.52 0.1) +(0.138 0.52 0.1) +(0.144 0.52 0.1) +(0.15 0.52 0.1) +(0 0.5333333333 0.1) +(0.006 0.5333333333 0.1) +(0.012 0.5333333333 0.1) +(0.018 0.5333333333 0.1) +(0.024 0.5333333333 0.1) +(0.03 0.5333333333 0.1) +(0.036 0.5333333333 0.1) +(0.042 0.5333333333 0.1) +(0.048 0.5333333333 0.1) +(0.054 0.5333333333 0.1) +(0.06 0.5333333333 0.1) +(0.066 0.5333333333 0.1) +(0.072 0.5333333333 0.1) +(0.078 0.5333333333 0.1) +(0.084 0.5333333333 0.1) +(0.09 0.5333333333 0.1) +(0.096 0.5333333333 0.1) +(0.102 0.5333333333 0.1) +(0.108 0.5333333333 0.1) +(0.114 0.5333333333 0.1) +(0.12 0.5333333333 0.1) +(0.126 0.5333333333 0.1) +(0.132 0.5333333333 0.1) +(0.138 0.5333333333 0.1) +(0.144 0.5333333333 0.1) +(0.15 0.5333333333 0.1) +(0 0.5466666667 0.1) +(0.006 0.5466666667 0.1) +(0.012 0.5466666667 0.1) +(0.018 0.5466666667 0.1) +(0.024 0.5466666667 0.1) +(0.03 0.5466666667 0.1) +(0.036 0.5466666667 0.1) +(0.042 0.5466666667 0.1) +(0.048 0.5466666667 0.1) +(0.054 0.5466666667 0.1) +(0.06 0.5466666667 0.1) +(0.066 0.5466666667 0.1) +(0.072 0.5466666667 0.1) +(0.078 0.5466666667 0.1) +(0.084 0.5466666667 0.1) +(0.09 0.5466666667 0.1) +(0.096 0.5466666667 0.1) +(0.102 0.5466666667 0.1) +(0.108 0.5466666667 0.1) +(0.114 0.5466666667 0.1) +(0.12 0.5466666667 0.1) +(0.126 0.5466666667 0.1) +(0.132 0.5466666667 0.1) +(0.138 0.5466666667 0.1) +(0.144 0.5466666667 0.1) +(0.15 0.5466666667 0.1) +(0 0.56 0.1) +(0.006 0.56 0.1) +(0.012 0.56 0.1) +(0.018 0.56 0.1) +(0.024 0.56 0.1) +(0.03 0.56 0.1) +(0.036 0.56 0.1) +(0.042 0.56 0.1) +(0.048 0.56 0.1) +(0.054 0.56 0.1) +(0.06 0.56 0.1) +(0.066 0.56 0.1) +(0.072 0.56 0.1) +(0.078 0.56 0.1) +(0.084 0.56 0.1) +(0.09 0.56 0.1) +(0.096 0.56 0.1) +(0.102 0.56 0.1) +(0.108 0.56 0.1) +(0.114 0.56 0.1) +(0.12 0.56 0.1) +(0.126 0.56 0.1) +(0.132 0.56 0.1) +(0.138 0.56 0.1) +(0.144 0.56 0.1) +(0.15 0.56 0.1) +(0 0.5733333333 0.1) +(0.006 0.5733333333 0.1) +(0.012 0.5733333333 0.1) +(0.018 0.5733333333 0.1) +(0.024 0.5733333333 0.1) +(0.03 0.5733333333 0.1) +(0.036 0.5733333333 0.1) +(0.042 0.5733333333 0.1) +(0.048 0.5733333333 0.1) +(0.054 0.5733333333 0.1) +(0.06 0.5733333333 0.1) +(0.066 0.5733333333 0.1) +(0.072 0.5733333333 0.1) +(0.078 0.5733333333 0.1) +(0.084 0.5733333333 0.1) +(0.09 0.5733333333 0.1) +(0.096 0.5733333333 0.1) +(0.102 0.5733333333 0.1) +(0.108 0.5733333333 0.1) +(0.114 0.5733333333 0.1) +(0.12 0.5733333333 0.1) +(0.126 0.5733333333 0.1) +(0.132 0.5733333333 0.1) +(0.138 0.5733333333 0.1) +(0.144 0.5733333333 0.1) +(0.15 0.5733333333 0.1) +(0 0.5866666667 0.1) +(0.006 0.5866666667 0.1) +(0.012 0.5866666667 0.1) +(0.018 0.5866666667 0.1) +(0.024 0.5866666667 0.1) +(0.03 0.5866666667 0.1) +(0.036 0.5866666667 0.1) +(0.042 0.5866666667 0.1) +(0.048 0.5866666667 0.1) +(0.054 0.5866666667 0.1) +(0.06 0.5866666667 0.1) +(0.066 0.5866666667 0.1) +(0.072 0.5866666667 0.1) +(0.078 0.5866666667 0.1) +(0.084 0.5866666667 0.1) +(0.09 0.5866666667 0.1) +(0.096 0.5866666667 0.1) +(0.102 0.5866666667 0.1) +(0.108 0.5866666667 0.1) +(0.114 0.5866666667 0.1) +(0.12 0.5866666667 0.1) +(0.126 0.5866666667 0.1) +(0.132 0.5866666667 0.1) +(0.138 0.5866666667 0.1) +(0.144 0.5866666667 0.1) +(0.15 0.5866666667 0.1) +(0 0.6 0.1) +(0.006 0.6 0.1) +(0.012 0.6 0.1) +(0.018 0.6 0.1) +(0.024 0.6 0.1) +(0.03 0.6 0.1) +(0.036 0.6 0.1) +(0.042 0.6 0.1) +(0.048 0.6 0.1) +(0.054 0.6 0.1) +(0.06 0.6 0.1) +(0.066 0.6 0.1) +(0.072 0.6 0.1) +(0.078 0.6 0.1) +(0.084 0.6 0.1) +(0.09 0.6 0.1) +(0.096 0.6 0.1) +(0.102 0.6 0.1) +(0.108 0.6 0.1) +(0.114 0.6 0.1) +(0.12 0.6 0.1) +(0.126 0.6 0.1) +(0.132 0.6 0.1) +(0.138 0.6 0.1) +(0.144 0.6 0.1) +(0.15 0.6 0.1) +(0 0.6133333333 0.1) +(0.006 0.6133333333 0.1) +(0.012 0.6133333333 0.1) +(0.018 0.6133333333 0.1) +(0.024 0.6133333333 0.1) +(0.03 0.6133333333 0.1) +(0.036 0.6133333333 0.1) +(0.042 0.6133333333 0.1) +(0.048 0.6133333333 0.1) +(0.054 0.6133333333 0.1) +(0.06 0.6133333333 0.1) +(0.066 0.6133333333 0.1) +(0.072 0.6133333333 0.1) +(0.078 0.6133333333 0.1) +(0.084 0.6133333333 0.1) +(0.09 0.6133333333 0.1) +(0.096 0.6133333333 0.1) +(0.102 0.6133333333 0.1) +(0.108 0.6133333333 0.1) +(0.114 0.6133333333 0.1) +(0.12 0.6133333333 0.1) +(0.126 0.6133333333 0.1) +(0.132 0.6133333333 0.1) +(0.138 0.6133333333 0.1) +(0.144 0.6133333333 0.1) +(0.15 0.6133333333 0.1) +(0 0.6266666667 0.1) +(0.006 0.6266666667 0.1) +(0.012 0.6266666667 0.1) +(0.018 0.6266666667 0.1) +(0.024 0.6266666667 0.1) +(0.03 0.6266666667 0.1) +(0.036 0.6266666667 0.1) +(0.042 0.6266666667 0.1) +(0.048 0.6266666667 0.1) +(0.054 0.6266666667 0.1) +(0.06 0.6266666667 0.1) +(0.066 0.6266666667 0.1) +(0.072 0.6266666667 0.1) +(0.078 0.6266666667 0.1) +(0.084 0.6266666667 0.1) +(0.09 0.6266666667 0.1) +(0.096 0.6266666667 0.1) +(0.102 0.6266666667 0.1) +(0.108 0.6266666667 0.1) +(0.114 0.6266666667 0.1) +(0.12 0.6266666667 0.1) +(0.126 0.6266666667 0.1) +(0.132 0.6266666667 0.1) +(0.138 0.6266666667 0.1) +(0.144 0.6266666667 0.1) +(0.15 0.6266666667 0.1) +(0 0.64 0.1) +(0.006 0.64 0.1) +(0.012 0.64 0.1) +(0.018 0.64 0.1) +(0.024 0.64 0.1) +(0.03 0.64 0.1) +(0.036 0.64 0.1) +(0.042 0.64 0.1) +(0.048 0.64 0.1) +(0.054 0.64 0.1) +(0.06 0.64 0.1) +(0.066 0.64 0.1) +(0.072 0.64 0.1) +(0.078 0.64 0.1) +(0.084 0.64 0.1) +(0.09 0.64 0.1) +(0.096 0.64 0.1) +(0.102 0.64 0.1) +(0.108 0.64 0.1) +(0.114 0.64 0.1) +(0.12 0.64 0.1) +(0.126 0.64 0.1) +(0.132 0.64 0.1) +(0.138 0.64 0.1) +(0.144 0.64 0.1) +(0.15 0.64 0.1) +(0 0.6533333333 0.1) +(0.006 0.6533333333 0.1) +(0.012 0.6533333333 0.1) +(0.018 0.6533333333 0.1) +(0.024 0.6533333333 0.1) +(0.03 0.6533333333 0.1) +(0.036 0.6533333333 0.1) +(0.042 0.6533333333 0.1) +(0.048 0.6533333333 0.1) +(0.054 0.6533333333 0.1) +(0.06 0.6533333333 0.1) +(0.066 0.6533333333 0.1) +(0.072 0.6533333333 0.1) +(0.078 0.6533333333 0.1) +(0.084 0.6533333333 0.1) +(0.09 0.6533333333 0.1) +(0.096 0.6533333333 0.1) +(0.102 0.6533333333 0.1) +(0.108 0.6533333333 0.1) +(0.114 0.6533333333 0.1) +(0.12 0.6533333333 0.1) +(0.126 0.6533333333 0.1) +(0.132 0.6533333333 0.1) +(0.138 0.6533333333 0.1) +(0.144 0.6533333333 0.1) +(0.15 0.6533333333 0.1) +(0 0.6666666667 0.1) +(0.006 0.6666666667 0.1) +(0.012 0.6666666667 0.1) +(0.018 0.6666666667 0.1) +(0.024 0.6666666667 0.1) +(0.03 0.6666666667 0.1) +(0.036 0.6666666667 0.1) +(0.042 0.6666666667 0.1) +(0.048 0.6666666667 0.1) +(0.054 0.6666666667 0.1) +(0.06 0.6666666667 0.1) +(0.066 0.6666666667 0.1) +(0.072 0.6666666667 0.1) +(0.078 0.6666666667 0.1) +(0.084 0.6666666667 0.1) +(0.09 0.6666666667 0.1) +(0.096 0.6666666667 0.1) +(0.102 0.6666666667 0.1) +(0.108 0.6666666667 0.1) +(0.114 0.6666666667 0.1) +(0.12 0.6666666667 0.1) +(0.126 0.6666666667 0.1) +(0.132 0.6666666667 0.1) +(0.138 0.6666666667 0.1) +(0.144 0.6666666667 0.1) +(0.15 0.6666666667 0.1) +(0 0.68 0.1) +(0.006 0.68 0.1) +(0.012 0.68 0.1) +(0.018 0.68 0.1) +(0.024 0.68 0.1) +(0.03 0.68 0.1) +(0.036 0.68 0.1) +(0.042 0.68 0.1) +(0.048 0.68 0.1) +(0.054 0.68 0.1) +(0.06 0.68 0.1) +(0.066 0.68 0.1) +(0.072 0.68 0.1) +(0.078 0.68 0.1) +(0.084 0.68 0.1) +(0.09 0.68 0.1) +(0.096 0.68 0.1) +(0.102 0.68 0.1) +(0.108 0.68 0.1) +(0.114 0.68 0.1) +(0.12 0.68 0.1) +(0.126 0.68 0.1) +(0.132 0.68 0.1) +(0.138 0.68 0.1) +(0.144 0.68 0.1) +(0.15 0.68 0.1) +(0 0.6933333333 0.1) +(0.006 0.6933333333 0.1) +(0.012 0.6933333333 0.1) +(0.018 0.6933333333 0.1) +(0.024 0.6933333333 0.1) +(0.03 0.6933333333 0.1) +(0.036 0.6933333333 0.1) +(0.042 0.6933333333 0.1) +(0.048 0.6933333333 0.1) +(0.054 0.6933333333 0.1) +(0.06 0.6933333333 0.1) +(0.066 0.6933333333 0.1) +(0.072 0.6933333333 0.1) +(0.078 0.6933333333 0.1) +(0.084 0.6933333333 0.1) +(0.09 0.6933333333 0.1) +(0.096 0.6933333333 0.1) +(0.102 0.6933333333 0.1) +(0.108 0.6933333333 0.1) +(0.114 0.6933333333 0.1) +(0.12 0.6933333333 0.1) +(0.126 0.6933333333 0.1) +(0.132 0.6933333333 0.1) +(0.138 0.6933333333 0.1) +(0.144 0.6933333333 0.1) +(0.15 0.6933333333 0.1) +(0 0.7066666667 0.1) +(0.006 0.7066666667 0.1) +(0.012 0.7066666667 0.1) +(0.018 0.7066666667 0.1) +(0.024 0.7066666667 0.1) +(0.03 0.7066666667 0.1) +(0.036 0.7066666667 0.1) +(0.042 0.7066666667 0.1) +(0.048 0.7066666667 0.1) +(0.054 0.7066666667 0.1) +(0.06 0.7066666667 0.1) +(0.066 0.7066666667 0.1) +(0.072 0.7066666667 0.1) +(0.078 0.7066666667 0.1) +(0.084 0.7066666667 0.1) +(0.09 0.7066666667 0.1) +(0.096 0.7066666667 0.1) +(0.102 0.7066666667 0.1) +(0.108 0.7066666667 0.1) +(0.114 0.7066666667 0.1) +(0.12 0.7066666667 0.1) +(0.126 0.7066666667 0.1) +(0.132 0.7066666667 0.1) +(0.138 0.7066666667 0.1) +(0.144 0.7066666667 0.1) +(0.15 0.7066666667 0.1) +(0 0.72 0.1) +(0.006 0.72 0.1) +(0.012 0.72 0.1) +(0.018 0.72 0.1) +(0.024 0.72 0.1) +(0.03 0.72 0.1) +(0.036 0.72 0.1) +(0.042 0.72 0.1) +(0.048 0.72 0.1) +(0.054 0.72 0.1) +(0.06 0.72 0.1) +(0.066 0.72 0.1) +(0.072 0.72 0.1) +(0.078 0.72 0.1) +(0.084 0.72 0.1) +(0.09 0.72 0.1) +(0.096 0.72 0.1) +(0.102 0.72 0.1) +(0.108 0.72 0.1) +(0.114 0.72 0.1) +(0.12 0.72 0.1) +(0.126 0.72 0.1) +(0.132 0.72 0.1) +(0.138 0.72 0.1) +(0.144 0.72 0.1) +(0.15 0.72 0.1) +(0 0.7333333333 0.1) +(0.006 0.7333333333 0.1) +(0.012 0.7333333333 0.1) +(0.018 0.7333333333 0.1) +(0.024 0.7333333333 0.1) +(0.03 0.7333333333 0.1) +(0.036 0.7333333333 0.1) +(0.042 0.7333333333 0.1) +(0.048 0.7333333333 0.1) +(0.054 0.7333333333 0.1) +(0.06 0.7333333333 0.1) +(0.066 0.7333333333 0.1) +(0.072 0.7333333333 0.1) +(0.078 0.7333333333 0.1) +(0.084 0.7333333333 0.1) +(0.09 0.7333333333 0.1) +(0.096 0.7333333333 0.1) +(0.102 0.7333333333 0.1) +(0.108 0.7333333333 0.1) +(0.114 0.7333333333 0.1) +(0.12 0.7333333333 0.1) +(0.126 0.7333333333 0.1) +(0.132 0.7333333333 0.1) +(0.138 0.7333333333 0.1) +(0.144 0.7333333333 0.1) +(0.15 0.7333333333 0.1) +(0 0.7466666667 0.1) +(0.006 0.7466666667 0.1) +(0.012 0.7466666667 0.1) +(0.018 0.7466666667 0.1) +(0.024 0.7466666667 0.1) +(0.03 0.7466666667 0.1) +(0.036 0.7466666667 0.1) +(0.042 0.7466666667 0.1) +(0.048 0.7466666667 0.1) +(0.054 0.7466666667 0.1) +(0.06 0.7466666667 0.1) +(0.066 0.7466666667 0.1) +(0.072 0.7466666667 0.1) +(0.078 0.7466666667 0.1) +(0.084 0.7466666667 0.1) +(0.09 0.7466666667 0.1) +(0.096 0.7466666667 0.1) +(0.102 0.7466666667 0.1) +(0.108 0.7466666667 0.1) +(0.114 0.7466666667 0.1) +(0.12 0.7466666667 0.1) +(0.126 0.7466666667 0.1) +(0.132 0.7466666667 0.1) +(0.138 0.7466666667 0.1) +(0.144 0.7466666667 0.1) +(0.15 0.7466666667 0.1) +(0 0.76 0.1) +(0.006 0.76 0.1) +(0.012 0.76 0.1) +(0.018 0.76 0.1) +(0.024 0.76 0.1) +(0.03 0.76 0.1) +(0.036 0.76 0.1) +(0.042 0.76 0.1) +(0.048 0.76 0.1) +(0.054 0.76 0.1) +(0.06 0.76 0.1) +(0.066 0.76 0.1) +(0.072 0.76 0.1) +(0.078 0.76 0.1) +(0.084 0.76 0.1) +(0.09 0.76 0.1) +(0.096 0.76 0.1) +(0.102 0.76 0.1) +(0.108 0.76 0.1) +(0.114 0.76 0.1) +(0.12 0.76 0.1) +(0.126 0.76 0.1) +(0.132 0.76 0.1) +(0.138 0.76 0.1) +(0.144 0.76 0.1) +(0.15 0.76 0.1) +(0 0.7733333333 0.1) +(0.006 0.7733333333 0.1) +(0.012 0.7733333333 0.1) +(0.018 0.7733333333 0.1) +(0.024 0.7733333333 0.1) +(0.03 0.7733333333 0.1) +(0.036 0.7733333333 0.1) +(0.042 0.7733333333 0.1) +(0.048 0.7733333333 0.1) +(0.054 0.7733333333 0.1) +(0.06 0.7733333333 0.1) +(0.066 0.7733333333 0.1) +(0.072 0.7733333333 0.1) +(0.078 0.7733333333 0.1) +(0.084 0.7733333333 0.1) +(0.09 0.7733333333 0.1) +(0.096 0.7733333333 0.1) +(0.102 0.7733333333 0.1) +(0.108 0.7733333333 0.1) +(0.114 0.7733333333 0.1) +(0.12 0.7733333333 0.1) +(0.126 0.7733333333 0.1) +(0.132 0.7733333333 0.1) +(0.138 0.7733333333 0.1) +(0.144 0.7733333333 0.1) +(0.15 0.7733333333 0.1) +(0 0.7866666667 0.1) +(0.006 0.7866666667 0.1) +(0.012 0.7866666667 0.1) +(0.018 0.7866666667 0.1) +(0.024 0.7866666667 0.1) +(0.03 0.7866666667 0.1) +(0.036 0.7866666667 0.1) +(0.042 0.7866666667 0.1) +(0.048 0.7866666667 0.1) +(0.054 0.7866666667 0.1) +(0.06 0.7866666667 0.1) +(0.066 0.7866666667 0.1) +(0.072 0.7866666667 0.1) +(0.078 0.7866666667 0.1) +(0.084 0.7866666667 0.1) +(0.09 0.7866666667 0.1) +(0.096 0.7866666667 0.1) +(0.102 0.7866666667 0.1) +(0.108 0.7866666667 0.1) +(0.114 0.7866666667 0.1) +(0.12 0.7866666667 0.1) +(0.126 0.7866666667 0.1) +(0.132 0.7866666667 0.1) +(0.138 0.7866666667 0.1) +(0.144 0.7866666667 0.1) +(0.15 0.7866666667 0.1) +(0 0.8 0.1) +(0.006 0.8 0.1) +(0.012 0.8 0.1) +(0.018 0.8 0.1) +(0.024 0.8 0.1) +(0.03 0.8 0.1) +(0.036 0.8 0.1) +(0.042 0.8 0.1) +(0.048 0.8 0.1) +(0.054 0.8 0.1) +(0.06 0.8 0.1) +(0.066 0.8 0.1) +(0.072 0.8 0.1) +(0.078 0.8 0.1) +(0.084 0.8 0.1) +(0.09 0.8 0.1) +(0.096 0.8 0.1) +(0.102 0.8 0.1) +(0.108 0.8 0.1) +(0.114 0.8 0.1) +(0.12 0.8 0.1) +(0.126 0.8 0.1) +(0.132 0.8 0.1) +(0.138 0.8 0.1) +(0.144 0.8 0.1) +(0.15 0.8 0.1) +(0 0.8133333333 0.1) +(0.006 0.8133333333 0.1) +(0.012 0.8133333333 0.1) +(0.018 0.8133333333 0.1) +(0.024 0.8133333333 0.1) +(0.03 0.8133333333 0.1) +(0.036 0.8133333333 0.1) +(0.042 0.8133333333 0.1) +(0.048 0.8133333333 0.1) +(0.054 0.8133333333 0.1) +(0.06 0.8133333333 0.1) +(0.066 0.8133333333 0.1) +(0.072 0.8133333333 0.1) +(0.078 0.8133333333 0.1) +(0.084 0.8133333333 0.1) +(0.09 0.8133333333 0.1) +(0.096 0.8133333333 0.1) +(0.102 0.8133333333 0.1) +(0.108 0.8133333333 0.1) +(0.114 0.8133333333 0.1) +(0.12 0.8133333333 0.1) +(0.126 0.8133333333 0.1) +(0.132 0.8133333333 0.1) +(0.138 0.8133333333 0.1) +(0.144 0.8133333333 0.1) +(0.15 0.8133333333 0.1) +(0 0.8266666667 0.1) +(0.006 0.8266666667 0.1) +(0.012 0.8266666667 0.1) +(0.018 0.8266666667 0.1) +(0.024 0.8266666667 0.1) +(0.03 0.8266666667 0.1) +(0.036 0.8266666667 0.1) +(0.042 0.8266666667 0.1) +(0.048 0.8266666667 0.1) +(0.054 0.8266666667 0.1) +(0.06 0.8266666667 0.1) +(0.066 0.8266666667 0.1) +(0.072 0.8266666667 0.1) +(0.078 0.8266666667 0.1) +(0.084 0.8266666667 0.1) +(0.09 0.8266666667 0.1) +(0.096 0.8266666667 0.1) +(0.102 0.8266666667 0.1) +(0.108 0.8266666667 0.1) +(0.114 0.8266666667 0.1) +(0.12 0.8266666667 0.1) +(0.126 0.8266666667 0.1) +(0.132 0.8266666667 0.1) +(0.138 0.8266666667 0.1) +(0.144 0.8266666667 0.1) +(0.15 0.8266666667 0.1) +(0 0.84 0.1) +(0.006 0.84 0.1) +(0.012 0.84 0.1) +(0.018 0.84 0.1) +(0.024 0.84 0.1) +(0.03 0.84 0.1) +(0.036 0.84 0.1) +(0.042 0.84 0.1) +(0.048 0.84 0.1) +(0.054 0.84 0.1) +(0.06 0.84 0.1) +(0.066 0.84 0.1) +(0.072 0.84 0.1) +(0.078 0.84 0.1) +(0.084 0.84 0.1) +(0.09 0.84 0.1) +(0.096 0.84 0.1) +(0.102 0.84 0.1) +(0.108 0.84 0.1) +(0.114 0.84 0.1) +(0.12 0.84 0.1) +(0.126 0.84 0.1) +(0.132 0.84 0.1) +(0.138 0.84 0.1) +(0.144 0.84 0.1) +(0.15 0.84 0.1) +(0 0.8533333333 0.1) +(0.006 0.8533333333 0.1) +(0.012 0.8533333333 0.1) +(0.018 0.8533333333 0.1) +(0.024 0.8533333333 0.1) +(0.03 0.8533333333 0.1) +(0.036 0.8533333333 0.1) +(0.042 0.8533333333 0.1) +(0.048 0.8533333333 0.1) +(0.054 0.8533333333 0.1) +(0.06 0.8533333333 0.1) +(0.066 0.8533333333 0.1) +(0.072 0.8533333333 0.1) +(0.078 0.8533333333 0.1) +(0.084 0.8533333333 0.1) +(0.09 0.8533333333 0.1) +(0.096 0.8533333333 0.1) +(0.102 0.8533333333 0.1) +(0.108 0.8533333333 0.1) +(0.114 0.8533333333 0.1) +(0.12 0.8533333333 0.1) +(0.126 0.8533333333 0.1) +(0.132 0.8533333333 0.1) +(0.138 0.8533333333 0.1) +(0.144 0.8533333333 0.1) +(0.15 0.8533333333 0.1) +(0 0.8666666667 0.1) +(0.006 0.8666666667 0.1) +(0.012 0.8666666667 0.1) +(0.018 0.8666666667 0.1) +(0.024 0.8666666667 0.1) +(0.03 0.8666666667 0.1) +(0.036 0.8666666667 0.1) +(0.042 0.8666666667 0.1) +(0.048 0.8666666667 0.1) +(0.054 0.8666666667 0.1) +(0.06 0.8666666667 0.1) +(0.066 0.8666666667 0.1) +(0.072 0.8666666667 0.1) +(0.078 0.8666666667 0.1) +(0.084 0.8666666667 0.1) +(0.09 0.8666666667 0.1) +(0.096 0.8666666667 0.1) +(0.102 0.8666666667 0.1) +(0.108 0.8666666667 0.1) +(0.114 0.8666666667 0.1) +(0.12 0.8666666667 0.1) +(0.126 0.8666666667 0.1) +(0.132 0.8666666667 0.1) +(0.138 0.8666666667 0.1) +(0.144 0.8666666667 0.1) +(0.15 0.8666666667 0.1) +(0 0.88 0.1) +(0.006 0.88 0.1) +(0.012 0.88 0.1) +(0.018 0.88 0.1) +(0.024 0.88 0.1) +(0.03 0.88 0.1) +(0.036 0.88 0.1) +(0.042 0.88 0.1) +(0.048 0.88 0.1) +(0.054 0.88 0.1) +(0.06 0.88 0.1) +(0.066 0.88 0.1) +(0.072 0.88 0.1) +(0.078 0.88 0.1) +(0.084 0.88 0.1) +(0.09 0.88 0.1) +(0.096 0.88 0.1) +(0.102 0.88 0.1) +(0.108 0.88 0.1) +(0.114 0.88 0.1) +(0.12 0.88 0.1) +(0.126 0.88 0.1) +(0.132 0.88 0.1) +(0.138 0.88 0.1) +(0.144 0.88 0.1) +(0.15 0.88 0.1) +(0 0.8933333333 0.1) +(0.006 0.8933333333 0.1) +(0.012 0.8933333333 0.1) +(0.018 0.8933333333 0.1) +(0.024 0.8933333333 0.1) +(0.03 0.8933333333 0.1) +(0.036 0.8933333333 0.1) +(0.042 0.8933333333 0.1) +(0.048 0.8933333333 0.1) +(0.054 0.8933333333 0.1) +(0.06 0.8933333333 0.1) +(0.066 0.8933333333 0.1) +(0.072 0.8933333333 0.1) +(0.078 0.8933333333 0.1) +(0.084 0.8933333333 0.1) +(0.09 0.8933333333 0.1) +(0.096 0.8933333333 0.1) +(0.102 0.8933333333 0.1) +(0.108 0.8933333333 0.1) +(0.114 0.8933333333 0.1) +(0.12 0.8933333333 0.1) +(0.126 0.8933333333 0.1) +(0.132 0.8933333333 0.1) +(0.138 0.8933333333 0.1) +(0.144 0.8933333333 0.1) +(0.15 0.8933333333 0.1) +(0 0.9066666667 0.1) +(0.006 0.9066666667 0.1) +(0.012 0.9066666667 0.1) +(0.018 0.9066666667 0.1) +(0.024 0.9066666667 0.1) +(0.03 0.9066666667 0.1) +(0.036 0.9066666667 0.1) +(0.042 0.9066666667 0.1) +(0.048 0.9066666667 0.1) +(0.054 0.9066666667 0.1) +(0.06 0.9066666667 0.1) +(0.066 0.9066666667 0.1) +(0.072 0.9066666667 0.1) +(0.078 0.9066666667 0.1) +(0.084 0.9066666667 0.1) +(0.09 0.9066666667 0.1) +(0.096 0.9066666667 0.1) +(0.102 0.9066666667 0.1) +(0.108 0.9066666667 0.1) +(0.114 0.9066666667 0.1) +(0.12 0.9066666667 0.1) +(0.126 0.9066666667 0.1) +(0.132 0.9066666667 0.1) +(0.138 0.9066666667 0.1) +(0.144 0.9066666667 0.1) +(0.15 0.9066666667 0.1) +(0 0.92 0.1) +(0.006 0.92 0.1) +(0.012 0.92 0.1) +(0.018 0.92 0.1) +(0.024 0.92 0.1) +(0.03 0.92 0.1) +(0.036 0.92 0.1) +(0.042 0.92 0.1) +(0.048 0.92 0.1) +(0.054 0.92 0.1) +(0.06 0.92 0.1) +(0.066 0.92 0.1) +(0.072 0.92 0.1) +(0.078 0.92 0.1) +(0.084 0.92 0.1) +(0.09 0.92 0.1) +(0.096 0.92 0.1) +(0.102 0.92 0.1) +(0.108 0.92 0.1) +(0.114 0.92 0.1) +(0.12 0.92 0.1) +(0.126 0.92 0.1) +(0.132 0.92 0.1) +(0.138 0.92 0.1) +(0.144 0.92 0.1) +(0.15 0.92 0.1) +(0 0.9333333333 0.1) +(0.006 0.9333333333 0.1) +(0.012 0.9333333333 0.1) +(0.018 0.9333333333 0.1) +(0.024 0.9333333333 0.1) +(0.03 0.9333333333 0.1) +(0.036 0.9333333333 0.1) +(0.042 0.9333333333 0.1) +(0.048 0.9333333333 0.1) +(0.054 0.9333333333 0.1) +(0.06 0.9333333333 0.1) +(0.066 0.9333333333 0.1) +(0.072 0.9333333333 0.1) +(0.078 0.9333333333 0.1) +(0.084 0.9333333333 0.1) +(0.09 0.9333333333 0.1) +(0.096 0.9333333333 0.1) +(0.102 0.9333333333 0.1) +(0.108 0.9333333333 0.1) +(0.114 0.9333333333 0.1) +(0.12 0.9333333333 0.1) +(0.126 0.9333333333 0.1) +(0.132 0.9333333333 0.1) +(0.138 0.9333333333 0.1) +(0.144 0.9333333333 0.1) +(0.15 0.9333333333 0.1) +(0 0.9466666667 0.1) +(0.006 0.9466666667 0.1) +(0.012 0.9466666667 0.1) +(0.018 0.9466666667 0.1) +(0.024 0.9466666667 0.1) +(0.03 0.9466666667 0.1) +(0.036 0.9466666667 0.1) +(0.042 0.9466666667 0.1) +(0.048 0.9466666667 0.1) +(0.054 0.9466666667 0.1) +(0.06 0.9466666667 0.1) +(0.066 0.9466666667 0.1) +(0.072 0.9466666667 0.1) +(0.078 0.9466666667 0.1) +(0.084 0.9466666667 0.1) +(0.09 0.9466666667 0.1) +(0.096 0.9466666667 0.1) +(0.102 0.9466666667 0.1) +(0.108 0.9466666667 0.1) +(0.114 0.9466666667 0.1) +(0.12 0.9466666667 0.1) +(0.126 0.9466666667 0.1) +(0.132 0.9466666667 0.1) +(0.138 0.9466666667 0.1) +(0.144 0.9466666667 0.1) +(0.15 0.9466666667 0.1) +(0 0.96 0.1) +(0.006 0.96 0.1) +(0.012 0.96 0.1) +(0.018 0.96 0.1) +(0.024 0.96 0.1) +(0.03 0.96 0.1) +(0.036 0.96 0.1) +(0.042 0.96 0.1) +(0.048 0.96 0.1) +(0.054 0.96 0.1) +(0.06 0.96 0.1) +(0.066 0.96 0.1) +(0.072 0.96 0.1) +(0.078 0.96 0.1) +(0.084 0.96 0.1) +(0.09 0.96 0.1) +(0.096 0.96 0.1) +(0.102 0.96 0.1) +(0.108 0.96 0.1) +(0.114 0.96 0.1) +(0.12 0.96 0.1) +(0.126 0.96 0.1) +(0.132 0.96 0.1) +(0.138 0.96 0.1) +(0.144 0.96 0.1) +(0.15 0.96 0.1) +(0 0.9733333333 0.1) +(0.006 0.9733333333 0.1) +(0.012 0.9733333333 0.1) +(0.018 0.9733333333 0.1) +(0.024 0.9733333333 0.1) +(0.03 0.9733333333 0.1) +(0.036 0.9733333333 0.1) +(0.042 0.9733333333 0.1) +(0.048 0.9733333333 0.1) +(0.054 0.9733333333 0.1) +(0.06 0.9733333333 0.1) +(0.066 0.9733333333 0.1) +(0.072 0.9733333333 0.1) +(0.078 0.9733333333 0.1) +(0.084 0.9733333333 0.1) +(0.09 0.9733333333 0.1) +(0.096 0.9733333333 0.1) +(0.102 0.9733333333 0.1) +(0.108 0.9733333333 0.1) +(0.114 0.9733333333 0.1) +(0.12 0.9733333333 0.1) +(0.126 0.9733333333 0.1) +(0.132 0.9733333333 0.1) +(0.138 0.9733333333 0.1) +(0.144 0.9733333333 0.1) +(0.15 0.9733333333 0.1) +(0 0.9866666667 0.1) +(0.006 0.9866666667 0.1) +(0.012 0.9866666667 0.1) +(0.018 0.9866666667 0.1) +(0.024 0.9866666667 0.1) +(0.03 0.9866666667 0.1) +(0.036 0.9866666667 0.1) +(0.042 0.9866666667 0.1) +(0.048 0.9866666667 0.1) +(0.054 0.9866666667 0.1) +(0.06 0.9866666667 0.1) +(0.066 0.9866666667 0.1) +(0.072 0.9866666667 0.1) +(0.078 0.9866666667 0.1) +(0.084 0.9866666667 0.1) +(0.09 0.9866666667 0.1) +(0.096 0.9866666667 0.1) +(0.102 0.9866666667 0.1) +(0.108 0.9866666667 0.1) +(0.114 0.9866666667 0.1) +(0.12 0.9866666667 0.1) +(0.126 0.9866666667 0.1) +(0.132 0.9866666667 0.1) +(0.138 0.9866666667 0.1) +(0.144 0.9866666667 0.1) +(0.15 0.9866666667 0.1) +(0 1 0.1) +(0.006 1 0.1) +(0.012 1 0.1) +(0.018 1 0.1) +(0.024 1 0.1) +(0.03 1 0.1) +(0.036 1 0.1) +(0.042 1 0.1) +(0.048 1 0.1) +(0.054 1 0.1) +(0.06 1 0.1) +(0.066 1 0.1) +(0.072 1 0.1) +(0.078 1 0.1) +(0.084 1 0.1) +(0.09 1 0.1) +(0.096 1 0.1) +(0.102 1 0.1) +(0.108 1 0.1) +(0.114 1 0.1) +(0.12 1 0.1) +(0.126 1 0.1) +(0.132 1 0.1) +(0.138 1 0.1) +(0.144 1 0.1) +(0.15 1 0.1) +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/ppProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/ppProperties new file mode 100644 index 00000000000..f5735333edf --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/ppProperties @@ -0,0 +1,29 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object ppProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +preAlphaExp 300; + +expMax 10; + +alphaMax 0.6; + +g0 g0 [ 1 -1 -2 0 0 0 0 ] 0; + +packingLimiter off; + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/transportProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/transportProperties new file mode 100644 index 00000000000..2f17cd7ebae --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/constant/transportProperties @@ -0,0 +1,66 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object transportProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +phase1 +{ + rho 1; + rho0 0; + R 287; + Cp 1007; + + nu 1.589e-05; + kappa 2.63e-2; + + diameterModel isothermal; + isothermalCoeffs + { + d0 3e-3; + p0 1e5; + } +} + +phase2 +{ + rho 1027; + rho0 1027; + R 1e10; + Cp 4195; + + nu 3.55e-7; + kappa 0.668; + + diameterModel constant; + constantCoeffs + { + d 1e-4; + } +} + +// Virtual-mass ceofficient +Cvm 0.5; + +// Lift coefficient +Cl 0; + +// Dispersed-phase turbulence coefficient +Ct 1; + +// Minimum allowable pressure +pMin 10000; + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/controlDict b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/controlDict new file mode 100644 index 00000000000..479384c7278 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/controlDict @@ -0,0 +1,95 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object controlDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +application compressibleTwoPhaseEulerFoam; + +startFrom startTime; + +startTime 0; + +stopAt endTime; + +endTime 100; + +deltaT 0.005; + +writeControl runTime; + +writeInterval 1; + +purgeWrite 0; + +writeFormat ascii; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +runTimeModifiable yes; + +adjustTimeStep no; + +maxCo 0.5; + +maxDeltaT 1; + +functions +{ + fieldAverage1 + { + type fieldAverage; + functionObjectLibs ( "libfieldFunctionObjects.so" ); + outputControl outputTime; + fields + ( + U1 + { + mean on; + prime2Mean off; + base time; + } + + U2 + { + mean on; + prime2Mean off; + base time; + } + + alpha1 + { + mean on; + prime2Mean off; + base time; + } + + p + { + mean on; + prime2Mean off; + base time; + } + ); + } +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes new file mode 100644 index 00000000000..35e4f9545cc --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes @@ -0,0 +1,74 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object fvSchemes; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +ddtSchemes +{ + default Euler; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + + div(phi,alpha1) Gauss limitedLinear01 1; + div(phir,alpha1) Gauss limitedLinear01 1; + div(alphaPhi1,U1) Gauss limitedLinearV 1; + div(alphaPhi2,U2) Gauss limitedLinearV 1; + div(phi1,U1) Gauss limitedLinearV 1; + div(phi2,U2) Gauss limitedLinearV 1; + div((alpha1*Rc1)) Gauss linear; + div((alpha2*Rc2)) Gauss linear; + div(alphaPhi1,T1) Gauss limitedLinear 1; + div(alphaPhi2,T2) Gauss limitedLinear 1; + div(alphaPhi2,k) Gauss limitedLinear 1; + div(alphaPhi2,epsilon) Gauss limitedLinear 1; + div(phi,Theta) Gauss limitedLinear 1; + div(phid1,p) Gauss upwind; + div(phid2,p) Gauss upwind; + div(phi1,p) Gauss linear; + div(phi2,p) Gauss linear; +} + +laplacianSchemes +{ + default Gauss linear uncorrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default uncorrected; +} + +fluxRequired +{ + default no; + p ; + alpha1 ; +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSolution b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSolution new file mode 100644 index 00000000000..d3401317914 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSolution @@ -0,0 +1,111 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object fvSolution; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +solvers +{ + p + { + solver GAMG; + smoother DIC; + nPreSweeps 0; + nPostSweeps 2; + nFinestSweeps 2; + cacheAgglomeration true; + nCellsInCoarsestLevel 10; + agglomerator faceAreaPair; + mergeLevels 1; + tolerance 1e-08; + relTol 0.01; + } + + pFinal + { + $p; + tolerance 1e-08; + relTol 0; + } + + "U.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } + + "T.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-8; + relTol 0; + } + + "alpha.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-10; + relTol 0; + } + + "Theta.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } + + "k.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } + + "epsilon.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } +} + +PIMPLE +{ + nOuterCorrectors 1; + nCorrectors 2; + nNonOrthogonalCorrectors 0; + nAlphaCorr 2; + correctAlpha yes; +} + +relaxationFactors +{ + "U.*" 1; + "T.*" 1; + "alpha.*" 1; + "Theta.*" 1; + "k.*" 1; + "epsilon.*" 1; +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/setFieldsDict b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/setFieldsDict new file mode 100644 index 00000000000..d540fd245e3 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/setFieldsDict @@ -0,0 +1,36 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object setFieldsDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +defaultFieldValues +( + volScalarFieldValue alpha1 1 +); + +regions +( + boxToCell + { + box (0 0 -0.1) (0.15 0.501 0.1); + fieldValues + ( + volScalarFieldValue alpha1 0 + ); + } +); + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T1 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T1 new file mode 100644 index 00000000000..9edeccd2fcd --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T1 @@ -0,0 +1,48 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object T1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 1 0 0 0]; + +internalField uniform 600; + +boundaryField +{ + inlet + { + type fixedValue; + value $internalField; + } + + outlet + { + type inletOutlet; + phi phi1; + inletValue $internalField; + value $internalField; + } + + walls + { + type zeroGradient; + } + + frontAndBackPlanes + { + type empty; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T2 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T2 new file mode 100644 index 00000000000..5df7616b0f3 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/T2 @@ -0,0 +1,48 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object T2; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 1 0 0 0]; + +internalField uniform 300; + +boundaryField +{ + inlet + { + type fixedValue; + value $internalField; + } + + outlet + { + type inletOutlet; + phi phi2; + inletValue $internalField; + value $internalField; + } + + walls + { + type zeroGradient; + } + + frontAndBackPlanes + { + type empty; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/Theta b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/Theta new file mode 100644 index 00000000000..13a566cc462 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/Theta @@ -0,0 +1,47 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object Theta; +} +// ************************************************************************* // + +dimensions [ 0 2 -2 0 0 0 0 ]; + +internalField uniform 1.0e-4; + +referenceLevel 0; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 1.0e-4; + } + + outlet + { + type zeroGradient; + } + + walls + { + type zeroGradient; + } + + frontAndBackPlanes + { + type empty; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U1 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U1 new file mode 100644 index 00000000000..dd2eb472482 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U1 @@ -0,0 +1,48 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + object U1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform (0 0 0); + +boundaryField +{ + inlet + { + type fixedValue; + value uniform (0 0 0); + } + + outlet + { + type pressureInletOutletVelocity; + phi phi1; + value $internalField; + } + + walls + { + type fixedValue; + value uniform (0 0 0); + } + + frontAndBackPlanes + { + type empty; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U2 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U2 new file mode 100644 index 00000000000..8e9a6d94109 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/U2 @@ -0,0 +1,48 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format binary; + class volVectorField; + object U2; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 -1 0 0 0 0]; + +internalField uniform (0 0.25 0); + +boundaryField +{ + inlet + { + type fixedValue; + value uniform (0 0.25 0); + } + + outlet + { + type pressureInletOutletVelocity; + phi phi2; + value $internalField; + } + + walls + { + type fixedValue; + value uniform (0 0 0); + } + + frontAndBackPlanes + { + type empty; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1 b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1 new file mode 100644 index 00000000000..5f07bda29ad --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1 @@ -0,0 +1,6048 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + location "0"; + object alpha1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 0 0 0 0]; + +internalField nonuniform List<scalar> +6000 +( +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0.55 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +0 +) +; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 0; + } + outlet + { + type zeroGradient; + } + walls + { + type zeroGradient; + } + frontAndBackPlanes + { + type empty; + } +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1.org b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1.org new file mode 100644 index 00000000000..44c8d9ada5c --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/alpha1.org @@ -0,0 +1,45 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object alpha1; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 0 0 0 0 0 0]; + +internalField uniform 0; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 0; + } + + outlet + { + type zeroGradient; + } + + walls + { + type zeroGradient; + } + + frontAndBackPlanes + { + type empty; + } +} + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon new file mode 100644 index 00000000000..6ba2d30c754 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/epsilon @@ -0,0 +1,49 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object epsilon; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [ 0 2 -3 0 0 0 0 ]; + +internalField uniform 10.0; + +referenceLevel 0; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 10.0; + } + + outlet + { + type inletOutlet; + inletValue uniform 10.0; + value uniform 10.0; + } + + walls + { + type zeroGradient; + } + + frontAndBackPlanes + { + type empty; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k new file mode 100644 index 00000000000..8bca8f1d745 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/k @@ -0,0 +1,49 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object k; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [ 0 2 -2 0 0 0 0 ]; + +internalField uniform 1.0; + +referenceLevel 0; + +boundaryField +{ + inlet + { + type fixedValue; + value uniform 1.0; + } + + outlet + { + type inletOutlet; + inletValue uniform 1.0; + value uniform 1.0; + } + + walls + { + type zeroGradient; + } + + frontAndBackPlanes + { + type empty; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/p b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/p new file mode 100644 index 00000000000..e39e6c521a6 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/0/p @@ -0,0 +1,45 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + object p; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [ 1 -1 -2 0 0 0 0 ]; + +internalField uniform 1e5; + +boundaryField +{ + inlet + { + type zeroGradient; + } + + outlet + { + type fixedValue; + value uniform 1e5; + } + + walls + { + type zeroGradient; + } + + frontAndBackPlanes + { + type empty; + } +} + +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/RASProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/RASProperties new file mode 100644 index 00000000000..0d2354c5832 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/RASProperties @@ -0,0 +1,23 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object RASProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +turbulence on; + +printCoeffs on; + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/filterProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/filterProperties new file mode 100644 index 00000000000..c7f7fa28281 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/filterProperties @@ -0,0 +1,27 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object filterProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +filter off; + +filterNormal ( 0 0 1 ); + +filterPosition filterPosition [ 0 1 0 0 0 ] ( 0 0 0.02 ); + +filterThickness filterThickness [ 0 1 0 0 0 ] 1e-06; + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/g b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/g new file mode 100644 index 00000000000..4fea433a003 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/g @@ -0,0 +1,22 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class uniformDimensionedVectorField; + location "constant"; + object g; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 1 -2 0 0 0 0]; +value ( 0 -9.81 0 ); + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/interfacialProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/interfacialProperties new file mode 100644 index 00000000000..d5fa7d906c7 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/interfacialProperties @@ -0,0 +1,28 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object interfacialProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dragModel1 GidaspowErgunWenYu; +dragModel2 GidaspowErgunWenYu; + +heatTransferModel1 RanzMarshall; +heatTransferModel2 RanzMarshall; + +dispersedPhase "1"; + +minInterfaceAlpha 1e-2; + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/kineticTheoryProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/kineticTheoryProperties new file mode 100644 index 00000000000..d9dd7cb42b2 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/kineticTheoryProperties @@ -0,0 +1,52 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object kineticTheoryProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +kineticTheory on; + +equilibrium on; + +e e [ 0 0 0 0 0 0 0 ] 0.8; + +alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.62; + +alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.65; + +Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05; + +eta eta [ 0 0 0 0 0 0 0 ] 2; + +p p [ 0 0 0 0 0 0 0 ] 5; + +phi phi [ 0 0 0 0 0 0 0 ] 0; + +viscosityModel Gidaspow; + +conductivityModel Gidaspow; + +granularPressureModel Lun; + +frictionalStressModel JohnsonJackson; + +radialModel Gidaspow; + +HrenyaSinclairCoeffs +{ + L L [ 0 1 0 0 0 0 0 ] 0.0005; +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/blockMeshDict b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/blockMeshDict new file mode 100644 index 00000000000..2eeacf894dd --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/blockMeshDict @@ -0,0 +1,66 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + object blockMeshDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +convertToMeters 1; + +vertices +( + (0 0 -0.01) + (0.15 0 -0.01) + (0.15 1 -0.01) + (0 1 -0.01) + (0 0 0.01) + (0.15 0 0.01) + (0.15 1 0.01) + (0 1 0.01) +); + +blocks +( + hex (0 1 2 3 4 5 6 7) (30 200 1) simpleGrading (1 1 1) +); + +edges +( +); + +patches +( + patch inlet + ( + (1 5 4 0) + ) + patch outlet + ( + (3 7 6 2) + ) + wall walls + ( + (0 4 7 3) + (2 6 5 1) + ) + empty frontAndBackPlanes + ( + (0 3 2 1) + (4 5 6 7) + ) +); + +mergePatchPairs +( +); + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/boundary b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/boundary new file mode 100644 index 00000000000..56005a65f51 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/boundary @@ -0,0 +1,46 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class polyBoundaryMesh; + location "constant/polyMesh"; + object boundary; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +4 +( + inlet + { + type patch; + nFaces 30; + startFace 11770; + } + outlet + { + type patch; + nFaces 30; + startFace 11800; + } + walls + { + type wall; + nFaces 400; + startFace 11830; + } + frontAndBackPlanes + { + type empty; + nFaces 12000; + startFace 12230; + } +) + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/faces b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/faces new file mode 100644 index 00000000000..e0696e89d65 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/faces @@ -0,0 +1,24254 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class faceList; + location "constant/polyMesh"; + object faces; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +24230 +( +4(1 32 6263 6232) +4(31 6262 6263 32) +4(2 33 6264 6233) +4(32 6263 6264 33) +4(3 34 6265 6234) +4(33 6264 6265 34) +4(4 35 6266 6235) +4(34 6265 6266 35) +4(5 36 6267 6236) +4(35 6266 6267 36) +4(6 37 6268 6237) +4(36 6267 6268 37) +4(7 38 6269 6238) +4(37 6268 6269 38) +4(8 39 6270 6239) +4(38 6269 6270 39) +4(9 40 6271 6240) +4(39 6270 6271 40) +4(10 41 6272 6241) +4(40 6271 6272 41) +4(11 42 6273 6242) +4(41 6272 6273 42) +4(12 43 6274 6243) +4(42 6273 6274 43) +4(13 44 6275 6244) +4(43 6274 6275 44) +4(14 45 6276 6245) +4(44 6275 6276 45) +4(15 46 6277 6246) +4(45 6276 6277 46) +4(16 47 6278 6247) +4(46 6277 6278 47) +4(17 48 6279 6248) +4(47 6278 6279 48) +4(18 49 6280 6249) +4(48 6279 6280 49) +4(19 50 6281 6250) +4(49 6280 6281 50) +4(20 51 6282 6251) +4(50 6281 6282 51) +4(21 52 6283 6252) +4(51 6282 6283 52) +4(22 53 6284 6253) +4(52 6283 6284 53) +4(23 54 6285 6254) +4(53 6284 6285 54) +4(24 55 6286 6255) +4(54 6285 6286 55) +4(25 56 6287 6256) +4(55 6286 6287 56) +4(26 57 6288 6257) +4(56 6287 6288 57) +4(27 58 6289 6258) +4(57 6288 6289 58) +4(28 59 6290 6259) +4(58 6289 6290 59) +4(29 60 6291 6260) +4(59 6290 6291 60) +4(60 6291 6292 61) +4(32 63 6294 6263) +4(62 6293 6294 63) +4(33 64 6295 6264) +4(63 6294 6295 64) +4(34 65 6296 6265) +4(64 6295 6296 65) +4(35 66 6297 6266) +4(65 6296 6297 66) +4(36 67 6298 6267) +4(66 6297 6298 67) +4(37 68 6299 6268) +4(67 6298 6299 68) +4(38 69 6300 6269) +4(68 6299 6300 69) +4(39 70 6301 6270) +4(69 6300 6301 70) +4(40 71 6302 6271) +4(70 6301 6302 71) +4(41 72 6303 6272) +4(71 6302 6303 72) +4(42 73 6304 6273) +4(72 6303 6304 73) +4(43 74 6305 6274) +4(73 6304 6305 74) +4(44 75 6306 6275) +4(74 6305 6306 75) +4(45 76 6307 6276) +4(75 6306 6307 76) +4(46 77 6308 6277) +4(76 6307 6308 77) +4(47 78 6309 6278) +4(77 6308 6309 78) +4(48 79 6310 6279) +4(78 6309 6310 79) +4(49 80 6311 6280) +4(79 6310 6311 80) +4(50 81 6312 6281) +4(80 6311 6312 81) +4(51 82 6313 6282) +4(81 6312 6313 82) +4(52 83 6314 6283) +4(82 6313 6314 83) +4(53 84 6315 6284) +4(83 6314 6315 84) +4(54 85 6316 6285) +4(84 6315 6316 85) +4(55 86 6317 6286) +4(85 6316 6317 86) +4(56 87 6318 6287) +4(86 6317 6318 87) +4(57 88 6319 6288) +4(87 6318 6319 88) +4(58 89 6320 6289) +4(88 6319 6320 89) +4(59 90 6321 6290) +4(89 6320 6321 90) +4(60 91 6322 6291) +4(90 6321 6322 91) +4(91 6322 6323 92) +4(63 94 6325 6294) +4(93 6324 6325 94) +4(64 95 6326 6295) +4(94 6325 6326 95) +4(65 96 6327 6296) +4(95 6326 6327 96) +4(66 97 6328 6297) +4(96 6327 6328 97) +4(67 98 6329 6298) +4(97 6328 6329 98) +4(68 99 6330 6299) +4(98 6329 6330 99) +4(69 100 6331 6300) +4(99 6330 6331 100) +4(70 101 6332 6301) +4(100 6331 6332 101) +4(71 102 6333 6302) +4(101 6332 6333 102) +4(72 103 6334 6303) +4(102 6333 6334 103) +4(73 104 6335 6304) +4(103 6334 6335 104) +4(74 105 6336 6305) +4(104 6335 6336 105) +4(75 106 6337 6306) +4(105 6336 6337 106) +4(76 107 6338 6307) +4(106 6337 6338 107) +4(77 108 6339 6308) +4(107 6338 6339 108) +4(78 109 6340 6309) +4(108 6339 6340 109) +4(79 110 6341 6310) +4(109 6340 6341 110) +4(80 111 6342 6311) +4(110 6341 6342 111) +4(81 112 6343 6312) +4(111 6342 6343 112) +4(82 113 6344 6313) +4(112 6343 6344 113) +4(83 114 6345 6314) +4(113 6344 6345 114) +4(84 115 6346 6315) +4(114 6345 6346 115) +4(85 116 6347 6316) +4(115 6346 6347 116) +4(86 117 6348 6317) +4(116 6347 6348 117) +4(87 118 6349 6318) +4(117 6348 6349 118) +4(88 119 6350 6319) +4(118 6349 6350 119) +4(89 120 6351 6320) +4(119 6350 6351 120) +4(90 121 6352 6321) +4(120 6351 6352 121) +4(91 122 6353 6322) +4(121 6352 6353 122) +4(122 6353 6354 123) +4(94 125 6356 6325) +4(124 6355 6356 125) +4(95 126 6357 6326) +4(125 6356 6357 126) +4(96 127 6358 6327) +4(126 6357 6358 127) +4(97 128 6359 6328) +4(127 6358 6359 128) +4(98 129 6360 6329) +4(128 6359 6360 129) +4(99 130 6361 6330) +4(129 6360 6361 130) +4(100 131 6362 6331) +4(130 6361 6362 131) +4(101 132 6363 6332) +4(131 6362 6363 132) +4(102 133 6364 6333) +4(132 6363 6364 133) +4(103 134 6365 6334) +4(133 6364 6365 134) +4(104 135 6366 6335) +4(134 6365 6366 135) +4(105 136 6367 6336) +4(135 6366 6367 136) +4(106 137 6368 6337) +4(136 6367 6368 137) +4(107 138 6369 6338) +4(137 6368 6369 138) +4(108 139 6370 6339) +4(138 6369 6370 139) +4(109 140 6371 6340) +4(139 6370 6371 140) +4(110 141 6372 6341) +4(140 6371 6372 141) +4(111 142 6373 6342) +4(141 6372 6373 142) +4(112 143 6374 6343) +4(142 6373 6374 143) +4(113 144 6375 6344) +4(143 6374 6375 144) +4(114 145 6376 6345) +4(144 6375 6376 145) +4(115 146 6377 6346) +4(145 6376 6377 146) +4(116 147 6378 6347) +4(146 6377 6378 147) +4(117 148 6379 6348) +4(147 6378 6379 148) +4(118 149 6380 6349) +4(148 6379 6380 149) +4(119 150 6381 6350) +4(149 6380 6381 150) +4(120 151 6382 6351) +4(150 6381 6382 151) +4(121 152 6383 6352) +4(151 6382 6383 152) +4(122 153 6384 6353) +4(152 6383 6384 153) +4(153 6384 6385 154) +4(125 156 6387 6356) +4(155 6386 6387 156) +4(126 157 6388 6357) +4(156 6387 6388 157) +4(127 158 6389 6358) +4(157 6388 6389 158) +4(128 159 6390 6359) +4(158 6389 6390 159) +4(129 160 6391 6360) +4(159 6390 6391 160) +4(130 161 6392 6361) +4(160 6391 6392 161) +4(131 162 6393 6362) +4(161 6392 6393 162) +4(132 163 6394 6363) +4(162 6393 6394 163) +4(133 164 6395 6364) +4(163 6394 6395 164) +4(134 165 6396 6365) +4(164 6395 6396 165) +4(135 166 6397 6366) +4(165 6396 6397 166) +4(136 167 6398 6367) +4(166 6397 6398 167) +4(137 168 6399 6368) +4(167 6398 6399 168) +4(138 169 6400 6369) +4(168 6399 6400 169) +4(139 170 6401 6370) +4(169 6400 6401 170) +4(140 171 6402 6371) +4(170 6401 6402 171) +4(141 172 6403 6372) +4(171 6402 6403 172) +4(142 173 6404 6373) +4(172 6403 6404 173) +4(143 174 6405 6374) +4(173 6404 6405 174) +4(144 175 6406 6375) +4(174 6405 6406 175) +4(145 176 6407 6376) +4(175 6406 6407 176) +4(146 177 6408 6377) +4(176 6407 6408 177) +4(147 178 6409 6378) +4(177 6408 6409 178) +4(148 179 6410 6379) +4(178 6409 6410 179) +4(149 180 6411 6380) +4(179 6410 6411 180) +4(150 181 6412 6381) +4(180 6411 6412 181) +4(151 182 6413 6382) +4(181 6412 6413 182) +4(152 183 6414 6383) +4(182 6413 6414 183) +4(153 184 6415 6384) +4(183 6414 6415 184) +4(184 6415 6416 185) +4(156 187 6418 6387) +4(186 6417 6418 187) +4(157 188 6419 6388) +4(187 6418 6419 188) +4(158 189 6420 6389) +4(188 6419 6420 189) +4(159 190 6421 6390) +4(189 6420 6421 190) +4(160 191 6422 6391) +4(190 6421 6422 191) +4(161 192 6423 6392) +4(191 6422 6423 192) +4(162 193 6424 6393) +4(192 6423 6424 193) +4(163 194 6425 6394) +4(193 6424 6425 194) +4(164 195 6426 6395) +4(194 6425 6426 195) +4(165 196 6427 6396) +4(195 6426 6427 196) +4(166 197 6428 6397) +4(196 6427 6428 197) +4(167 198 6429 6398) +4(197 6428 6429 198) +4(168 199 6430 6399) +4(198 6429 6430 199) +4(169 200 6431 6400) +4(199 6430 6431 200) +4(170 201 6432 6401) +4(200 6431 6432 201) +4(171 202 6433 6402) +4(201 6432 6433 202) +4(172 203 6434 6403) +4(202 6433 6434 203) +4(173 204 6435 6404) +4(203 6434 6435 204) +4(174 205 6436 6405) +4(204 6435 6436 205) +4(175 206 6437 6406) +4(205 6436 6437 206) +4(176 207 6438 6407) +4(206 6437 6438 207) +4(177 208 6439 6408) +4(207 6438 6439 208) +4(178 209 6440 6409) +4(208 6439 6440 209) +4(179 210 6441 6410) +4(209 6440 6441 210) +4(180 211 6442 6411) +4(210 6441 6442 211) +4(181 212 6443 6412) +4(211 6442 6443 212) +4(182 213 6444 6413) +4(212 6443 6444 213) +4(183 214 6445 6414) +4(213 6444 6445 214) +4(184 215 6446 6415) +4(214 6445 6446 215) +4(215 6446 6447 216) +4(187 218 6449 6418) +4(217 6448 6449 218) +4(188 219 6450 6419) +4(218 6449 6450 219) +4(189 220 6451 6420) +4(219 6450 6451 220) +4(190 221 6452 6421) +4(220 6451 6452 221) +4(191 222 6453 6422) +4(221 6452 6453 222) +4(192 223 6454 6423) +4(222 6453 6454 223) +4(193 224 6455 6424) +4(223 6454 6455 224) +4(194 225 6456 6425) +4(224 6455 6456 225) +4(195 226 6457 6426) +4(225 6456 6457 226) +4(196 227 6458 6427) +4(226 6457 6458 227) +4(197 228 6459 6428) +4(227 6458 6459 228) +4(198 229 6460 6429) +4(228 6459 6460 229) +4(199 230 6461 6430) +4(229 6460 6461 230) +4(200 231 6462 6431) +4(230 6461 6462 231) +4(201 232 6463 6432) +4(231 6462 6463 232) +4(202 233 6464 6433) +4(232 6463 6464 233) +4(203 234 6465 6434) +4(233 6464 6465 234) +4(204 235 6466 6435) +4(234 6465 6466 235) +4(205 236 6467 6436) +4(235 6466 6467 236) +4(206 237 6468 6437) +4(236 6467 6468 237) +4(207 238 6469 6438) +4(237 6468 6469 238) +4(208 239 6470 6439) +4(238 6469 6470 239) +4(209 240 6471 6440) +4(239 6470 6471 240) +4(210 241 6472 6441) +4(240 6471 6472 241) +4(211 242 6473 6442) +4(241 6472 6473 242) +4(212 243 6474 6443) +4(242 6473 6474 243) +4(213 244 6475 6444) +4(243 6474 6475 244) +4(214 245 6476 6445) +4(244 6475 6476 245) +4(215 246 6477 6446) +4(245 6476 6477 246) +4(246 6477 6478 247) +4(218 249 6480 6449) +4(248 6479 6480 249) +4(219 250 6481 6450) +4(249 6480 6481 250) +4(220 251 6482 6451) +4(250 6481 6482 251) +4(221 252 6483 6452) +4(251 6482 6483 252) +4(222 253 6484 6453) +4(252 6483 6484 253) +4(223 254 6485 6454) +4(253 6484 6485 254) +4(224 255 6486 6455) +4(254 6485 6486 255) +4(225 256 6487 6456) +4(255 6486 6487 256) +4(226 257 6488 6457) +4(256 6487 6488 257) +4(227 258 6489 6458) +4(257 6488 6489 258) +4(228 259 6490 6459) +4(258 6489 6490 259) +4(229 260 6491 6460) +4(259 6490 6491 260) +4(230 261 6492 6461) +4(260 6491 6492 261) +4(231 262 6493 6462) +4(261 6492 6493 262) +4(232 263 6494 6463) +4(262 6493 6494 263) +4(233 264 6495 6464) +4(263 6494 6495 264) +4(234 265 6496 6465) +4(264 6495 6496 265) +4(235 266 6497 6466) +4(265 6496 6497 266) +4(236 267 6498 6467) +4(266 6497 6498 267) +4(237 268 6499 6468) +4(267 6498 6499 268) +4(238 269 6500 6469) +4(268 6499 6500 269) +4(239 270 6501 6470) +4(269 6500 6501 270) +4(240 271 6502 6471) +4(270 6501 6502 271) +4(241 272 6503 6472) +4(271 6502 6503 272) +4(242 273 6504 6473) +4(272 6503 6504 273) +4(243 274 6505 6474) +4(273 6504 6505 274) +4(244 275 6506 6475) +4(274 6505 6506 275) +4(245 276 6507 6476) +4(275 6506 6507 276) +4(246 277 6508 6477) +4(276 6507 6508 277) +4(277 6508 6509 278) +4(249 280 6511 6480) +4(279 6510 6511 280) +4(250 281 6512 6481) +4(280 6511 6512 281) +4(251 282 6513 6482) +4(281 6512 6513 282) +4(252 283 6514 6483) +4(282 6513 6514 283) +4(253 284 6515 6484) +4(283 6514 6515 284) +4(254 285 6516 6485) +4(284 6515 6516 285) +4(255 286 6517 6486) +4(285 6516 6517 286) +4(256 287 6518 6487) +4(286 6517 6518 287) +4(257 288 6519 6488) +4(287 6518 6519 288) +4(258 289 6520 6489) +4(288 6519 6520 289) +4(259 290 6521 6490) +4(289 6520 6521 290) +4(260 291 6522 6491) +4(290 6521 6522 291) +4(261 292 6523 6492) +4(291 6522 6523 292) +4(262 293 6524 6493) +4(292 6523 6524 293) +4(263 294 6525 6494) +4(293 6524 6525 294) +4(264 295 6526 6495) +4(294 6525 6526 295) +4(265 296 6527 6496) +4(295 6526 6527 296) +4(266 297 6528 6497) +4(296 6527 6528 297) +4(267 298 6529 6498) +4(297 6528 6529 298) +4(268 299 6530 6499) +4(298 6529 6530 299) +4(269 300 6531 6500) +4(299 6530 6531 300) +4(270 301 6532 6501) +4(300 6531 6532 301) +4(271 302 6533 6502) +4(301 6532 6533 302) +4(272 303 6534 6503) +4(302 6533 6534 303) +4(273 304 6535 6504) +4(303 6534 6535 304) +4(274 305 6536 6505) +4(304 6535 6536 305) +4(275 306 6537 6506) +4(305 6536 6537 306) +4(276 307 6538 6507) +4(306 6537 6538 307) +4(277 308 6539 6508) +4(307 6538 6539 308) +4(308 6539 6540 309) +4(280 311 6542 6511) +4(310 6541 6542 311) +4(281 312 6543 6512) +4(311 6542 6543 312) +4(282 313 6544 6513) +4(312 6543 6544 313) +4(283 314 6545 6514) +4(313 6544 6545 314) +4(284 315 6546 6515) +4(314 6545 6546 315) +4(285 316 6547 6516) +4(315 6546 6547 316) +4(286 317 6548 6517) +4(316 6547 6548 317) +4(287 318 6549 6518) +4(317 6548 6549 318) +4(288 319 6550 6519) +4(318 6549 6550 319) +4(289 320 6551 6520) +4(319 6550 6551 320) +4(290 321 6552 6521) +4(320 6551 6552 321) +4(291 322 6553 6522) +4(321 6552 6553 322) +4(292 323 6554 6523) +4(322 6553 6554 323) +4(293 324 6555 6524) +4(323 6554 6555 324) +4(294 325 6556 6525) +4(324 6555 6556 325) +4(295 326 6557 6526) +4(325 6556 6557 326) +4(296 327 6558 6527) +4(326 6557 6558 327) +4(297 328 6559 6528) +4(327 6558 6559 328) +4(298 329 6560 6529) +4(328 6559 6560 329) +4(299 330 6561 6530) +4(329 6560 6561 330) +4(300 331 6562 6531) +4(330 6561 6562 331) +4(301 332 6563 6532) +4(331 6562 6563 332) +4(302 333 6564 6533) +4(332 6563 6564 333) +4(303 334 6565 6534) +4(333 6564 6565 334) +4(304 335 6566 6535) +4(334 6565 6566 335) +4(305 336 6567 6536) +4(335 6566 6567 336) +4(306 337 6568 6537) +4(336 6567 6568 337) +4(307 338 6569 6538) +4(337 6568 6569 338) +4(308 339 6570 6539) +4(338 6569 6570 339) +4(339 6570 6571 340) +4(311 342 6573 6542) +4(341 6572 6573 342) +4(312 343 6574 6543) +4(342 6573 6574 343) +4(313 344 6575 6544) +4(343 6574 6575 344) +4(314 345 6576 6545) +4(344 6575 6576 345) +4(315 346 6577 6546) +4(345 6576 6577 346) +4(316 347 6578 6547) +4(346 6577 6578 347) +4(317 348 6579 6548) +4(347 6578 6579 348) +4(318 349 6580 6549) +4(348 6579 6580 349) +4(319 350 6581 6550) +4(349 6580 6581 350) +4(320 351 6582 6551) +4(350 6581 6582 351) +4(321 352 6583 6552) +4(351 6582 6583 352) +4(322 353 6584 6553) +4(352 6583 6584 353) +4(323 354 6585 6554) +4(353 6584 6585 354) +4(324 355 6586 6555) +4(354 6585 6586 355) +4(325 356 6587 6556) +4(355 6586 6587 356) +4(326 357 6588 6557) +4(356 6587 6588 357) +4(327 358 6589 6558) +4(357 6588 6589 358) +4(328 359 6590 6559) +4(358 6589 6590 359) +4(329 360 6591 6560) +4(359 6590 6591 360) +4(330 361 6592 6561) +4(360 6591 6592 361) +4(331 362 6593 6562) +4(361 6592 6593 362) +4(332 363 6594 6563) +4(362 6593 6594 363) +4(333 364 6595 6564) +4(363 6594 6595 364) +4(334 365 6596 6565) +4(364 6595 6596 365) +4(335 366 6597 6566) +4(365 6596 6597 366) +4(336 367 6598 6567) +4(366 6597 6598 367) +4(337 368 6599 6568) +4(367 6598 6599 368) +4(338 369 6600 6569) +4(368 6599 6600 369) +4(339 370 6601 6570) +4(369 6600 6601 370) +4(370 6601 6602 371) +4(342 373 6604 6573) +4(372 6603 6604 373) +4(343 374 6605 6574) +4(373 6604 6605 374) +4(344 375 6606 6575) +4(374 6605 6606 375) +4(345 376 6607 6576) +4(375 6606 6607 376) +4(346 377 6608 6577) +4(376 6607 6608 377) +4(347 378 6609 6578) +4(377 6608 6609 378) +4(348 379 6610 6579) +4(378 6609 6610 379) +4(349 380 6611 6580) +4(379 6610 6611 380) +4(350 381 6612 6581) +4(380 6611 6612 381) +4(351 382 6613 6582) +4(381 6612 6613 382) +4(352 383 6614 6583) +4(382 6613 6614 383) +4(353 384 6615 6584) +4(383 6614 6615 384) +4(354 385 6616 6585) +4(384 6615 6616 385) +4(355 386 6617 6586) +4(385 6616 6617 386) +4(356 387 6618 6587) +4(386 6617 6618 387) +4(357 388 6619 6588) +4(387 6618 6619 388) +4(358 389 6620 6589) +4(388 6619 6620 389) +4(359 390 6621 6590) +4(389 6620 6621 390) +4(360 391 6622 6591) +4(390 6621 6622 391) +4(361 392 6623 6592) +4(391 6622 6623 392) +4(362 393 6624 6593) +4(392 6623 6624 393) +4(363 394 6625 6594) +4(393 6624 6625 394) +4(364 395 6626 6595) +4(394 6625 6626 395) +4(365 396 6627 6596) +4(395 6626 6627 396) +4(366 397 6628 6597) +4(396 6627 6628 397) +4(367 398 6629 6598) +4(397 6628 6629 398) +4(368 399 6630 6599) +4(398 6629 6630 399) +4(369 400 6631 6600) +4(399 6630 6631 400) +4(370 401 6632 6601) +4(400 6631 6632 401) +4(401 6632 6633 402) +4(373 404 6635 6604) +4(403 6634 6635 404) +4(374 405 6636 6605) +4(404 6635 6636 405) +4(375 406 6637 6606) +4(405 6636 6637 406) +4(376 407 6638 6607) +4(406 6637 6638 407) +4(377 408 6639 6608) +4(407 6638 6639 408) +4(378 409 6640 6609) +4(408 6639 6640 409) +4(379 410 6641 6610) +4(409 6640 6641 410) +4(380 411 6642 6611) +4(410 6641 6642 411) +4(381 412 6643 6612) +4(411 6642 6643 412) +4(382 413 6644 6613) +4(412 6643 6644 413) +4(383 414 6645 6614) +4(413 6644 6645 414) +4(384 415 6646 6615) +4(414 6645 6646 415) +4(385 416 6647 6616) +4(415 6646 6647 416) +4(386 417 6648 6617) +4(416 6647 6648 417) +4(387 418 6649 6618) +4(417 6648 6649 418) +4(388 419 6650 6619) +4(418 6649 6650 419) +4(389 420 6651 6620) +4(419 6650 6651 420) +4(390 421 6652 6621) +4(420 6651 6652 421) +4(391 422 6653 6622) +4(421 6652 6653 422) +4(392 423 6654 6623) +4(422 6653 6654 423) +4(393 424 6655 6624) +4(423 6654 6655 424) +4(394 425 6656 6625) +4(424 6655 6656 425) +4(395 426 6657 6626) +4(425 6656 6657 426) +4(396 427 6658 6627) +4(426 6657 6658 427) +4(397 428 6659 6628) +4(427 6658 6659 428) +4(398 429 6660 6629) +4(428 6659 6660 429) +4(399 430 6661 6630) +4(429 6660 6661 430) +4(400 431 6662 6631) +4(430 6661 6662 431) +4(401 432 6663 6632) +4(431 6662 6663 432) +4(432 6663 6664 433) +4(404 435 6666 6635) +4(434 6665 6666 435) +4(405 436 6667 6636) +4(435 6666 6667 436) +4(406 437 6668 6637) +4(436 6667 6668 437) +4(407 438 6669 6638) +4(437 6668 6669 438) +4(408 439 6670 6639) +4(438 6669 6670 439) +4(409 440 6671 6640) +4(439 6670 6671 440) +4(410 441 6672 6641) +4(440 6671 6672 441) +4(411 442 6673 6642) +4(441 6672 6673 442) +4(412 443 6674 6643) +4(442 6673 6674 443) +4(413 444 6675 6644) +4(443 6674 6675 444) +4(414 445 6676 6645) +4(444 6675 6676 445) +4(415 446 6677 6646) +4(445 6676 6677 446) +4(416 447 6678 6647) +4(446 6677 6678 447) +4(417 448 6679 6648) +4(447 6678 6679 448) +4(418 449 6680 6649) +4(448 6679 6680 449) +4(419 450 6681 6650) +4(449 6680 6681 450) +4(420 451 6682 6651) +4(450 6681 6682 451) +4(421 452 6683 6652) +4(451 6682 6683 452) +4(422 453 6684 6653) +4(452 6683 6684 453) +4(423 454 6685 6654) +4(453 6684 6685 454) +4(424 455 6686 6655) +4(454 6685 6686 455) +4(425 456 6687 6656) +4(455 6686 6687 456) +4(426 457 6688 6657) +4(456 6687 6688 457) +4(427 458 6689 6658) +4(457 6688 6689 458) +4(428 459 6690 6659) +4(458 6689 6690 459) +4(429 460 6691 6660) +4(459 6690 6691 460) +4(430 461 6692 6661) +4(460 6691 6692 461) +4(431 462 6693 6662) +4(461 6692 6693 462) +4(432 463 6694 6663) +4(462 6693 6694 463) +4(463 6694 6695 464) +4(435 466 6697 6666) +4(465 6696 6697 466) +4(436 467 6698 6667) +4(466 6697 6698 467) +4(437 468 6699 6668) +4(467 6698 6699 468) +4(438 469 6700 6669) +4(468 6699 6700 469) +4(439 470 6701 6670) +4(469 6700 6701 470) +4(440 471 6702 6671) +4(470 6701 6702 471) +4(441 472 6703 6672) +4(471 6702 6703 472) +4(442 473 6704 6673) +4(472 6703 6704 473) +4(443 474 6705 6674) +4(473 6704 6705 474) +4(444 475 6706 6675) +4(474 6705 6706 475) +4(445 476 6707 6676) +4(475 6706 6707 476) +4(446 477 6708 6677) +4(476 6707 6708 477) +4(447 478 6709 6678) +4(477 6708 6709 478) +4(448 479 6710 6679) +4(478 6709 6710 479) +4(449 480 6711 6680) +4(479 6710 6711 480) +4(450 481 6712 6681) +4(480 6711 6712 481) +4(451 482 6713 6682) +4(481 6712 6713 482) +4(452 483 6714 6683) +4(482 6713 6714 483) +4(453 484 6715 6684) +4(483 6714 6715 484) +4(454 485 6716 6685) +4(484 6715 6716 485) +4(455 486 6717 6686) +4(485 6716 6717 486) +4(456 487 6718 6687) +4(486 6717 6718 487) +4(457 488 6719 6688) +4(487 6718 6719 488) +4(458 489 6720 6689) +4(488 6719 6720 489) +4(459 490 6721 6690) +4(489 6720 6721 490) +4(460 491 6722 6691) +4(490 6721 6722 491) +4(461 492 6723 6692) +4(491 6722 6723 492) +4(462 493 6724 6693) +4(492 6723 6724 493) +4(463 494 6725 6694) +4(493 6724 6725 494) +4(494 6725 6726 495) +4(466 497 6728 6697) +4(496 6727 6728 497) +4(467 498 6729 6698) +4(497 6728 6729 498) +4(468 499 6730 6699) +4(498 6729 6730 499) +4(469 500 6731 6700) +4(499 6730 6731 500) +4(470 501 6732 6701) +4(500 6731 6732 501) +4(471 502 6733 6702) +4(501 6732 6733 502) +4(472 503 6734 6703) +4(502 6733 6734 503) +4(473 504 6735 6704) +4(503 6734 6735 504) +4(474 505 6736 6705) +4(504 6735 6736 505) +4(475 506 6737 6706) +4(505 6736 6737 506) +4(476 507 6738 6707) +4(506 6737 6738 507) +4(477 508 6739 6708) +4(507 6738 6739 508) +4(478 509 6740 6709) +4(508 6739 6740 509) +4(479 510 6741 6710) +4(509 6740 6741 510) +4(480 511 6742 6711) +4(510 6741 6742 511) +4(481 512 6743 6712) +4(511 6742 6743 512) +4(482 513 6744 6713) +4(512 6743 6744 513) +4(483 514 6745 6714) +4(513 6744 6745 514) +4(484 515 6746 6715) +4(514 6745 6746 515) +4(485 516 6747 6716) +4(515 6746 6747 516) +4(486 517 6748 6717) +4(516 6747 6748 517) +4(487 518 6749 6718) +4(517 6748 6749 518) +4(488 519 6750 6719) +4(518 6749 6750 519) +4(489 520 6751 6720) +4(519 6750 6751 520) +4(490 521 6752 6721) +4(520 6751 6752 521) +4(491 522 6753 6722) +4(521 6752 6753 522) +4(492 523 6754 6723) +4(522 6753 6754 523) +4(493 524 6755 6724) +4(523 6754 6755 524) +4(494 525 6756 6725) +4(524 6755 6756 525) +4(525 6756 6757 526) +4(497 528 6759 6728) +4(527 6758 6759 528) +4(498 529 6760 6729) +4(528 6759 6760 529) +4(499 530 6761 6730) +4(529 6760 6761 530) +4(500 531 6762 6731) +4(530 6761 6762 531) +4(501 532 6763 6732) +4(531 6762 6763 532) +4(502 533 6764 6733) +4(532 6763 6764 533) +4(503 534 6765 6734) +4(533 6764 6765 534) +4(504 535 6766 6735) +4(534 6765 6766 535) +4(505 536 6767 6736) +4(535 6766 6767 536) +4(506 537 6768 6737) +4(536 6767 6768 537) +4(507 538 6769 6738) +4(537 6768 6769 538) +4(508 539 6770 6739) +4(538 6769 6770 539) +4(509 540 6771 6740) +4(539 6770 6771 540) +4(510 541 6772 6741) +4(540 6771 6772 541) +4(511 542 6773 6742) +4(541 6772 6773 542) +4(512 543 6774 6743) +4(542 6773 6774 543) +4(513 544 6775 6744) +4(543 6774 6775 544) +4(514 545 6776 6745) +4(544 6775 6776 545) +4(515 546 6777 6746) +4(545 6776 6777 546) +4(516 547 6778 6747) +4(546 6777 6778 547) +4(517 548 6779 6748) +4(547 6778 6779 548) +4(518 549 6780 6749) +4(548 6779 6780 549) +4(519 550 6781 6750) +4(549 6780 6781 550) +4(520 551 6782 6751) +4(550 6781 6782 551) +4(521 552 6783 6752) +4(551 6782 6783 552) +4(522 553 6784 6753) +4(552 6783 6784 553) +4(523 554 6785 6754) +4(553 6784 6785 554) +4(524 555 6786 6755) +4(554 6785 6786 555) +4(525 556 6787 6756) +4(555 6786 6787 556) +4(556 6787 6788 557) +4(528 559 6790 6759) +4(558 6789 6790 559) +4(529 560 6791 6760) +4(559 6790 6791 560) +4(530 561 6792 6761) +4(560 6791 6792 561) +4(531 562 6793 6762) +4(561 6792 6793 562) +4(532 563 6794 6763) +4(562 6793 6794 563) +4(533 564 6795 6764) +4(563 6794 6795 564) +4(534 565 6796 6765) +4(564 6795 6796 565) +4(535 566 6797 6766) +4(565 6796 6797 566) +4(536 567 6798 6767) +4(566 6797 6798 567) +4(537 568 6799 6768) +4(567 6798 6799 568) +4(538 569 6800 6769) +4(568 6799 6800 569) +4(539 570 6801 6770) +4(569 6800 6801 570) +4(540 571 6802 6771) +4(570 6801 6802 571) +4(541 572 6803 6772) +4(571 6802 6803 572) +4(542 573 6804 6773) +4(572 6803 6804 573) +4(543 574 6805 6774) +4(573 6804 6805 574) +4(544 575 6806 6775) +4(574 6805 6806 575) +4(545 576 6807 6776) +4(575 6806 6807 576) +4(546 577 6808 6777) +4(576 6807 6808 577) +4(547 578 6809 6778) +4(577 6808 6809 578) +4(548 579 6810 6779) +4(578 6809 6810 579) +4(549 580 6811 6780) +4(579 6810 6811 580) +4(550 581 6812 6781) +4(580 6811 6812 581) +4(551 582 6813 6782) +4(581 6812 6813 582) +4(552 583 6814 6783) +4(582 6813 6814 583) +4(553 584 6815 6784) +4(583 6814 6815 584) +4(554 585 6816 6785) +4(584 6815 6816 585) +4(555 586 6817 6786) +4(585 6816 6817 586) +4(556 587 6818 6787) +4(586 6817 6818 587) +4(587 6818 6819 588) +4(559 590 6821 6790) +4(589 6820 6821 590) +4(560 591 6822 6791) +4(590 6821 6822 591) +4(561 592 6823 6792) +4(591 6822 6823 592) +4(562 593 6824 6793) +4(592 6823 6824 593) +4(563 594 6825 6794) +4(593 6824 6825 594) +4(564 595 6826 6795) +4(594 6825 6826 595) +4(565 596 6827 6796) +4(595 6826 6827 596) +4(566 597 6828 6797) +4(596 6827 6828 597) +4(567 598 6829 6798) +4(597 6828 6829 598) +4(568 599 6830 6799) +4(598 6829 6830 599) +4(569 600 6831 6800) +4(599 6830 6831 600) +4(570 601 6832 6801) +4(600 6831 6832 601) +4(571 602 6833 6802) +4(601 6832 6833 602) +4(572 603 6834 6803) +4(602 6833 6834 603) +4(573 604 6835 6804) +4(603 6834 6835 604) +4(574 605 6836 6805) +4(604 6835 6836 605) +4(575 606 6837 6806) +4(605 6836 6837 606) +4(576 607 6838 6807) +4(606 6837 6838 607) +4(577 608 6839 6808) +4(607 6838 6839 608) +4(578 609 6840 6809) +4(608 6839 6840 609) +4(579 610 6841 6810) +4(609 6840 6841 610) +4(580 611 6842 6811) +4(610 6841 6842 611) +4(581 612 6843 6812) +4(611 6842 6843 612) +4(582 613 6844 6813) +4(612 6843 6844 613) +4(583 614 6845 6814) +4(613 6844 6845 614) +4(584 615 6846 6815) +4(614 6845 6846 615) +4(585 616 6847 6816) +4(615 6846 6847 616) +4(586 617 6848 6817) +4(616 6847 6848 617) +4(587 618 6849 6818) +4(617 6848 6849 618) +4(618 6849 6850 619) +4(590 621 6852 6821) +4(620 6851 6852 621) +4(591 622 6853 6822) +4(621 6852 6853 622) +4(592 623 6854 6823) +4(622 6853 6854 623) +4(593 624 6855 6824) +4(623 6854 6855 624) +4(594 625 6856 6825) +4(624 6855 6856 625) +4(595 626 6857 6826) +4(625 6856 6857 626) +4(596 627 6858 6827) +4(626 6857 6858 627) +4(597 628 6859 6828) +4(627 6858 6859 628) +4(598 629 6860 6829) +4(628 6859 6860 629) +4(599 630 6861 6830) +4(629 6860 6861 630) +4(600 631 6862 6831) +4(630 6861 6862 631) +4(601 632 6863 6832) +4(631 6862 6863 632) +4(602 633 6864 6833) +4(632 6863 6864 633) +4(603 634 6865 6834) +4(633 6864 6865 634) +4(604 635 6866 6835) +4(634 6865 6866 635) +4(605 636 6867 6836) +4(635 6866 6867 636) +4(606 637 6868 6837) +4(636 6867 6868 637) +4(607 638 6869 6838) +4(637 6868 6869 638) +4(608 639 6870 6839) +4(638 6869 6870 639) +4(609 640 6871 6840) +4(639 6870 6871 640) +4(610 641 6872 6841) +4(640 6871 6872 641) +4(611 642 6873 6842) +4(641 6872 6873 642) +4(612 643 6874 6843) +4(642 6873 6874 643) +4(613 644 6875 6844) +4(643 6874 6875 644) +4(614 645 6876 6845) +4(644 6875 6876 645) +4(615 646 6877 6846) +4(645 6876 6877 646) +4(616 647 6878 6847) +4(646 6877 6878 647) +4(617 648 6879 6848) +4(647 6878 6879 648) +4(618 649 6880 6849) +4(648 6879 6880 649) +4(649 6880 6881 650) +4(621 652 6883 6852) +4(651 6882 6883 652) +4(622 653 6884 6853) +4(652 6883 6884 653) +4(623 654 6885 6854) +4(653 6884 6885 654) +4(624 655 6886 6855) +4(654 6885 6886 655) +4(625 656 6887 6856) +4(655 6886 6887 656) +4(626 657 6888 6857) +4(656 6887 6888 657) +4(627 658 6889 6858) +4(657 6888 6889 658) +4(628 659 6890 6859) +4(658 6889 6890 659) +4(629 660 6891 6860) +4(659 6890 6891 660) +4(630 661 6892 6861) +4(660 6891 6892 661) +4(631 662 6893 6862) +4(661 6892 6893 662) +4(632 663 6894 6863) +4(662 6893 6894 663) +4(633 664 6895 6864) +4(663 6894 6895 664) +4(634 665 6896 6865) +4(664 6895 6896 665) +4(635 666 6897 6866) +4(665 6896 6897 666) +4(636 667 6898 6867) +4(666 6897 6898 667) +4(637 668 6899 6868) +4(667 6898 6899 668) +4(638 669 6900 6869) +4(668 6899 6900 669) +4(639 670 6901 6870) +4(669 6900 6901 670) +4(640 671 6902 6871) +4(670 6901 6902 671) +4(641 672 6903 6872) +4(671 6902 6903 672) +4(642 673 6904 6873) +4(672 6903 6904 673) +4(643 674 6905 6874) +4(673 6904 6905 674) +4(644 675 6906 6875) +4(674 6905 6906 675) +4(645 676 6907 6876) +4(675 6906 6907 676) +4(646 677 6908 6877) +4(676 6907 6908 677) +4(647 678 6909 6878) +4(677 6908 6909 678) +4(648 679 6910 6879) +4(678 6909 6910 679) +4(649 680 6911 6880) +4(679 6910 6911 680) +4(680 6911 6912 681) +4(652 683 6914 6883) +4(682 6913 6914 683) +4(653 684 6915 6884) +4(683 6914 6915 684) +4(654 685 6916 6885) +4(684 6915 6916 685) +4(655 686 6917 6886) +4(685 6916 6917 686) +4(656 687 6918 6887) +4(686 6917 6918 687) +4(657 688 6919 6888) +4(687 6918 6919 688) +4(658 689 6920 6889) +4(688 6919 6920 689) +4(659 690 6921 6890) +4(689 6920 6921 690) +4(660 691 6922 6891) +4(690 6921 6922 691) +4(661 692 6923 6892) +4(691 6922 6923 692) +4(662 693 6924 6893) +4(692 6923 6924 693) +4(663 694 6925 6894) +4(693 6924 6925 694) +4(664 695 6926 6895) +4(694 6925 6926 695) +4(665 696 6927 6896) +4(695 6926 6927 696) +4(666 697 6928 6897) +4(696 6927 6928 697) +4(667 698 6929 6898) +4(697 6928 6929 698) +4(668 699 6930 6899) +4(698 6929 6930 699) +4(669 700 6931 6900) +4(699 6930 6931 700) +4(670 701 6932 6901) +4(700 6931 6932 701) +4(671 702 6933 6902) +4(701 6932 6933 702) +4(672 703 6934 6903) +4(702 6933 6934 703) +4(673 704 6935 6904) +4(703 6934 6935 704) +4(674 705 6936 6905) +4(704 6935 6936 705) +4(675 706 6937 6906) +4(705 6936 6937 706) +4(676 707 6938 6907) +4(706 6937 6938 707) +4(677 708 6939 6908) +4(707 6938 6939 708) +4(678 709 6940 6909) +4(708 6939 6940 709) +4(679 710 6941 6910) +4(709 6940 6941 710) +4(680 711 6942 6911) +4(710 6941 6942 711) +4(711 6942 6943 712) +4(683 714 6945 6914) +4(713 6944 6945 714) +4(684 715 6946 6915) +4(714 6945 6946 715) +4(685 716 6947 6916) +4(715 6946 6947 716) +4(686 717 6948 6917) +4(716 6947 6948 717) +4(687 718 6949 6918) +4(717 6948 6949 718) +4(688 719 6950 6919) +4(718 6949 6950 719) +4(689 720 6951 6920) +4(719 6950 6951 720) +4(690 721 6952 6921) +4(720 6951 6952 721) +4(691 722 6953 6922) +4(721 6952 6953 722) +4(692 723 6954 6923) +4(722 6953 6954 723) +4(693 724 6955 6924) +4(723 6954 6955 724) +4(694 725 6956 6925) +4(724 6955 6956 725) +4(695 726 6957 6926) +4(725 6956 6957 726) +4(696 727 6958 6927) +4(726 6957 6958 727) +4(697 728 6959 6928) +4(727 6958 6959 728) +4(698 729 6960 6929) +4(728 6959 6960 729) +4(699 730 6961 6930) +4(729 6960 6961 730) +4(700 731 6962 6931) +4(730 6961 6962 731) +4(701 732 6963 6932) +4(731 6962 6963 732) +4(702 733 6964 6933) +4(732 6963 6964 733) +4(703 734 6965 6934) +4(733 6964 6965 734) +4(704 735 6966 6935) +4(734 6965 6966 735) +4(705 736 6967 6936) +4(735 6966 6967 736) +4(706 737 6968 6937) +4(736 6967 6968 737) +4(707 738 6969 6938) +4(737 6968 6969 738) +4(708 739 6970 6939) +4(738 6969 6970 739) +4(709 740 6971 6940) +4(739 6970 6971 740) +4(710 741 6972 6941) +4(740 6971 6972 741) +4(711 742 6973 6942) +4(741 6972 6973 742) +4(742 6973 6974 743) +4(714 745 6976 6945) +4(744 6975 6976 745) +4(715 746 6977 6946) +4(745 6976 6977 746) +4(716 747 6978 6947) +4(746 6977 6978 747) +4(717 748 6979 6948) +4(747 6978 6979 748) +4(718 749 6980 6949) +4(748 6979 6980 749) +4(719 750 6981 6950) +4(749 6980 6981 750) +4(720 751 6982 6951) +4(750 6981 6982 751) +4(721 752 6983 6952) +4(751 6982 6983 752) +4(722 753 6984 6953) +4(752 6983 6984 753) +4(723 754 6985 6954) +4(753 6984 6985 754) +4(724 755 6986 6955) +4(754 6985 6986 755) +4(725 756 6987 6956) +4(755 6986 6987 756) +4(726 757 6988 6957) +4(756 6987 6988 757) +4(727 758 6989 6958) +4(757 6988 6989 758) +4(728 759 6990 6959) +4(758 6989 6990 759) +4(729 760 6991 6960) +4(759 6990 6991 760) +4(730 761 6992 6961) +4(760 6991 6992 761) +4(731 762 6993 6962) +4(761 6992 6993 762) +4(732 763 6994 6963) +4(762 6993 6994 763) +4(733 764 6995 6964) +4(763 6994 6995 764) +4(734 765 6996 6965) +4(764 6995 6996 765) +4(735 766 6997 6966) +4(765 6996 6997 766) +4(736 767 6998 6967) +4(766 6997 6998 767) +4(737 768 6999 6968) +4(767 6998 6999 768) +4(738 769 7000 6969) +4(768 6999 7000 769) +4(739 770 7001 6970) +4(769 7000 7001 770) +4(740 771 7002 6971) +4(770 7001 7002 771) +4(741 772 7003 6972) +4(771 7002 7003 772) +4(742 773 7004 6973) +4(772 7003 7004 773) +4(773 7004 7005 774) +4(745 776 7007 6976) +4(775 7006 7007 776) +4(746 777 7008 6977) +4(776 7007 7008 777) +4(747 778 7009 6978) +4(777 7008 7009 778) +4(748 779 7010 6979) +4(778 7009 7010 779) +4(749 780 7011 6980) +4(779 7010 7011 780) +4(750 781 7012 6981) +4(780 7011 7012 781) +4(751 782 7013 6982) +4(781 7012 7013 782) +4(752 783 7014 6983) +4(782 7013 7014 783) +4(753 784 7015 6984) +4(783 7014 7015 784) +4(754 785 7016 6985) +4(784 7015 7016 785) +4(755 786 7017 6986) +4(785 7016 7017 786) +4(756 787 7018 6987) +4(786 7017 7018 787) +4(757 788 7019 6988) +4(787 7018 7019 788) +4(758 789 7020 6989) +4(788 7019 7020 789) +4(759 790 7021 6990) +4(789 7020 7021 790) +4(760 791 7022 6991) +4(790 7021 7022 791) +4(761 792 7023 6992) +4(791 7022 7023 792) +4(762 793 7024 6993) +4(792 7023 7024 793) +4(763 794 7025 6994) +4(793 7024 7025 794) +4(764 795 7026 6995) +4(794 7025 7026 795) +4(765 796 7027 6996) +4(795 7026 7027 796) +4(766 797 7028 6997) +4(796 7027 7028 797) +4(767 798 7029 6998) +4(797 7028 7029 798) +4(768 799 7030 6999) +4(798 7029 7030 799) +4(769 800 7031 7000) +4(799 7030 7031 800) +4(770 801 7032 7001) +4(800 7031 7032 801) +4(771 802 7033 7002) +4(801 7032 7033 802) +4(772 803 7034 7003) +4(802 7033 7034 803) +4(773 804 7035 7004) +4(803 7034 7035 804) +4(804 7035 7036 805) +4(776 807 7038 7007) +4(806 7037 7038 807) +4(777 808 7039 7008) +4(807 7038 7039 808) +4(778 809 7040 7009) +4(808 7039 7040 809) +4(779 810 7041 7010) +4(809 7040 7041 810) +4(780 811 7042 7011) +4(810 7041 7042 811) +4(781 812 7043 7012) +4(811 7042 7043 812) +4(782 813 7044 7013) +4(812 7043 7044 813) +4(783 814 7045 7014) +4(813 7044 7045 814) +4(784 815 7046 7015) +4(814 7045 7046 815) +4(785 816 7047 7016) +4(815 7046 7047 816) +4(786 817 7048 7017) +4(816 7047 7048 817) +4(787 818 7049 7018) +4(817 7048 7049 818) +4(788 819 7050 7019) +4(818 7049 7050 819) +4(789 820 7051 7020) +4(819 7050 7051 820) +4(790 821 7052 7021) +4(820 7051 7052 821) +4(791 822 7053 7022) +4(821 7052 7053 822) +4(792 823 7054 7023) +4(822 7053 7054 823) +4(793 824 7055 7024) +4(823 7054 7055 824) +4(794 825 7056 7025) +4(824 7055 7056 825) +4(795 826 7057 7026) +4(825 7056 7057 826) +4(796 827 7058 7027) +4(826 7057 7058 827) +4(797 828 7059 7028) +4(827 7058 7059 828) +4(798 829 7060 7029) +4(828 7059 7060 829) +4(799 830 7061 7030) +4(829 7060 7061 830) +4(800 831 7062 7031) +4(830 7061 7062 831) +4(801 832 7063 7032) +4(831 7062 7063 832) +4(802 833 7064 7033) +4(832 7063 7064 833) +4(803 834 7065 7034) +4(833 7064 7065 834) +4(804 835 7066 7035) +4(834 7065 7066 835) +4(835 7066 7067 836) +4(807 838 7069 7038) +4(837 7068 7069 838) +4(808 839 7070 7039) +4(838 7069 7070 839) +4(809 840 7071 7040) +4(839 7070 7071 840) +4(810 841 7072 7041) +4(840 7071 7072 841) +4(811 842 7073 7042) +4(841 7072 7073 842) +4(812 843 7074 7043) +4(842 7073 7074 843) +4(813 844 7075 7044) +4(843 7074 7075 844) +4(814 845 7076 7045) +4(844 7075 7076 845) +4(815 846 7077 7046) +4(845 7076 7077 846) +4(816 847 7078 7047) +4(846 7077 7078 847) +4(817 848 7079 7048) +4(847 7078 7079 848) +4(818 849 7080 7049) +4(848 7079 7080 849) +4(819 850 7081 7050) +4(849 7080 7081 850) +4(820 851 7082 7051) +4(850 7081 7082 851) +4(821 852 7083 7052) +4(851 7082 7083 852) +4(822 853 7084 7053) +4(852 7083 7084 853) +4(823 854 7085 7054) +4(853 7084 7085 854) +4(824 855 7086 7055) +4(854 7085 7086 855) +4(825 856 7087 7056) +4(855 7086 7087 856) +4(826 857 7088 7057) +4(856 7087 7088 857) +4(827 858 7089 7058) +4(857 7088 7089 858) +4(828 859 7090 7059) +4(858 7089 7090 859) +4(829 860 7091 7060) +4(859 7090 7091 860) +4(830 861 7092 7061) +4(860 7091 7092 861) +4(831 862 7093 7062) +4(861 7092 7093 862) +4(832 863 7094 7063) +4(862 7093 7094 863) +4(833 864 7095 7064) +4(863 7094 7095 864) +4(834 865 7096 7065) +4(864 7095 7096 865) +4(835 866 7097 7066) +4(865 7096 7097 866) +4(866 7097 7098 867) +4(838 869 7100 7069) +4(868 7099 7100 869) +4(839 870 7101 7070) +4(869 7100 7101 870) +4(840 871 7102 7071) +4(870 7101 7102 871) +4(841 872 7103 7072) +4(871 7102 7103 872) +4(842 873 7104 7073) +4(872 7103 7104 873) +4(843 874 7105 7074) +4(873 7104 7105 874) +4(844 875 7106 7075) +4(874 7105 7106 875) +4(845 876 7107 7076) +4(875 7106 7107 876) +4(846 877 7108 7077) +4(876 7107 7108 877) +4(847 878 7109 7078) +4(877 7108 7109 878) +4(848 879 7110 7079) +4(878 7109 7110 879) +4(849 880 7111 7080) +4(879 7110 7111 880) +4(850 881 7112 7081) +4(880 7111 7112 881) +4(851 882 7113 7082) +4(881 7112 7113 882) +4(852 883 7114 7083) +4(882 7113 7114 883) +4(853 884 7115 7084) +4(883 7114 7115 884) +4(854 885 7116 7085) +4(884 7115 7116 885) +4(855 886 7117 7086) +4(885 7116 7117 886) +4(856 887 7118 7087) +4(886 7117 7118 887) +4(857 888 7119 7088) +4(887 7118 7119 888) +4(858 889 7120 7089) +4(888 7119 7120 889) +4(859 890 7121 7090) +4(889 7120 7121 890) +4(860 891 7122 7091) +4(890 7121 7122 891) +4(861 892 7123 7092) +4(891 7122 7123 892) +4(862 893 7124 7093) +4(892 7123 7124 893) +4(863 894 7125 7094) +4(893 7124 7125 894) +4(864 895 7126 7095) +4(894 7125 7126 895) +4(865 896 7127 7096) +4(895 7126 7127 896) +4(866 897 7128 7097) +4(896 7127 7128 897) +4(897 7128 7129 898) +4(869 900 7131 7100) +4(899 7130 7131 900) +4(870 901 7132 7101) +4(900 7131 7132 901) +4(871 902 7133 7102) +4(901 7132 7133 902) +4(872 903 7134 7103) +4(902 7133 7134 903) +4(873 904 7135 7104) +4(903 7134 7135 904) +4(874 905 7136 7105) +4(904 7135 7136 905) +4(875 906 7137 7106) +4(905 7136 7137 906) +4(876 907 7138 7107) +4(906 7137 7138 907) +4(877 908 7139 7108) +4(907 7138 7139 908) +4(878 909 7140 7109) +4(908 7139 7140 909) +4(879 910 7141 7110) +4(909 7140 7141 910) +4(880 911 7142 7111) +4(910 7141 7142 911) +4(881 912 7143 7112) +4(911 7142 7143 912) +4(882 913 7144 7113) +4(912 7143 7144 913) +4(883 914 7145 7114) +4(913 7144 7145 914) +4(884 915 7146 7115) +4(914 7145 7146 915) +4(885 916 7147 7116) +4(915 7146 7147 916) +4(886 917 7148 7117) +4(916 7147 7148 917) +4(887 918 7149 7118) +4(917 7148 7149 918) +4(888 919 7150 7119) +4(918 7149 7150 919) +4(889 920 7151 7120) +4(919 7150 7151 920) +4(890 921 7152 7121) +4(920 7151 7152 921) +4(891 922 7153 7122) +4(921 7152 7153 922) +4(892 923 7154 7123) +4(922 7153 7154 923) +4(893 924 7155 7124) +4(923 7154 7155 924) +4(894 925 7156 7125) +4(924 7155 7156 925) +4(895 926 7157 7126) +4(925 7156 7157 926) +4(896 927 7158 7127) +4(926 7157 7158 927) +4(897 928 7159 7128) +4(927 7158 7159 928) +4(928 7159 7160 929) +4(900 931 7162 7131) +4(930 7161 7162 931) +4(901 932 7163 7132) +4(931 7162 7163 932) +4(902 933 7164 7133) +4(932 7163 7164 933) +4(903 934 7165 7134) +4(933 7164 7165 934) +4(904 935 7166 7135) +4(934 7165 7166 935) +4(905 936 7167 7136) +4(935 7166 7167 936) +4(906 937 7168 7137) +4(936 7167 7168 937) +4(907 938 7169 7138) +4(937 7168 7169 938) +4(908 939 7170 7139) +4(938 7169 7170 939) +4(909 940 7171 7140) +4(939 7170 7171 940) +4(910 941 7172 7141) +4(940 7171 7172 941) +4(911 942 7173 7142) +4(941 7172 7173 942) +4(912 943 7174 7143) +4(942 7173 7174 943) +4(913 944 7175 7144) +4(943 7174 7175 944) +4(914 945 7176 7145) +4(944 7175 7176 945) +4(915 946 7177 7146) +4(945 7176 7177 946) +4(916 947 7178 7147) +4(946 7177 7178 947) +4(917 948 7179 7148) +4(947 7178 7179 948) +4(918 949 7180 7149) +4(948 7179 7180 949) +4(919 950 7181 7150) +4(949 7180 7181 950) +4(920 951 7182 7151) +4(950 7181 7182 951) +4(921 952 7183 7152) +4(951 7182 7183 952) +4(922 953 7184 7153) +4(952 7183 7184 953) +4(923 954 7185 7154) +4(953 7184 7185 954) +4(924 955 7186 7155) +4(954 7185 7186 955) +4(925 956 7187 7156) +4(955 7186 7187 956) +4(926 957 7188 7157) +4(956 7187 7188 957) +4(927 958 7189 7158) +4(957 7188 7189 958) +4(928 959 7190 7159) +4(958 7189 7190 959) +4(959 7190 7191 960) +4(931 962 7193 7162) +4(961 7192 7193 962) +4(932 963 7194 7163) +4(962 7193 7194 963) +4(933 964 7195 7164) +4(963 7194 7195 964) +4(934 965 7196 7165) +4(964 7195 7196 965) +4(935 966 7197 7166) +4(965 7196 7197 966) +4(936 967 7198 7167) +4(966 7197 7198 967) +4(937 968 7199 7168) +4(967 7198 7199 968) +4(938 969 7200 7169) +4(968 7199 7200 969) +4(939 970 7201 7170) +4(969 7200 7201 970) +4(940 971 7202 7171) +4(970 7201 7202 971) +4(941 972 7203 7172) +4(971 7202 7203 972) +4(942 973 7204 7173) +4(972 7203 7204 973) +4(943 974 7205 7174) +4(973 7204 7205 974) +4(944 975 7206 7175) +4(974 7205 7206 975) +4(945 976 7207 7176) +4(975 7206 7207 976) +4(946 977 7208 7177) +4(976 7207 7208 977) +4(947 978 7209 7178) +4(977 7208 7209 978) +4(948 979 7210 7179) +4(978 7209 7210 979) +4(949 980 7211 7180) +4(979 7210 7211 980) +4(950 981 7212 7181) +4(980 7211 7212 981) +4(951 982 7213 7182) +4(981 7212 7213 982) +4(952 983 7214 7183) +4(982 7213 7214 983) +4(953 984 7215 7184) +4(983 7214 7215 984) +4(954 985 7216 7185) +4(984 7215 7216 985) +4(955 986 7217 7186) +4(985 7216 7217 986) +4(956 987 7218 7187) +4(986 7217 7218 987) +4(957 988 7219 7188) +4(987 7218 7219 988) +4(958 989 7220 7189) +4(988 7219 7220 989) +4(959 990 7221 7190) +4(989 7220 7221 990) +4(990 7221 7222 991) +4(962 993 7224 7193) +4(992 7223 7224 993) +4(963 994 7225 7194) +4(993 7224 7225 994) +4(964 995 7226 7195) +4(994 7225 7226 995) +4(965 996 7227 7196) +4(995 7226 7227 996) +4(966 997 7228 7197) +4(996 7227 7228 997) +4(967 998 7229 7198) +4(997 7228 7229 998) +4(968 999 7230 7199) +4(998 7229 7230 999) +4(969 1000 7231 7200) +4(999 7230 7231 1000) +4(970 1001 7232 7201) +4(1000 7231 7232 1001) +4(971 1002 7233 7202) +4(1001 7232 7233 1002) +4(972 1003 7234 7203) +4(1002 7233 7234 1003) +4(973 1004 7235 7204) +4(1003 7234 7235 1004) +4(974 1005 7236 7205) +4(1004 7235 7236 1005) +4(975 1006 7237 7206) +4(1005 7236 7237 1006) +4(976 1007 7238 7207) +4(1006 7237 7238 1007) +4(977 1008 7239 7208) +4(1007 7238 7239 1008) +4(978 1009 7240 7209) +4(1008 7239 7240 1009) +4(979 1010 7241 7210) +4(1009 7240 7241 1010) +4(980 1011 7242 7211) +4(1010 7241 7242 1011) +4(981 1012 7243 7212) +4(1011 7242 7243 1012) +4(982 1013 7244 7213) +4(1012 7243 7244 1013) +4(983 1014 7245 7214) +4(1013 7244 7245 1014) +4(984 1015 7246 7215) +4(1014 7245 7246 1015) +4(985 1016 7247 7216) +4(1015 7246 7247 1016) +4(986 1017 7248 7217) +4(1016 7247 7248 1017) +4(987 1018 7249 7218) +4(1017 7248 7249 1018) +4(988 1019 7250 7219) +4(1018 7249 7250 1019) +4(989 1020 7251 7220) +4(1019 7250 7251 1020) +4(990 1021 7252 7221) +4(1020 7251 7252 1021) +4(1021 7252 7253 1022) +4(993 1024 7255 7224) +4(1023 7254 7255 1024) +4(994 1025 7256 7225) +4(1024 7255 7256 1025) +4(995 1026 7257 7226) +4(1025 7256 7257 1026) +4(996 1027 7258 7227) +4(1026 7257 7258 1027) +4(997 1028 7259 7228) +4(1027 7258 7259 1028) +4(998 1029 7260 7229) +4(1028 7259 7260 1029) +4(999 1030 7261 7230) +4(1029 7260 7261 1030) +4(1000 1031 7262 7231) +4(1030 7261 7262 1031) +4(1001 1032 7263 7232) +4(1031 7262 7263 1032) +4(1002 1033 7264 7233) +4(1032 7263 7264 1033) +4(1003 1034 7265 7234) +4(1033 7264 7265 1034) +4(1004 1035 7266 7235) +4(1034 7265 7266 1035) +4(1005 1036 7267 7236) +4(1035 7266 7267 1036) +4(1006 1037 7268 7237) +4(1036 7267 7268 1037) +4(1007 1038 7269 7238) +4(1037 7268 7269 1038) +4(1008 1039 7270 7239) +4(1038 7269 7270 1039) +4(1009 1040 7271 7240) +4(1039 7270 7271 1040) +4(1010 1041 7272 7241) +4(1040 7271 7272 1041) +4(1011 1042 7273 7242) +4(1041 7272 7273 1042) +4(1012 1043 7274 7243) +4(1042 7273 7274 1043) +4(1013 1044 7275 7244) +4(1043 7274 7275 1044) +4(1014 1045 7276 7245) +4(1044 7275 7276 1045) +4(1015 1046 7277 7246) +4(1045 7276 7277 1046) +4(1016 1047 7278 7247) +4(1046 7277 7278 1047) +4(1017 1048 7279 7248) +4(1047 7278 7279 1048) +4(1018 1049 7280 7249) +4(1048 7279 7280 1049) +4(1019 1050 7281 7250) +4(1049 7280 7281 1050) +4(1020 1051 7282 7251) +4(1050 7281 7282 1051) +4(1021 1052 7283 7252) +4(1051 7282 7283 1052) +4(1052 7283 7284 1053) +4(1024 1055 7286 7255) +4(1054 7285 7286 1055) +4(1025 1056 7287 7256) +4(1055 7286 7287 1056) +4(1026 1057 7288 7257) +4(1056 7287 7288 1057) +4(1027 1058 7289 7258) +4(1057 7288 7289 1058) +4(1028 1059 7290 7259) +4(1058 7289 7290 1059) +4(1029 1060 7291 7260) +4(1059 7290 7291 1060) +4(1030 1061 7292 7261) +4(1060 7291 7292 1061) +4(1031 1062 7293 7262) +4(1061 7292 7293 1062) +4(1032 1063 7294 7263) +4(1062 7293 7294 1063) +4(1033 1064 7295 7264) +4(1063 7294 7295 1064) +4(1034 1065 7296 7265) +4(1064 7295 7296 1065) +4(1035 1066 7297 7266) +4(1065 7296 7297 1066) +4(1036 1067 7298 7267) +4(1066 7297 7298 1067) +4(1037 1068 7299 7268) +4(1067 7298 7299 1068) +4(1038 1069 7300 7269) +4(1068 7299 7300 1069) +4(1039 1070 7301 7270) +4(1069 7300 7301 1070) +4(1040 1071 7302 7271) +4(1070 7301 7302 1071) +4(1041 1072 7303 7272) +4(1071 7302 7303 1072) +4(1042 1073 7304 7273) +4(1072 7303 7304 1073) +4(1043 1074 7305 7274) +4(1073 7304 7305 1074) +4(1044 1075 7306 7275) +4(1074 7305 7306 1075) +4(1045 1076 7307 7276) +4(1075 7306 7307 1076) +4(1046 1077 7308 7277) +4(1076 7307 7308 1077) +4(1047 1078 7309 7278) +4(1077 7308 7309 1078) +4(1048 1079 7310 7279) +4(1078 7309 7310 1079) +4(1049 1080 7311 7280) +4(1079 7310 7311 1080) +4(1050 1081 7312 7281) +4(1080 7311 7312 1081) +4(1051 1082 7313 7282) +4(1081 7312 7313 1082) +4(1052 1083 7314 7283) +4(1082 7313 7314 1083) +4(1083 7314 7315 1084) +4(1055 1086 7317 7286) +4(1085 7316 7317 1086) +4(1056 1087 7318 7287) +4(1086 7317 7318 1087) +4(1057 1088 7319 7288) +4(1087 7318 7319 1088) +4(1058 1089 7320 7289) +4(1088 7319 7320 1089) +4(1059 1090 7321 7290) +4(1089 7320 7321 1090) +4(1060 1091 7322 7291) +4(1090 7321 7322 1091) +4(1061 1092 7323 7292) +4(1091 7322 7323 1092) +4(1062 1093 7324 7293) +4(1092 7323 7324 1093) +4(1063 1094 7325 7294) +4(1093 7324 7325 1094) +4(1064 1095 7326 7295) +4(1094 7325 7326 1095) +4(1065 1096 7327 7296) +4(1095 7326 7327 1096) +4(1066 1097 7328 7297) +4(1096 7327 7328 1097) +4(1067 1098 7329 7298) +4(1097 7328 7329 1098) +4(1068 1099 7330 7299) +4(1098 7329 7330 1099) +4(1069 1100 7331 7300) +4(1099 7330 7331 1100) +4(1070 1101 7332 7301) +4(1100 7331 7332 1101) +4(1071 1102 7333 7302) +4(1101 7332 7333 1102) +4(1072 1103 7334 7303) +4(1102 7333 7334 1103) +4(1073 1104 7335 7304) +4(1103 7334 7335 1104) +4(1074 1105 7336 7305) +4(1104 7335 7336 1105) +4(1075 1106 7337 7306) +4(1105 7336 7337 1106) +4(1076 1107 7338 7307) +4(1106 7337 7338 1107) +4(1077 1108 7339 7308) +4(1107 7338 7339 1108) +4(1078 1109 7340 7309) +4(1108 7339 7340 1109) +4(1079 1110 7341 7310) +4(1109 7340 7341 1110) +4(1080 1111 7342 7311) +4(1110 7341 7342 1111) +4(1081 1112 7343 7312) +4(1111 7342 7343 1112) +4(1082 1113 7344 7313) +4(1112 7343 7344 1113) +4(1083 1114 7345 7314) +4(1113 7344 7345 1114) +4(1114 7345 7346 1115) +4(1086 1117 7348 7317) +4(1116 7347 7348 1117) +4(1087 1118 7349 7318) +4(1117 7348 7349 1118) +4(1088 1119 7350 7319) +4(1118 7349 7350 1119) +4(1089 1120 7351 7320) +4(1119 7350 7351 1120) +4(1090 1121 7352 7321) +4(1120 7351 7352 1121) +4(1091 1122 7353 7322) +4(1121 7352 7353 1122) +4(1092 1123 7354 7323) +4(1122 7353 7354 1123) +4(1093 1124 7355 7324) +4(1123 7354 7355 1124) +4(1094 1125 7356 7325) +4(1124 7355 7356 1125) +4(1095 1126 7357 7326) +4(1125 7356 7357 1126) +4(1096 1127 7358 7327) +4(1126 7357 7358 1127) +4(1097 1128 7359 7328) +4(1127 7358 7359 1128) +4(1098 1129 7360 7329) +4(1128 7359 7360 1129) +4(1099 1130 7361 7330) +4(1129 7360 7361 1130) +4(1100 1131 7362 7331) +4(1130 7361 7362 1131) +4(1101 1132 7363 7332) +4(1131 7362 7363 1132) +4(1102 1133 7364 7333) +4(1132 7363 7364 1133) +4(1103 1134 7365 7334) +4(1133 7364 7365 1134) +4(1104 1135 7366 7335) +4(1134 7365 7366 1135) +4(1105 1136 7367 7336) +4(1135 7366 7367 1136) +4(1106 1137 7368 7337) +4(1136 7367 7368 1137) +4(1107 1138 7369 7338) +4(1137 7368 7369 1138) +4(1108 1139 7370 7339) +4(1138 7369 7370 1139) +4(1109 1140 7371 7340) +4(1139 7370 7371 1140) +4(1110 1141 7372 7341) +4(1140 7371 7372 1141) +4(1111 1142 7373 7342) +4(1141 7372 7373 1142) +4(1112 1143 7374 7343) +4(1142 7373 7374 1143) +4(1113 1144 7375 7344) +4(1143 7374 7375 1144) +4(1114 1145 7376 7345) +4(1144 7375 7376 1145) +4(1145 7376 7377 1146) +4(1117 1148 7379 7348) +4(1147 7378 7379 1148) +4(1118 1149 7380 7349) +4(1148 7379 7380 1149) +4(1119 1150 7381 7350) +4(1149 7380 7381 1150) +4(1120 1151 7382 7351) +4(1150 7381 7382 1151) +4(1121 1152 7383 7352) +4(1151 7382 7383 1152) +4(1122 1153 7384 7353) +4(1152 7383 7384 1153) +4(1123 1154 7385 7354) +4(1153 7384 7385 1154) +4(1124 1155 7386 7355) +4(1154 7385 7386 1155) +4(1125 1156 7387 7356) +4(1155 7386 7387 1156) +4(1126 1157 7388 7357) +4(1156 7387 7388 1157) +4(1127 1158 7389 7358) +4(1157 7388 7389 1158) +4(1128 1159 7390 7359) +4(1158 7389 7390 1159) +4(1129 1160 7391 7360) +4(1159 7390 7391 1160) +4(1130 1161 7392 7361) +4(1160 7391 7392 1161) +4(1131 1162 7393 7362) +4(1161 7392 7393 1162) +4(1132 1163 7394 7363) +4(1162 7393 7394 1163) +4(1133 1164 7395 7364) +4(1163 7394 7395 1164) +4(1134 1165 7396 7365) +4(1164 7395 7396 1165) +4(1135 1166 7397 7366) +4(1165 7396 7397 1166) +4(1136 1167 7398 7367) +4(1166 7397 7398 1167) +4(1137 1168 7399 7368) +4(1167 7398 7399 1168) +4(1138 1169 7400 7369) +4(1168 7399 7400 1169) +4(1139 1170 7401 7370) +4(1169 7400 7401 1170) +4(1140 1171 7402 7371) +4(1170 7401 7402 1171) +4(1141 1172 7403 7372) +4(1171 7402 7403 1172) +4(1142 1173 7404 7373) +4(1172 7403 7404 1173) +4(1143 1174 7405 7374) +4(1173 7404 7405 1174) +4(1144 1175 7406 7375) +4(1174 7405 7406 1175) +4(1145 1176 7407 7376) +4(1175 7406 7407 1176) +4(1176 7407 7408 1177) +4(1148 1179 7410 7379) +4(1178 7409 7410 1179) +4(1149 1180 7411 7380) +4(1179 7410 7411 1180) +4(1150 1181 7412 7381) +4(1180 7411 7412 1181) +4(1151 1182 7413 7382) +4(1181 7412 7413 1182) +4(1152 1183 7414 7383) +4(1182 7413 7414 1183) +4(1153 1184 7415 7384) +4(1183 7414 7415 1184) +4(1154 1185 7416 7385) +4(1184 7415 7416 1185) +4(1155 1186 7417 7386) +4(1185 7416 7417 1186) +4(1156 1187 7418 7387) +4(1186 7417 7418 1187) +4(1157 1188 7419 7388) +4(1187 7418 7419 1188) +4(1158 1189 7420 7389) +4(1188 7419 7420 1189) +4(1159 1190 7421 7390) +4(1189 7420 7421 1190) +4(1160 1191 7422 7391) +4(1190 7421 7422 1191) +4(1161 1192 7423 7392) +4(1191 7422 7423 1192) +4(1162 1193 7424 7393) +4(1192 7423 7424 1193) +4(1163 1194 7425 7394) +4(1193 7424 7425 1194) +4(1164 1195 7426 7395) +4(1194 7425 7426 1195) +4(1165 1196 7427 7396) +4(1195 7426 7427 1196) +4(1166 1197 7428 7397) +4(1196 7427 7428 1197) +4(1167 1198 7429 7398) +4(1197 7428 7429 1198) +4(1168 1199 7430 7399) +4(1198 7429 7430 1199) +4(1169 1200 7431 7400) +4(1199 7430 7431 1200) +4(1170 1201 7432 7401) +4(1200 7431 7432 1201) +4(1171 1202 7433 7402) +4(1201 7432 7433 1202) +4(1172 1203 7434 7403) +4(1202 7433 7434 1203) +4(1173 1204 7435 7404) +4(1203 7434 7435 1204) +4(1174 1205 7436 7405) +4(1204 7435 7436 1205) +4(1175 1206 7437 7406) +4(1205 7436 7437 1206) +4(1176 1207 7438 7407) +4(1206 7437 7438 1207) +4(1207 7438 7439 1208) +4(1179 1210 7441 7410) +4(1209 7440 7441 1210) +4(1180 1211 7442 7411) +4(1210 7441 7442 1211) +4(1181 1212 7443 7412) +4(1211 7442 7443 1212) +4(1182 1213 7444 7413) +4(1212 7443 7444 1213) +4(1183 1214 7445 7414) +4(1213 7444 7445 1214) +4(1184 1215 7446 7415) +4(1214 7445 7446 1215) +4(1185 1216 7447 7416) +4(1215 7446 7447 1216) +4(1186 1217 7448 7417) +4(1216 7447 7448 1217) +4(1187 1218 7449 7418) +4(1217 7448 7449 1218) +4(1188 1219 7450 7419) +4(1218 7449 7450 1219) +4(1189 1220 7451 7420) +4(1219 7450 7451 1220) +4(1190 1221 7452 7421) +4(1220 7451 7452 1221) +4(1191 1222 7453 7422) +4(1221 7452 7453 1222) +4(1192 1223 7454 7423) +4(1222 7453 7454 1223) +4(1193 1224 7455 7424) +4(1223 7454 7455 1224) +4(1194 1225 7456 7425) +4(1224 7455 7456 1225) +4(1195 1226 7457 7426) +4(1225 7456 7457 1226) +4(1196 1227 7458 7427) +4(1226 7457 7458 1227) +4(1197 1228 7459 7428) +4(1227 7458 7459 1228) +4(1198 1229 7460 7429) +4(1228 7459 7460 1229) +4(1199 1230 7461 7430) +4(1229 7460 7461 1230) +4(1200 1231 7462 7431) +4(1230 7461 7462 1231) +4(1201 1232 7463 7432) +4(1231 7462 7463 1232) +4(1202 1233 7464 7433) +4(1232 7463 7464 1233) +4(1203 1234 7465 7434) +4(1233 7464 7465 1234) +4(1204 1235 7466 7435) +4(1234 7465 7466 1235) +4(1205 1236 7467 7436) +4(1235 7466 7467 1236) +4(1206 1237 7468 7437) +4(1236 7467 7468 1237) +4(1207 1238 7469 7438) +4(1237 7468 7469 1238) +4(1238 7469 7470 1239) +4(1210 1241 7472 7441) +4(1240 7471 7472 1241) +4(1211 1242 7473 7442) +4(1241 7472 7473 1242) +4(1212 1243 7474 7443) +4(1242 7473 7474 1243) +4(1213 1244 7475 7444) +4(1243 7474 7475 1244) +4(1214 1245 7476 7445) +4(1244 7475 7476 1245) +4(1215 1246 7477 7446) +4(1245 7476 7477 1246) +4(1216 1247 7478 7447) +4(1246 7477 7478 1247) +4(1217 1248 7479 7448) +4(1247 7478 7479 1248) +4(1218 1249 7480 7449) +4(1248 7479 7480 1249) +4(1219 1250 7481 7450) +4(1249 7480 7481 1250) +4(1220 1251 7482 7451) +4(1250 7481 7482 1251) +4(1221 1252 7483 7452) +4(1251 7482 7483 1252) +4(1222 1253 7484 7453) +4(1252 7483 7484 1253) +4(1223 1254 7485 7454) +4(1253 7484 7485 1254) +4(1224 1255 7486 7455) +4(1254 7485 7486 1255) +4(1225 1256 7487 7456) +4(1255 7486 7487 1256) +4(1226 1257 7488 7457) +4(1256 7487 7488 1257) +4(1227 1258 7489 7458) +4(1257 7488 7489 1258) +4(1228 1259 7490 7459) +4(1258 7489 7490 1259) +4(1229 1260 7491 7460) +4(1259 7490 7491 1260) +4(1230 1261 7492 7461) +4(1260 7491 7492 1261) +4(1231 1262 7493 7462) +4(1261 7492 7493 1262) +4(1232 1263 7494 7463) +4(1262 7493 7494 1263) +4(1233 1264 7495 7464) +4(1263 7494 7495 1264) +4(1234 1265 7496 7465) +4(1264 7495 7496 1265) +4(1235 1266 7497 7466) +4(1265 7496 7497 1266) +4(1236 1267 7498 7467) +4(1266 7497 7498 1267) +4(1237 1268 7499 7468) +4(1267 7498 7499 1268) +4(1238 1269 7500 7469) +4(1268 7499 7500 1269) +4(1269 7500 7501 1270) +4(1241 1272 7503 7472) +4(1271 7502 7503 1272) +4(1242 1273 7504 7473) +4(1272 7503 7504 1273) +4(1243 1274 7505 7474) +4(1273 7504 7505 1274) +4(1244 1275 7506 7475) +4(1274 7505 7506 1275) +4(1245 1276 7507 7476) +4(1275 7506 7507 1276) +4(1246 1277 7508 7477) +4(1276 7507 7508 1277) +4(1247 1278 7509 7478) +4(1277 7508 7509 1278) +4(1248 1279 7510 7479) +4(1278 7509 7510 1279) +4(1249 1280 7511 7480) +4(1279 7510 7511 1280) +4(1250 1281 7512 7481) +4(1280 7511 7512 1281) +4(1251 1282 7513 7482) +4(1281 7512 7513 1282) +4(1252 1283 7514 7483) +4(1282 7513 7514 1283) +4(1253 1284 7515 7484) +4(1283 7514 7515 1284) +4(1254 1285 7516 7485) +4(1284 7515 7516 1285) +4(1255 1286 7517 7486) +4(1285 7516 7517 1286) +4(1256 1287 7518 7487) +4(1286 7517 7518 1287) +4(1257 1288 7519 7488) +4(1287 7518 7519 1288) +4(1258 1289 7520 7489) +4(1288 7519 7520 1289) +4(1259 1290 7521 7490) +4(1289 7520 7521 1290) +4(1260 1291 7522 7491) +4(1290 7521 7522 1291) +4(1261 1292 7523 7492) +4(1291 7522 7523 1292) +4(1262 1293 7524 7493) +4(1292 7523 7524 1293) +4(1263 1294 7525 7494) +4(1293 7524 7525 1294) +4(1264 1295 7526 7495) +4(1294 7525 7526 1295) +4(1265 1296 7527 7496) +4(1295 7526 7527 1296) +4(1266 1297 7528 7497) +4(1296 7527 7528 1297) +4(1267 1298 7529 7498) +4(1297 7528 7529 1298) +4(1268 1299 7530 7499) +4(1298 7529 7530 1299) +4(1269 1300 7531 7500) +4(1299 7530 7531 1300) +4(1300 7531 7532 1301) +4(1272 1303 7534 7503) +4(1302 7533 7534 1303) +4(1273 1304 7535 7504) +4(1303 7534 7535 1304) +4(1274 1305 7536 7505) +4(1304 7535 7536 1305) +4(1275 1306 7537 7506) +4(1305 7536 7537 1306) +4(1276 1307 7538 7507) +4(1306 7537 7538 1307) +4(1277 1308 7539 7508) +4(1307 7538 7539 1308) +4(1278 1309 7540 7509) +4(1308 7539 7540 1309) +4(1279 1310 7541 7510) +4(1309 7540 7541 1310) +4(1280 1311 7542 7511) +4(1310 7541 7542 1311) +4(1281 1312 7543 7512) +4(1311 7542 7543 1312) +4(1282 1313 7544 7513) +4(1312 7543 7544 1313) +4(1283 1314 7545 7514) +4(1313 7544 7545 1314) +4(1284 1315 7546 7515) +4(1314 7545 7546 1315) +4(1285 1316 7547 7516) +4(1315 7546 7547 1316) +4(1286 1317 7548 7517) +4(1316 7547 7548 1317) +4(1287 1318 7549 7518) +4(1317 7548 7549 1318) +4(1288 1319 7550 7519) +4(1318 7549 7550 1319) +4(1289 1320 7551 7520) +4(1319 7550 7551 1320) +4(1290 1321 7552 7521) +4(1320 7551 7552 1321) +4(1291 1322 7553 7522) +4(1321 7552 7553 1322) +4(1292 1323 7554 7523) +4(1322 7553 7554 1323) +4(1293 1324 7555 7524) +4(1323 7554 7555 1324) +4(1294 1325 7556 7525) +4(1324 7555 7556 1325) +4(1295 1326 7557 7526) +4(1325 7556 7557 1326) +4(1296 1327 7558 7527) +4(1326 7557 7558 1327) +4(1297 1328 7559 7528) +4(1327 7558 7559 1328) +4(1298 1329 7560 7529) +4(1328 7559 7560 1329) +4(1299 1330 7561 7530) +4(1329 7560 7561 1330) +4(1300 1331 7562 7531) +4(1330 7561 7562 1331) +4(1331 7562 7563 1332) +4(1303 1334 7565 7534) +4(1333 7564 7565 1334) +4(1304 1335 7566 7535) +4(1334 7565 7566 1335) +4(1305 1336 7567 7536) +4(1335 7566 7567 1336) +4(1306 1337 7568 7537) +4(1336 7567 7568 1337) +4(1307 1338 7569 7538) +4(1337 7568 7569 1338) +4(1308 1339 7570 7539) +4(1338 7569 7570 1339) +4(1309 1340 7571 7540) +4(1339 7570 7571 1340) +4(1310 1341 7572 7541) +4(1340 7571 7572 1341) +4(1311 1342 7573 7542) +4(1341 7572 7573 1342) +4(1312 1343 7574 7543) +4(1342 7573 7574 1343) +4(1313 1344 7575 7544) +4(1343 7574 7575 1344) +4(1314 1345 7576 7545) +4(1344 7575 7576 1345) +4(1315 1346 7577 7546) +4(1345 7576 7577 1346) +4(1316 1347 7578 7547) +4(1346 7577 7578 1347) +4(1317 1348 7579 7548) +4(1347 7578 7579 1348) +4(1318 1349 7580 7549) +4(1348 7579 7580 1349) +4(1319 1350 7581 7550) +4(1349 7580 7581 1350) +4(1320 1351 7582 7551) +4(1350 7581 7582 1351) +4(1321 1352 7583 7552) +4(1351 7582 7583 1352) +4(1322 1353 7584 7553) +4(1352 7583 7584 1353) +4(1323 1354 7585 7554) +4(1353 7584 7585 1354) +4(1324 1355 7586 7555) +4(1354 7585 7586 1355) +4(1325 1356 7587 7556) +4(1355 7586 7587 1356) +4(1326 1357 7588 7557) +4(1356 7587 7588 1357) +4(1327 1358 7589 7558) +4(1357 7588 7589 1358) +4(1328 1359 7590 7559) +4(1358 7589 7590 1359) +4(1329 1360 7591 7560) +4(1359 7590 7591 1360) +4(1330 1361 7592 7561) +4(1360 7591 7592 1361) +4(1331 1362 7593 7562) +4(1361 7592 7593 1362) +4(1362 7593 7594 1363) +4(1334 1365 7596 7565) +4(1364 7595 7596 1365) +4(1335 1366 7597 7566) +4(1365 7596 7597 1366) +4(1336 1367 7598 7567) +4(1366 7597 7598 1367) +4(1337 1368 7599 7568) +4(1367 7598 7599 1368) +4(1338 1369 7600 7569) +4(1368 7599 7600 1369) +4(1339 1370 7601 7570) +4(1369 7600 7601 1370) +4(1340 1371 7602 7571) +4(1370 7601 7602 1371) +4(1341 1372 7603 7572) +4(1371 7602 7603 1372) +4(1342 1373 7604 7573) +4(1372 7603 7604 1373) +4(1343 1374 7605 7574) +4(1373 7604 7605 1374) +4(1344 1375 7606 7575) +4(1374 7605 7606 1375) +4(1345 1376 7607 7576) +4(1375 7606 7607 1376) +4(1346 1377 7608 7577) +4(1376 7607 7608 1377) +4(1347 1378 7609 7578) +4(1377 7608 7609 1378) +4(1348 1379 7610 7579) +4(1378 7609 7610 1379) +4(1349 1380 7611 7580) +4(1379 7610 7611 1380) +4(1350 1381 7612 7581) +4(1380 7611 7612 1381) +4(1351 1382 7613 7582) +4(1381 7612 7613 1382) +4(1352 1383 7614 7583) +4(1382 7613 7614 1383) +4(1353 1384 7615 7584) +4(1383 7614 7615 1384) +4(1354 1385 7616 7585) +4(1384 7615 7616 1385) +4(1355 1386 7617 7586) +4(1385 7616 7617 1386) +4(1356 1387 7618 7587) +4(1386 7617 7618 1387) +4(1357 1388 7619 7588) +4(1387 7618 7619 1388) +4(1358 1389 7620 7589) +4(1388 7619 7620 1389) +4(1359 1390 7621 7590) +4(1389 7620 7621 1390) +4(1360 1391 7622 7591) +4(1390 7621 7622 1391) +4(1361 1392 7623 7592) +4(1391 7622 7623 1392) +4(1362 1393 7624 7593) +4(1392 7623 7624 1393) +4(1393 7624 7625 1394) +4(1365 1396 7627 7596) +4(1395 7626 7627 1396) +4(1366 1397 7628 7597) +4(1396 7627 7628 1397) +4(1367 1398 7629 7598) +4(1397 7628 7629 1398) +4(1368 1399 7630 7599) +4(1398 7629 7630 1399) +4(1369 1400 7631 7600) +4(1399 7630 7631 1400) +4(1370 1401 7632 7601) +4(1400 7631 7632 1401) +4(1371 1402 7633 7602) +4(1401 7632 7633 1402) +4(1372 1403 7634 7603) +4(1402 7633 7634 1403) +4(1373 1404 7635 7604) +4(1403 7634 7635 1404) +4(1374 1405 7636 7605) +4(1404 7635 7636 1405) +4(1375 1406 7637 7606) +4(1405 7636 7637 1406) +4(1376 1407 7638 7607) +4(1406 7637 7638 1407) +4(1377 1408 7639 7608) +4(1407 7638 7639 1408) +4(1378 1409 7640 7609) +4(1408 7639 7640 1409) +4(1379 1410 7641 7610) +4(1409 7640 7641 1410) +4(1380 1411 7642 7611) +4(1410 7641 7642 1411) +4(1381 1412 7643 7612) +4(1411 7642 7643 1412) +4(1382 1413 7644 7613) +4(1412 7643 7644 1413) +4(1383 1414 7645 7614) +4(1413 7644 7645 1414) +4(1384 1415 7646 7615) +4(1414 7645 7646 1415) +4(1385 1416 7647 7616) +4(1415 7646 7647 1416) +4(1386 1417 7648 7617) +4(1416 7647 7648 1417) +4(1387 1418 7649 7618) +4(1417 7648 7649 1418) +4(1388 1419 7650 7619) +4(1418 7649 7650 1419) +4(1389 1420 7651 7620) +4(1419 7650 7651 1420) +4(1390 1421 7652 7621) +4(1420 7651 7652 1421) +4(1391 1422 7653 7622) +4(1421 7652 7653 1422) +4(1392 1423 7654 7623) +4(1422 7653 7654 1423) +4(1393 1424 7655 7624) +4(1423 7654 7655 1424) +4(1424 7655 7656 1425) +4(1396 1427 7658 7627) +4(1426 7657 7658 1427) +4(1397 1428 7659 7628) +4(1427 7658 7659 1428) +4(1398 1429 7660 7629) +4(1428 7659 7660 1429) +4(1399 1430 7661 7630) +4(1429 7660 7661 1430) +4(1400 1431 7662 7631) +4(1430 7661 7662 1431) +4(1401 1432 7663 7632) +4(1431 7662 7663 1432) +4(1402 1433 7664 7633) +4(1432 7663 7664 1433) +4(1403 1434 7665 7634) +4(1433 7664 7665 1434) +4(1404 1435 7666 7635) +4(1434 7665 7666 1435) +4(1405 1436 7667 7636) +4(1435 7666 7667 1436) +4(1406 1437 7668 7637) +4(1436 7667 7668 1437) +4(1407 1438 7669 7638) +4(1437 7668 7669 1438) +4(1408 1439 7670 7639) +4(1438 7669 7670 1439) +4(1409 1440 7671 7640) +4(1439 7670 7671 1440) +4(1410 1441 7672 7641) +4(1440 7671 7672 1441) +4(1411 1442 7673 7642) +4(1441 7672 7673 1442) +4(1412 1443 7674 7643) +4(1442 7673 7674 1443) +4(1413 1444 7675 7644) +4(1443 7674 7675 1444) +4(1414 1445 7676 7645) +4(1444 7675 7676 1445) +4(1415 1446 7677 7646) +4(1445 7676 7677 1446) +4(1416 1447 7678 7647) +4(1446 7677 7678 1447) +4(1417 1448 7679 7648) +4(1447 7678 7679 1448) +4(1418 1449 7680 7649) +4(1448 7679 7680 1449) +4(1419 1450 7681 7650) +4(1449 7680 7681 1450) +4(1420 1451 7682 7651) +4(1450 7681 7682 1451) +4(1421 1452 7683 7652) +4(1451 7682 7683 1452) +4(1422 1453 7684 7653) +4(1452 7683 7684 1453) +4(1423 1454 7685 7654) +4(1453 7684 7685 1454) +4(1424 1455 7686 7655) +4(1454 7685 7686 1455) +4(1455 7686 7687 1456) +4(1427 1458 7689 7658) +4(1457 7688 7689 1458) +4(1428 1459 7690 7659) +4(1458 7689 7690 1459) +4(1429 1460 7691 7660) +4(1459 7690 7691 1460) +4(1430 1461 7692 7661) +4(1460 7691 7692 1461) +4(1431 1462 7693 7662) +4(1461 7692 7693 1462) +4(1432 1463 7694 7663) +4(1462 7693 7694 1463) +4(1433 1464 7695 7664) +4(1463 7694 7695 1464) +4(1434 1465 7696 7665) +4(1464 7695 7696 1465) +4(1435 1466 7697 7666) +4(1465 7696 7697 1466) +4(1436 1467 7698 7667) +4(1466 7697 7698 1467) +4(1437 1468 7699 7668) +4(1467 7698 7699 1468) +4(1438 1469 7700 7669) +4(1468 7699 7700 1469) +4(1439 1470 7701 7670) +4(1469 7700 7701 1470) +4(1440 1471 7702 7671) +4(1470 7701 7702 1471) +4(1441 1472 7703 7672) +4(1471 7702 7703 1472) +4(1442 1473 7704 7673) +4(1472 7703 7704 1473) +4(1443 1474 7705 7674) +4(1473 7704 7705 1474) +4(1444 1475 7706 7675) +4(1474 7705 7706 1475) +4(1445 1476 7707 7676) +4(1475 7706 7707 1476) +4(1446 1477 7708 7677) +4(1476 7707 7708 1477) +4(1447 1478 7709 7678) +4(1477 7708 7709 1478) +4(1448 1479 7710 7679) +4(1478 7709 7710 1479) +4(1449 1480 7711 7680) +4(1479 7710 7711 1480) +4(1450 1481 7712 7681) +4(1480 7711 7712 1481) +4(1451 1482 7713 7682) +4(1481 7712 7713 1482) +4(1452 1483 7714 7683) +4(1482 7713 7714 1483) +4(1453 1484 7715 7684) +4(1483 7714 7715 1484) +4(1454 1485 7716 7685) +4(1484 7715 7716 1485) +4(1455 1486 7717 7686) +4(1485 7716 7717 1486) +4(1486 7717 7718 1487) +4(1458 1489 7720 7689) +4(1488 7719 7720 1489) +4(1459 1490 7721 7690) +4(1489 7720 7721 1490) +4(1460 1491 7722 7691) +4(1490 7721 7722 1491) +4(1461 1492 7723 7692) +4(1491 7722 7723 1492) +4(1462 1493 7724 7693) +4(1492 7723 7724 1493) +4(1463 1494 7725 7694) +4(1493 7724 7725 1494) +4(1464 1495 7726 7695) +4(1494 7725 7726 1495) +4(1465 1496 7727 7696) +4(1495 7726 7727 1496) +4(1466 1497 7728 7697) +4(1496 7727 7728 1497) +4(1467 1498 7729 7698) +4(1497 7728 7729 1498) +4(1468 1499 7730 7699) +4(1498 7729 7730 1499) +4(1469 1500 7731 7700) +4(1499 7730 7731 1500) +4(1470 1501 7732 7701) +4(1500 7731 7732 1501) +4(1471 1502 7733 7702) +4(1501 7732 7733 1502) +4(1472 1503 7734 7703) +4(1502 7733 7734 1503) +4(1473 1504 7735 7704) +4(1503 7734 7735 1504) +4(1474 1505 7736 7705) +4(1504 7735 7736 1505) +4(1475 1506 7737 7706) +4(1505 7736 7737 1506) +4(1476 1507 7738 7707) +4(1506 7737 7738 1507) +4(1477 1508 7739 7708) +4(1507 7738 7739 1508) +4(1478 1509 7740 7709) +4(1508 7739 7740 1509) +4(1479 1510 7741 7710) +4(1509 7740 7741 1510) +4(1480 1511 7742 7711) +4(1510 7741 7742 1511) +4(1481 1512 7743 7712) +4(1511 7742 7743 1512) +4(1482 1513 7744 7713) +4(1512 7743 7744 1513) +4(1483 1514 7745 7714) +4(1513 7744 7745 1514) +4(1484 1515 7746 7715) +4(1514 7745 7746 1515) +4(1485 1516 7747 7716) +4(1515 7746 7747 1516) +4(1486 1517 7748 7717) +4(1516 7747 7748 1517) +4(1517 7748 7749 1518) +4(1489 1520 7751 7720) +4(1519 7750 7751 1520) +4(1490 1521 7752 7721) +4(1520 7751 7752 1521) +4(1491 1522 7753 7722) +4(1521 7752 7753 1522) +4(1492 1523 7754 7723) +4(1522 7753 7754 1523) +4(1493 1524 7755 7724) +4(1523 7754 7755 1524) +4(1494 1525 7756 7725) +4(1524 7755 7756 1525) +4(1495 1526 7757 7726) +4(1525 7756 7757 1526) +4(1496 1527 7758 7727) +4(1526 7757 7758 1527) +4(1497 1528 7759 7728) +4(1527 7758 7759 1528) +4(1498 1529 7760 7729) +4(1528 7759 7760 1529) +4(1499 1530 7761 7730) +4(1529 7760 7761 1530) +4(1500 1531 7762 7731) +4(1530 7761 7762 1531) +4(1501 1532 7763 7732) +4(1531 7762 7763 1532) +4(1502 1533 7764 7733) +4(1532 7763 7764 1533) +4(1503 1534 7765 7734) +4(1533 7764 7765 1534) +4(1504 1535 7766 7735) +4(1534 7765 7766 1535) +4(1505 1536 7767 7736) +4(1535 7766 7767 1536) +4(1506 1537 7768 7737) +4(1536 7767 7768 1537) +4(1507 1538 7769 7738) +4(1537 7768 7769 1538) +4(1508 1539 7770 7739) +4(1538 7769 7770 1539) +4(1509 1540 7771 7740) +4(1539 7770 7771 1540) +4(1510 1541 7772 7741) +4(1540 7771 7772 1541) +4(1511 1542 7773 7742) +4(1541 7772 7773 1542) +4(1512 1543 7774 7743) +4(1542 7773 7774 1543) +4(1513 1544 7775 7744) +4(1543 7774 7775 1544) +4(1514 1545 7776 7745) +4(1544 7775 7776 1545) +4(1515 1546 7777 7746) +4(1545 7776 7777 1546) +4(1516 1547 7778 7747) +4(1546 7777 7778 1547) +4(1517 1548 7779 7748) +4(1547 7778 7779 1548) +4(1548 7779 7780 1549) +4(1520 1551 7782 7751) +4(1550 7781 7782 1551) +4(1521 1552 7783 7752) +4(1551 7782 7783 1552) +4(1522 1553 7784 7753) +4(1552 7783 7784 1553) +4(1523 1554 7785 7754) +4(1553 7784 7785 1554) +4(1524 1555 7786 7755) +4(1554 7785 7786 1555) +4(1525 1556 7787 7756) +4(1555 7786 7787 1556) +4(1526 1557 7788 7757) +4(1556 7787 7788 1557) +4(1527 1558 7789 7758) +4(1557 7788 7789 1558) +4(1528 1559 7790 7759) +4(1558 7789 7790 1559) +4(1529 1560 7791 7760) +4(1559 7790 7791 1560) +4(1530 1561 7792 7761) +4(1560 7791 7792 1561) +4(1531 1562 7793 7762) +4(1561 7792 7793 1562) +4(1532 1563 7794 7763) +4(1562 7793 7794 1563) +4(1533 1564 7795 7764) +4(1563 7794 7795 1564) +4(1534 1565 7796 7765) +4(1564 7795 7796 1565) +4(1535 1566 7797 7766) +4(1565 7796 7797 1566) +4(1536 1567 7798 7767) +4(1566 7797 7798 1567) +4(1537 1568 7799 7768) +4(1567 7798 7799 1568) +4(1538 1569 7800 7769) +4(1568 7799 7800 1569) +4(1539 1570 7801 7770) +4(1569 7800 7801 1570) +4(1540 1571 7802 7771) +4(1570 7801 7802 1571) +4(1541 1572 7803 7772) +4(1571 7802 7803 1572) +4(1542 1573 7804 7773) +4(1572 7803 7804 1573) +4(1543 1574 7805 7774) +4(1573 7804 7805 1574) +4(1544 1575 7806 7775) +4(1574 7805 7806 1575) +4(1545 1576 7807 7776) +4(1575 7806 7807 1576) +4(1546 1577 7808 7777) +4(1576 7807 7808 1577) +4(1547 1578 7809 7778) +4(1577 7808 7809 1578) +4(1548 1579 7810 7779) +4(1578 7809 7810 1579) +4(1579 7810 7811 1580) +4(1551 1582 7813 7782) +4(1581 7812 7813 1582) +4(1552 1583 7814 7783) +4(1582 7813 7814 1583) +4(1553 1584 7815 7784) +4(1583 7814 7815 1584) +4(1554 1585 7816 7785) +4(1584 7815 7816 1585) +4(1555 1586 7817 7786) +4(1585 7816 7817 1586) +4(1556 1587 7818 7787) +4(1586 7817 7818 1587) +4(1557 1588 7819 7788) +4(1587 7818 7819 1588) +4(1558 1589 7820 7789) +4(1588 7819 7820 1589) +4(1559 1590 7821 7790) +4(1589 7820 7821 1590) +4(1560 1591 7822 7791) +4(1590 7821 7822 1591) +4(1561 1592 7823 7792) +4(1591 7822 7823 1592) +4(1562 1593 7824 7793) +4(1592 7823 7824 1593) +4(1563 1594 7825 7794) +4(1593 7824 7825 1594) +4(1564 1595 7826 7795) +4(1594 7825 7826 1595) +4(1565 1596 7827 7796) +4(1595 7826 7827 1596) +4(1566 1597 7828 7797) +4(1596 7827 7828 1597) +4(1567 1598 7829 7798) +4(1597 7828 7829 1598) +4(1568 1599 7830 7799) +4(1598 7829 7830 1599) +4(1569 1600 7831 7800) +4(1599 7830 7831 1600) +4(1570 1601 7832 7801) +4(1600 7831 7832 1601) +4(1571 1602 7833 7802) +4(1601 7832 7833 1602) +4(1572 1603 7834 7803) +4(1602 7833 7834 1603) +4(1573 1604 7835 7804) +4(1603 7834 7835 1604) +4(1574 1605 7836 7805) +4(1604 7835 7836 1605) +4(1575 1606 7837 7806) +4(1605 7836 7837 1606) +4(1576 1607 7838 7807) +4(1606 7837 7838 1607) +4(1577 1608 7839 7808) +4(1607 7838 7839 1608) +4(1578 1609 7840 7809) +4(1608 7839 7840 1609) +4(1579 1610 7841 7810) +4(1609 7840 7841 1610) +4(1610 7841 7842 1611) +4(1582 1613 7844 7813) +4(1612 7843 7844 1613) +4(1583 1614 7845 7814) +4(1613 7844 7845 1614) +4(1584 1615 7846 7815) +4(1614 7845 7846 1615) +4(1585 1616 7847 7816) +4(1615 7846 7847 1616) +4(1586 1617 7848 7817) +4(1616 7847 7848 1617) +4(1587 1618 7849 7818) +4(1617 7848 7849 1618) +4(1588 1619 7850 7819) +4(1618 7849 7850 1619) +4(1589 1620 7851 7820) +4(1619 7850 7851 1620) +4(1590 1621 7852 7821) +4(1620 7851 7852 1621) +4(1591 1622 7853 7822) +4(1621 7852 7853 1622) +4(1592 1623 7854 7823) +4(1622 7853 7854 1623) +4(1593 1624 7855 7824) +4(1623 7854 7855 1624) +4(1594 1625 7856 7825) +4(1624 7855 7856 1625) +4(1595 1626 7857 7826) +4(1625 7856 7857 1626) +4(1596 1627 7858 7827) +4(1626 7857 7858 1627) +4(1597 1628 7859 7828) +4(1627 7858 7859 1628) +4(1598 1629 7860 7829) +4(1628 7859 7860 1629) +4(1599 1630 7861 7830) +4(1629 7860 7861 1630) +4(1600 1631 7862 7831) +4(1630 7861 7862 1631) +4(1601 1632 7863 7832) +4(1631 7862 7863 1632) +4(1602 1633 7864 7833) +4(1632 7863 7864 1633) +4(1603 1634 7865 7834) +4(1633 7864 7865 1634) +4(1604 1635 7866 7835) +4(1634 7865 7866 1635) +4(1605 1636 7867 7836) +4(1635 7866 7867 1636) +4(1606 1637 7868 7837) +4(1636 7867 7868 1637) +4(1607 1638 7869 7838) +4(1637 7868 7869 1638) +4(1608 1639 7870 7839) +4(1638 7869 7870 1639) +4(1609 1640 7871 7840) +4(1639 7870 7871 1640) +4(1610 1641 7872 7841) +4(1640 7871 7872 1641) +4(1641 7872 7873 1642) +4(1613 1644 7875 7844) +4(1643 7874 7875 1644) +4(1614 1645 7876 7845) +4(1644 7875 7876 1645) +4(1615 1646 7877 7846) +4(1645 7876 7877 1646) +4(1616 1647 7878 7847) +4(1646 7877 7878 1647) +4(1617 1648 7879 7848) +4(1647 7878 7879 1648) +4(1618 1649 7880 7849) +4(1648 7879 7880 1649) +4(1619 1650 7881 7850) +4(1649 7880 7881 1650) +4(1620 1651 7882 7851) +4(1650 7881 7882 1651) +4(1621 1652 7883 7852) +4(1651 7882 7883 1652) +4(1622 1653 7884 7853) +4(1652 7883 7884 1653) +4(1623 1654 7885 7854) +4(1653 7884 7885 1654) +4(1624 1655 7886 7855) +4(1654 7885 7886 1655) +4(1625 1656 7887 7856) +4(1655 7886 7887 1656) +4(1626 1657 7888 7857) +4(1656 7887 7888 1657) +4(1627 1658 7889 7858) +4(1657 7888 7889 1658) +4(1628 1659 7890 7859) +4(1658 7889 7890 1659) +4(1629 1660 7891 7860) +4(1659 7890 7891 1660) +4(1630 1661 7892 7861) +4(1660 7891 7892 1661) +4(1631 1662 7893 7862) +4(1661 7892 7893 1662) +4(1632 1663 7894 7863) +4(1662 7893 7894 1663) +4(1633 1664 7895 7864) +4(1663 7894 7895 1664) +4(1634 1665 7896 7865) +4(1664 7895 7896 1665) +4(1635 1666 7897 7866) +4(1665 7896 7897 1666) +4(1636 1667 7898 7867) +4(1666 7897 7898 1667) +4(1637 1668 7899 7868) +4(1667 7898 7899 1668) +4(1638 1669 7900 7869) +4(1668 7899 7900 1669) +4(1639 1670 7901 7870) +4(1669 7900 7901 1670) +4(1640 1671 7902 7871) +4(1670 7901 7902 1671) +4(1641 1672 7903 7872) +4(1671 7902 7903 1672) +4(1672 7903 7904 1673) +4(1644 1675 7906 7875) +4(1674 7905 7906 1675) +4(1645 1676 7907 7876) +4(1675 7906 7907 1676) +4(1646 1677 7908 7877) +4(1676 7907 7908 1677) +4(1647 1678 7909 7878) +4(1677 7908 7909 1678) +4(1648 1679 7910 7879) +4(1678 7909 7910 1679) +4(1649 1680 7911 7880) +4(1679 7910 7911 1680) +4(1650 1681 7912 7881) +4(1680 7911 7912 1681) +4(1651 1682 7913 7882) +4(1681 7912 7913 1682) +4(1652 1683 7914 7883) +4(1682 7913 7914 1683) +4(1653 1684 7915 7884) +4(1683 7914 7915 1684) +4(1654 1685 7916 7885) +4(1684 7915 7916 1685) +4(1655 1686 7917 7886) +4(1685 7916 7917 1686) +4(1656 1687 7918 7887) +4(1686 7917 7918 1687) +4(1657 1688 7919 7888) +4(1687 7918 7919 1688) +4(1658 1689 7920 7889) +4(1688 7919 7920 1689) +4(1659 1690 7921 7890) +4(1689 7920 7921 1690) +4(1660 1691 7922 7891) +4(1690 7921 7922 1691) +4(1661 1692 7923 7892) +4(1691 7922 7923 1692) +4(1662 1693 7924 7893) +4(1692 7923 7924 1693) +4(1663 1694 7925 7894) +4(1693 7924 7925 1694) +4(1664 1695 7926 7895) +4(1694 7925 7926 1695) +4(1665 1696 7927 7896) +4(1695 7926 7927 1696) +4(1666 1697 7928 7897) +4(1696 7927 7928 1697) +4(1667 1698 7929 7898) +4(1697 7928 7929 1698) +4(1668 1699 7930 7899) +4(1698 7929 7930 1699) +4(1669 1700 7931 7900) +4(1699 7930 7931 1700) +4(1670 1701 7932 7901) +4(1700 7931 7932 1701) +4(1671 1702 7933 7902) +4(1701 7932 7933 1702) +4(1672 1703 7934 7903) +4(1702 7933 7934 1703) +4(1703 7934 7935 1704) +4(1675 1706 7937 7906) +4(1705 7936 7937 1706) +4(1676 1707 7938 7907) +4(1706 7937 7938 1707) +4(1677 1708 7939 7908) +4(1707 7938 7939 1708) +4(1678 1709 7940 7909) +4(1708 7939 7940 1709) +4(1679 1710 7941 7910) +4(1709 7940 7941 1710) +4(1680 1711 7942 7911) +4(1710 7941 7942 1711) +4(1681 1712 7943 7912) +4(1711 7942 7943 1712) +4(1682 1713 7944 7913) +4(1712 7943 7944 1713) +4(1683 1714 7945 7914) +4(1713 7944 7945 1714) +4(1684 1715 7946 7915) +4(1714 7945 7946 1715) +4(1685 1716 7947 7916) +4(1715 7946 7947 1716) +4(1686 1717 7948 7917) +4(1716 7947 7948 1717) +4(1687 1718 7949 7918) +4(1717 7948 7949 1718) +4(1688 1719 7950 7919) +4(1718 7949 7950 1719) +4(1689 1720 7951 7920) +4(1719 7950 7951 1720) +4(1690 1721 7952 7921) +4(1720 7951 7952 1721) +4(1691 1722 7953 7922) +4(1721 7952 7953 1722) +4(1692 1723 7954 7923) +4(1722 7953 7954 1723) +4(1693 1724 7955 7924) +4(1723 7954 7955 1724) +4(1694 1725 7956 7925) +4(1724 7955 7956 1725) +4(1695 1726 7957 7926) +4(1725 7956 7957 1726) +4(1696 1727 7958 7927) +4(1726 7957 7958 1727) +4(1697 1728 7959 7928) +4(1727 7958 7959 1728) +4(1698 1729 7960 7929) +4(1728 7959 7960 1729) +4(1699 1730 7961 7930) +4(1729 7960 7961 1730) +4(1700 1731 7962 7931) +4(1730 7961 7962 1731) +4(1701 1732 7963 7932) +4(1731 7962 7963 1732) +4(1702 1733 7964 7933) +4(1732 7963 7964 1733) +4(1703 1734 7965 7934) +4(1733 7964 7965 1734) +4(1734 7965 7966 1735) +4(1706 1737 7968 7937) +4(1736 7967 7968 1737) +4(1707 1738 7969 7938) +4(1737 7968 7969 1738) +4(1708 1739 7970 7939) +4(1738 7969 7970 1739) +4(1709 1740 7971 7940) +4(1739 7970 7971 1740) +4(1710 1741 7972 7941) +4(1740 7971 7972 1741) +4(1711 1742 7973 7942) +4(1741 7972 7973 1742) +4(1712 1743 7974 7943) +4(1742 7973 7974 1743) +4(1713 1744 7975 7944) +4(1743 7974 7975 1744) +4(1714 1745 7976 7945) +4(1744 7975 7976 1745) +4(1715 1746 7977 7946) +4(1745 7976 7977 1746) +4(1716 1747 7978 7947) +4(1746 7977 7978 1747) +4(1717 1748 7979 7948) +4(1747 7978 7979 1748) +4(1718 1749 7980 7949) +4(1748 7979 7980 1749) +4(1719 1750 7981 7950) +4(1749 7980 7981 1750) +4(1720 1751 7982 7951) +4(1750 7981 7982 1751) +4(1721 1752 7983 7952) +4(1751 7982 7983 1752) +4(1722 1753 7984 7953) +4(1752 7983 7984 1753) +4(1723 1754 7985 7954) +4(1753 7984 7985 1754) +4(1724 1755 7986 7955) +4(1754 7985 7986 1755) +4(1725 1756 7987 7956) +4(1755 7986 7987 1756) +4(1726 1757 7988 7957) +4(1756 7987 7988 1757) +4(1727 1758 7989 7958) +4(1757 7988 7989 1758) +4(1728 1759 7990 7959) +4(1758 7989 7990 1759) +4(1729 1760 7991 7960) +4(1759 7990 7991 1760) +4(1730 1761 7992 7961) +4(1760 7991 7992 1761) +4(1731 1762 7993 7962) +4(1761 7992 7993 1762) +4(1732 1763 7994 7963) +4(1762 7993 7994 1763) +4(1733 1764 7995 7964) +4(1763 7994 7995 1764) +4(1734 1765 7996 7965) +4(1764 7995 7996 1765) +4(1765 7996 7997 1766) +4(1737 1768 7999 7968) +4(1767 7998 7999 1768) +4(1738 1769 8000 7969) +4(1768 7999 8000 1769) +4(1739 1770 8001 7970) +4(1769 8000 8001 1770) +4(1740 1771 8002 7971) +4(1770 8001 8002 1771) +4(1741 1772 8003 7972) +4(1771 8002 8003 1772) +4(1742 1773 8004 7973) +4(1772 8003 8004 1773) +4(1743 1774 8005 7974) +4(1773 8004 8005 1774) +4(1744 1775 8006 7975) +4(1774 8005 8006 1775) +4(1745 1776 8007 7976) +4(1775 8006 8007 1776) +4(1746 1777 8008 7977) +4(1776 8007 8008 1777) +4(1747 1778 8009 7978) +4(1777 8008 8009 1778) +4(1748 1779 8010 7979) +4(1778 8009 8010 1779) +4(1749 1780 8011 7980) +4(1779 8010 8011 1780) +4(1750 1781 8012 7981) +4(1780 8011 8012 1781) +4(1751 1782 8013 7982) +4(1781 8012 8013 1782) +4(1752 1783 8014 7983) +4(1782 8013 8014 1783) +4(1753 1784 8015 7984) +4(1783 8014 8015 1784) +4(1754 1785 8016 7985) +4(1784 8015 8016 1785) +4(1755 1786 8017 7986) +4(1785 8016 8017 1786) +4(1756 1787 8018 7987) +4(1786 8017 8018 1787) +4(1757 1788 8019 7988) +4(1787 8018 8019 1788) +4(1758 1789 8020 7989) +4(1788 8019 8020 1789) +4(1759 1790 8021 7990) +4(1789 8020 8021 1790) +4(1760 1791 8022 7991) +4(1790 8021 8022 1791) +4(1761 1792 8023 7992) +4(1791 8022 8023 1792) +4(1762 1793 8024 7993) +4(1792 8023 8024 1793) +4(1763 1794 8025 7994) +4(1793 8024 8025 1794) +4(1764 1795 8026 7995) +4(1794 8025 8026 1795) +4(1765 1796 8027 7996) +4(1795 8026 8027 1796) +4(1796 8027 8028 1797) +4(1768 1799 8030 7999) +4(1798 8029 8030 1799) +4(1769 1800 8031 8000) +4(1799 8030 8031 1800) +4(1770 1801 8032 8001) +4(1800 8031 8032 1801) +4(1771 1802 8033 8002) +4(1801 8032 8033 1802) +4(1772 1803 8034 8003) +4(1802 8033 8034 1803) +4(1773 1804 8035 8004) +4(1803 8034 8035 1804) +4(1774 1805 8036 8005) +4(1804 8035 8036 1805) +4(1775 1806 8037 8006) +4(1805 8036 8037 1806) +4(1776 1807 8038 8007) +4(1806 8037 8038 1807) +4(1777 1808 8039 8008) +4(1807 8038 8039 1808) +4(1778 1809 8040 8009) +4(1808 8039 8040 1809) +4(1779 1810 8041 8010) +4(1809 8040 8041 1810) +4(1780 1811 8042 8011) +4(1810 8041 8042 1811) +4(1781 1812 8043 8012) +4(1811 8042 8043 1812) +4(1782 1813 8044 8013) +4(1812 8043 8044 1813) +4(1783 1814 8045 8014) +4(1813 8044 8045 1814) +4(1784 1815 8046 8015) +4(1814 8045 8046 1815) +4(1785 1816 8047 8016) +4(1815 8046 8047 1816) +4(1786 1817 8048 8017) +4(1816 8047 8048 1817) +4(1787 1818 8049 8018) +4(1817 8048 8049 1818) +4(1788 1819 8050 8019) +4(1818 8049 8050 1819) +4(1789 1820 8051 8020) +4(1819 8050 8051 1820) +4(1790 1821 8052 8021) +4(1820 8051 8052 1821) +4(1791 1822 8053 8022) +4(1821 8052 8053 1822) +4(1792 1823 8054 8023) +4(1822 8053 8054 1823) +4(1793 1824 8055 8024) +4(1823 8054 8055 1824) +4(1794 1825 8056 8025) +4(1824 8055 8056 1825) +4(1795 1826 8057 8026) +4(1825 8056 8057 1826) +4(1796 1827 8058 8027) +4(1826 8057 8058 1827) +4(1827 8058 8059 1828) +4(1799 1830 8061 8030) +4(1829 8060 8061 1830) +4(1800 1831 8062 8031) +4(1830 8061 8062 1831) +4(1801 1832 8063 8032) +4(1831 8062 8063 1832) +4(1802 1833 8064 8033) +4(1832 8063 8064 1833) +4(1803 1834 8065 8034) +4(1833 8064 8065 1834) +4(1804 1835 8066 8035) +4(1834 8065 8066 1835) +4(1805 1836 8067 8036) +4(1835 8066 8067 1836) +4(1806 1837 8068 8037) +4(1836 8067 8068 1837) +4(1807 1838 8069 8038) +4(1837 8068 8069 1838) +4(1808 1839 8070 8039) +4(1838 8069 8070 1839) +4(1809 1840 8071 8040) +4(1839 8070 8071 1840) +4(1810 1841 8072 8041) +4(1840 8071 8072 1841) +4(1811 1842 8073 8042) +4(1841 8072 8073 1842) +4(1812 1843 8074 8043) +4(1842 8073 8074 1843) +4(1813 1844 8075 8044) +4(1843 8074 8075 1844) +4(1814 1845 8076 8045) +4(1844 8075 8076 1845) +4(1815 1846 8077 8046) +4(1845 8076 8077 1846) +4(1816 1847 8078 8047) +4(1846 8077 8078 1847) +4(1817 1848 8079 8048) +4(1847 8078 8079 1848) +4(1818 1849 8080 8049) +4(1848 8079 8080 1849) +4(1819 1850 8081 8050) +4(1849 8080 8081 1850) +4(1820 1851 8082 8051) +4(1850 8081 8082 1851) +4(1821 1852 8083 8052) +4(1851 8082 8083 1852) +4(1822 1853 8084 8053) +4(1852 8083 8084 1853) +4(1823 1854 8085 8054) +4(1853 8084 8085 1854) +4(1824 1855 8086 8055) +4(1854 8085 8086 1855) +4(1825 1856 8087 8056) +4(1855 8086 8087 1856) +4(1826 1857 8088 8057) +4(1856 8087 8088 1857) +4(1827 1858 8089 8058) +4(1857 8088 8089 1858) +4(1858 8089 8090 1859) +4(1830 1861 8092 8061) +4(1860 8091 8092 1861) +4(1831 1862 8093 8062) +4(1861 8092 8093 1862) +4(1832 1863 8094 8063) +4(1862 8093 8094 1863) +4(1833 1864 8095 8064) +4(1863 8094 8095 1864) +4(1834 1865 8096 8065) +4(1864 8095 8096 1865) +4(1835 1866 8097 8066) +4(1865 8096 8097 1866) +4(1836 1867 8098 8067) +4(1866 8097 8098 1867) +4(1837 1868 8099 8068) +4(1867 8098 8099 1868) +4(1838 1869 8100 8069) +4(1868 8099 8100 1869) +4(1839 1870 8101 8070) +4(1869 8100 8101 1870) +4(1840 1871 8102 8071) +4(1870 8101 8102 1871) +4(1841 1872 8103 8072) +4(1871 8102 8103 1872) +4(1842 1873 8104 8073) +4(1872 8103 8104 1873) +4(1843 1874 8105 8074) +4(1873 8104 8105 1874) +4(1844 1875 8106 8075) +4(1874 8105 8106 1875) +4(1845 1876 8107 8076) +4(1875 8106 8107 1876) +4(1846 1877 8108 8077) +4(1876 8107 8108 1877) +4(1847 1878 8109 8078) +4(1877 8108 8109 1878) +4(1848 1879 8110 8079) +4(1878 8109 8110 1879) +4(1849 1880 8111 8080) +4(1879 8110 8111 1880) +4(1850 1881 8112 8081) +4(1880 8111 8112 1881) +4(1851 1882 8113 8082) +4(1881 8112 8113 1882) +4(1852 1883 8114 8083) +4(1882 8113 8114 1883) +4(1853 1884 8115 8084) +4(1883 8114 8115 1884) +4(1854 1885 8116 8085) +4(1884 8115 8116 1885) +4(1855 1886 8117 8086) +4(1885 8116 8117 1886) +4(1856 1887 8118 8087) +4(1886 8117 8118 1887) +4(1857 1888 8119 8088) +4(1887 8118 8119 1888) +4(1858 1889 8120 8089) +4(1888 8119 8120 1889) +4(1889 8120 8121 1890) +4(1861 1892 8123 8092) +4(1891 8122 8123 1892) +4(1862 1893 8124 8093) +4(1892 8123 8124 1893) +4(1863 1894 8125 8094) +4(1893 8124 8125 1894) +4(1864 1895 8126 8095) +4(1894 8125 8126 1895) +4(1865 1896 8127 8096) +4(1895 8126 8127 1896) +4(1866 1897 8128 8097) +4(1896 8127 8128 1897) +4(1867 1898 8129 8098) +4(1897 8128 8129 1898) +4(1868 1899 8130 8099) +4(1898 8129 8130 1899) +4(1869 1900 8131 8100) +4(1899 8130 8131 1900) +4(1870 1901 8132 8101) +4(1900 8131 8132 1901) +4(1871 1902 8133 8102) +4(1901 8132 8133 1902) +4(1872 1903 8134 8103) +4(1902 8133 8134 1903) +4(1873 1904 8135 8104) +4(1903 8134 8135 1904) +4(1874 1905 8136 8105) +4(1904 8135 8136 1905) +4(1875 1906 8137 8106) +4(1905 8136 8137 1906) +4(1876 1907 8138 8107) +4(1906 8137 8138 1907) +4(1877 1908 8139 8108) +4(1907 8138 8139 1908) +4(1878 1909 8140 8109) +4(1908 8139 8140 1909) +4(1879 1910 8141 8110) +4(1909 8140 8141 1910) +4(1880 1911 8142 8111) +4(1910 8141 8142 1911) +4(1881 1912 8143 8112) +4(1911 8142 8143 1912) +4(1882 1913 8144 8113) +4(1912 8143 8144 1913) +4(1883 1914 8145 8114) +4(1913 8144 8145 1914) +4(1884 1915 8146 8115) +4(1914 8145 8146 1915) +4(1885 1916 8147 8116) +4(1915 8146 8147 1916) +4(1886 1917 8148 8117) +4(1916 8147 8148 1917) +4(1887 1918 8149 8118) +4(1917 8148 8149 1918) +4(1888 1919 8150 8119) +4(1918 8149 8150 1919) +4(1889 1920 8151 8120) +4(1919 8150 8151 1920) +4(1920 8151 8152 1921) +4(1892 1923 8154 8123) +4(1922 8153 8154 1923) +4(1893 1924 8155 8124) +4(1923 8154 8155 1924) +4(1894 1925 8156 8125) +4(1924 8155 8156 1925) +4(1895 1926 8157 8126) +4(1925 8156 8157 1926) +4(1896 1927 8158 8127) +4(1926 8157 8158 1927) +4(1897 1928 8159 8128) +4(1927 8158 8159 1928) +4(1898 1929 8160 8129) +4(1928 8159 8160 1929) +4(1899 1930 8161 8130) +4(1929 8160 8161 1930) +4(1900 1931 8162 8131) +4(1930 8161 8162 1931) +4(1901 1932 8163 8132) +4(1931 8162 8163 1932) +4(1902 1933 8164 8133) +4(1932 8163 8164 1933) +4(1903 1934 8165 8134) +4(1933 8164 8165 1934) +4(1904 1935 8166 8135) +4(1934 8165 8166 1935) +4(1905 1936 8167 8136) +4(1935 8166 8167 1936) +4(1906 1937 8168 8137) +4(1936 8167 8168 1937) +4(1907 1938 8169 8138) +4(1937 8168 8169 1938) +4(1908 1939 8170 8139) +4(1938 8169 8170 1939) +4(1909 1940 8171 8140) +4(1939 8170 8171 1940) +4(1910 1941 8172 8141) +4(1940 8171 8172 1941) +4(1911 1942 8173 8142) +4(1941 8172 8173 1942) +4(1912 1943 8174 8143) +4(1942 8173 8174 1943) +4(1913 1944 8175 8144) +4(1943 8174 8175 1944) +4(1914 1945 8176 8145) +4(1944 8175 8176 1945) +4(1915 1946 8177 8146) +4(1945 8176 8177 1946) +4(1916 1947 8178 8147) +4(1946 8177 8178 1947) +4(1917 1948 8179 8148) +4(1947 8178 8179 1948) +4(1918 1949 8180 8149) +4(1948 8179 8180 1949) +4(1919 1950 8181 8150) +4(1949 8180 8181 1950) +4(1920 1951 8182 8151) +4(1950 8181 8182 1951) +4(1951 8182 8183 1952) +4(1923 1954 8185 8154) +4(1953 8184 8185 1954) +4(1924 1955 8186 8155) +4(1954 8185 8186 1955) +4(1925 1956 8187 8156) +4(1955 8186 8187 1956) +4(1926 1957 8188 8157) +4(1956 8187 8188 1957) +4(1927 1958 8189 8158) +4(1957 8188 8189 1958) +4(1928 1959 8190 8159) +4(1958 8189 8190 1959) +4(1929 1960 8191 8160) +4(1959 8190 8191 1960) +4(1930 1961 8192 8161) +4(1960 8191 8192 1961) +4(1931 1962 8193 8162) +4(1961 8192 8193 1962) +4(1932 1963 8194 8163) +4(1962 8193 8194 1963) +4(1933 1964 8195 8164) +4(1963 8194 8195 1964) +4(1934 1965 8196 8165) +4(1964 8195 8196 1965) +4(1935 1966 8197 8166) +4(1965 8196 8197 1966) +4(1936 1967 8198 8167) +4(1966 8197 8198 1967) +4(1937 1968 8199 8168) +4(1967 8198 8199 1968) +4(1938 1969 8200 8169) +4(1968 8199 8200 1969) +4(1939 1970 8201 8170) +4(1969 8200 8201 1970) +4(1940 1971 8202 8171) +4(1970 8201 8202 1971) +4(1941 1972 8203 8172) +4(1971 8202 8203 1972) +4(1942 1973 8204 8173) +4(1972 8203 8204 1973) +4(1943 1974 8205 8174) +4(1973 8204 8205 1974) +4(1944 1975 8206 8175) +4(1974 8205 8206 1975) +4(1945 1976 8207 8176) +4(1975 8206 8207 1976) +4(1946 1977 8208 8177) +4(1976 8207 8208 1977) +4(1947 1978 8209 8178) +4(1977 8208 8209 1978) +4(1948 1979 8210 8179) +4(1978 8209 8210 1979) +4(1949 1980 8211 8180) +4(1979 8210 8211 1980) +4(1950 1981 8212 8181) +4(1980 8211 8212 1981) +4(1951 1982 8213 8182) +4(1981 8212 8213 1982) +4(1982 8213 8214 1983) +4(1954 1985 8216 8185) +4(1984 8215 8216 1985) +4(1955 1986 8217 8186) +4(1985 8216 8217 1986) +4(1956 1987 8218 8187) +4(1986 8217 8218 1987) +4(1957 1988 8219 8188) +4(1987 8218 8219 1988) +4(1958 1989 8220 8189) +4(1988 8219 8220 1989) +4(1959 1990 8221 8190) +4(1989 8220 8221 1990) +4(1960 1991 8222 8191) +4(1990 8221 8222 1991) +4(1961 1992 8223 8192) +4(1991 8222 8223 1992) +4(1962 1993 8224 8193) +4(1992 8223 8224 1993) +4(1963 1994 8225 8194) +4(1993 8224 8225 1994) +4(1964 1995 8226 8195) +4(1994 8225 8226 1995) +4(1965 1996 8227 8196) +4(1995 8226 8227 1996) +4(1966 1997 8228 8197) +4(1996 8227 8228 1997) +4(1967 1998 8229 8198) +4(1997 8228 8229 1998) +4(1968 1999 8230 8199) +4(1998 8229 8230 1999) +4(1969 2000 8231 8200) +4(1999 8230 8231 2000) +4(1970 2001 8232 8201) +4(2000 8231 8232 2001) +4(1971 2002 8233 8202) +4(2001 8232 8233 2002) +4(1972 2003 8234 8203) +4(2002 8233 8234 2003) +4(1973 2004 8235 8204) +4(2003 8234 8235 2004) +4(1974 2005 8236 8205) +4(2004 8235 8236 2005) +4(1975 2006 8237 8206) +4(2005 8236 8237 2006) +4(1976 2007 8238 8207) +4(2006 8237 8238 2007) +4(1977 2008 8239 8208) +4(2007 8238 8239 2008) +4(1978 2009 8240 8209) +4(2008 8239 8240 2009) +4(1979 2010 8241 8210) +4(2009 8240 8241 2010) +4(1980 2011 8242 8211) +4(2010 8241 8242 2011) +4(1981 2012 8243 8212) +4(2011 8242 8243 2012) +4(1982 2013 8244 8213) +4(2012 8243 8244 2013) +4(2013 8244 8245 2014) +4(1985 2016 8247 8216) +4(2015 8246 8247 2016) +4(1986 2017 8248 8217) +4(2016 8247 8248 2017) +4(1987 2018 8249 8218) +4(2017 8248 8249 2018) +4(1988 2019 8250 8219) +4(2018 8249 8250 2019) +4(1989 2020 8251 8220) +4(2019 8250 8251 2020) +4(1990 2021 8252 8221) +4(2020 8251 8252 2021) +4(1991 2022 8253 8222) +4(2021 8252 8253 2022) +4(1992 2023 8254 8223) +4(2022 8253 8254 2023) +4(1993 2024 8255 8224) +4(2023 8254 8255 2024) +4(1994 2025 8256 8225) +4(2024 8255 8256 2025) +4(1995 2026 8257 8226) +4(2025 8256 8257 2026) +4(1996 2027 8258 8227) +4(2026 8257 8258 2027) +4(1997 2028 8259 8228) +4(2027 8258 8259 2028) +4(1998 2029 8260 8229) +4(2028 8259 8260 2029) +4(1999 2030 8261 8230) +4(2029 8260 8261 2030) +4(2000 2031 8262 8231) +4(2030 8261 8262 2031) +4(2001 2032 8263 8232) +4(2031 8262 8263 2032) +4(2002 2033 8264 8233) +4(2032 8263 8264 2033) +4(2003 2034 8265 8234) +4(2033 8264 8265 2034) +4(2004 2035 8266 8235) +4(2034 8265 8266 2035) +4(2005 2036 8267 8236) +4(2035 8266 8267 2036) +4(2006 2037 8268 8237) +4(2036 8267 8268 2037) +4(2007 2038 8269 8238) +4(2037 8268 8269 2038) +4(2008 2039 8270 8239) +4(2038 8269 8270 2039) +4(2009 2040 8271 8240) +4(2039 8270 8271 2040) +4(2010 2041 8272 8241) +4(2040 8271 8272 2041) +4(2011 2042 8273 8242) +4(2041 8272 8273 2042) +4(2012 2043 8274 8243) +4(2042 8273 8274 2043) +4(2013 2044 8275 8244) +4(2043 8274 8275 2044) +4(2044 8275 8276 2045) +4(2016 2047 8278 8247) +4(2046 8277 8278 2047) +4(2017 2048 8279 8248) +4(2047 8278 8279 2048) +4(2018 2049 8280 8249) +4(2048 8279 8280 2049) +4(2019 2050 8281 8250) +4(2049 8280 8281 2050) +4(2020 2051 8282 8251) +4(2050 8281 8282 2051) +4(2021 2052 8283 8252) +4(2051 8282 8283 2052) +4(2022 2053 8284 8253) +4(2052 8283 8284 2053) +4(2023 2054 8285 8254) +4(2053 8284 8285 2054) +4(2024 2055 8286 8255) +4(2054 8285 8286 2055) +4(2025 2056 8287 8256) +4(2055 8286 8287 2056) +4(2026 2057 8288 8257) +4(2056 8287 8288 2057) +4(2027 2058 8289 8258) +4(2057 8288 8289 2058) +4(2028 2059 8290 8259) +4(2058 8289 8290 2059) +4(2029 2060 8291 8260) +4(2059 8290 8291 2060) +4(2030 2061 8292 8261) +4(2060 8291 8292 2061) +4(2031 2062 8293 8262) +4(2061 8292 8293 2062) +4(2032 2063 8294 8263) +4(2062 8293 8294 2063) +4(2033 2064 8295 8264) +4(2063 8294 8295 2064) +4(2034 2065 8296 8265) +4(2064 8295 8296 2065) +4(2035 2066 8297 8266) +4(2065 8296 8297 2066) +4(2036 2067 8298 8267) +4(2066 8297 8298 2067) +4(2037 2068 8299 8268) +4(2067 8298 8299 2068) +4(2038 2069 8300 8269) +4(2068 8299 8300 2069) +4(2039 2070 8301 8270) +4(2069 8300 8301 2070) +4(2040 2071 8302 8271) +4(2070 8301 8302 2071) +4(2041 2072 8303 8272) +4(2071 8302 8303 2072) +4(2042 2073 8304 8273) +4(2072 8303 8304 2073) +4(2043 2074 8305 8274) +4(2073 8304 8305 2074) +4(2044 2075 8306 8275) +4(2074 8305 8306 2075) +4(2075 8306 8307 2076) +4(2047 2078 8309 8278) +4(2077 8308 8309 2078) +4(2048 2079 8310 8279) +4(2078 8309 8310 2079) +4(2049 2080 8311 8280) +4(2079 8310 8311 2080) +4(2050 2081 8312 8281) +4(2080 8311 8312 2081) +4(2051 2082 8313 8282) +4(2081 8312 8313 2082) +4(2052 2083 8314 8283) +4(2082 8313 8314 2083) +4(2053 2084 8315 8284) +4(2083 8314 8315 2084) +4(2054 2085 8316 8285) +4(2084 8315 8316 2085) +4(2055 2086 8317 8286) +4(2085 8316 8317 2086) +4(2056 2087 8318 8287) +4(2086 8317 8318 2087) +4(2057 2088 8319 8288) +4(2087 8318 8319 2088) +4(2058 2089 8320 8289) +4(2088 8319 8320 2089) +4(2059 2090 8321 8290) +4(2089 8320 8321 2090) +4(2060 2091 8322 8291) +4(2090 8321 8322 2091) +4(2061 2092 8323 8292) +4(2091 8322 8323 2092) +4(2062 2093 8324 8293) +4(2092 8323 8324 2093) +4(2063 2094 8325 8294) +4(2093 8324 8325 2094) +4(2064 2095 8326 8295) +4(2094 8325 8326 2095) +4(2065 2096 8327 8296) +4(2095 8326 8327 2096) +4(2066 2097 8328 8297) +4(2096 8327 8328 2097) +4(2067 2098 8329 8298) +4(2097 8328 8329 2098) +4(2068 2099 8330 8299) +4(2098 8329 8330 2099) +4(2069 2100 8331 8300) +4(2099 8330 8331 2100) +4(2070 2101 8332 8301) +4(2100 8331 8332 2101) +4(2071 2102 8333 8302) +4(2101 8332 8333 2102) +4(2072 2103 8334 8303) +4(2102 8333 8334 2103) +4(2073 2104 8335 8304) +4(2103 8334 8335 2104) +4(2074 2105 8336 8305) +4(2104 8335 8336 2105) +4(2075 2106 8337 8306) +4(2105 8336 8337 2106) +4(2106 8337 8338 2107) +4(2078 2109 8340 8309) +4(2108 8339 8340 2109) +4(2079 2110 8341 8310) +4(2109 8340 8341 2110) +4(2080 2111 8342 8311) +4(2110 8341 8342 2111) +4(2081 2112 8343 8312) +4(2111 8342 8343 2112) +4(2082 2113 8344 8313) +4(2112 8343 8344 2113) +4(2083 2114 8345 8314) +4(2113 8344 8345 2114) +4(2084 2115 8346 8315) +4(2114 8345 8346 2115) +4(2085 2116 8347 8316) +4(2115 8346 8347 2116) +4(2086 2117 8348 8317) +4(2116 8347 8348 2117) +4(2087 2118 8349 8318) +4(2117 8348 8349 2118) +4(2088 2119 8350 8319) +4(2118 8349 8350 2119) +4(2089 2120 8351 8320) +4(2119 8350 8351 2120) +4(2090 2121 8352 8321) +4(2120 8351 8352 2121) +4(2091 2122 8353 8322) +4(2121 8352 8353 2122) +4(2092 2123 8354 8323) +4(2122 8353 8354 2123) +4(2093 2124 8355 8324) +4(2123 8354 8355 2124) +4(2094 2125 8356 8325) +4(2124 8355 8356 2125) +4(2095 2126 8357 8326) +4(2125 8356 8357 2126) +4(2096 2127 8358 8327) +4(2126 8357 8358 2127) +4(2097 2128 8359 8328) +4(2127 8358 8359 2128) +4(2098 2129 8360 8329) +4(2128 8359 8360 2129) +4(2099 2130 8361 8330) +4(2129 8360 8361 2130) +4(2100 2131 8362 8331) +4(2130 8361 8362 2131) +4(2101 2132 8363 8332) +4(2131 8362 8363 2132) +4(2102 2133 8364 8333) +4(2132 8363 8364 2133) +4(2103 2134 8365 8334) +4(2133 8364 8365 2134) +4(2104 2135 8366 8335) +4(2134 8365 8366 2135) +4(2105 2136 8367 8336) +4(2135 8366 8367 2136) +4(2106 2137 8368 8337) +4(2136 8367 8368 2137) +4(2137 8368 8369 2138) +4(2109 2140 8371 8340) +4(2139 8370 8371 2140) +4(2110 2141 8372 8341) +4(2140 8371 8372 2141) +4(2111 2142 8373 8342) +4(2141 8372 8373 2142) +4(2112 2143 8374 8343) +4(2142 8373 8374 2143) +4(2113 2144 8375 8344) +4(2143 8374 8375 2144) +4(2114 2145 8376 8345) +4(2144 8375 8376 2145) +4(2115 2146 8377 8346) +4(2145 8376 8377 2146) +4(2116 2147 8378 8347) +4(2146 8377 8378 2147) +4(2117 2148 8379 8348) +4(2147 8378 8379 2148) +4(2118 2149 8380 8349) +4(2148 8379 8380 2149) +4(2119 2150 8381 8350) +4(2149 8380 8381 2150) +4(2120 2151 8382 8351) +4(2150 8381 8382 2151) +4(2121 2152 8383 8352) +4(2151 8382 8383 2152) +4(2122 2153 8384 8353) +4(2152 8383 8384 2153) +4(2123 2154 8385 8354) +4(2153 8384 8385 2154) +4(2124 2155 8386 8355) +4(2154 8385 8386 2155) +4(2125 2156 8387 8356) +4(2155 8386 8387 2156) +4(2126 2157 8388 8357) +4(2156 8387 8388 2157) +4(2127 2158 8389 8358) +4(2157 8388 8389 2158) +4(2128 2159 8390 8359) +4(2158 8389 8390 2159) +4(2129 2160 8391 8360) +4(2159 8390 8391 2160) +4(2130 2161 8392 8361) +4(2160 8391 8392 2161) +4(2131 2162 8393 8362) +4(2161 8392 8393 2162) +4(2132 2163 8394 8363) +4(2162 8393 8394 2163) +4(2133 2164 8395 8364) +4(2163 8394 8395 2164) +4(2134 2165 8396 8365) +4(2164 8395 8396 2165) +4(2135 2166 8397 8366) +4(2165 8396 8397 2166) +4(2136 2167 8398 8367) +4(2166 8397 8398 2167) +4(2137 2168 8399 8368) +4(2167 8398 8399 2168) +4(2168 8399 8400 2169) +4(2140 2171 8402 8371) +4(2170 8401 8402 2171) +4(2141 2172 8403 8372) +4(2171 8402 8403 2172) +4(2142 2173 8404 8373) +4(2172 8403 8404 2173) +4(2143 2174 8405 8374) +4(2173 8404 8405 2174) +4(2144 2175 8406 8375) +4(2174 8405 8406 2175) +4(2145 2176 8407 8376) +4(2175 8406 8407 2176) +4(2146 2177 8408 8377) +4(2176 8407 8408 2177) +4(2147 2178 8409 8378) +4(2177 8408 8409 2178) +4(2148 2179 8410 8379) +4(2178 8409 8410 2179) +4(2149 2180 8411 8380) +4(2179 8410 8411 2180) +4(2150 2181 8412 8381) +4(2180 8411 8412 2181) +4(2151 2182 8413 8382) +4(2181 8412 8413 2182) +4(2152 2183 8414 8383) +4(2182 8413 8414 2183) +4(2153 2184 8415 8384) +4(2183 8414 8415 2184) +4(2154 2185 8416 8385) +4(2184 8415 8416 2185) +4(2155 2186 8417 8386) +4(2185 8416 8417 2186) +4(2156 2187 8418 8387) +4(2186 8417 8418 2187) +4(2157 2188 8419 8388) +4(2187 8418 8419 2188) +4(2158 2189 8420 8389) +4(2188 8419 8420 2189) +4(2159 2190 8421 8390) +4(2189 8420 8421 2190) +4(2160 2191 8422 8391) +4(2190 8421 8422 2191) +4(2161 2192 8423 8392) +4(2191 8422 8423 2192) +4(2162 2193 8424 8393) +4(2192 8423 8424 2193) +4(2163 2194 8425 8394) +4(2193 8424 8425 2194) +4(2164 2195 8426 8395) +4(2194 8425 8426 2195) +4(2165 2196 8427 8396) +4(2195 8426 8427 2196) +4(2166 2197 8428 8397) +4(2196 8427 8428 2197) +4(2167 2198 8429 8398) +4(2197 8428 8429 2198) +4(2168 2199 8430 8399) +4(2198 8429 8430 2199) +4(2199 8430 8431 2200) +4(2171 2202 8433 8402) +4(2201 8432 8433 2202) +4(2172 2203 8434 8403) +4(2202 8433 8434 2203) +4(2173 2204 8435 8404) +4(2203 8434 8435 2204) +4(2174 2205 8436 8405) +4(2204 8435 8436 2205) +4(2175 2206 8437 8406) +4(2205 8436 8437 2206) +4(2176 2207 8438 8407) +4(2206 8437 8438 2207) +4(2177 2208 8439 8408) +4(2207 8438 8439 2208) +4(2178 2209 8440 8409) +4(2208 8439 8440 2209) +4(2179 2210 8441 8410) +4(2209 8440 8441 2210) +4(2180 2211 8442 8411) +4(2210 8441 8442 2211) +4(2181 2212 8443 8412) +4(2211 8442 8443 2212) +4(2182 2213 8444 8413) +4(2212 8443 8444 2213) +4(2183 2214 8445 8414) +4(2213 8444 8445 2214) +4(2184 2215 8446 8415) +4(2214 8445 8446 2215) +4(2185 2216 8447 8416) +4(2215 8446 8447 2216) +4(2186 2217 8448 8417) +4(2216 8447 8448 2217) +4(2187 2218 8449 8418) +4(2217 8448 8449 2218) +4(2188 2219 8450 8419) +4(2218 8449 8450 2219) +4(2189 2220 8451 8420) +4(2219 8450 8451 2220) +4(2190 2221 8452 8421) +4(2220 8451 8452 2221) +4(2191 2222 8453 8422) +4(2221 8452 8453 2222) +4(2192 2223 8454 8423) +4(2222 8453 8454 2223) +4(2193 2224 8455 8424) +4(2223 8454 8455 2224) +4(2194 2225 8456 8425) +4(2224 8455 8456 2225) +4(2195 2226 8457 8426) +4(2225 8456 8457 2226) +4(2196 2227 8458 8427) +4(2226 8457 8458 2227) +4(2197 2228 8459 8428) +4(2227 8458 8459 2228) +4(2198 2229 8460 8429) +4(2228 8459 8460 2229) +4(2199 2230 8461 8430) +4(2229 8460 8461 2230) +4(2230 8461 8462 2231) +4(2202 2233 8464 8433) +4(2232 8463 8464 2233) +4(2203 2234 8465 8434) +4(2233 8464 8465 2234) +4(2204 2235 8466 8435) +4(2234 8465 8466 2235) +4(2205 2236 8467 8436) +4(2235 8466 8467 2236) +4(2206 2237 8468 8437) +4(2236 8467 8468 2237) +4(2207 2238 8469 8438) +4(2237 8468 8469 2238) +4(2208 2239 8470 8439) +4(2238 8469 8470 2239) +4(2209 2240 8471 8440) +4(2239 8470 8471 2240) +4(2210 2241 8472 8441) +4(2240 8471 8472 2241) +4(2211 2242 8473 8442) +4(2241 8472 8473 2242) +4(2212 2243 8474 8443) +4(2242 8473 8474 2243) +4(2213 2244 8475 8444) +4(2243 8474 8475 2244) +4(2214 2245 8476 8445) +4(2244 8475 8476 2245) +4(2215 2246 8477 8446) +4(2245 8476 8477 2246) +4(2216 2247 8478 8447) +4(2246 8477 8478 2247) +4(2217 2248 8479 8448) +4(2247 8478 8479 2248) +4(2218 2249 8480 8449) +4(2248 8479 8480 2249) +4(2219 2250 8481 8450) +4(2249 8480 8481 2250) +4(2220 2251 8482 8451) +4(2250 8481 8482 2251) +4(2221 2252 8483 8452) +4(2251 8482 8483 2252) +4(2222 2253 8484 8453) +4(2252 8483 8484 2253) +4(2223 2254 8485 8454) +4(2253 8484 8485 2254) +4(2224 2255 8486 8455) +4(2254 8485 8486 2255) +4(2225 2256 8487 8456) +4(2255 8486 8487 2256) +4(2226 2257 8488 8457) +4(2256 8487 8488 2257) +4(2227 2258 8489 8458) +4(2257 8488 8489 2258) +4(2228 2259 8490 8459) +4(2258 8489 8490 2259) +4(2229 2260 8491 8460) +4(2259 8490 8491 2260) +4(2230 2261 8492 8461) +4(2260 8491 8492 2261) +4(2261 8492 8493 2262) +4(2233 2264 8495 8464) +4(2263 8494 8495 2264) +4(2234 2265 8496 8465) +4(2264 8495 8496 2265) +4(2235 2266 8497 8466) +4(2265 8496 8497 2266) +4(2236 2267 8498 8467) +4(2266 8497 8498 2267) +4(2237 2268 8499 8468) +4(2267 8498 8499 2268) +4(2238 2269 8500 8469) +4(2268 8499 8500 2269) +4(2239 2270 8501 8470) +4(2269 8500 8501 2270) +4(2240 2271 8502 8471) +4(2270 8501 8502 2271) +4(2241 2272 8503 8472) +4(2271 8502 8503 2272) +4(2242 2273 8504 8473) +4(2272 8503 8504 2273) +4(2243 2274 8505 8474) +4(2273 8504 8505 2274) +4(2244 2275 8506 8475) +4(2274 8505 8506 2275) +4(2245 2276 8507 8476) +4(2275 8506 8507 2276) +4(2246 2277 8508 8477) +4(2276 8507 8508 2277) +4(2247 2278 8509 8478) +4(2277 8508 8509 2278) +4(2248 2279 8510 8479) +4(2278 8509 8510 2279) +4(2249 2280 8511 8480) +4(2279 8510 8511 2280) +4(2250 2281 8512 8481) +4(2280 8511 8512 2281) +4(2251 2282 8513 8482) +4(2281 8512 8513 2282) +4(2252 2283 8514 8483) +4(2282 8513 8514 2283) +4(2253 2284 8515 8484) +4(2283 8514 8515 2284) +4(2254 2285 8516 8485) +4(2284 8515 8516 2285) +4(2255 2286 8517 8486) +4(2285 8516 8517 2286) +4(2256 2287 8518 8487) +4(2286 8517 8518 2287) +4(2257 2288 8519 8488) +4(2287 8518 8519 2288) +4(2258 2289 8520 8489) +4(2288 8519 8520 2289) +4(2259 2290 8521 8490) +4(2289 8520 8521 2290) +4(2260 2291 8522 8491) +4(2290 8521 8522 2291) +4(2261 2292 8523 8492) +4(2291 8522 8523 2292) +4(2292 8523 8524 2293) +4(2264 2295 8526 8495) +4(2294 8525 8526 2295) +4(2265 2296 8527 8496) +4(2295 8526 8527 2296) +4(2266 2297 8528 8497) +4(2296 8527 8528 2297) +4(2267 2298 8529 8498) +4(2297 8528 8529 2298) +4(2268 2299 8530 8499) +4(2298 8529 8530 2299) +4(2269 2300 8531 8500) +4(2299 8530 8531 2300) +4(2270 2301 8532 8501) +4(2300 8531 8532 2301) +4(2271 2302 8533 8502) +4(2301 8532 8533 2302) +4(2272 2303 8534 8503) +4(2302 8533 8534 2303) +4(2273 2304 8535 8504) +4(2303 8534 8535 2304) +4(2274 2305 8536 8505) +4(2304 8535 8536 2305) +4(2275 2306 8537 8506) +4(2305 8536 8537 2306) +4(2276 2307 8538 8507) +4(2306 8537 8538 2307) +4(2277 2308 8539 8508) +4(2307 8538 8539 2308) +4(2278 2309 8540 8509) +4(2308 8539 8540 2309) +4(2279 2310 8541 8510) +4(2309 8540 8541 2310) +4(2280 2311 8542 8511) +4(2310 8541 8542 2311) +4(2281 2312 8543 8512) +4(2311 8542 8543 2312) +4(2282 2313 8544 8513) +4(2312 8543 8544 2313) +4(2283 2314 8545 8514) +4(2313 8544 8545 2314) +4(2284 2315 8546 8515) +4(2314 8545 8546 2315) +4(2285 2316 8547 8516) +4(2315 8546 8547 2316) +4(2286 2317 8548 8517) +4(2316 8547 8548 2317) +4(2287 2318 8549 8518) +4(2317 8548 8549 2318) +4(2288 2319 8550 8519) +4(2318 8549 8550 2319) +4(2289 2320 8551 8520) +4(2319 8550 8551 2320) +4(2290 2321 8552 8521) +4(2320 8551 8552 2321) +4(2291 2322 8553 8522) +4(2321 8552 8553 2322) +4(2292 2323 8554 8523) +4(2322 8553 8554 2323) +4(2323 8554 8555 2324) +4(2295 2326 8557 8526) +4(2325 8556 8557 2326) +4(2296 2327 8558 8527) +4(2326 8557 8558 2327) +4(2297 2328 8559 8528) +4(2327 8558 8559 2328) +4(2298 2329 8560 8529) +4(2328 8559 8560 2329) +4(2299 2330 8561 8530) +4(2329 8560 8561 2330) +4(2300 2331 8562 8531) +4(2330 8561 8562 2331) +4(2301 2332 8563 8532) +4(2331 8562 8563 2332) +4(2302 2333 8564 8533) +4(2332 8563 8564 2333) +4(2303 2334 8565 8534) +4(2333 8564 8565 2334) +4(2304 2335 8566 8535) +4(2334 8565 8566 2335) +4(2305 2336 8567 8536) +4(2335 8566 8567 2336) +4(2306 2337 8568 8537) +4(2336 8567 8568 2337) +4(2307 2338 8569 8538) +4(2337 8568 8569 2338) +4(2308 2339 8570 8539) +4(2338 8569 8570 2339) +4(2309 2340 8571 8540) +4(2339 8570 8571 2340) +4(2310 2341 8572 8541) +4(2340 8571 8572 2341) +4(2311 2342 8573 8542) +4(2341 8572 8573 2342) +4(2312 2343 8574 8543) +4(2342 8573 8574 2343) +4(2313 2344 8575 8544) +4(2343 8574 8575 2344) +4(2314 2345 8576 8545) +4(2344 8575 8576 2345) +4(2315 2346 8577 8546) +4(2345 8576 8577 2346) +4(2316 2347 8578 8547) +4(2346 8577 8578 2347) +4(2317 2348 8579 8548) +4(2347 8578 8579 2348) +4(2318 2349 8580 8549) +4(2348 8579 8580 2349) +4(2319 2350 8581 8550) +4(2349 8580 8581 2350) +4(2320 2351 8582 8551) +4(2350 8581 8582 2351) +4(2321 2352 8583 8552) +4(2351 8582 8583 2352) +4(2322 2353 8584 8553) +4(2352 8583 8584 2353) +4(2323 2354 8585 8554) +4(2353 8584 8585 2354) +4(2354 8585 8586 2355) +4(2326 2357 8588 8557) +4(2356 8587 8588 2357) +4(2327 2358 8589 8558) +4(2357 8588 8589 2358) +4(2328 2359 8590 8559) +4(2358 8589 8590 2359) +4(2329 2360 8591 8560) +4(2359 8590 8591 2360) +4(2330 2361 8592 8561) +4(2360 8591 8592 2361) +4(2331 2362 8593 8562) +4(2361 8592 8593 2362) +4(2332 2363 8594 8563) +4(2362 8593 8594 2363) +4(2333 2364 8595 8564) +4(2363 8594 8595 2364) +4(2334 2365 8596 8565) +4(2364 8595 8596 2365) +4(2335 2366 8597 8566) +4(2365 8596 8597 2366) +4(2336 2367 8598 8567) +4(2366 8597 8598 2367) +4(2337 2368 8599 8568) +4(2367 8598 8599 2368) +4(2338 2369 8600 8569) +4(2368 8599 8600 2369) +4(2339 2370 8601 8570) +4(2369 8600 8601 2370) +4(2340 2371 8602 8571) +4(2370 8601 8602 2371) +4(2341 2372 8603 8572) +4(2371 8602 8603 2372) +4(2342 2373 8604 8573) +4(2372 8603 8604 2373) +4(2343 2374 8605 8574) +4(2373 8604 8605 2374) +4(2344 2375 8606 8575) +4(2374 8605 8606 2375) +4(2345 2376 8607 8576) +4(2375 8606 8607 2376) +4(2346 2377 8608 8577) +4(2376 8607 8608 2377) +4(2347 2378 8609 8578) +4(2377 8608 8609 2378) +4(2348 2379 8610 8579) +4(2378 8609 8610 2379) +4(2349 2380 8611 8580) +4(2379 8610 8611 2380) +4(2350 2381 8612 8581) +4(2380 8611 8612 2381) +4(2351 2382 8613 8582) +4(2381 8612 8613 2382) +4(2352 2383 8614 8583) +4(2382 8613 8614 2383) +4(2353 2384 8615 8584) +4(2383 8614 8615 2384) +4(2354 2385 8616 8585) +4(2384 8615 8616 2385) +4(2385 8616 8617 2386) +4(2357 2388 8619 8588) +4(2387 8618 8619 2388) +4(2358 2389 8620 8589) +4(2388 8619 8620 2389) +4(2359 2390 8621 8590) +4(2389 8620 8621 2390) +4(2360 2391 8622 8591) +4(2390 8621 8622 2391) +4(2361 2392 8623 8592) +4(2391 8622 8623 2392) +4(2362 2393 8624 8593) +4(2392 8623 8624 2393) +4(2363 2394 8625 8594) +4(2393 8624 8625 2394) +4(2364 2395 8626 8595) +4(2394 8625 8626 2395) +4(2365 2396 8627 8596) +4(2395 8626 8627 2396) +4(2366 2397 8628 8597) +4(2396 8627 8628 2397) +4(2367 2398 8629 8598) +4(2397 8628 8629 2398) +4(2368 2399 8630 8599) +4(2398 8629 8630 2399) +4(2369 2400 8631 8600) +4(2399 8630 8631 2400) +4(2370 2401 8632 8601) +4(2400 8631 8632 2401) +4(2371 2402 8633 8602) +4(2401 8632 8633 2402) +4(2372 2403 8634 8603) +4(2402 8633 8634 2403) +4(2373 2404 8635 8604) +4(2403 8634 8635 2404) +4(2374 2405 8636 8605) +4(2404 8635 8636 2405) +4(2375 2406 8637 8606) +4(2405 8636 8637 2406) +4(2376 2407 8638 8607) +4(2406 8637 8638 2407) +4(2377 2408 8639 8608) +4(2407 8638 8639 2408) +4(2378 2409 8640 8609) +4(2408 8639 8640 2409) +4(2379 2410 8641 8610) +4(2409 8640 8641 2410) +4(2380 2411 8642 8611) +4(2410 8641 8642 2411) +4(2381 2412 8643 8612) +4(2411 8642 8643 2412) +4(2382 2413 8644 8613) +4(2412 8643 8644 2413) +4(2383 2414 8645 8614) +4(2413 8644 8645 2414) +4(2384 2415 8646 8615) +4(2414 8645 8646 2415) +4(2385 2416 8647 8616) +4(2415 8646 8647 2416) +4(2416 8647 8648 2417) +4(2388 2419 8650 8619) +4(2418 8649 8650 2419) +4(2389 2420 8651 8620) +4(2419 8650 8651 2420) +4(2390 2421 8652 8621) +4(2420 8651 8652 2421) +4(2391 2422 8653 8622) +4(2421 8652 8653 2422) +4(2392 2423 8654 8623) +4(2422 8653 8654 2423) +4(2393 2424 8655 8624) +4(2423 8654 8655 2424) +4(2394 2425 8656 8625) +4(2424 8655 8656 2425) +4(2395 2426 8657 8626) +4(2425 8656 8657 2426) +4(2396 2427 8658 8627) +4(2426 8657 8658 2427) +4(2397 2428 8659 8628) +4(2427 8658 8659 2428) +4(2398 2429 8660 8629) +4(2428 8659 8660 2429) +4(2399 2430 8661 8630) +4(2429 8660 8661 2430) +4(2400 2431 8662 8631) +4(2430 8661 8662 2431) +4(2401 2432 8663 8632) +4(2431 8662 8663 2432) +4(2402 2433 8664 8633) +4(2432 8663 8664 2433) +4(2403 2434 8665 8634) +4(2433 8664 8665 2434) +4(2404 2435 8666 8635) +4(2434 8665 8666 2435) +4(2405 2436 8667 8636) +4(2435 8666 8667 2436) +4(2406 2437 8668 8637) +4(2436 8667 8668 2437) +4(2407 2438 8669 8638) +4(2437 8668 8669 2438) +4(2408 2439 8670 8639) +4(2438 8669 8670 2439) +4(2409 2440 8671 8640) +4(2439 8670 8671 2440) +4(2410 2441 8672 8641) +4(2440 8671 8672 2441) +4(2411 2442 8673 8642) +4(2441 8672 8673 2442) +4(2412 2443 8674 8643) +4(2442 8673 8674 2443) +4(2413 2444 8675 8644) +4(2443 8674 8675 2444) +4(2414 2445 8676 8645) +4(2444 8675 8676 2445) +4(2415 2446 8677 8646) +4(2445 8676 8677 2446) +4(2416 2447 8678 8647) +4(2446 8677 8678 2447) +4(2447 8678 8679 2448) +4(2419 2450 8681 8650) +4(2449 8680 8681 2450) +4(2420 2451 8682 8651) +4(2450 8681 8682 2451) +4(2421 2452 8683 8652) +4(2451 8682 8683 2452) +4(2422 2453 8684 8653) +4(2452 8683 8684 2453) +4(2423 2454 8685 8654) +4(2453 8684 8685 2454) +4(2424 2455 8686 8655) +4(2454 8685 8686 2455) +4(2425 2456 8687 8656) +4(2455 8686 8687 2456) +4(2426 2457 8688 8657) +4(2456 8687 8688 2457) +4(2427 2458 8689 8658) +4(2457 8688 8689 2458) +4(2428 2459 8690 8659) +4(2458 8689 8690 2459) +4(2429 2460 8691 8660) +4(2459 8690 8691 2460) +4(2430 2461 8692 8661) +4(2460 8691 8692 2461) +4(2431 2462 8693 8662) +4(2461 8692 8693 2462) +4(2432 2463 8694 8663) +4(2462 8693 8694 2463) +4(2433 2464 8695 8664) +4(2463 8694 8695 2464) +4(2434 2465 8696 8665) +4(2464 8695 8696 2465) +4(2435 2466 8697 8666) +4(2465 8696 8697 2466) +4(2436 2467 8698 8667) +4(2466 8697 8698 2467) +4(2437 2468 8699 8668) +4(2467 8698 8699 2468) +4(2438 2469 8700 8669) +4(2468 8699 8700 2469) +4(2439 2470 8701 8670) +4(2469 8700 8701 2470) +4(2440 2471 8702 8671) +4(2470 8701 8702 2471) +4(2441 2472 8703 8672) +4(2471 8702 8703 2472) +4(2442 2473 8704 8673) +4(2472 8703 8704 2473) +4(2443 2474 8705 8674) +4(2473 8704 8705 2474) +4(2444 2475 8706 8675) +4(2474 8705 8706 2475) +4(2445 2476 8707 8676) +4(2475 8706 8707 2476) +4(2446 2477 8708 8677) +4(2476 8707 8708 2477) +4(2447 2478 8709 8678) +4(2477 8708 8709 2478) +4(2478 8709 8710 2479) +4(2450 2481 8712 8681) +4(2480 8711 8712 2481) +4(2451 2482 8713 8682) +4(2481 8712 8713 2482) +4(2452 2483 8714 8683) +4(2482 8713 8714 2483) +4(2453 2484 8715 8684) +4(2483 8714 8715 2484) +4(2454 2485 8716 8685) +4(2484 8715 8716 2485) +4(2455 2486 8717 8686) +4(2485 8716 8717 2486) +4(2456 2487 8718 8687) +4(2486 8717 8718 2487) +4(2457 2488 8719 8688) +4(2487 8718 8719 2488) +4(2458 2489 8720 8689) +4(2488 8719 8720 2489) +4(2459 2490 8721 8690) +4(2489 8720 8721 2490) +4(2460 2491 8722 8691) +4(2490 8721 8722 2491) +4(2461 2492 8723 8692) +4(2491 8722 8723 2492) +4(2462 2493 8724 8693) +4(2492 8723 8724 2493) +4(2463 2494 8725 8694) +4(2493 8724 8725 2494) +4(2464 2495 8726 8695) +4(2494 8725 8726 2495) +4(2465 2496 8727 8696) +4(2495 8726 8727 2496) +4(2466 2497 8728 8697) +4(2496 8727 8728 2497) +4(2467 2498 8729 8698) +4(2497 8728 8729 2498) +4(2468 2499 8730 8699) +4(2498 8729 8730 2499) +4(2469 2500 8731 8700) +4(2499 8730 8731 2500) +4(2470 2501 8732 8701) +4(2500 8731 8732 2501) +4(2471 2502 8733 8702) +4(2501 8732 8733 2502) +4(2472 2503 8734 8703) +4(2502 8733 8734 2503) +4(2473 2504 8735 8704) +4(2503 8734 8735 2504) +4(2474 2505 8736 8705) +4(2504 8735 8736 2505) +4(2475 2506 8737 8706) +4(2505 8736 8737 2506) +4(2476 2507 8738 8707) +4(2506 8737 8738 2507) +4(2477 2508 8739 8708) +4(2507 8738 8739 2508) +4(2478 2509 8740 8709) +4(2508 8739 8740 2509) +4(2509 8740 8741 2510) +4(2481 2512 8743 8712) +4(2511 8742 8743 2512) +4(2482 2513 8744 8713) +4(2512 8743 8744 2513) +4(2483 2514 8745 8714) +4(2513 8744 8745 2514) +4(2484 2515 8746 8715) +4(2514 8745 8746 2515) +4(2485 2516 8747 8716) +4(2515 8746 8747 2516) +4(2486 2517 8748 8717) +4(2516 8747 8748 2517) +4(2487 2518 8749 8718) +4(2517 8748 8749 2518) +4(2488 2519 8750 8719) +4(2518 8749 8750 2519) +4(2489 2520 8751 8720) +4(2519 8750 8751 2520) +4(2490 2521 8752 8721) +4(2520 8751 8752 2521) +4(2491 2522 8753 8722) +4(2521 8752 8753 2522) +4(2492 2523 8754 8723) +4(2522 8753 8754 2523) +4(2493 2524 8755 8724) +4(2523 8754 8755 2524) +4(2494 2525 8756 8725) +4(2524 8755 8756 2525) +4(2495 2526 8757 8726) +4(2525 8756 8757 2526) +4(2496 2527 8758 8727) +4(2526 8757 8758 2527) +4(2497 2528 8759 8728) +4(2527 8758 8759 2528) +4(2498 2529 8760 8729) +4(2528 8759 8760 2529) +4(2499 2530 8761 8730) +4(2529 8760 8761 2530) +4(2500 2531 8762 8731) +4(2530 8761 8762 2531) +4(2501 2532 8763 8732) +4(2531 8762 8763 2532) +4(2502 2533 8764 8733) +4(2532 8763 8764 2533) +4(2503 2534 8765 8734) +4(2533 8764 8765 2534) +4(2504 2535 8766 8735) +4(2534 8765 8766 2535) +4(2505 2536 8767 8736) +4(2535 8766 8767 2536) +4(2506 2537 8768 8737) +4(2536 8767 8768 2537) +4(2507 2538 8769 8738) +4(2537 8768 8769 2538) +4(2508 2539 8770 8739) +4(2538 8769 8770 2539) +4(2509 2540 8771 8740) +4(2539 8770 8771 2540) +4(2540 8771 8772 2541) +4(2512 2543 8774 8743) +4(2542 8773 8774 2543) +4(2513 2544 8775 8744) +4(2543 8774 8775 2544) +4(2514 2545 8776 8745) +4(2544 8775 8776 2545) +4(2515 2546 8777 8746) +4(2545 8776 8777 2546) +4(2516 2547 8778 8747) +4(2546 8777 8778 2547) +4(2517 2548 8779 8748) +4(2547 8778 8779 2548) +4(2518 2549 8780 8749) +4(2548 8779 8780 2549) +4(2519 2550 8781 8750) +4(2549 8780 8781 2550) +4(2520 2551 8782 8751) +4(2550 8781 8782 2551) +4(2521 2552 8783 8752) +4(2551 8782 8783 2552) +4(2522 2553 8784 8753) +4(2552 8783 8784 2553) +4(2523 2554 8785 8754) +4(2553 8784 8785 2554) +4(2524 2555 8786 8755) +4(2554 8785 8786 2555) +4(2525 2556 8787 8756) +4(2555 8786 8787 2556) +4(2526 2557 8788 8757) +4(2556 8787 8788 2557) +4(2527 2558 8789 8758) +4(2557 8788 8789 2558) +4(2528 2559 8790 8759) +4(2558 8789 8790 2559) +4(2529 2560 8791 8760) +4(2559 8790 8791 2560) +4(2530 2561 8792 8761) +4(2560 8791 8792 2561) +4(2531 2562 8793 8762) +4(2561 8792 8793 2562) +4(2532 2563 8794 8763) +4(2562 8793 8794 2563) +4(2533 2564 8795 8764) +4(2563 8794 8795 2564) +4(2534 2565 8796 8765) +4(2564 8795 8796 2565) +4(2535 2566 8797 8766) +4(2565 8796 8797 2566) +4(2536 2567 8798 8767) +4(2566 8797 8798 2567) +4(2537 2568 8799 8768) +4(2567 8798 8799 2568) +4(2538 2569 8800 8769) +4(2568 8799 8800 2569) +4(2539 2570 8801 8770) +4(2569 8800 8801 2570) +4(2540 2571 8802 8771) +4(2570 8801 8802 2571) +4(2571 8802 8803 2572) +4(2543 2574 8805 8774) +4(2573 8804 8805 2574) +4(2544 2575 8806 8775) +4(2574 8805 8806 2575) +4(2545 2576 8807 8776) +4(2575 8806 8807 2576) +4(2546 2577 8808 8777) +4(2576 8807 8808 2577) +4(2547 2578 8809 8778) +4(2577 8808 8809 2578) +4(2548 2579 8810 8779) +4(2578 8809 8810 2579) +4(2549 2580 8811 8780) +4(2579 8810 8811 2580) +4(2550 2581 8812 8781) +4(2580 8811 8812 2581) +4(2551 2582 8813 8782) +4(2581 8812 8813 2582) +4(2552 2583 8814 8783) +4(2582 8813 8814 2583) +4(2553 2584 8815 8784) +4(2583 8814 8815 2584) +4(2554 2585 8816 8785) +4(2584 8815 8816 2585) +4(2555 2586 8817 8786) +4(2585 8816 8817 2586) +4(2556 2587 8818 8787) +4(2586 8817 8818 2587) +4(2557 2588 8819 8788) +4(2587 8818 8819 2588) +4(2558 2589 8820 8789) +4(2588 8819 8820 2589) +4(2559 2590 8821 8790) +4(2589 8820 8821 2590) +4(2560 2591 8822 8791) +4(2590 8821 8822 2591) +4(2561 2592 8823 8792) +4(2591 8822 8823 2592) +4(2562 2593 8824 8793) +4(2592 8823 8824 2593) +4(2563 2594 8825 8794) +4(2593 8824 8825 2594) +4(2564 2595 8826 8795) +4(2594 8825 8826 2595) +4(2565 2596 8827 8796) +4(2595 8826 8827 2596) +4(2566 2597 8828 8797) +4(2596 8827 8828 2597) +4(2567 2598 8829 8798) +4(2597 8828 8829 2598) +4(2568 2599 8830 8799) +4(2598 8829 8830 2599) +4(2569 2600 8831 8800) +4(2599 8830 8831 2600) +4(2570 2601 8832 8801) +4(2600 8831 8832 2601) +4(2571 2602 8833 8802) +4(2601 8832 8833 2602) +4(2602 8833 8834 2603) +4(2574 2605 8836 8805) +4(2604 8835 8836 2605) +4(2575 2606 8837 8806) +4(2605 8836 8837 2606) +4(2576 2607 8838 8807) +4(2606 8837 8838 2607) +4(2577 2608 8839 8808) +4(2607 8838 8839 2608) +4(2578 2609 8840 8809) +4(2608 8839 8840 2609) +4(2579 2610 8841 8810) +4(2609 8840 8841 2610) +4(2580 2611 8842 8811) +4(2610 8841 8842 2611) +4(2581 2612 8843 8812) +4(2611 8842 8843 2612) +4(2582 2613 8844 8813) +4(2612 8843 8844 2613) +4(2583 2614 8845 8814) +4(2613 8844 8845 2614) +4(2584 2615 8846 8815) +4(2614 8845 8846 2615) +4(2585 2616 8847 8816) +4(2615 8846 8847 2616) +4(2586 2617 8848 8817) +4(2616 8847 8848 2617) +4(2587 2618 8849 8818) +4(2617 8848 8849 2618) +4(2588 2619 8850 8819) +4(2618 8849 8850 2619) +4(2589 2620 8851 8820) +4(2619 8850 8851 2620) +4(2590 2621 8852 8821) +4(2620 8851 8852 2621) +4(2591 2622 8853 8822) +4(2621 8852 8853 2622) +4(2592 2623 8854 8823) +4(2622 8853 8854 2623) +4(2593 2624 8855 8824) +4(2623 8854 8855 2624) +4(2594 2625 8856 8825) +4(2624 8855 8856 2625) +4(2595 2626 8857 8826) +4(2625 8856 8857 2626) +4(2596 2627 8858 8827) +4(2626 8857 8858 2627) +4(2597 2628 8859 8828) +4(2627 8858 8859 2628) +4(2598 2629 8860 8829) +4(2628 8859 8860 2629) +4(2599 2630 8861 8830) +4(2629 8860 8861 2630) +4(2600 2631 8862 8831) +4(2630 8861 8862 2631) +4(2601 2632 8863 8832) +4(2631 8862 8863 2632) +4(2602 2633 8864 8833) +4(2632 8863 8864 2633) +4(2633 8864 8865 2634) +4(2605 2636 8867 8836) +4(2635 8866 8867 2636) +4(2606 2637 8868 8837) +4(2636 8867 8868 2637) +4(2607 2638 8869 8838) +4(2637 8868 8869 2638) +4(2608 2639 8870 8839) +4(2638 8869 8870 2639) +4(2609 2640 8871 8840) +4(2639 8870 8871 2640) +4(2610 2641 8872 8841) +4(2640 8871 8872 2641) +4(2611 2642 8873 8842) +4(2641 8872 8873 2642) +4(2612 2643 8874 8843) +4(2642 8873 8874 2643) +4(2613 2644 8875 8844) +4(2643 8874 8875 2644) +4(2614 2645 8876 8845) +4(2644 8875 8876 2645) +4(2615 2646 8877 8846) +4(2645 8876 8877 2646) +4(2616 2647 8878 8847) +4(2646 8877 8878 2647) +4(2617 2648 8879 8848) +4(2647 8878 8879 2648) +4(2618 2649 8880 8849) +4(2648 8879 8880 2649) +4(2619 2650 8881 8850) +4(2649 8880 8881 2650) +4(2620 2651 8882 8851) +4(2650 8881 8882 2651) +4(2621 2652 8883 8852) +4(2651 8882 8883 2652) +4(2622 2653 8884 8853) +4(2652 8883 8884 2653) +4(2623 2654 8885 8854) +4(2653 8884 8885 2654) +4(2624 2655 8886 8855) +4(2654 8885 8886 2655) +4(2625 2656 8887 8856) +4(2655 8886 8887 2656) +4(2626 2657 8888 8857) +4(2656 8887 8888 2657) +4(2627 2658 8889 8858) +4(2657 8888 8889 2658) +4(2628 2659 8890 8859) +4(2658 8889 8890 2659) +4(2629 2660 8891 8860) +4(2659 8890 8891 2660) +4(2630 2661 8892 8861) +4(2660 8891 8892 2661) +4(2631 2662 8893 8862) +4(2661 8892 8893 2662) +4(2632 2663 8894 8863) +4(2662 8893 8894 2663) +4(2633 2664 8895 8864) +4(2663 8894 8895 2664) +4(2664 8895 8896 2665) +4(2636 2667 8898 8867) +4(2666 8897 8898 2667) +4(2637 2668 8899 8868) +4(2667 8898 8899 2668) +4(2638 2669 8900 8869) +4(2668 8899 8900 2669) +4(2639 2670 8901 8870) +4(2669 8900 8901 2670) +4(2640 2671 8902 8871) +4(2670 8901 8902 2671) +4(2641 2672 8903 8872) +4(2671 8902 8903 2672) +4(2642 2673 8904 8873) +4(2672 8903 8904 2673) +4(2643 2674 8905 8874) +4(2673 8904 8905 2674) +4(2644 2675 8906 8875) +4(2674 8905 8906 2675) +4(2645 2676 8907 8876) +4(2675 8906 8907 2676) +4(2646 2677 8908 8877) +4(2676 8907 8908 2677) +4(2647 2678 8909 8878) +4(2677 8908 8909 2678) +4(2648 2679 8910 8879) +4(2678 8909 8910 2679) +4(2649 2680 8911 8880) +4(2679 8910 8911 2680) +4(2650 2681 8912 8881) +4(2680 8911 8912 2681) +4(2651 2682 8913 8882) +4(2681 8912 8913 2682) +4(2652 2683 8914 8883) +4(2682 8913 8914 2683) +4(2653 2684 8915 8884) +4(2683 8914 8915 2684) +4(2654 2685 8916 8885) +4(2684 8915 8916 2685) +4(2655 2686 8917 8886) +4(2685 8916 8917 2686) +4(2656 2687 8918 8887) +4(2686 8917 8918 2687) +4(2657 2688 8919 8888) +4(2687 8918 8919 2688) +4(2658 2689 8920 8889) +4(2688 8919 8920 2689) +4(2659 2690 8921 8890) +4(2689 8920 8921 2690) +4(2660 2691 8922 8891) +4(2690 8921 8922 2691) +4(2661 2692 8923 8892) +4(2691 8922 8923 2692) +4(2662 2693 8924 8893) +4(2692 8923 8924 2693) +4(2663 2694 8925 8894) +4(2693 8924 8925 2694) +4(2664 2695 8926 8895) +4(2694 8925 8926 2695) +4(2695 8926 8927 2696) +4(2667 2698 8929 8898) +4(2697 8928 8929 2698) +4(2668 2699 8930 8899) +4(2698 8929 8930 2699) +4(2669 2700 8931 8900) +4(2699 8930 8931 2700) +4(2670 2701 8932 8901) +4(2700 8931 8932 2701) +4(2671 2702 8933 8902) +4(2701 8932 8933 2702) +4(2672 2703 8934 8903) +4(2702 8933 8934 2703) +4(2673 2704 8935 8904) +4(2703 8934 8935 2704) +4(2674 2705 8936 8905) +4(2704 8935 8936 2705) +4(2675 2706 8937 8906) +4(2705 8936 8937 2706) +4(2676 2707 8938 8907) +4(2706 8937 8938 2707) +4(2677 2708 8939 8908) +4(2707 8938 8939 2708) +4(2678 2709 8940 8909) +4(2708 8939 8940 2709) +4(2679 2710 8941 8910) +4(2709 8940 8941 2710) +4(2680 2711 8942 8911) +4(2710 8941 8942 2711) +4(2681 2712 8943 8912) +4(2711 8942 8943 2712) +4(2682 2713 8944 8913) +4(2712 8943 8944 2713) +4(2683 2714 8945 8914) +4(2713 8944 8945 2714) +4(2684 2715 8946 8915) +4(2714 8945 8946 2715) +4(2685 2716 8947 8916) +4(2715 8946 8947 2716) +4(2686 2717 8948 8917) +4(2716 8947 8948 2717) +4(2687 2718 8949 8918) +4(2717 8948 8949 2718) +4(2688 2719 8950 8919) +4(2718 8949 8950 2719) +4(2689 2720 8951 8920) +4(2719 8950 8951 2720) +4(2690 2721 8952 8921) +4(2720 8951 8952 2721) +4(2691 2722 8953 8922) +4(2721 8952 8953 2722) +4(2692 2723 8954 8923) +4(2722 8953 8954 2723) +4(2693 2724 8955 8924) +4(2723 8954 8955 2724) +4(2694 2725 8956 8925) +4(2724 8955 8956 2725) +4(2695 2726 8957 8926) +4(2725 8956 8957 2726) +4(2726 8957 8958 2727) +4(2698 2729 8960 8929) +4(2728 8959 8960 2729) +4(2699 2730 8961 8930) +4(2729 8960 8961 2730) +4(2700 2731 8962 8931) +4(2730 8961 8962 2731) +4(2701 2732 8963 8932) +4(2731 8962 8963 2732) +4(2702 2733 8964 8933) +4(2732 8963 8964 2733) +4(2703 2734 8965 8934) +4(2733 8964 8965 2734) +4(2704 2735 8966 8935) +4(2734 8965 8966 2735) +4(2705 2736 8967 8936) +4(2735 8966 8967 2736) +4(2706 2737 8968 8937) +4(2736 8967 8968 2737) +4(2707 2738 8969 8938) +4(2737 8968 8969 2738) +4(2708 2739 8970 8939) +4(2738 8969 8970 2739) +4(2709 2740 8971 8940) +4(2739 8970 8971 2740) +4(2710 2741 8972 8941) +4(2740 8971 8972 2741) +4(2711 2742 8973 8942) +4(2741 8972 8973 2742) +4(2712 2743 8974 8943) +4(2742 8973 8974 2743) +4(2713 2744 8975 8944) +4(2743 8974 8975 2744) +4(2714 2745 8976 8945) +4(2744 8975 8976 2745) +4(2715 2746 8977 8946) +4(2745 8976 8977 2746) +4(2716 2747 8978 8947) +4(2746 8977 8978 2747) +4(2717 2748 8979 8948) +4(2747 8978 8979 2748) +4(2718 2749 8980 8949) +4(2748 8979 8980 2749) +4(2719 2750 8981 8950) +4(2749 8980 8981 2750) +4(2720 2751 8982 8951) +4(2750 8981 8982 2751) +4(2721 2752 8983 8952) +4(2751 8982 8983 2752) +4(2722 2753 8984 8953) +4(2752 8983 8984 2753) +4(2723 2754 8985 8954) +4(2753 8984 8985 2754) +4(2724 2755 8986 8955) +4(2754 8985 8986 2755) +4(2725 2756 8987 8956) +4(2755 8986 8987 2756) +4(2726 2757 8988 8957) +4(2756 8987 8988 2757) +4(2757 8988 8989 2758) +4(2729 2760 8991 8960) +4(2759 8990 8991 2760) +4(2730 2761 8992 8961) +4(2760 8991 8992 2761) +4(2731 2762 8993 8962) +4(2761 8992 8993 2762) +4(2732 2763 8994 8963) +4(2762 8993 8994 2763) +4(2733 2764 8995 8964) +4(2763 8994 8995 2764) +4(2734 2765 8996 8965) +4(2764 8995 8996 2765) +4(2735 2766 8997 8966) +4(2765 8996 8997 2766) +4(2736 2767 8998 8967) +4(2766 8997 8998 2767) +4(2737 2768 8999 8968) +4(2767 8998 8999 2768) +4(2738 2769 9000 8969) +4(2768 8999 9000 2769) +4(2739 2770 9001 8970) +4(2769 9000 9001 2770) +4(2740 2771 9002 8971) +4(2770 9001 9002 2771) +4(2741 2772 9003 8972) +4(2771 9002 9003 2772) +4(2742 2773 9004 8973) +4(2772 9003 9004 2773) +4(2743 2774 9005 8974) +4(2773 9004 9005 2774) +4(2744 2775 9006 8975) +4(2774 9005 9006 2775) +4(2745 2776 9007 8976) +4(2775 9006 9007 2776) +4(2746 2777 9008 8977) +4(2776 9007 9008 2777) +4(2747 2778 9009 8978) +4(2777 9008 9009 2778) +4(2748 2779 9010 8979) +4(2778 9009 9010 2779) +4(2749 2780 9011 8980) +4(2779 9010 9011 2780) +4(2750 2781 9012 8981) +4(2780 9011 9012 2781) +4(2751 2782 9013 8982) +4(2781 9012 9013 2782) +4(2752 2783 9014 8983) +4(2782 9013 9014 2783) +4(2753 2784 9015 8984) +4(2783 9014 9015 2784) +4(2754 2785 9016 8985) +4(2784 9015 9016 2785) +4(2755 2786 9017 8986) +4(2785 9016 9017 2786) +4(2756 2787 9018 8987) +4(2786 9017 9018 2787) +4(2757 2788 9019 8988) +4(2787 9018 9019 2788) +4(2788 9019 9020 2789) +4(2760 2791 9022 8991) +4(2790 9021 9022 2791) +4(2761 2792 9023 8992) +4(2791 9022 9023 2792) +4(2762 2793 9024 8993) +4(2792 9023 9024 2793) +4(2763 2794 9025 8994) +4(2793 9024 9025 2794) +4(2764 2795 9026 8995) +4(2794 9025 9026 2795) +4(2765 2796 9027 8996) +4(2795 9026 9027 2796) +4(2766 2797 9028 8997) +4(2796 9027 9028 2797) +4(2767 2798 9029 8998) +4(2797 9028 9029 2798) +4(2768 2799 9030 8999) +4(2798 9029 9030 2799) +4(2769 2800 9031 9000) +4(2799 9030 9031 2800) +4(2770 2801 9032 9001) +4(2800 9031 9032 2801) +4(2771 2802 9033 9002) +4(2801 9032 9033 2802) +4(2772 2803 9034 9003) +4(2802 9033 9034 2803) +4(2773 2804 9035 9004) +4(2803 9034 9035 2804) +4(2774 2805 9036 9005) +4(2804 9035 9036 2805) +4(2775 2806 9037 9006) +4(2805 9036 9037 2806) +4(2776 2807 9038 9007) +4(2806 9037 9038 2807) +4(2777 2808 9039 9008) +4(2807 9038 9039 2808) +4(2778 2809 9040 9009) +4(2808 9039 9040 2809) +4(2779 2810 9041 9010) +4(2809 9040 9041 2810) +4(2780 2811 9042 9011) +4(2810 9041 9042 2811) +4(2781 2812 9043 9012) +4(2811 9042 9043 2812) +4(2782 2813 9044 9013) +4(2812 9043 9044 2813) +4(2783 2814 9045 9014) +4(2813 9044 9045 2814) +4(2784 2815 9046 9015) +4(2814 9045 9046 2815) +4(2785 2816 9047 9016) +4(2815 9046 9047 2816) +4(2786 2817 9048 9017) +4(2816 9047 9048 2817) +4(2787 2818 9049 9018) +4(2817 9048 9049 2818) +4(2788 2819 9050 9019) +4(2818 9049 9050 2819) +4(2819 9050 9051 2820) +4(2791 2822 9053 9022) +4(2821 9052 9053 2822) +4(2792 2823 9054 9023) +4(2822 9053 9054 2823) +4(2793 2824 9055 9024) +4(2823 9054 9055 2824) +4(2794 2825 9056 9025) +4(2824 9055 9056 2825) +4(2795 2826 9057 9026) +4(2825 9056 9057 2826) +4(2796 2827 9058 9027) +4(2826 9057 9058 2827) +4(2797 2828 9059 9028) +4(2827 9058 9059 2828) +4(2798 2829 9060 9029) +4(2828 9059 9060 2829) +4(2799 2830 9061 9030) +4(2829 9060 9061 2830) +4(2800 2831 9062 9031) +4(2830 9061 9062 2831) +4(2801 2832 9063 9032) +4(2831 9062 9063 2832) +4(2802 2833 9064 9033) +4(2832 9063 9064 2833) +4(2803 2834 9065 9034) +4(2833 9064 9065 2834) +4(2804 2835 9066 9035) +4(2834 9065 9066 2835) +4(2805 2836 9067 9036) +4(2835 9066 9067 2836) +4(2806 2837 9068 9037) +4(2836 9067 9068 2837) +4(2807 2838 9069 9038) +4(2837 9068 9069 2838) +4(2808 2839 9070 9039) +4(2838 9069 9070 2839) +4(2809 2840 9071 9040) +4(2839 9070 9071 2840) +4(2810 2841 9072 9041) +4(2840 9071 9072 2841) +4(2811 2842 9073 9042) +4(2841 9072 9073 2842) +4(2812 2843 9074 9043) +4(2842 9073 9074 2843) +4(2813 2844 9075 9044) +4(2843 9074 9075 2844) +4(2814 2845 9076 9045) +4(2844 9075 9076 2845) +4(2815 2846 9077 9046) +4(2845 9076 9077 2846) +4(2816 2847 9078 9047) +4(2846 9077 9078 2847) +4(2817 2848 9079 9048) +4(2847 9078 9079 2848) +4(2818 2849 9080 9049) +4(2848 9079 9080 2849) +4(2819 2850 9081 9050) +4(2849 9080 9081 2850) +4(2850 9081 9082 2851) +4(2822 2853 9084 9053) +4(2852 9083 9084 2853) +4(2823 2854 9085 9054) +4(2853 9084 9085 2854) +4(2824 2855 9086 9055) +4(2854 9085 9086 2855) +4(2825 2856 9087 9056) +4(2855 9086 9087 2856) +4(2826 2857 9088 9057) +4(2856 9087 9088 2857) +4(2827 2858 9089 9058) +4(2857 9088 9089 2858) +4(2828 2859 9090 9059) +4(2858 9089 9090 2859) +4(2829 2860 9091 9060) +4(2859 9090 9091 2860) +4(2830 2861 9092 9061) +4(2860 9091 9092 2861) +4(2831 2862 9093 9062) +4(2861 9092 9093 2862) +4(2832 2863 9094 9063) +4(2862 9093 9094 2863) +4(2833 2864 9095 9064) +4(2863 9094 9095 2864) +4(2834 2865 9096 9065) +4(2864 9095 9096 2865) +4(2835 2866 9097 9066) +4(2865 9096 9097 2866) +4(2836 2867 9098 9067) +4(2866 9097 9098 2867) +4(2837 2868 9099 9068) +4(2867 9098 9099 2868) +4(2838 2869 9100 9069) +4(2868 9099 9100 2869) +4(2839 2870 9101 9070) +4(2869 9100 9101 2870) +4(2840 2871 9102 9071) +4(2870 9101 9102 2871) +4(2841 2872 9103 9072) +4(2871 9102 9103 2872) +4(2842 2873 9104 9073) +4(2872 9103 9104 2873) +4(2843 2874 9105 9074) +4(2873 9104 9105 2874) +4(2844 2875 9106 9075) +4(2874 9105 9106 2875) +4(2845 2876 9107 9076) +4(2875 9106 9107 2876) +4(2846 2877 9108 9077) +4(2876 9107 9108 2877) +4(2847 2878 9109 9078) +4(2877 9108 9109 2878) +4(2848 2879 9110 9079) +4(2878 9109 9110 2879) +4(2849 2880 9111 9080) +4(2879 9110 9111 2880) +4(2850 2881 9112 9081) +4(2880 9111 9112 2881) +4(2881 9112 9113 2882) +4(2853 2884 9115 9084) +4(2883 9114 9115 2884) +4(2854 2885 9116 9085) +4(2884 9115 9116 2885) +4(2855 2886 9117 9086) +4(2885 9116 9117 2886) +4(2856 2887 9118 9087) +4(2886 9117 9118 2887) +4(2857 2888 9119 9088) +4(2887 9118 9119 2888) +4(2858 2889 9120 9089) +4(2888 9119 9120 2889) +4(2859 2890 9121 9090) +4(2889 9120 9121 2890) +4(2860 2891 9122 9091) +4(2890 9121 9122 2891) +4(2861 2892 9123 9092) +4(2891 9122 9123 2892) +4(2862 2893 9124 9093) +4(2892 9123 9124 2893) +4(2863 2894 9125 9094) +4(2893 9124 9125 2894) +4(2864 2895 9126 9095) +4(2894 9125 9126 2895) +4(2865 2896 9127 9096) +4(2895 9126 9127 2896) +4(2866 2897 9128 9097) +4(2896 9127 9128 2897) +4(2867 2898 9129 9098) +4(2897 9128 9129 2898) +4(2868 2899 9130 9099) +4(2898 9129 9130 2899) +4(2869 2900 9131 9100) +4(2899 9130 9131 2900) +4(2870 2901 9132 9101) +4(2900 9131 9132 2901) +4(2871 2902 9133 9102) +4(2901 9132 9133 2902) +4(2872 2903 9134 9103) +4(2902 9133 9134 2903) +4(2873 2904 9135 9104) +4(2903 9134 9135 2904) +4(2874 2905 9136 9105) +4(2904 9135 9136 2905) +4(2875 2906 9137 9106) +4(2905 9136 9137 2906) +4(2876 2907 9138 9107) +4(2906 9137 9138 2907) +4(2877 2908 9139 9108) +4(2907 9138 9139 2908) +4(2878 2909 9140 9109) +4(2908 9139 9140 2909) +4(2879 2910 9141 9110) +4(2909 9140 9141 2910) +4(2880 2911 9142 9111) +4(2910 9141 9142 2911) +4(2881 2912 9143 9112) +4(2911 9142 9143 2912) +4(2912 9143 9144 2913) +4(2884 2915 9146 9115) +4(2914 9145 9146 2915) +4(2885 2916 9147 9116) +4(2915 9146 9147 2916) +4(2886 2917 9148 9117) +4(2916 9147 9148 2917) +4(2887 2918 9149 9118) +4(2917 9148 9149 2918) +4(2888 2919 9150 9119) +4(2918 9149 9150 2919) +4(2889 2920 9151 9120) +4(2919 9150 9151 2920) +4(2890 2921 9152 9121) +4(2920 9151 9152 2921) +4(2891 2922 9153 9122) +4(2921 9152 9153 2922) +4(2892 2923 9154 9123) +4(2922 9153 9154 2923) +4(2893 2924 9155 9124) +4(2923 9154 9155 2924) +4(2894 2925 9156 9125) +4(2924 9155 9156 2925) +4(2895 2926 9157 9126) +4(2925 9156 9157 2926) +4(2896 2927 9158 9127) +4(2926 9157 9158 2927) +4(2897 2928 9159 9128) +4(2927 9158 9159 2928) +4(2898 2929 9160 9129) +4(2928 9159 9160 2929) +4(2899 2930 9161 9130) +4(2929 9160 9161 2930) +4(2900 2931 9162 9131) +4(2930 9161 9162 2931) +4(2901 2932 9163 9132) +4(2931 9162 9163 2932) +4(2902 2933 9164 9133) +4(2932 9163 9164 2933) +4(2903 2934 9165 9134) +4(2933 9164 9165 2934) +4(2904 2935 9166 9135) +4(2934 9165 9166 2935) +4(2905 2936 9167 9136) +4(2935 9166 9167 2936) +4(2906 2937 9168 9137) +4(2936 9167 9168 2937) +4(2907 2938 9169 9138) +4(2937 9168 9169 2938) +4(2908 2939 9170 9139) +4(2938 9169 9170 2939) +4(2909 2940 9171 9140) +4(2939 9170 9171 2940) +4(2910 2941 9172 9141) +4(2940 9171 9172 2941) +4(2911 2942 9173 9142) +4(2941 9172 9173 2942) +4(2912 2943 9174 9143) +4(2942 9173 9174 2943) +4(2943 9174 9175 2944) +4(2915 2946 9177 9146) +4(2945 9176 9177 2946) +4(2916 2947 9178 9147) +4(2946 9177 9178 2947) +4(2917 2948 9179 9148) +4(2947 9178 9179 2948) +4(2918 2949 9180 9149) +4(2948 9179 9180 2949) +4(2919 2950 9181 9150) +4(2949 9180 9181 2950) +4(2920 2951 9182 9151) +4(2950 9181 9182 2951) +4(2921 2952 9183 9152) +4(2951 9182 9183 2952) +4(2922 2953 9184 9153) +4(2952 9183 9184 2953) +4(2923 2954 9185 9154) +4(2953 9184 9185 2954) +4(2924 2955 9186 9155) +4(2954 9185 9186 2955) +4(2925 2956 9187 9156) +4(2955 9186 9187 2956) +4(2926 2957 9188 9157) +4(2956 9187 9188 2957) +4(2927 2958 9189 9158) +4(2957 9188 9189 2958) +4(2928 2959 9190 9159) +4(2958 9189 9190 2959) +4(2929 2960 9191 9160) +4(2959 9190 9191 2960) +4(2930 2961 9192 9161) +4(2960 9191 9192 2961) +4(2931 2962 9193 9162) +4(2961 9192 9193 2962) +4(2932 2963 9194 9163) +4(2962 9193 9194 2963) +4(2933 2964 9195 9164) +4(2963 9194 9195 2964) +4(2934 2965 9196 9165) +4(2964 9195 9196 2965) +4(2935 2966 9197 9166) +4(2965 9196 9197 2966) +4(2936 2967 9198 9167) +4(2966 9197 9198 2967) +4(2937 2968 9199 9168) +4(2967 9198 9199 2968) +4(2938 2969 9200 9169) +4(2968 9199 9200 2969) +4(2939 2970 9201 9170) +4(2969 9200 9201 2970) +4(2940 2971 9202 9171) +4(2970 9201 9202 2971) +4(2941 2972 9203 9172) +4(2971 9202 9203 2972) +4(2942 2973 9204 9173) +4(2972 9203 9204 2973) +4(2943 2974 9205 9174) +4(2973 9204 9205 2974) +4(2974 9205 9206 2975) +4(2946 2977 9208 9177) +4(2976 9207 9208 2977) +4(2947 2978 9209 9178) +4(2977 9208 9209 2978) +4(2948 2979 9210 9179) +4(2978 9209 9210 2979) +4(2949 2980 9211 9180) +4(2979 9210 9211 2980) +4(2950 2981 9212 9181) +4(2980 9211 9212 2981) +4(2951 2982 9213 9182) +4(2981 9212 9213 2982) +4(2952 2983 9214 9183) +4(2982 9213 9214 2983) +4(2953 2984 9215 9184) +4(2983 9214 9215 2984) +4(2954 2985 9216 9185) +4(2984 9215 9216 2985) +4(2955 2986 9217 9186) +4(2985 9216 9217 2986) +4(2956 2987 9218 9187) +4(2986 9217 9218 2987) +4(2957 2988 9219 9188) +4(2987 9218 9219 2988) +4(2958 2989 9220 9189) +4(2988 9219 9220 2989) +4(2959 2990 9221 9190) +4(2989 9220 9221 2990) +4(2960 2991 9222 9191) +4(2990 9221 9222 2991) +4(2961 2992 9223 9192) +4(2991 9222 9223 2992) +4(2962 2993 9224 9193) +4(2992 9223 9224 2993) +4(2963 2994 9225 9194) +4(2993 9224 9225 2994) +4(2964 2995 9226 9195) +4(2994 9225 9226 2995) +4(2965 2996 9227 9196) +4(2995 9226 9227 2996) +4(2966 2997 9228 9197) +4(2996 9227 9228 2997) +4(2967 2998 9229 9198) +4(2997 9228 9229 2998) +4(2968 2999 9230 9199) +4(2998 9229 9230 2999) +4(2969 3000 9231 9200) +4(2999 9230 9231 3000) +4(2970 3001 9232 9201) +4(3000 9231 9232 3001) +4(2971 3002 9233 9202) +4(3001 9232 9233 3002) +4(2972 3003 9234 9203) +4(3002 9233 9234 3003) +4(2973 3004 9235 9204) +4(3003 9234 9235 3004) +4(2974 3005 9236 9205) +4(3004 9235 9236 3005) +4(3005 9236 9237 3006) +4(2977 3008 9239 9208) +4(3007 9238 9239 3008) +4(2978 3009 9240 9209) +4(3008 9239 9240 3009) +4(2979 3010 9241 9210) +4(3009 9240 9241 3010) +4(2980 3011 9242 9211) +4(3010 9241 9242 3011) +4(2981 3012 9243 9212) +4(3011 9242 9243 3012) +4(2982 3013 9244 9213) +4(3012 9243 9244 3013) +4(2983 3014 9245 9214) +4(3013 9244 9245 3014) +4(2984 3015 9246 9215) +4(3014 9245 9246 3015) +4(2985 3016 9247 9216) +4(3015 9246 9247 3016) +4(2986 3017 9248 9217) +4(3016 9247 9248 3017) +4(2987 3018 9249 9218) +4(3017 9248 9249 3018) +4(2988 3019 9250 9219) +4(3018 9249 9250 3019) +4(2989 3020 9251 9220) +4(3019 9250 9251 3020) +4(2990 3021 9252 9221) +4(3020 9251 9252 3021) +4(2991 3022 9253 9222) +4(3021 9252 9253 3022) +4(2992 3023 9254 9223) +4(3022 9253 9254 3023) +4(2993 3024 9255 9224) +4(3023 9254 9255 3024) +4(2994 3025 9256 9225) +4(3024 9255 9256 3025) +4(2995 3026 9257 9226) +4(3025 9256 9257 3026) +4(2996 3027 9258 9227) +4(3026 9257 9258 3027) +4(2997 3028 9259 9228) +4(3027 9258 9259 3028) +4(2998 3029 9260 9229) +4(3028 9259 9260 3029) +4(2999 3030 9261 9230) +4(3029 9260 9261 3030) +4(3000 3031 9262 9231) +4(3030 9261 9262 3031) +4(3001 3032 9263 9232) +4(3031 9262 9263 3032) +4(3002 3033 9264 9233) +4(3032 9263 9264 3033) +4(3003 3034 9265 9234) +4(3033 9264 9265 3034) +4(3004 3035 9266 9235) +4(3034 9265 9266 3035) +4(3005 3036 9267 9236) +4(3035 9266 9267 3036) +4(3036 9267 9268 3037) +4(3008 3039 9270 9239) +4(3038 9269 9270 3039) +4(3009 3040 9271 9240) +4(3039 9270 9271 3040) +4(3010 3041 9272 9241) +4(3040 9271 9272 3041) +4(3011 3042 9273 9242) +4(3041 9272 9273 3042) +4(3012 3043 9274 9243) +4(3042 9273 9274 3043) +4(3013 3044 9275 9244) +4(3043 9274 9275 3044) +4(3014 3045 9276 9245) +4(3044 9275 9276 3045) +4(3015 3046 9277 9246) +4(3045 9276 9277 3046) +4(3016 3047 9278 9247) +4(3046 9277 9278 3047) +4(3017 3048 9279 9248) +4(3047 9278 9279 3048) +4(3018 3049 9280 9249) +4(3048 9279 9280 3049) +4(3019 3050 9281 9250) +4(3049 9280 9281 3050) +4(3020 3051 9282 9251) +4(3050 9281 9282 3051) +4(3021 3052 9283 9252) +4(3051 9282 9283 3052) +4(3022 3053 9284 9253) +4(3052 9283 9284 3053) +4(3023 3054 9285 9254) +4(3053 9284 9285 3054) +4(3024 3055 9286 9255) +4(3054 9285 9286 3055) +4(3025 3056 9287 9256) +4(3055 9286 9287 3056) +4(3026 3057 9288 9257) +4(3056 9287 9288 3057) +4(3027 3058 9289 9258) +4(3057 9288 9289 3058) +4(3028 3059 9290 9259) +4(3058 9289 9290 3059) +4(3029 3060 9291 9260) +4(3059 9290 9291 3060) +4(3030 3061 9292 9261) +4(3060 9291 9292 3061) +4(3031 3062 9293 9262) +4(3061 9292 9293 3062) +4(3032 3063 9294 9263) +4(3062 9293 9294 3063) +4(3033 3064 9295 9264) +4(3063 9294 9295 3064) +4(3034 3065 9296 9265) +4(3064 9295 9296 3065) +4(3035 3066 9297 9266) +4(3065 9296 9297 3066) +4(3036 3067 9298 9267) +4(3066 9297 9298 3067) +4(3067 9298 9299 3068) +4(3039 3070 9301 9270) +4(3069 9300 9301 3070) +4(3040 3071 9302 9271) +4(3070 9301 9302 3071) +4(3041 3072 9303 9272) +4(3071 9302 9303 3072) +4(3042 3073 9304 9273) +4(3072 9303 9304 3073) +4(3043 3074 9305 9274) +4(3073 9304 9305 3074) +4(3044 3075 9306 9275) +4(3074 9305 9306 3075) +4(3045 3076 9307 9276) +4(3075 9306 9307 3076) +4(3046 3077 9308 9277) +4(3076 9307 9308 3077) +4(3047 3078 9309 9278) +4(3077 9308 9309 3078) +4(3048 3079 9310 9279) +4(3078 9309 9310 3079) +4(3049 3080 9311 9280) +4(3079 9310 9311 3080) +4(3050 3081 9312 9281) +4(3080 9311 9312 3081) +4(3051 3082 9313 9282) +4(3081 9312 9313 3082) +4(3052 3083 9314 9283) +4(3082 9313 9314 3083) +4(3053 3084 9315 9284) +4(3083 9314 9315 3084) +4(3054 3085 9316 9285) +4(3084 9315 9316 3085) +4(3055 3086 9317 9286) +4(3085 9316 9317 3086) +4(3056 3087 9318 9287) +4(3086 9317 9318 3087) +4(3057 3088 9319 9288) +4(3087 9318 9319 3088) +4(3058 3089 9320 9289) +4(3088 9319 9320 3089) +4(3059 3090 9321 9290) +4(3089 9320 9321 3090) +4(3060 3091 9322 9291) +4(3090 9321 9322 3091) +4(3061 3092 9323 9292) +4(3091 9322 9323 3092) +4(3062 3093 9324 9293) +4(3092 9323 9324 3093) +4(3063 3094 9325 9294) +4(3093 9324 9325 3094) +4(3064 3095 9326 9295) +4(3094 9325 9326 3095) +4(3065 3096 9327 9296) +4(3095 9326 9327 3096) +4(3066 3097 9328 9297) +4(3096 9327 9328 3097) +4(3067 3098 9329 9298) +4(3097 9328 9329 3098) +4(3098 9329 9330 3099) +4(3070 3101 9332 9301) +4(3100 9331 9332 3101) +4(3071 3102 9333 9302) +4(3101 9332 9333 3102) +4(3072 3103 9334 9303) +4(3102 9333 9334 3103) +4(3073 3104 9335 9304) +4(3103 9334 9335 3104) +4(3074 3105 9336 9305) +4(3104 9335 9336 3105) +4(3075 3106 9337 9306) +4(3105 9336 9337 3106) +4(3076 3107 9338 9307) +4(3106 9337 9338 3107) +4(3077 3108 9339 9308) +4(3107 9338 9339 3108) +4(3078 3109 9340 9309) +4(3108 9339 9340 3109) +4(3079 3110 9341 9310) +4(3109 9340 9341 3110) +4(3080 3111 9342 9311) +4(3110 9341 9342 3111) +4(3081 3112 9343 9312) +4(3111 9342 9343 3112) +4(3082 3113 9344 9313) +4(3112 9343 9344 3113) +4(3083 3114 9345 9314) +4(3113 9344 9345 3114) +4(3084 3115 9346 9315) +4(3114 9345 9346 3115) +4(3085 3116 9347 9316) +4(3115 9346 9347 3116) +4(3086 3117 9348 9317) +4(3116 9347 9348 3117) +4(3087 3118 9349 9318) +4(3117 9348 9349 3118) +4(3088 3119 9350 9319) +4(3118 9349 9350 3119) +4(3089 3120 9351 9320) +4(3119 9350 9351 3120) +4(3090 3121 9352 9321) +4(3120 9351 9352 3121) +4(3091 3122 9353 9322) +4(3121 9352 9353 3122) +4(3092 3123 9354 9323) +4(3122 9353 9354 3123) +4(3093 3124 9355 9324) +4(3123 9354 9355 3124) +4(3094 3125 9356 9325) +4(3124 9355 9356 3125) +4(3095 3126 9357 9326) +4(3125 9356 9357 3126) +4(3096 3127 9358 9327) +4(3126 9357 9358 3127) +4(3097 3128 9359 9328) +4(3127 9358 9359 3128) +4(3098 3129 9360 9329) +4(3128 9359 9360 3129) +4(3129 9360 9361 3130) +4(3101 3132 9363 9332) +4(3131 9362 9363 3132) +4(3102 3133 9364 9333) +4(3132 9363 9364 3133) +4(3103 3134 9365 9334) +4(3133 9364 9365 3134) +4(3104 3135 9366 9335) +4(3134 9365 9366 3135) +4(3105 3136 9367 9336) +4(3135 9366 9367 3136) +4(3106 3137 9368 9337) +4(3136 9367 9368 3137) +4(3107 3138 9369 9338) +4(3137 9368 9369 3138) +4(3108 3139 9370 9339) +4(3138 9369 9370 3139) +4(3109 3140 9371 9340) +4(3139 9370 9371 3140) +4(3110 3141 9372 9341) +4(3140 9371 9372 3141) +4(3111 3142 9373 9342) +4(3141 9372 9373 3142) +4(3112 3143 9374 9343) +4(3142 9373 9374 3143) +4(3113 3144 9375 9344) +4(3143 9374 9375 3144) +4(3114 3145 9376 9345) +4(3144 9375 9376 3145) +4(3115 3146 9377 9346) +4(3145 9376 9377 3146) +4(3116 3147 9378 9347) +4(3146 9377 9378 3147) +4(3117 3148 9379 9348) +4(3147 9378 9379 3148) +4(3118 3149 9380 9349) +4(3148 9379 9380 3149) +4(3119 3150 9381 9350) +4(3149 9380 9381 3150) +4(3120 3151 9382 9351) +4(3150 9381 9382 3151) +4(3121 3152 9383 9352) +4(3151 9382 9383 3152) +4(3122 3153 9384 9353) +4(3152 9383 9384 3153) +4(3123 3154 9385 9354) +4(3153 9384 9385 3154) +4(3124 3155 9386 9355) +4(3154 9385 9386 3155) +4(3125 3156 9387 9356) +4(3155 9386 9387 3156) +4(3126 3157 9388 9357) +4(3156 9387 9388 3157) +4(3127 3158 9389 9358) +4(3157 9388 9389 3158) +4(3128 3159 9390 9359) +4(3158 9389 9390 3159) +4(3129 3160 9391 9360) +4(3159 9390 9391 3160) +4(3160 9391 9392 3161) +4(3132 3163 9394 9363) +4(3162 9393 9394 3163) +4(3133 3164 9395 9364) +4(3163 9394 9395 3164) +4(3134 3165 9396 9365) +4(3164 9395 9396 3165) +4(3135 3166 9397 9366) +4(3165 9396 9397 3166) +4(3136 3167 9398 9367) +4(3166 9397 9398 3167) +4(3137 3168 9399 9368) +4(3167 9398 9399 3168) +4(3138 3169 9400 9369) +4(3168 9399 9400 3169) +4(3139 3170 9401 9370) +4(3169 9400 9401 3170) +4(3140 3171 9402 9371) +4(3170 9401 9402 3171) +4(3141 3172 9403 9372) +4(3171 9402 9403 3172) +4(3142 3173 9404 9373) +4(3172 9403 9404 3173) +4(3143 3174 9405 9374) +4(3173 9404 9405 3174) +4(3144 3175 9406 9375) +4(3174 9405 9406 3175) +4(3145 3176 9407 9376) +4(3175 9406 9407 3176) +4(3146 3177 9408 9377) +4(3176 9407 9408 3177) +4(3147 3178 9409 9378) +4(3177 9408 9409 3178) +4(3148 3179 9410 9379) +4(3178 9409 9410 3179) +4(3149 3180 9411 9380) +4(3179 9410 9411 3180) +4(3150 3181 9412 9381) +4(3180 9411 9412 3181) +4(3151 3182 9413 9382) +4(3181 9412 9413 3182) +4(3152 3183 9414 9383) +4(3182 9413 9414 3183) +4(3153 3184 9415 9384) +4(3183 9414 9415 3184) +4(3154 3185 9416 9385) +4(3184 9415 9416 3185) +4(3155 3186 9417 9386) +4(3185 9416 9417 3186) +4(3156 3187 9418 9387) +4(3186 9417 9418 3187) +4(3157 3188 9419 9388) +4(3187 9418 9419 3188) +4(3158 3189 9420 9389) +4(3188 9419 9420 3189) +4(3159 3190 9421 9390) +4(3189 9420 9421 3190) +4(3160 3191 9422 9391) +4(3190 9421 9422 3191) +4(3191 9422 9423 3192) +4(3163 3194 9425 9394) +4(3193 9424 9425 3194) +4(3164 3195 9426 9395) +4(3194 9425 9426 3195) +4(3165 3196 9427 9396) +4(3195 9426 9427 3196) +4(3166 3197 9428 9397) +4(3196 9427 9428 3197) +4(3167 3198 9429 9398) +4(3197 9428 9429 3198) +4(3168 3199 9430 9399) +4(3198 9429 9430 3199) +4(3169 3200 9431 9400) +4(3199 9430 9431 3200) +4(3170 3201 9432 9401) +4(3200 9431 9432 3201) +4(3171 3202 9433 9402) +4(3201 9432 9433 3202) +4(3172 3203 9434 9403) +4(3202 9433 9434 3203) +4(3173 3204 9435 9404) +4(3203 9434 9435 3204) +4(3174 3205 9436 9405) +4(3204 9435 9436 3205) +4(3175 3206 9437 9406) +4(3205 9436 9437 3206) +4(3176 3207 9438 9407) +4(3206 9437 9438 3207) +4(3177 3208 9439 9408) +4(3207 9438 9439 3208) +4(3178 3209 9440 9409) +4(3208 9439 9440 3209) +4(3179 3210 9441 9410) +4(3209 9440 9441 3210) +4(3180 3211 9442 9411) +4(3210 9441 9442 3211) +4(3181 3212 9443 9412) +4(3211 9442 9443 3212) +4(3182 3213 9444 9413) +4(3212 9443 9444 3213) +4(3183 3214 9445 9414) +4(3213 9444 9445 3214) +4(3184 3215 9446 9415) +4(3214 9445 9446 3215) +4(3185 3216 9447 9416) +4(3215 9446 9447 3216) +4(3186 3217 9448 9417) +4(3216 9447 9448 3217) +4(3187 3218 9449 9418) +4(3217 9448 9449 3218) +4(3188 3219 9450 9419) +4(3218 9449 9450 3219) +4(3189 3220 9451 9420) +4(3219 9450 9451 3220) +4(3190 3221 9452 9421) +4(3220 9451 9452 3221) +4(3191 3222 9453 9422) +4(3221 9452 9453 3222) +4(3222 9453 9454 3223) +4(3194 3225 9456 9425) +4(3224 9455 9456 3225) +4(3195 3226 9457 9426) +4(3225 9456 9457 3226) +4(3196 3227 9458 9427) +4(3226 9457 9458 3227) +4(3197 3228 9459 9428) +4(3227 9458 9459 3228) +4(3198 3229 9460 9429) +4(3228 9459 9460 3229) +4(3199 3230 9461 9430) +4(3229 9460 9461 3230) +4(3200 3231 9462 9431) +4(3230 9461 9462 3231) +4(3201 3232 9463 9432) +4(3231 9462 9463 3232) +4(3202 3233 9464 9433) +4(3232 9463 9464 3233) +4(3203 3234 9465 9434) +4(3233 9464 9465 3234) +4(3204 3235 9466 9435) +4(3234 9465 9466 3235) +4(3205 3236 9467 9436) +4(3235 9466 9467 3236) +4(3206 3237 9468 9437) +4(3236 9467 9468 3237) +4(3207 3238 9469 9438) +4(3237 9468 9469 3238) +4(3208 3239 9470 9439) +4(3238 9469 9470 3239) +4(3209 3240 9471 9440) +4(3239 9470 9471 3240) +4(3210 3241 9472 9441) +4(3240 9471 9472 3241) +4(3211 3242 9473 9442) +4(3241 9472 9473 3242) +4(3212 3243 9474 9443) +4(3242 9473 9474 3243) +4(3213 3244 9475 9444) +4(3243 9474 9475 3244) +4(3214 3245 9476 9445) +4(3244 9475 9476 3245) +4(3215 3246 9477 9446) +4(3245 9476 9477 3246) +4(3216 3247 9478 9447) +4(3246 9477 9478 3247) +4(3217 3248 9479 9448) +4(3247 9478 9479 3248) +4(3218 3249 9480 9449) +4(3248 9479 9480 3249) +4(3219 3250 9481 9450) +4(3249 9480 9481 3250) +4(3220 3251 9482 9451) +4(3250 9481 9482 3251) +4(3221 3252 9483 9452) +4(3251 9482 9483 3252) +4(3222 3253 9484 9453) +4(3252 9483 9484 3253) +4(3253 9484 9485 3254) +4(3225 3256 9487 9456) +4(3255 9486 9487 3256) +4(3226 3257 9488 9457) +4(3256 9487 9488 3257) +4(3227 3258 9489 9458) +4(3257 9488 9489 3258) +4(3228 3259 9490 9459) +4(3258 9489 9490 3259) +4(3229 3260 9491 9460) +4(3259 9490 9491 3260) +4(3230 3261 9492 9461) +4(3260 9491 9492 3261) +4(3231 3262 9493 9462) +4(3261 9492 9493 3262) +4(3232 3263 9494 9463) +4(3262 9493 9494 3263) +4(3233 3264 9495 9464) +4(3263 9494 9495 3264) +4(3234 3265 9496 9465) +4(3264 9495 9496 3265) +4(3235 3266 9497 9466) +4(3265 9496 9497 3266) +4(3236 3267 9498 9467) +4(3266 9497 9498 3267) +4(3237 3268 9499 9468) +4(3267 9498 9499 3268) +4(3238 3269 9500 9469) +4(3268 9499 9500 3269) +4(3239 3270 9501 9470) +4(3269 9500 9501 3270) +4(3240 3271 9502 9471) +4(3270 9501 9502 3271) +4(3241 3272 9503 9472) +4(3271 9502 9503 3272) +4(3242 3273 9504 9473) +4(3272 9503 9504 3273) +4(3243 3274 9505 9474) +4(3273 9504 9505 3274) +4(3244 3275 9506 9475) +4(3274 9505 9506 3275) +4(3245 3276 9507 9476) +4(3275 9506 9507 3276) +4(3246 3277 9508 9477) +4(3276 9507 9508 3277) +4(3247 3278 9509 9478) +4(3277 9508 9509 3278) +4(3248 3279 9510 9479) +4(3278 9509 9510 3279) +4(3249 3280 9511 9480) +4(3279 9510 9511 3280) +4(3250 3281 9512 9481) +4(3280 9511 9512 3281) +4(3251 3282 9513 9482) +4(3281 9512 9513 3282) +4(3252 3283 9514 9483) +4(3282 9513 9514 3283) +4(3253 3284 9515 9484) +4(3283 9514 9515 3284) +4(3284 9515 9516 3285) +4(3256 3287 9518 9487) +4(3286 9517 9518 3287) +4(3257 3288 9519 9488) +4(3287 9518 9519 3288) +4(3258 3289 9520 9489) +4(3288 9519 9520 3289) +4(3259 3290 9521 9490) +4(3289 9520 9521 3290) +4(3260 3291 9522 9491) +4(3290 9521 9522 3291) +4(3261 3292 9523 9492) +4(3291 9522 9523 3292) +4(3262 3293 9524 9493) +4(3292 9523 9524 3293) +4(3263 3294 9525 9494) +4(3293 9524 9525 3294) +4(3264 3295 9526 9495) +4(3294 9525 9526 3295) +4(3265 3296 9527 9496) +4(3295 9526 9527 3296) +4(3266 3297 9528 9497) +4(3296 9527 9528 3297) +4(3267 3298 9529 9498) +4(3297 9528 9529 3298) +4(3268 3299 9530 9499) +4(3298 9529 9530 3299) +4(3269 3300 9531 9500) +4(3299 9530 9531 3300) +4(3270 3301 9532 9501) +4(3300 9531 9532 3301) +4(3271 3302 9533 9502) +4(3301 9532 9533 3302) +4(3272 3303 9534 9503) +4(3302 9533 9534 3303) +4(3273 3304 9535 9504) +4(3303 9534 9535 3304) +4(3274 3305 9536 9505) +4(3304 9535 9536 3305) +4(3275 3306 9537 9506) +4(3305 9536 9537 3306) +4(3276 3307 9538 9507) +4(3306 9537 9538 3307) +4(3277 3308 9539 9508) +4(3307 9538 9539 3308) +4(3278 3309 9540 9509) +4(3308 9539 9540 3309) +4(3279 3310 9541 9510) +4(3309 9540 9541 3310) +4(3280 3311 9542 9511) +4(3310 9541 9542 3311) +4(3281 3312 9543 9512) +4(3311 9542 9543 3312) +4(3282 3313 9544 9513) +4(3312 9543 9544 3313) +4(3283 3314 9545 9514) +4(3313 9544 9545 3314) +4(3284 3315 9546 9515) +4(3314 9545 9546 3315) +4(3315 9546 9547 3316) +4(3287 3318 9549 9518) +4(3317 9548 9549 3318) +4(3288 3319 9550 9519) +4(3318 9549 9550 3319) +4(3289 3320 9551 9520) +4(3319 9550 9551 3320) +4(3290 3321 9552 9521) +4(3320 9551 9552 3321) +4(3291 3322 9553 9522) +4(3321 9552 9553 3322) +4(3292 3323 9554 9523) +4(3322 9553 9554 3323) +4(3293 3324 9555 9524) +4(3323 9554 9555 3324) +4(3294 3325 9556 9525) +4(3324 9555 9556 3325) +4(3295 3326 9557 9526) +4(3325 9556 9557 3326) +4(3296 3327 9558 9527) +4(3326 9557 9558 3327) +4(3297 3328 9559 9528) +4(3327 9558 9559 3328) +4(3298 3329 9560 9529) +4(3328 9559 9560 3329) +4(3299 3330 9561 9530) +4(3329 9560 9561 3330) +4(3300 3331 9562 9531) +4(3330 9561 9562 3331) +4(3301 3332 9563 9532) +4(3331 9562 9563 3332) +4(3302 3333 9564 9533) +4(3332 9563 9564 3333) +4(3303 3334 9565 9534) +4(3333 9564 9565 3334) +4(3304 3335 9566 9535) +4(3334 9565 9566 3335) +4(3305 3336 9567 9536) +4(3335 9566 9567 3336) +4(3306 3337 9568 9537) +4(3336 9567 9568 3337) +4(3307 3338 9569 9538) +4(3337 9568 9569 3338) +4(3308 3339 9570 9539) +4(3338 9569 9570 3339) +4(3309 3340 9571 9540) +4(3339 9570 9571 3340) +4(3310 3341 9572 9541) +4(3340 9571 9572 3341) +4(3311 3342 9573 9542) +4(3341 9572 9573 3342) +4(3312 3343 9574 9543) +4(3342 9573 9574 3343) +4(3313 3344 9575 9544) +4(3343 9574 9575 3344) +4(3314 3345 9576 9545) +4(3344 9575 9576 3345) +4(3315 3346 9577 9546) +4(3345 9576 9577 3346) +4(3346 9577 9578 3347) +4(3318 3349 9580 9549) +4(3348 9579 9580 3349) +4(3319 3350 9581 9550) +4(3349 9580 9581 3350) +4(3320 3351 9582 9551) +4(3350 9581 9582 3351) +4(3321 3352 9583 9552) +4(3351 9582 9583 3352) +4(3322 3353 9584 9553) +4(3352 9583 9584 3353) +4(3323 3354 9585 9554) +4(3353 9584 9585 3354) +4(3324 3355 9586 9555) +4(3354 9585 9586 3355) +4(3325 3356 9587 9556) +4(3355 9586 9587 3356) +4(3326 3357 9588 9557) +4(3356 9587 9588 3357) +4(3327 3358 9589 9558) +4(3357 9588 9589 3358) +4(3328 3359 9590 9559) +4(3358 9589 9590 3359) +4(3329 3360 9591 9560) +4(3359 9590 9591 3360) +4(3330 3361 9592 9561) +4(3360 9591 9592 3361) +4(3331 3362 9593 9562) +4(3361 9592 9593 3362) +4(3332 3363 9594 9563) +4(3362 9593 9594 3363) +4(3333 3364 9595 9564) +4(3363 9594 9595 3364) +4(3334 3365 9596 9565) +4(3364 9595 9596 3365) +4(3335 3366 9597 9566) +4(3365 9596 9597 3366) +4(3336 3367 9598 9567) +4(3366 9597 9598 3367) +4(3337 3368 9599 9568) +4(3367 9598 9599 3368) +4(3338 3369 9600 9569) +4(3368 9599 9600 3369) +4(3339 3370 9601 9570) +4(3369 9600 9601 3370) +4(3340 3371 9602 9571) +4(3370 9601 9602 3371) +4(3341 3372 9603 9572) +4(3371 9602 9603 3372) +4(3342 3373 9604 9573) +4(3372 9603 9604 3373) +4(3343 3374 9605 9574) +4(3373 9604 9605 3374) +4(3344 3375 9606 9575) +4(3374 9605 9606 3375) +4(3345 3376 9607 9576) +4(3375 9606 9607 3376) +4(3346 3377 9608 9577) +4(3376 9607 9608 3377) +4(3377 9608 9609 3378) +4(3349 3380 9611 9580) +4(3379 9610 9611 3380) +4(3350 3381 9612 9581) +4(3380 9611 9612 3381) +4(3351 3382 9613 9582) +4(3381 9612 9613 3382) +4(3352 3383 9614 9583) +4(3382 9613 9614 3383) +4(3353 3384 9615 9584) +4(3383 9614 9615 3384) +4(3354 3385 9616 9585) +4(3384 9615 9616 3385) +4(3355 3386 9617 9586) +4(3385 9616 9617 3386) +4(3356 3387 9618 9587) +4(3386 9617 9618 3387) +4(3357 3388 9619 9588) +4(3387 9618 9619 3388) +4(3358 3389 9620 9589) +4(3388 9619 9620 3389) +4(3359 3390 9621 9590) +4(3389 9620 9621 3390) +4(3360 3391 9622 9591) +4(3390 9621 9622 3391) +4(3361 3392 9623 9592) +4(3391 9622 9623 3392) +4(3362 3393 9624 9593) +4(3392 9623 9624 3393) +4(3363 3394 9625 9594) +4(3393 9624 9625 3394) +4(3364 3395 9626 9595) +4(3394 9625 9626 3395) +4(3365 3396 9627 9596) +4(3395 9626 9627 3396) +4(3366 3397 9628 9597) +4(3396 9627 9628 3397) +4(3367 3398 9629 9598) +4(3397 9628 9629 3398) +4(3368 3399 9630 9599) +4(3398 9629 9630 3399) +4(3369 3400 9631 9600) +4(3399 9630 9631 3400) +4(3370 3401 9632 9601) +4(3400 9631 9632 3401) +4(3371 3402 9633 9602) +4(3401 9632 9633 3402) +4(3372 3403 9634 9603) +4(3402 9633 9634 3403) +4(3373 3404 9635 9604) +4(3403 9634 9635 3404) +4(3374 3405 9636 9605) +4(3404 9635 9636 3405) +4(3375 3406 9637 9606) +4(3405 9636 9637 3406) +4(3376 3407 9638 9607) +4(3406 9637 9638 3407) +4(3377 3408 9639 9608) +4(3407 9638 9639 3408) +4(3408 9639 9640 3409) +4(3380 3411 9642 9611) +4(3410 9641 9642 3411) +4(3381 3412 9643 9612) +4(3411 9642 9643 3412) +4(3382 3413 9644 9613) +4(3412 9643 9644 3413) +4(3383 3414 9645 9614) +4(3413 9644 9645 3414) +4(3384 3415 9646 9615) +4(3414 9645 9646 3415) +4(3385 3416 9647 9616) +4(3415 9646 9647 3416) +4(3386 3417 9648 9617) +4(3416 9647 9648 3417) +4(3387 3418 9649 9618) +4(3417 9648 9649 3418) +4(3388 3419 9650 9619) +4(3418 9649 9650 3419) +4(3389 3420 9651 9620) +4(3419 9650 9651 3420) +4(3390 3421 9652 9621) +4(3420 9651 9652 3421) +4(3391 3422 9653 9622) +4(3421 9652 9653 3422) +4(3392 3423 9654 9623) +4(3422 9653 9654 3423) +4(3393 3424 9655 9624) +4(3423 9654 9655 3424) +4(3394 3425 9656 9625) +4(3424 9655 9656 3425) +4(3395 3426 9657 9626) +4(3425 9656 9657 3426) +4(3396 3427 9658 9627) +4(3426 9657 9658 3427) +4(3397 3428 9659 9628) +4(3427 9658 9659 3428) +4(3398 3429 9660 9629) +4(3428 9659 9660 3429) +4(3399 3430 9661 9630) +4(3429 9660 9661 3430) +4(3400 3431 9662 9631) +4(3430 9661 9662 3431) +4(3401 3432 9663 9632) +4(3431 9662 9663 3432) +4(3402 3433 9664 9633) +4(3432 9663 9664 3433) +4(3403 3434 9665 9634) +4(3433 9664 9665 3434) +4(3404 3435 9666 9635) +4(3434 9665 9666 3435) +4(3405 3436 9667 9636) +4(3435 9666 9667 3436) +4(3406 3437 9668 9637) +4(3436 9667 9668 3437) +4(3407 3438 9669 9638) +4(3437 9668 9669 3438) +4(3408 3439 9670 9639) +4(3438 9669 9670 3439) +4(3439 9670 9671 3440) +4(3411 3442 9673 9642) +4(3441 9672 9673 3442) +4(3412 3443 9674 9643) +4(3442 9673 9674 3443) +4(3413 3444 9675 9644) +4(3443 9674 9675 3444) +4(3414 3445 9676 9645) +4(3444 9675 9676 3445) +4(3415 3446 9677 9646) +4(3445 9676 9677 3446) +4(3416 3447 9678 9647) +4(3446 9677 9678 3447) +4(3417 3448 9679 9648) +4(3447 9678 9679 3448) +4(3418 3449 9680 9649) +4(3448 9679 9680 3449) +4(3419 3450 9681 9650) +4(3449 9680 9681 3450) +4(3420 3451 9682 9651) +4(3450 9681 9682 3451) +4(3421 3452 9683 9652) +4(3451 9682 9683 3452) +4(3422 3453 9684 9653) +4(3452 9683 9684 3453) +4(3423 3454 9685 9654) +4(3453 9684 9685 3454) +4(3424 3455 9686 9655) +4(3454 9685 9686 3455) +4(3425 3456 9687 9656) +4(3455 9686 9687 3456) +4(3426 3457 9688 9657) +4(3456 9687 9688 3457) +4(3427 3458 9689 9658) +4(3457 9688 9689 3458) +4(3428 3459 9690 9659) +4(3458 9689 9690 3459) +4(3429 3460 9691 9660) +4(3459 9690 9691 3460) +4(3430 3461 9692 9661) +4(3460 9691 9692 3461) +4(3431 3462 9693 9662) +4(3461 9692 9693 3462) +4(3432 3463 9694 9663) +4(3462 9693 9694 3463) +4(3433 3464 9695 9664) +4(3463 9694 9695 3464) +4(3434 3465 9696 9665) +4(3464 9695 9696 3465) +4(3435 3466 9697 9666) +4(3465 9696 9697 3466) +4(3436 3467 9698 9667) +4(3466 9697 9698 3467) +4(3437 3468 9699 9668) +4(3467 9698 9699 3468) +4(3438 3469 9700 9669) +4(3468 9699 9700 3469) +4(3439 3470 9701 9670) +4(3469 9700 9701 3470) +4(3470 9701 9702 3471) +4(3442 3473 9704 9673) +4(3472 9703 9704 3473) +4(3443 3474 9705 9674) +4(3473 9704 9705 3474) +4(3444 3475 9706 9675) +4(3474 9705 9706 3475) +4(3445 3476 9707 9676) +4(3475 9706 9707 3476) +4(3446 3477 9708 9677) +4(3476 9707 9708 3477) +4(3447 3478 9709 9678) +4(3477 9708 9709 3478) +4(3448 3479 9710 9679) +4(3478 9709 9710 3479) +4(3449 3480 9711 9680) +4(3479 9710 9711 3480) +4(3450 3481 9712 9681) +4(3480 9711 9712 3481) +4(3451 3482 9713 9682) +4(3481 9712 9713 3482) +4(3452 3483 9714 9683) +4(3482 9713 9714 3483) +4(3453 3484 9715 9684) +4(3483 9714 9715 3484) +4(3454 3485 9716 9685) +4(3484 9715 9716 3485) +4(3455 3486 9717 9686) +4(3485 9716 9717 3486) +4(3456 3487 9718 9687) +4(3486 9717 9718 3487) +4(3457 3488 9719 9688) +4(3487 9718 9719 3488) +4(3458 3489 9720 9689) +4(3488 9719 9720 3489) +4(3459 3490 9721 9690) +4(3489 9720 9721 3490) +4(3460 3491 9722 9691) +4(3490 9721 9722 3491) +4(3461 3492 9723 9692) +4(3491 9722 9723 3492) +4(3462 3493 9724 9693) +4(3492 9723 9724 3493) +4(3463 3494 9725 9694) +4(3493 9724 9725 3494) +4(3464 3495 9726 9695) +4(3494 9725 9726 3495) +4(3465 3496 9727 9696) +4(3495 9726 9727 3496) +4(3466 3497 9728 9697) +4(3496 9727 9728 3497) +4(3467 3498 9729 9698) +4(3497 9728 9729 3498) +4(3468 3499 9730 9699) +4(3498 9729 9730 3499) +4(3469 3500 9731 9700) +4(3499 9730 9731 3500) +4(3470 3501 9732 9701) +4(3500 9731 9732 3501) +4(3501 9732 9733 3502) +4(3473 3504 9735 9704) +4(3503 9734 9735 3504) +4(3474 3505 9736 9705) +4(3504 9735 9736 3505) +4(3475 3506 9737 9706) +4(3505 9736 9737 3506) +4(3476 3507 9738 9707) +4(3506 9737 9738 3507) +4(3477 3508 9739 9708) +4(3507 9738 9739 3508) +4(3478 3509 9740 9709) +4(3508 9739 9740 3509) +4(3479 3510 9741 9710) +4(3509 9740 9741 3510) +4(3480 3511 9742 9711) +4(3510 9741 9742 3511) +4(3481 3512 9743 9712) +4(3511 9742 9743 3512) +4(3482 3513 9744 9713) +4(3512 9743 9744 3513) +4(3483 3514 9745 9714) +4(3513 9744 9745 3514) +4(3484 3515 9746 9715) +4(3514 9745 9746 3515) +4(3485 3516 9747 9716) +4(3515 9746 9747 3516) +4(3486 3517 9748 9717) +4(3516 9747 9748 3517) +4(3487 3518 9749 9718) +4(3517 9748 9749 3518) +4(3488 3519 9750 9719) +4(3518 9749 9750 3519) +4(3489 3520 9751 9720) +4(3519 9750 9751 3520) +4(3490 3521 9752 9721) +4(3520 9751 9752 3521) +4(3491 3522 9753 9722) +4(3521 9752 9753 3522) +4(3492 3523 9754 9723) +4(3522 9753 9754 3523) +4(3493 3524 9755 9724) +4(3523 9754 9755 3524) +4(3494 3525 9756 9725) +4(3524 9755 9756 3525) +4(3495 3526 9757 9726) +4(3525 9756 9757 3526) +4(3496 3527 9758 9727) +4(3526 9757 9758 3527) +4(3497 3528 9759 9728) +4(3527 9758 9759 3528) +4(3498 3529 9760 9729) +4(3528 9759 9760 3529) +4(3499 3530 9761 9730) +4(3529 9760 9761 3530) +4(3500 3531 9762 9731) +4(3530 9761 9762 3531) +4(3501 3532 9763 9732) +4(3531 9762 9763 3532) +4(3532 9763 9764 3533) +4(3504 3535 9766 9735) +4(3534 9765 9766 3535) +4(3505 3536 9767 9736) +4(3535 9766 9767 3536) +4(3506 3537 9768 9737) +4(3536 9767 9768 3537) +4(3507 3538 9769 9738) +4(3537 9768 9769 3538) +4(3508 3539 9770 9739) +4(3538 9769 9770 3539) +4(3509 3540 9771 9740) +4(3539 9770 9771 3540) +4(3510 3541 9772 9741) +4(3540 9771 9772 3541) +4(3511 3542 9773 9742) +4(3541 9772 9773 3542) +4(3512 3543 9774 9743) +4(3542 9773 9774 3543) +4(3513 3544 9775 9744) +4(3543 9774 9775 3544) +4(3514 3545 9776 9745) +4(3544 9775 9776 3545) +4(3515 3546 9777 9746) +4(3545 9776 9777 3546) +4(3516 3547 9778 9747) +4(3546 9777 9778 3547) +4(3517 3548 9779 9748) +4(3547 9778 9779 3548) +4(3518 3549 9780 9749) +4(3548 9779 9780 3549) +4(3519 3550 9781 9750) +4(3549 9780 9781 3550) +4(3520 3551 9782 9751) +4(3550 9781 9782 3551) +4(3521 3552 9783 9752) +4(3551 9782 9783 3552) +4(3522 3553 9784 9753) +4(3552 9783 9784 3553) +4(3523 3554 9785 9754) +4(3553 9784 9785 3554) +4(3524 3555 9786 9755) +4(3554 9785 9786 3555) +4(3525 3556 9787 9756) +4(3555 9786 9787 3556) +4(3526 3557 9788 9757) +4(3556 9787 9788 3557) +4(3527 3558 9789 9758) +4(3557 9788 9789 3558) +4(3528 3559 9790 9759) +4(3558 9789 9790 3559) +4(3529 3560 9791 9760) +4(3559 9790 9791 3560) +4(3530 3561 9792 9761) +4(3560 9791 9792 3561) +4(3531 3562 9793 9762) +4(3561 9792 9793 3562) +4(3532 3563 9794 9763) +4(3562 9793 9794 3563) +4(3563 9794 9795 3564) +4(3535 3566 9797 9766) +4(3565 9796 9797 3566) +4(3536 3567 9798 9767) +4(3566 9797 9798 3567) +4(3537 3568 9799 9768) +4(3567 9798 9799 3568) +4(3538 3569 9800 9769) +4(3568 9799 9800 3569) +4(3539 3570 9801 9770) +4(3569 9800 9801 3570) +4(3540 3571 9802 9771) +4(3570 9801 9802 3571) +4(3541 3572 9803 9772) +4(3571 9802 9803 3572) +4(3542 3573 9804 9773) +4(3572 9803 9804 3573) +4(3543 3574 9805 9774) +4(3573 9804 9805 3574) +4(3544 3575 9806 9775) +4(3574 9805 9806 3575) +4(3545 3576 9807 9776) +4(3575 9806 9807 3576) +4(3546 3577 9808 9777) +4(3576 9807 9808 3577) +4(3547 3578 9809 9778) +4(3577 9808 9809 3578) +4(3548 3579 9810 9779) +4(3578 9809 9810 3579) +4(3549 3580 9811 9780) +4(3579 9810 9811 3580) +4(3550 3581 9812 9781) +4(3580 9811 9812 3581) +4(3551 3582 9813 9782) +4(3581 9812 9813 3582) +4(3552 3583 9814 9783) +4(3582 9813 9814 3583) +4(3553 3584 9815 9784) +4(3583 9814 9815 3584) +4(3554 3585 9816 9785) +4(3584 9815 9816 3585) +4(3555 3586 9817 9786) +4(3585 9816 9817 3586) +4(3556 3587 9818 9787) +4(3586 9817 9818 3587) +4(3557 3588 9819 9788) +4(3587 9818 9819 3588) +4(3558 3589 9820 9789) +4(3588 9819 9820 3589) +4(3559 3590 9821 9790) +4(3589 9820 9821 3590) +4(3560 3591 9822 9791) +4(3590 9821 9822 3591) +4(3561 3592 9823 9792) +4(3591 9822 9823 3592) +4(3562 3593 9824 9793) +4(3592 9823 9824 3593) +4(3563 3594 9825 9794) +4(3593 9824 9825 3594) +4(3594 9825 9826 3595) +4(3566 3597 9828 9797) +4(3596 9827 9828 3597) +4(3567 3598 9829 9798) +4(3597 9828 9829 3598) +4(3568 3599 9830 9799) +4(3598 9829 9830 3599) +4(3569 3600 9831 9800) +4(3599 9830 9831 3600) +4(3570 3601 9832 9801) +4(3600 9831 9832 3601) +4(3571 3602 9833 9802) +4(3601 9832 9833 3602) +4(3572 3603 9834 9803) +4(3602 9833 9834 3603) +4(3573 3604 9835 9804) +4(3603 9834 9835 3604) +4(3574 3605 9836 9805) +4(3604 9835 9836 3605) +4(3575 3606 9837 9806) +4(3605 9836 9837 3606) +4(3576 3607 9838 9807) +4(3606 9837 9838 3607) +4(3577 3608 9839 9808) +4(3607 9838 9839 3608) +4(3578 3609 9840 9809) +4(3608 9839 9840 3609) +4(3579 3610 9841 9810) +4(3609 9840 9841 3610) +4(3580 3611 9842 9811) +4(3610 9841 9842 3611) +4(3581 3612 9843 9812) +4(3611 9842 9843 3612) +4(3582 3613 9844 9813) +4(3612 9843 9844 3613) +4(3583 3614 9845 9814) +4(3613 9844 9845 3614) +4(3584 3615 9846 9815) +4(3614 9845 9846 3615) +4(3585 3616 9847 9816) +4(3615 9846 9847 3616) +4(3586 3617 9848 9817) +4(3616 9847 9848 3617) +4(3587 3618 9849 9818) +4(3617 9848 9849 3618) +4(3588 3619 9850 9819) +4(3618 9849 9850 3619) +4(3589 3620 9851 9820) +4(3619 9850 9851 3620) +4(3590 3621 9852 9821) +4(3620 9851 9852 3621) +4(3591 3622 9853 9822) +4(3621 9852 9853 3622) +4(3592 3623 9854 9823) +4(3622 9853 9854 3623) +4(3593 3624 9855 9824) +4(3623 9854 9855 3624) +4(3594 3625 9856 9825) +4(3624 9855 9856 3625) +4(3625 9856 9857 3626) +4(3597 3628 9859 9828) +4(3627 9858 9859 3628) +4(3598 3629 9860 9829) +4(3628 9859 9860 3629) +4(3599 3630 9861 9830) +4(3629 9860 9861 3630) +4(3600 3631 9862 9831) +4(3630 9861 9862 3631) +4(3601 3632 9863 9832) +4(3631 9862 9863 3632) +4(3602 3633 9864 9833) +4(3632 9863 9864 3633) +4(3603 3634 9865 9834) +4(3633 9864 9865 3634) +4(3604 3635 9866 9835) +4(3634 9865 9866 3635) +4(3605 3636 9867 9836) +4(3635 9866 9867 3636) +4(3606 3637 9868 9837) +4(3636 9867 9868 3637) +4(3607 3638 9869 9838) +4(3637 9868 9869 3638) +4(3608 3639 9870 9839) +4(3638 9869 9870 3639) +4(3609 3640 9871 9840) +4(3639 9870 9871 3640) +4(3610 3641 9872 9841) +4(3640 9871 9872 3641) +4(3611 3642 9873 9842) +4(3641 9872 9873 3642) +4(3612 3643 9874 9843) +4(3642 9873 9874 3643) +4(3613 3644 9875 9844) +4(3643 9874 9875 3644) +4(3614 3645 9876 9845) +4(3644 9875 9876 3645) +4(3615 3646 9877 9846) +4(3645 9876 9877 3646) +4(3616 3647 9878 9847) +4(3646 9877 9878 3647) +4(3617 3648 9879 9848) +4(3647 9878 9879 3648) +4(3618 3649 9880 9849) +4(3648 9879 9880 3649) +4(3619 3650 9881 9850) +4(3649 9880 9881 3650) +4(3620 3651 9882 9851) +4(3650 9881 9882 3651) +4(3621 3652 9883 9852) +4(3651 9882 9883 3652) +4(3622 3653 9884 9853) +4(3652 9883 9884 3653) +4(3623 3654 9885 9854) +4(3653 9884 9885 3654) +4(3624 3655 9886 9855) +4(3654 9885 9886 3655) +4(3625 3656 9887 9856) +4(3655 9886 9887 3656) +4(3656 9887 9888 3657) +4(3628 3659 9890 9859) +4(3658 9889 9890 3659) +4(3629 3660 9891 9860) +4(3659 9890 9891 3660) +4(3630 3661 9892 9861) +4(3660 9891 9892 3661) +4(3631 3662 9893 9862) +4(3661 9892 9893 3662) +4(3632 3663 9894 9863) +4(3662 9893 9894 3663) +4(3633 3664 9895 9864) +4(3663 9894 9895 3664) +4(3634 3665 9896 9865) +4(3664 9895 9896 3665) +4(3635 3666 9897 9866) +4(3665 9896 9897 3666) +4(3636 3667 9898 9867) +4(3666 9897 9898 3667) +4(3637 3668 9899 9868) +4(3667 9898 9899 3668) +4(3638 3669 9900 9869) +4(3668 9899 9900 3669) +4(3639 3670 9901 9870) +4(3669 9900 9901 3670) +4(3640 3671 9902 9871) +4(3670 9901 9902 3671) +4(3641 3672 9903 9872) +4(3671 9902 9903 3672) +4(3642 3673 9904 9873) +4(3672 9903 9904 3673) +4(3643 3674 9905 9874) +4(3673 9904 9905 3674) +4(3644 3675 9906 9875) +4(3674 9905 9906 3675) +4(3645 3676 9907 9876) +4(3675 9906 9907 3676) +4(3646 3677 9908 9877) +4(3676 9907 9908 3677) +4(3647 3678 9909 9878) +4(3677 9908 9909 3678) +4(3648 3679 9910 9879) +4(3678 9909 9910 3679) +4(3649 3680 9911 9880) +4(3679 9910 9911 3680) +4(3650 3681 9912 9881) +4(3680 9911 9912 3681) +4(3651 3682 9913 9882) +4(3681 9912 9913 3682) +4(3652 3683 9914 9883) +4(3682 9913 9914 3683) +4(3653 3684 9915 9884) +4(3683 9914 9915 3684) +4(3654 3685 9916 9885) +4(3684 9915 9916 3685) +4(3655 3686 9917 9886) +4(3685 9916 9917 3686) +4(3656 3687 9918 9887) +4(3686 9917 9918 3687) +4(3687 9918 9919 3688) +4(3659 3690 9921 9890) +4(3689 9920 9921 3690) +4(3660 3691 9922 9891) +4(3690 9921 9922 3691) +4(3661 3692 9923 9892) +4(3691 9922 9923 3692) +4(3662 3693 9924 9893) +4(3692 9923 9924 3693) +4(3663 3694 9925 9894) +4(3693 9924 9925 3694) +4(3664 3695 9926 9895) +4(3694 9925 9926 3695) +4(3665 3696 9927 9896) +4(3695 9926 9927 3696) +4(3666 3697 9928 9897) +4(3696 9927 9928 3697) +4(3667 3698 9929 9898) +4(3697 9928 9929 3698) +4(3668 3699 9930 9899) +4(3698 9929 9930 3699) +4(3669 3700 9931 9900) +4(3699 9930 9931 3700) +4(3670 3701 9932 9901) +4(3700 9931 9932 3701) +4(3671 3702 9933 9902) +4(3701 9932 9933 3702) +4(3672 3703 9934 9903) +4(3702 9933 9934 3703) +4(3673 3704 9935 9904) +4(3703 9934 9935 3704) +4(3674 3705 9936 9905) +4(3704 9935 9936 3705) +4(3675 3706 9937 9906) +4(3705 9936 9937 3706) +4(3676 3707 9938 9907) +4(3706 9937 9938 3707) +4(3677 3708 9939 9908) +4(3707 9938 9939 3708) +4(3678 3709 9940 9909) +4(3708 9939 9940 3709) +4(3679 3710 9941 9910) +4(3709 9940 9941 3710) +4(3680 3711 9942 9911) +4(3710 9941 9942 3711) +4(3681 3712 9943 9912) +4(3711 9942 9943 3712) +4(3682 3713 9944 9913) +4(3712 9943 9944 3713) +4(3683 3714 9945 9914) +4(3713 9944 9945 3714) +4(3684 3715 9946 9915) +4(3714 9945 9946 3715) +4(3685 3716 9947 9916) +4(3715 9946 9947 3716) +4(3686 3717 9948 9917) +4(3716 9947 9948 3717) +4(3687 3718 9949 9918) +4(3717 9948 9949 3718) +4(3718 9949 9950 3719) +4(3690 3721 9952 9921) +4(3720 9951 9952 3721) +4(3691 3722 9953 9922) +4(3721 9952 9953 3722) +4(3692 3723 9954 9923) +4(3722 9953 9954 3723) +4(3693 3724 9955 9924) +4(3723 9954 9955 3724) +4(3694 3725 9956 9925) +4(3724 9955 9956 3725) +4(3695 3726 9957 9926) +4(3725 9956 9957 3726) +4(3696 3727 9958 9927) +4(3726 9957 9958 3727) +4(3697 3728 9959 9928) +4(3727 9958 9959 3728) +4(3698 3729 9960 9929) +4(3728 9959 9960 3729) +4(3699 3730 9961 9930) +4(3729 9960 9961 3730) +4(3700 3731 9962 9931) +4(3730 9961 9962 3731) +4(3701 3732 9963 9932) +4(3731 9962 9963 3732) +4(3702 3733 9964 9933) +4(3732 9963 9964 3733) +4(3703 3734 9965 9934) +4(3733 9964 9965 3734) +4(3704 3735 9966 9935) +4(3734 9965 9966 3735) +4(3705 3736 9967 9936) +4(3735 9966 9967 3736) +4(3706 3737 9968 9937) +4(3736 9967 9968 3737) +4(3707 3738 9969 9938) +4(3737 9968 9969 3738) +4(3708 3739 9970 9939) +4(3738 9969 9970 3739) +4(3709 3740 9971 9940) +4(3739 9970 9971 3740) +4(3710 3741 9972 9941) +4(3740 9971 9972 3741) +4(3711 3742 9973 9942) +4(3741 9972 9973 3742) +4(3712 3743 9974 9943) +4(3742 9973 9974 3743) +4(3713 3744 9975 9944) +4(3743 9974 9975 3744) +4(3714 3745 9976 9945) +4(3744 9975 9976 3745) +4(3715 3746 9977 9946) +4(3745 9976 9977 3746) +4(3716 3747 9978 9947) +4(3746 9977 9978 3747) +4(3717 3748 9979 9948) +4(3747 9978 9979 3748) +4(3718 3749 9980 9949) +4(3748 9979 9980 3749) +4(3749 9980 9981 3750) +4(3721 3752 9983 9952) +4(3751 9982 9983 3752) +4(3722 3753 9984 9953) +4(3752 9983 9984 3753) +4(3723 3754 9985 9954) +4(3753 9984 9985 3754) +4(3724 3755 9986 9955) +4(3754 9985 9986 3755) +4(3725 3756 9987 9956) +4(3755 9986 9987 3756) +4(3726 3757 9988 9957) +4(3756 9987 9988 3757) +4(3727 3758 9989 9958) +4(3757 9988 9989 3758) +4(3728 3759 9990 9959) +4(3758 9989 9990 3759) +4(3729 3760 9991 9960) +4(3759 9990 9991 3760) +4(3730 3761 9992 9961) +4(3760 9991 9992 3761) +4(3731 3762 9993 9962) +4(3761 9992 9993 3762) +4(3732 3763 9994 9963) +4(3762 9993 9994 3763) +4(3733 3764 9995 9964) +4(3763 9994 9995 3764) +4(3734 3765 9996 9965) +4(3764 9995 9996 3765) +4(3735 3766 9997 9966) +4(3765 9996 9997 3766) +4(3736 3767 9998 9967) +4(3766 9997 9998 3767) +4(3737 3768 9999 9968) +4(3767 9998 9999 3768) +4(3738 3769 10000 9969) +4(3768 9999 10000 3769) +4(3739 3770 10001 9970) +4(3769 10000 10001 3770) +4(3740 3771 10002 9971) +4(3770 10001 10002 3771) +4(3741 3772 10003 9972) +4(3771 10002 10003 3772) +4(3742 3773 10004 9973) +4(3772 10003 10004 3773) +4(3743 3774 10005 9974) +4(3773 10004 10005 3774) +4(3744 3775 10006 9975) +4(3774 10005 10006 3775) +4(3745 3776 10007 9976) +4(3775 10006 10007 3776) +4(3746 3777 10008 9977) +4(3776 10007 10008 3777) +4(3747 3778 10009 9978) +4(3777 10008 10009 3778) +4(3748 3779 10010 9979) +4(3778 10009 10010 3779) +4(3749 3780 10011 9980) +4(3779 10010 10011 3780) +4(3780 10011 10012 3781) +4(3752 3783 10014 9983) +4(3782 10013 10014 3783) +4(3753 3784 10015 9984) +4(3783 10014 10015 3784) +4(3754 3785 10016 9985) +4(3784 10015 10016 3785) +4(3755 3786 10017 9986) +4(3785 10016 10017 3786) +4(3756 3787 10018 9987) +4(3786 10017 10018 3787) +4(3757 3788 10019 9988) +4(3787 10018 10019 3788) +4(3758 3789 10020 9989) +4(3788 10019 10020 3789) +4(3759 3790 10021 9990) +4(3789 10020 10021 3790) +4(3760 3791 10022 9991) +4(3790 10021 10022 3791) +4(3761 3792 10023 9992) +4(3791 10022 10023 3792) +4(3762 3793 10024 9993) +4(3792 10023 10024 3793) +4(3763 3794 10025 9994) +4(3793 10024 10025 3794) +4(3764 3795 10026 9995) +4(3794 10025 10026 3795) +4(3765 3796 10027 9996) +4(3795 10026 10027 3796) +4(3766 3797 10028 9997) +4(3796 10027 10028 3797) +4(3767 3798 10029 9998) +4(3797 10028 10029 3798) +4(3768 3799 10030 9999) +4(3798 10029 10030 3799) +4(3769 3800 10031 10000) +4(3799 10030 10031 3800) +4(3770 3801 10032 10001) +4(3800 10031 10032 3801) +4(3771 3802 10033 10002) +4(3801 10032 10033 3802) +4(3772 3803 10034 10003) +4(3802 10033 10034 3803) +4(3773 3804 10035 10004) +4(3803 10034 10035 3804) +4(3774 3805 10036 10005) +4(3804 10035 10036 3805) +4(3775 3806 10037 10006) +4(3805 10036 10037 3806) +4(3776 3807 10038 10007) +4(3806 10037 10038 3807) +4(3777 3808 10039 10008) +4(3807 10038 10039 3808) +4(3778 3809 10040 10009) +4(3808 10039 10040 3809) +4(3779 3810 10041 10010) +4(3809 10040 10041 3810) +4(3780 3811 10042 10011) +4(3810 10041 10042 3811) +4(3811 10042 10043 3812) +4(3783 3814 10045 10014) +4(3813 10044 10045 3814) +4(3784 3815 10046 10015) +4(3814 10045 10046 3815) +4(3785 3816 10047 10016) +4(3815 10046 10047 3816) +4(3786 3817 10048 10017) +4(3816 10047 10048 3817) +4(3787 3818 10049 10018) +4(3817 10048 10049 3818) +4(3788 3819 10050 10019) +4(3818 10049 10050 3819) +4(3789 3820 10051 10020) +4(3819 10050 10051 3820) +4(3790 3821 10052 10021) +4(3820 10051 10052 3821) +4(3791 3822 10053 10022) +4(3821 10052 10053 3822) +4(3792 3823 10054 10023) +4(3822 10053 10054 3823) +4(3793 3824 10055 10024) +4(3823 10054 10055 3824) +4(3794 3825 10056 10025) +4(3824 10055 10056 3825) +4(3795 3826 10057 10026) +4(3825 10056 10057 3826) +4(3796 3827 10058 10027) +4(3826 10057 10058 3827) +4(3797 3828 10059 10028) +4(3827 10058 10059 3828) +4(3798 3829 10060 10029) +4(3828 10059 10060 3829) +4(3799 3830 10061 10030) +4(3829 10060 10061 3830) +4(3800 3831 10062 10031) +4(3830 10061 10062 3831) +4(3801 3832 10063 10032) +4(3831 10062 10063 3832) +4(3802 3833 10064 10033) +4(3832 10063 10064 3833) +4(3803 3834 10065 10034) +4(3833 10064 10065 3834) +4(3804 3835 10066 10035) +4(3834 10065 10066 3835) +4(3805 3836 10067 10036) +4(3835 10066 10067 3836) +4(3806 3837 10068 10037) +4(3836 10067 10068 3837) +4(3807 3838 10069 10038) +4(3837 10068 10069 3838) +4(3808 3839 10070 10039) +4(3838 10069 10070 3839) +4(3809 3840 10071 10040) +4(3839 10070 10071 3840) +4(3810 3841 10072 10041) +4(3840 10071 10072 3841) +4(3811 3842 10073 10042) +4(3841 10072 10073 3842) +4(3842 10073 10074 3843) +4(3814 3845 10076 10045) +4(3844 10075 10076 3845) +4(3815 3846 10077 10046) +4(3845 10076 10077 3846) +4(3816 3847 10078 10047) +4(3846 10077 10078 3847) +4(3817 3848 10079 10048) +4(3847 10078 10079 3848) +4(3818 3849 10080 10049) +4(3848 10079 10080 3849) +4(3819 3850 10081 10050) +4(3849 10080 10081 3850) +4(3820 3851 10082 10051) +4(3850 10081 10082 3851) +4(3821 3852 10083 10052) +4(3851 10082 10083 3852) +4(3822 3853 10084 10053) +4(3852 10083 10084 3853) +4(3823 3854 10085 10054) +4(3853 10084 10085 3854) +4(3824 3855 10086 10055) +4(3854 10085 10086 3855) +4(3825 3856 10087 10056) +4(3855 10086 10087 3856) +4(3826 3857 10088 10057) +4(3856 10087 10088 3857) +4(3827 3858 10089 10058) +4(3857 10088 10089 3858) +4(3828 3859 10090 10059) +4(3858 10089 10090 3859) +4(3829 3860 10091 10060) +4(3859 10090 10091 3860) +4(3830 3861 10092 10061) +4(3860 10091 10092 3861) +4(3831 3862 10093 10062) +4(3861 10092 10093 3862) +4(3832 3863 10094 10063) +4(3862 10093 10094 3863) +4(3833 3864 10095 10064) +4(3863 10094 10095 3864) +4(3834 3865 10096 10065) +4(3864 10095 10096 3865) +4(3835 3866 10097 10066) +4(3865 10096 10097 3866) +4(3836 3867 10098 10067) +4(3866 10097 10098 3867) +4(3837 3868 10099 10068) +4(3867 10098 10099 3868) +4(3838 3869 10100 10069) +4(3868 10099 10100 3869) +4(3839 3870 10101 10070) +4(3869 10100 10101 3870) +4(3840 3871 10102 10071) +4(3870 10101 10102 3871) +4(3841 3872 10103 10072) +4(3871 10102 10103 3872) +4(3842 3873 10104 10073) +4(3872 10103 10104 3873) +4(3873 10104 10105 3874) +4(3845 3876 10107 10076) +4(3875 10106 10107 3876) +4(3846 3877 10108 10077) +4(3876 10107 10108 3877) +4(3847 3878 10109 10078) +4(3877 10108 10109 3878) +4(3848 3879 10110 10079) +4(3878 10109 10110 3879) +4(3849 3880 10111 10080) +4(3879 10110 10111 3880) +4(3850 3881 10112 10081) +4(3880 10111 10112 3881) +4(3851 3882 10113 10082) +4(3881 10112 10113 3882) +4(3852 3883 10114 10083) +4(3882 10113 10114 3883) +4(3853 3884 10115 10084) +4(3883 10114 10115 3884) +4(3854 3885 10116 10085) +4(3884 10115 10116 3885) +4(3855 3886 10117 10086) +4(3885 10116 10117 3886) +4(3856 3887 10118 10087) +4(3886 10117 10118 3887) +4(3857 3888 10119 10088) +4(3887 10118 10119 3888) +4(3858 3889 10120 10089) +4(3888 10119 10120 3889) +4(3859 3890 10121 10090) +4(3889 10120 10121 3890) +4(3860 3891 10122 10091) +4(3890 10121 10122 3891) +4(3861 3892 10123 10092) +4(3891 10122 10123 3892) +4(3862 3893 10124 10093) +4(3892 10123 10124 3893) +4(3863 3894 10125 10094) +4(3893 10124 10125 3894) +4(3864 3895 10126 10095) +4(3894 10125 10126 3895) +4(3865 3896 10127 10096) +4(3895 10126 10127 3896) +4(3866 3897 10128 10097) +4(3896 10127 10128 3897) +4(3867 3898 10129 10098) +4(3897 10128 10129 3898) +4(3868 3899 10130 10099) +4(3898 10129 10130 3899) +4(3869 3900 10131 10100) +4(3899 10130 10131 3900) +4(3870 3901 10132 10101) +4(3900 10131 10132 3901) +4(3871 3902 10133 10102) +4(3901 10132 10133 3902) +4(3872 3903 10134 10103) +4(3902 10133 10134 3903) +4(3873 3904 10135 10104) +4(3903 10134 10135 3904) +4(3904 10135 10136 3905) +4(3876 3907 10138 10107) +4(3906 10137 10138 3907) +4(3877 3908 10139 10108) +4(3907 10138 10139 3908) +4(3878 3909 10140 10109) +4(3908 10139 10140 3909) +4(3879 3910 10141 10110) +4(3909 10140 10141 3910) +4(3880 3911 10142 10111) +4(3910 10141 10142 3911) +4(3881 3912 10143 10112) +4(3911 10142 10143 3912) +4(3882 3913 10144 10113) +4(3912 10143 10144 3913) +4(3883 3914 10145 10114) +4(3913 10144 10145 3914) +4(3884 3915 10146 10115) +4(3914 10145 10146 3915) +4(3885 3916 10147 10116) +4(3915 10146 10147 3916) +4(3886 3917 10148 10117) +4(3916 10147 10148 3917) +4(3887 3918 10149 10118) +4(3917 10148 10149 3918) +4(3888 3919 10150 10119) +4(3918 10149 10150 3919) +4(3889 3920 10151 10120) +4(3919 10150 10151 3920) +4(3890 3921 10152 10121) +4(3920 10151 10152 3921) +4(3891 3922 10153 10122) +4(3921 10152 10153 3922) +4(3892 3923 10154 10123) +4(3922 10153 10154 3923) +4(3893 3924 10155 10124) +4(3923 10154 10155 3924) +4(3894 3925 10156 10125) +4(3924 10155 10156 3925) +4(3895 3926 10157 10126) +4(3925 10156 10157 3926) +4(3896 3927 10158 10127) +4(3926 10157 10158 3927) +4(3897 3928 10159 10128) +4(3927 10158 10159 3928) +4(3898 3929 10160 10129) +4(3928 10159 10160 3929) +4(3899 3930 10161 10130) +4(3929 10160 10161 3930) +4(3900 3931 10162 10131) +4(3930 10161 10162 3931) +4(3901 3932 10163 10132) +4(3931 10162 10163 3932) +4(3902 3933 10164 10133) +4(3932 10163 10164 3933) +4(3903 3934 10165 10134) +4(3933 10164 10165 3934) +4(3904 3935 10166 10135) +4(3934 10165 10166 3935) +4(3935 10166 10167 3936) +4(3907 3938 10169 10138) +4(3937 10168 10169 3938) +4(3908 3939 10170 10139) +4(3938 10169 10170 3939) +4(3909 3940 10171 10140) +4(3939 10170 10171 3940) +4(3910 3941 10172 10141) +4(3940 10171 10172 3941) +4(3911 3942 10173 10142) +4(3941 10172 10173 3942) +4(3912 3943 10174 10143) +4(3942 10173 10174 3943) +4(3913 3944 10175 10144) +4(3943 10174 10175 3944) +4(3914 3945 10176 10145) +4(3944 10175 10176 3945) +4(3915 3946 10177 10146) +4(3945 10176 10177 3946) +4(3916 3947 10178 10147) +4(3946 10177 10178 3947) +4(3917 3948 10179 10148) +4(3947 10178 10179 3948) +4(3918 3949 10180 10149) +4(3948 10179 10180 3949) +4(3919 3950 10181 10150) +4(3949 10180 10181 3950) +4(3920 3951 10182 10151) +4(3950 10181 10182 3951) +4(3921 3952 10183 10152) +4(3951 10182 10183 3952) +4(3922 3953 10184 10153) +4(3952 10183 10184 3953) +4(3923 3954 10185 10154) +4(3953 10184 10185 3954) +4(3924 3955 10186 10155) +4(3954 10185 10186 3955) +4(3925 3956 10187 10156) +4(3955 10186 10187 3956) +4(3926 3957 10188 10157) +4(3956 10187 10188 3957) +4(3927 3958 10189 10158) +4(3957 10188 10189 3958) +4(3928 3959 10190 10159) +4(3958 10189 10190 3959) +4(3929 3960 10191 10160) +4(3959 10190 10191 3960) +4(3930 3961 10192 10161) +4(3960 10191 10192 3961) +4(3931 3962 10193 10162) +4(3961 10192 10193 3962) +4(3932 3963 10194 10163) +4(3962 10193 10194 3963) +4(3933 3964 10195 10164) +4(3963 10194 10195 3964) +4(3934 3965 10196 10165) +4(3964 10195 10196 3965) +4(3935 3966 10197 10166) +4(3965 10196 10197 3966) +4(3966 10197 10198 3967) +4(3938 3969 10200 10169) +4(3968 10199 10200 3969) +4(3939 3970 10201 10170) +4(3969 10200 10201 3970) +4(3940 3971 10202 10171) +4(3970 10201 10202 3971) +4(3941 3972 10203 10172) +4(3971 10202 10203 3972) +4(3942 3973 10204 10173) +4(3972 10203 10204 3973) +4(3943 3974 10205 10174) +4(3973 10204 10205 3974) +4(3944 3975 10206 10175) +4(3974 10205 10206 3975) +4(3945 3976 10207 10176) +4(3975 10206 10207 3976) +4(3946 3977 10208 10177) +4(3976 10207 10208 3977) +4(3947 3978 10209 10178) +4(3977 10208 10209 3978) +4(3948 3979 10210 10179) +4(3978 10209 10210 3979) +4(3949 3980 10211 10180) +4(3979 10210 10211 3980) +4(3950 3981 10212 10181) +4(3980 10211 10212 3981) +4(3951 3982 10213 10182) +4(3981 10212 10213 3982) +4(3952 3983 10214 10183) +4(3982 10213 10214 3983) +4(3953 3984 10215 10184) +4(3983 10214 10215 3984) +4(3954 3985 10216 10185) +4(3984 10215 10216 3985) +4(3955 3986 10217 10186) +4(3985 10216 10217 3986) +4(3956 3987 10218 10187) +4(3986 10217 10218 3987) +4(3957 3988 10219 10188) +4(3987 10218 10219 3988) +4(3958 3989 10220 10189) +4(3988 10219 10220 3989) +4(3959 3990 10221 10190) +4(3989 10220 10221 3990) +4(3960 3991 10222 10191) +4(3990 10221 10222 3991) +4(3961 3992 10223 10192) +4(3991 10222 10223 3992) +4(3962 3993 10224 10193) +4(3992 10223 10224 3993) +4(3963 3994 10225 10194) +4(3993 10224 10225 3994) +4(3964 3995 10226 10195) +4(3994 10225 10226 3995) +4(3965 3996 10227 10196) +4(3995 10226 10227 3996) +4(3966 3997 10228 10197) +4(3996 10227 10228 3997) +4(3997 10228 10229 3998) +4(3969 4000 10231 10200) +4(3999 10230 10231 4000) +4(3970 4001 10232 10201) +4(4000 10231 10232 4001) +4(3971 4002 10233 10202) +4(4001 10232 10233 4002) +4(3972 4003 10234 10203) +4(4002 10233 10234 4003) +4(3973 4004 10235 10204) +4(4003 10234 10235 4004) +4(3974 4005 10236 10205) +4(4004 10235 10236 4005) +4(3975 4006 10237 10206) +4(4005 10236 10237 4006) +4(3976 4007 10238 10207) +4(4006 10237 10238 4007) +4(3977 4008 10239 10208) +4(4007 10238 10239 4008) +4(3978 4009 10240 10209) +4(4008 10239 10240 4009) +4(3979 4010 10241 10210) +4(4009 10240 10241 4010) +4(3980 4011 10242 10211) +4(4010 10241 10242 4011) +4(3981 4012 10243 10212) +4(4011 10242 10243 4012) +4(3982 4013 10244 10213) +4(4012 10243 10244 4013) +4(3983 4014 10245 10214) +4(4013 10244 10245 4014) +4(3984 4015 10246 10215) +4(4014 10245 10246 4015) +4(3985 4016 10247 10216) +4(4015 10246 10247 4016) +4(3986 4017 10248 10217) +4(4016 10247 10248 4017) +4(3987 4018 10249 10218) +4(4017 10248 10249 4018) +4(3988 4019 10250 10219) +4(4018 10249 10250 4019) +4(3989 4020 10251 10220) +4(4019 10250 10251 4020) +4(3990 4021 10252 10221) +4(4020 10251 10252 4021) +4(3991 4022 10253 10222) +4(4021 10252 10253 4022) +4(3992 4023 10254 10223) +4(4022 10253 10254 4023) +4(3993 4024 10255 10224) +4(4023 10254 10255 4024) +4(3994 4025 10256 10225) +4(4024 10255 10256 4025) +4(3995 4026 10257 10226) +4(4025 10256 10257 4026) +4(3996 4027 10258 10227) +4(4026 10257 10258 4027) +4(3997 4028 10259 10228) +4(4027 10258 10259 4028) +4(4028 10259 10260 4029) +4(4000 4031 10262 10231) +4(4030 10261 10262 4031) +4(4001 4032 10263 10232) +4(4031 10262 10263 4032) +4(4002 4033 10264 10233) +4(4032 10263 10264 4033) +4(4003 4034 10265 10234) +4(4033 10264 10265 4034) +4(4004 4035 10266 10235) +4(4034 10265 10266 4035) +4(4005 4036 10267 10236) +4(4035 10266 10267 4036) +4(4006 4037 10268 10237) +4(4036 10267 10268 4037) +4(4007 4038 10269 10238) +4(4037 10268 10269 4038) +4(4008 4039 10270 10239) +4(4038 10269 10270 4039) +4(4009 4040 10271 10240) +4(4039 10270 10271 4040) +4(4010 4041 10272 10241) +4(4040 10271 10272 4041) +4(4011 4042 10273 10242) +4(4041 10272 10273 4042) +4(4012 4043 10274 10243) +4(4042 10273 10274 4043) +4(4013 4044 10275 10244) +4(4043 10274 10275 4044) +4(4014 4045 10276 10245) +4(4044 10275 10276 4045) +4(4015 4046 10277 10246) +4(4045 10276 10277 4046) +4(4016 4047 10278 10247) +4(4046 10277 10278 4047) +4(4017 4048 10279 10248) +4(4047 10278 10279 4048) +4(4018 4049 10280 10249) +4(4048 10279 10280 4049) +4(4019 4050 10281 10250) +4(4049 10280 10281 4050) +4(4020 4051 10282 10251) +4(4050 10281 10282 4051) +4(4021 4052 10283 10252) +4(4051 10282 10283 4052) +4(4022 4053 10284 10253) +4(4052 10283 10284 4053) +4(4023 4054 10285 10254) +4(4053 10284 10285 4054) +4(4024 4055 10286 10255) +4(4054 10285 10286 4055) +4(4025 4056 10287 10256) +4(4055 10286 10287 4056) +4(4026 4057 10288 10257) +4(4056 10287 10288 4057) +4(4027 4058 10289 10258) +4(4057 10288 10289 4058) +4(4028 4059 10290 10259) +4(4058 10289 10290 4059) +4(4059 10290 10291 4060) +4(4031 4062 10293 10262) +4(4061 10292 10293 4062) +4(4032 4063 10294 10263) +4(4062 10293 10294 4063) +4(4033 4064 10295 10264) +4(4063 10294 10295 4064) +4(4034 4065 10296 10265) +4(4064 10295 10296 4065) +4(4035 4066 10297 10266) +4(4065 10296 10297 4066) +4(4036 4067 10298 10267) +4(4066 10297 10298 4067) +4(4037 4068 10299 10268) +4(4067 10298 10299 4068) +4(4038 4069 10300 10269) +4(4068 10299 10300 4069) +4(4039 4070 10301 10270) +4(4069 10300 10301 4070) +4(4040 4071 10302 10271) +4(4070 10301 10302 4071) +4(4041 4072 10303 10272) +4(4071 10302 10303 4072) +4(4042 4073 10304 10273) +4(4072 10303 10304 4073) +4(4043 4074 10305 10274) +4(4073 10304 10305 4074) +4(4044 4075 10306 10275) +4(4074 10305 10306 4075) +4(4045 4076 10307 10276) +4(4075 10306 10307 4076) +4(4046 4077 10308 10277) +4(4076 10307 10308 4077) +4(4047 4078 10309 10278) +4(4077 10308 10309 4078) +4(4048 4079 10310 10279) +4(4078 10309 10310 4079) +4(4049 4080 10311 10280) +4(4079 10310 10311 4080) +4(4050 4081 10312 10281) +4(4080 10311 10312 4081) +4(4051 4082 10313 10282) +4(4081 10312 10313 4082) +4(4052 4083 10314 10283) +4(4082 10313 10314 4083) +4(4053 4084 10315 10284) +4(4083 10314 10315 4084) +4(4054 4085 10316 10285) +4(4084 10315 10316 4085) +4(4055 4086 10317 10286) +4(4085 10316 10317 4086) +4(4056 4087 10318 10287) +4(4086 10317 10318 4087) +4(4057 4088 10319 10288) +4(4087 10318 10319 4088) +4(4058 4089 10320 10289) +4(4088 10319 10320 4089) +4(4059 4090 10321 10290) +4(4089 10320 10321 4090) +4(4090 10321 10322 4091) +4(4062 4093 10324 10293) +4(4092 10323 10324 4093) +4(4063 4094 10325 10294) +4(4093 10324 10325 4094) +4(4064 4095 10326 10295) +4(4094 10325 10326 4095) +4(4065 4096 10327 10296) +4(4095 10326 10327 4096) +4(4066 4097 10328 10297) +4(4096 10327 10328 4097) +4(4067 4098 10329 10298) +4(4097 10328 10329 4098) +4(4068 4099 10330 10299) +4(4098 10329 10330 4099) +4(4069 4100 10331 10300) +4(4099 10330 10331 4100) +4(4070 4101 10332 10301) +4(4100 10331 10332 4101) +4(4071 4102 10333 10302) +4(4101 10332 10333 4102) +4(4072 4103 10334 10303) +4(4102 10333 10334 4103) +4(4073 4104 10335 10304) +4(4103 10334 10335 4104) +4(4074 4105 10336 10305) +4(4104 10335 10336 4105) +4(4075 4106 10337 10306) +4(4105 10336 10337 4106) +4(4076 4107 10338 10307) +4(4106 10337 10338 4107) +4(4077 4108 10339 10308) +4(4107 10338 10339 4108) +4(4078 4109 10340 10309) +4(4108 10339 10340 4109) +4(4079 4110 10341 10310) +4(4109 10340 10341 4110) +4(4080 4111 10342 10311) +4(4110 10341 10342 4111) +4(4081 4112 10343 10312) +4(4111 10342 10343 4112) +4(4082 4113 10344 10313) +4(4112 10343 10344 4113) +4(4083 4114 10345 10314) +4(4113 10344 10345 4114) +4(4084 4115 10346 10315) +4(4114 10345 10346 4115) +4(4085 4116 10347 10316) +4(4115 10346 10347 4116) +4(4086 4117 10348 10317) +4(4116 10347 10348 4117) +4(4087 4118 10349 10318) +4(4117 10348 10349 4118) +4(4088 4119 10350 10319) +4(4118 10349 10350 4119) +4(4089 4120 10351 10320) +4(4119 10350 10351 4120) +4(4090 4121 10352 10321) +4(4120 10351 10352 4121) +4(4121 10352 10353 4122) +4(4093 4124 10355 10324) +4(4123 10354 10355 4124) +4(4094 4125 10356 10325) +4(4124 10355 10356 4125) +4(4095 4126 10357 10326) +4(4125 10356 10357 4126) +4(4096 4127 10358 10327) +4(4126 10357 10358 4127) +4(4097 4128 10359 10328) +4(4127 10358 10359 4128) +4(4098 4129 10360 10329) +4(4128 10359 10360 4129) +4(4099 4130 10361 10330) +4(4129 10360 10361 4130) +4(4100 4131 10362 10331) +4(4130 10361 10362 4131) +4(4101 4132 10363 10332) +4(4131 10362 10363 4132) +4(4102 4133 10364 10333) +4(4132 10363 10364 4133) +4(4103 4134 10365 10334) +4(4133 10364 10365 4134) +4(4104 4135 10366 10335) +4(4134 10365 10366 4135) +4(4105 4136 10367 10336) +4(4135 10366 10367 4136) +4(4106 4137 10368 10337) +4(4136 10367 10368 4137) +4(4107 4138 10369 10338) +4(4137 10368 10369 4138) +4(4108 4139 10370 10339) +4(4138 10369 10370 4139) +4(4109 4140 10371 10340) +4(4139 10370 10371 4140) +4(4110 4141 10372 10341) +4(4140 10371 10372 4141) +4(4111 4142 10373 10342) +4(4141 10372 10373 4142) +4(4112 4143 10374 10343) +4(4142 10373 10374 4143) +4(4113 4144 10375 10344) +4(4143 10374 10375 4144) +4(4114 4145 10376 10345) +4(4144 10375 10376 4145) +4(4115 4146 10377 10346) +4(4145 10376 10377 4146) +4(4116 4147 10378 10347) +4(4146 10377 10378 4147) +4(4117 4148 10379 10348) +4(4147 10378 10379 4148) +4(4118 4149 10380 10349) +4(4148 10379 10380 4149) +4(4119 4150 10381 10350) +4(4149 10380 10381 4150) +4(4120 4151 10382 10351) +4(4150 10381 10382 4151) +4(4121 4152 10383 10352) +4(4151 10382 10383 4152) +4(4152 10383 10384 4153) +4(4124 4155 10386 10355) +4(4154 10385 10386 4155) +4(4125 4156 10387 10356) +4(4155 10386 10387 4156) +4(4126 4157 10388 10357) +4(4156 10387 10388 4157) +4(4127 4158 10389 10358) +4(4157 10388 10389 4158) +4(4128 4159 10390 10359) +4(4158 10389 10390 4159) +4(4129 4160 10391 10360) +4(4159 10390 10391 4160) +4(4130 4161 10392 10361) +4(4160 10391 10392 4161) +4(4131 4162 10393 10362) +4(4161 10392 10393 4162) +4(4132 4163 10394 10363) +4(4162 10393 10394 4163) +4(4133 4164 10395 10364) +4(4163 10394 10395 4164) +4(4134 4165 10396 10365) +4(4164 10395 10396 4165) +4(4135 4166 10397 10366) +4(4165 10396 10397 4166) +4(4136 4167 10398 10367) +4(4166 10397 10398 4167) +4(4137 4168 10399 10368) +4(4167 10398 10399 4168) +4(4138 4169 10400 10369) +4(4168 10399 10400 4169) +4(4139 4170 10401 10370) +4(4169 10400 10401 4170) +4(4140 4171 10402 10371) +4(4170 10401 10402 4171) +4(4141 4172 10403 10372) +4(4171 10402 10403 4172) +4(4142 4173 10404 10373) +4(4172 10403 10404 4173) +4(4143 4174 10405 10374) +4(4173 10404 10405 4174) +4(4144 4175 10406 10375) +4(4174 10405 10406 4175) +4(4145 4176 10407 10376) +4(4175 10406 10407 4176) +4(4146 4177 10408 10377) +4(4176 10407 10408 4177) +4(4147 4178 10409 10378) +4(4177 10408 10409 4178) +4(4148 4179 10410 10379) +4(4178 10409 10410 4179) +4(4149 4180 10411 10380) +4(4179 10410 10411 4180) +4(4150 4181 10412 10381) +4(4180 10411 10412 4181) +4(4151 4182 10413 10382) +4(4181 10412 10413 4182) +4(4152 4183 10414 10383) +4(4182 10413 10414 4183) +4(4183 10414 10415 4184) +4(4155 4186 10417 10386) +4(4185 10416 10417 4186) +4(4156 4187 10418 10387) +4(4186 10417 10418 4187) +4(4157 4188 10419 10388) +4(4187 10418 10419 4188) +4(4158 4189 10420 10389) +4(4188 10419 10420 4189) +4(4159 4190 10421 10390) +4(4189 10420 10421 4190) +4(4160 4191 10422 10391) +4(4190 10421 10422 4191) +4(4161 4192 10423 10392) +4(4191 10422 10423 4192) +4(4162 4193 10424 10393) +4(4192 10423 10424 4193) +4(4163 4194 10425 10394) +4(4193 10424 10425 4194) +4(4164 4195 10426 10395) +4(4194 10425 10426 4195) +4(4165 4196 10427 10396) +4(4195 10426 10427 4196) +4(4166 4197 10428 10397) +4(4196 10427 10428 4197) +4(4167 4198 10429 10398) +4(4197 10428 10429 4198) +4(4168 4199 10430 10399) +4(4198 10429 10430 4199) +4(4169 4200 10431 10400) +4(4199 10430 10431 4200) +4(4170 4201 10432 10401) +4(4200 10431 10432 4201) +4(4171 4202 10433 10402) +4(4201 10432 10433 4202) +4(4172 4203 10434 10403) +4(4202 10433 10434 4203) +4(4173 4204 10435 10404) +4(4203 10434 10435 4204) +4(4174 4205 10436 10405) +4(4204 10435 10436 4205) +4(4175 4206 10437 10406) +4(4205 10436 10437 4206) +4(4176 4207 10438 10407) +4(4206 10437 10438 4207) +4(4177 4208 10439 10408) +4(4207 10438 10439 4208) +4(4178 4209 10440 10409) +4(4208 10439 10440 4209) +4(4179 4210 10441 10410) +4(4209 10440 10441 4210) +4(4180 4211 10442 10411) +4(4210 10441 10442 4211) +4(4181 4212 10443 10412) +4(4211 10442 10443 4212) +4(4182 4213 10444 10413) +4(4212 10443 10444 4213) +4(4183 4214 10445 10414) +4(4213 10444 10445 4214) +4(4214 10445 10446 4215) +4(4186 4217 10448 10417) +4(4216 10447 10448 4217) +4(4187 4218 10449 10418) +4(4217 10448 10449 4218) +4(4188 4219 10450 10419) +4(4218 10449 10450 4219) +4(4189 4220 10451 10420) +4(4219 10450 10451 4220) +4(4190 4221 10452 10421) +4(4220 10451 10452 4221) +4(4191 4222 10453 10422) +4(4221 10452 10453 4222) +4(4192 4223 10454 10423) +4(4222 10453 10454 4223) +4(4193 4224 10455 10424) +4(4223 10454 10455 4224) +4(4194 4225 10456 10425) +4(4224 10455 10456 4225) +4(4195 4226 10457 10426) +4(4225 10456 10457 4226) +4(4196 4227 10458 10427) +4(4226 10457 10458 4227) +4(4197 4228 10459 10428) +4(4227 10458 10459 4228) +4(4198 4229 10460 10429) +4(4228 10459 10460 4229) +4(4199 4230 10461 10430) +4(4229 10460 10461 4230) +4(4200 4231 10462 10431) +4(4230 10461 10462 4231) +4(4201 4232 10463 10432) +4(4231 10462 10463 4232) +4(4202 4233 10464 10433) +4(4232 10463 10464 4233) +4(4203 4234 10465 10434) +4(4233 10464 10465 4234) +4(4204 4235 10466 10435) +4(4234 10465 10466 4235) +4(4205 4236 10467 10436) +4(4235 10466 10467 4236) +4(4206 4237 10468 10437) +4(4236 10467 10468 4237) +4(4207 4238 10469 10438) +4(4237 10468 10469 4238) +4(4208 4239 10470 10439) +4(4238 10469 10470 4239) +4(4209 4240 10471 10440) +4(4239 10470 10471 4240) +4(4210 4241 10472 10441) +4(4240 10471 10472 4241) +4(4211 4242 10473 10442) +4(4241 10472 10473 4242) +4(4212 4243 10474 10443) +4(4242 10473 10474 4243) +4(4213 4244 10475 10444) +4(4243 10474 10475 4244) +4(4214 4245 10476 10445) +4(4244 10475 10476 4245) +4(4245 10476 10477 4246) +4(4217 4248 10479 10448) +4(4247 10478 10479 4248) +4(4218 4249 10480 10449) +4(4248 10479 10480 4249) +4(4219 4250 10481 10450) +4(4249 10480 10481 4250) +4(4220 4251 10482 10451) +4(4250 10481 10482 4251) +4(4221 4252 10483 10452) +4(4251 10482 10483 4252) +4(4222 4253 10484 10453) +4(4252 10483 10484 4253) +4(4223 4254 10485 10454) +4(4253 10484 10485 4254) +4(4224 4255 10486 10455) +4(4254 10485 10486 4255) +4(4225 4256 10487 10456) +4(4255 10486 10487 4256) +4(4226 4257 10488 10457) +4(4256 10487 10488 4257) +4(4227 4258 10489 10458) +4(4257 10488 10489 4258) +4(4228 4259 10490 10459) +4(4258 10489 10490 4259) +4(4229 4260 10491 10460) +4(4259 10490 10491 4260) +4(4230 4261 10492 10461) +4(4260 10491 10492 4261) +4(4231 4262 10493 10462) +4(4261 10492 10493 4262) +4(4232 4263 10494 10463) +4(4262 10493 10494 4263) +4(4233 4264 10495 10464) +4(4263 10494 10495 4264) +4(4234 4265 10496 10465) +4(4264 10495 10496 4265) +4(4235 4266 10497 10466) +4(4265 10496 10497 4266) +4(4236 4267 10498 10467) +4(4266 10497 10498 4267) +4(4237 4268 10499 10468) +4(4267 10498 10499 4268) +4(4238 4269 10500 10469) +4(4268 10499 10500 4269) +4(4239 4270 10501 10470) +4(4269 10500 10501 4270) +4(4240 4271 10502 10471) +4(4270 10501 10502 4271) +4(4241 4272 10503 10472) +4(4271 10502 10503 4272) +4(4242 4273 10504 10473) +4(4272 10503 10504 4273) +4(4243 4274 10505 10474) +4(4273 10504 10505 4274) +4(4244 4275 10506 10475) +4(4274 10505 10506 4275) +4(4245 4276 10507 10476) +4(4275 10506 10507 4276) +4(4276 10507 10508 4277) +4(4248 4279 10510 10479) +4(4278 10509 10510 4279) +4(4249 4280 10511 10480) +4(4279 10510 10511 4280) +4(4250 4281 10512 10481) +4(4280 10511 10512 4281) +4(4251 4282 10513 10482) +4(4281 10512 10513 4282) +4(4252 4283 10514 10483) +4(4282 10513 10514 4283) +4(4253 4284 10515 10484) +4(4283 10514 10515 4284) +4(4254 4285 10516 10485) +4(4284 10515 10516 4285) +4(4255 4286 10517 10486) +4(4285 10516 10517 4286) +4(4256 4287 10518 10487) +4(4286 10517 10518 4287) +4(4257 4288 10519 10488) +4(4287 10518 10519 4288) +4(4258 4289 10520 10489) +4(4288 10519 10520 4289) +4(4259 4290 10521 10490) +4(4289 10520 10521 4290) +4(4260 4291 10522 10491) +4(4290 10521 10522 4291) +4(4261 4292 10523 10492) +4(4291 10522 10523 4292) +4(4262 4293 10524 10493) +4(4292 10523 10524 4293) +4(4263 4294 10525 10494) +4(4293 10524 10525 4294) +4(4264 4295 10526 10495) +4(4294 10525 10526 4295) +4(4265 4296 10527 10496) +4(4295 10526 10527 4296) +4(4266 4297 10528 10497) +4(4296 10527 10528 4297) +4(4267 4298 10529 10498) +4(4297 10528 10529 4298) +4(4268 4299 10530 10499) +4(4298 10529 10530 4299) +4(4269 4300 10531 10500) +4(4299 10530 10531 4300) +4(4270 4301 10532 10501) +4(4300 10531 10532 4301) +4(4271 4302 10533 10502) +4(4301 10532 10533 4302) +4(4272 4303 10534 10503) +4(4302 10533 10534 4303) +4(4273 4304 10535 10504) +4(4303 10534 10535 4304) +4(4274 4305 10536 10505) +4(4304 10535 10536 4305) +4(4275 4306 10537 10506) +4(4305 10536 10537 4306) +4(4276 4307 10538 10507) +4(4306 10537 10538 4307) +4(4307 10538 10539 4308) +4(4279 4310 10541 10510) +4(4309 10540 10541 4310) +4(4280 4311 10542 10511) +4(4310 10541 10542 4311) +4(4281 4312 10543 10512) +4(4311 10542 10543 4312) +4(4282 4313 10544 10513) +4(4312 10543 10544 4313) +4(4283 4314 10545 10514) +4(4313 10544 10545 4314) +4(4284 4315 10546 10515) +4(4314 10545 10546 4315) +4(4285 4316 10547 10516) +4(4315 10546 10547 4316) +4(4286 4317 10548 10517) +4(4316 10547 10548 4317) +4(4287 4318 10549 10518) +4(4317 10548 10549 4318) +4(4288 4319 10550 10519) +4(4318 10549 10550 4319) +4(4289 4320 10551 10520) +4(4319 10550 10551 4320) +4(4290 4321 10552 10521) +4(4320 10551 10552 4321) +4(4291 4322 10553 10522) +4(4321 10552 10553 4322) +4(4292 4323 10554 10523) +4(4322 10553 10554 4323) +4(4293 4324 10555 10524) +4(4323 10554 10555 4324) +4(4294 4325 10556 10525) +4(4324 10555 10556 4325) +4(4295 4326 10557 10526) +4(4325 10556 10557 4326) +4(4296 4327 10558 10527) +4(4326 10557 10558 4327) +4(4297 4328 10559 10528) +4(4327 10558 10559 4328) +4(4298 4329 10560 10529) +4(4328 10559 10560 4329) +4(4299 4330 10561 10530) +4(4329 10560 10561 4330) +4(4300 4331 10562 10531) +4(4330 10561 10562 4331) +4(4301 4332 10563 10532) +4(4331 10562 10563 4332) +4(4302 4333 10564 10533) +4(4332 10563 10564 4333) +4(4303 4334 10565 10534) +4(4333 10564 10565 4334) +4(4304 4335 10566 10535) +4(4334 10565 10566 4335) +4(4305 4336 10567 10536) +4(4335 10566 10567 4336) +4(4306 4337 10568 10537) +4(4336 10567 10568 4337) +4(4307 4338 10569 10538) +4(4337 10568 10569 4338) +4(4338 10569 10570 4339) +4(4310 4341 10572 10541) +4(4340 10571 10572 4341) +4(4311 4342 10573 10542) +4(4341 10572 10573 4342) +4(4312 4343 10574 10543) +4(4342 10573 10574 4343) +4(4313 4344 10575 10544) +4(4343 10574 10575 4344) +4(4314 4345 10576 10545) +4(4344 10575 10576 4345) +4(4315 4346 10577 10546) +4(4345 10576 10577 4346) +4(4316 4347 10578 10547) +4(4346 10577 10578 4347) +4(4317 4348 10579 10548) +4(4347 10578 10579 4348) +4(4318 4349 10580 10549) +4(4348 10579 10580 4349) +4(4319 4350 10581 10550) +4(4349 10580 10581 4350) +4(4320 4351 10582 10551) +4(4350 10581 10582 4351) +4(4321 4352 10583 10552) +4(4351 10582 10583 4352) +4(4322 4353 10584 10553) +4(4352 10583 10584 4353) +4(4323 4354 10585 10554) +4(4353 10584 10585 4354) +4(4324 4355 10586 10555) +4(4354 10585 10586 4355) +4(4325 4356 10587 10556) +4(4355 10586 10587 4356) +4(4326 4357 10588 10557) +4(4356 10587 10588 4357) +4(4327 4358 10589 10558) +4(4357 10588 10589 4358) +4(4328 4359 10590 10559) +4(4358 10589 10590 4359) +4(4329 4360 10591 10560) +4(4359 10590 10591 4360) +4(4330 4361 10592 10561) +4(4360 10591 10592 4361) +4(4331 4362 10593 10562) +4(4361 10592 10593 4362) +4(4332 4363 10594 10563) +4(4362 10593 10594 4363) +4(4333 4364 10595 10564) +4(4363 10594 10595 4364) +4(4334 4365 10596 10565) +4(4364 10595 10596 4365) +4(4335 4366 10597 10566) +4(4365 10596 10597 4366) +4(4336 4367 10598 10567) +4(4366 10597 10598 4367) +4(4337 4368 10599 10568) +4(4367 10598 10599 4368) +4(4338 4369 10600 10569) +4(4368 10599 10600 4369) +4(4369 10600 10601 4370) +4(4341 4372 10603 10572) +4(4371 10602 10603 4372) +4(4342 4373 10604 10573) +4(4372 10603 10604 4373) +4(4343 4374 10605 10574) +4(4373 10604 10605 4374) +4(4344 4375 10606 10575) +4(4374 10605 10606 4375) +4(4345 4376 10607 10576) +4(4375 10606 10607 4376) +4(4346 4377 10608 10577) +4(4376 10607 10608 4377) +4(4347 4378 10609 10578) +4(4377 10608 10609 4378) +4(4348 4379 10610 10579) +4(4378 10609 10610 4379) +4(4349 4380 10611 10580) +4(4379 10610 10611 4380) +4(4350 4381 10612 10581) +4(4380 10611 10612 4381) +4(4351 4382 10613 10582) +4(4381 10612 10613 4382) +4(4352 4383 10614 10583) +4(4382 10613 10614 4383) +4(4353 4384 10615 10584) +4(4383 10614 10615 4384) +4(4354 4385 10616 10585) +4(4384 10615 10616 4385) +4(4355 4386 10617 10586) +4(4385 10616 10617 4386) +4(4356 4387 10618 10587) +4(4386 10617 10618 4387) +4(4357 4388 10619 10588) +4(4387 10618 10619 4388) +4(4358 4389 10620 10589) +4(4388 10619 10620 4389) +4(4359 4390 10621 10590) +4(4389 10620 10621 4390) +4(4360 4391 10622 10591) +4(4390 10621 10622 4391) +4(4361 4392 10623 10592) +4(4391 10622 10623 4392) +4(4362 4393 10624 10593) +4(4392 10623 10624 4393) +4(4363 4394 10625 10594) +4(4393 10624 10625 4394) +4(4364 4395 10626 10595) +4(4394 10625 10626 4395) +4(4365 4396 10627 10596) +4(4395 10626 10627 4396) +4(4366 4397 10628 10597) +4(4396 10627 10628 4397) +4(4367 4398 10629 10598) +4(4397 10628 10629 4398) +4(4368 4399 10630 10599) +4(4398 10629 10630 4399) +4(4369 4400 10631 10600) +4(4399 10630 10631 4400) +4(4400 10631 10632 4401) +4(4372 4403 10634 10603) +4(4402 10633 10634 4403) +4(4373 4404 10635 10604) +4(4403 10634 10635 4404) +4(4374 4405 10636 10605) +4(4404 10635 10636 4405) +4(4375 4406 10637 10606) +4(4405 10636 10637 4406) +4(4376 4407 10638 10607) +4(4406 10637 10638 4407) +4(4377 4408 10639 10608) +4(4407 10638 10639 4408) +4(4378 4409 10640 10609) +4(4408 10639 10640 4409) +4(4379 4410 10641 10610) +4(4409 10640 10641 4410) +4(4380 4411 10642 10611) +4(4410 10641 10642 4411) +4(4381 4412 10643 10612) +4(4411 10642 10643 4412) +4(4382 4413 10644 10613) +4(4412 10643 10644 4413) +4(4383 4414 10645 10614) +4(4413 10644 10645 4414) +4(4384 4415 10646 10615) +4(4414 10645 10646 4415) +4(4385 4416 10647 10616) +4(4415 10646 10647 4416) +4(4386 4417 10648 10617) +4(4416 10647 10648 4417) +4(4387 4418 10649 10618) +4(4417 10648 10649 4418) +4(4388 4419 10650 10619) +4(4418 10649 10650 4419) +4(4389 4420 10651 10620) +4(4419 10650 10651 4420) +4(4390 4421 10652 10621) +4(4420 10651 10652 4421) +4(4391 4422 10653 10622) +4(4421 10652 10653 4422) +4(4392 4423 10654 10623) +4(4422 10653 10654 4423) +4(4393 4424 10655 10624) +4(4423 10654 10655 4424) +4(4394 4425 10656 10625) +4(4424 10655 10656 4425) +4(4395 4426 10657 10626) +4(4425 10656 10657 4426) +4(4396 4427 10658 10627) +4(4426 10657 10658 4427) +4(4397 4428 10659 10628) +4(4427 10658 10659 4428) +4(4398 4429 10660 10629) +4(4428 10659 10660 4429) +4(4399 4430 10661 10630) +4(4429 10660 10661 4430) +4(4400 4431 10662 10631) +4(4430 10661 10662 4431) +4(4431 10662 10663 4432) +4(4403 4434 10665 10634) +4(4433 10664 10665 4434) +4(4404 4435 10666 10635) +4(4434 10665 10666 4435) +4(4405 4436 10667 10636) +4(4435 10666 10667 4436) +4(4406 4437 10668 10637) +4(4436 10667 10668 4437) +4(4407 4438 10669 10638) +4(4437 10668 10669 4438) +4(4408 4439 10670 10639) +4(4438 10669 10670 4439) +4(4409 4440 10671 10640) +4(4439 10670 10671 4440) +4(4410 4441 10672 10641) +4(4440 10671 10672 4441) +4(4411 4442 10673 10642) +4(4441 10672 10673 4442) +4(4412 4443 10674 10643) +4(4442 10673 10674 4443) +4(4413 4444 10675 10644) +4(4443 10674 10675 4444) +4(4414 4445 10676 10645) +4(4444 10675 10676 4445) +4(4415 4446 10677 10646) +4(4445 10676 10677 4446) +4(4416 4447 10678 10647) +4(4446 10677 10678 4447) +4(4417 4448 10679 10648) +4(4447 10678 10679 4448) +4(4418 4449 10680 10649) +4(4448 10679 10680 4449) +4(4419 4450 10681 10650) +4(4449 10680 10681 4450) +4(4420 4451 10682 10651) +4(4450 10681 10682 4451) +4(4421 4452 10683 10652) +4(4451 10682 10683 4452) +4(4422 4453 10684 10653) +4(4452 10683 10684 4453) +4(4423 4454 10685 10654) +4(4453 10684 10685 4454) +4(4424 4455 10686 10655) +4(4454 10685 10686 4455) +4(4425 4456 10687 10656) +4(4455 10686 10687 4456) +4(4426 4457 10688 10657) +4(4456 10687 10688 4457) +4(4427 4458 10689 10658) +4(4457 10688 10689 4458) +4(4428 4459 10690 10659) +4(4458 10689 10690 4459) +4(4429 4460 10691 10660) +4(4459 10690 10691 4460) +4(4430 4461 10692 10661) +4(4460 10691 10692 4461) +4(4431 4462 10693 10662) +4(4461 10692 10693 4462) +4(4462 10693 10694 4463) +4(4434 4465 10696 10665) +4(4464 10695 10696 4465) +4(4435 4466 10697 10666) +4(4465 10696 10697 4466) +4(4436 4467 10698 10667) +4(4466 10697 10698 4467) +4(4437 4468 10699 10668) +4(4467 10698 10699 4468) +4(4438 4469 10700 10669) +4(4468 10699 10700 4469) +4(4439 4470 10701 10670) +4(4469 10700 10701 4470) +4(4440 4471 10702 10671) +4(4470 10701 10702 4471) +4(4441 4472 10703 10672) +4(4471 10702 10703 4472) +4(4442 4473 10704 10673) +4(4472 10703 10704 4473) +4(4443 4474 10705 10674) +4(4473 10704 10705 4474) +4(4444 4475 10706 10675) +4(4474 10705 10706 4475) +4(4445 4476 10707 10676) +4(4475 10706 10707 4476) +4(4446 4477 10708 10677) +4(4476 10707 10708 4477) +4(4447 4478 10709 10678) +4(4477 10708 10709 4478) +4(4448 4479 10710 10679) +4(4478 10709 10710 4479) +4(4449 4480 10711 10680) +4(4479 10710 10711 4480) +4(4450 4481 10712 10681) +4(4480 10711 10712 4481) +4(4451 4482 10713 10682) +4(4481 10712 10713 4482) +4(4452 4483 10714 10683) +4(4482 10713 10714 4483) +4(4453 4484 10715 10684) +4(4483 10714 10715 4484) +4(4454 4485 10716 10685) +4(4484 10715 10716 4485) +4(4455 4486 10717 10686) +4(4485 10716 10717 4486) +4(4456 4487 10718 10687) +4(4486 10717 10718 4487) +4(4457 4488 10719 10688) +4(4487 10718 10719 4488) +4(4458 4489 10720 10689) +4(4488 10719 10720 4489) +4(4459 4490 10721 10690) +4(4489 10720 10721 4490) +4(4460 4491 10722 10691) +4(4490 10721 10722 4491) +4(4461 4492 10723 10692) +4(4491 10722 10723 4492) +4(4462 4493 10724 10693) +4(4492 10723 10724 4493) +4(4493 10724 10725 4494) +4(4465 4496 10727 10696) +4(4495 10726 10727 4496) +4(4466 4497 10728 10697) +4(4496 10727 10728 4497) +4(4467 4498 10729 10698) +4(4497 10728 10729 4498) +4(4468 4499 10730 10699) +4(4498 10729 10730 4499) +4(4469 4500 10731 10700) +4(4499 10730 10731 4500) +4(4470 4501 10732 10701) +4(4500 10731 10732 4501) +4(4471 4502 10733 10702) +4(4501 10732 10733 4502) +4(4472 4503 10734 10703) +4(4502 10733 10734 4503) +4(4473 4504 10735 10704) +4(4503 10734 10735 4504) +4(4474 4505 10736 10705) +4(4504 10735 10736 4505) +4(4475 4506 10737 10706) +4(4505 10736 10737 4506) +4(4476 4507 10738 10707) +4(4506 10737 10738 4507) +4(4477 4508 10739 10708) +4(4507 10738 10739 4508) +4(4478 4509 10740 10709) +4(4508 10739 10740 4509) +4(4479 4510 10741 10710) +4(4509 10740 10741 4510) +4(4480 4511 10742 10711) +4(4510 10741 10742 4511) +4(4481 4512 10743 10712) +4(4511 10742 10743 4512) +4(4482 4513 10744 10713) +4(4512 10743 10744 4513) +4(4483 4514 10745 10714) +4(4513 10744 10745 4514) +4(4484 4515 10746 10715) +4(4514 10745 10746 4515) +4(4485 4516 10747 10716) +4(4515 10746 10747 4516) +4(4486 4517 10748 10717) +4(4516 10747 10748 4517) +4(4487 4518 10749 10718) +4(4517 10748 10749 4518) +4(4488 4519 10750 10719) +4(4518 10749 10750 4519) +4(4489 4520 10751 10720) +4(4519 10750 10751 4520) +4(4490 4521 10752 10721) +4(4520 10751 10752 4521) +4(4491 4522 10753 10722) +4(4521 10752 10753 4522) +4(4492 4523 10754 10723) +4(4522 10753 10754 4523) +4(4493 4524 10755 10724) +4(4523 10754 10755 4524) +4(4524 10755 10756 4525) +4(4496 4527 10758 10727) +4(4526 10757 10758 4527) +4(4497 4528 10759 10728) +4(4527 10758 10759 4528) +4(4498 4529 10760 10729) +4(4528 10759 10760 4529) +4(4499 4530 10761 10730) +4(4529 10760 10761 4530) +4(4500 4531 10762 10731) +4(4530 10761 10762 4531) +4(4501 4532 10763 10732) +4(4531 10762 10763 4532) +4(4502 4533 10764 10733) +4(4532 10763 10764 4533) +4(4503 4534 10765 10734) +4(4533 10764 10765 4534) +4(4504 4535 10766 10735) +4(4534 10765 10766 4535) +4(4505 4536 10767 10736) +4(4535 10766 10767 4536) +4(4506 4537 10768 10737) +4(4536 10767 10768 4537) +4(4507 4538 10769 10738) +4(4537 10768 10769 4538) +4(4508 4539 10770 10739) +4(4538 10769 10770 4539) +4(4509 4540 10771 10740) +4(4539 10770 10771 4540) +4(4510 4541 10772 10741) +4(4540 10771 10772 4541) +4(4511 4542 10773 10742) +4(4541 10772 10773 4542) +4(4512 4543 10774 10743) +4(4542 10773 10774 4543) +4(4513 4544 10775 10744) +4(4543 10774 10775 4544) +4(4514 4545 10776 10745) +4(4544 10775 10776 4545) +4(4515 4546 10777 10746) +4(4545 10776 10777 4546) +4(4516 4547 10778 10747) +4(4546 10777 10778 4547) +4(4517 4548 10779 10748) +4(4547 10778 10779 4548) +4(4518 4549 10780 10749) +4(4548 10779 10780 4549) +4(4519 4550 10781 10750) +4(4549 10780 10781 4550) +4(4520 4551 10782 10751) +4(4550 10781 10782 4551) +4(4521 4552 10783 10752) +4(4551 10782 10783 4552) +4(4522 4553 10784 10753) +4(4552 10783 10784 4553) +4(4523 4554 10785 10754) +4(4553 10784 10785 4554) +4(4524 4555 10786 10755) +4(4554 10785 10786 4555) +4(4555 10786 10787 4556) +4(4527 4558 10789 10758) +4(4557 10788 10789 4558) +4(4528 4559 10790 10759) +4(4558 10789 10790 4559) +4(4529 4560 10791 10760) +4(4559 10790 10791 4560) +4(4530 4561 10792 10761) +4(4560 10791 10792 4561) +4(4531 4562 10793 10762) +4(4561 10792 10793 4562) +4(4532 4563 10794 10763) +4(4562 10793 10794 4563) +4(4533 4564 10795 10764) +4(4563 10794 10795 4564) +4(4534 4565 10796 10765) +4(4564 10795 10796 4565) +4(4535 4566 10797 10766) +4(4565 10796 10797 4566) +4(4536 4567 10798 10767) +4(4566 10797 10798 4567) +4(4537 4568 10799 10768) +4(4567 10798 10799 4568) +4(4538 4569 10800 10769) +4(4568 10799 10800 4569) +4(4539 4570 10801 10770) +4(4569 10800 10801 4570) +4(4540 4571 10802 10771) +4(4570 10801 10802 4571) +4(4541 4572 10803 10772) +4(4571 10802 10803 4572) +4(4542 4573 10804 10773) +4(4572 10803 10804 4573) +4(4543 4574 10805 10774) +4(4573 10804 10805 4574) +4(4544 4575 10806 10775) +4(4574 10805 10806 4575) +4(4545 4576 10807 10776) +4(4575 10806 10807 4576) +4(4546 4577 10808 10777) +4(4576 10807 10808 4577) +4(4547 4578 10809 10778) +4(4577 10808 10809 4578) +4(4548 4579 10810 10779) +4(4578 10809 10810 4579) +4(4549 4580 10811 10780) +4(4579 10810 10811 4580) +4(4550 4581 10812 10781) +4(4580 10811 10812 4581) +4(4551 4582 10813 10782) +4(4581 10812 10813 4582) +4(4552 4583 10814 10783) +4(4582 10813 10814 4583) +4(4553 4584 10815 10784) +4(4583 10814 10815 4584) +4(4554 4585 10816 10785) +4(4584 10815 10816 4585) +4(4555 4586 10817 10786) +4(4585 10816 10817 4586) +4(4586 10817 10818 4587) +4(4558 4589 10820 10789) +4(4588 10819 10820 4589) +4(4559 4590 10821 10790) +4(4589 10820 10821 4590) +4(4560 4591 10822 10791) +4(4590 10821 10822 4591) +4(4561 4592 10823 10792) +4(4591 10822 10823 4592) +4(4562 4593 10824 10793) +4(4592 10823 10824 4593) +4(4563 4594 10825 10794) +4(4593 10824 10825 4594) +4(4564 4595 10826 10795) +4(4594 10825 10826 4595) +4(4565 4596 10827 10796) +4(4595 10826 10827 4596) +4(4566 4597 10828 10797) +4(4596 10827 10828 4597) +4(4567 4598 10829 10798) +4(4597 10828 10829 4598) +4(4568 4599 10830 10799) +4(4598 10829 10830 4599) +4(4569 4600 10831 10800) +4(4599 10830 10831 4600) +4(4570 4601 10832 10801) +4(4600 10831 10832 4601) +4(4571 4602 10833 10802) +4(4601 10832 10833 4602) +4(4572 4603 10834 10803) +4(4602 10833 10834 4603) +4(4573 4604 10835 10804) +4(4603 10834 10835 4604) +4(4574 4605 10836 10805) +4(4604 10835 10836 4605) +4(4575 4606 10837 10806) +4(4605 10836 10837 4606) +4(4576 4607 10838 10807) +4(4606 10837 10838 4607) +4(4577 4608 10839 10808) +4(4607 10838 10839 4608) +4(4578 4609 10840 10809) +4(4608 10839 10840 4609) +4(4579 4610 10841 10810) +4(4609 10840 10841 4610) +4(4580 4611 10842 10811) +4(4610 10841 10842 4611) +4(4581 4612 10843 10812) +4(4611 10842 10843 4612) +4(4582 4613 10844 10813) +4(4612 10843 10844 4613) +4(4583 4614 10845 10814) +4(4613 10844 10845 4614) +4(4584 4615 10846 10815) +4(4614 10845 10846 4615) +4(4585 4616 10847 10816) +4(4615 10846 10847 4616) +4(4586 4617 10848 10817) +4(4616 10847 10848 4617) +4(4617 10848 10849 4618) +4(4589 4620 10851 10820) +4(4619 10850 10851 4620) +4(4590 4621 10852 10821) +4(4620 10851 10852 4621) +4(4591 4622 10853 10822) +4(4621 10852 10853 4622) +4(4592 4623 10854 10823) +4(4622 10853 10854 4623) +4(4593 4624 10855 10824) +4(4623 10854 10855 4624) +4(4594 4625 10856 10825) +4(4624 10855 10856 4625) +4(4595 4626 10857 10826) +4(4625 10856 10857 4626) +4(4596 4627 10858 10827) +4(4626 10857 10858 4627) +4(4597 4628 10859 10828) +4(4627 10858 10859 4628) +4(4598 4629 10860 10829) +4(4628 10859 10860 4629) +4(4599 4630 10861 10830) +4(4629 10860 10861 4630) +4(4600 4631 10862 10831) +4(4630 10861 10862 4631) +4(4601 4632 10863 10832) +4(4631 10862 10863 4632) +4(4602 4633 10864 10833) +4(4632 10863 10864 4633) +4(4603 4634 10865 10834) +4(4633 10864 10865 4634) +4(4604 4635 10866 10835) +4(4634 10865 10866 4635) +4(4605 4636 10867 10836) +4(4635 10866 10867 4636) +4(4606 4637 10868 10837) +4(4636 10867 10868 4637) +4(4607 4638 10869 10838) +4(4637 10868 10869 4638) +4(4608 4639 10870 10839) +4(4638 10869 10870 4639) +4(4609 4640 10871 10840) +4(4639 10870 10871 4640) +4(4610 4641 10872 10841) +4(4640 10871 10872 4641) +4(4611 4642 10873 10842) +4(4641 10872 10873 4642) +4(4612 4643 10874 10843) +4(4642 10873 10874 4643) +4(4613 4644 10875 10844) +4(4643 10874 10875 4644) +4(4614 4645 10876 10845) +4(4644 10875 10876 4645) +4(4615 4646 10877 10846) +4(4645 10876 10877 4646) +4(4616 4647 10878 10847) +4(4646 10877 10878 4647) +4(4617 4648 10879 10848) +4(4647 10878 10879 4648) +4(4648 10879 10880 4649) +4(4620 4651 10882 10851) +4(4650 10881 10882 4651) +4(4621 4652 10883 10852) +4(4651 10882 10883 4652) +4(4622 4653 10884 10853) +4(4652 10883 10884 4653) +4(4623 4654 10885 10854) +4(4653 10884 10885 4654) +4(4624 4655 10886 10855) +4(4654 10885 10886 4655) +4(4625 4656 10887 10856) +4(4655 10886 10887 4656) +4(4626 4657 10888 10857) +4(4656 10887 10888 4657) +4(4627 4658 10889 10858) +4(4657 10888 10889 4658) +4(4628 4659 10890 10859) +4(4658 10889 10890 4659) +4(4629 4660 10891 10860) +4(4659 10890 10891 4660) +4(4630 4661 10892 10861) +4(4660 10891 10892 4661) +4(4631 4662 10893 10862) +4(4661 10892 10893 4662) +4(4632 4663 10894 10863) +4(4662 10893 10894 4663) +4(4633 4664 10895 10864) +4(4663 10894 10895 4664) +4(4634 4665 10896 10865) +4(4664 10895 10896 4665) +4(4635 4666 10897 10866) +4(4665 10896 10897 4666) +4(4636 4667 10898 10867) +4(4666 10897 10898 4667) +4(4637 4668 10899 10868) +4(4667 10898 10899 4668) +4(4638 4669 10900 10869) +4(4668 10899 10900 4669) +4(4639 4670 10901 10870) +4(4669 10900 10901 4670) +4(4640 4671 10902 10871) +4(4670 10901 10902 4671) +4(4641 4672 10903 10872) +4(4671 10902 10903 4672) +4(4642 4673 10904 10873) +4(4672 10903 10904 4673) +4(4643 4674 10905 10874) +4(4673 10904 10905 4674) +4(4644 4675 10906 10875) +4(4674 10905 10906 4675) +4(4645 4676 10907 10876) +4(4675 10906 10907 4676) +4(4646 4677 10908 10877) +4(4676 10907 10908 4677) +4(4647 4678 10909 10878) +4(4677 10908 10909 4678) +4(4648 4679 10910 10879) +4(4678 10909 10910 4679) +4(4679 10910 10911 4680) +4(4651 4682 10913 10882) +4(4681 10912 10913 4682) +4(4652 4683 10914 10883) +4(4682 10913 10914 4683) +4(4653 4684 10915 10884) +4(4683 10914 10915 4684) +4(4654 4685 10916 10885) +4(4684 10915 10916 4685) +4(4655 4686 10917 10886) +4(4685 10916 10917 4686) +4(4656 4687 10918 10887) +4(4686 10917 10918 4687) +4(4657 4688 10919 10888) +4(4687 10918 10919 4688) +4(4658 4689 10920 10889) +4(4688 10919 10920 4689) +4(4659 4690 10921 10890) +4(4689 10920 10921 4690) +4(4660 4691 10922 10891) +4(4690 10921 10922 4691) +4(4661 4692 10923 10892) +4(4691 10922 10923 4692) +4(4662 4693 10924 10893) +4(4692 10923 10924 4693) +4(4663 4694 10925 10894) +4(4693 10924 10925 4694) +4(4664 4695 10926 10895) +4(4694 10925 10926 4695) +4(4665 4696 10927 10896) +4(4695 10926 10927 4696) +4(4666 4697 10928 10897) +4(4696 10927 10928 4697) +4(4667 4698 10929 10898) +4(4697 10928 10929 4698) +4(4668 4699 10930 10899) +4(4698 10929 10930 4699) +4(4669 4700 10931 10900) +4(4699 10930 10931 4700) +4(4670 4701 10932 10901) +4(4700 10931 10932 4701) +4(4671 4702 10933 10902) +4(4701 10932 10933 4702) +4(4672 4703 10934 10903) +4(4702 10933 10934 4703) +4(4673 4704 10935 10904) +4(4703 10934 10935 4704) +4(4674 4705 10936 10905) +4(4704 10935 10936 4705) +4(4675 4706 10937 10906) +4(4705 10936 10937 4706) +4(4676 4707 10938 10907) +4(4706 10937 10938 4707) +4(4677 4708 10939 10908) +4(4707 10938 10939 4708) +4(4678 4709 10940 10909) +4(4708 10939 10940 4709) +4(4679 4710 10941 10910) +4(4709 10940 10941 4710) +4(4710 10941 10942 4711) +4(4682 4713 10944 10913) +4(4712 10943 10944 4713) +4(4683 4714 10945 10914) +4(4713 10944 10945 4714) +4(4684 4715 10946 10915) +4(4714 10945 10946 4715) +4(4685 4716 10947 10916) +4(4715 10946 10947 4716) +4(4686 4717 10948 10917) +4(4716 10947 10948 4717) +4(4687 4718 10949 10918) +4(4717 10948 10949 4718) +4(4688 4719 10950 10919) +4(4718 10949 10950 4719) +4(4689 4720 10951 10920) +4(4719 10950 10951 4720) +4(4690 4721 10952 10921) +4(4720 10951 10952 4721) +4(4691 4722 10953 10922) +4(4721 10952 10953 4722) +4(4692 4723 10954 10923) +4(4722 10953 10954 4723) +4(4693 4724 10955 10924) +4(4723 10954 10955 4724) +4(4694 4725 10956 10925) +4(4724 10955 10956 4725) +4(4695 4726 10957 10926) +4(4725 10956 10957 4726) +4(4696 4727 10958 10927) +4(4726 10957 10958 4727) +4(4697 4728 10959 10928) +4(4727 10958 10959 4728) +4(4698 4729 10960 10929) +4(4728 10959 10960 4729) +4(4699 4730 10961 10930) +4(4729 10960 10961 4730) +4(4700 4731 10962 10931) +4(4730 10961 10962 4731) +4(4701 4732 10963 10932) +4(4731 10962 10963 4732) +4(4702 4733 10964 10933) +4(4732 10963 10964 4733) +4(4703 4734 10965 10934) +4(4733 10964 10965 4734) +4(4704 4735 10966 10935) +4(4734 10965 10966 4735) +4(4705 4736 10967 10936) +4(4735 10966 10967 4736) +4(4706 4737 10968 10937) +4(4736 10967 10968 4737) +4(4707 4738 10969 10938) +4(4737 10968 10969 4738) +4(4708 4739 10970 10939) +4(4738 10969 10970 4739) +4(4709 4740 10971 10940) +4(4739 10970 10971 4740) +4(4710 4741 10972 10941) +4(4740 10971 10972 4741) +4(4741 10972 10973 4742) +4(4713 4744 10975 10944) +4(4743 10974 10975 4744) +4(4714 4745 10976 10945) +4(4744 10975 10976 4745) +4(4715 4746 10977 10946) +4(4745 10976 10977 4746) +4(4716 4747 10978 10947) +4(4746 10977 10978 4747) +4(4717 4748 10979 10948) +4(4747 10978 10979 4748) +4(4718 4749 10980 10949) +4(4748 10979 10980 4749) +4(4719 4750 10981 10950) +4(4749 10980 10981 4750) +4(4720 4751 10982 10951) +4(4750 10981 10982 4751) +4(4721 4752 10983 10952) +4(4751 10982 10983 4752) +4(4722 4753 10984 10953) +4(4752 10983 10984 4753) +4(4723 4754 10985 10954) +4(4753 10984 10985 4754) +4(4724 4755 10986 10955) +4(4754 10985 10986 4755) +4(4725 4756 10987 10956) +4(4755 10986 10987 4756) +4(4726 4757 10988 10957) +4(4756 10987 10988 4757) +4(4727 4758 10989 10958) +4(4757 10988 10989 4758) +4(4728 4759 10990 10959) +4(4758 10989 10990 4759) +4(4729 4760 10991 10960) +4(4759 10990 10991 4760) +4(4730 4761 10992 10961) +4(4760 10991 10992 4761) +4(4731 4762 10993 10962) +4(4761 10992 10993 4762) +4(4732 4763 10994 10963) +4(4762 10993 10994 4763) +4(4733 4764 10995 10964) +4(4763 10994 10995 4764) +4(4734 4765 10996 10965) +4(4764 10995 10996 4765) +4(4735 4766 10997 10966) +4(4765 10996 10997 4766) +4(4736 4767 10998 10967) +4(4766 10997 10998 4767) +4(4737 4768 10999 10968) +4(4767 10998 10999 4768) +4(4738 4769 11000 10969) +4(4768 10999 11000 4769) +4(4739 4770 11001 10970) +4(4769 11000 11001 4770) +4(4740 4771 11002 10971) +4(4770 11001 11002 4771) +4(4741 4772 11003 10972) +4(4771 11002 11003 4772) +4(4772 11003 11004 4773) +4(4744 4775 11006 10975) +4(4774 11005 11006 4775) +4(4745 4776 11007 10976) +4(4775 11006 11007 4776) +4(4746 4777 11008 10977) +4(4776 11007 11008 4777) +4(4747 4778 11009 10978) +4(4777 11008 11009 4778) +4(4748 4779 11010 10979) +4(4778 11009 11010 4779) +4(4749 4780 11011 10980) +4(4779 11010 11011 4780) +4(4750 4781 11012 10981) +4(4780 11011 11012 4781) +4(4751 4782 11013 10982) +4(4781 11012 11013 4782) +4(4752 4783 11014 10983) +4(4782 11013 11014 4783) +4(4753 4784 11015 10984) +4(4783 11014 11015 4784) +4(4754 4785 11016 10985) +4(4784 11015 11016 4785) +4(4755 4786 11017 10986) +4(4785 11016 11017 4786) +4(4756 4787 11018 10987) +4(4786 11017 11018 4787) +4(4757 4788 11019 10988) +4(4787 11018 11019 4788) +4(4758 4789 11020 10989) +4(4788 11019 11020 4789) +4(4759 4790 11021 10990) +4(4789 11020 11021 4790) +4(4760 4791 11022 10991) +4(4790 11021 11022 4791) +4(4761 4792 11023 10992) +4(4791 11022 11023 4792) +4(4762 4793 11024 10993) +4(4792 11023 11024 4793) +4(4763 4794 11025 10994) +4(4793 11024 11025 4794) +4(4764 4795 11026 10995) +4(4794 11025 11026 4795) +4(4765 4796 11027 10996) +4(4795 11026 11027 4796) +4(4766 4797 11028 10997) +4(4796 11027 11028 4797) +4(4767 4798 11029 10998) +4(4797 11028 11029 4798) +4(4768 4799 11030 10999) +4(4798 11029 11030 4799) +4(4769 4800 11031 11000) +4(4799 11030 11031 4800) +4(4770 4801 11032 11001) +4(4800 11031 11032 4801) +4(4771 4802 11033 11002) +4(4801 11032 11033 4802) +4(4772 4803 11034 11003) +4(4802 11033 11034 4803) +4(4803 11034 11035 4804) +4(4775 4806 11037 11006) +4(4805 11036 11037 4806) +4(4776 4807 11038 11007) +4(4806 11037 11038 4807) +4(4777 4808 11039 11008) +4(4807 11038 11039 4808) +4(4778 4809 11040 11009) +4(4808 11039 11040 4809) +4(4779 4810 11041 11010) +4(4809 11040 11041 4810) +4(4780 4811 11042 11011) +4(4810 11041 11042 4811) +4(4781 4812 11043 11012) +4(4811 11042 11043 4812) +4(4782 4813 11044 11013) +4(4812 11043 11044 4813) +4(4783 4814 11045 11014) +4(4813 11044 11045 4814) +4(4784 4815 11046 11015) +4(4814 11045 11046 4815) +4(4785 4816 11047 11016) +4(4815 11046 11047 4816) +4(4786 4817 11048 11017) +4(4816 11047 11048 4817) +4(4787 4818 11049 11018) +4(4817 11048 11049 4818) +4(4788 4819 11050 11019) +4(4818 11049 11050 4819) +4(4789 4820 11051 11020) +4(4819 11050 11051 4820) +4(4790 4821 11052 11021) +4(4820 11051 11052 4821) +4(4791 4822 11053 11022) +4(4821 11052 11053 4822) +4(4792 4823 11054 11023) +4(4822 11053 11054 4823) +4(4793 4824 11055 11024) +4(4823 11054 11055 4824) +4(4794 4825 11056 11025) +4(4824 11055 11056 4825) +4(4795 4826 11057 11026) +4(4825 11056 11057 4826) +4(4796 4827 11058 11027) +4(4826 11057 11058 4827) +4(4797 4828 11059 11028) +4(4827 11058 11059 4828) +4(4798 4829 11060 11029) +4(4828 11059 11060 4829) +4(4799 4830 11061 11030) +4(4829 11060 11061 4830) +4(4800 4831 11062 11031) +4(4830 11061 11062 4831) +4(4801 4832 11063 11032) +4(4831 11062 11063 4832) +4(4802 4833 11064 11033) +4(4832 11063 11064 4833) +4(4803 4834 11065 11034) +4(4833 11064 11065 4834) +4(4834 11065 11066 4835) +4(4806 4837 11068 11037) +4(4836 11067 11068 4837) +4(4807 4838 11069 11038) +4(4837 11068 11069 4838) +4(4808 4839 11070 11039) +4(4838 11069 11070 4839) +4(4809 4840 11071 11040) +4(4839 11070 11071 4840) +4(4810 4841 11072 11041) +4(4840 11071 11072 4841) +4(4811 4842 11073 11042) +4(4841 11072 11073 4842) +4(4812 4843 11074 11043) +4(4842 11073 11074 4843) +4(4813 4844 11075 11044) +4(4843 11074 11075 4844) +4(4814 4845 11076 11045) +4(4844 11075 11076 4845) +4(4815 4846 11077 11046) +4(4845 11076 11077 4846) +4(4816 4847 11078 11047) +4(4846 11077 11078 4847) +4(4817 4848 11079 11048) +4(4847 11078 11079 4848) +4(4818 4849 11080 11049) +4(4848 11079 11080 4849) +4(4819 4850 11081 11050) +4(4849 11080 11081 4850) +4(4820 4851 11082 11051) +4(4850 11081 11082 4851) +4(4821 4852 11083 11052) +4(4851 11082 11083 4852) +4(4822 4853 11084 11053) +4(4852 11083 11084 4853) +4(4823 4854 11085 11054) +4(4853 11084 11085 4854) +4(4824 4855 11086 11055) +4(4854 11085 11086 4855) +4(4825 4856 11087 11056) +4(4855 11086 11087 4856) +4(4826 4857 11088 11057) +4(4856 11087 11088 4857) +4(4827 4858 11089 11058) +4(4857 11088 11089 4858) +4(4828 4859 11090 11059) +4(4858 11089 11090 4859) +4(4829 4860 11091 11060) +4(4859 11090 11091 4860) +4(4830 4861 11092 11061) +4(4860 11091 11092 4861) +4(4831 4862 11093 11062) +4(4861 11092 11093 4862) +4(4832 4863 11094 11063) +4(4862 11093 11094 4863) +4(4833 4864 11095 11064) +4(4863 11094 11095 4864) +4(4834 4865 11096 11065) +4(4864 11095 11096 4865) +4(4865 11096 11097 4866) +4(4837 4868 11099 11068) +4(4867 11098 11099 4868) +4(4838 4869 11100 11069) +4(4868 11099 11100 4869) +4(4839 4870 11101 11070) +4(4869 11100 11101 4870) +4(4840 4871 11102 11071) +4(4870 11101 11102 4871) +4(4841 4872 11103 11072) +4(4871 11102 11103 4872) +4(4842 4873 11104 11073) +4(4872 11103 11104 4873) +4(4843 4874 11105 11074) +4(4873 11104 11105 4874) +4(4844 4875 11106 11075) +4(4874 11105 11106 4875) +4(4845 4876 11107 11076) +4(4875 11106 11107 4876) +4(4846 4877 11108 11077) +4(4876 11107 11108 4877) +4(4847 4878 11109 11078) +4(4877 11108 11109 4878) +4(4848 4879 11110 11079) +4(4878 11109 11110 4879) +4(4849 4880 11111 11080) +4(4879 11110 11111 4880) +4(4850 4881 11112 11081) +4(4880 11111 11112 4881) +4(4851 4882 11113 11082) +4(4881 11112 11113 4882) +4(4852 4883 11114 11083) +4(4882 11113 11114 4883) +4(4853 4884 11115 11084) +4(4883 11114 11115 4884) +4(4854 4885 11116 11085) +4(4884 11115 11116 4885) +4(4855 4886 11117 11086) +4(4885 11116 11117 4886) +4(4856 4887 11118 11087) +4(4886 11117 11118 4887) +4(4857 4888 11119 11088) +4(4887 11118 11119 4888) +4(4858 4889 11120 11089) +4(4888 11119 11120 4889) +4(4859 4890 11121 11090) +4(4889 11120 11121 4890) +4(4860 4891 11122 11091) +4(4890 11121 11122 4891) +4(4861 4892 11123 11092) +4(4891 11122 11123 4892) +4(4862 4893 11124 11093) +4(4892 11123 11124 4893) +4(4863 4894 11125 11094) +4(4893 11124 11125 4894) +4(4864 4895 11126 11095) +4(4894 11125 11126 4895) +4(4865 4896 11127 11096) +4(4895 11126 11127 4896) +4(4896 11127 11128 4897) +4(4868 4899 11130 11099) +4(4898 11129 11130 4899) +4(4869 4900 11131 11100) +4(4899 11130 11131 4900) +4(4870 4901 11132 11101) +4(4900 11131 11132 4901) +4(4871 4902 11133 11102) +4(4901 11132 11133 4902) +4(4872 4903 11134 11103) +4(4902 11133 11134 4903) +4(4873 4904 11135 11104) +4(4903 11134 11135 4904) +4(4874 4905 11136 11105) +4(4904 11135 11136 4905) +4(4875 4906 11137 11106) +4(4905 11136 11137 4906) +4(4876 4907 11138 11107) +4(4906 11137 11138 4907) +4(4877 4908 11139 11108) +4(4907 11138 11139 4908) +4(4878 4909 11140 11109) +4(4908 11139 11140 4909) +4(4879 4910 11141 11110) +4(4909 11140 11141 4910) +4(4880 4911 11142 11111) +4(4910 11141 11142 4911) +4(4881 4912 11143 11112) +4(4911 11142 11143 4912) +4(4882 4913 11144 11113) +4(4912 11143 11144 4913) +4(4883 4914 11145 11114) +4(4913 11144 11145 4914) +4(4884 4915 11146 11115) +4(4914 11145 11146 4915) +4(4885 4916 11147 11116) +4(4915 11146 11147 4916) +4(4886 4917 11148 11117) +4(4916 11147 11148 4917) +4(4887 4918 11149 11118) +4(4917 11148 11149 4918) +4(4888 4919 11150 11119) +4(4918 11149 11150 4919) +4(4889 4920 11151 11120) +4(4919 11150 11151 4920) +4(4890 4921 11152 11121) +4(4920 11151 11152 4921) +4(4891 4922 11153 11122) +4(4921 11152 11153 4922) +4(4892 4923 11154 11123) +4(4922 11153 11154 4923) +4(4893 4924 11155 11124) +4(4923 11154 11155 4924) +4(4894 4925 11156 11125) +4(4924 11155 11156 4925) +4(4895 4926 11157 11126) +4(4925 11156 11157 4926) +4(4896 4927 11158 11127) +4(4926 11157 11158 4927) +4(4927 11158 11159 4928) +4(4899 4930 11161 11130) +4(4929 11160 11161 4930) +4(4900 4931 11162 11131) +4(4930 11161 11162 4931) +4(4901 4932 11163 11132) +4(4931 11162 11163 4932) +4(4902 4933 11164 11133) +4(4932 11163 11164 4933) +4(4903 4934 11165 11134) +4(4933 11164 11165 4934) +4(4904 4935 11166 11135) +4(4934 11165 11166 4935) +4(4905 4936 11167 11136) +4(4935 11166 11167 4936) +4(4906 4937 11168 11137) +4(4936 11167 11168 4937) +4(4907 4938 11169 11138) +4(4937 11168 11169 4938) +4(4908 4939 11170 11139) +4(4938 11169 11170 4939) +4(4909 4940 11171 11140) +4(4939 11170 11171 4940) +4(4910 4941 11172 11141) +4(4940 11171 11172 4941) +4(4911 4942 11173 11142) +4(4941 11172 11173 4942) +4(4912 4943 11174 11143) +4(4942 11173 11174 4943) +4(4913 4944 11175 11144) +4(4943 11174 11175 4944) +4(4914 4945 11176 11145) +4(4944 11175 11176 4945) +4(4915 4946 11177 11146) +4(4945 11176 11177 4946) +4(4916 4947 11178 11147) +4(4946 11177 11178 4947) +4(4917 4948 11179 11148) +4(4947 11178 11179 4948) +4(4918 4949 11180 11149) +4(4948 11179 11180 4949) +4(4919 4950 11181 11150) +4(4949 11180 11181 4950) +4(4920 4951 11182 11151) +4(4950 11181 11182 4951) +4(4921 4952 11183 11152) +4(4951 11182 11183 4952) +4(4922 4953 11184 11153) +4(4952 11183 11184 4953) +4(4923 4954 11185 11154) +4(4953 11184 11185 4954) +4(4924 4955 11186 11155) +4(4954 11185 11186 4955) +4(4925 4956 11187 11156) +4(4955 11186 11187 4956) +4(4926 4957 11188 11157) +4(4956 11187 11188 4957) +4(4927 4958 11189 11158) +4(4957 11188 11189 4958) +4(4958 11189 11190 4959) +4(4930 4961 11192 11161) +4(4960 11191 11192 4961) +4(4931 4962 11193 11162) +4(4961 11192 11193 4962) +4(4932 4963 11194 11163) +4(4962 11193 11194 4963) +4(4933 4964 11195 11164) +4(4963 11194 11195 4964) +4(4934 4965 11196 11165) +4(4964 11195 11196 4965) +4(4935 4966 11197 11166) +4(4965 11196 11197 4966) +4(4936 4967 11198 11167) +4(4966 11197 11198 4967) +4(4937 4968 11199 11168) +4(4967 11198 11199 4968) +4(4938 4969 11200 11169) +4(4968 11199 11200 4969) +4(4939 4970 11201 11170) +4(4969 11200 11201 4970) +4(4940 4971 11202 11171) +4(4970 11201 11202 4971) +4(4941 4972 11203 11172) +4(4971 11202 11203 4972) +4(4942 4973 11204 11173) +4(4972 11203 11204 4973) +4(4943 4974 11205 11174) +4(4973 11204 11205 4974) +4(4944 4975 11206 11175) +4(4974 11205 11206 4975) +4(4945 4976 11207 11176) +4(4975 11206 11207 4976) +4(4946 4977 11208 11177) +4(4976 11207 11208 4977) +4(4947 4978 11209 11178) +4(4977 11208 11209 4978) +4(4948 4979 11210 11179) +4(4978 11209 11210 4979) +4(4949 4980 11211 11180) +4(4979 11210 11211 4980) +4(4950 4981 11212 11181) +4(4980 11211 11212 4981) +4(4951 4982 11213 11182) +4(4981 11212 11213 4982) +4(4952 4983 11214 11183) +4(4982 11213 11214 4983) +4(4953 4984 11215 11184) +4(4983 11214 11215 4984) +4(4954 4985 11216 11185) +4(4984 11215 11216 4985) +4(4955 4986 11217 11186) +4(4985 11216 11217 4986) +4(4956 4987 11218 11187) +4(4986 11217 11218 4987) +4(4957 4988 11219 11188) +4(4987 11218 11219 4988) +4(4958 4989 11220 11189) +4(4988 11219 11220 4989) +4(4989 11220 11221 4990) +4(4961 4992 11223 11192) +4(4991 11222 11223 4992) +4(4962 4993 11224 11193) +4(4992 11223 11224 4993) +4(4963 4994 11225 11194) +4(4993 11224 11225 4994) +4(4964 4995 11226 11195) +4(4994 11225 11226 4995) +4(4965 4996 11227 11196) +4(4995 11226 11227 4996) +4(4966 4997 11228 11197) +4(4996 11227 11228 4997) +4(4967 4998 11229 11198) +4(4997 11228 11229 4998) +4(4968 4999 11230 11199) +4(4998 11229 11230 4999) +4(4969 5000 11231 11200) +4(4999 11230 11231 5000) +4(4970 5001 11232 11201) +4(5000 11231 11232 5001) +4(4971 5002 11233 11202) +4(5001 11232 11233 5002) +4(4972 5003 11234 11203) +4(5002 11233 11234 5003) +4(4973 5004 11235 11204) +4(5003 11234 11235 5004) +4(4974 5005 11236 11205) +4(5004 11235 11236 5005) +4(4975 5006 11237 11206) +4(5005 11236 11237 5006) +4(4976 5007 11238 11207) +4(5006 11237 11238 5007) +4(4977 5008 11239 11208) +4(5007 11238 11239 5008) +4(4978 5009 11240 11209) +4(5008 11239 11240 5009) +4(4979 5010 11241 11210) +4(5009 11240 11241 5010) +4(4980 5011 11242 11211) +4(5010 11241 11242 5011) +4(4981 5012 11243 11212) +4(5011 11242 11243 5012) +4(4982 5013 11244 11213) +4(5012 11243 11244 5013) +4(4983 5014 11245 11214) +4(5013 11244 11245 5014) +4(4984 5015 11246 11215) +4(5014 11245 11246 5015) +4(4985 5016 11247 11216) +4(5015 11246 11247 5016) +4(4986 5017 11248 11217) +4(5016 11247 11248 5017) +4(4987 5018 11249 11218) +4(5017 11248 11249 5018) +4(4988 5019 11250 11219) +4(5018 11249 11250 5019) +4(4989 5020 11251 11220) +4(5019 11250 11251 5020) +4(5020 11251 11252 5021) +4(4992 5023 11254 11223) +4(5022 11253 11254 5023) +4(4993 5024 11255 11224) +4(5023 11254 11255 5024) +4(4994 5025 11256 11225) +4(5024 11255 11256 5025) +4(4995 5026 11257 11226) +4(5025 11256 11257 5026) +4(4996 5027 11258 11227) +4(5026 11257 11258 5027) +4(4997 5028 11259 11228) +4(5027 11258 11259 5028) +4(4998 5029 11260 11229) +4(5028 11259 11260 5029) +4(4999 5030 11261 11230) +4(5029 11260 11261 5030) +4(5000 5031 11262 11231) +4(5030 11261 11262 5031) +4(5001 5032 11263 11232) +4(5031 11262 11263 5032) +4(5002 5033 11264 11233) +4(5032 11263 11264 5033) +4(5003 5034 11265 11234) +4(5033 11264 11265 5034) +4(5004 5035 11266 11235) +4(5034 11265 11266 5035) +4(5005 5036 11267 11236) +4(5035 11266 11267 5036) +4(5006 5037 11268 11237) +4(5036 11267 11268 5037) +4(5007 5038 11269 11238) +4(5037 11268 11269 5038) +4(5008 5039 11270 11239) +4(5038 11269 11270 5039) +4(5009 5040 11271 11240) +4(5039 11270 11271 5040) +4(5010 5041 11272 11241) +4(5040 11271 11272 5041) +4(5011 5042 11273 11242) +4(5041 11272 11273 5042) +4(5012 5043 11274 11243) +4(5042 11273 11274 5043) +4(5013 5044 11275 11244) +4(5043 11274 11275 5044) +4(5014 5045 11276 11245) +4(5044 11275 11276 5045) +4(5015 5046 11277 11246) +4(5045 11276 11277 5046) +4(5016 5047 11278 11247) +4(5046 11277 11278 5047) +4(5017 5048 11279 11248) +4(5047 11278 11279 5048) +4(5018 5049 11280 11249) +4(5048 11279 11280 5049) +4(5019 5050 11281 11250) +4(5049 11280 11281 5050) +4(5020 5051 11282 11251) +4(5050 11281 11282 5051) +4(5051 11282 11283 5052) +4(5023 5054 11285 11254) +4(5053 11284 11285 5054) +4(5024 5055 11286 11255) +4(5054 11285 11286 5055) +4(5025 5056 11287 11256) +4(5055 11286 11287 5056) +4(5026 5057 11288 11257) +4(5056 11287 11288 5057) +4(5027 5058 11289 11258) +4(5057 11288 11289 5058) +4(5028 5059 11290 11259) +4(5058 11289 11290 5059) +4(5029 5060 11291 11260) +4(5059 11290 11291 5060) +4(5030 5061 11292 11261) +4(5060 11291 11292 5061) +4(5031 5062 11293 11262) +4(5061 11292 11293 5062) +4(5032 5063 11294 11263) +4(5062 11293 11294 5063) +4(5033 5064 11295 11264) +4(5063 11294 11295 5064) +4(5034 5065 11296 11265) +4(5064 11295 11296 5065) +4(5035 5066 11297 11266) +4(5065 11296 11297 5066) +4(5036 5067 11298 11267) +4(5066 11297 11298 5067) +4(5037 5068 11299 11268) +4(5067 11298 11299 5068) +4(5038 5069 11300 11269) +4(5068 11299 11300 5069) +4(5039 5070 11301 11270) +4(5069 11300 11301 5070) +4(5040 5071 11302 11271) +4(5070 11301 11302 5071) +4(5041 5072 11303 11272) +4(5071 11302 11303 5072) +4(5042 5073 11304 11273) +4(5072 11303 11304 5073) +4(5043 5074 11305 11274) +4(5073 11304 11305 5074) +4(5044 5075 11306 11275) +4(5074 11305 11306 5075) +4(5045 5076 11307 11276) +4(5075 11306 11307 5076) +4(5046 5077 11308 11277) +4(5076 11307 11308 5077) +4(5047 5078 11309 11278) +4(5077 11308 11309 5078) +4(5048 5079 11310 11279) +4(5078 11309 11310 5079) +4(5049 5080 11311 11280) +4(5079 11310 11311 5080) +4(5050 5081 11312 11281) +4(5080 11311 11312 5081) +4(5051 5082 11313 11282) +4(5081 11312 11313 5082) +4(5082 11313 11314 5083) +4(5054 5085 11316 11285) +4(5084 11315 11316 5085) +4(5055 5086 11317 11286) +4(5085 11316 11317 5086) +4(5056 5087 11318 11287) +4(5086 11317 11318 5087) +4(5057 5088 11319 11288) +4(5087 11318 11319 5088) +4(5058 5089 11320 11289) +4(5088 11319 11320 5089) +4(5059 5090 11321 11290) +4(5089 11320 11321 5090) +4(5060 5091 11322 11291) +4(5090 11321 11322 5091) +4(5061 5092 11323 11292) +4(5091 11322 11323 5092) +4(5062 5093 11324 11293) +4(5092 11323 11324 5093) +4(5063 5094 11325 11294) +4(5093 11324 11325 5094) +4(5064 5095 11326 11295) +4(5094 11325 11326 5095) +4(5065 5096 11327 11296) +4(5095 11326 11327 5096) +4(5066 5097 11328 11297) +4(5096 11327 11328 5097) +4(5067 5098 11329 11298) +4(5097 11328 11329 5098) +4(5068 5099 11330 11299) +4(5098 11329 11330 5099) +4(5069 5100 11331 11300) +4(5099 11330 11331 5100) +4(5070 5101 11332 11301) +4(5100 11331 11332 5101) +4(5071 5102 11333 11302) +4(5101 11332 11333 5102) +4(5072 5103 11334 11303) +4(5102 11333 11334 5103) +4(5073 5104 11335 11304) +4(5103 11334 11335 5104) +4(5074 5105 11336 11305) +4(5104 11335 11336 5105) +4(5075 5106 11337 11306) +4(5105 11336 11337 5106) +4(5076 5107 11338 11307) +4(5106 11337 11338 5107) +4(5077 5108 11339 11308) +4(5107 11338 11339 5108) +4(5078 5109 11340 11309) +4(5108 11339 11340 5109) +4(5079 5110 11341 11310) +4(5109 11340 11341 5110) +4(5080 5111 11342 11311) +4(5110 11341 11342 5111) +4(5081 5112 11343 11312) +4(5111 11342 11343 5112) +4(5082 5113 11344 11313) +4(5112 11343 11344 5113) +4(5113 11344 11345 5114) +4(5085 5116 11347 11316) +4(5115 11346 11347 5116) +4(5086 5117 11348 11317) +4(5116 11347 11348 5117) +4(5087 5118 11349 11318) +4(5117 11348 11349 5118) +4(5088 5119 11350 11319) +4(5118 11349 11350 5119) +4(5089 5120 11351 11320) +4(5119 11350 11351 5120) +4(5090 5121 11352 11321) +4(5120 11351 11352 5121) +4(5091 5122 11353 11322) +4(5121 11352 11353 5122) +4(5092 5123 11354 11323) +4(5122 11353 11354 5123) +4(5093 5124 11355 11324) +4(5123 11354 11355 5124) +4(5094 5125 11356 11325) +4(5124 11355 11356 5125) +4(5095 5126 11357 11326) +4(5125 11356 11357 5126) +4(5096 5127 11358 11327) +4(5126 11357 11358 5127) +4(5097 5128 11359 11328) +4(5127 11358 11359 5128) +4(5098 5129 11360 11329) +4(5128 11359 11360 5129) +4(5099 5130 11361 11330) +4(5129 11360 11361 5130) +4(5100 5131 11362 11331) +4(5130 11361 11362 5131) +4(5101 5132 11363 11332) +4(5131 11362 11363 5132) +4(5102 5133 11364 11333) +4(5132 11363 11364 5133) +4(5103 5134 11365 11334) +4(5133 11364 11365 5134) +4(5104 5135 11366 11335) +4(5134 11365 11366 5135) +4(5105 5136 11367 11336) +4(5135 11366 11367 5136) +4(5106 5137 11368 11337) +4(5136 11367 11368 5137) +4(5107 5138 11369 11338) +4(5137 11368 11369 5138) +4(5108 5139 11370 11339) +4(5138 11369 11370 5139) +4(5109 5140 11371 11340) +4(5139 11370 11371 5140) +4(5110 5141 11372 11341) +4(5140 11371 11372 5141) +4(5111 5142 11373 11342) +4(5141 11372 11373 5142) +4(5112 5143 11374 11343) +4(5142 11373 11374 5143) +4(5113 5144 11375 11344) +4(5143 11374 11375 5144) +4(5144 11375 11376 5145) +4(5116 5147 11378 11347) +4(5146 11377 11378 5147) +4(5117 5148 11379 11348) +4(5147 11378 11379 5148) +4(5118 5149 11380 11349) +4(5148 11379 11380 5149) +4(5119 5150 11381 11350) +4(5149 11380 11381 5150) +4(5120 5151 11382 11351) +4(5150 11381 11382 5151) +4(5121 5152 11383 11352) +4(5151 11382 11383 5152) +4(5122 5153 11384 11353) +4(5152 11383 11384 5153) +4(5123 5154 11385 11354) +4(5153 11384 11385 5154) +4(5124 5155 11386 11355) +4(5154 11385 11386 5155) +4(5125 5156 11387 11356) +4(5155 11386 11387 5156) +4(5126 5157 11388 11357) +4(5156 11387 11388 5157) +4(5127 5158 11389 11358) +4(5157 11388 11389 5158) +4(5128 5159 11390 11359) +4(5158 11389 11390 5159) +4(5129 5160 11391 11360) +4(5159 11390 11391 5160) +4(5130 5161 11392 11361) +4(5160 11391 11392 5161) +4(5131 5162 11393 11362) +4(5161 11392 11393 5162) +4(5132 5163 11394 11363) +4(5162 11393 11394 5163) +4(5133 5164 11395 11364) +4(5163 11394 11395 5164) +4(5134 5165 11396 11365) +4(5164 11395 11396 5165) +4(5135 5166 11397 11366) +4(5165 11396 11397 5166) +4(5136 5167 11398 11367) +4(5166 11397 11398 5167) +4(5137 5168 11399 11368) +4(5167 11398 11399 5168) +4(5138 5169 11400 11369) +4(5168 11399 11400 5169) +4(5139 5170 11401 11370) +4(5169 11400 11401 5170) +4(5140 5171 11402 11371) +4(5170 11401 11402 5171) +4(5141 5172 11403 11372) +4(5171 11402 11403 5172) +4(5142 5173 11404 11373) +4(5172 11403 11404 5173) +4(5143 5174 11405 11374) +4(5173 11404 11405 5174) +4(5144 5175 11406 11375) +4(5174 11405 11406 5175) +4(5175 11406 11407 5176) +4(5147 5178 11409 11378) +4(5177 11408 11409 5178) +4(5148 5179 11410 11379) +4(5178 11409 11410 5179) +4(5149 5180 11411 11380) +4(5179 11410 11411 5180) +4(5150 5181 11412 11381) +4(5180 11411 11412 5181) +4(5151 5182 11413 11382) +4(5181 11412 11413 5182) +4(5152 5183 11414 11383) +4(5182 11413 11414 5183) +4(5153 5184 11415 11384) +4(5183 11414 11415 5184) +4(5154 5185 11416 11385) +4(5184 11415 11416 5185) +4(5155 5186 11417 11386) +4(5185 11416 11417 5186) +4(5156 5187 11418 11387) +4(5186 11417 11418 5187) +4(5157 5188 11419 11388) +4(5187 11418 11419 5188) +4(5158 5189 11420 11389) +4(5188 11419 11420 5189) +4(5159 5190 11421 11390) +4(5189 11420 11421 5190) +4(5160 5191 11422 11391) +4(5190 11421 11422 5191) +4(5161 5192 11423 11392) +4(5191 11422 11423 5192) +4(5162 5193 11424 11393) +4(5192 11423 11424 5193) +4(5163 5194 11425 11394) +4(5193 11424 11425 5194) +4(5164 5195 11426 11395) +4(5194 11425 11426 5195) +4(5165 5196 11427 11396) +4(5195 11426 11427 5196) +4(5166 5197 11428 11397) +4(5196 11427 11428 5197) +4(5167 5198 11429 11398) +4(5197 11428 11429 5198) +4(5168 5199 11430 11399) +4(5198 11429 11430 5199) +4(5169 5200 11431 11400) +4(5199 11430 11431 5200) +4(5170 5201 11432 11401) +4(5200 11431 11432 5201) +4(5171 5202 11433 11402) +4(5201 11432 11433 5202) +4(5172 5203 11434 11403) +4(5202 11433 11434 5203) +4(5173 5204 11435 11404) +4(5203 11434 11435 5204) +4(5174 5205 11436 11405) +4(5204 11435 11436 5205) +4(5175 5206 11437 11406) +4(5205 11436 11437 5206) +4(5206 11437 11438 5207) +4(5178 5209 11440 11409) +4(5208 11439 11440 5209) +4(5179 5210 11441 11410) +4(5209 11440 11441 5210) +4(5180 5211 11442 11411) +4(5210 11441 11442 5211) +4(5181 5212 11443 11412) +4(5211 11442 11443 5212) +4(5182 5213 11444 11413) +4(5212 11443 11444 5213) +4(5183 5214 11445 11414) +4(5213 11444 11445 5214) +4(5184 5215 11446 11415) +4(5214 11445 11446 5215) +4(5185 5216 11447 11416) +4(5215 11446 11447 5216) +4(5186 5217 11448 11417) +4(5216 11447 11448 5217) +4(5187 5218 11449 11418) +4(5217 11448 11449 5218) +4(5188 5219 11450 11419) +4(5218 11449 11450 5219) +4(5189 5220 11451 11420) +4(5219 11450 11451 5220) +4(5190 5221 11452 11421) +4(5220 11451 11452 5221) +4(5191 5222 11453 11422) +4(5221 11452 11453 5222) +4(5192 5223 11454 11423) +4(5222 11453 11454 5223) +4(5193 5224 11455 11424) +4(5223 11454 11455 5224) +4(5194 5225 11456 11425) +4(5224 11455 11456 5225) +4(5195 5226 11457 11426) +4(5225 11456 11457 5226) +4(5196 5227 11458 11427) +4(5226 11457 11458 5227) +4(5197 5228 11459 11428) +4(5227 11458 11459 5228) +4(5198 5229 11460 11429) +4(5228 11459 11460 5229) +4(5199 5230 11461 11430) +4(5229 11460 11461 5230) +4(5200 5231 11462 11431) +4(5230 11461 11462 5231) +4(5201 5232 11463 11432) +4(5231 11462 11463 5232) +4(5202 5233 11464 11433) +4(5232 11463 11464 5233) +4(5203 5234 11465 11434) +4(5233 11464 11465 5234) +4(5204 5235 11466 11435) +4(5234 11465 11466 5235) +4(5205 5236 11467 11436) +4(5235 11466 11467 5236) +4(5206 5237 11468 11437) +4(5236 11467 11468 5237) +4(5237 11468 11469 5238) +4(5209 5240 11471 11440) +4(5239 11470 11471 5240) +4(5210 5241 11472 11441) +4(5240 11471 11472 5241) +4(5211 5242 11473 11442) +4(5241 11472 11473 5242) +4(5212 5243 11474 11443) +4(5242 11473 11474 5243) +4(5213 5244 11475 11444) +4(5243 11474 11475 5244) +4(5214 5245 11476 11445) +4(5244 11475 11476 5245) +4(5215 5246 11477 11446) +4(5245 11476 11477 5246) +4(5216 5247 11478 11447) +4(5246 11477 11478 5247) +4(5217 5248 11479 11448) +4(5247 11478 11479 5248) +4(5218 5249 11480 11449) +4(5248 11479 11480 5249) +4(5219 5250 11481 11450) +4(5249 11480 11481 5250) +4(5220 5251 11482 11451) +4(5250 11481 11482 5251) +4(5221 5252 11483 11452) +4(5251 11482 11483 5252) +4(5222 5253 11484 11453) +4(5252 11483 11484 5253) +4(5223 5254 11485 11454) +4(5253 11484 11485 5254) +4(5224 5255 11486 11455) +4(5254 11485 11486 5255) +4(5225 5256 11487 11456) +4(5255 11486 11487 5256) +4(5226 5257 11488 11457) +4(5256 11487 11488 5257) +4(5227 5258 11489 11458) +4(5257 11488 11489 5258) +4(5228 5259 11490 11459) +4(5258 11489 11490 5259) +4(5229 5260 11491 11460) +4(5259 11490 11491 5260) +4(5230 5261 11492 11461) +4(5260 11491 11492 5261) +4(5231 5262 11493 11462) +4(5261 11492 11493 5262) +4(5232 5263 11494 11463) +4(5262 11493 11494 5263) +4(5233 5264 11495 11464) +4(5263 11494 11495 5264) +4(5234 5265 11496 11465) +4(5264 11495 11496 5265) +4(5235 5266 11497 11466) +4(5265 11496 11497 5266) +4(5236 5267 11498 11467) +4(5266 11497 11498 5267) +4(5237 5268 11499 11468) +4(5267 11498 11499 5268) +4(5268 11499 11500 5269) +4(5240 5271 11502 11471) +4(5270 11501 11502 5271) +4(5241 5272 11503 11472) +4(5271 11502 11503 5272) +4(5242 5273 11504 11473) +4(5272 11503 11504 5273) +4(5243 5274 11505 11474) +4(5273 11504 11505 5274) +4(5244 5275 11506 11475) +4(5274 11505 11506 5275) +4(5245 5276 11507 11476) +4(5275 11506 11507 5276) +4(5246 5277 11508 11477) +4(5276 11507 11508 5277) +4(5247 5278 11509 11478) +4(5277 11508 11509 5278) +4(5248 5279 11510 11479) +4(5278 11509 11510 5279) +4(5249 5280 11511 11480) +4(5279 11510 11511 5280) +4(5250 5281 11512 11481) +4(5280 11511 11512 5281) +4(5251 5282 11513 11482) +4(5281 11512 11513 5282) +4(5252 5283 11514 11483) +4(5282 11513 11514 5283) +4(5253 5284 11515 11484) +4(5283 11514 11515 5284) +4(5254 5285 11516 11485) +4(5284 11515 11516 5285) +4(5255 5286 11517 11486) +4(5285 11516 11517 5286) +4(5256 5287 11518 11487) +4(5286 11517 11518 5287) +4(5257 5288 11519 11488) +4(5287 11518 11519 5288) +4(5258 5289 11520 11489) +4(5288 11519 11520 5289) +4(5259 5290 11521 11490) +4(5289 11520 11521 5290) +4(5260 5291 11522 11491) +4(5290 11521 11522 5291) +4(5261 5292 11523 11492) +4(5291 11522 11523 5292) +4(5262 5293 11524 11493) +4(5292 11523 11524 5293) +4(5263 5294 11525 11494) +4(5293 11524 11525 5294) +4(5264 5295 11526 11495) +4(5294 11525 11526 5295) +4(5265 5296 11527 11496) +4(5295 11526 11527 5296) +4(5266 5297 11528 11497) +4(5296 11527 11528 5297) +4(5267 5298 11529 11498) +4(5297 11528 11529 5298) +4(5268 5299 11530 11499) +4(5298 11529 11530 5299) +4(5299 11530 11531 5300) +4(5271 5302 11533 11502) +4(5301 11532 11533 5302) +4(5272 5303 11534 11503) +4(5302 11533 11534 5303) +4(5273 5304 11535 11504) +4(5303 11534 11535 5304) +4(5274 5305 11536 11505) +4(5304 11535 11536 5305) +4(5275 5306 11537 11506) +4(5305 11536 11537 5306) +4(5276 5307 11538 11507) +4(5306 11537 11538 5307) +4(5277 5308 11539 11508) +4(5307 11538 11539 5308) +4(5278 5309 11540 11509) +4(5308 11539 11540 5309) +4(5279 5310 11541 11510) +4(5309 11540 11541 5310) +4(5280 5311 11542 11511) +4(5310 11541 11542 5311) +4(5281 5312 11543 11512) +4(5311 11542 11543 5312) +4(5282 5313 11544 11513) +4(5312 11543 11544 5313) +4(5283 5314 11545 11514) +4(5313 11544 11545 5314) +4(5284 5315 11546 11515) +4(5314 11545 11546 5315) +4(5285 5316 11547 11516) +4(5315 11546 11547 5316) +4(5286 5317 11548 11517) +4(5316 11547 11548 5317) +4(5287 5318 11549 11518) +4(5317 11548 11549 5318) +4(5288 5319 11550 11519) +4(5318 11549 11550 5319) +4(5289 5320 11551 11520) +4(5319 11550 11551 5320) +4(5290 5321 11552 11521) +4(5320 11551 11552 5321) +4(5291 5322 11553 11522) +4(5321 11552 11553 5322) +4(5292 5323 11554 11523) +4(5322 11553 11554 5323) +4(5293 5324 11555 11524) +4(5323 11554 11555 5324) +4(5294 5325 11556 11525) +4(5324 11555 11556 5325) +4(5295 5326 11557 11526) +4(5325 11556 11557 5326) +4(5296 5327 11558 11527) +4(5326 11557 11558 5327) +4(5297 5328 11559 11528) +4(5327 11558 11559 5328) +4(5298 5329 11560 11529) +4(5328 11559 11560 5329) +4(5299 5330 11561 11530) +4(5329 11560 11561 5330) +4(5330 11561 11562 5331) +4(5302 5333 11564 11533) +4(5332 11563 11564 5333) +4(5303 5334 11565 11534) +4(5333 11564 11565 5334) +4(5304 5335 11566 11535) +4(5334 11565 11566 5335) +4(5305 5336 11567 11536) +4(5335 11566 11567 5336) +4(5306 5337 11568 11537) +4(5336 11567 11568 5337) +4(5307 5338 11569 11538) +4(5337 11568 11569 5338) +4(5308 5339 11570 11539) +4(5338 11569 11570 5339) +4(5309 5340 11571 11540) +4(5339 11570 11571 5340) +4(5310 5341 11572 11541) +4(5340 11571 11572 5341) +4(5311 5342 11573 11542) +4(5341 11572 11573 5342) +4(5312 5343 11574 11543) +4(5342 11573 11574 5343) +4(5313 5344 11575 11544) +4(5343 11574 11575 5344) +4(5314 5345 11576 11545) +4(5344 11575 11576 5345) +4(5315 5346 11577 11546) +4(5345 11576 11577 5346) +4(5316 5347 11578 11547) +4(5346 11577 11578 5347) +4(5317 5348 11579 11548) +4(5347 11578 11579 5348) +4(5318 5349 11580 11549) +4(5348 11579 11580 5349) +4(5319 5350 11581 11550) +4(5349 11580 11581 5350) +4(5320 5351 11582 11551) +4(5350 11581 11582 5351) +4(5321 5352 11583 11552) +4(5351 11582 11583 5352) +4(5322 5353 11584 11553) +4(5352 11583 11584 5353) +4(5323 5354 11585 11554) +4(5353 11584 11585 5354) +4(5324 5355 11586 11555) +4(5354 11585 11586 5355) +4(5325 5356 11587 11556) +4(5355 11586 11587 5356) +4(5326 5357 11588 11557) +4(5356 11587 11588 5357) +4(5327 5358 11589 11558) +4(5357 11588 11589 5358) +4(5328 5359 11590 11559) +4(5358 11589 11590 5359) +4(5329 5360 11591 11560) +4(5359 11590 11591 5360) +4(5330 5361 11592 11561) +4(5360 11591 11592 5361) +4(5361 11592 11593 5362) +4(5333 5364 11595 11564) +4(5363 11594 11595 5364) +4(5334 5365 11596 11565) +4(5364 11595 11596 5365) +4(5335 5366 11597 11566) +4(5365 11596 11597 5366) +4(5336 5367 11598 11567) +4(5366 11597 11598 5367) +4(5337 5368 11599 11568) +4(5367 11598 11599 5368) +4(5338 5369 11600 11569) +4(5368 11599 11600 5369) +4(5339 5370 11601 11570) +4(5369 11600 11601 5370) +4(5340 5371 11602 11571) +4(5370 11601 11602 5371) +4(5341 5372 11603 11572) +4(5371 11602 11603 5372) +4(5342 5373 11604 11573) +4(5372 11603 11604 5373) +4(5343 5374 11605 11574) +4(5373 11604 11605 5374) +4(5344 5375 11606 11575) +4(5374 11605 11606 5375) +4(5345 5376 11607 11576) +4(5375 11606 11607 5376) +4(5346 5377 11608 11577) +4(5376 11607 11608 5377) +4(5347 5378 11609 11578) +4(5377 11608 11609 5378) +4(5348 5379 11610 11579) +4(5378 11609 11610 5379) +4(5349 5380 11611 11580) +4(5379 11610 11611 5380) +4(5350 5381 11612 11581) +4(5380 11611 11612 5381) +4(5351 5382 11613 11582) +4(5381 11612 11613 5382) +4(5352 5383 11614 11583) +4(5382 11613 11614 5383) +4(5353 5384 11615 11584) +4(5383 11614 11615 5384) +4(5354 5385 11616 11585) +4(5384 11615 11616 5385) +4(5355 5386 11617 11586) +4(5385 11616 11617 5386) +4(5356 5387 11618 11587) +4(5386 11617 11618 5387) +4(5357 5388 11619 11588) +4(5387 11618 11619 5388) +4(5358 5389 11620 11589) +4(5388 11619 11620 5389) +4(5359 5390 11621 11590) +4(5389 11620 11621 5390) +4(5360 5391 11622 11591) +4(5390 11621 11622 5391) +4(5361 5392 11623 11592) +4(5391 11622 11623 5392) +4(5392 11623 11624 5393) +4(5364 5395 11626 11595) +4(5394 11625 11626 5395) +4(5365 5396 11627 11596) +4(5395 11626 11627 5396) +4(5366 5397 11628 11597) +4(5396 11627 11628 5397) +4(5367 5398 11629 11598) +4(5397 11628 11629 5398) +4(5368 5399 11630 11599) +4(5398 11629 11630 5399) +4(5369 5400 11631 11600) +4(5399 11630 11631 5400) +4(5370 5401 11632 11601) +4(5400 11631 11632 5401) +4(5371 5402 11633 11602) +4(5401 11632 11633 5402) +4(5372 5403 11634 11603) +4(5402 11633 11634 5403) +4(5373 5404 11635 11604) +4(5403 11634 11635 5404) +4(5374 5405 11636 11605) +4(5404 11635 11636 5405) +4(5375 5406 11637 11606) +4(5405 11636 11637 5406) +4(5376 5407 11638 11607) +4(5406 11637 11638 5407) +4(5377 5408 11639 11608) +4(5407 11638 11639 5408) +4(5378 5409 11640 11609) +4(5408 11639 11640 5409) +4(5379 5410 11641 11610) +4(5409 11640 11641 5410) +4(5380 5411 11642 11611) +4(5410 11641 11642 5411) +4(5381 5412 11643 11612) +4(5411 11642 11643 5412) +4(5382 5413 11644 11613) +4(5412 11643 11644 5413) +4(5383 5414 11645 11614) +4(5413 11644 11645 5414) +4(5384 5415 11646 11615) +4(5414 11645 11646 5415) +4(5385 5416 11647 11616) +4(5415 11646 11647 5416) +4(5386 5417 11648 11617) +4(5416 11647 11648 5417) +4(5387 5418 11649 11618) +4(5417 11648 11649 5418) +4(5388 5419 11650 11619) +4(5418 11649 11650 5419) +4(5389 5420 11651 11620) +4(5419 11650 11651 5420) +4(5390 5421 11652 11621) +4(5420 11651 11652 5421) +4(5391 5422 11653 11622) +4(5421 11652 11653 5422) +4(5392 5423 11654 11623) +4(5422 11653 11654 5423) +4(5423 11654 11655 5424) +4(5395 5426 11657 11626) +4(5425 11656 11657 5426) +4(5396 5427 11658 11627) +4(5426 11657 11658 5427) +4(5397 5428 11659 11628) +4(5427 11658 11659 5428) +4(5398 5429 11660 11629) +4(5428 11659 11660 5429) +4(5399 5430 11661 11630) +4(5429 11660 11661 5430) +4(5400 5431 11662 11631) +4(5430 11661 11662 5431) +4(5401 5432 11663 11632) +4(5431 11662 11663 5432) +4(5402 5433 11664 11633) +4(5432 11663 11664 5433) +4(5403 5434 11665 11634) +4(5433 11664 11665 5434) +4(5404 5435 11666 11635) +4(5434 11665 11666 5435) +4(5405 5436 11667 11636) +4(5435 11666 11667 5436) +4(5406 5437 11668 11637) +4(5436 11667 11668 5437) +4(5407 5438 11669 11638) +4(5437 11668 11669 5438) +4(5408 5439 11670 11639) +4(5438 11669 11670 5439) +4(5409 5440 11671 11640) +4(5439 11670 11671 5440) +4(5410 5441 11672 11641) +4(5440 11671 11672 5441) +4(5411 5442 11673 11642) +4(5441 11672 11673 5442) +4(5412 5443 11674 11643) +4(5442 11673 11674 5443) +4(5413 5444 11675 11644) +4(5443 11674 11675 5444) +4(5414 5445 11676 11645) +4(5444 11675 11676 5445) +4(5415 5446 11677 11646) +4(5445 11676 11677 5446) +4(5416 5447 11678 11647) +4(5446 11677 11678 5447) +4(5417 5448 11679 11648) +4(5447 11678 11679 5448) +4(5418 5449 11680 11649) +4(5448 11679 11680 5449) +4(5419 5450 11681 11650) +4(5449 11680 11681 5450) +4(5420 5451 11682 11651) +4(5450 11681 11682 5451) +4(5421 5452 11683 11652) +4(5451 11682 11683 5452) +4(5422 5453 11684 11653) +4(5452 11683 11684 5453) +4(5423 5454 11685 11654) +4(5453 11684 11685 5454) +4(5454 11685 11686 5455) +4(5426 5457 11688 11657) +4(5456 11687 11688 5457) +4(5427 5458 11689 11658) +4(5457 11688 11689 5458) +4(5428 5459 11690 11659) +4(5458 11689 11690 5459) +4(5429 5460 11691 11660) +4(5459 11690 11691 5460) +4(5430 5461 11692 11661) +4(5460 11691 11692 5461) +4(5431 5462 11693 11662) +4(5461 11692 11693 5462) +4(5432 5463 11694 11663) +4(5462 11693 11694 5463) +4(5433 5464 11695 11664) +4(5463 11694 11695 5464) +4(5434 5465 11696 11665) +4(5464 11695 11696 5465) +4(5435 5466 11697 11666) +4(5465 11696 11697 5466) +4(5436 5467 11698 11667) +4(5466 11697 11698 5467) +4(5437 5468 11699 11668) +4(5467 11698 11699 5468) +4(5438 5469 11700 11669) +4(5468 11699 11700 5469) +4(5439 5470 11701 11670) +4(5469 11700 11701 5470) +4(5440 5471 11702 11671) +4(5470 11701 11702 5471) +4(5441 5472 11703 11672) +4(5471 11702 11703 5472) +4(5442 5473 11704 11673) +4(5472 11703 11704 5473) +4(5443 5474 11705 11674) +4(5473 11704 11705 5474) +4(5444 5475 11706 11675) +4(5474 11705 11706 5475) +4(5445 5476 11707 11676) +4(5475 11706 11707 5476) +4(5446 5477 11708 11677) +4(5476 11707 11708 5477) +4(5447 5478 11709 11678) +4(5477 11708 11709 5478) +4(5448 5479 11710 11679) +4(5478 11709 11710 5479) +4(5449 5480 11711 11680) +4(5479 11710 11711 5480) +4(5450 5481 11712 11681) +4(5480 11711 11712 5481) +4(5451 5482 11713 11682) +4(5481 11712 11713 5482) +4(5452 5483 11714 11683) +4(5482 11713 11714 5483) +4(5453 5484 11715 11684) +4(5483 11714 11715 5484) +4(5454 5485 11716 11685) +4(5484 11715 11716 5485) +4(5485 11716 11717 5486) +4(5457 5488 11719 11688) +4(5487 11718 11719 5488) +4(5458 5489 11720 11689) +4(5488 11719 11720 5489) +4(5459 5490 11721 11690) +4(5489 11720 11721 5490) +4(5460 5491 11722 11691) +4(5490 11721 11722 5491) +4(5461 5492 11723 11692) +4(5491 11722 11723 5492) +4(5462 5493 11724 11693) +4(5492 11723 11724 5493) +4(5463 5494 11725 11694) +4(5493 11724 11725 5494) +4(5464 5495 11726 11695) +4(5494 11725 11726 5495) +4(5465 5496 11727 11696) +4(5495 11726 11727 5496) +4(5466 5497 11728 11697) +4(5496 11727 11728 5497) +4(5467 5498 11729 11698) +4(5497 11728 11729 5498) +4(5468 5499 11730 11699) +4(5498 11729 11730 5499) +4(5469 5500 11731 11700) +4(5499 11730 11731 5500) +4(5470 5501 11732 11701) +4(5500 11731 11732 5501) +4(5471 5502 11733 11702) +4(5501 11732 11733 5502) +4(5472 5503 11734 11703) +4(5502 11733 11734 5503) +4(5473 5504 11735 11704) +4(5503 11734 11735 5504) +4(5474 5505 11736 11705) +4(5504 11735 11736 5505) +4(5475 5506 11737 11706) +4(5505 11736 11737 5506) +4(5476 5507 11738 11707) +4(5506 11737 11738 5507) +4(5477 5508 11739 11708) +4(5507 11738 11739 5508) +4(5478 5509 11740 11709) +4(5508 11739 11740 5509) +4(5479 5510 11741 11710) +4(5509 11740 11741 5510) +4(5480 5511 11742 11711) +4(5510 11741 11742 5511) +4(5481 5512 11743 11712) +4(5511 11742 11743 5512) +4(5482 5513 11744 11713) +4(5512 11743 11744 5513) +4(5483 5514 11745 11714) +4(5513 11744 11745 5514) +4(5484 5515 11746 11715) +4(5514 11745 11746 5515) +4(5485 5516 11747 11716) +4(5515 11746 11747 5516) +4(5516 11747 11748 5517) +4(5488 5519 11750 11719) +4(5518 11749 11750 5519) +4(5489 5520 11751 11720) +4(5519 11750 11751 5520) +4(5490 5521 11752 11721) +4(5520 11751 11752 5521) +4(5491 5522 11753 11722) +4(5521 11752 11753 5522) +4(5492 5523 11754 11723) +4(5522 11753 11754 5523) +4(5493 5524 11755 11724) +4(5523 11754 11755 5524) +4(5494 5525 11756 11725) +4(5524 11755 11756 5525) +4(5495 5526 11757 11726) +4(5525 11756 11757 5526) +4(5496 5527 11758 11727) +4(5526 11757 11758 5527) +4(5497 5528 11759 11728) +4(5527 11758 11759 5528) +4(5498 5529 11760 11729) +4(5528 11759 11760 5529) +4(5499 5530 11761 11730) +4(5529 11760 11761 5530) +4(5500 5531 11762 11731) +4(5530 11761 11762 5531) +4(5501 5532 11763 11732) +4(5531 11762 11763 5532) +4(5502 5533 11764 11733) +4(5532 11763 11764 5533) +4(5503 5534 11765 11734) +4(5533 11764 11765 5534) +4(5504 5535 11766 11735) +4(5534 11765 11766 5535) +4(5505 5536 11767 11736) +4(5535 11766 11767 5536) +4(5506 5537 11768 11737) +4(5536 11767 11768 5537) +4(5507 5538 11769 11738) +4(5537 11768 11769 5538) +4(5508 5539 11770 11739) +4(5538 11769 11770 5539) +4(5509 5540 11771 11740) +4(5539 11770 11771 5540) +4(5510 5541 11772 11741) +4(5540 11771 11772 5541) +4(5511 5542 11773 11742) +4(5541 11772 11773 5542) +4(5512 5543 11774 11743) +4(5542 11773 11774 5543) +4(5513 5544 11775 11744) +4(5543 11774 11775 5544) +4(5514 5545 11776 11745) +4(5544 11775 11776 5545) +4(5515 5546 11777 11746) +4(5545 11776 11777 5546) +4(5516 5547 11778 11747) +4(5546 11777 11778 5547) +4(5547 11778 11779 5548) +4(5519 5550 11781 11750) +4(5549 11780 11781 5550) +4(5520 5551 11782 11751) +4(5550 11781 11782 5551) +4(5521 5552 11783 11752) +4(5551 11782 11783 5552) +4(5522 5553 11784 11753) +4(5552 11783 11784 5553) +4(5523 5554 11785 11754) +4(5553 11784 11785 5554) +4(5524 5555 11786 11755) +4(5554 11785 11786 5555) +4(5525 5556 11787 11756) +4(5555 11786 11787 5556) +4(5526 5557 11788 11757) +4(5556 11787 11788 5557) +4(5527 5558 11789 11758) +4(5557 11788 11789 5558) +4(5528 5559 11790 11759) +4(5558 11789 11790 5559) +4(5529 5560 11791 11760) +4(5559 11790 11791 5560) +4(5530 5561 11792 11761) +4(5560 11791 11792 5561) +4(5531 5562 11793 11762) +4(5561 11792 11793 5562) +4(5532 5563 11794 11763) +4(5562 11793 11794 5563) +4(5533 5564 11795 11764) +4(5563 11794 11795 5564) +4(5534 5565 11796 11765) +4(5564 11795 11796 5565) +4(5535 5566 11797 11766) +4(5565 11796 11797 5566) +4(5536 5567 11798 11767) +4(5566 11797 11798 5567) +4(5537 5568 11799 11768) +4(5567 11798 11799 5568) +4(5538 5569 11800 11769) +4(5568 11799 11800 5569) +4(5539 5570 11801 11770) +4(5569 11800 11801 5570) +4(5540 5571 11802 11771) +4(5570 11801 11802 5571) +4(5541 5572 11803 11772) +4(5571 11802 11803 5572) +4(5542 5573 11804 11773) +4(5572 11803 11804 5573) +4(5543 5574 11805 11774) +4(5573 11804 11805 5574) +4(5544 5575 11806 11775) +4(5574 11805 11806 5575) +4(5545 5576 11807 11776) +4(5575 11806 11807 5576) +4(5546 5577 11808 11777) +4(5576 11807 11808 5577) +4(5547 5578 11809 11778) +4(5577 11808 11809 5578) +4(5578 11809 11810 5579) +4(5550 5581 11812 11781) +4(5580 11811 11812 5581) +4(5551 5582 11813 11782) +4(5581 11812 11813 5582) +4(5552 5583 11814 11783) +4(5582 11813 11814 5583) +4(5553 5584 11815 11784) +4(5583 11814 11815 5584) +4(5554 5585 11816 11785) +4(5584 11815 11816 5585) +4(5555 5586 11817 11786) +4(5585 11816 11817 5586) +4(5556 5587 11818 11787) +4(5586 11817 11818 5587) +4(5557 5588 11819 11788) +4(5587 11818 11819 5588) +4(5558 5589 11820 11789) +4(5588 11819 11820 5589) +4(5559 5590 11821 11790) +4(5589 11820 11821 5590) +4(5560 5591 11822 11791) +4(5590 11821 11822 5591) +4(5561 5592 11823 11792) +4(5591 11822 11823 5592) +4(5562 5593 11824 11793) +4(5592 11823 11824 5593) +4(5563 5594 11825 11794) +4(5593 11824 11825 5594) +4(5564 5595 11826 11795) +4(5594 11825 11826 5595) +4(5565 5596 11827 11796) +4(5595 11826 11827 5596) +4(5566 5597 11828 11797) +4(5596 11827 11828 5597) +4(5567 5598 11829 11798) +4(5597 11828 11829 5598) +4(5568 5599 11830 11799) +4(5598 11829 11830 5599) +4(5569 5600 11831 11800) +4(5599 11830 11831 5600) +4(5570 5601 11832 11801) +4(5600 11831 11832 5601) +4(5571 5602 11833 11802) +4(5601 11832 11833 5602) +4(5572 5603 11834 11803) +4(5602 11833 11834 5603) +4(5573 5604 11835 11804) +4(5603 11834 11835 5604) +4(5574 5605 11836 11805) +4(5604 11835 11836 5605) +4(5575 5606 11837 11806) +4(5605 11836 11837 5606) +4(5576 5607 11838 11807) +4(5606 11837 11838 5607) +4(5577 5608 11839 11808) +4(5607 11838 11839 5608) +4(5578 5609 11840 11809) +4(5608 11839 11840 5609) +4(5609 11840 11841 5610) +4(5581 5612 11843 11812) +4(5611 11842 11843 5612) +4(5582 5613 11844 11813) +4(5612 11843 11844 5613) +4(5583 5614 11845 11814) +4(5613 11844 11845 5614) +4(5584 5615 11846 11815) +4(5614 11845 11846 5615) +4(5585 5616 11847 11816) +4(5615 11846 11847 5616) +4(5586 5617 11848 11817) +4(5616 11847 11848 5617) +4(5587 5618 11849 11818) +4(5617 11848 11849 5618) +4(5588 5619 11850 11819) +4(5618 11849 11850 5619) +4(5589 5620 11851 11820) +4(5619 11850 11851 5620) +4(5590 5621 11852 11821) +4(5620 11851 11852 5621) +4(5591 5622 11853 11822) +4(5621 11852 11853 5622) +4(5592 5623 11854 11823) +4(5622 11853 11854 5623) +4(5593 5624 11855 11824) +4(5623 11854 11855 5624) +4(5594 5625 11856 11825) +4(5624 11855 11856 5625) +4(5595 5626 11857 11826) +4(5625 11856 11857 5626) +4(5596 5627 11858 11827) +4(5626 11857 11858 5627) +4(5597 5628 11859 11828) +4(5627 11858 11859 5628) +4(5598 5629 11860 11829) +4(5628 11859 11860 5629) +4(5599 5630 11861 11830) +4(5629 11860 11861 5630) +4(5600 5631 11862 11831) +4(5630 11861 11862 5631) +4(5601 5632 11863 11832) +4(5631 11862 11863 5632) +4(5602 5633 11864 11833) +4(5632 11863 11864 5633) +4(5603 5634 11865 11834) +4(5633 11864 11865 5634) +4(5604 5635 11866 11835) +4(5634 11865 11866 5635) +4(5605 5636 11867 11836) +4(5635 11866 11867 5636) +4(5606 5637 11868 11837) +4(5636 11867 11868 5637) +4(5607 5638 11869 11838) +4(5637 11868 11869 5638) +4(5608 5639 11870 11839) +4(5638 11869 11870 5639) +4(5609 5640 11871 11840) +4(5639 11870 11871 5640) +4(5640 11871 11872 5641) +4(5612 5643 11874 11843) +4(5642 11873 11874 5643) +4(5613 5644 11875 11844) +4(5643 11874 11875 5644) +4(5614 5645 11876 11845) +4(5644 11875 11876 5645) +4(5615 5646 11877 11846) +4(5645 11876 11877 5646) +4(5616 5647 11878 11847) +4(5646 11877 11878 5647) +4(5617 5648 11879 11848) +4(5647 11878 11879 5648) +4(5618 5649 11880 11849) +4(5648 11879 11880 5649) +4(5619 5650 11881 11850) +4(5649 11880 11881 5650) +4(5620 5651 11882 11851) +4(5650 11881 11882 5651) +4(5621 5652 11883 11852) +4(5651 11882 11883 5652) +4(5622 5653 11884 11853) +4(5652 11883 11884 5653) +4(5623 5654 11885 11854) +4(5653 11884 11885 5654) +4(5624 5655 11886 11855) +4(5654 11885 11886 5655) +4(5625 5656 11887 11856) +4(5655 11886 11887 5656) +4(5626 5657 11888 11857) +4(5656 11887 11888 5657) +4(5627 5658 11889 11858) +4(5657 11888 11889 5658) +4(5628 5659 11890 11859) +4(5658 11889 11890 5659) +4(5629 5660 11891 11860) +4(5659 11890 11891 5660) +4(5630 5661 11892 11861) +4(5660 11891 11892 5661) +4(5631 5662 11893 11862) +4(5661 11892 11893 5662) +4(5632 5663 11894 11863) +4(5662 11893 11894 5663) +4(5633 5664 11895 11864) +4(5663 11894 11895 5664) +4(5634 5665 11896 11865) +4(5664 11895 11896 5665) +4(5635 5666 11897 11866) +4(5665 11896 11897 5666) +4(5636 5667 11898 11867) +4(5666 11897 11898 5667) +4(5637 5668 11899 11868) +4(5667 11898 11899 5668) +4(5638 5669 11900 11869) +4(5668 11899 11900 5669) +4(5639 5670 11901 11870) +4(5669 11900 11901 5670) +4(5640 5671 11902 11871) +4(5670 11901 11902 5671) +4(5671 11902 11903 5672) +4(5643 5674 11905 11874) +4(5673 11904 11905 5674) +4(5644 5675 11906 11875) +4(5674 11905 11906 5675) +4(5645 5676 11907 11876) +4(5675 11906 11907 5676) +4(5646 5677 11908 11877) +4(5676 11907 11908 5677) +4(5647 5678 11909 11878) +4(5677 11908 11909 5678) +4(5648 5679 11910 11879) +4(5678 11909 11910 5679) +4(5649 5680 11911 11880) +4(5679 11910 11911 5680) +4(5650 5681 11912 11881) +4(5680 11911 11912 5681) +4(5651 5682 11913 11882) +4(5681 11912 11913 5682) +4(5652 5683 11914 11883) +4(5682 11913 11914 5683) +4(5653 5684 11915 11884) +4(5683 11914 11915 5684) +4(5654 5685 11916 11885) +4(5684 11915 11916 5685) +4(5655 5686 11917 11886) +4(5685 11916 11917 5686) +4(5656 5687 11918 11887) +4(5686 11917 11918 5687) +4(5657 5688 11919 11888) +4(5687 11918 11919 5688) +4(5658 5689 11920 11889) +4(5688 11919 11920 5689) +4(5659 5690 11921 11890) +4(5689 11920 11921 5690) +4(5660 5691 11922 11891) +4(5690 11921 11922 5691) +4(5661 5692 11923 11892) +4(5691 11922 11923 5692) +4(5662 5693 11924 11893) +4(5692 11923 11924 5693) +4(5663 5694 11925 11894) +4(5693 11924 11925 5694) +4(5664 5695 11926 11895) +4(5694 11925 11926 5695) +4(5665 5696 11927 11896) +4(5695 11926 11927 5696) +4(5666 5697 11928 11897) +4(5696 11927 11928 5697) +4(5667 5698 11929 11898) +4(5697 11928 11929 5698) +4(5668 5699 11930 11899) +4(5698 11929 11930 5699) +4(5669 5700 11931 11900) +4(5699 11930 11931 5700) +4(5670 5701 11932 11901) +4(5700 11931 11932 5701) +4(5671 5702 11933 11902) +4(5701 11932 11933 5702) +4(5702 11933 11934 5703) +4(5674 5705 11936 11905) +4(5704 11935 11936 5705) +4(5675 5706 11937 11906) +4(5705 11936 11937 5706) +4(5676 5707 11938 11907) +4(5706 11937 11938 5707) +4(5677 5708 11939 11908) +4(5707 11938 11939 5708) +4(5678 5709 11940 11909) +4(5708 11939 11940 5709) +4(5679 5710 11941 11910) +4(5709 11940 11941 5710) +4(5680 5711 11942 11911) +4(5710 11941 11942 5711) +4(5681 5712 11943 11912) +4(5711 11942 11943 5712) +4(5682 5713 11944 11913) +4(5712 11943 11944 5713) +4(5683 5714 11945 11914) +4(5713 11944 11945 5714) +4(5684 5715 11946 11915) +4(5714 11945 11946 5715) +4(5685 5716 11947 11916) +4(5715 11946 11947 5716) +4(5686 5717 11948 11917) +4(5716 11947 11948 5717) +4(5687 5718 11949 11918) +4(5717 11948 11949 5718) +4(5688 5719 11950 11919) +4(5718 11949 11950 5719) +4(5689 5720 11951 11920) +4(5719 11950 11951 5720) +4(5690 5721 11952 11921) +4(5720 11951 11952 5721) +4(5691 5722 11953 11922) +4(5721 11952 11953 5722) +4(5692 5723 11954 11923) +4(5722 11953 11954 5723) +4(5693 5724 11955 11924) +4(5723 11954 11955 5724) +4(5694 5725 11956 11925) +4(5724 11955 11956 5725) +4(5695 5726 11957 11926) +4(5725 11956 11957 5726) +4(5696 5727 11958 11927) +4(5726 11957 11958 5727) +4(5697 5728 11959 11928) +4(5727 11958 11959 5728) +4(5698 5729 11960 11929) +4(5728 11959 11960 5729) +4(5699 5730 11961 11930) +4(5729 11960 11961 5730) +4(5700 5731 11962 11931) +4(5730 11961 11962 5731) +4(5701 5732 11963 11932) +4(5731 11962 11963 5732) +4(5702 5733 11964 11933) +4(5732 11963 11964 5733) +4(5733 11964 11965 5734) +4(5705 5736 11967 11936) +4(5735 11966 11967 5736) +4(5706 5737 11968 11937) +4(5736 11967 11968 5737) +4(5707 5738 11969 11938) +4(5737 11968 11969 5738) +4(5708 5739 11970 11939) +4(5738 11969 11970 5739) +4(5709 5740 11971 11940) +4(5739 11970 11971 5740) +4(5710 5741 11972 11941) +4(5740 11971 11972 5741) +4(5711 5742 11973 11942) +4(5741 11972 11973 5742) +4(5712 5743 11974 11943) +4(5742 11973 11974 5743) +4(5713 5744 11975 11944) +4(5743 11974 11975 5744) +4(5714 5745 11976 11945) +4(5744 11975 11976 5745) +4(5715 5746 11977 11946) +4(5745 11976 11977 5746) +4(5716 5747 11978 11947) +4(5746 11977 11978 5747) +4(5717 5748 11979 11948) +4(5747 11978 11979 5748) +4(5718 5749 11980 11949) +4(5748 11979 11980 5749) +4(5719 5750 11981 11950) +4(5749 11980 11981 5750) +4(5720 5751 11982 11951) +4(5750 11981 11982 5751) +4(5721 5752 11983 11952) +4(5751 11982 11983 5752) +4(5722 5753 11984 11953) +4(5752 11983 11984 5753) +4(5723 5754 11985 11954) +4(5753 11984 11985 5754) +4(5724 5755 11986 11955) +4(5754 11985 11986 5755) +4(5725 5756 11987 11956) +4(5755 11986 11987 5756) +4(5726 5757 11988 11957) +4(5756 11987 11988 5757) +4(5727 5758 11989 11958) +4(5757 11988 11989 5758) +4(5728 5759 11990 11959) +4(5758 11989 11990 5759) +4(5729 5760 11991 11960) +4(5759 11990 11991 5760) +4(5730 5761 11992 11961) +4(5760 11991 11992 5761) +4(5731 5762 11993 11962) +4(5761 11992 11993 5762) +4(5732 5763 11994 11963) +4(5762 11993 11994 5763) +4(5733 5764 11995 11964) +4(5763 11994 11995 5764) +4(5764 11995 11996 5765) +4(5736 5767 11998 11967) +4(5766 11997 11998 5767) +4(5737 5768 11999 11968) +4(5767 11998 11999 5768) +4(5738 5769 12000 11969) +4(5768 11999 12000 5769) +4(5739 5770 12001 11970) +4(5769 12000 12001 5770) +4(5740 5771 12002 11971) +4(5770 12001 12002 5771) +4(5741 5772 12003 11972) +4(5771 12002 12003 5772) +4(5742 5773 12004 11973) +4(5772 12003 12004 5773) +4(5743 5774 12005 11974) +4(5773 12004 12005 5774) +4(5744 5775 12006 11975) +4(5774 12005 12006 5775) +4(5745 5776 12007 11976) +4(5775 12006 12007 5776) +4(5746 5777 12008 11977) +4(5776 12007 12008 5777) +4(5747 5778 12009 11978) +4(5777 12008 12009 5778) +4(5748 5779 12010 11979) +4(5778 12009 12010 5779) +4(5749 5780 12011 11980) +4(5779 12010 12011 5780) +4(5750 5781 12012 11981) +4(5780 12011 12012 5781) +4(5751 5782 12013 11982) +4(5781 12012 12013 5782) +4(5752 5783 12014 11983) +4(5782 12013 12014 5783) +4(5753 5784 12015 11984) +4(5783 12014 12015 5784) +4(5754 5785 12016 11985) +4(5784 12015 12016 5785) +4(5755 5786 12017 11986) +4(5785 12016 12017 5786) +4(5756 5787 12018 11987) +4(5786 12017 12018 5787) +4(5757 5788 12019 11988) +4(5787 12018 12019 5788) +4(5758 5789 12020 11989) +4(5788 12019 12020 5789) +4(5759 5790 12021 11990) +4(5789 12020 12021 5790) +4(5760 5791 12022 11991) +4(5790 12021 12022 5791) +4(5761 5792 12023 11992) +4(5791 12022 12023 5792) +4(5762 5793 12024 11993) +4(5792 12023 12024 5793) +4(5763 5794 12025 11994) +4(5793 12024 12025 5794) +4(5764 5795 12026 11995) +4(5794 12025 12026 5795) +4(5795 12026 12027 5796) +4(5767 5798 12029 11998) +4(5797 12028 12029 5798) +4(5768 5799 12030 11999) +4(5798 12029 12030 5799) +4(5769 5800 12031 12000) +4(5799 12030 12031 5800) +4(5770 5801 12032 12001) +4(5800 12031 12032 5801) +4(5771 5802 12033 12002) +4(5801 12032 12033 5802) +4(5772 5803 12034 12003) +4(5802 12033 12034 5803) +4(5773 5804 12035 12004) +4(5803 12034 12035 5804) +4(5774 5805 12036 12005) +4(5804 12035 12036 5805) +4(5775 5806 12037 12006) +4(5805 12036 12037 5806) +4(5776 5807 12038 12007) +4(5806 12037 12038 5807) +4(5777 5808 12039 12008) +4(5807 12038 12039 5808) +4(5778 5809 12040 12009) +4(5808 12039 12040 5809) +4(5779 5810 12041 12010) +4(5809 12040 12041 5810) +4(5780 5811 12042 12011) +4(5810 12041 12042 5811) +4(5781 5812 12043 12012) +4(5811 12042 12043 5812) +4(5782 5813 12044 12013) +4(5812 12043 12044 5813) +4(5783 5814 12045 12014) +4(5813 12044 12045 5814) +4(5784 5815 12046 12015) +4(5814 12045 12046 5815) +4(5785 5816 12047 12016) +4(5815 12046 12047 5816) +4(5786 5817 12048 12017) +4(5816 12047 12048 5817) +4(5787 5818 12049 12018) +4(5817 12048 12049 5818) +4(5788 5819 12050 12019) +4(5818 12049 12050 5819) +4(5789 5820 12051 12020) +4(5819 12050 12051 5820) +4(5790 5821 12052 12021) +4(5820 12051 12052 5821) +4(5791 5822 12053 12022) +4(5821 12052 12053 5822) +4(5792 5823 12054 12023) +4(5822 12053 12054 5823) +4(5793 5824 12055 12024) +4(5823 12054 12055 5824) +4(5794 5825 12056 12025) +4(5824 12055 12056 5825) +4(5795 5826 12057 12026) +4(5825 12056 12057 5826) +4(5826 12057 12058 5827) +4(5798 5829 12060 12029) +4(5828 12059 12060 5829) +4(5799 5830 12061 12030) +4(5829 12060 12061 5830) +4(5800 5831 12062 12031) +4(5830 12061 12062 5831) +4(5801 5832 12063 12032) +4(5831 12062 12063 5832) +4(5802 5833 12064 12033) +4(5832 12063 12064 5833) +4(5803 5834 12065 12034) +4(5833 12064 12065 5834) +4(5804 5835 12066 12035) +4(5834 12065 12066 5835) +4(5805 5836 12067 12036) +4(5835 12066 12067 5836) +4(5806 5837 12068 12037) +4(5836 12067 12068 5837) +4(5807 5838 12069 12038) +4(5837 12068 12069 5838) +4(5808 5839 12070 12039) +4(5838 12069 12070 5839) +4(5809 5840 12071 12040) +4(5839 12070 12071 5840) +4(5810 5841 12072 12041) +4(5840 12071 12072 5841) +4(5811 5842 12073 12042) +4(5841 12072 12073 5842) +4(5812 5843 12074 12043) +4(5842 12073 12074 5843) +4(5813 5844 12075 12044) +4(5843 12074 12075 5844) +4(5814 5845 12076 12045) +4(5844 12075 12076 5845) +4(5815 5846 12077 12046) +4(5845 12076 12077 5846) +4(5816 5847 12078 12047) +4(5846 12077 12078 5847) +4(5817 5848 12079 12048) +4(5847 12078 12079 5848) +4(5818 5849 12080 12049) +4(5848 12079 12080 5849) +4(5819 5850 12081 12050) +4(5849 12080 12081 5850) +4(5820 5851 12082 12051) +4(5850 12081 12082 5851) +4(5821 5852 12083 12052) +4(5851 12082 12083 5852) +4(5822 5853 12084 12053) +4(5852 12083 12084 5853) +4(5823 5854 12085 12054) +4(5853 12084 12085 5854) +4(5824 5855 12086 12055) +4(5854 12085 12086 5855) +4(5825 5856 12087 12056) +4(5855 12086 12087 5856) +4(5826 5857 12088 12057) +4(5856 12087 12088 5857) +4(5857 12088 12089 5858) +4(5829 5860 12091 12060) +4(5859 12090 12091 5860) +4(5830 5861 12092 12061) +4(5860 12091 12092 5861) +4(5831 5862 12093 12062) +4(5861 12092 12093 5862) +4(5832 5863 12094 12063) +4(5862 12093 12094 5863) +4(5833 5864 12095 12064) +4(5863 12094 12095 5864) +4(5834 5865 12096 12065) +4(5864 12095 12096 5865) +4(5835 5866 12097 12066) +4(5865 12096 12097 5866) +4(5836 5867 12098 12067) +4(5866 12097 12098 5867) +4(5837 5868 12099 12068) +4(5867 12098 12099 5868) +4(5838 5869 12100 12069) +4(5868 12099 12100 5869) +4(5839 5870 12101 12070) +4(5869 12100 12101 5870) +4(5840 5871 12102 12071) +4(5870 12101 12102 5871) +4(5841 5872 12103 12072) +4(5871 12102 12103 5872) +4(5842 5873 12104 12073) +4(5872 12103 12104 5873) +4(5843 5874 12105 12074) +4(5873 12104 12105 5874) +4(5844 5875 12106 12075) +4(5874 12105 12106 5875) +4(5845 5876 12107 12076) +4(5875 12106 12107 5876) +4(5846 5877 12108 12077) +4(5876 12107 12108 5877) +4(5847 5878 12109 12078) +4(5877 12108 12109 5878) +4(5848 5879 12110 12079) +4(5878 12109 12110 5879) +4(5849 5880 12111 12080) +4(5879 12110 12111 5880) +4(5850 5881 12112 12081) +4(5880 12111 12112 5881) +4(5851 5882 12113 12082) +4(5881 12112 12113 5882) +4(5852 5883 12114 12083) +4(5882 12113 12114 5883) +4(5853 5884 12115 12084) +4(5883 12114 12115 5884) +4(5854 5885 12116 12085) +4(5884 12115 12116 5885) +4(5855 5886 12117 12086) +4(5885 12116 12117 5886) +4(5856 5887 12118 12087) +4(5886 12117 12118 5887) +4(5857 5888 12119 12088) +4(5887 12118 12119 5888) +4(5888 12119 12120 5889) +4(5860 5891 12122 12091) +4(5890 12121 12122 5891) +4(5861 5892 12123 12092) +4(5891 12122 12123 5892) +4(5862 5893 12124 12093) +4(5892 12123 12124 5893) +4(5863 5894 12125 12094) +4(5893 12124 12125 5894) +4(5864 5895 12126 12095) +4(5894 12125 12126 5895) +4(5865 5896 12127 12096) +4(5895 12126 12127 5896) +4(5866 5897 12128 12097) +4(5896 12127 12128 5897) +4(5867 5898 12129 12098) +4(5897 12128 12129 5898) +4(5868 5899 12130 12099) +4(5898 12129 12130 5899) +4(5869 5900 12131 12100) +4(5899 12130 12131 5900) +4(5870 5901 12132 12101) +4(5900 12131 12132 5901) +4(5871 5902 12133 12102) +4(5901 12132 12133 5902) +4(5872 5903 12134 12103) +4(5902 12133 12134 5903) +4(5873 5904 12135 12104) +4(5903 12134 12135 5904) +4(5874 5905 12136 12105) +4(5904 12135 12136 5905) +4(5875 5906 12137 12106) +4(5905 12136 12137 5906) +4(5876 5907 12138 12107) +4(5906 12137 12138 5907) +4(5877 5908 12139 12108) +4(5907 12138 12139 5908) +4(5878 5909 12140 12109) +4(5908 12139 12140 5909) +4(5879 5910 12141 12110) +4(5909 12140 12141 5910) +4(5880 5911 12142 12111) +4(5910 12141 12142 5911) +4(5881 5912 12143 12112) +4(5911 12142 12143 5912) +4(5882 5913 12144 12113) +4(5912 12143 12144 5913) +4(5883 5914 12145 12114) +4(5913 12144 12145 5914) +4(5884 5915 12146 12115) +4(5914 12145 12146 5915) +4(5885 5916 12147 12116) +4(5915 12146 12147 5916) +4(5886 5917 12148 12117) +4(5916 12147 12148 5917) +4(5887 5918 12149 12118) +4(5917 12148 12149 5918) +4(5888 5919 12150 12119) +4(5918 12149 12150 5919) +4(5919 12150 12151 5920) +4(5891 5922 12153 12122) +4(5921 12152 12153 5922) +4(5892 5923 12154 12123) +4(5922 12153 12154 5923) +4(5893 5924 12155 12124) +4(5923 12154 12155 5924) +4(5894 5925 12156 12125) +4(5924 12155 12156 5925) +4(5895 5926 12157 12126) +4(5925 12156 12157 5926) +4(5896 5927 12158 12127) +4(5926 12157 12158 5927) +4(5897 5928 12159 12128) +4(5927 12158 12159 5928) +4(5898 5929 12160 12129) +4(5928 12159 12160 5929) +4(5899 5930 12161 12130) +4(5929 12160 12161 5930) +4(5900 5931 12162 12131) +4(5930 12161 12162 5931) +4(5901 5932 12163 12132) +4(5931 12162 12163 5932) +4(5902 5933 12164 12133) +4(5932 12163 12164 5933) +4(5903 5934 12165 12134) +4(5933 12164 12165 5934) +4(5904 5935 12166 12135) +4(5934 12165 12166 5935) +4(5905 5936 12167 12136) +4(5935 12166 12167 5936) +4(5906 5937 12168 12137) +4(5936 12167 12168 5937) +4(5907 5938 12169 12138) +4(5937 12168 12169 5938) +4(5908 5939 12170 12139) +4(5938 12169 12170 5939) +4(5909 5940 12171 12140) +4(5939 12170 12171 5940) +4(5910 5941 12172 12141) +4(5940 12171 12172 5941) +4(5911 5942 12173 12142) +4(5941 12172 12173 5942) +4(5912 5943 12174 12143) +4(5942 12173 12174 5943) +4(5913 5944 12175 12144) +4(5943 12174 12175 5944) +4(5914 5945 12176 12145) +4(5944 12175 12176 5945) +4(5915 5946 12177 12146) +4(5945 12176 12177 5946) +4(5916 5947 12178 12147) +4(5946 12177 12178 5947) +4(5917 5948 12179 12148) +4(5947 12178 12179 5948) +4(5918 5949 12180 12149) +4(5948 12179 12180 5949) +4(5919 5950 12181 12150) +4(5949 12180 12181 5950) +4(5950 12181 12182 5951) +4(5922 5953 12184 12153) +4(5952 12183 12184 5953) +4(5923 5954 12185 12154) +4(5953 12184 12185 5954) +4(5924 5955 12186 12155) +4(5954 12185 12186 5955) +4(5925 5956 12187 12156) +4(5955 12186 12187 5956) +4(5926 5957 12188 12157) +4(5956 12187 12188 5957) +4(5927 5958 12189 12158) +4(5957 12188 12189 5958) +4(5928 5959 12190 12159) +4(5958 12189 12190 5959) +4(5929 5960 12191 12160) +4(5959 12190 12191 5960) +4(5930 5961 12192 12161) +4(5960 12191 12192 5961) +4(5931 5962 12193 12162) +4(5961 12192 12193 5962) +4(5932 5963 12194 12163) +4(5962 12193 12194 5963) +4(5933 5964 12195 12164) +4(5963 12194 12195 5964) +4(5934 5965 12196 12165) +4(5964 12195 12196 5965) +4(5935 5966 12197 12166) +4(5965 12196 12197 5966) +4(5936 5967 12198 12167) +4(5966 12197 12198 5967) +4(5937 5968 12199 12168) +4(5967 12198 12199 5968) +4(5938 5969 12200 12169) +4(5968 12199 12200 5969) +4(5939 5970 12201 12170) +4(5969 12200 12201 5970) +4(5940 5971 12202 12171) +4(5970 12201 12202 5971) +4(5941 5972 12203 12172) +4(5971 12202 12203 5972) +4(5942 5973 12204 12173) +4(5972 12203 12204 5973) +4(5943 5974 12205 12174) +4(5973 12204 12205 5974) +4(5944 5975 12206 12175) +4(5974 12205 12206 5975) +4(5945 5976 12207 12176) +4(5975 12206 12207 5976) +4(5946 5977 12208 12177) +4(5976 12207 12208 5977) +4(5947 5978 12209 12178) +4(5977 12208 12209 5978) +4(5948 5979 12210 12179) +4(5978 12209 12210 5979) +4(5949 5980 12211 12180) +4(5979 12210 12211 5980) +4(5950 5981 12212 12181) +4(5980 12211 12212 5981) +4(5981 12212 12213 5982) +4(5953 5984 12215 12184) +4(5983 12214 12215 5984) +4(5954 5985 12216 12185) +4(5984 12215 12216 5985) +4(5955 5986 12217 12186) +4(5985 12216 12217 5986) +4(5956 5987 12218 12187) +4(5986 12217 12218 5987) +4(5957 5988 12219 12188) +4(5987 12218 12219 5988) +4(5958 5989 12220 12189) +4(5988 12219 12220 5989) +4(5959 5990 12221 12190) +4(5989 12220 12221 5990) +4(5960 5991 12222 12191) +4(5990 12221 12222 5991) +4(5961 5992 12223 12192) +4(5991 12222 12223 5992) +4(5962 5993 12224 12193) +4(5992 12223 12224 5993) +4(5963 5994 12225 12194) +4(5993 12224 12225 5994) +4(5964 5995 12226 12195) +4(5994 12225 12226 5995) +4(5965 5996 12227 12196) +4(5995 12226 12227 5996) +4(5966 5997 12228 12197) +4(5996 12227 12228 5997) +4(5967 5998 12229 12198) +4(5997 12228 12229 5998) +4(5968 5999 12230 12199) +4(5998 12229 12230 5999) +4(5969 6000 12231 12200) +4(5999 12230 12231 6000) +4(5970 6001 12232 12201) +4(6000 12231 12232 6001) +4(5971 6002 12233 12202) +4(6001 12232 12233 6002) +4(5972 6003 12234 12203) +4(6002 12233 12234 6003) +4(5973 6004 12235 12204) +4(6003 12234 12235 6004) +4(5974 6005 12236 12205) +4(6004 12235 12236 6005) +4(5975 6006 12237 12206) +4(6005 12236 12237 6006) +4(5976 6007 12238 12207) +4(6006 12237 12238 6007) +4(5977 6008 12239 12208) +4(6007 12238 12239 6008) +4(5978 6009 12240 12209) +4(6008 12239 12240 6009) +4(5979 6010 12241 12210) +4(6009 12240 12241 6010) +4(5980 6011 12242 12211) +4(6010 12241 12242 6011) +4(5981 6012 12243 12212) +4(6011 12242 12243 6012) +4(6012 12243 12244 6013) +4(5984 6015 12246 12215) +4(6014 12245 12246 6015) +4(5985 6016 12247 12216) +4(6015 12246 12247 6016) +4(5986 6017 12248 12217) +4(6016 12247 12248 6017) +4(5987 6018 12249 12218) +4(6017 12248 12249 6018) +4(5988 6019 12250 12219) +4(6018 12249 12250 6019) +4(5989 6020 12251 12220) +4(6019 12250 12251 6020) +4(5990 6021 12252 12221) +4(6020 12251 12252 6021) +4(5991 6022 12253 12222) +4(6021 12252 12253 6022) +4(5992 6023 12254 12223) +4(6022 12253 12254 6023) +4(5993 6024 12255 12224) +4(6023 12254 12255 6024) +4(5994 6025 12256 12225) +4(6024 12255 12256 6025) +4(5995 6026 12257 12226) +4(6025 12256 12257 6026) +4(5996 6027 12258 12227) +4(6026 12257 12258 6027) +4(5997 6028 12259 12228) +4(6027 12258 12259 6028) +4(5998 6029 12260 12229) +4(6028 12259 12260 6029) +4(5999 6030 12261 12230) +4(6029 12260 12261 6030) +4(6000 6031 12262 12231) +4(6030 12261 12262 6031) +4(6001 6032 12263 12232) +4(6031 12262 12263 6032) +4(6002 6033 12264 12233) +4(6032 12263 12264 6033) +4(6003 6034 12265 12234) +4(6033 12264 12265 6034) +4(6004 6035 12266 12235) +4(6034 12265 12266 6035) +4(6005 6036 12267 12236) +4(6035 12266 12267 6036) +4(6006 6037 12268 12237) +4(6036 12267 12268 6037) +4(6007 6038 12269 12238) +4(6037 12268 12269 6038) +4(6008 6039 12270 12239) +4(6038 12269 12270 6039) +4(6009 6040 12271 12240) +4(6039 12270 12271 6040) +4(6010 6041 12272 12241) +4(6040 12271 12272 6041) +4(6011 6042 12273 12242) +4(6041 12272 12273 6042) +4(6012 6043 12274 12243) +4(6042 12273 12274 6043) +4(6043 12274 12275 6044) +4(6015 6046 12277 12246) +4(6045 12276 12277 6046) +4(6016 6047 12278 12247) +4(6046 12277 12278 6047) +4(6017 6048 12279 12248) +4(6047 12278 12279 6048) +4(6018 6049 12280 12249) +4(6048 12279 12280 6049) +4(6019 6050 12281 12250) +4(6049 12280 12281 6050) +4(6020 6051 12282 12251) +4(6050 12281 12282 6051) +4(6021 6052 12283 12252) +4(6051 12282 12283 6052) +4(6022 6053 12284 12253) +4(6052 12283 12284 6053) +4(6023 6054 12285 12254) +4(6053 12284 12285 6054) +4(6024 6055 12286 12255) +4(6054 12285 12286 6055) +4(6025 6056 12287 12256) +4(6055 12286 12287 6056) +4(6026 6057 12288 12257) +4(6056 12287 12288 6057) +4(6027 6058 12289 12258) +4(6057 12288 12289 6058) +4(6028 6059 12290 12259) +4(6058 12289 12290 6059) +4(6029 6060 12291 12260) +4(6059 12290 12291 6060) +4(6030 6061 12292 12261) +4(6060 12291 12292 6061) +4(6031 6062 12293 12262) +4(6061 12292 12293 6062) +4(6032 6063 12294 12263) +4(6062 12293 12294 6063) +4(6033 6064 12295 12264) +4(6063 12294 12295 6064) +4(6034 6065 12296 12265) +4(6064 12295 12296 6065) +4(6035 6066 12297 12266) +4(6065 12296 12297 6066) +4(6036 6067 12298 12267) +4(6066 12297 12298 6067) +4(6037 6068 12299 12268) +4(6067 12298 12299 6068) +4(6038 6069 12300 12269) +4(6068 12299 12300 6069) +4(6039 6070 12301 12270) +4(6069 12300 12301 6070) +4(6040 6071 12302 12271) +4(6070 12301 12302 6071) +4(6041 6072 12303 12272) +4(6071 12302 12303 6072) +4(6042 6073 12304 12273) +4(6072 12303 12304 6073) +4(6043 6074 12305 12274) +4(6073 12304 12305 6074) +4(6074 12305 12306 6075) +4(6046 6077 12308 12277) +4(6076 12307 12308 6077) +4(6047 6078 12309 12278) +4(6077 12308 12309 6078) +4(6048 6079 12310 12279) +4(6078 12309 12310 6079) +4(6049 6080 12311 12280) +4(6079 12310 12311 6080) +4(6050 6081 12312 12281) +4(6080 12311 12312 6081) +4(6051 6082 12313 12282) +4(6081 12312 12313 6082) +4(6052 6083 12314 12283) +4(6082 12313 12314 6083) +4(6053 6084 12315 12284) +4(6083 12314 12315 6084) +4(6054 6085 12316 12285) +4(6084 12315 12316 6085) +4(6055 6086 12317 12286) +4(6085 12316 12317 6086) +4(6056 6087 12318 12287) +4(6086 12317 12318 6087) +4(6057 6088 12319 12288) +4(6087 12318 12319 6088) +4(6058 6089 12320 12289) +4(6088 12319 12320 6089) +4(6059 6090 12321 12290) +4(6089 12320 12321 6090) +4(6060 6091 12322 12291) +4(6090 12321 12322 6091) +4(6061 6092 12323 12292) +4(6091 12322 12323 6092) +4(6062 6093 12324 12293) +4(6092 12323 12324 6093) +4(6063 6094 12325 12294) +4(6093 12324 12325 6094) +4(6064 6095 12326 12295) +4(6094 12325 12326 6095) +4(6065 6096 12327 12296) +4(6095 12326 12327 6096) +4(6066 6097 12328 12297) +4(6096 12327 12328 6097) +4(6067 6098 12329 12298) +4(6097 12328 12329 6098) +4(6068 6099 12330 12299) +4(6098 12329 12330 6099) +4(6069 6100 12331 12300) +4(6099 12330 12331 6100) +4(6070 6101 12332 12301) +4(6100 12331 12332 6101) +4(6071 6102 12333 12302) +4(6101 12332 12333 6102) +4(6072 6103 12334 12303) +4(6102 12333 12334 6103) +4(6073 6104 12335 12304) +4(6103 12334 12335 6104) +4(6074 6105 12336 12305) +4(6104 12335 12336 6105) +4(6105 12336 12337 6106) +4(6077 6108 12339 12308) +4(6107 12338 12339 6108) +4(6078 6109 12340 12309) +4(6108 12339 12340 6109) +4(6079 6110 12341 12310) +4(6109 12340 12341 6110) +4(6080 6111 12342 12311) +4(6110 12341 12342 6111) +4(6081 6112 12343 12312) +4(6111 12342 12343 6112) +4(6082 6113 12344 12313) +4(6112 12343 12344 6113) +4(6083 6114 12345 12314) +4(6113 12344 12345 6114) +4(6084 6115 12346 12315) +4(6114 12345 12346 6115) +4(6085 6116 12347 12316) +4(6115 12346 12347 6116) +4(6086 6117 12348 12317) +4(6116 12347 12348 6117) +4(6087 6118 12349 12318) +4(6117 12348 12349 6118) +4(6088 6119 12350 12319) +4(6118 12349 12350 6119) +4(6089 6120 12351 12320) +4(6119 12350 12351 6120) +4(6090 6121 12352 12321) +4(6120 12351 12352 6121) +4(6091 6122 12353 12322) +4(6121 12352 12353 6122) +4(6092 6123 12354 12323) +4(6122 12353 12354 6123) +4(6093 6124 12355 12324) +4(6123 12354 12355 6124) +4(6094 6125 12356 12325) +4(6124 12355 12356 6125) +4(6095 6126 12357 12326) +4(6125 12356 12357 6126) +4(6096 6127 12358 12327) +4(6126 12357 12358 6127) +4(6097 6128 12359 12328) +4(6127 12358 12359 6128) +4(6098 6129 12360 12329) +4(6128 12359 12360 6129) +4(6099 6130 12361 12330) +4(6129 12360 12361 6130) +4(6100 6131 12362 12331) +4(6130 12361 12362 6131) +4(6101 6132 12363 12332) +4(6131 12362 12363 6132) +4(6102 6133 12364 12333) +4(6132 12363 12364 6133) +4(6103 6134 12365 12334) +4(6133 12364 12365 6134) +4(6104 6135 12366 12335) +4(6134 12365 12366 6135) +4(6105 6136 12367 12336) +4(6135 12366 12367 6136) +4(6136 12367 12368 6137) +4(6108 6139 12370 12339) +4(6138 12369 12370 6139) +4(6109 6140 12371 12340) +4(6139 12370 12371 6140) +4(6110 6141 12372 12341) +4(6140 12371 12372 6141) +4(6111 6142 12373 12342) +4(6141 12372 12373 6142) +4(6112 6143 12374 12343) +4(6142 12373 12374 6143) +4(6113 6144 12375 12344) +4(6143 12374 12375 6144) +4(6114 6145 12376 12345) +4(6144 12375 12376 6145) +4(6115 6146 12377 12346) +4(6145 12376 12377 6146) +4(6116 6147 12378 12347) +4(6146 12377 12378 6147) +4(6117 6148 12379 12348) +4(6147 12378 12379 6148) +4(6118 6149 12380 12349) +4(6148 12379 12380 6149) +4(6119 6150 12381 12350) +4(6149 12380 12381 6150) +4(6120 6151 12382 12351) +4(6150 12381 12382 6151) +4(6121 6152 12383 12352) +4(6151 12382 12383 6152) +4(6122 6153 12384 12353) +4(6152 12383 12384 6153) +4(6123 6154 12385 12354) +4(6153 12384 12385 6154) +4(6124 6155 12386 12355) +4(6154 12385 12386 6155) +4(6125 6156 12387 12356) +4(6155 12386 12387 6156) +4(6126 6157 12388 12357) +4(6156 12387 12388 6157) +4(6127 6158 12389 12358) +4(6157 12388 12389 6158) +4(6128 6159 12390 12359) +4(6158 12389 12390 6159) +4(6129 6160 12391 12360) +4(6159 12390 12391 6160) +4(6130 6161 12392 12361) +4(6160 12391 12392 6161) +4(6131 6162 12393 12362) +4(6161 12392 12393 6162) +4(6132 6163 12394 12363) +4(6162 12393 12394 6163) +4(6133 6164 12395 12364) +4(6163 12394 12395 6164) +4(6134 6165 12396 12365) +4(6164 12395 12396 6165) +4(6135 6166 12397 12366) +4(6165 12396 12397 6166) +4(6136 6167 12398 12367) +4(6166 12397 12398 6167) +4(6167 12398 12399 6168) +4(6139 6170 12401 12370) +4(6169 12400 12401 6170) +4(6140 6171 12402 12371) +4(6170 12401 12402 6171) +4(6141 6172 12403 12372) +4(6171 12402 12403 6172) +4(6142 6173 12404 12373) +4(6172 12403 12404 6173) +4(6143 6174 12405 12374) +4(6173 12404 12405 6174) +4(6144 6175 12406 12375) +4(6174 12405 12406 6175) +4(6145 6176 12407 12376) +4(6175 12406 12407 6176) +4(6146 6177 12408 12377) +4(6176 12407 12408 6177) +4(6147 6178 12409 12378) +4(6177 12408 12409 6178) +4(6148 6179 12410 12379) +4(6178 12409 12410 6179) +4(6149 6180 12411 12380) +4(6179 12410 12411 6180) +4(6150 6181 12412 12381) +4(6180 12411 12412 6181) +4(6151 6182 12413 12382) +4(6181 12412 12413 6182) +4(6152 6183 12414 12383) +4(6182 12413 12414 6183) +4(6153 6184 12415 12384) +4(6183 12414 12415 6184) +4(6154 6185 12416 12385) +4(6184 12415 12416 6185) +4(6155 6186 12417 12386) +4(6185 12416 12417 6186) +4(6156 6187 12418 12387) +4(6186 12417 12418 6187) +4(6157 6188 12419 12388) +4(6187 12418 12419 6188) +4(6158 6189 12420 12389) +4(6188 12419 12420 6189) +4(6159 6190 12421 12390) +4(6189 12420 12421 6190) +4(6160 6191 12422 12391) +4(6190 12421 12422 6191) +4(6161 6192 12423 12392) +4(6191 12422 12423 6192) +4(6162 6193 12424 12393) +4(6192 12423 12424 6193) +4(6163 6194 12425 12394) +4(6193 12424 12425 6194) +4(6164 6195 12426 12395) +4(6194 12425 12426 6195) +4(6165 6196 12427 12396) +4(6195 12426 12427 6196) +4(6166 6197 12428 12397) +4(6196 12427 12428 6197) +4(6167 6198 12429 12398) +4(6197 12428 12429 6198) +4(6198 12429 12430 6199) +4(6170 6201 12432 12401) +4(6171 6202 12433 12402) +4(6172 6203 12434 12403) +4(6173 6204 12435 12404) +4(6174 6205 12436 12405) +4(6175 6206 12437 12406) +4(6176 6207 12438 12407) +4(6177 6208 12439 12408) +4(6178 6209 12440 12409) +4(6179 6210 12441 12410) +4(6180 6211 12442 12411) +4(6181 6212 12443 12412) +4(6182 6213 12444 12413) +4(6183 6214 12445 12414) +4(6184 6215 12446 12415) +4(6185 6216 12447 12416) +4(6186 6217 12448 12417) +4(6187 6218 12449 12418) +4(6188 6219 12450 12419) +4(6189 6220 12451 12420) +4(6190 6221 12452 12421) +4(6191 6222 12453 12422) +4(6192 6223 12454 12423) +4(6193 6224 12455 12424) +4(6194 6225 12456 12425) +4(6195 6226 12457 12426) +4(6196 6227 12458 12427) +4(6197 6228 12459 12428) +4(6198 6229 12460 12429) +4(0 1 6232 6231) +4(1 2 6233 6232) +4(2 3 6234 6233) +4(3 4 6235 6234) +4(4 5 6236 6235) +4(5 6 6237 6236) +4(6 7 6238 6237) +4(7 8 6239 6238) +4(8 9 6240 6239) +4(9 10 6241 6240) +4(10 11 6242 6241) +4(11 12 6243 6242) +4(12 13 6244 6243) +4(13 14 6245 6244) +4(14 15 6246 6245) +4(15 16 6247 6246) +4(16 17 6248 6247) +4(17 18 6249 6248) +4(18 19 6250 6249) +4(19 20 6251 6250) +4(20 21 6252 6251) +4(21 22 6253 6252) +4(22 23 6254 6253) +4(23 24 6255 6254) +4(24 25 6256 6255) +4(25 26 6257 6256) +4(26 27 6258 6257) +4(27 28 6259 6258) +4(28 29 6260 6259) +4(29 30 6261 6260) +4(6200 12431 12432 6201) +4(6201 12432 12433 6202) +4(6202 12433 12434 6203) +4(6203 12434 12435 6204) +4(6204 12435 12436 6205) +4(6205 12436 12437 6206) +4(6206 12437 12438 6207) +4(6207 12438 12439 6208) +4(6208 12439 12440 6209) +4(6209 12440 12441 6210) +4(6210 12441 12442 6211) +4(6211 12442 12443 6212) +4(6212 12443 12444 6213) +4(6213 12444 12445 6214) +4(6214 12445 12446 6215) +4(6215 12446 12447 6216) +4(6216 12447 12448 6217) +4(6217 12448 12449 6218) +4(6218 12449 12450 6219) +4(6219 12450 12451 6220) +4(6220 12451 12452 6221) +4(6221 12452 12453 6222) +4(6222 12453 12454 6223) +4(6223 12454 12455 6224) +4(6224 12455 12456 6225) +4(6225 12456 12457 6226) +4(6226 12457 12458 6227) +4(6227 12458 12459 6228) +4(6228 12459 12460 6229) +4(6229 12460 12461 6230) +4(0 6231 6262 31) +4(31 6262 6293 62) +4(62 6293 6324 93) +4(93 6324 6355 124) +4(124 6355 6386 155) +4(155 6386 6417 186) +4(186 6417 6448 217) +4(217 6448 6479 248) +4(248 6479 6510 279) +4(279 6510 6541 310) +4(310 6541 6572 341) +4(341 6572 6603 372) +4(372 6603 6634 403) +4(403 6634 6665 434) +4(434 6665 6696 465) +4(465 6696 6727 496) +4(496 6727 6758 527) +4(527 6758 6789 558) +4(558 6789 6820 589) +4(589 6820 6851 620) +4(620 6851 6882 651) +4(651 6882 6913 682) +4(682 6913 6944 713) +4(713 6944 6975 744) +4(744 6975 7006 775) +4(775 7006 7037 806) +4(806 7037 7068 837) +4(837 7068 7099 868) +4(868 7099 7130 899) +4(899 7130 7161 930) +4(930 7161 7192 961) +4(961 7192 7223 992) +4(992 7223 7254 1023) +4(1023 7254 7285 1054) +4(1054 7285 7316 1085) +4(1085 7316 7347 1116) +4(1116 7347 7378 1147) +4(1147 7378 7409 1178) +4(1178 7409 7440 1209) +4(1209 7440 7471 1240) +4(1240 7471 7502 1271) +4(1271 7502 7533 1302) +4(1302 7533 7564 1333) +4(1333 7564 7595 1364) +4(1364 7595 7626 1395) +4(1395 7626 7657 1426) +4(1426 7657 7688 1457) +4(1457 7688 7719 1488) +4(1488 7719 7750 1519) +4(1519 7750 7781 1550) +4(1550 7781 7812 1581) +4(1581 7812 7843 1612) +4(1612 7843 7874 1643) +4(1643 7874 7905 1674) +4(1674 7905 7936 1705) +4(1705 7936 7967 1736) +4(1736 7967 7998 1767) +4(1767 7998 8029 1798) +4(1798 8029 8060 1829) +4(1829 8060 8091 1860) +4(1860 8091 8122 1891) +4(1891 8122 8153 1922) +4(1922 8153 8184 1953) +4(1953 8184 8215 1984) +4(1984 8215 8246 2015) +4(2015 8246 8277 2046) +4(2046 8277 8308 2077) +4(2077 8308 8339 2108) +4(2108 8339 8370 2139) +4(2139 8370 8401 2170) +4(2170 8401 8432 2201) +4(2201 8432 8463 2232) +4(2232 8463 8494 2263) +4(2263 8494 8525 2294) +4(2294 8525 8556 2325) +4(2325 8556 8587 2356) +4(2356 8587 8618 2387) +4(2387 8618 8649 2418) +4(2418 8649 8680 2449) +4(2449 8680 8711 2480) +4(2480 8711 8742 2511) +4(2511 8742 8773 2542) +4(2542 8773 8804 2573) +4(2573 8804 8835 2604) +4(2604 8835 8866 2635) +4(2635 8866 8897 2666) +4(2666 8897 8928 2697) +4(2697 8928 8959 2728) +4(2728 8959 8990 2759) +4(2759 8990 9021 2790) +4(2790 9021 9052 2821) +4(2821 9052 9083 2852) +4(2852 9083 9114 2883) +4(2883 9114 9145 2914) +4(2914 9145 9176 2945) +4(2945 9176 9207 2976) +4(2976 9207 9238 3007) +4(3007 9238 9269 3038) +4(3038 9269 9300 3069) +4(3069 9300 9331 3100) +4(3100 9331 9362 3131) +4(3131 9362 9393 3162) +4(3162 9393 9424 3193) +4(3193 9424 9455 3224) +4(3224 9455 9486 3255) +4(3255 9486 9517 3286) +4(3286 9517 9548 3317) +4(3317 9548 9579 3348) +4(3348 9579 9610 3379) +4(3379 9610 9641 3410) +4(3410 9641 9672 3441) +4(3441 9672 9703 3472) +4(3472 9703 9734 3503) +4(3503 9734 9765 3534) +4(3534 9765 9796 3565) +4(3565 9796 9827 3596) +4(3596 9827 9858 3627) +4(3627 9858 9889 3658) +4(3658 9889 9920 3689) +4(3689 9920 9951 3720) +4(3720 9951 9982 3751) +4(3751 9982 10013 3782) +4(3782 10013 10044 3813) +4(3813 10044 10075 3844) +4(3844 10075 10106 3875) +4(3875 10106 10137 3906) +4(3906 10137 10168 3937) +4(3937 10168 10199 3968) +4(3968 10199 10230 3999) +4(3999 10230 10261 4030) +4(4030 10261 10292 4061) +4(4061 10292 10323 4092) +4(4092 10323 10354 4123) +4(4123 10354 10385 4154) +4(4154 10385 10416 4185) +4(4185 10416 10447 4216) +4(4216 10447 10478 4247) +4(4247 10478 10509 4278) +4(4278 10509 10540 4309) +4(4309 10540 10571 4340) +4(4340 10571 10602 4371) +4(4371 10602 10633 4402) +4(4402 10633 10664 4433) +4(4433 10664 10695 4464) +4(4464 10695 10726 4495) +4(4495 10726 10757 4526) +4(4526 10757 10788 4557) +4(4557 10788 10819 4588) +4(4588 10819 10850 4619) +4(4619 10850 10881 4650) +4(4650 10881 10912 4681) +4(4681 10912 10943 4712) +4(4712 10943 10974 4743) +4(4743 10974 11005 4774) +4(4774 11005 11036 4805) +4(4805 11036 11067 4836) +4(4836 11067 11098 4867) +4(4867 11098 11129 4898) +4(4898 11129 11160 4929) +4(4929 11160 11191 4960) +4(4960 11191 11222 4991) +4(4991 11222 11253 5022) +4(5022 11253 11284 5053) +4(5053 11284 11315 5084) +4(5084 11315 11346 5115) +4(5115 11346 11377 5146) +4(5146 11377 11408 5177) +4(5177 11408 11439 5208) +4(5208 11439 11470 5239) +4(5239 11470 11501 5270) +4(5270 11501 11532 5301) +4(5301 11532 11563 5332) +4(5332 11563 11594 5363) +4(5363 11594 11625 5394) +4(5394 11625 11656 5425) +4(5425 11656 11687 5456) +4(5456 11687 11718 5487) +4(5487 11718 11749 5518) +4(5518 11749 11780 5549) +4(5549 11780 11811 5580) +4(5580 11811 11842 5611) +4(5611 11842 11873 5642) +4(5642 11873 11904 5673) +4(5673 11904 11935 5704) +4(5704 11935 11966 5735) +4(5735 11966 11997 5766) +4(5766 11997 12028 5797) +4(5797 12028 12059 5828) +4(5828 12059 12090 5859) +4(5859 12090 12121 5890) +4(5890 12121 12152 5921) +4(5921 12152 12183 5952) +4(5952 12183 12214 5983) +4(5983 12214 12245 6014) +4(6014 12245 12276 6045) +4(6045 12276 12307 6076) +4(6076 12307 12338 6107) +4(6107 12338 12369 6138) +4(6138 12369 12400 6169) +4(6169 12400 12431 6200) +4(30 61 6292 6261) +4(61 92 6323 6292) +4(92 123 6354 6323) +4(123 154 6385 6354) +4(154 185 6416 6385) +4(185 216 6447 6416) +4(216 247 6478 6447) +4(247 278 6509 6478) +4(278 309 6540 6509) +4(309 340 6571 6540) +4(340 371 6602 6571) +4(371 402 6633 6602) +4(402 433 6664 6633) +4(433 464 6695 6664) +4(464 495 6726 6695) +4(495 526 6757 6726) +4(526 557 6788 6757) +4(557 588 6819 6788) +4(588 619 6850 6819) +4(619 650 6881 6850) +4(650 681 6912 6881) +4(681 712 6943 6912) +4(712 743 6974 6943) +4(743 774 7005 6974) +4(774 805 7036 7005) +4(805 836 7067 7036) +4(836 867 7098 7067) +4(867 898 7129 7098) +4(898 929 7160 7129) +4(929 960 7191 7160) +4(960 991 7222 7191) +4(991 1022 7253 7222) +4(1022 1053 7284 7253) +4(1053 1084 7315 7284) +4(1084 1115 7346 7315) +4(1115 1146 7377 7346) +4(1146 1177 7408 7377) +4(1177 1208 7439 7408) +4(1208 1239 7470 7439) +4(1239 1270 7501 7470) +4(1270 1301 7532 7501) +4(1301 1332 7563 7532) +4(1332 1363 7594 7563) +4(1363 1394 7625 7594) +4(1394 1425 7656 7625) +4(1425 1456 7687 7656) +4(1456 1487 7718 7687) +4(1487 1518 7749 7718) +4(1518 1549 7780 7749) +4(1549 1580 7811 7780) +4(1580 1611 7842 7811) +4(1611 1642 7873 7842) +4(1642 1673 7904 7873) +4(1673 1704 7935 7904) +4(1704 1735 7966 7935) +4(1735 1766 7997 7966) +4(1766 1797 8028 7997) +4(1797 1828 8059 8028) +4(1828 1859 8090 8059) +4(1859 1890 8121 8090) +4(1890 1921 8152 8121) +4(1921 1952 8183 8152) +4(1952 1983 8214 8183) +4(1983 2014 8245 8214) +4(2014 2045 8276 8245) +4(2045 2076 8307 8276) +4(2076 2107 8338 8307) +4(2107 2138 8369 8338) +4(2138 2169 8400 8369) +4(2169 2200 8431 8400) +4(2200 2231 8462 8431) +4(2231 2262 8493 8462) +4(2262 2293 8524 8493) +4(2293 2324 8555 8524) +4(2324 2355 8586 8555) +4(2355 2386 8617 8586) +4(2386 2417 8648 8617) +4(2417 2448 8679 8648) +4(2448 2479 8710 8679) +4(2479 2510 8741 8710) +4(2510 2541 8772 8741) +4(2541 2572 8803 8772) +4(2572 2603 8834 8803) +4(2603 2634 8865 8834) +4(2634 2665 8896 8865) +4(2665 2696 8927 8896) +4(2696 2727 8958 8927) +4(2727 2758 8989 8958) +4(2758 2789 9020 8989) +4(2789 2820 9051 9020) +4(2820 2851 9082 9051) +4(2851 2882 9113 9082) +4(2882 2913 9144 9113) +4(2913 2944 9175 9144) +4(2944 2975 9206 9175) +4(2975 3006 9237 9206) +4(3006 3037 9268 9237) +4(3037 3068 9299 9268) +4(3068 3099 9330 9299) +4(3099 3130 9361 9330) +4(3130 3161 9392 9361) +4(3161 3192 9423 9392) +4(3192 3223 9454 9423) +4(3223 3254 9485 9454) +4(3254 3285 9516 9485) +4(3285 3316 9547 9516) +4(3316 3347 9578 9547) +4(3347 3378 9609 9578) +4(3378 3409 9640 9609) +4(3409 3440 9671 9640) +4(3440 3471 9702 9671) +4(3471 3502 9733 9702) +4(3502 3533 9764 9733) +4(3533 3564 9795 9764) +4(3564 3595 9826 9795) +4(3595 3626 9857 9826) +4(3626 3657 9888 9857) +4(3657 3688 9919 9888) +4(3688 3719 9950 9919) +4(3719 3750 9981 9950) +4(3750 3781 10012 9981) +4(3781 3812 10043 10012) +4(3812 3843 10074 10043) +4(3843 3874 10105 10074) +4(3874 3905 10136 10105) +4(3905 3936 10167 10136) +4(3936 3967 10198 10167) +4(3967 3998 10229 10198) +4(3998 4029 10260 10229) +4(4029 4060 10291 10260) +4(4060 4091 10322 10291) +4(4091 4122 10353 10322) +4(4122 4153 10384 10353) +4(4153 4184 10415 10384) +4(4184 4215 10446 10415) +4(4215 4246 10477 10446) +4(4246 4277 10508 10477) +4(4277 4308 10539 10508) +4(4308 4339 10570 10539) +4(4339 4370 10601 10570) +4(4370 4401 10632 10601) +4(4401 4432 10663 10632) +4(4432 4463 10694 10663) +4(4463 4494 10725 10694) +4(4494 4525 10756 10725) +4(4525 4556 10787 10756) +4(4556 4587 10818 10787) +4(4587 4618 10849 10818) +4(4618 4649 10880 10849) +4(4649 4680 10911 10880) +4(4680 4711 10942 10911) +4(4711 4742 10973 10942) +4(4742 4773 11004 10973) +4(4773 4804 11035 11004) +4(4804 4835 11066 11035) +4(4835 4866 11097 11066) +4(4866 4897 11128 11097) +4(4897 4928 11159 11128) +4(4928 4959 11190 11159) +4(4959 4990 11221 11190) +4(4990 5021 11252 11221) +4(5021 5052 11283 11252) +4(5052 5083 11314 11283) +4(5083 5114 11345 11314) +4(5114 5145 11376 11345) +4(5145 5176 11407 11376) +4(5176 5207 11438 11407) +4(5207 5238 11469 11438) +4(5238 5269 11500 11469) +4(5269 5300 11531 11500) +4(5300 5331 11562 11531) +4(5331 5362 11593 11562) +4(5362 5393 11624 11593) +4(5393 5424 11655 11624) +4(5424 5455 11686 11655) +4(5455 5486 11717 11686) +4(5486 5517 11748 11717) +4(5517 5548 11779 11748) +4(5548 5579 11810 11779) +4(5579 5610 11841 11810) +4(5610 5641 11872 11841) +4(5641 5672 11903 11872) +4(5672 5703 11934 11903) +4(5703 5734 11965 11934) +4(5734 5765 11996 11965) +4(5765 5796 12027 11996) +4(5796 5827 12058 12027) +4(5827 5858 12089 12058) +4(5858 5889 12120 12089) +4(5889 5920 12151 12120) +4(5920 5951 12182 12151) +4(5951 5982 12213 12182) +4(5982 6013 12244 12213) +4(6013 6044 12275 12244) +4(6044 6075 12306 12275) +4(6075 6106 12337 12306) +4(6106 6137 12368 12337) +4(6137 6168 12399 12368) +4(6168 6199 12430 12399) +4(6199 6230 12461 12430) +4(0 31 32 1) +4(31 62 63 32) +4(62 93 94 63) +4(93 124 125 94) +4(124 155 156 125) +4(155 186 187 156) +4(186 217 218 187) +4(217 248 249 218) +4(248 279 280 249) +4(279 310 311 280) +4(310 341 342 311) +4(341 372 373 342) +4(372 403 404 373) +4(403 434 435 404) +4(434 465 466 435) +4(465 496 497 466) +4(496 527 528 497) +4(527 558 559 528) +4(558 589 590 559) +4(589 620 621 590) +4(620 651 652 621) +4(651 682 683 652) +4(682 713 714 683) +4(713 744 745 714) +4(744 775 776 745) +4(775 806 807 776) +4(806 837 838 807) +4(837 868 869 838) +4(868 899 900 869) +4(899 930 931 900) +4(930 961 962 931) +4(961 992 993 962) +4(992 1023 1024 993) +4(1023 1054 1055 1024) +4(1054 1085 1086 1055) +4(1085 1116 1117 1086) +4(1116 1147 1148 1117) +4(1147 1178 1179 1148) +4(1178 1209 1210 1179) +4(1209 1240 1241 1210) +4(1240 1271 1272 1241) +4(1271 1302 1303 1272) +4(1302 1333 1334 1303) +4(1333 1364 1365 1334) +4(1364 1395 1396 1365) +4(1395 1426 1427 1396) +4(1426 1457 1458 1427) +4(1457 1488 1489 1458) +4(1488 1519 1520 1489) +4(1519 1550 1551 1520) +4(1550 1581 1582 1551) +4(1581 1612 1613 1582) +4(1612 1643 1644 1613) +4(1643 1674 1675 1644) +4(1674 1705 1706 1675) +4(1705 1736 1737 1706) +4(1736 1767 1768 1737) +4(1767 1798 1799 1768) +4(1798 1829 1830 1799) +4(1829 1860 1861 1830) +4(1860 1891 1892 1861) +4(1891 1922 1923 1892) +4(1922 1953 1954 1923) +4(1953 1984 1985 1954) +4(1984 2015 2016 1985) +4(2015 2046 2047 2016) +4(2046 2077 2078 2047) +4(2077 2108 2109 2078) +4(2108 2139 2140 2109) +4(2139 2170 2171 2140) +4(2170 2201 2202 2171) +4(2201 2232 2233 2202) +4(2232 2263 2264 2233) +4(2263 2294 2295 2264) +4(2294 2325 2326 2295) +4(2325 2356 2357 2326) +4(2356 2387 2388 2357) +4(2387 2418 2419 2388) +4(2418 2449 2450 2419) +4(2449 2480 2481 2450) +4(2480 2511 2512 2481) +4(2511 2542 2543 2512) +4(2542 2573 2574 2543) +4(2573 2604 2605 2574) +4(2604 2635 2636 2605) +4(2635 2666 2667 2636) +4(2666 2697 2698 2667) +4(2697 2728 2729 2698) +4(2728 2759 2760 2729) +4(2759 2790 2791 2760) +4(2790 2821 2822 2791) +4(2821 2852 2853 2822) +4(2852 2883 2884 2853) +4(2883 2914 2915 2884) +4(2914 2945 2946 2915) +4(2945 2976 2977 2946) +4(2976 3007 3008 2977) +4(3007 3038 3039 3008) +4(3038 3069 3070 3039) +4(3069 3100 3101 3070) +4(3100 3131 3132 3101) +4(3131 3162 3163 3132) +4(3162 3193 3194 3163) +4(3193 3224 3225 3194) +4(3224 3255 3256 3225) +4(3255 3286 3287 3256) +4(3286 3317 3318 3287) +4(3317 3348 3349 3318) +4(3348 3379 3380 3349) +4(3379 3410 3411 3380) +4(3410 3441 3442 3411) +4(3441 3472 3473 3442) +4(3472 3503 3504 3473) +4(3503 3534 3535 3504) +4(3534 3565 3566 3535) +4(3565 3596 3597 3566) +4(3596 3627 3628 3597) +4(3627 3658 3659 3628) +4(3658 3689 3690 3659) +4(3689 3720 3721 3690) +4(3720 3751 3752 3721) +4(3751 3782 3783 3752) +4(3782 3813 3814 3783) +4(3813 3844 3845 3814) +4(3844 3875 3876 3845) +4(3875 3906 3907 3876) +4(3906 3937 3938 3907) +4(3937 3968 3969 3938) +4(3968 3999 4000 3969) +4(3999 4030 4031 4000) +4(4030 4061 4062 4031) +4(4061 4092 4093 4062) +4(4092 4123 4124 4093) +4(4123 4154 4155 4124) +4(4154 4185 4186 4155) +4(4185 4216 4217 4186) +4(4216 4247 4248 4217) +4(4247 4278 4279 4248) +4(4278 4309 4310 4279) +4(4309 4340 4341 4310) +4(4340 4371 4372 4341) +4(4371 4402 4403 4372) +4(4402 4433 4434 4403) +4(4433 4464 4465 4434) +4(4464 4495 4496 4465) +4(4495 4526 4527 4496) +4(4526 4557 4558 4527) +4(4557 4588 4589 4558) +4(4588 4619 4620 4589) +4(4619 4650 4651 4620) +4(4650 4681 4682 4651) +4(4681 4712 4713 4682) +4(4712 4743 4744 4713) +4(4743 4774 4775 4744) +4(4774 4805 4806 4775) +4(4805 4836 4837 4806) +4(4836 4867 4868 4837) +4(4867 4898 4899 4868) +4(4898 4929 4930 4899) +4(4929 4960 4961 4930) +4(4960 4991 4992 4961) +4(4991 5022 5023 4992) +4(5022 5053 5054 5023) +4(5053 5084 5085 5054) +4(5084 5115 5116 5085) +4(5115 5146 5147 5116) +4(5146 5177 5178 5147) +4(5177 5208 5209 5178) +4(5208 5239 5240 5209) +4(5239 5270 5271 5240) +4(5270 5301 5302 5271) +4(5301 5332 5333 5302) +4(5332 5363 5364 5333) +4(5363 5394 5395 5364) +4(5394 5425 5426 5395) +4(5425 5456 5457 5426) +4(5456 5487 5488 5457) +4(5487 5518 5519 5488) +4(5518 5549 5550 5519) +4(5549 5580 5581 5550) +4(5580 5611 5612 5581) +4(5611 5642 5643 5612) +4(5642 5673 5674 5643) +4(5673 5704 5705 5674) +4(5704 5735 5736 5705) +4(5735 5766 5767 5736) +4(5766 5797 5798 5767) +4(5797 5828 5829 5798) +4(5828 5859 5860 5829) +4(5859 5890 5891 5860) +4(5890 5921 5922 5891) +4(5921 5952 5953 5922) +4(5952 5983 5984 5953) +4(5983 6014 6015 5984) +4(6014 6045 6046 6015) +4(6045 6076 6077 6046) +4(6076 6107 6108 6077) +4(6107 6138 6139 6108) +4(6138 6169 6170 6139) +4(6169 6200 6201 6170) +4(1 32 33 2) +4(32 63 64 33) +4(63 94 95 64) +4(94 125 126 95) +4(125 156 157 126) +4(156 187 188 157) +4(187 218 219 188) +4(218 249 250 219) +4(249 280 281 250) +4(280 311 312 281) +4(311 342 343 312) +4(342 373 374 343) +4(373 404 405 374) +4(404 435 436 405) +4(435 466 467 436) +4(466 497 498 467) +4(497 528 529 498) +4(528 559 560 529) +4(559 590 591 560) +4(590 621 622 591) +4(621 652 653 622) +4(652 683 684 653) +4(683 714 715 684) +4(714 745 746 715) +4(745 776 777 746) +4(776 807 808 777) +4(807 838 839 808) +4(838 869 870 839) +4(869 900 901 870) +4(900 931 932 901) +4(931 962 963 932) +4(962 993 994 963) +4(993 1024 1025 994) +4(1024 1055 1056 1025) +4(1055 1086 1087 1056) +4(1086 1117 1118 1087) +4(1117 1148 1149 1118) +4(1148 1179 1180 1149) +4(1179 1210 1211 1180) +4(1210 1241 1242 1211) +4(1241 1272 1273 1242) +4(1272 1303 1304 1273) +4(1303 1334 1335 1304) +4(1334 1365 1366 1335) +4(1365 1396 1397 1366) +4(1396 1427 1428 1397) +4(1427 1458 1459 1428) +4(1458 1489 1490 1459) +4(1489 1520 1521 1490) +4(1520 1551 1552 1521) +4(1551 1582 1583 1552) +4(1582 1613 1614 1583) +4(1613 1644 1645 1614) +4(1644 1675 1676 1645) +4(1675 1706 1707 1676) +4(1706 1737 1738 1707) +4(1737 1768 1769 1738) +4(1768 1799 1800 1769) +4(1799 1830 1831 1800) +4(1830 1861 1862 1831) +4(1861 1892 1893 1862) +4(1892 1923 1924 1893) +4(1923 1954 1955 1924) +4(1954 1985 1986 1955) +4(1985 2016 2017 1986) +4(2016 2047 2048 2017) +4(2047 2078 2079 2048) +4(2078 2109 2110 2079) +4(2109 2140 2141 2110) +4(2140 2171 2172 2141) +4(2171 2202 2203 2172) +4(2202 2233 2234 2203) +4(2233 2264 2265 2234) +4(2264 2295 2296 2265) +4(2295 2326 2327 2296) +4(2326 2357 2358 2327) +4(2357 2388 2389 2358) +4(2388 2419 2420 2389) +4(2419 2450 2451 2420) +4(2450 2481 2482 2451) +4(2481 2512 2513 2482) +4(2512 2543 2544 2513) +4(2543 2574 2575 2544) +4(2574 2605 2606 2575) +4(2605 2636 2637 2606) +4(2636 2667 2668 2637) +4(2667 2698 2699 2668) +4(2698 2729 2730 2699) +4(2729 2760 2761 2730) +4(2760 2791 2792 2761) +4(2791 2822 2823 2792) +4(2822 2853 2854 2823) +4(2853 2884 2885 2854) +4(2884 2915 2916 2885) +4(2915 2946 2947 2916) +4(2946 2977 2978 2947) +4(2977 3008 3009 2978) +4(3008 3039 3040 3009) +4(3039 3070 3071 3040) +4(3070 3101 3102 3071) +4(3101 3132 3133 3102) +4(3132 3163 3164 3133) +4(3163 3194 3195 3164) +4(3194 3225 3226 3195) +4(3225 3256 3257 3226) +4(3256 3287 3288 3257) +4(3287 3318 3319 3288) +4(3318 3349 3350 3319) +4(3349 3380 3381 3350) +4(3380 3411 3412 3381) +4(3411 3442 3443 3412) +4(3442 3473 3474 3443) +4(3473 3504 3505 3474) +4(3504 3535 3536 3505) +4(3535 3566 3567 3536) +4(3566 3597 3598 3567) +4(3597 3628 3629 3598) +4(3628 3659 3660 3629) +4(3659 3690 3691 3660) +4(3690 3721 3722 3691) +4(3721 3752 3753 3722) +4(3752 3783 3784 3753) +4(3783 3814 3815 3784) +4(3814 3845 3846 3815) +4(3845 3876 3877 3846) +4(3876 3907 3908 3877) +4(3907 3938 3939 3908) +4(3938 3969 3970 3939) +4(3969 4000 4001 3970) +4(4000 4031 4032 4001) +4(4031 4062 4063 4032) +4(4062 4093 4094 4063) +4(4093 4124 4125 4094) +4(4124 4155 4156 4125) +4(4155 4186 4187 4156) +4(4186 4217 4218 4187) +4(4217 4248 4249 4218) +4(4248 4279 4280 4249) +4(4279 4310 4311 4280) +4(4310 4341 4342 4311) +4(4341 4372 4373 4342) +4(4372 4403 4404 4373) +4(4403 4434 4435 4404) +4(4434 4465 4466 4435) +4(4465 4496 4497 4466) +4(4496 4527 4528 4497) +4(4527 4558 4559 4528) +4(4558 4589 4590 4559) +4(4589 4620 4621 4590) +4(4620 4651 4652 4621) +4(4651 4682 4683 4652) +4(4682 4713 4714 4683) +4(4713 4744 4745 4714) +4(4744 4775 4776 4745) +4(4775 4806 4807 4776) +4(4806 4837 4838 4807) +4(4837 4868 4869 4838) +4(4868 4899 4900 4869) +4(4899 4930 4931 4900) +4(4930 4961 4962 4931) +4(4961 4992 4993 4962) +4(4992 5023 5024 4993) +4(5023 5054 5055 5024) +4(5054 5085 5086 5055) +4(5085 5116 5117 5086) +4(5116 5147 5148 5117) +4(5147 5178 5179 5148) +4(5178 5209 5210 5179) +4(5209 5240 5241 5210) +4(5240 5271 5272 5241) +4(5271 5302 5303 5272) +4(5302 5333 5334 5303) +4(5333 5364 5365 5334) +4(5364 5395 5396 5365) +4(5395 5426 5427 5396) +4(5426 5457 5458 5427) +4(5457 5488 5489 5458) +4(5488 5519 5520 5489) +4(5519 5550 5551 5520) +4(5550 5581 5582 5551) +4(5581 5612 5613 5582) +4(5612 5643 5644 5613) +4(5643 5674 5675 5644) +4(5674 5705 5706 5675) +4(5705 5736 5737 5706) +4(5736 5767 5768 5737) +4(5767 5798 5799 5768) +4(5798 5829 5830 5799) +4(5829 5860 5861 5830) +4(5860 5891 5892 5861) +4(5891 5922 5923 5892) +4(5922 5953 5954 5923) +4(5953 5984 5985 5954) +4(5984 6015 6016 5985) +4(6015 6046 6047 6016) +4(6046 6077 6078 6047) +4(6077 6108 6109 6078) +4(6108 6139 6140 6109) +4(6139 6170 6171 6140) +4(6170 6201 6202 6171) +4(2 33 34 3) +4(33 64 65 34) +4(64 95 96 65) +4(95 126 127 96) +4(126 157 158 127) +4(157 188 189 158) +4(188 219 220 189) +4(219 250 251 220) +4(250 281 282 251) +4(281 312 313 282) +4(312 343 344 313) +4(343 374 375 344) +4(374 405 406 375) +4(405 436 437 406) +4(436 467 468 437) +4(467 498 499 468) +4(498 529 530 499) +4(529 560 561 530) +4(560 591 592 561) +4(591 622 623 592) +4(622 653 654 623) +4(653 684 685 654) +4(684 715 716 685) +4(715 746 747 716) +4(746 777 778 747) +4(777 808 809 778) +4(808 839 840 809) +4(839 870 871 840) +4(870 901 902 871) +4(901 932 933 902) +4(932 963 964 933) +4(963 994 995 964) +4(994 1025 1026 995) +4(1025 1056 1057 1026) +4(1056 1087 1088 1057) +4(1087 1118 1119 1088) +4(1118 1149 1150 1119) +4(1149 1180 1181 1150) +4(1180 1211 1212 1181) +4(1211 1242 1243 1212) +4(1242 1273 1274 1243) +4(1273 1304 1305 1274) +4(1304 1335 1336 1305) +4(1335 1366 1367 1336) +4(1366 1397 1398 1367) +4(1397 1428 1429 1398) +4(1428 1459 1460 1429) +4(1459 1490 1491 1460) +4(1490 1521 1522 1491) +4(1521 1552 1553 1522) +4(1552 1583 1584 1553) +4(1583 1614 1615 1584) +4(1614 1645 1646 1615) +4(1645 1676 1677 1646) +4(1676 1707 1708 1677) +4(1707 1738 1739 1708) +4(1738 1769 1770 1739) +4(1769 1800 1801 1770) +4(1800 1831 1832 1801) +4(1831 1862 1863 1832) +4(1862 1893 1894 1863) +4(1893 1924 1925 1894) +4(1924 1955 1956 1925) +4(1955 1986 1987 1956) +4(1986 2017 2018 1987) +4(2017 2048 2049 2018) +4(2048 2079 2080 2049) +4(2079 2110 2111 2080) +4(2110 2141 2142 2111) +4(2141 2172 2173 2142) +4(2172 2203 2204 2173) +4(2203 2234 2235 2204) +4(2234 2265 2266 2235) +4(2265 2296 2297 2266) +4(2296 2327 2328 2297) +4(2327 2358 2359 2328) +4(2358 2389 2390 2359) +4(2389 2420 2421 2390) +4(2420 2451 2452 2421) +4(2451 2482 2483 2452) +4(2482 2513 2514 2483) +4(2513 2544 2545 2514) +4(2544 2575 2576 2545) +4(2575 2606 2607 2576) +4(2606 2637 2638 2607) +4(2637 2668 2669 2638) +4(2668 2699 2700 2669) +4(2699 2730 2731 2700) +4(2730 2761 2762 2731) +4(2761 2792 2793 2762) +4(2792 2823 2824 2793) +4(2823 2854 2855 2824) +4(2854 2885 2886 2855) +4(2885 2916 2917 2886) +4(2916 2947 2948 2917) +4(2947 2978 2979 2948) +4(2978 3009 3010 2979) +4(3009 3040 3041 3010) +4(3040 3071 3072 3041) +4(3071 3102 3103 3072) +4(3102 3133 3134 3103) +4(3133 3164 3165 3134) +4(3164 3195 3196 3165) +4(3195 3226 3227 3196) +4(3226 3257 3258 3227) +4(3257 3288 3289 3258) +4(3288 3319 3320 3289) +4(3319 3350 3351 3320) +4(3350 3381 3382 3351) +4(3381 3412 3413 3382) +4(3412 3443 3444 3413) +4(3443 3474 3475 3444) +4(3474 3505 3506 3475) +4(3505 3536 3537 3506) +4(3536 3567 3568 3537) +4(3567 3598 3599 3568) +4(3598 3629 3630 3599) +4(3629 3660 3661 3630) +4(3660 3691 3692 3661) +4(3691 3722 3723 3692) +4(3722 3753 3754 3723) +4(3753 3784 3785 3754) +4(3784 3815 3816 3785) +4(3815 3846 3847 3816) +4(3846 3877 3878 3847) +4(3877 3908 3909 3878) +4(3908 3939 3940 3909) +4(3939 3970 3971 3940) +4(3970 4001 4002 3971) +4(4001 4032 4033 4002) +4(4032 4063 4064 4033) +4(4063 4094 4095 4064) +4(4094 4125 4126 4095) +4(4125 4156 4157 4126) +4(4156 4187 4188 4157) +4(4187 4218 4219 4188) +4(4218 4249 4250 4219) +4(4249 4280 4281 4250) +4(4280 4311 4312 4281) +4(4311 4342 4343 4312) +4(4342 4373 4374 4343) +4(4373 4404 4405 4374) +4(4404 4435 4436 4405) +4(4435 4466 4467 4436) +4(4466 4497 4498 4467) +4(4497 4528 4529 4498) +4(4528 4559 4560 4529) +4(4559 4590 4591 4560) +4(4590 4621 4622 4591) +4(4621 4652 4653 4622) +4(4652 4683 4684 4653) +4(4683 4714 4715 4684) +4(4714 4745 4746 4715) +4(4745 4776 4777 4746) +4(4776 4807 4808 4777) +4(4807 4838 4839 4808) +4(4838 4869 4870 4839) +4(4869 4900 4901 4870) +4(4900 4931 4932 4901) +4(4931 4962 4963 4932) +4(4962 4993 4994 4963) +4(4993 5024 5025 4994) +4(5024 5055 5056 5025) +4(5055 5086 5087 5056) +4(5086 5117 5118 5087) +4(5117 5148 5149 5118) +4(5148 5179 5180 5149) +4(5179 5210 5211 5180) +4(5210 5241 5242 5211) +4(5241 5272 5273 5242) +4(5272 5303 5304 5273) +4(5303 5334 5335 5304) +4(5334 5365 5366 5335) +4(5365 5396 5397 5366) +4(5396 5427 5428 5397) +4(5427 5458 5459 5428) +4(5458 5489 5490 5459) +4(5489 5520 5521 5490) +4(5520 5551 5552 5521) +4(5551 5582 5583 5552) +4(5582 5613 5614 5583) +4(5613 5644 5645 5614) +4(5644 5675 5676 5645) +4(5675 5706 5707 5676) +4(5706 5737 5738 5707) +4(5737 5768 5769 5738) +4(5768 5799 5800 5769) +4(5799 5830 5831 5800) +4(5830 5861 5862 5831) +4(5861 5892 5893 5862) +4(5892 5923 5924 5893) +4(5923 5954 5955 5924) +4(5954 5985 5986 5955) +4(5985 6016 6017 5986) +4(6016 6047 6048 6017) +4(6047 6078 6079 6048) +4(6078 6109 6110 6079) +4(6109 6140 6141 6110) +4(6140 6171 6172 6141) +4(6171 6202 6203 6172) +4(3 34 35 4) +4(34 65 66 35) +4(65 96 97 66) +4(96 127 128 97) +4(127 158 159 128) +4(158 189 190 159) +4(189 220 221 190) +4(220 251 252 221) +4(251 282 283 252) +4(282 313 314 283) +4(313 344 345 314) +4(344 375 376 345) +4(375 406 407 376) +4(406 437 438 407) +4(437 468 469 438) +4(468 499 500 469) +4(499 530 531 500) +4(530 561 562 531) +4(561 592 593 562) +4(592 623 624 593) +4(623 654 655 624) +4(654 685 686 655) +4(685 716 717 686) +4(716 747 748 717) +4(747 778 779 748) +4(778 809 810 779) +4(809 840 841 810) +4(840 871 872 841) +4(871 902 903 872) +4(902 933 934 903) +4(933 964 965 934) +4(964 995 996 965) +4(995 1026 1027 996) +4(1026 1057 1058 1027) +4(1057 1088 1089 1058) +4(1088 1119 1120 1089) +4(1119 1150 1151 1120) +4(1150 1181 1182 1151) +4(1181 1212 1213 1182) +4(1212 1243 1244 1213) +4(1243 1274 1275 1244) +4(1274 1305 1306 1275) +4(1305 1336 1337 1306) +4(1336 1367 1368 1337) +4(1367 1398 1399 1368) +4(1398 1429 1430 1399) +4(1429 1460 1461 1430) +4(1460 1491 1492 1461) +4(1491 1522 1523 1492) +4(1522 1553 1554 1523) +4(1553 1584 1585 1554) +4(1584 1615 1616 1585) +4(1615 1646 1647 1616) +4(1646 1677 1678 1647) +4(1677 1708 1709 1678) +4(1708 1739 1740 1709) +4(1739 1770 1771 1740) +4(1770 1801 1802 1771) +4(1801 1832 1833 1802) +4(1832 1863 1864 1833) +4(1863 1894 1895 1864) +4(1894 1925 1926 1895) +4(1925 1956 1957 1926) +4(1956 1987 1988 1957) +4(1987 2018 2019 1988) +4(2018 2049 2050 2019) +4(2049 2080 2081 2050) +4(2080 2111 2112 2081) +4(2111 2142 2143 2112) +4(2142 2173 2174 2143) +4(2173 2204 2205 2174) +4(2204 2235 2236 2205) +4(2235 2266 2267 2236) +4(2266 2297 2298 2267) +4(2297 2328 2329 2298) +4(2328 2359 2360 2329) +4(2359 2390 2391 2360) +4(2390 2421 2422 2391) +4(2421 2452 2453 2422) +4(2452 2483 2484 2453) +4(2483 2514 2515 2484) +4(2514 2545 2546 2515) +4(2545 2576 2577 2546) +4(2576 2607 2608 2577) +4(2607 2638 2639 2608) +4(2638 2669 2670 2639) +4(2669 2700 2701 2670) +4(2700 2731 2732 2701) +4(2731 2762 2763 2732) +4(2762 2793 2794 2763) +4(2793 2824 2825 2794) +4(2824 2855 2856 2825) +4(2855 2886 2887 2856) +4(2886 2917 2918 2887) +4(2917 2948 2949 2918) +4(2948 2979 2980 2949) +4(2979 3010 3011 2980) +4(3010 3041 3042 3011) +4(3041 3072 3073 3042) +4(3072 3103 3104 3073) +4(3103 3134 3135 3104) +4(3134 3165 3166 3135) +4(3165 3196 3197 3166) +4(3196 3227 3228 3197) +4(3227 3258 3259 3228) +4(3258 3289 3290 3259) +4(3289 3320 3321 3290) +4(3320 3351 3352 3321) +4(3351 3382 3383 3352) +4(3382 3413 3414 3383) +4(3413 3444 3445 3414) +4(3444 3475 3476 3445) +4(3475 3506 3507 3476) +4(3506 3537 3538 3507) +4(3537 3568 3569 3538) +4(3568 3599 3600 3569) +4(3599 3630 3631 3600) +4(3630 3661 3662 3631) +4(3661 3692 3693 3662) +4(3692 3723 3724 3693) +4(3723 3754 3755 3724) +4(3754 3785 3786 3755) +4(3785 3816 3817 3786) +4(3816 3847 3848 3817) +4(3847 3878 3879 3848) +4(3878 3909 3910 3879) +4(3909 3940 3941 3910) +4(3940 3971 3972 3941) +4(3971 4002 4003 3972) +4(4002 4033 4034 4003) +4(4033 4064 4065 4034) +4(4064 4095 4096 4065) +4(4095 4126 4127 4096) +4(4126 4157 4158 4127) +4(4157 4188 4189 4158) +4(4188 4219 4220 4189) +4(4219 4250 4251 4220) +4(4250 4281 4282 4251) +4(4281 4312 4313 4282) +4(4312 4343 4344 4313) +4(4343 4374 4375 4344) +4(4374 4405 4406 4375) +4(4405 4436 4437 4406) +4(4436 4467 4468 4437) +4(4467 4498 4499 4468) +4(4498 4529 4530 4499) +4(4529 4560 4561 4530) +4(4560 4591 4592 4561) +4(4591 4622 4623 4592) +4(4622 4653 4654 4623) +4(4653 4684 4685 4654) +4(4684 4715 4716 4685) +4(4715 4746 4747 4716) +4(4746 4777 4778 4747) +4(4777 4808 4809 4778) +4(4808 4839 4840 4809) +4(4839 4870 4871 4840) +4(4870 4901 4902 4871) +4(4901 4932 4933 4902) +4(4932 4963 4964 4933) +4(4963 4994 4995 4964) +4(4994 5025 5026 4995) +4(5025 5056 5057 5026) +4(5056 5087 5088 5057) +4(5087 5118 5119 5088) +4(5118 5149 5150 5119) +4(5149 5180 5181 5150) +4(5180 5211 5212 5181) +4(5211 5242 5243 5212) +4(5242 5273 5274 5243) +4(5273 5304 5305 5274) +4(5304 5335 5336 5305) +4(5335 5366 5367 5336) +4(5366 5397 5398 5367) +4(5397 5428 5429 5398) +4(5428 5459 5460 5429) +4(5459 5490 5491 5460) +4(5490 5521 5522 5491) +4(5521 5552 5553 5522) +4(5552 5583 5584 5553) +4(5583 5614 5615 5584) +4(5614 5645 5646 5615) +4(5645 5676 5677 5646) +4(5676 5707 5708 5677) +4(5707 5738 5739 5708) +4(5738 5769 5770 5739) +4(5769 5800 5801 5770) +4(5800 5831 5832 5801) +4(5831 5862 5863 5832) +4(5862 5893 5894 5863) +4(5893 5924 5925 5894) +4(5924 5955 5956 5925) +4(5955 5986 5987 5956) +4(5986 6017 6018 5987) +4(6017 6048 6049 6018) +4(6048 6079 6080 6049) +4(6079 6110 6111 6080) +4(6110 6141 6142 6111) +4(6141 6172 6173 6142) +4(6172 6203 6204 6173) +4(4 35 36 5) +4(35 66 67 36) +4(66 97 98 67) +4(97 128 129 98) +4(128 159 160 129) +4(159 190 191 160) +4(190 221 222 191) +4(221 252 253 222) +4(252 283 284 253) +4(283 314 315 284) +4(314 345 346 315) +4(345 376 377 346) +4(376 407 408 377) +4(407 438 439 408) +4(438 469 470 439) +4(469 500 501 470) +4(500 531 532 501) +4(531 562 563 532) +4(562 593 594 563) +4(593 624 625 594) +4(624 655 656 625) +4(655 686 687 656) +4(686 717 718 687) +4(717 748 749 718) +4(748 779 780 749) +4(779 810 811 780) +4(810 841 842 811) +4(841 872 873 842) +4(872 903 904 873) +4(903 934 935 904) +4(934 965 966 935) +4(965 996 997 966) +4(996 1027 1028 997) +4(1027 1058 1059 1028) +4(1058 1089 1090 1059) +4(1089 1120 1121 1090) +4(1120 1151 1152 1121) +4(1151 1182 1183 1152) +4(1182 1213 1214 1183) +4(1213 1244 1245 1214) +4(1244 1275 1276 1245) +4(1275 1306 1307 1276) +4(1306 1337 1338 1307) +4(1337 1368 1369 1338) +4(1368 1399 1400 1369) +4(1399 1430 1431 1400) +4(1430 1461 1462 1431) +4(1461 1492 1493 1462) +4(1492 1523 1524 1493) +4(1523 1554 1555 1524) +4(1554 1585 1586 1555) +4(1585 1616 1617 1586) +4(1616 1647 1648 1617) +4(1647 1678 1679 1648) +4(1678 1709 1710 1679) +4(1709 1740 1741 1710) +4(1740 1771 1772 1741) +4(1771 1802 1803 1772) +4(1802 1833 1834 1803) +4(1833 1864 1865 1834) +4(1864 1895 1896 1865) +4(1895 1926 1927 1896) +4(1926 1957 1958 1927) +4(1957 1988 1989 1958) +4(1988 2019 2020 1989) +4(2019 2050 2051 2020) +4(2050 2081 2082 2051) +4(2081 2112 2113 2082) +4(2112 2143 2144 2113) +4(2143 2174 2175 2144) +4(2174 2205 2206 2175) +4(2205 2236 2237 2206) +4(2236 2267 2268 2237) +4(2267 2298 2299 2268) +4(2298 2329 2330 2299) +4(2329 2360 2361 2330) +4(2360 2391 2392 2361) +4(2391 2422 2423 2392) +4(2422 2453 2454 2423) +4(2453 2484 2485 2454) +4(2484 2515 2516 2485) +4(2515 2546 2547 2516) +4(2546 2577 2578 2547) +4(2577 2608 2609 2578) +4(2608 2639 2640 2609) +4(2639 2670 2671 2640) +4(2670 2701 2702 2671) +4(2701 2732 2733 2702) +4(2732 2763 2764 2733) +4(2763 2794 2795 2764) +4(2794 2825 2826 2795) +4(2825 2856 2857 2826) +4(2856 2887 2888 2857) +4(2887 2918 2919 2888) +4(2918 2949 2950 2919) +4(2949 2980 2981 2950) +4(2980 3011 3012 2981) +4(3011 3042 3043 3012) +4(3042 3073 3074 3043) +4(3073 3104 3105 3074) +4(3104 3135 3136 3105) +4(3135 3166 3167 3136) +4(3166 3197 3198 3167) +4(3197 3228 3229 3198) +4(3228 3259 3260 3229) +4(3259 3290 3291 3260) +4(3290 3321 3322 3291) +4(3321 3352 3353 3322) +4(3352 3383 3384 3353) +4(3383 3414 3415 3384) +4(3414 3445 3446 3415) +4(3445 3476 3477 3446) +4(3476 3507 3508 3477) +4(3507 3538 3539 3508) +4(3538 3569 3570 3539) +4(3569 3600 3601 3570) +4(3600 3631 3632 3601) +4(3631 3662 3663 3632) +4(3662 3693 3694 3663) +4(3693 3724 3725 3694) +4(3724 3755 3756 3725) +4(3755 3786 3787 3756) +4(3786 3817 3818 3787) +4(3817 3848 3849 3818) +4(3848 3879 3880 3849) +4(3879 3910 3911 3880) +4(3910 3941 3942 3911) +4(3941 3972 3973 3942) +4(3972 4003 4004 3973) +4(4003 4034 4035 4004) +4(4034 4065 4066 4035) +4(4065 4096 4097 4066) +4(4096 4127 4128 4097) +4(4127 4158 4159 4128) +4(4158 4189 4190 4159) +4(4189 4220 4221 4190) +4(4220 4251 4252 4221) +4(4251 4282 4283 4252) +4(4282 4313 4314 4283) +4(4313 4344 4345 4314) +4(4344 4375 4376 4345) +4(4375 4406 4407 4376) +4(4406 4437 4438 4407) +4(4437 4468 4469 4438) +4(4468 4499 4500 4469) +4(4499 4530 4531 4500) +4(4530 4561 4562 4531) +4(4561 4592 4593 4562) +4(4592 4623 4624 4593) +4(4623 4654 4655 4624) +4(4654 4685 4686 4655) +4(4685 4716 4717 4686) +4(4716 4747 4748 4717) +4(4747 4778 4779 4748) +4(4778 4809 4810 4779) +4(4809 4840 4841 4810) +4(4840 4871 4872 4841) +4(4871 4902 4903 4872) +4(4902 4933 4934 4903) +4(4933 4964 4965 4934) +4(4964 4995 4996 4965) +4(4995 5026 5027 4996) +4(5026 5057 5058 5027) +4(5057 5088 5089 5058) +4(5088 5119 5120 5089) +4(5119 5150 5151 5120) +4(5150 5181 5182 5151) +4(5181 5212 5213 5182) +4(5212 5243 5244 5213) +4(5243 5274 5275 5244) +4(5274 5305 5306 5275) +4(5305 5336 5337 5306) +4(5336 5367 5368 5337) +4(5367 5398 5399 5368) +4(5398 5429 5430 5399) +4(5429 5460 5461 5430) +4(5460 5491 5492 5461) +4(5491 5522 5523 5492) +4(5522 5553 5554 5523) +4(5553 5584 5585 5554) +4(5584 5615 5616 5585) +4(5615 5646 5647 5616) +4(5646 5677 5678 5647) +4(5677 5708 5709 5678) +4(5708 5739 5740 5709) +4(5739 5770 5771 5740) +4(5770 5801 5802 5771) +4(5801 5832 5833 5802) +4(5832 5863 5864 5833) +4(5863 5894 5895 5864) +4(5894 5925 5926 5895) +4(5925 5956 5957 5926) +4(5956 5987 5988 5957) +4(5987 6018 6019 5988) +4(6018 6049 6050 6019) +4(6049 6080 6081 6050) +4(6080 6111 6112 6081) +4(6111 6142 6143 6112) +4(6142 6173 6174 6143) +4(6173 6204 6205 6174) +4(5 36 37 6) +4(36 67 68 37) +4(67 98 99 68) +4(98 129 130 99) +4(129 160 161 130) +4(160 191 192 161) +4(191 222 223 192) +4(222 253 254 223) +4(253 284 285 254) +4(284 315 316 285) +4(315 346 347 316) +4(346 377 378 347) +4(377 408 409 378) +4(408 439 440 409) +4(439 470 471 440) +4(470 501 502 471) +4(501 532 533 502) +4(532 563 564 533) +4(563 594 595 564) +4(594 625 626 595) +4(625 656 657 626) +4(656 687 688 657) +4(687 718 719 688) +4(718 749 750 719) +4(749 780 781 750) +4(780 811 812 781) +4(811 842 843 812) +4(842 873 874 843) +4(873 904 905 874) +4(904 935 936 905) +4(935 966 967 936) +4(966 997 998 967) +4(997 1028 1029 998) +4(1028 1059 1060 1029) +4(1059 1090 1091 1060) +4(1090 1121 1122 1091) +4(1121 1152 1153 1122) +4(1152 1183 1184 1153) +4(1183 1214 1215 1184) +4(1214 1245 1246 1215) +4(1245 1276 1277 1246) +4(1276 1307 1308 1277) +4(1307 1338 1339 1308) +4(1338 1369 1370 1339) +4(1369 1400 1401 1370) +4(1400 1431 1432 1401) +4(1431 1462 1463 1432) +4(1462 1493 1494 1463) +4(1493 1524 1525 1494) +4(1524 1555 1556 1525) +4(1555 1586 1587 1556) +4(1586 1617 1618 1587) +4(1617 1648 1649 1618) +4(1648 1679 1680 1649) +4(1679 1710 1711 1680) +4(1710 1741 1742 1711) +4(1741 1772 1773 1742) +4(1772 1803 1804 1773) +4(1803 1834 1835 1804) +4(1834 1865 1866 1835) +4(1865 1896 1897 1866) +4(1896 1927 1928 1897) +4(1927 1958 1959 1928) +4(1958 1989 1990 1959) +4(1989 2020 2021 1990) +4(2020 2051 2052 2021) +4(2051 2082 2083 2052) +4(2082 2113 2114 2083) +4(2113 2144 2145 2114) +4(2144 2175 2176 2145) +4(2175 2206 2207 2176) +4(2206 2237 2238 2207) +4(2237 2268 2269 2238) +4(2268 2299 2300 2269) +4(2299 2330 2331 2300) +4(2330 2361 2362 2331) +4(2361 2392 2393 2362) +4(2392 2423 2424 2393) +4(2423 2454 2455 2424) +4(2454 2485 2486 2455) +4(2485 2516 2517 2486) +4(2516 2547 2548 2517) +4(2547 2578 2579 2548) +4(2578 2609 2610 2579) +4(2609 2640 2641 2610) +4(2640 2671 2672 2641) +4(2671 2702 2703 2672) +4(2702 2733 2734 2703) +4(2733 2764 2765 2734) +4(2764 2795 2796 2765) +4(2795 2826 2827 2796) +4(2826 2857 2858 2827) +4(2857 2888 2889 2858) +4(2888 2919 2920 2889) +4(2919 2950 2951 2920) +4(2950 2981 2982 2951) +4(2981 3012 3013 2982) +4(3012 3043 3044 3013) +4(3043 3074 3075 3044) +4(3074 3105 3106 3075) +4(3105 3136 3137 3106) +4(3136 3167 3168 3137) +4(3167 3198 3199 3168) +4(3198 3229 3230 3199) +4(3229 3260 3261 3230) +4(3260 3291 3292 3261) +4(3291 3322 3323 3292) +4(3322 3353 3354 3323) +4(3353 3384 3385 3354) +4(3384 3415 3416 3385) +4(3415 3446 3447 3416) +4(3446 3477 3478 3447) +4(3477 3508 3509 3478) +4(3508 3539 3540 3509) +4(3539 3570 3571 3540) +4(3570 3601 3602 3571) +4(3601 3632 3633 3602) +4(3632 3663 3664 3633) +4(3663 3694 3695 3664) +4(3694 3725 3726 3695) +4(3725 3756 3757 3726) +4(3756 3787 3788 3757) +4(3787 3818 3819 3788) +4(3818 3849 3850 3819) +4(3849 3880 3881 3850) +4(3880 3911 3912 3881) +4(3911 3942 3943 3912) +4(3942 3973 3974 3943) +4(3973 4004 4005 3974) +4(4004 4035 4036 4005) +4(4035 4066 4067 4036) +4(4066 4097 4098 4067) +4(4097 4128 4129 4098) +4(4128 4159 4160 4129) +4(4159 4190 4191 4160) +4(4190 4221 4222 4191) +4(4221 4252 4253 4222) +4(4252 4283 4284 4253) +4(4283 4314 4315 4284) +4(4314 4345 4346 4315) +4(4345 4376 4377 4346) +4(4376 4407 4408 4377) +4(4407 4438 4439 4408) +4(4438 4469 4470 4439) +4(4469 4500 4501 4470) +4(4500 4531 4532 4501) +4(4531 4562 4563 4532) +4(4562 4593 4594 4563) +4(4593 4624 4625 4594) +4(4624 4655 4656 4625) +4(4655 4686 4687 4656) +4(4686 4717 4718 4687) +4(4717 4748 4749 4718) +4(4748 4779 4780 4749) +4(4779 4810 4811 4780) +4(4810 4841 4842 4811) +4(4841 4872 4873 4842) +4(4872 4903 4904 4873) +4(4903 4934 4935 4904) +4(4934 4965 4966 4935) +4(4965 4996 4997 4966) +4(4996 5027 5028 4997) +4(5027 5058 5059 5028) +4(5058 5089 5090 5059) +4(5089 5120 5121 5090) +4(5120 5151 5152 5121) +4(5151 5182 5183 5152) +4(5182 5213 5214 5183) +4(5213 5244 5245 5214) +4(5244 5275 5276 5245) +4(5275 5306 5307 5276) +4(5306 5337 5338 5307) +4(5337 5368 5369 5338) +4(5368 5399 5400 5369) +4(5399 5430 5431 5400) +4(5430 5461 5462 5431) +4(5461 5492 5493 5462) +4(5492 5523 5524 5493) +4(5523 5554 5555 5524) +4(5554 5585 5586 5555) +4(5585 5616 5617 5586) +4(5616 5647 5648 5617) +4(5647 5678 5679 5648) +4(5678 5709 5710 5679) +4(5709 5740 5741 5710) +4(5740 5771 5772 5741) +4(5771 5802 5803 5772) +4(5802 5833 5834 5803) +4(5833 5864 5865 5834) +4(5864 5895 5896 5865) +4(5895 5926 5927 5896) +4(5926 5957 5958 5927) +4(5957 5988 5989 5958) +4(5988 6019 6020 5989) +4(6019 6050 6051 6020) +4(6050 6081 6082 6051) +4(6081 6112 6113 6082) +4(6112 6143 6144 6113) +4(6143 6174 6175 6144) +4(6174 6205 6206 6175) +4(6 37 38 7) +4(37 68 69 38) +4(68 99 100 69) +4(99 130 131 100) +4(130 161 162 131) +4(161 192 193 162) +4(192 223 224 193) +4(223 254 255 224) +4(254 285 286 255) +4(285 316 317 286) +4(316 347 348 317) +4(347 378 379 348) +4(378 409 410 379) +4(409 440 441 410) +4(440 471 472 441) +4(471 502 503 472) +4(502 533 534 503) +4(533 564 565 534) +4(564 595 596 565) +4(595 626 627 596) +4(626 657 658 627) +4(657 688 689 658) +4(688 719 720 689) +4(719 750 751 720) +4(750 781 782 751) +4(781 812 813 782) +4(812 843 844 813) +4(843 874 875 844) +4(874 905 906 875) +4(905 936 937 906) +4(936 967 968 937) +4(967 998 999 968) +4(998 1029 1030 999) +4(1029 1060 1061 1030) +4(1060 1091 1092 1061) +4(1091 1122 1123 1092) +4(1122 1153 1154 1123) +4(1153 1184 1185 1154) +4(1184 1215 1216 1185) +4(1215 1246 1247 1216) +4(1246 1277 1278 1247) +4(1277 1308 1309 1278) +4(1308 1339 1340 1309) +4(1339 1370 1371 1340) +4(1370 1401 1402 1371) +4(1401 1432 1433 1402) +4(1432 1463 1464 1433) +4(1463 1494 1495 1464) +4(1494 1525 1526 1495) +4(1525 1556 1557 1526) +4(1556 1587 1588 1557) +4(1587 1618 1619 1588) +4(1618 1649 1650 1619) +4(1649 1680 1681 1650) +4(1680 1711 1712 1681) +4(1711 1742 1743 1712) +4(1742 1773 1774 1743) +4(1773 1804 1805 1774) +4(1804 1835 1836 1805) +4(1835 1866 1867 1836) +4(1866 1897 1898 1867) +4(1897 1928 1929 1898) +4(1928 1959 1960 1929) +4(1959 1990 1991 1960) +4(1990 2021 2022 1991) +4(2021 2052 2053 2022) +4(2052 2083 2084 2053) +4(2083 2114 2115 2084) +4(2114 2145 2146 2115) +4(2145 2176 2177 2146) +4(2176 2207 2208 2177) +4(2207 2238 2239 2208) +4(2238 2269 2270 2239) +4(2269 2300 2301 2270) +4(2300 2331 2332 2301) +4(2331 2362 2363 2332) +4(2362 2393 2394 2363) +4(2393 2424 2425 2394) +4(2424 2455 2456 2425) +4(2455 2486 2487 2456) +4(2486 2517 2518 2487) +4(2517 2548 2549 2518) +4(2548 2579 2580 2549) +4(2579 2610 2611 2580) +4(2610 2641 2642 2611) +4(2641 2672 2673 2642) +4(2672 2703 2704 2673) +4(2703 2734 2735 2704) +4(2734 2765 2766 2735) +4(2765 2796 2797 2766) +4(2796 2827 2828 2797) +4(2827 2858 2859 2828) +4(2858 2889 2890 2859) +4(2889 2920 2921 2890) +4(2920 2951 2952 2921) +4(2951 2982 2983 2952) +4(2982 3013 3014 2983) +4(3013 3044 3045 3014) +4(3044 3075 3076 3045) +4(3075 3106 3107 3076) +4(3106 3137 3138 3107) +4(3137 3168 3169 3138) +4(3168 3199 3200 3169) +4(3199 3230 3231 3200) +4(3230 3261 3262 3231) +4(3261 3292 3293 3262) +4(3292 3323 3324 3293) +4(3323 3354 3355 3324) +4(3354 3385 3386 3355) +4(3385 3416 3417 3386) +4(3416 3447 3448 3417) +4(3447 3478 3479 3448) +4(3478 3509 3510 3479) +4(3509 3540 3541 3510) +4(3540 3571 3572 3541) +4(3571 3602 3603 3572) +4(3602 3633 3634 3603) +4(3633 3664 3665 3634) +4(3664 3695 3696 3665) +4(3695 3726 3727 3696) +4(3726 3757 3758 3727) +4(3757 3788 3789 3758) +4(3788 3819 3820 3789) +4(3819 3850 3851 3820) +4(3850 3881 3882 3851) +4(3881 3912 3913 3882) +4(3912 3943 3944 3913) +4(3943 3974 3975 3944) +4(3974 4005 4006 3975) +4(4005 4036 4037 4006) +4(4036 4067 4068 4037) +4(4067 4098 4099 4068) +4(4098 4129 4130 4099) +4(4129 4160 4161 4130) +4(4160 4191 4192 4161) +4(4191 4222 4223 4192) +4(4222 4253 4254 4223) +4(4253 4284 4285 4254) +4(4284 4315 4316 4285) +4(4315 4346 4347 4316) +4(4346 4377 4378 4347) +4(4377 4408 4409 4378) +4(4408 4439 4440 4409) +4(4439 4470 4471 4440) +4(4470 4501 4502 4471) +4(4501 4532 4533 4502) +4(4532 4563 4564 4533) +4(4563 4594 4595 4564) +4(4594 4625 4626 4595) +4(4625 4656 4657 4626) +4(4656 4687 4688 4657) +4(4687 4718 4719 4688) +4(4718 4749 4750 4719) +4(4749 4780 4781 4750) +4(4780 4811 4812 4781) +4(4811 4842 4843 4812) +4(4842 4873 4874 4843) +4(4873 4904 4905 4874) +4(4904 4935 4936 4905) +4(4935 4966 4967 4936) +4(4966 4997 4998 4967) +4(4997 5028 5029 4998) +4(5028 5059 5060 5029) +4(5059 5090 5091 5060) +4(5090 5121 5122 5091) +4(5121 5152 5153 5122) +4(5152 5183 5184 5153) +4(5183 5214 5215 5184) +4(5214 5245 5246 5215) +4(5245 5276 5277 5246) +4(5276 5307 5308 5277) +4(5307 5338 5339 5308) +4(5338 5369 5370 5339) +4(5369 5400 5401 5370) +4(5400 5431 5432 5401) +4(5431 5462 5463 5432) +4(5462 5493 5494 5463) +4(5493 5524 5525 5494) +4(5524 5555 5556 5525) +4(5555 5586 5587 5556) +4(5586 5617 5618 5587) +4(5617 5648 5649 5618) +4(5648 5679 5680 5649) +4(5679 5710 5711 5680) +4(5710 5741 5742 5711) +4(5741 5772 5773 5742) +4(5772 5803 5804 5773) +4(5803 5834 5835 5804) +4(5834 5865 5866 5835) +4(5865 5896 5897 5866) +4(5896 5927 5928 5897) +4(5927 5958 5959 5928) +4(5958 5989 5990 5959) +4(5989 6020 6021 5990) +4(6020 6051 6052 6021) +4(6051 6082 6083 6052) +4(6082 6113 6114 6083) +4(6113 6144 6145 6114) +4(6144 6175 6176 6145) +4(6175 6206 6207 6176) +4(7 38 39 8) +4(38 69 70 39) +4(69 100 101 70) +4(100 131 132 101) +4(131 162 163 132) +4(162 193 194 163) +4(193 224 225 194) +4(224 255 256 225) +4(255 286 287 256) +4(286 317 318 287) +4(317 348 349 318) +4(348 379 380 349) +4(379 410 411 380) +4(410 441 442 411) +4(441 472 473 442) +4(472 503 504 473) +4(503 534 535 504) +4(534 565 566 535) +4(565 596 597 566) +4(596 627 628 597) +4(627 658 659 628) +4(658 689 690 659) +4(689 720 721 690) +4(720 751 752 721) +4(751 782 783 752) +4(782 813 814 783) +4(813 844 845 814) +4(844 875 876 845) +4(875 906 907 876) +4(906 937 938 907) +4(937 968 969 938) +4(968 999 1000 969) +4(999 1030 1031 1000) +4(1030 1061 1062 1031) +4(1061 1092 1093 1062) +4(1092 1123 1124 1093) +4(1123 1154 1155 1124) +4(1154 1185 1186 1155) +4(1185 1216 1217 1186) +4(1216 1247 1248 1217) +4(1247 1278 1279 1248) +4(1278 1309 1310 1279) +4(1309 1340 1341 1310) +4(1340 1371 1372 1341) +4(1371 1402 1403 1372) +4(1402 1433 1434 1403) +4(1433 1464 1465 1434) +4(1464 1495 1496 1465) +4(1495 1526 1527 1496) +4(1526 1557 1558 1527) +4(1557 1588 1589 1558) +4(1588 1619 1620 1589) +4(1619 1650 1651 1620) +4(1650 1681 1682 1651) +4(1681 1712 1713 1682) +4(1712 1743 1744 1713) +4(1743 1774 1775 1744) +4(1774 1805 1806 1775) +4(1805 1836 1837 1806) +4(1836 1867 1868 1837) +4(1867 1898 1899 1868) +4(1898 1929 1930 1899) +4(1929 1960 1961 1930) +4(1960 1991 1992 1961) +4(1991 2022 2023 1992) +4(2022 2053 2054 2023) +4(2053 2084 2085 2054) +4(2084 2115 2116 2085) +4(2115 2146 2147 2116) +4(2146 2177 2178 2147) +4(2177 2208 2209 2178) +4(2208 2239 2240 2209) +4(2239 2270 2271 2240) +4(2270 2301 2302 2271) +4(2301 2332 2333 2302) +4(2332 2363 2364 2333) +4(2363 2394 2395 2364) +4(2394 2425 2426 2395) +4(2425 2456 2457 2426) +4(2456 2487 2488 2457) +4(2487 2518 2519 2488) +4(2518 2549 2550 2519) +4(2549 2580 2581 2550) +4(2580 2611 2612 2581) +4(2611 2642 2643 2612) +4(2642 2673 2674 2643) +4(2673 2704 2705 2674) +4(2704 2735 2736 2705) +4(2735 2766 2767 2736) +4(2766 2797 2798 2767) +4(2797 2828 2829 2798) +4(2828 2859 2860 2829) +4(2859 2890 2891 2860) +4(2890 2921 2922 2891) +4(2921 2952 2953 2922) +4(2952 2983 2984 2953) +4(2983 3014 3015 2984) +4(3014 3045 3046 3015) +4(3045 3076 3077 3046) +4(3076 3107 3108 3077) +4(3107 3138 3139 3108) +4(3138 3169 3170 3139) +4(3169 3200 3201 3170) +4(3200 3231 3232 3201) +4(3231 3262 3263 3232) +4(3262 3293 3294 3263) +4(3293 3324 3325 3294) +4(3324 3355 3356 3325) +4(3355 3386 3387 3356) +4(3386 3417 3418 3387) +4(3417 3448 3449 3418) +4(3448 3479 3480 3449) +4(3479 3510 3511 3480) +4(3510 3541 3542 3511) +4(3541 3572 3573 3542) +4(3572 3603 3604 3573) +4(3603 3634 3635 3604) +4(3634 3665 3666 3635) +4(3665 3696 3697 3666) +4(3696 3727 3728 3697) +4(3727 3758 3759 3728) +4(3758 3789 3790 3759) +4(3789 3820 3821 3790) +4(3820 3851 3852 3821) +4(3851 3882 3883 3852) +4(3882 3913 3914 3883) +4(3913 3944 3945 3914) +4(3944 3975 3976 3945) +4(3975 4006 4007 3976) +4(4006 4037 4038 4007) +4(4037 4068 4069 4038) +4(4068 4099 4100 4069) +4(4099 4130 4131 4100) +4(4130 4161 4162 4131) +4(4161 4192 4193 4162) +4(4192 4223 4224 4193) +4(4223 4254 4255 4224) +4(4254 4285 4286 4255) +4(4285 4316 4317 4286) +4(4316 4347 4348 4317) +4(4347 4378 4379 4348) +4(4378 4409 4410 4379) +4(4409 4440 4441 4410) +4(4440 4471 4472 4441) +4(4471 4502 4503 4472) +4(4502 4533 4534 4503) +4(4533 4564 4565 4534) +4(4564 4595 4596 4565) +4(4595 4626 4627 4596) +4(4626 4657 4658 4627) +4(4657 4688 4689 4658) +4(4688 4719 4720 4689) +4(4719 4750 4751 4720) +4(4750 4781 4782 4751) +4(4781 4812 4813 4782) +4(4812 4843 4844 4813) +4(4843 4874 4875 4844) +4(4874 4905 4906 4875) +4(4905 4936 4937 4906) +4(4936 4967 4968 4937) +4(4967 4998 4999 4968) +4(4998 5029 5030 4999) +4(5029 5060 5061 5030) +4(5060 5091 5092 5061) +4(5091 5122 5123 5092) +4(5122 5153 5154 5123) +4(5153 5184 5185 5154) +4(5184 5215 5216 5185) +4(5215 5246 5247 5216) +4(5246 5277 5278 5247) +4(5277 5308 5309 5278) +4(5308 5339 5340 5309) +4(5339 5370 5371 5340) +4(5370 5401 5402 5371) +4(5401 5432 5433 5402) +4(5432 5463 5464 5433) +4(5463 5494 5495 5464) +4(5494 5525 5526 5495) +4(5525 5556 5557 5526) +4(5556 5587 5588 5557) +4(5587 5618 5619 5588) +4(5618 5649 5650 5619) +4(5649 5680 5681 5650) +4(5680 5711 5712 5681) +4(5711 5742 5743 5712) +4(5742 5773 5774 5743) +4(5773 5804 5805 5774) +4(5804 5835 5836 5805) +4(5835 5866 5867 5836) +4(5866 5897 5898 5867) +4(5897 5928 5929 5898) +4(5928 5959 5960 5929) +4(5959 5990 5991 5960) +4(5990 6021 6022 5991) +4(6021 6052 6053 6022) +4(6052 6083 6084 6053) +4(6083 6114 6115 6084) +4(6114 6145 6146 6115) +4(6145 6176 6177 6146) +4(6176 6207 6208 6177) +4(8 39 40 9) +4(39 70 71 40) +4(70 101 102 71) +4(101 132 133 102) +4(132 163 164 133) +4(163 194 195 164) +4(194 225 226 195) +4(225 256 257 226) +4(256 287 288 257) +4(287 318 319 288) +4(318 349 350 319) +4(349 380 381 350) +4(380 411 412 381) +4(411 442 443 412) +4(442 473 474 443) +4(473 504 505 474) +4(504 535 536 505) +4(535 566 567 536) +4(566 597 598 567) +4(597 628 629 598) +4(628 659 660 629) +4(659 690 691 660) +4(690 721 722 691) +4(721 752 753 722) +4(752 783 784 753) +4(783 814 815 784) +4(814 845 846 815) +4(845 876 877 846) +4(876 907 908 877) +4(907 938 939 908) +4(938 969 970 939) +4(969 1000 1001 970) +4(1000 1031 1032 1001) +4(1031 1062 1063 1032) +4(1062 1093 1094 1063) +4(1093 1124 1125 1094) +4(1124 1155 1156 1125) +4(1155 1186 1187 1156) +4(1186 1217 1218 1187) +4(1217 1248 1249 1218) +4(1248 1279 1280 1249) +4(1279 1310 1311 1280) +4(1310 1341 1342 1311) +4(1341 1372 1373 1342) +4(1372 1403 1404 1373) +4(1403 1434 1435 1404) +4(1434 1465 1466 1435) +4(1465 1496 1497 1466) +4(1496 1527 1528 1497) +4(1527 1558 1559 1528) +4(1558 1589 1590 1559) +4(1589 1620 1621 1590) +4(1620 1651 1652 1621) +4(1651 1682 1683 1652) +4(1682 1713 1714 1683) +4(1713 1744 1745 1714) +4(1744 1775 1776 1745) +4(1775 1806 1807 1776) +4(1806 1837 1838 1807) +4(1837 1868 1869 1838) +4(1868 1899 1900 1869) +4(1899 1930 1931 1900) +4(1930 1961 1962 1931) +4(1961 1992 1993 1962) +4(1992 2023 2024 1993) +4(2023 2054 2055 2024) +4(2054 2085 2086 2055) +4(2085 2116 2117 2086) +4(2116 2147 2148 2117) +4(2147 2178 2179 2148) +4(2178 2209 2210 2179) +4(2209 2240 2241 2210) +4(2240 2271 2272 2241) +4(2271 2302 2303 2272) +4(2302 2333 2334 2303) +4(2333 2364 2365 2334) +4(2364 2395 2396 2365) +4(2395 2426 2427 2396) +4(2426 2457 2458 2427) +4(2457 2488 2489 2458) +4(2488 2519 2520 2489) +4(2519 2550 2551 2520) +4(2550 2581 2582 2551) +4(2581 2612 2613 2582) +4(2612 2643 2644 2613) +4(2643 2674 2675 2644) +4(2674 2705 2706 2675) +4(2705 2736 2737 2706) +4(2736 2767 2768 2737) +4(2767 2798 2799 2768) +4(2798 2829 2830 2799) +4(2829 2860 2861 2830) +4(2860 2891 2892 2861) +4(2891 2922 2923 2892) +4(2922 2953 2954 2923) +4(2953 2984 2985 2954) +4(2984 3015 3016 2985) +4(3015 3046 3047 3016) +4(3046 3077 3078 3047) +4(3077 3108 3109 3078) +4(3108 3139 3140 3109) +4(3139 3170 3171 3140) +4(3170 3201 3202 3171) +4(3201 3232 3233 3202) +4(3232 3263 3264 3233) +4(3263 3294 3295 3264) +4(3294 3325 3326 3295) +4(3325 3356 3357 3326) +4(3356 3387 3388 3357) +4(3387 3418 3419 3388) +4(3418 3449 3450 3419) +4(3449 3480 3481 3450) +4(3480 3511 3512 3481) +4(3511 3542 3543 3512) +4(3542 3573 3574 3543) +4(3573 3604 3605 3574) +4(3604 3635 3636 3605) +4(3635 3666 3667 3636) +4(3666 3697 3698 3667) +4(3697 3728 3729 3698) +4(3728 3759 3760 3729) +4(3759 3790 3791 3760) +4(3790 3821 3822 3791) +4(3821 3852 3853 3822) +4(3852 3883 3884 3853) +4(3883 3914 3915 3884) +4(3914 3945 3946 3915) +4(3945 3976 3977 3946) +4(3976 4007 4008 3977) +4(4007 4038 4039 4008) +4(4038 4069 4070 4039) +4(4069 4100 4101 4070) +4(4100 4131 4132 4101) +4(4131 4162 4163 4132) +4(4162 4193 4194 4163) +4(4193 4224 4225 4194) +4(4224 4255 4256 4225) +4(4255 4286 4287 4256) +4(4286 4317 4318 4287) +4(4317 4348 4349 4318) +4(4348 4379 4380 4349) +4(4379 4410 4411 4380) +4(4410 4441 4442 4411) +4(4441 4472 4473 4442) +4(4472 4503 4504 4473) +4(4503 4534 4535 4504) +4(4534 4565 4566 4535) +4(4565 4596 4597 4566) +4(4596 4627 4628 4597) +4(4627 4658 4659 4628) +4(4658 4689 4690 4659) +4(4689 4720 4721 4690) +4(4720 4751 4752 4721) +4(4751 4782 4783 4752) +4(4782 4813 4814 4783) +4(4813 4844 4845 4814) +4(4844 4875 4876 4845) +4(4875 4906 4907 4876) +4(4906 4937 4938 4907) +4(4937 4968 4969 4938) +4(4968 4999 5000 4969) +4(4999 5030 5031 5000) +4(5030 5061 5062 5031) +4(5061 5092 5093 5062) +4(5092 5123 5124 5093) +4(5123 5154 5155 5124) +4(5154 5185 5186 5155) +4(5185 5216 5217 5186) +4(5216 5247 5248 5217) +4(5247 5278 5279 5248) +4(5278 5309 5310 5279) +4(5309 5340 5341 5310) +4(5340 5371 5372 5341) +4(5371 5402 5403 5372) +4(5402 5433 5434 5403) +4(5433 5464 5465 5434) +4(5464 5495 5496 5465) +4(5495 5526 5527 5496) +4(5526 5557 5558 5527) +4(5557 5588 5589 5558) +4(5588 5619 5620 5589) +4(5619 5650 5651 5620) +4(5650 5681 5682 5651) +4(5681 5712 5713 5682) +4(5712 5743 5744 5713) +4(5743 5774 5775 5744) +4(5774 5805 5806 5775) +4(5805 5836 5837 5806) +4(5836 5867 5868 5837) +4(5867 5898 5899 5868) +4(5898 5929 5930 5899) +4(5929 5960 5961 5930) +4(5960 5991 5992 5961) +4(5991 6022 6023 5992) +4(6022 6053 6054 6023) +4(6053 6084 6085 6054) +4(6084 6115 6116 6085) +4(6115 6146 6147 6116) +4(6146 6177 6178 6147) +4(6177 6208 6209 6178) +4(9 40 41 10) +4(40 71 72 41) +4(71 102 103 72) +4(102 133 134 103) +4(133 164 165 134) +4(164 195 196 165) +4(195 226 227 196) +4(226 257 258 227) +4(257 288 289 258) +4(288 319 320 289) +4(319 350 351 320) +4(350 381 382 351) +4(381 412 413 382) +4(412 443 444 413) +4(443 474 475 444) +4(474 505 506 475) +4(505 536 537 506) +4(536 567 568 537) +4(567 598 599 568) +4(598 629 630 599) +4(629 660 661 630) +4(660 691 692 661) +4(691 722 723 692) +4(722 753 754 723) +4(753 784 785 754) +4(784 815 816 785) +4(815 846 847 816) +4(846 877 878 847) +4(877 908 909 878) +4(908 939 940 909) +4(939 970 971 940) +4(970 1001 1002 971) +4(1001 1032 1033 1002) +4(1032 1063 1064 1033) +4(1063 1094 1095 1064) +4(1094 1125 1126 1095) +4(1125 1156 1157 1126) +4(1156 1187 1188 1157) +4(1187 1218 1219 1188) +4(1218 1249 1250 1219) +4(1249 1280 1281 1250) +4(1280 1311 1312 1281) +4(1311 1342 1343 1312) +4(1342 1373 1374 1343) +4(1373 1404 1405 1374) +4(1404 1435 1436 1405) +4(1435 1466 1467 1436) +4(1466 1497 1498 1467) +4(1497 1528 1529 1498) +4(1528 1559 1560 1529) +4(1559 1590 1591 1560) +4(1590 1621 1622 1591) +4(1621 1652 1653 1622) +4(1652 1683 1684 1653) +4(1683 1714 1715 1684) +4(1714 1745 1746 1715) +4(1745 1776 1777 1746) +4(1776 1807 1808 1777) +4(1807 1838 1839 1808) +4(1838 1869 1870 1839) +4(1869 1900 1901 1870) +4(1900 1931 1932 1901) +4(1931 1962 1963 1932) +4(1962 1993 1994 1963) +4(1993 2024 2025 1994) +4(2024 2055 2056 2025) +4(2055 2086 2087 2056) +4(2086 2117 2118 2087) +4(2117 2148 2149 2118) +4(2148 2179 2180 2149) +4(2179 2210 2211 2180) +4(2210 2241 2242 2211) +4(2241 2272 2273 2242) +4(2272 2303 2304 2273) +4(2303 2334 2335 2304) +4(2334 2365 2366 2335) +4(2365 2396 2397 2366) +4(2396 2427 2428 2397) +4(2427 2458 2459 2428) +4(2458 2489 2490 2459) +4(2489 2520 2521 2490) +4(2520 2551 2552 2521) +4(2551 2582 2583 2552) +4(2582 2613 2614 2583) +4(2613 2644 2645 2614) +4(2644 2675 2676 2645) +4(2675 2706 2707 2676) +4(2706 2737 2738 2707) +4(2737 2768 2769 2738) +4(2768 2799 2800 2769) +4(2799 2830 2831 2800) +4(2830 2861 2862 2831) +4(2861 2892 2893 2862) +4(2892 2923 2924 2893) +4(2923 2954 2955 2924) +4(2954 2985 2986 2955) +4(2985 3016 3017 2986) +4(3016 3047 3048 3017) +4(3047 3078 3079 3048) +4(3078 3109 3110 3079) +4(3109 3140 3141 3110) +4(3140 3171 3172 3141) +4(3171 3202 3203 3172) +4(3202 3233 3234 3203) +4(3233 3264 3265 3234) +4(3264 3295 3296 3265) +4(3295 3326 3327 3296) +4(3326 3357 3358 3327) +4(3357 3388 3389 3358) +4(3388 3419 3420 3389) +4(3419 3450 3451 3420) +4(3450 3481 3482 3451) +4(3481 3512 3513 3482) +4(3512 3543 3544 3513) +4(3543 3574 3575 3544) +4(3574 3605 3606 3575) +4(3605 3636 3637 3606) +4(3636 3667 3668 3637) +4(3667 3698 3699 3668) +4(3698 3729 3730 3699) +4(3729 3760 3761 3730) +4(3760 3791 3792 3761) +4(3791 3822 3823 3792) +4(3822 3853 3854 3823) +4(3853 3884 3885 3854) +4(3884 3915 3916 3885) +4(3915 3946 3947 3916) +4(3946 3977 3978 3947) +4(3977 4008 4009 3978) +4(4008 4039 4040 4009) +4(4039 4070 4071 4040) +4(4070 4101 4102 4071) +4(4101 4132 4133 4102) +4(4132 4163 4164 4133) +4(4163 4194 4195 4164) +4(4194 4225 4226 4195) +4(4225 4256 4257 4226) +4(4256 4287 4288 4257) +4(4287 4318 4319 4288) +4(4318 4349 4350 4319) +4(4349 4380 4381 4350) +4(4380 4411 4412 4381) +4(4411 4442 4443 4412) +4(4442 4473 4474 4443) +4(4473 4504 4505 4474) +4(4504 4535 4536 4505) +4(4535 4566 4567 4536) +4(4566 4597 4598 4567) +4(4597 4628 4629 4598) +4(4628 4659 4660 4629) +4(4659 4690 4691 4660) +4(4690 4721 4722 4691) +4(4721 4752 4753 4722) +4(4752 4783 4784 4753) +4(4783 4814 4815 4784) +4(4814 4845 4846 4815) +4(4845 4876 4877 4846) +4(4876 4907 4908 4877) +4(4907 4938 4939 4908) +4(4938 4969 4970 4939) +4(4969 5000 5001 4970) +4(5000 5031 5032 5001) +4(5031 5062 5063 5032) +4(5062 5093 5094 5063) +4(5093 5124 5125 5094) +4(5124 5155 5156 5125) +4(5155 5186 5187 5156) +4(5186 5217 5218 5187) +4(5217 5248 5249 5218) +4(5248 5279 5280 5249) +4(5279 5310 5311 5280) +4(5310 5341 5342 5311) +4(5341 5372 5373 5342) +4(5372 5403 5404 5373) +4(5403 5434 5435 5404) +4(5434 5465 5466 5435) +4(5465 5496 5497 5466) +4(5496 5527 5528 5497) +4(5527 5558 5559 5528) +4(5558 5589 5590 5559) +4(5589 5620 5621 5590) +4(5620 5651 5652 5621) +4(5651 5682 5683 5652) +4(5682 5713 5714 5683) +4(5713 5744 5745 5714) +4(5744 5775 5776 5745) +4(5775 5806 5807 5776) +4(5806 5837 5838 5807) +4(5837 5868 5869 5838) +4(5868 5899 5900 5869) +4(5899 5930 5931 5900) +4(5930 5961 5962 5931) +4(5961 5992 5993 5962) +4(5992 6023 6024 5993) +4(6023 6054 6055 6024) +4(6054 6085 6086 6055) +4(6085 6116 6117 6086) +4(6116 6147 6148 6117) +4(6147 6178 6179 6148) +4(6178 6209 6210 6179) +4(10 41 42 11) +4(41 72 73 42) +4(72 103 104 73) +4(103 134 135 104) +4(134 165 166 135) +4(165 196 197 166) +4(196 227 228 197) +4(227 258 259 228) +4(258 289 290 259) +4(289 320 321 290) +4(320 351 352 321) +4(351 382 383 352) +4(382 413 414 383) +4(413 444 445 414) +4(444 475 476 445) +4(475 506 507 476) +4(506 537 538 507) +4(537 568 569 538) +4(568 599 600 569) +4(599 630 631 600) +4(630 661 662 631) +4(661 692 693 662) +4(692 723 724 693) +4(723 754 755 724) +4(754 785 786 755) +4(785 816 817 786) +4(816 847 848 817) +4(847 878 879 848) +4(878 909 910 879) +4(909 940 941 910) +4(940 971 972 941) +4(971 1002 1003 972) +4(1002 1033 1034 1003) +4(1033 1064 1065 1034) +4(1064 1095 1096 1065) +4(1095 1126 1127 1096) +4(1126 1157 1158 1127) +4(1157 1188 1189 1158) +4(1188 1219 1220 1189) +4(1219 1250 1251 1220) +4(1250 1281 1282 1251) +4(1281 1312 1313 1282) +4(1312 1343 1344 1313) +4(1343 1374 1375 1344) +4(1374 1405 1406 1375) +4(1405 1436 1437 1406) +4(1436 1467 1468 1437) +4(1467 1498 1499 1468) +4(1498 1529 1530 1499) +4(1529 1560 1561 1530) +4(1560 1591 1592 1561) +4(1591 1622 1623 1592) +4(1622 1653 1654 1623) +4(1653 1684 1685 1654) +4(1684 1715 1716 1685) +4(1715 1746 1747 1716) +4(1746 1777 1778 1747) +4(1777 1808 1809 1778) +4(1808 1839 1840 1809) +4(1839 1870 1871 1840) +4(1870 1901 1902 1871) +4(1901 1932 1933 1902) +4(1932 1963 1964 1933) +4(1963 1994 1995 1964) +4(1994 2025 2026 1995) +4(2025 2056 2057 2026) +4(2056 2087 2088 2057) +4(2087 2118 2119 2088) +4(2118 2149 2150 2119) +4(2149 2180 2181 2150) +4(2180 2211 2212 2181) +4(2211 2242 2243 2212) +4(2242 2273 2274 2243) +4(2273 2304 2305 2274) +4(2304 2335 2336 2305) +4(2335 2366 2367 2336) +4(2366 2397 2398 2367) +4(2397 2428 2429 2398) +4(2428 2459 2460 2429) +4(2459 2490 2491 2460) +4(2490 2521 2522 2491) +4(2521 2552 2553 2522) +4(2552 2583 2584 2553) +4(2583 2614 2615 2584) +4(2614 2645 2646 2615) +4(2645 2676 2677 2646) +4(2676 2707 2708 2677) +4(2707 2738 2739 2708) +4(2738 2769 2770 2739) +4(2769 2800 2801 2770) +4(2800 2831 2832 2801) +4(2831 2862 2863 2832) +4(2862 2893 2894 2863) +4(2893 2924 2925 2894) +4(2924 2955 2956 2925) +4(2955 2986 2987 2956) +4(2986 3017 3018 2987) +4(3017 3048 3049 3018) +4(3048 3079 3080 3049) +4(3079 3110 3111 3080) +4(3110 3141 3142 3111) +4(3141 3172 3173 3142) +4(3172 3203 3204 3173) +4(3203 3234 3235 3204) +4(3234 3265 3266 3235) +4(3265 3296 3297 3266) +4(3296 3327 3328 3297) +4(3327 3358 3359 3328) +4(3358 3389 3390 3359) +4(3389 3420 3421 3390) +4(3420 3451 3452 3421) +4(3451 3482 3483 3452) +4(3482 3513 3514 3483) +4(3513 3544 3545 3514) +4(3544 3575 3576 3545) +4(3575 3606 3607 3576) +4(3606 3637 3638 3607) +4(3637 3668 3669 3638) +4(3668 3699 3700 3669) +4(3699 3730 3731 3700) +4(3730 3761 3762 3731) +4(3761 3792 3793 3762) +4(3792 3823 3824 3793) +4(3823 3854 3855 3824) +4(3854 3885 3886 3855) +4(3885 3916 3917 3886) +4(3916 3947 3948 3917) +4(3947 3978 3979 3948) +4(3978 4009 4010 3979) +4(4009 4040 4041 4010) +4(4040 4071 4072 4041) +4(4071 4102 4103 4072) +4(4102 4133 4134 4103) +4(4133 4164 4165 4134) +4(4164 4195 4196 4165) +4(4195 4226 4227 4196) +4(4226 4257 4258 4227) +4(4257 4288 4289 4258) +4(4288 4319 4320 4289) +4(4319 4350 4351 4320) +4(4350 4381 4382 4351) +4(4381 4412 4413 4382) +4(4412 4443 4444 4413) +4(4443 4474 4475 4444) +4(4474 4505 4506 4475) +4(4505 4536 4537 4506) +4(4536 4567 4568 4537) +4(4567 4598 4599 4568) +4(4598 4629 4630 4599) +4(4629 4660 4661 4630) +4(4660 4691 4692 4661) +4(4691 4722 4723 4692) +4(4722 4753 4754 4723) +4(4753 4784 4785 4754) +4(4784 4815 4816 4785) +4(4815 4846 4847 4816) +4(4846 4877 4878 4847) +4(4877 4908 4909 4878) +4(4908 4939 4940 4909) +4(4939 4970 4971 4940) +4(4970 5001 5002 4971) +4(5001 5032 5033 5002) +4(5032 5063 5064 5033) +4(5063 5094 5095 5064) +4(5094 5125 5126 5095) +4(5125 5156 5157 5126) +4(5156 5187 5188 5157) +4(5187 5218 5219 5188) +4(5218 5249 5250 5219) +4(5249 5280 5281 5250) +4(5280 5311 5312 5281) +4(5311 5342 5343 5312) +4(5342 5373 5374 5343) +4(5373 5404 5405 5374) +4(5404 5435 5436 5405) +4(5435 5466 5467 5436) +4(5466 5497 5498 5467) +4(5497 5528 5529 5498) +4(5528 5559 5560 5529) +4(5559 5590 5591 5560) +4(5590 5621 5622 5591) +4(5621 5652 5653 5622) +4(5652 5683 5684 5653) +4(5683 5714 5715 5684) +4(5714 5745 5746 5715) +4(5745 5776 5777 5746) +4(5776 5807 5808 5777) +4(5807 5838 5839 5808) +4(5838 5869 5870 5839) +4(5869 5900 5901 5870) +4(5900 5931 5932 5901) +4(5931 5962 5963 5932) +4(5962 5993 5994 5963) +4(5993 6024 6025 5994) +4(6024 6055 6056 6025) +4(6055 6086 6087 6056) +4(6086 6117 6118 6087) +4(6117 6148 6149 6118) +4(6148 6179 6180 6149) +4(6179 6210 6211 6180) +4(11 42 43 12) +4(42 73 74 43) +4(73 104 105 74) +4(104 135 136 105) +4(135 166 167 136) +4(166 197 198 167) +4(197 228 229 198) +4(228 259 260 229) +4(259 290 291 260) +4(290 321 322 291) +4(321 352 353 322) +4(352 383 384 353) +4(383 414 415 384) +4(414 445 446 415) +4(445 476 477 446) +4(476 507 508 477) +4(507 538 539 508) +4(538 569 570 539) +4(569 600 601 570) +4(600 631 632 601) +4(631 662 663 632) +4(662 693 694 663) +4(693 724 725 694) +4(724 755 756 725) +4(755 786 787 756) +4(786 817 818 787) +4(817 848 849 818) +4(848 879 880 849) +4(879 910 911 880) +4(910 941 942 911) +4(941 972 973 942) +4(972 1003 1004 973) +4(1003 1034 1035 1004) +4(1034 1065 1066 1035) +4(1065 1096 1097 1066) +4(1096 1127 1128 1097) +4(1127 1158 1159 1128) +4(1158 1189 1190 1159) +4(1189 1220 1221 1190) +4(1220 1251 1252 1221) +4(1251 1282 1283 1252) +4(1282 1313 1314 1283) +4(1313 1344 1345 1314) +4(1344 1375 1376 1345) +4(1375 1406 1407 1376) +4(1406 1437 1438 1407) +4(1437 1468 1469 1438) +4(1468 1499 1500 1469) +4(1499 1530 1531 1500) +4(1530 1561 1562 1531) +4(1561 1592 1593 1562) +4(1592 1623 1624 1593) +4(1623 1654 1655 1624) +4(1654 1685 1686 1655) +4(1685 1716 1717 1686) +4(1716 1747 1748 1717) +4(1747 1778 1779 1748) +4(1778 1809 1810 1779) +4(1809 1840 1841 1810) +4(1840 1871 1872 1841) +4(1871 1902 1903 1872) +4(1902 1933 1934 1903) +4(1933 1964 1965 1934) +4(1964 1995 1996 1965) +4(1995 2026 2027 1996) +4(2026 2057 2058 2027) +4(2057 2088 2089 2058) +4(2088 2119 2120 2089) +4(2119 2150 2151 2120) +4(2150 2181 2182 2151) +4(2181 2212 2213 2182) +4(2212 2243 2244 2213) +4(2243 2274 2275 2244) +4(2274 2305 2306 2275) +4(2305 2336 2337 2306) +4(2336 2367 2368 2337) +4(2367 2398 2399 2368) +4(2398 2429 2430 2399) +4(2429 2460 2461 2430) +4(2460 2491 2492 2461) +4(2491 2522 2523 2492) +4(2522 2553 2554 2523) +4(2553 2584 2585 2554) +4(2584 2615 2616 2585) +4(2615 2646 2647 2616) +4(2646 2677 2678 2647) +4(2677 2708 2709 2678) +4(2708 2739 2740 2709) +4(2739 2770 2771 2740) +4(2770 2801 2802 2771) +4(2801 2832 2833 2802) +4(2832 2863 2864 2833) +4(2863 2894 2895 2864) +4(2894 2925 2926 2895) +4(2925 2956 2957 2926) +4(2956 2987 2988 2957) +4(2987 3018 3019 2988) +4(3018 3049 3050 3019) +4(3049 3080 3081 3050) +4(3080 3111 3112 3081) +4(3111 3142 3143 3112) +4(3142 3173 3174 3143) +4(3173 3204 3205 3174) +4(3204 3235 3236 3205) +4(3235 3266 3267 3236) +4(3266 3297 3298 3267) +4(3297 3328 3329 3298) +4(3328 3359 3360 3329) +4(3359 3390 3391 3360) +4(3390 3421 3422 3391) +4(3421 3452 3453 3422) +4(3452 3483 3484 3453) +4(3483 3514 3515 3484) +4(3514 3545 3546 3515) +4(3545 3576 3577 3546) +4(3576 3607 3608 3577) +4(3607 3638 3639 3608) +4(3638 3669 3670 3639) +4(3669 3700 3701 3670) +4(3700 3731 3732 3701) +4(3731 3762 3763 3732) +4(3762 3793 3794 3763) +4(3793 3824 3825 3794) +4(3824 3855 3856 3825) +4(3855 3886 3887 3856) +4(3886 3917 3918 3887) +4(3917 3948 3949 3918) +4(3948 3979 3980 3949) +4(3979 4010 4011 3980) +4(4010 4041 4042 4011) +4(4041 4072 4073 4042) +4(4072 4103 4104 4073) +4(4103 4134 4135 4104) +4(4134 4165 4166 4135) +4(4165 4196 4197 4166) +4(4196 4227 4228 4197) +4(4227 4258 4259 4228) +4(4258 4289 4290 4259) +4(4289 4320 4321 4290) +4(4320 4351 4352 4321) +4(4351 4382 4383 4352) +4(4382 4413 4414 4383) +4(4413 4444 4445 4414) +4(4444 4475 4476 4445) +4(4475 4506 4507 4476) +4(4506 4537 4538 4507) +4(4537 4568 4569 4538) +4(4568 4599 4600 4569) +4(4599 4630 4631 4600) +4(4630 4661 4662 4631) +4(4661 4692 4693 4662) +4(4692 4723 4724 4693) +4(4723 4754 4755 4724) +4(4754 4785 4786 4755) +4(4785 4816 4817 4786) +4(4816 4847 4848 4817) +4(4847 4878 4879 4848) +4(4878 4909 4910 4879) +4(4909 4940 4941 4910) +4(4940 4971 4972 4941) +4(4971 5002 5003 4972) +4(5002 5033 5034 5003) +4(5033 5064 5065 5034) +4(5064 5095 5096 5065) +4(5095 5126 5127 5096) +4(5126 5157 5158 5127) +4(5157 5188 5189 5158) +4(5188 5219 5220 5189) +4(5219 5250 5251 5220) +4(5250 5281 5282 5251) +4(5281 5312 5313 5282) +4(5312 5343 5344 5313) +4(5343 5374 5375 5344) +4(5374 5405 5406 5375) +4(5405 5436 5437 5406) +4(5436 5467 5468 5437) +4(5467 5498 5499 5468) +4(5498 5529 5530 5499) +4(5529 5560 5561 5530) +4(5560 5591 5592 5561) +4(5591 5622 5623 5592) +4(5622 5653 5654 5623) +4(5653 5684 5685 5654) +4(5684 5715 5716 5685) +4(5715 5746 5747 5716) +4(5746 5777 5778 5747) +4(5777 5808 5809 5778) +4(5808 5839 5840 5809) +4(5839 5870 5871 5840) +4(5870 5901 5902 5871) +4(5901 5932 5933 5902) +4(5932 5963 5964 5933) +4(5963 5994 5995 5964) +4(5994 6025 6026 5995) +4(6025 6056 6057 6026) +4(6056 6087 6088 6057) +4(6087 6118 6119 6088) +4(6118 6149 6150 6119) +4(6149 6180 6181 6150) +4(6180 6211 6212 6181) +4(12 43 44 13) +4(43 74 75 44) +4(74 105 106 75) +4(105 136 137 106) +4(136 167 168 137) +4(167 198 199 168) +4(198 229 230 199) +4(229 260 261 230) +4(260 291 292 261) +4(291 322 323 292) +4(322 353 354 323) +4(353 384 385 354) +4(384 415 416 385) +4(415 446 447 416) +4(446 477 478 447) +4(477 508 509 478) +4(508 539 540 509) +4(539 570 571 540) +4(570 601 602 571) +4(601 632 633 602) +4(632 663 664 633) +4(663 694 695 664) +4(694 725 726 695) +4(725 756 757 726) +4(756 787 788 757) +4(787 818 819 788) +4(818 849 850 819) +4(849 880 881 850) +4(880 911 912 881) +4(911 942 943 912) +4(942 973 974 943) +4(973 1004 1005 974) +4(1004 1035 1036 1005) +4(1035 1066 1067 1036) +4(1066 1097 1098 1067) +4(1097 1128 1129 1098) +4(1128 1159 1160 1129) +4(1159 1190 1191 1160) +4(1190 1221 1222 1191) +4(1221 1252 1253 1222) +4(1252 1283 1284 1253) +4(1283 1314 1315 1284) +4(1314 1345 1346 1315) +4(1345 1376 1377 1346) +4(1376 1407 1408 1377) +4(1407 1438 1439 1408) +4(1438 1469 1470 1439) +4(1469 1500 1501 1470) +4(1500 1531 1532 1501) +4(1531 1562 1563 1532) +4(1562 1593 1594 1563) +4(1593 1624 1625 1594) +4(1624 1655 1656 1625) +4(1655 1686 1687 1656) +4(1686 1717 1718 1687) +4(1717 1748 1749 1718) +4(1748 1779 1780 1749) +4(1779 1810 1811 1780) +4(1810 1841 1842 1811) +4(1841 1872 1873 1842) +4(1872 1903 1904 1873) +4(1903 1934 1935 1904) +4(1934 1965 1966 1935) +4(1965 1996 1997 1966) +4(1996 2027 2028 1997) +4(2027 2058 2059 2028) +4(2058 2089 2090 2059) +4(2089 2120 2121 2090) +4(2120 2151 2152 2121) +4(2151 2182 2183 2152) +4(2182 2213 2214 2183) +4(2213 2244 2245 2214) +4(2244 2275 2276 2245) +4(2275 2306 2307 2276) +4(2306 2337 2338 2307) +4(2337 2368 2369 2338) +4(2368 2399 2400 2369) +4(2399 2430 2431 2400) +4(2430 2461 2462 2431) +4(2461 2492 2493 2462) +4(2492 2523 2524 2493) +4(2523 2554 2555 2524) +4(2554 2585 2586 2555) +4(2585 2616 2617 2586) +4(2616 2647 2648 2617) +4(2647 2678 2679 2648) +4(2678 2709 2710 2679) +4(2709 2740 2741 2710) +4(2740 2771 2772 2741) +4(2771 2802 2803 2772) +4(2802 2833 2834 2803) +4(2833 2864 2865 2834) +4(2864 2895 2896 2865) +4(2895 2926 2927 2896) +4(2926 2957 2958 2927) +4(2957 2988 2989 2958) +4(2988 3019 3020 2989) +4(3019 3050 3051 3020) +4(3050 3081 3082 3051) +4(3081 3112 3113 3082) +4(3112 3143 3144 3113) +4(3143 3174 3175 3144) +4(3174 3205 3206 3175) +4(3205 3236 3237 3206) +4(3236 3267 3268 3237) +4(3267 3298 3299 3268) +4(3298 3329 3330 3299) +4(3329 3360 3361 3330) +4(3360 3391 3392 3361) +4(3391 3422 3423 3392) +4(3422 3453 3454 3423) +4(3453 3484 3485 3454) +4(3484 3515 3516 3485) +4(3515 3546 3547 3516) +4(3546 3577 3578 3547) +4(3577 3608 3609 3578) +4(3608 3639 3640 3609) +4(3639 3670 3671 3640) +4(3670 3701 3702 3671) +4(3701 3732 3733 3702) +4(3732 3763 3764 3733) +4(3763 3794 3795 3764) +4(3794 3825 3826 3795) +4(3825 3856 3857 3826) +4(3856 3887 3888 3857) +4(3887 3918 3919 3888) +4(3918 3949 3950 3919) +4(3949 3980 3981 3950) +4(3980 4011 4012 3981) +4(4011 4042 4043 4012) +4(4042 4073 4074 4043) +4(4073 4104 4105 4074) +4(4104 4135 4136 4105) +4(4135 4166 4167 4136) +4(4166 4197 4198 4167) +4(4197 4228 4229 4198) +4(4228 4259 4260 4229) +4(4259 4290 4291 4260) +4(4290 4321 4322 4291) +4(4321 4352 4353 4322) +4(4352 4383 4384 4353) +4(4383 4414 4415 4384) +4(4414 4445 4446 4415) +4(4445 4476 4477 4446) +4(4476 4507 4508 4477) +4(4507 4538 4539 4508) +4(4538 4569 4570 4539) +4(4569 4600 4601 4570) +4(4600 4631 4632 4601) +4(4631 4662 4663 4632) +4(4662 4693 4694 4663) +4(4693 4724 4725 4694) +4(4724 4755 4756 4725) +4(4755 4786 4787 4756) +4(4786 4817 4818 4787) +4(4817 4848 4849 4818) +4(4848 4879 4880 4849) +4(4879 4910 4911 4880) +4(4910 4941 4942 4911) +4(4941 4972 4973 4942) +4(4972 5003 5004 4973) +4(5003 5034 5035 5004) +4(5034 5065 5066 5035) +4(5065 5096 5097 5066) +4(5096 5127 5128 5097) +4(5127 5158 5159 5128) +4(5158 5189 5190 5159) +4(5189 5220 5221 5190) +4(5220 5251 5252 5221) +4(5251 5282 5283 5252) +4(5282 5313 5314 5283) +4(5313 5344 5345 5314) +4(5344 5375 5376 5345) +4(5375 5406 5407 5376) +4(5406 5437 5438 5407) +4(5437 5468 5469 5438) +4(5468 5499 5500 5469) +4(5499 5530 5531 5500) +4(5530 5561 5562 5531) +4(5561 5592 5593 5562) +4(5592 5623 5624 5593) +4(5623 5654 5655 5624) +4(5654 5685 5686 5655) +4(5685 5716 5717 5686) +4(5716 5747 5748 5717) +4(5747 5778 5779 5748) +4(5778 5809 5810 5779) +4(5809 5840 5841 5810) +4(5840 5871 5872 5841) +4(5871 5902 5903 5872) +4(5902 5933 5934 5903) +4(5933 5964 5965 5934) +4(5964 5995 5996 5965) +4(5995 6026 6027 5996) +4(6026 6057 6058 6027) +4(6057 6088 6089 6058) +4(6088 6119 6120 6089) +4(6119 6150 6151 6120) +4(6150 6181 6182 6151) +4(6181 6212 6213 6182) +4(13 44 45 14) +4(44 75 76 45) +4(75 106 107 76) +4(106 137 138 107) +4(137 168 169 138) +4(168 199 200 169) +4(199 230 231 200) +4(230 261 262 231) +4(261 292 293 262) +4(292 323 324 293) +4(323 354 355 324) +4(354 385 386 355) +4(385 416 417 386) +4(416 447 448 417) +4(447 478 479 448) +4(478 509 510 479) +4(509 540 541 510) +4(540 571 572 541) +4(571 602 603 572) +4(602 633 634 603) +4(633 664 665 634) +4(664 695 696 665) +4(695 726 727 696) +4(726 757 758 727) +4(757 788 789 758) +4(788 819 820 789) +4(819 850 851 820) +4(850 881 882 851) +4(881 912 913 882) +4(912 943 944 913) +4(943 974 975 944) +4(974 1005 1006 975) +4(1005 1036 1037 1006) +4(1036 1067 1068 1037) +4(1067 1098 1099 1068) +4(1098 1129 1130 1099) +4(1129 1160 1161 1130) +4(1160 1191 1192 1161) +4(1191 1222 1223 1192) +4(1222 1253 1254 1223) +4(1253 1284 1285 1254) +4(1284 1315 1316 1285) +4(1315 1346 1347 1316) +4(1346 1377 1378 1347) +4(1377 1408 1409 1378) +4(1408 1439 1440 1409) +4(1439 1470 1471 1440) +4(1470 1501 1502 1471) +4(1501 1532 1533 1502) +4(1532 1563 1564 1533) +4(1563 1594 1595 1564) +4(1594 1625 1626 1595) +4(1625 1656 1657 1626) +4(1656 1687 1688 1657) +4(1687 1718 1719 1688) +4(1718 1749 1750 1719) +4(1749 1780 1781 1750) +4(1780 1811 1812 1781) +4(1811 1842 1843 1812) +4(1842 1873 1874 1843) +4(1873 1904 1905 1874) +4(1904 1935 1936 1905) +4(1935 1966 1967 1936) +4(1966 1997 1998 1967) +4(1997 2028 2029 1998) +4(2028 2059 2060 2029) +4(2059 2090 2091 2060) +4(2090 2121 2122 2091) +4(2121 2152 2153 2122) +4(2152 2183 2184 2153) +4(2183 2214 2215 2184) +4(2214 2245 2246 2215) +4(2245 2276 2277 2246) +4(2276 2307 2308 2277) +4(2307 2338 2339 2308) +4(2338 2369 2370 2339) +4(2369 2400 2401 2370) +4(2400 2431 2432 2401) +4(2431 2462 2463 2432) +4(2462 2493 2494 2463) +4(2493 2524 2525 2494) +4(2524 2555 2556 2525) +4(2555 2586 2587 2556) +4(2586 2617 2618 2587) +4(2617 2648 2649 2618) +4(2648 2679 2680 2649) +4(2679 2710 2711 2680) +4(2710 2741 2742 2711) +4(2741 2772 2773 2742) +4(2772 2803 2804 2773) +4(2803 2834 2835 2804) +4(2834 2865 2866 2835) +4(2865 2896 2897 2866) +4(2896 2927 2928 2897) +4(2927 2958 2959 2928) +4(2958 2989 2990 2959) +4(2989 3020 3021 2990) +4(3020 3051 3052 3021) +4(3051 3082 3083 3052) +4(3082 3113 3114 3083) +4(3113 3144 3145 3114) +4(3144 3175 3176 3145) +4(3175 3206 3207 3176) +4(3206 3237 3238 3207) +4(3237 3268 3269 3238) +4(3268 3299 3300 3269) +4(3299 3330 3331 3300) +4(3330 3361 3362 3331) +4(3361 3392 3393 3362) +4(3392 3423 3424 3393) +4(3423 3454 3455 3424) +4(3454 3485 3486 3455) +4(3485 3516 3517 3486) +4(3516 3547 3548 3517) +4(3547 3578 3579 3548) +4(3578 3609 3610 3579) +4(3609 3640 3641 3610) +4(3640 3671 3672 3641) +4(3671 3702 3703 3672) +4(3702 3733 3734 3703) +4(3733 3764 3765 3734) +4(3764 3795 3796 3765) +4(3795 3826 3827 3796) +4(3826 3857 3858 3827) +4(3857 3888 3889 3858) +4(3888 3919 3920 3889) +4(3919 3950 3951 3920) +4(3950 3981 3982 3951) +4(3981 4012 4013 3982) +4(4012 4043 4044 4013) +4(4043 4074 4075 4044) +4(4074 4105 4106 4075) +4(4105 4136 4137 4106) +4(4136 4167 4168 4137) +4(4167 4198 4199 4168) +4(4198 4229 4230 4199) +4(4229 4260 4261 4230) +4(4260 4291 4292 4261) +4(4291 4322 4323 4292) +4(4322 4353 4354 4323) +4(4353 4384 4385 4354) +4(4384 4415 4416 4385) +4(4415 4446 4447 4416) +4(4446 4477 4478 4447) +4(4477 4508 4509 4478) +4(4508 4539 4540 4509) +4(4539 4570 4571 4540) +4(4570 4601 4602 4571) +4(4601 4632 4633 4602) +4(4632 4663 4664 4633) +4(4663 4694 4695 4664) +4(4694 4725 4726 4695) +4(4725 4756 4757 4726) +4(4756 4787 4788 4757) +4(4787 4818 4819 4788) +4(4818 4849 4850 4819) +4(4849 4880 4881 4850) +4(4880 4911 4912 4881) +4(4911 4942 4943 4912) +4(4942 4973 4974 4943) +4(4973 5004 5005 4974) +4(5004 5035 5036 5005) +4(5035 5066 5067 5036) +4(5066 5097 5098 5067) +4(5097 5128 5129 5098) +4(5128 5159 5160 5129) +4(5159 5190 5191 5160) +4(5190 5221 5222 5191) +4(5221 5252 5253 5222) +4(5252 5283 5284 5253) +4(5283 5314 5315 5284) +4(5314 5345 5346 5315) +4(5345 5376 5377 5346) +4(5376 5407 5408 5377) +4(5407 5438 5439 5408) +4(5438 5469 5470 5439) +4(5469 5500 5501 5470) +4(5500 5531 5532 5501) +4(5531 5562 5563 5532) +4(5562 5593 5594 5563) +4(5593 5624 5625 5594) +4(5624 5655 5656 5625) +4(5655 5686 5687 5656) +4(5686 5717 5718 5687) +4(5717 5748 5749 5718) +4(5748 5779 5780 5749) +4(5779 5810 5811 5780) +4(5810 5841 5842 5811) +4(5841 5872 5873 5842) +4(5872 5903 5904 5873) +4(5903 5934 5935 5904) +4(5934 5965 5966 5935) +4(5965 5996 5997 5966) +4(5996 6027 6028 5997) +4(6027 6058 6059 6028) +4(6058 6089 6090 6059) +4(6089 6120 6121 6090) +4(6120 6151 6152 6121) +4(6151 6182 6183 6152) +4(6182 6213 6214 6183) +4(14 45 46 15) +4(45 76 77 46) +4(76 107 108 77) +4(107 138 139 108) +4(138 169 170 139) +4(169 200 201 170) +4(200 231 232 201) +4(231 262 263 232) +4(262 293 294 263) +4(293 324 325 294) +4(324 355 356 325) +4(355 386 387 356) +4(386 417 418 387) +4(417 448 449 418) +4(448 479 480 449) +4(479 510 511 480) +4(510 541 542 511) +4(541 572 573 542) +4(572 603 604 573) +4(603 634 635 604) +4(634 665 666 635) +4(665 696 697 666) +4(696 727 728 697) +4(727 758 759 728) +4(758 789 790 759) +4(789 820 821 790) +4(820 851 852 821) +4(851 882 883 852) +4(882 913 914 883) +4(913 944 945 914) +4(944 975 976 945) +4(975 1006 1007 976) +4(1006 1037 1038 1007) +4(1037 1068 1069 1038) +4(1068 1099 1100 1069) +4(1099 1130 1131 1100) +4(1130 1161 1162 1131) +4(1161 1192 1193 1162) +4(1192 1223 1224 1193) +4(1223 1254 1255 1224) +4(1254 1285 1286 1255) +4(1285 1316 1317 1286) +4(1316 1347 1348 1317) +4(1347 1378 1379 1348) +4(1378 1409 1410 1379) +4(1409 1440 1441 1410) +4(1440 1471 1472 1441) +4(1471 1502 1503 1472) +4(1502 1533 1534 1503) +4(1533 1564 1565 1534) +4(1564 1595 1596 1565) +4(1595 1626 1627 1596) +4(1626 1657 1658 1627) +4(1657 1688 1689 1658) +4(1688 1719 1720 1689) +4(1719 1750 1751 1720) +4(1750 1781 1782 1751) +4(1781 1812 1813 1782) +4(1812 1843 1844 1813) +4(1843 1874 1875 1844) +4(1874 1905 1906 1875) +4(1905 1936 1937 1906) +4(1936 1967 1968 1937) +4(1967 1998 1999 1968) +4(1998 2029 2030 1999) +4(2029 2060 2061 2030) +4(2060 2091 2092 2061) +4(2091 2122 2123 2092) +4(2122 2153 2154 2123) +4(2153 2184 2185 2154) +4(2184 2215 2216 2185) +4(2215 2246 2247 2216) +4(2246 2277 2278 2247) +4(2277 2308 2309 2278) +4(2308 2339 2340 2309) +4(2339 2370 2371 2340) +4(2370 2401 2402 2371) +4(2401 2432 2433 2402) +4(2432 2463 2464 2433) +4(2463 2494 2495 2464) +4(2494 2525 2526 2495) +4(2525 2556 2557 2526) +4(2556 2587 2588 2557) +4(2587 2618 2619 2588) +4(2618 2649 2650 2619) +4(2649 2680 2681 2650) +4(2680 2711 2712 2681) +4(2711 2742 2743 2712) +4(2742 2773 2774 2743) +4(2773 2804 2805 2774) +4(2804 2835 2836 2805) +4(2835 2866 2867 2836) +4(2866 2897 2898 2867) +4(2897 2928 2929 2898) +4(2928 2959 2960 2929) +4(2959 2990 2991 2960) +4(2990 3021 3022 2991) +4(3021 3052 3053 3022) +4(3052 3083 3084 3053) +4(3083 3114 3115 3084) +4(3114 3145 3146 3115) +4(3145 3176 3177 3146) +4(3176 3207 3208 3177) +4(3207 3238 3239 3208) +4(3238 3269 3270 3239) +4(3269 3300 3301 3270) +4(3300 3331 3332 3301) +4(3331 3362 3363 3332) +4(3362 3393 3394 3363) +4(3393 3424 3425 3394) +4(3424 3455 3456 3425) +4(3455 3486 3487 3456) +4(3486 3517 3518 3487) +4(3517 3548 3549 3518) +4(3548 3579 3580 3549) +4(3579 3610 3611 3580) +4(3610 3641 3642 3611) +4(3641 3672 3673 3642) +4(3672 3703 3704 3673) +4(3703 3734 3735 3704) +4(3734 3765 3766 3735) +4(3765 3796 3797 3766) +4(3796 3827 3828 3797) +4(3827 3858 3859 3828) +4(3858 3889 3890 3859) +4(3889 3920 3921 3890) +4(3920 3951 3952 3921) +4(3951 3982 3983 3952) +4(3982 4013 4014 3983) +4(4013 4044 4045 4014) +4(4044 4075 4076 4045) +4(4075 4106 4107 4076) +4(4106 4137 4138 4107) +4(4137 4168 4169 4138) +4(4168 4199 4200 4169) +4(4199 4230 4231 4200) +4(4230 4261 4262 4231) +4(4261 4292 4293 4262) +4(4292 4323 4324 4293) +4(4323 4354 4355 4324) +4(4354 4385 4386 4355) +4(4385 4416 4417 4386) +4(4416 4447 4448 4417) +4(4447 4478 4479 4448) +4(4478 4509 4510 4479) +4(4509 4540 4541 4510) +4(4540 4571 4572 4541) +4(4571 4602 4603 4572) +4(4602 4633 4634 4603) +4(4633 4664 4665 4634) +4(4664 4695 4696 4665) +4(4695 4726 4727 4696) +4(4726 4757 4758 4727) +4(4757 4788 4789 4758) +4(4788 4819 4820 4789) +4(4819 4850 4851 4820) +4(4850 4881 4882 4851) +4(4881 4912 4913 4882) +4(4912 4943 4944 4913) +4(4943 4974 4975 4944) +4(4974 5005 5006 4975) +4(5005 5036 5037 5006) +4(5036 5067 5068 5037) +4(5067 5098 5099 5068) +4(5098 5129 5130 5099) +4(5129 5160 5161 5130) +4(5160 5191 5192 5161) +4(5191 5222 5223 5192) +4(5222 5253 5254 5223) +4(5253 5284 5285 5254) +4(5284 5315 5316 5285) +4(5315 5346 5347 5316) +4(5346 5377 5378 5347) +4(5377 5408 5409 5378) +4(5408 5439 5440 5409) +4(5439 5470 5471 5440) +4(5470 5501 5502 5471) +4(5501 5532 5533 5502) +4(5532 5563 5564 5533) +4(5563 5594 5595 5564) +4(5594 5625 5626 5595) +4(5625 5656 5657 5626) +4(5656 5687 5688 5657) +4(5687 5718 5719 5688) +4(5718 5749 5750 5719) +4(5749 5780 5781 5750) +4(5780 5811 5812 5781) +4(5811 5842 5843 5812) +4(5842 5873 5874 5843) +4(5873 5904 5905 5874) +4(5904 5935 5936 5905) +4(5935 5966 5967 5936) +4(5966 5997 5998 5967) +4(5997 6028 6029 5998) +4(6028 6059 6060 6029) +4(6059 6090 6091 6060) +4(6090 6121 6122 6091) +4(6121 6152 6153 6122) +4(6152 6183 6184 6153) +4(6183 6214 6215 6184) +4(15 46 47 16) +4(46 77 78 47) +4(77 108 109 78) +4(108 139 140 109) +4(139 170 171 140) +4(170 201 202 171) +4(201 232 233 202) +4(232 263 264 233) +4(263 294 295 264) +4(294 325 326 295) +4(325 356 357 326) +4(356 387 388 357) +4(387 418 419 388) +4(418 449 450 419) +4(449 480 481 450) +4(480 511 512 481) +4(511 542 543 512) +4(542 573 574 543) +4(573 604 605 574) +4(604 635 636 605) +4(635 666 667 636) +4(666 697 698 667) +4(697 728 729 698) +4(728 759 760 729) +4(759 790 791 760) +4(790 821 822 791) +4(821 852 853 822) +4(852 883 884 853) +4(883 914 915 884) +4(914 945 946 915) +4(945 976 977 946) +4(976 1007 1008 977) +4(1007 1038 1039 1008) +4(1038 1069 1070 1039) +4(1069 1100 1101 1070) +4(1100 1131 1132 1101) +4(1131 1162 1163 1132) +4(1162 1193 1194 1163) +4(1193 1224 1225 1194) +4(1224 1255 1256 1225) +4(1255 1286 1287 1256) +4(1286 1317 1318 1287) +4(1317 1348 1349 1318) +4(1348 1379 1380 1349) +4(1379 1410 1411 1380) +4(1410 1441 1442 1411) +4(1441 1472 1473 1442) +4(1472 1503 1504 1473) +4(1503 1534 1535 1504) +4(1534 1565 1566 1535) +4(1565 1596 1597 1566) +4(1596 1627 1628 1597) +4(1627 1658 1659 1628) +4(1658 1689 1690 1659) +4(1689 1720 1721 1690) +4(1720 1751 1752 1721) +4(1751 1782 1783 1752) +4(1782 1813 1814 1783) +4(1813 1844 1845 1814) +4(1844 1875 1876 1845) +4(1875 1906 1907 1876) +4(1906 1937 1938 1907) +4(1937 1968 1969 1938) +4(1968 1999 2000 1969) +4(1999 2030 2031 2000) +4(2030 2061 2062 2031) +4(2061 2092 2093 2062) +4(2092 2123 2124 2093) +4(2123 2154 2155 2124) +4(2154 2185 2186 2155) +4(2185 2216 2217 2186) +4(2216 2247 2248 2217) +4(2247 2278 2279 2248) +4(2278 2309 2310 2279) +4(2309 2340 2341 2310) +4(2340 2371 2372 2341) +4(2371 2402 2403 2372) +4(2402 2433 2434 2403) +4(2433 2464 2465 2434) +4(2464 2495 2496 2465) +4(2495 2526 2527 2496) +4(2526 2557 2558 2527) +4(2557 2588 2589 2558) +4(2588 2619 2620 2589) +4(2619 2650 2651 2620) +4(2650 2681 2682 2651) +4(2681 2712 2713 2682) +4(2712 2743 2744 2713) +4(2743 2774 2775 2744) +4(2774 2805 2806 2775) +4(2805 2836 2837 2806) +4(2836 2867 2868 2837) +4(2867 2898 2899 2868) +4(2898 2929 2930 2899) +4(2929 2960 2961 2930) +4(2960 2991 2992 2961) +4(2991 3022 3023 2992) +4(3022 3053 3054 3023) +4(3053 3084 3085 3054) +4(3084 3115 3116 3085) +4(3115 3146 3147 3116) +4(3146 3177 3178 3147) +4(3177 3208 3209 3178) +4(3208 3239 3240 3209) +4(3239 3270 3271 3240) +4(3270 3301 3302 3271) +4(3301 3332 3333 3302) +4(3332 3363 3364 3333) +4(3363 3394 3395 3364) +4(3394 3425 3426 3395) +4(3425 3456 3457 3426) +4(3456 3487 3488 3457) +4(3487 3518 3519 3488) +4(3518 3549 3550 3519) +4(3549 3580 3581 3550) +4(3580 3611 3612 3581) +4(3611 3642 3643 3612) +4(3642 3673 3674 3643) +4(3673 3704 3705 3674) +4(3704 3735 3736 3705) +4(3735 3766 3767 3736) +4(3766 3797 3798 3767) +4(3797 3828 3829 3798) +4(3828 3859 3860 3829) +4(3859 3890 3891 3860) +4(3890 3921 3922 3891) +4(3921 3952 3953 3922) +4(3952 3983 3984 3953) +4(3983 4014 4015 3984) +4(4014 4045 4046 4015) +4(4045 4076 4077 4046) +4(4076 4107 4108 4077) +4(4107 4138 4139 4108) +4(4138 4169 4170 4139) +4(4169 4200 4201 4170) +4(4200 4231 4232 4201) +4(4231 4262 4263 4232) +4(4262 4293 4294 4263) +4(4293 4324 4325 4294) +4(4324 4355 4356 4325) +4(4355 4386 4387 4356) +4(4386 4417 4418 4387) +4(4417 4448 4449 4418) +4(4448 4479 4480 4449) +4(4479 4510 4511 4480) +4(4510 4541 4542 4511) +4(4541 4572 4573 4542) +4(4572 4603 4604 4573) +4(4603 4634 4635 4604) +4(4634 4665 4666 4635) +4(4665 4696 4697 4666) +4(4696 4727 4728 4697) +4(4727 4758 4759 4728) +4(4758 4789 4790 4759) +4(4789 4820 4821 4790) +4(4820 4851 4852 4821) +4(4851 4882 4883 4852) +4(4882 4913 4914 4883) +4(4913 4944 4945 4914) +4(4944 4975 4976 4945) +4(4975 5006 5007 4976) +4(5006 5037 5038 5007) +4(5037 5068 5069 5038) +4(5068 5099 5100 5069) +4(5099 5130 5131 5100) +4(5130 5161 5162 5131) +4(5161 5192 5193 5162) +4(5192 5223 5224 5193) +4(5223 5254 5255 5224) +4(5254 5285 5286 5255) +4(5285 5316 5317 5286) +4(5316 5347 5348 5317) +4(5347 5378 5379 5348) +4(5378 5409 5410 5379) +4(5409 5440 5441 5410) +4(5440 5471 5472 5441) +4(5471 5502 5503 5472) +4(5502 5533 5534 5503) +4(5533 5564 5565 5534) +4(5564 5595 5596 5565) +4(5595 5626 5627 5596) +4(5626 5657 5658 5627) +4(5657 5688 5689 5658) +4(5688 5719 5720 5689) +4(5719 5750 5751 5720) +4(5750 5781 5782 5751) +4(5781 5812 5813 5782) +4(5812 5843 5844 5813) +4(5843 5874 5875 5844) +4(5874 5905 5906 5875) +4(5905 5936 5937 5906) +4(5936 5967 5968 5937) +4(5967 5998 5999 5968) +4(5998 6029 6030 5999) +4(6029 6060 6061 6030) +4(6060 6091 6092 6061) +4(6091 6122 6123 6092) +4(6122 6153 6154 6123) +4(6153 6184 6185 6154) +4(6184 6215 6216 6185) +4(16 47 48 17) +4(47 78 79 48) +4(78 109 110 79) +4(109 140 141 110) +4(140 171 172 141) +4(171 202 203 172) +4(202 233 234 203) +4(233 264 265 234) +4(264 295 296 265) +4(295 326 327 296) +4(326 357 358 327) +4(357 388 389 358) +4(388 419 420 389) +4(419 450 451 420) +4(450 481 482 451) +4(481 512 513 482) +4(512 543 544 513) +4(543 574 575 544) +4(574 605 606 575) +4(605 636 637 606) +4(636 667 668 637) +4(667 698 699 668) +4(698 729 730 699) +4(729 760 761 730) +4(760 791 792 761) +4(791 822 823 792) +4(822 853 854 823) +4(853 884 885 854) +4(884 915 916 885) +4(915 946 947 916) +4(946 977 978 947) +4(977 1008 1009 978) +4(1008 1039 1040 1009) +4(1039 1070 1071 1040) +4(1070 1101 1102 1071) +4(1101 1132 1133 1102) +4(1132 1163 1164 1133) +4(1163 1194 1195 1164) +4(1194 1225 1226 1195) +4(1225 1256 1257 1226) +4(1256 1287 1288 1257) +4(1287 1318 1319 1288) +4(1318 1349 1350 1319) +4(1349 1380 1381 1350) +4(1380 1411 1412 1381) +4(1411 1442 1443 1412) +4(1442 1473 1474 1443) +4(1473 1504 1505 1474) +4(1504 1535 1536 1505) +4(1535 1566 1567 1536) +4(1566 1597 1598 1567) +4(1597 1628 1629 1598) +4(1628 1659 1660 1629) +4(1659 1690 1691 1660) +4(1690 1721 1722 1691) +4(1721 1752 1753 1722) +4(1752 1783 1784 1753) +4(1783 1814 1815 1784) +4(1814 1845 1846 1815) +4(1845 1876 1877 1846) +4(1876 1907 1908 1877) +4(1907 1938 1939 1908) +4(1938 1969 1970 1939) +4(1969 2000 2001 1970) +4(2000 2031 2032 2001) +4(2031 2062 2063 2032) +4(2062 2093 2094 2063) +4(2093 2124 2125 2094) +4(2124 2155 2156 2125) +4(2155 2186 2187 2156) +4(2186 2217 2218 2187) +4(2217 2248 2249 2218) +4(2248 2279 2280 2249) +4(2279 2310 2311 2280) +4(2310 2341 2342 2311) +4(2341 2372 2373 2342) +4(2372 2403 2404 2373) +4(2403 2434 2435 2404) +4(2434 2465 2466 2435) +4(2465 2496 2497 2466) +4(2496 2527 2528 2497) +4(2527 2558 2559 2528) +4(2558 2589 2590 2559) +4(2589 2620 2621 2590) +4(2620 2651 2652 2621) +4(2651 2682 2683 2652) +4(2682 2713 2714 2683) +4(2713 2744 2745 2714) +4(2744 2775 2776 2745) +4(2775 2806 2807 2776) +4(2806 2837 2838 2807) +4(2837 2868 2869 2838) +4(2868 2899 2900 2869) +4(2899 2930 2931 2900) +4(2930 2961 2962 2931) +4(2961 2992 2993 2962) +4(2992 3023 3024 2993) +4(3023 3054 3055 3024) +4(3054 3085 3086 3055) +4(3085 3116 3117 3086) +4(3116 3147 3148 3117) +4(3147 3178 3179 3148) +4(3178 3209 3210 3179) +4(3209 3240 3241 3210) +4(3240 3271 3272 3241) +4(3271 3302 3303 3272) +4(3302 3333 3334 3303) +4(3333 3364 3365 3334) +4(3364 3395 3396 3365) +4(3395 3426 3427 3396) +4(3426 3457 3458 3427) +4(3457 3488 3489 3458) +4(3488 3519 3520 3489) +4(3519 3550 3551 3520) +4(3550 3581 3582 3551) +4(3581 3612 3613 3582) +4(3612 3643 3644 3613) +4(3643 3674 3675 3644) +4(3674 3705 3706 3675) +4(3705 3736 3737 3706) +4(3736 3767 3768 3737) +4(3767 3798 3799 3768) +4(3798 3829 3830 3799) +4(3829 3860 3861 3830) +4(3860 3891 3892 3861) +4(3891 3922 3923 3892) +4(3922 3953 3954 3923) +4(3953 3984 3985 3954) +4(3984 4015 4016 3985) +4(4015 4046 4047 4016) +4(4046 4077 4078 4047) +4(4077 4108 4109 4078) +4(4108 4139 4140 4109) +4(4139 4170 4171 4140) +4(4170 4201 4202 4171) +4(4201 4232 4233 4202) +4(4232 4263 4264 4233) +4(4263 4294 4295 4264) +4(4294 4325 4326 4295) +4(4325 4356 4357 4326) +4(4356 4387 4388 4357) +4(4387 4418 4419 4388) +4(4418 4449 4450 4419) +4(4449 4480 4481 4450) +4(4480 4511 4512 4481) +4(4511 4542 4543 4512) +4(4542 4573 4574 4543) +4(4573 4604 4605 4574) +4(4604 4635 4636 4605) +4(4635 4666 4667 4636) +4(4666 4697 4698 4667) +4(4697 4728 4729 4698) +4(4728 4759 4760 4729) +4(4759 4790 4791 4760) +4(4790 4821 4822 4791) +4(4821 4852 4853 4822) +4(4852 4883 4884 4853) +4(4883 4914 4915 4884) +4(4914 4945 4946 4915) +4(4945 4976 4977 4946) +4(4976 5007 5008 4977) +4(5007 5038 5039 5008) +4(5038 5069 5070 5039) +4(5069 5100 5101 5070) +4(5100 5131 5132 5101) +4(5131 5162 5163 5132) +4(5162 5193 5194 5163) +4(5193 5224 5225 5194) +4(5224 5255 5256 5225) +4(5255 5286 5287 5256) +4(5286 5317 5318 5287) +4(5317 5348 5349 5318) +4(5348 5379 5380 5349) +4(5379 5410 5411 5380) +4(5410 5441 5442 5411) +4(5441 5472 5473 5442) +4(5472 5503 5504 5473) +4(5503 5534 5535 5504) +4(5534 5565 5566 5535) +4(5565 5596 5597 5566) +4(5596 5627 5628 5597) +4(5627 5658 5659 5628) +4(5658 5689 5690 5659) +4(5689 5720 5721 5690) +4(5720 5751 5752 5721) +4(5751 5782 5783 5752) +4(5782 5813 5814 5783) +4(5813 5844 5845 5814) +4(5844 5875 5876 5845) +4(5875 5906 5907 5876) +4(5906 5937 5938 5907) +4(5937 5968 5969 5938) +4(5968 5999 6000 5969) +4(5999 6030 6031 6000) +4(6030 6061 6062 6031) +4(6061 6092 6093 6062) +4(6092 6123 6124 6093) +4(6123 6154 6155 6124) +4(6154 6185 6186 6155) +4(6185 6216 6217 6186) +4(17 48 49 18) +4(48 79 80 49) +4(79 110 111 80) +4(110 141 142 111) +4(141 172 173 142) +4(172 203 204 173) +4(203 234 235 204) +4(234 265 266 235) +4(265 296 297 266) +4(296 327 328 297) +4(327 358 359 328) +4(358 389 390 359) +4(389 420 421 390) +4(420 451 452 421) +4(451 482 483 452) +4(482 513 514 483) +4(513 544 545 514) +4(544 575 576 545) +4(575 606 607 576) +4(606 637 638 607) +4(637 668 669 638) +4(668 699 700 669) +4(699 730 731 700) +4(730 761 762 731) +4(761 792 793 762) +4(792 823 824 793) +4(823 854 855 824) +4(854 885 886 855) +4(885 916 917 886) +4(916 947 948 917) +4(947 978 979 948) +4(978 1009 1010 979) +4(1009 1040 1041 1010) +4(1040 1071 1072 1041) +4(1071 1102 1103 1072) +4(1102 1133 1134 1103) +4(1133 1164 1165 1134) +4(1164 1195 1196 1165) +4(1195 1226 1227 1196) +4(1226 1257 1258 1227) +4(1257 1288 1289 1258) +4(1288 1319 1320 1289) +4(1319 1350 1351 1320) +4(1350 1381 1382 1351) +4(1381 1412 1413 1382) +4(1412 1443 1444 1413) +4(1443 1474 1475 1444) +4(1474 1505 1506 1475) +4(1505 1536 1537 1506) +4(1536 1567 1568 1537) +4(1567 1598 1599 1568) +4(1598 1629 1630 1599) +4(1629 1660 1661 1630) +4(1660 1691 1692 1661) +4(1691 1722 1723 1692) +4(1722 1753 1754 1723) +4(1753 1784 1785 1754) +4(1784 1815 1816 1785) +4(1815 1846 1847 1816) +4(1846 1877 1878 1847) +4(1877 1908 1909 1878) +4(1908 1939 1940 1909) +4(1939 1970 1971 1940) +4(1970 2001 2002 1971) +4(2001 2032 2033 2002) +4(2032 2063 2064 2033) +4(2063 2094 2095 2064) +4(2094 2125 2126 2095) +4(2125 2156 2157 2126) +4(2156 2187 2188 2157) +4(2187 2218 2219 2188) +4(2218 2249 2250 2219) +4(2249 2280 2281 2250) +4(2280 2311 2312 2281) +4(2311 2342 2343 2312) +4(2342 2373 2374 2343) +4(2373 2404 2405 2374) +4(2404 2435 2436 2405) +4(2435 2466 2467 2436) +4(2466 2497 2498 2467) +4(2497 2528 2529 2498) +4(2528 2559 2560 2529) +4(2559 2590 2591 2560) +4(2590 2621 2622 2591) +4(2621 2652 2653 2622) +4(2652 2683 2684 2653) +4(2683 2714 2715 2684) +4(2714 2745 2746 2715) +4(2745 2776 2777 2746) +4(2776 2807 2808 2777) +4(2807 2838 2839 2808) +4(2838 2869 2870 2839) +4(2869 2900 2901 2870) +4(2900 2931 2932 2901) +4(2931 2962 2963 2932) +4(2962 2993 2994 2963) +4(2993 3024 3025 2994) +4(3024 3055 3056 3025) +4(3055 3086 3087 3056) +4(3086 3117 3118 3087) +4(3117 3148 3149 3118) +4(3148 3179 3180 3149) +4(3179 3210 3211 3180) +4(3210 3241 3242 3211) +4(3241 3272 3273 3242) +4(3272 3303 3304 3273) +4(3303 3334 3335 3304) +4(3334 3365 3366 3335) +4(3365 3396 3397 3366) +4(3396 3427 3428 3397) +4(3427 3458 3459 3428) +4(3458 3489 3490 3459) +4(3489 3520 3521 3490) +4(3520 3551 3552 3521) +4(3551 3582 3583 3552) +4(3582 3613 3614 3583) +4(3613 3644 3645 3614) +4(3644 3675 3676 3645) +4(3675 3706 3707 3676) +4(3706 3737 3738 3707) +4(3737 3768 3769 3738) +4(3768 3799 3800 3769) +4(3799 3830 3831 3800) +4(3830 3861 3862 3831) +4(3861 3892 3893 3862) +4(3892 3923 3924 3893) +4(3923 3954 3955 3924) +4(3954 3985 3986 3955) +4(3985 4016 4017 3986) +4(4016 4047 4048 4017) +4(4047 4078 4079 4048) +4(4078 4109 4110 4079) +4(4109 4140 4141 4110) +4(4140 4171 4172 4141) +4(4171 4202 4203 4172) +4(4202 4233 4234 4203) +4(4233 4264 4265 4234) +4(4264 4295 4296 4265) +4(4295 4326 4327 4296) +4(4326 4357 4358 4327) +4(4357 4388 4389 4358) +4(4388 4419 4420 4389) +4(4419 4450 4451 4420) +4(4450 4481 4482 4451) +4(4481 4512 4513 4482) +4(4512 4543 4544 4513) +4(4543 4574 4575 4544) +4(4574 4605 4606 4575) +4(4605 4636 4637 4606) +4(4636 4667 4668 4637) +4(4667 4698 4699 4668) +4(4698 4729 4730 4699) +4(4729 4760 4761 4730) +4(4760 4791 4792 4761) +4(4791 4822 4823 4792) +4(4822 4853 4854 4823) +4(4853 4884 4885 4854) +4(4884 4915 4916 4885) +4(4915 4946 4947 4916) +4(4946 4977 4978 4947) +4(4977 5008 5009 4978) +4(5008 5039 5040 5009) +4(5039 5070 5071 5040) +4(5070 5101 5102 5071) +4(5101 5132 5133 5102) +4(5132 5163 5164 5133) +4(5163 5194 5195 5164) +4(5194 5225 5226 5195) +4(5225 5256 5257 5226) +4(5256 5287 5288 5257) +4(5287 5318 5319 5288) +4(5318 5349 5350 5319) +4(5349 5380 5381 5350) +4(5380 5411 5412 5381) +4(5411 5442 5443 5412) +4(5442 5473 5474 5443) +4(5473 5504 5505 5474) +4(5504 5535 5536 5505) +4(5535 5566 5567 5536) +4(5566 5597 5598 5567) +4(5597 5628 5629 5598) +4(5628 5659 5660 5629) +4(5659 5690 5691 5660) +4(5690 5721 5722 5691) +4(5721 5752 5753 5722) +4(5752 5783 5784 5753) +4(5783 5814 5815 5784) +4(5814 5845 5846 5815) +4(5845 5876 5877 5846) +4(5876 5907 5908 5877) +4(5907 5938 5939 5908) +4(5938 5969 5970 5939) +4(5969 6000 6001 5970) +4(6000 6031 6032 6001) +4(6031 6062 6063 6032) +4(6062 6093 6094 6063) +4(6093 6124 6125 6094) +4(6124 6155 6156 6125) +4(6155 6186 6187 6156) +4(6186 6217 6218 6187) +4(18 49 50 19) +4(49 80 81 50) +4(80 111 112 81) +4(111 142 143 112) +4(142 173 174 143) +4(173 204 205 174) +4(204 235 236 205) +4(235 266 267 236) +4(266 297 298 267) +4(297 328 329 298) +4(328 359 360 329) +4(359 390 391 360) +4(390 421 422 391) +4(421 452 453 422) +4(452 483 484 453) +4(483 514 515 484) +4(514 545 546 515) +4(545 576 577 546) +4(576 607 608 577) +4(607 638 639 608) +4(638 669 670 639) +4(669 700 701 670) +4(700 731 732 701) +4(731 762 763 732) +4(762 793 794 763) +4(793 824 825 794) +4(824 855 856 825) +4(855 886 887 856) +4(886 917 918 887) +4(917 948 949 918) +4(948 979 980 949) +4(979 1010 1011 980) +4(1010 1041 1042 1011) +4(1041 1072 1073 1042) +4(1072 1103 1104 1073) +4(1103 1134 1135 1104) +4(1134 1165 1166 1135) +4(1165 1196 1197 1166) +4(1196 1227 1228 1197) +4(1227 1258 1259 1228) +4(1258 1289 1290 1259) +4(1289 1320 1321 1290) +4(1320 1351 1352 1321) +4(1351 1382 1383 1352) +4(1382 1413 1414 1383) +4(1413 1444 1445 1414) +4(1444 1475 1476 1445) +4(1475 1506 1507 1476) +4(1506 1537 1538 1507) +4(1537 1568 1569 1538) +4(1568 1599 1600 1569) +4(1599 1630 1631 1600) +4(1630 1661 1662 1631) +4(1661 1692 1693 1662) +4(1692 1723 1724 1693) +4(1723 1754 1755 1724) +4(1754 1785 1786 1755) +4(1785 1816 1817 1786) +4(1816 1847 1848 1817) +4(1847 1878 1879 1848) +4(1878 1909 1910 1879) +4(1909 1940 1941 1910) +4(1940 1971 1972 1941) +4(1971 2002 2003 1972) +4(2002 2033 2034 2003) +4(2033 2064 2065 2034) +4(2064 2095 2096 2065) +4(2095 2126 2127 2096) +4(2126 2157 2158 2127) +4(2157 2188 2189 2158) +4(2188 2219 2220 2189) +4(2219 2250 2251 2220) +4(2250 2281 2282 2251) +4(2281 2312 2313 2282) +4(2312 2343 2344 2313) +4(2343 2374 2375 2344) +4(2374 2405 2406 2375) +4(2405 2436 2437 2406) +4(2436 2467 2468 2437) +4(2467 2498 2499 2468) +4(2498 2529 2530 2499) +4(2529 2560 2561 2530) +4(2560 2591 2592 2561) +4(2591 2622 2623 2592) +4(2622 2653 2654 2623) +4(2653 2684 2685 2654) +4(2684 2715 2716 2685) +4(2715 2746 2747 2716) +4(2746 2777 2778 2747) +4(2777 2808 2809 2778) +4(2808 2839 2840 2809) +4(2839 2870 2871 2840) +4(2870 2901 2902 2871) +4(2901 2932 2933 2902) +4(2932 2963 2964 2933) +4(2963 2994 2995 2964) +4(2994 3025 3026 2995) +4(3025 3056 3057 3026) +4(3056 3087 3088 3057) +4(3087 3118 3119 3088) +4(3118 3149 3150 3119) +4(3149 3180 3181 3150) +4(3180 3211 3212 3181) +4(3211 3242 3243 3212) +4(3242 3273 3274 3243) +4(3273 3304 3305 3274) +4(3304 3335 3336 3305) +4(3335 3366 3367 3336) +4(3366 3397 3398 3367) +4(3397 3428 3429 3398) +4(3428 3459 3460 3429) +4(3459 3490 3491 3460) +4(3490 3521 3522 3491) +4(3521 3552 3553 3522) +4(3552 3583 3584 3553) +4(3583 3614 3615 3584) +4(3614 3645 3646 3615) +4(3645 3676 3677 3646) +4(3676 3707 3708 3677) +4(3707 3738 3739 3708) +4(3738 3769 3770 3739) +4(3769 3800 3801 3770) +4(3800 3831 3832 3801) +4(3831 3862 3863 3832) +4(3862 3893 3894 3863) +4(3893 3924 3925 3894) +4(3924 3955 3956 3925) +4(3955 3986 3987 3956) +4(3986 4017 4018 3987) +4(4017 4048 4049 4018) +4(4048 4079 4080 4049) +4(4079 4110 4111 4080) +4(4110 4141 4142 4111) +4(4141 4172 4173 4142) +4(4172 4203 4204 4173) +4(4203 4234 4235 4204) +4(4234 4265 4266 4235) +4(4265 4296 4297 4266) +4(4296 4327 4328 4297) +4(4327 4358 4359 4328) +4(4358 4389 4390 4359) +4(4389 4420 4421 4390) +4(4420 4451 4452 4421) +4(4451 4482 4483 4452) +4(4482 4513 4514 4483) +4(4513 4544 4545 4514) +4(4544 4575 4576 4545) +4(4575 4606 4607 4576) +4(4606 4637 4638 4607) +4(4637 4668 4669 4638) +4(4668 4699 4700 4669) +4(4699 4730 4731 4700) +4(4730 4761 4762 4731) +4(4761 4792 4793 4762) +4(4792 4823 4824 4793) +4(4823 4854 4855 4824) +4(4854 4885 4886 4855) +4(4885 4916 4917 4886) +4(4916 4947 4948 4917) +4(4947 4978 4979 4948) +4(4978 5009 5010 4979) +4(5009 5040 5041 5010) +4(5040 5071 5072 5041) +4(5071 5102 5103 5072) +4(5102 5133 5134 5103) +4(5133 5164 5165 5134) +4(5164 5195 5196 5165) +4(5195 5226 5227 5196) +4(5226 5257 5258 5227) +4(5257 5288 5289 5258) +4(5288 5319 5320 5289) +4(5319 5350 5351 5320) +4(5350 5381 5382 5351) +4(5381 5412 5413 5382) +4(5412 5443 5444 5413) +4(5443 5474 5475 5444) +4(5474 5505 5506 5475) +4(5505 5536 5537 5506) +4(5536 5567 5568 5537) +4(5567 5598 5599 5568) +4(5598 5629 5630 5599) +4(5629 5660 5661 5630) +4(5660 5691 5692 5661) +4(5691 5722 5723 5692) +4(5722 5753 5754 5723) +4(5753 5784 5785 5754) +4(5784 5815 5816 5785) +4(5815 5846 5847 5816) +4(5846 5877 5878 5847) +4(5877 5908 5909 5878) +4(5908 5939 5940 5909) +4(5939 5970 5971 5940) +4(5970 6001 6002 5971) +4(6001 6032 6033 6002) +4(6032 6063 6064 6033) +4(6063 6094 6095 6064) +4(6094 6125 6126 6095) +4(6125 6156 6157 6126) +4(6156 6187 6188 6157) +4(6187 6218 6219 6188) +4(19 50 51 20) +4(50 81 82 51) +4(81 112 113 82) +4(112 143 144 113) +4(143 174 175 144) +4(174 205 206 175) +4(205 236 237 206) +4(236 267 268 237) +4(267 298 299 268) +4(298 329 330 299) +4(329 360 361 330) +4(360 391 392 361) +4(391 422 423 392) +4(422 453 454 423) +4(453 484 485 454) +4(484 515 516 485) +4(515 546 547 516) +4(546 577 578 547) +4(577 608 609 578) +4(608 639 640 609) +4(639 670 671 640) +4(670 701 702 671) +4(701 732 733 702) +4(732 763 764 733) +4(763 794 795 764) +4(794 825 826 795) +4(825 856 857 826) +4(856 887 888 857) +4(887 918 919 888) +4(918 949 950 919) +4(949 980 981 950) +4(980 1011 1012 981) +4(1011 1042 1043 1012) +4(1042 1073 1074 1043) +4(1073 1104 1105 1074) +4(1104 1135 1136 1105) +4(1135 1166 1167 1136) +4(1166 1197 1198 1167) +4(1197 1228 1229 1198) +4(1228 1259 1260 1229) +4(1259 1290 1291 1260) +4(1290 1321 1322 1291) +4(1321 1352 1353 1322) +4(1352 1383 1384 1353) +4(1383 1414 1415 1384) +4(1414 1445 1446 1415) +4(1445 1476 1477 1446) +4(1476 1507 1508 1477) +4(1507 1538 1539 1508) +4(1538 1569 1570 1539) +4(1569 1600 1601 1570) +4(1600 1631 1632 1601) +4(1631 1662 1663 1632) +4(1662 1693 1694 1663) +4(1693 1724 1725 1694) +4(1724 1755 1756 1725) +4(1755 1786 1787 1756) +4(1786 1817 1818 1787) +4(1817 1848 1849 1818) +4(1848 1879 1880 1849) +4(1879 1910 1911 1880) +4(1910 1941 1942 1911) +4(1941 1972 1973 1942) +4(1972 2003 2004 1973) +4(2003 2034 2035 2004) +4(2034 2065 2066 2035) +4(2065 2096 2097 2066) +4(2096 2127 2128 2097) +4(2127 2158 2159 2128) +4(2158 2189 2190 2159) +4(2189 2220 2221 2190) +4(2220 2251 2252 2221) +4(2251 2282 2283 2252) +4(2282 2313 2314 2283) +4(2313 2344 2345 2314) +4(2344 2375 2376 2345) +4(2375 2406 2407 2376) +4(2406 2437 2438 2407) +4(2437 2468 2469 2438) +4(2468 2499 2500 2469) +4(2499 2530 2531 2500) +4(2530 2561 2562 2531) +4(2561 2592 2593 2562) +4(2592 2623 2624 2593) +4(2623 2654 2655 2624) +4(2654 2685 2686 2655) +4(2685 2716 2717 2686) +4(2716 2747 2748 2717) +4(2747 2778 2779 2748) +4(2778 2809 2810 2779) +4(2809 2840 2841 2810) +4(2840 2871 2872 2841) +4(2871 2902 2903 2872) +4(2902 2933 2934 2903) +4(2933 2964 2965 2934) +4(2964 2995 2996 2965) +4(2995 3026 3027 2996) +4(3026 3057 3058 3027) +4(3057 3088 3089 3058) +4(3088 3119 3120 3089) +4(3119 3150 3151 3120) +4(3150 3181 3182 3151) +4(3181 3212 3213 3182) +4(3212 3243 3244 3213) +4(3243 3274 3275 3244) +4(3274 3305 3306 3275) +4(3305 3336 3337 3306) +4(3336 3367 3368 3337) +4(3367 3398 3399 3368) +4(3398 3429 3430 3399) +4(3429 3460 3461 3430) +4(3460 3491 3492 3461) +4(3491 3522 3523 3492) +4(3522 3553 3554 3523) +4(3553 3584 3585 3554) +4(3584 3615 3616 3585) +4(3615 3646 3647 3616) +4(3646 3677 3678 3647) +4(3677 3708 3709 3678) +4(3708 3739 3740 3709) +4(3739 3770 3771 3740) +4(3770 3801 3802 3771) +4(3801 3832 3833 3802) +4(3832 3863 3864 3833) +4(3863 3894 3895 3864) +4(3894 3925 3926 3895) +4(3925 3956 3957 3926) +4(3956 3987 3988 3957) +4(3987 4018 4019 3988) +4(4018 4049 4050 4019) +4(4049 4080 4081 4050) +4(4080 4111 4112 4081) +4(4111 4142 4143 4112) +4(4142 4173 4174 4143) +4(4173 4204 4205 4174) +4(4204 4235 4236 4205) +4(4235 4266 4267 4236) +4(4266 4297 4298 4267) +4(4297 4328 4329 4298) +4(4328 4359 4360 4329) +4(4359 4390 4391 4360) +4(4390 4421 4422 4391) +4(4421 4452 4453 4422) +4(4452 4483 4484 4453) +4(4483 4514 4515 4484) +4(4514 4545 4546 4515) +4(4545 4576 4577 4546) +4(4576 4607 4608 4577) +4(4607 4638 4639 4608) +4(4638 4669 4670 4639) +4(4669 4700 4701 4670) +4(4700 4731 4732 4701) +4(4731 4762 4763 4732) +4(4762 4793 4794 4763) +4(4793 4824 4825 4794) +4(4824 4855 4856 4825) +4(4855 4886 4887 4856) +4(4886 4917 4918 4887) +4(4917 4948 4949 4918) +4(4948 4979 4980 4949) +4(4979 5010 5011 4980) +4(5010 5041 5042 5011) +4(5041 5072 5073 5042) +4(5072 5103 5104 5073) +4(5103 5134 5135 5104) +4(5134 5165 5166 5135) +4(5165 5196 5197 5166) +4(5196 5227 5228 5197) +4(5227 5258 5259 5228) +4(5258 5289 5290 5259) +4(5289 5320 5321 5290) +4(5320 5351 5352 5321) +4(5351 5382 5383 5352) +4(5382 5413 5414 5383) +4(5413 5444 5445 5414) +4(5444 5475 5476 5445) +4(5475 5506 5507 5476) +4(5506 5537 5538 5507) +4(5537 5568 5569 5538) +4(5568 5599 5600 5569) +4(5599 5630 5631 5600) +4(5630 5661 5662 5631) +4(5661 5692 5693 5662) +4(5692 5723 5724 5693) +4(5723 5754 5755 5724) +4(5754 5785 5786 5755) +4(5785 5816 5817 5786) +4(5816 5847 5848 5817) +4(5847 5878 5879 5848) +4(5878 5909 5910 5879) +4(5909 5940 5941 5910) +4(5940 5971 5972 5941) +4(5971 6002 6003 5972) +4(6002 6033 6034 6003) +4(6033 6064 6065 6034) +4(6064 6095 6096 6065) +4(6095 6126 6127 6096) +4(6126 6157 6158 6127) +4(6157 6188 6189 6158) +4(6188 6219 6220 6189) +4(20 51 52 21) +4(51 82 83 52) +4(82 113 114 83) +4(113 144 145 114) +4(144 175 176 145) +4(175 206 207 176) +4(206 237 238 207) +4(237 268 269 238) +4(268 299 300 269) +4(299 330 331 300) +4(330 361 362 331) +4(361 392 393 362) +4(392 423 424 393) +4(423 454 455 424) +4(454 485 486 455) +4(485 516 517 486) +4(516 547 548 517) +4(547 578 579 548) +4(578 609 610 579) +4(609 640 641 610) +4(640 671 672 641) +4(671 702 703 672) +4(702 733 734 703) +4(733 764 765 734) +4(764 795 796 765) +4(795 826 827 796) +4(826 857 858 827) +4(857 888 889 858) +4(888 919 920 889) +4(919 950 951 920) +4(950 981 982 951) +4(981 1012 1013 982) +4(1012 1043 1044 1013) +4(1043 1074 1075 1044) +4(1074 1105 1106 1075) +4(1105 1136 1137 1106) +4(1136 1167 1168 1137) +4(1167 1198 1199 1168) +4(1198 1229 1230 1199) +4(1229 1260 1261 1230) +4(1260 1291 1292 1261) +4(1291 1322 1323 1292) +4(1322 1353 1354 1323) +4(1353 1384 1385 1354) +4(1384 1415 1416 1385) +4(1415 1446 1447 1416) +4(1446 1477 1478 1447) +4(1477 1508 1509 1478) +4(1508 1539 1540 1509) +4(1539 1570 1571 1540) +4(1570 1601 1602 1571) +4(1601 1632 1633 1602) +4(1632 1663 1664 1633) +4(1663 1694 1695 1664) +4(1694 1725 1726 1695) +4(1725 1756 1757 1726) +4(1756 1787 1788 1757) +4(1787 1818 1819 1788) +4(1818 1849 1850 1819) +4(1849 1880 1881 1850) +4(1880 1911 1912 1881) +4(1911 1942 1943 1912) +4(1942 1973 1974 1943) +4(1973 2004 2005 1974) +4(2004 2035 2036 2005) +4(2035 2066 2067 2036) +4(2066 2097 2098 2067) +4(2097 2128 2129 2098) +4(2128 2159 2160 2129) +4(2159 2190 2191 2160) +4(2190 2221 2222 2191) +4(2221 2252 2253 2222) +4(2252 2283 2284 2253) +4(2283 2314 2315 2284) +4(2314 2345 2346 2315) +4(2345 2376 2377 2346) +4(2376 2407 2408 2377) +4(2407 2438 2439 2408) +4(2438 2469 2470 2439) +4(2469 2500 2501 2470) +4(2500 2531 2532 2501) +4(2531 2562 2563 2532) +4(2562 2593 2594 2563) +4(2593 2624 2625 2594) +4(2624 2655 2656 2625) +4(2655 2686 2687 2656) +4(2686 2717 2718 2687) +4(2717 2748 2749 2718) +4(2748 2779 2780 2749) +4(2779 2810 2811 2780) +4(2810 2841 2842 2811) +4(2841 2872 2873 2842) +4(2872 2903 2904 2873) +4(2903 2934 2935 2904) +4(2934 2965 2966 2935) +4(2965 2996 2997 2966) +4(2996 3027 3028 2997) +4(3027 3058 3059 3028) +4(3058 3089 3090 3059) +4(3089 3120 3121 3090) +4(3120 3151 3152 3121) +4(3151 3182 3183 3152) +4(3182 3213 3214 3183) +4(3213 3244 3245 3214) +4(3244 3275 3276 3245) +4(3275 3306 3307 3276) +4(3306 3337 3338 3307) +4(3337 3368 3369 3338) +4(3368 3399 3400 3369) +4(3399 3430 3431 3400) +4(3430 3461 3462 3431) +4(3461 3492 3493 3462) +4(3492 3523 3524 3493) +4(3523 3554 3555 3524) +4(3554 3585 3586 3555) +4(3585 3616 3617 3586) +4(3616 3647 3648 3617) +4(3647 3678 3679 3648) +4(3678 3709 3710 3679) +4(3709 3740 3741 3710) +4(3740 3771 3772 3741) +4(3771 3802 3803 3772) +4(3802 3833 3834 3803) +4(3833 3864 3865 3834) +4(3864 3895 3896 3865) +4(3895 3926 3927 3896) +4(3926 3957 3958 3927) +4(3957 3988 3989 3958) +4(3988 4019 4020 3989) +4(4019 4050 4051 4020) +4(4050 4081 4082 4051) +4(4081 4112 4113 4082) +4(4112 4143 4144 4113) +4(4143 4174 4175 4144) +4(4174 4205 4206 4175) +4(4205 4236 4237 4206) +4(4236 4267 4268 4237) +4(4267 4298 4299 4268) +4(4298 4329 4330 4299) +4(4329 4360 4361 4330) +4(4360 4391 4392 4361) +4(4391 4422 4423 4392) +4(4422 4453 4454 4423) +4(4453 4484 4485 4454) +4(4484 4515 4516 4485) +4(4515 4546 4547 4516) +4(4546 4577 4578 4547) +4(4577 4608 4609 4578) +4(4608 4639 4640 4609) +4(4639 4670 4671 4640) +4(4670 4701 4702 4671) +4(4701 4732 4733 4702) +4(4732 4763 4764 4733) +4(4763 4794 4795 4764) +4(4794 4825 4826 4795) +4(4825 4856 4857 4826) +4(4856 4887 4888 4857) +4(4887 4918 4919 4888) +4(4918 4949 4950 4919) +4(4949 4980 4981 4950) +4(4980 5011 5012 4981) +4(5011 5042 5043 5012) +4(5042 5073 5074 5043) +4(5073 5104 5105 5074) +4(5104 5135 5136 5105) +4(5135 5166 5167 5136) +4(5166 5197 5198 5167) +4(5197 5228 5229 5198) +4(5228 5259 5260 5229) +4(5259 5290 5291 5260) +4(5290 5321 5322 5291) +4(5321 5352 5353 5322) +4(5352 5383 5384 5353) +4(5383 5414 5415 5384) +4(5414 5445 5446 5415) +4(5445 5476 5477 5446) +4(5476 5507 5508 5477) +4(5507 5538 5539 5508) +4(5538 5569 5570 5539) +4(5569 5600 5601 5570) +4(5600 5631 5632 5601) +4(5631 5662 5663 5632) +4(5662 5693 5694 5663) +4(5693 5724 5725 5694) +4(5724 5755 5756 5725) +4(5755 5786 5787 5756) +4(5786 5817 5818 5787) +4(5817 5848 5849 5818) +4(5848 5879 5880 5849) +4(5879 5910 5911 5880) +4(5910 5941 5942 5911) +4(5941 5972 5973 5942) +4(5972 6003 6004 5973) +4(6003 6034 6035 6004) +4(6034 6065 6066 6035) +4(6065 6096 6097 6066) +4(6096 6127 6128 6097) +4(6127 6158 6159 6128) +4(6158 6189 6190 6159) +4(6189 6220 6221 6190) +4(21 52 53 22) +4(52 83 84 53) +4(83 114 115 84) +4(114 145 146 115) +4(145 176 177 146) +4(176 207 208 177) +4(207 238 239 208) +4(238 269 270 239) +4(269 300 301 270) +4(300 331 332 301) +4(331 362 363 332) +4(362 393 394 363) +4(393 424 425 394) +4(424 455 456 425) +4(455 486 487 456) +4(486 517 518 487) +4(517 548 549 518) +4(548 579 580 549) +4(579 610 611 580) +4(610 641 642 611) +4(641 672 673 642) +4(672 703 704 673) +4(703 734 735 704) +4(734 765 766 735) +4(765 796 797 766) +4(796 827 828 797) +4(827 858 859 828) +4(858 889 890 859) +4(889 920 921 890) +4(920 951 952 921) +4(951 982 983 952) +4(982 1013 1014 983) +4(1013 1044 1045 1014) +4(1044 1075 1076 1045) +4(1075 1106 1107 1076) +4(1106 1137 1138 1107) +4(1137 1168 1169 1138) +4(1168 1199 1200 1169) +4(1199 1230 1231 1200) +4(1230 1261 1262 1231) +4(1261 1292 1293 1262) +4(1292 1323 1324 1293) +4(1323 1354 1355 1324) +4(1354 1385 1386 1355) +4(1385 1416 1417 1386) +4(1416 1447 1448 1417) +4(1447 1478 1479 1448) +4(1478 1509 1510 1479) +4(1509 1540 1541 1510) +4(1540 1571 1572 1541) +4(1571 1602 1603 1572) +4(1602 1633 1634 1603) +4(1633 1664 1665 1634) +4(1664 1695 1696 1665) +4(1695 1726 1727 1696) +4(1726 1757 1758 1727) +4(1757 1788 1789 1758) +4(1788 1819 1820 1789) +4(1819 1850 1851 1820) +4(1850 1881 1882 1851) +4(1881 1912 1913 1882) +4(1912 1943 1944 1913) +4(1943 1974 1975 1944) +4(1974 2005 2006 1975) +4(2005 2036 2037 2006) +4(2036 2067 2068 2037) +4(2067 2098 2099 2068) +4(2098 2129 2130 2099) +4(2129 2160 2161 2130) +4(2160 2191 2192 2161) +4(2191 2222 2223 2192) +4(2222 2253 2254 2223) +4(2253 2284 2285 2254) +4(2284 2315 2316 2285) +4(2315 2346 2347 2316) +4(2346 2377 2378 2347) +4(2377 2408 2409 2378) +4(2408 2439 2440 2409) +4(2439 2470 2471 2440) +4(2470 2501 2502 2471) +4(2501 2532 2533 2502) +4(2532 2563 2564 2533) +4(2563 2594 2595 2564) +4(2594 2625 2626 2595) +4(2625 2656 2657 2626) +4(2656 2687 2688 2657) +4(2687 2718 2719 2688) +4(2718 2749 2750 2719) +4(2749 2780 2781 2750) +4(2780 2811 2812 2781) +4(2811 2842 2843 2812) +4(2842 2873 2874 2843) +4(2873 2904 2905 2874) +4(2904 2935 2936 2905) +4(2935 2966 2967 2936) +4(2966 2997 2998 2967) +4(2997 3028 3029 2998) +4(3028 3059 3060 3029) +4(3059 3090 3091 3060) +4(3090 3121 3122 3091) +4(3121 3152 3153 3122) +4(3152 3183 3184 3153) +4(3183 3214 3215 3184) +4(3214 3245 3246 3215) +4(3245 3276 3277 3246) +4(3276 3307 3308 3277) +4(3307 3338 3339 3308) +4(3338 3369 3370 3339) +4(3369 3400 3401 3370) +4(3400 3431 3432 3401) +4(3431 3462 3463 3432) +4(3462 3493 3494 3463) +4(3493 3524 3525 3494) +4(3524 3555 3556 3525) +4(3555 3586 3587 3556) +4(3586 3617 3618 3587) +4(3617 3648 3649 3618) +4(3648 3679 3680 3649) +4(3679 3710 3711 3680) +4(3710 3741 3742 3711) +4(3741 3772 3773 3742) +4(3772 3803 3804 3773) +4(3803 3834 3835 3804) +4(3834 3865 3866 3835) +4(3865 3896 3897 3866) +4(3896 3927 3928 3897) +4(3927 3958 3959 3928) +4(3958 3989 3990 3959) +4(3989 4020 4021 3990) +4(4020 4051 4052 4021) +4(4051 4082 4083 4052) +4(4082 4113 4114 4083) +4(4113 4144 4145 4114) +4(4144 4175 4176 4145) +4(4175 4206 4207 4176) +4(4206 4237 4238 4207) +4(4237 4268 4269 4238) +4(4268 4299 4300 4269) +4(4299 4330 4331 4300) +4(4330 4361 4362 4331) +4(4361 4392 4393 4362) +4(4392 4423 4424 4393) +4(4423 4454 4455 4424) +4(4454 4485 4486 4455) +4(4485 4516 4517 4486) +4(4516 4547 4548 4517) +4(4547 4578 4579 4548) +4(4578 4609 4610 4579) +4(4609 4640 4641 4610) +4(4640 4671 4672 4641) +4(4671 4702 4703 4672) +4(4702 4733 4734 4703) +4(4733 4764 4765 4734) +4(4764 4795 4796 4765) +4(4795 4826 4827 4796) +4(4826 4857 4858 4827) +4(4857 4888 4889 4858) +4(4888 4919 4920 4889) +4(4919 4950 4951 4920) +4(4950 4981 4982 4951) +4(4981 5012 5013 4982) +4(5012 5043 5044 5013) +4(5043 5074 5075 5044) +4(5074 5105 5106 5075) +4(5105 5136 5137 5106) +4(5136 5167 5168 5137) +4(5167 5198 5199 5168) +4(5198 5229 5230 5199) +4(5229 5260 5261 5230) +4(5260 5291 5292 5261) +4(5291 5322 5323 5292) +4(5322 5353 5354 5323) +4(5353 5384 5385 5354) +4(5384 5415 5416 5385) +4(5415 5446 5447 5416) +4(5446 5477 5478 5447) +4(5477 5508 5509 5478) +4(5508 5539 5540 5509) +4(5539 5570 5571 5540) +4(5570 5601 5602 5571) +4(5601 5632 5633 5602) +4(5632 5663 5664 5633) +4(5663 5694 5695 5664) +4(5694 5725 5726 5695) +4(5725 5756 5757 5726) +4(5756 5787 5788 5757) +4(5787 5818 5819 5788) +4(5818 5849 5850 5819) +4(5849 5880 5881 5850) +4(5880 5911 5912 5881) +4(5911 5942 5943 5912) +4(5942 5973 5974 5943) +4(5973 6004 6005 5974) +4(6004 6035 6036 6005) +4(6035 6066 6067 6036) +4(6066 6097 6098 6067) +4(6097 6128 6129 6098) +4(6128 6159 6160 6129) +4(6159 6190 6191 6160) +4(6190 6221 6222 6191) +4(22 53 54 23) +4(53 84 85 54) +4(84 115 116 85) +4(115 146 147 116) +4(146 177 178 147) +4(177 208 209 178) +4(208 239 240 209) +4(239 270 271 240) +4(270 301 302 271) +4(301 332 333 302) +4(332 363 364 333) +4(363 394 395 364) +4(394 425 426 395) +4(425 456 457 426) +4(456 487 488 457) +4(487 518 519 488) +4(518 549 550 519) +4(549 580 581 550) +4(580 611 612 581) +4(611 642 643 612) +4(642 673 674 643) +4(673 704 705 674) +4(704 735 736 705) +4(735 766 767 736) +4(766 797 798 767) +4(797 828 829 798) +4(828 859 860 829) +4(859 890 891 860) +4(890 921 922 891) +4(921 952 953 922) +4(952 983 984 953) +4(983 1014 1015 984) +4(1014 1045 1046 1015) +4(1045 1076 1077 1046) +4(1076 1107 1108 1077) +4(1107 1138 1139 1108) +4(1138 1169 1170 1139) +4(1169 1200 1201 1170) +4(1200 1231 1232 1201) +4(1231 1262 1263 1232) +4(1262 1293 1294 1263) +4(1293 1324 1325 1294) +4(1324 1355 1356 1325) +4(1355 1386 1387 1356) +4(1386 1417 1418 1387) +4(1417 1448 1449 1418) +4(1448 1479 1480 1449) +4(1479 1510 1511 1480) +4(1510 1541 1542 1511) +4(1541 1572 1573 1542) +4(1572 1603 1604 1573) +4(1603 1634 1635 1604) +4(1634 1665 1666 1635) +4(1665 1696 1697 1666) +4(1696 1727 1728 1697) +4(1727 1758 1759 1728) +4(1758 1789 1790 1759) +4(1789 1820 1821 1790) +4(1820 1851 1852 1821) +4(1851 1882 1883 1852) +4(1882 1913 1914 1883) +4(1913 1944 1945 1914) +4(1944 1975 1976 1945) +4(1975 2006 2007 1976) +4(2006 2037 2038 2007) +4(2037 2068 2069 2038) +4(2068 2099 2100 2069) +4(2099 2130 2131 2100) +4(2130 2161 2162 2131) +4(2161 2192 2193 2162) +4(2192 2223 2224 2193) +4(2223 2254 2255 2224) +4(2254 2285 2286 2255) +4(2285 2316 2317 2286) +4(2316 2347 2348 2317) +4(2347 2378 2379 2348) +4(2378 2409 2410 2379) +4(2409 2440 2441 2410) +4(2440 2471 2472 2441) +4(2471 2502 2503 2472) +4(2502 2533 2534 2503) +4(2533 2564 2565 2534) +4(2564 2595 2596 2565) +4(2595 2626 2627 2596) +4(2626 2657 2658 2627) +4(2657 2688 2689 2658) +4(2688 2719 2720 2689) +4(2719 2750 2751 2720) +4(2750 2781 2782 2751) +4(2781 2812 2813 2782) +4(2812 2843 2844 2813) +4(2843 2874 2875 2844) +4(2874 2905 2906 2875) +4(2905 2936 2937 2906) +4(2936 2967 2968 2937) +4(2967 2998 2999 2968) +4(2998 3029 3030 2999) +4(3029 3060 3061 3030) +4(3060 3091 3092 3061) +4(3091 3122 3123 3092) +4(3122 3153 3154 3123) +4(3153 3184 3185 3154) +4(3184 3215 3216 3185) +4(3215 3246 3247 3216) +4(3246 3277 3278 3247) +4(3277 3308 3309 3278) +4(3308 3339 3340 3309) +4(3339 3370 3371 3340) +4(3370 3401 3402 3371) +4(3401 3432 3433 3402) +4(3432 3463 3464 3433) +4(3463 3494 3495 3464) +4(3494 3525 3526 3495) +4(3525 3556 3557 3526) +4(3556 3587 3588 3557) +4(3587 3618 3619 3588) +4(3618 3649 3650 3619) +4(3649 3680 3681 3650) +4(3680 3711 3712 3681) +4(3711 3742 3743 3712) +4(3742 3773 3774 3743) +4(3773 3804 3805 3774) +4(3804 3835 3836 3805) +4(3835 3866 3867 3836) +4(3866 3897 3898 3867) +4(3897 3928 3929 3898) +4(3928 3959 3960 3929) +4(3959 3990 3991 3960) +4(3990 4021 4022 3991) +4(4021 4052 4053 4022) +4(4052 4083 4084 4053) +4(4083 4114 4115 4084) +4(4114 4145 4146 4115) +4(4145 4176 4177 4146) +4(4176 4207 4208 4177) +4(4207 4238 4239 4208) +4(4238 4269 4270 4239) +4(4269 4300 4301 4270) +4(4300 4331 4332 4301) +4(4331 4362 4363 4332) +4(4362 4393 4394 4363) +4(4393 4424 4425 4394) +4(4424 4455 4456 4425) +4(4455 4486 4487 4456) +4(4486 4517 4518 4487) +4(4517 4548 4549 4518) +4(4548 4579 4580 4549) +4(4579 4610 4611 4580) +4(4610 4641 4642 4611) +4(4641 4672 4673 4642) +4(4672 4703 4704 4673) +4(4703 4734 4735 4704) +4(4734 4765 4766 4735) +4(4765 4796 4797 4766) +4(4796 4827 4828 4797) +4(4827 4858 4859 4828) +4(4858 4889 4890 4859) +4(4889 4920 4921 4890) +4(4920 4951 4952 4921) +4(4951 4982 4983 4952) +4(4982 5013 5014 4983) +4(5013 5044 5045 5014) +4(5044 5075 5076 5045) +4(5075 5106 5107 5076) +4(5106 5137 5138 5107) +4(5137 5168 5169 5138) +4(5168 5199 5200 5169) +4(5199 5230 5231 5200) +4(5230 5261 5262 5231) +4(5261 5292 5293 5262) +4(5292 5323 5324 5293) +4(5323 5354 5355 5324) +4(5354 5385 5386 5355) +4(5385 5416 5417 5386) +4(5416 5447 5448 5417) +4(5447 5478 5479 5448) +4(5478 5509 5510 5479) +4(5509 5540 5541 5510) +4(5540 5571 5572 5541) +4(5571 5602 5603 5572) +4(5602 5633 5634 5603) +4(5633 5664 5665 5634) +4(5664 5695 5696 5665) +4(5695 5726 5727 5696) +4(5726 5757 5758 5727) +4(5757 5788 5789 5758) +4(5788 5819 5820 5789) +4(5819 5850 5851 5820) +4(5850 5881 5882 5851) +4(5881 5912 5913 5882) +4(5912 5943 5944 5913) +4(5943 5974 5975 5944) +4(5974 6005 6006 5975) +4(6005 6036 6037 6006) +4(6036 6067 6068 6037) +4(6067 6098 6099 6068) +4(6098 6129 6130 6099) +4(6129 6160 6161 6130) +4(6160 6191 6192 6161) +4(6191 6222 6223 6192) +4(23 54 55 24) +4(54 85 86 55) +4(85 116 117 86) +4(116 147 148 117) +4(147 178 179 148) +4(178 209 210 179) +4(209 240 241 210) +4(240 271 272 241) +4(271 302 303 272) +4(302 333 334 303) +4(333 364 365 334) +4(364 395 396 365) +4(395 426 427 396) +4(426 457 458 427) +4(457 488 489 458) +4(488 519 520 489) +4(519 550 551 520) +4(550 581 582 551) +4(581 612 613 582) +4(612 643 644 613) +4(643 674 675 644) +4(674 705 706 675) +4(705 736 737 706) +4(736 767 768 737) +4(767 798 799 768) +4(798 829 830 799) +4(829 860 861 830) +4(860 891 892 861) +4(891 922 923 892) +4(922 953 954 923) +4(953 984 985 954) +4(984 1015 1016 985) +4(1015 1046 1047 1016) +4(1046 1077 1078 1047) +4(1077 1108 1109 1078) +4(1108 1139 1140 1109) +4(1139 1170 1171 1140) +4(1170 1201 1202 1171) +4(1201 1232 1233 1202) +4(1232 1263 1264 1233) +4(1263 1294 1295 1264) +4(1294 1325 1326 1295) +4(1325 1356 1357 1326) +4(1356 1387 1388 1357) +4(1387 1418 1419 1388) +4(1418 1449 1450 1419) +4(1449 1480 1481 1450) +4(1480 1511 1512 1481) +4(1511 1542 1543 1512) +4(1542 1573 1574 1543) +4(1573 1604 1605 1574) +4(1604 1635 1636 1605) +4(1635 1666 1667 1636) +4(1666 1697 1698 1667) +4(1697 1728 1729 1698) +4(1728 1759 1760 1729) +4(1759 1790 1791 1760) +4(1790 1821 1822 1791) +4(1821 1852 1853 1822) +4(1852 1883 1884 1853) +4(1883 1914 1915 1884) +4(1914 1945 1946 1915) +4(1945 1976 1977 1946) +4(1976 2007 2008 1977) +4(2007 2038 2039 2008) +4(2038 2069 2070 2039) +4(2069 2100 2101 2070) +4(2100 2131 2132 2101) +4(2131 2162 2163 2132) +4(2162 2193 2194 2163) +4(2193 2224 2225 2194) +4(2224 2255 2256 2225) +4(2255 2286 2287 2256) +4(2286 2317 2318 2287) +4(2317 2348 2349 2318) +4(2348 2379 2380 2349) +4(2379 2410 2411 2380) +4(2410 2441 2442 2411) +4(2441 2472 2473 2442) +4(2472 2503 2504 2473) +4(2503 2534 2535 2504) +4(2534 2565 2566 2535) +4(2565 2596 2597 2566) +4(2596 2627 2628 2597) +4(2627 2658 2659 2628) +4(2658 2689 2690 2659) +4(2689 2720 2721 2690) +4(2720 2751 2752 2721) +4(2751 2782 2783 2752) +4(2782 2813 2814 2783) +4(2813 2844 2845 2814) +4(2844 2875 2876 2845) +4(2875 2906 2907 2876) +4(2906 2937 2938 2907) +4(2937 2968 2969 2938) +4(2968 2999 3000 2969) +4(2999 3030 3031 3000) +4(3030 3061 3062 3031) +4(3061 3092 3093 3062) +4(3092 3123 3124 3093) +4(3123 3154 3155 3124) +4(3154 3185 3186 3155) +4(3185 3216 3217 3186) +4(3216 3247 3248 3217) +4(3247 3278 3279 3248) +4(3278 3309 3310 3279) +4(3309 3340 3341 3310) +4(3340 3371 3372 3341) +4(3371 3402 3403 3372) +4(3402 3433 3434 3403) +4(3433 3464 3465 3434) +4(3464 3495 3496 3465) +4(3495 3526 3527 3496) +4(3526 3557 3558 3527) +4(3557 3588 3589 3558) +4(3588 3619 3620 3589) +4(3619 3650 3651 3620) +4(3650 3681 3682 3651) +4(3681 3712 3713 3682) +4(3712 3743 3744 3713) +4(3743 3774 3775 3744) +4(3774 3805 3806 3775) +4(3805 3836 3837 3806) +4(3836 3867 3868 3837) +4(3867 3898 3899 3868) +4(3898 3929 3930 3899) +4(3929 3960 3961 3930) +4(3960 3991 3992 3961) +4(3991 4022 4023 3992) +4(4022 4053 4054 4023) +4(4053 4084 4085 4054) +4(4084 4115 4116 4085) +4(4115 4146 4147 4116) +4(4146 4177 4178 4147) +4(4177 4208 4209 4178) +4(4208 4239 4240 4209) +4(4239 4270 4271 4240) +4(4270 4301 4302 4271) +4(4301 4332 4333 4302) +4(4332 4363 4364 4333) +4(4363 4394 4395 4364) +4(4394 4425 4426 4395) +4(4425 4456 4457 4426) +4(4456 4487 4488 4457) +4(4487 4518 4519 4488) +4(4518 4549 4550 4519) +4(4549 4580 4581 4550) +4(4580 4611 4612 4581) +4(4611 4642 4643 4612) +4(4642 4673 4674 4643) +4(4673 4704 4705 4674) +4(4704 4735 4736 4705) +4(4735 4766 4767 4736) +4(4766 4797 4798 4767) +4(4797 4828 4829 4798) +4(4828 4859 4860 4829) +4(4859 4890 4891 4860) +4(4890 4921 4922 4891) +4(4921 4952 4953 4922) +4(4952 4983 4984 4953) +4(4983 5014 5015 4984) +4(5014 5045 5046 5015) +4(5045 5076 5077 5046) +4(5076 5107 5108 5077) +4(5107 5138 5139 5108) +4(5138 5169 5170 5139) +4(5169 5200 5201 5170) +4(5200 5231 5232 5201) +4(5231 5262 5263 5232) +4(5262 5293 5294 5263) +4(5293 5324 5325 5294) +4(5324 5355 5356 5325) +4(5355 5386 5387 5356) +4(5386 5417 5418 5387) +4(5417 5448 5449 5418) +4(5448 5479 5480 5449) +4(5479 5510 5511 5480) +4(5510 5541 5542 5511) +4(5541 5572 5573 5542) +4(5572 5603 5604 5573) +4(5603 5634 5635 5604) +4(5634 5665 5666 5635) +4(5665 5696 5697 5666) +4(5696 5727 5728 5697) +4(5727 5758 5759 5728) +4(5758 5789 5790 5759) +4(5789 5820 5821 5790) +4(5820 5851 5852 5821) +4(5851 5882 5883 5852) +4(5882 5913 5914 5883) +4(5913 5944 5945 5914) +4(5944 5975 5976 5945) +4(5975 6006 6007 5976) +4(6006 6037 6038 6007) +4(6037 6068 6069 6038) +4(6068 6099 6100 6069) +4(6099 6130 6131 6100) +4(6130 6161 6162 6131) +4(6161 6192 6193 6162) +4(6192 6223 6224 6193) +4(24 55 56 25) +4(55 86 87 56) +4(86 117 118 87) +4(117 148 149 118) +4(148 179 180 149) +4(179 210 211 180) +4(210 241 242 211) +4(241 272 273 242) +4(272 303 304 273) +4(303 334 335 304) +4(334 365 366 335) +4(365 396 397 366) +4(396 427 428 397) +4(427 458 459 428) +4(458 489 490 459) +4(489 520 521 490) +4(520 551 552 521) +4(551 582 583 552) +4(582 613 614 583) +4(613 644 645 614) +4(644 675 676 645) +4(675 706 707 676) +4(706 737 738 707) +4(737 768 769 738) +4(768 799 800 769) +4(799 830 831 800) +4(830 861 862 831) +4(861 892 893 862) +4(892 923 924 893) +4(923 954 955 924) +4(954 985 986 955) +4(985 1016 1017 986) +4(1016 1047 1048 1017) +4(1047 1078 1079 1048) +4(1078 1109 1110 1079) +4(1109 1140 1141 1110) +4(1140 1171 1172 1141) +4(1171 1202 1203 1172) +4(1202 1233 1234 1203) +4(1233 1264 1265 1234) +4(1264 1295 1296 1265) +4(1295 1326 1327 1296) +4(1326 1357 1358 1327) +4(1357 1388 1389 1358) +4(1388 1419 1420 1389) +4(1419 1450 1451 1420) +4(1450 1481 1482 1451) +4(1481 1512 1513 1482) +4(1512 1543 1544 1513) +4(1543 1574 1575 1544) +4(1574 1605 1606 1575) +4(1605 1636 1637 1606) +4(1636 1667 1668 1637) +4(1667 1698 1699 1668) +4(1698 1729 1730 1699) +4(1729 1760 1761 1730) +4(1760 1791 1792 1761) +4(1791 1822 1823 1792) +4(1822 1853 1854 1823) +4(1853 1884 1885 1854) +4(1884 1915 1916 1885) +4(1915 1946 1947 1916) +4(1946 1977 1978 1947) +4(1977 2008 2009 1978) +4(2008 2039 2040 2009) +4(2039 2070 2071 2040) +4(2070 2101 2102 2071) +4(2101 2132 2133 2102) +4(2132 2163 2164 2133) +4(2163 2194 2195 2164) +4(2194 2225 2226 2195) +4(2225 2256 2257 2226) +4(2256 2287 2288 2257) +4(2287 2318 2319 2288) +4(2318 2349 2350 2319) +4(2349 2380 2381 2350) +4(2380 2411 2412 2381) +4(2411 2442 2443 2412) +4(2442 2473 2474 2443) +4(2473 2504 2505 2474) +4(2504 2535 2536 2505) +4(2535 2566 2567 2536) +4(2566 2597 2598 2567) +4(2597 2628 2629 2598) +4(2628 2659 2660 2629) +4(2659 2690 2691 2660) +4(2690 2721 2722 2691) +4(2721 2752 2753 2722) +4(2752 2783 2784 2753) +4(2783 2814 2815 2784) +4(2814 2845 2846 2815) +4(2845 2876 2877 2846) +4(2876 2907 2908 2877) +4(2907 2938 2939 2908) +4(2938 2969 2970 2939) +4(2969 3000 3001 2970) +4(3000 3031 3032 3001) +4(3031 3062 3063 3032) +4(3062 3093 3094 3063) +4(3093 3124 3125 3094) +4(3124 3155 3156 3125) +4(3155 3186 3187 3156) +4(3186 3217 3218 3187) +4(3217 3248 3249 3218) +4(3248 3279 3280 3249) +4(3279 3310 3311 3280) +4(3310 3341 3342 3311) +4(3341 3372 3373 3342) +4(3372 3403 3404 3373) +4(3403 3434 3435 3404) +4(3434 3465 3466 3435) +4(3465 3496 3497 3466) +4(3496 3527 3528 3497) +4(3527 3558 3559 3528) +4(3558 3589 3590 3559) +4(3589 3620 3621 3590) +4(3620 3651 3652 3621) +4(3651 3682 3683 3652) +4(3682 3713 3714 3683) +4(3713 3744 3745 3714) +4(3744 3775 3776 3745) +4(3775 3806 3807 3776) +4(3806 3837 3838 3807) +4(3837 3868 3869 3838) +4(3868 3899 3900 3869) +4(3899 3930 3931 3900) +4(3930 3961 3962 3931) +4(3961 3992 3993 3962) +4(3992 4023 4024 3993) +4(4023 4054 4055 4024) +4(4054 4085 4086 4055) +4(4085 4116 4117 4086) +4(4116 4147 4148 4117) +4(4147 4178 4179 4148) +4(4178 4209 4210 4179) +4(4209 4240 4241 4210) +4(4240 4271 4272 4241) +4(4271 4302 4303 4272) +4(4302 4333 4334 4303) +4(4333 4364 4365 4334) +4(4364 4395 4396 4365) +4(4395 4426 4427 4396) +4(4426 4457 4458 4427) +4(4457 4488 4489 4458) +4(4488 4519 4520 4489) +4(4519 4550 4551 4520) +4(4550 4581 4582 4551) +4(4581 4612 4613 4582) +4(4612 4643 4644 4613) +4(4643 4674 4675 4644) +4(4674 4705 4706 4675) +4(4705 4736 4737 4706) +4(4736 4767 4768 4737) +4(4767 4798 4799 4768) +4(4798 4829 4830 4799) +4(4829 4860 4861 4830) +4(4860 4891 4892 4861) +4(4891 4922 4923 4892) +4(4922 4953 4954 4923) +4(4953 4984 4985 4954) +4(4984 5015 5016 4985) +4(5015 5046 5047 5016) +4(5046 5077 5078 5047) +4(5077 5108 5109 5078) +4(5108 5139 5140 5109) +4(5139 5170 5171 5140) +4(5170 5201 5202 5171) +4(5201 5232 5233 5202) +4(5232 5263 5264 5233) +4(5263 5294 5295 5264) +4(5294 5325 5326 5295) +4(5325 5356 5357 5326) +4(5356 5387 5388 5357) +4(5387 5418 5419 5388) +4(5418 5449 5450 5419) +4(5449 5480 5481 5450) +4(5480 5511 5512 5481) +4(5511 5542 5543 5512) +4(5542 5573 5574 5543) +4(5573 5604 5605 5574) +4(5604 5635 5636 5605) +4(5635 5666 5667 5636) +4(5666 5697 5698 5667) +4(5697 5728 5729 5698) +4(5728 5759 5760 5729) +4(5759 5790 5791 5760) +4(5790 5821 5822 5791) +4(5821 5852 5853 5822) +4(5852 5883 5884 5853) +4(5883 5914 5915 5884) +4(5914 5945 5946 5915) +4(5945 5976 5977 5946) +4(5976 6007 6008 5977) +4(6007 6038 6039 6008) +4(6038 6069 6070 6039) +4(6069 6100 6101 6070) +4(6100 6131 6132 6101) +4(6131 6162 6163 6132) +4(6162 6193 6194 6163) +4(6193 6224 6225 6194) +4(25 56 57 26) +4(56 87 88 57) +4(87 118 119 88) +4(118 149 150 119) +4(149 180 181 150) +4(180 211 212 181) +4(211 242 243 212) +4(242 273 274 243) +4(273 304 305 274) +4(304 335 336 305) +4(335 366 367 336) +4(366 397 398 367) +4(397 428 429 398) +4(428 459 460 429) +4(459 490 491 460) +4(490 521 522 491) +4(521 552 553 522) +4(552 583 584 553) +4(583 614 615 584) +4(614 645 646 615) +4(645 676 677 646) +4(676 707 708 677) +4(707 738 739 708) +4(738 769 770 739) +4(769 800 801 770) +4(800 831 832 801) +4(831 862 863 832) +4(862 893 894 863) +4(893 924 925 894) +4(924 955 956 925) +4(955 986 987 956) +4(986 1017 1018 987) +4(1017 1048 1049 1018) +4(1048 1079 1080 1049) +4(1079 1110 1111 1080) +4(1110 1141 1142 1111) +4(1141 1172 1173 1142) +4(1172 1203 1204 1173) +4(1203 1234 1235 1204) +4(1234 1265 1266 1235) +4(1265 1296 1297 1266) +4(1296 1327 1328 1297) +4(1327 1358 1359 1328) +4(1358 1389 1390 1359) +4(1389 1420 1421 1390) +4(1420 1451 1452 1421) +4(1451 1482 1483 1452) +4(1482 1513 1514 1483) +4(1513 1544 1545 1514) +4(1544 1575 1576 1545) +4(1575 1606 1607 1576) +4(1606 1637 1638 1607) +4(1637 1668 1669 1638) +4(1668 1699 1700 1669) +4(1699 1730 1731 1700) +4(1730 1761 1762 1731) +4(1761 1792 1793 1762) +4(1792 1823 1824 1793) +4(1823 1854 1855 1824) +4(1854 1885 1886 1855) +4(1885 1916 1917 1886) +4(1916 1947 1948 1917) +4(1947 1978 1979 1948) +4(1978 2009 2010 1979) +4(2009 2040 2041 2010) +4(2040 2071 2072 2041) +4(2071 2102 2103 2072) +4(2102 2133 2134 2103) +4(2133 2164 2165 2134) +4(2164 2195 2196 2165) +4(2195 2226 2227 2196) +4(2226 2257 2258 2227) +4(2257 2288 2289 2258) +4(2288 2319 2320 2289) +4(2319 2350 2351 2320) +4(2350 2381 2382 2351) +4(2381 2412 2413 2382) +4(2412 2443 2444 2413) +4(2443 2474 2475 2444) +4(2474 2505 2506 2475) +4(2505 2536 2537 2506) +4(2536 2567 2568 2537) +4(2567 2598 2599 2568) +4(2598 2629 2630 2599) +4(2629 2660 2661 2630) +4(2660 2691 2692 2661) +4(2691 2722 2723 2692) +4(2722 2753 2754 2723) +4(2753 2784 2785 2754) +4(2784 2815 2816 2785) +4(2815 2846 2847 2816) +4(2846 2877 2878 2847) +4(2877 2908 2909 2878) +4(2908 2939 2940 2909) +4(2939 2970 2971 2940) +4(2970 3001 3002 2971) +4(3001 3032 3033 3002) +4(3032 3063 3064 3033) +4(3063 3094 3095 3064) +4(3094 3125 3126 3095) +4(3125 3156 3157 3126) +4(3156 3187 3188 3157) +4(3187 3218 3219 3188) +4(3218 3249 3250 3219) +4(3249 3280 3281 3250) +4(3280 3311 3312 3281) +4(3311 3342 3343 3312) +4(3342 3373 3374 3343) +4(3373 3404 3405 3374) +4(3404 3435 3436 3405) +4(3435 3466 3467 3436) +4(3466 3497 3498 3467) +4(3497 3528 3529 3498) +4(3528 3559 3560 3529) +4(3559 3590 3591 3560) +4(3590 3621 3622 3591) +4(3621 3652 3653 3622) +4(3652 3683 3684 3653) +4(3683 3714 3715 3684) +4(3714 3745 3746 3715) +4(3745 3776 3777 3746) +4(3776 3807 3808 3777) +4(3807 3838 3839 3808) +4(3838 3869 3870 3839) +4(3869 3900 3901 3870) +4(3900 3931 3932 3901) +4(3931 3962 3963 3932) +4(3962 3993 3994 3963) +4(3993 4024 4025 3994) +4(4024 4055 4056 4025) +4(4055 4086 4087 4056) +4(4086 4117 4118 4087) +4(4117 4148 4149 4118) +4(4148 4179 4180 4149) +4(4179 4210 4211 4180) +4(4210 4241 4242 4211) +4(4241 4272 4273 4242) +4(4272 4303 4304 4273) +4(4303 4334 4335 4304) +4(4334 4365 4366 4335) +4(4365 4396 4397 4366) +4(4396 4427 4428 4397) +4(4427 4458 4459 4428) +4(4458 4489 4490 4459) +4(4489 4520 4521 4490) +4(4520 4551 4552 4521) +4(4551 4582 4583 4552) +4(4582 4613 4614 4583) +4(4613 4644 4645 4614) +4(4644 4675 4676 4645) +4(4675 4706 4707 4676) +4(4706 4737 4738 4707) +4(4737 4768 4769 4738) +4(4768 4799 4800 4769) +4(4799 4830 4831 4800) +4(4830 4861 4862 4831) +4(4861 4892 4893 4862) +4(4892 4923 4924 4893) +4(4923 4954 4955 4924) +4(4954 4985 4986 4955) +4(4985 5016 5017 4986) +4(5016 5047 5048 5017) +4(5047 5078 5079 5048) +4(5078 5109 5110 5079) +4(5109 5140 5141 5110) +4(5140 5171 5172 5141) +4(5171 5202 5203 5172) +4(5202 5233 5234 5203) +4(5233 5264 5265 5234) +4(5264 5295 5296 5265) +4(5295 5326 5327 5296) +4(5326 5357 5358 5327) +4(5357 5388 5389 5358) +4(5388 5419 5420 5389) +4(5419 5450 5451 5420) +4(5450 5481 5482 5451) +4(5481 5512 5513 5482) +4(5512 5543 5544 5513) +4(5543 5574 5575 5544) +4(5574 5605 5606 5575) +4(5605 5636 5637 5606) +4(5636 5667 5668 5637) +4(5667 5698 5699 5668) +4(5698 5729 5730 5699) +4(5729 5760 5761 5730) +4(5760 5791 5792 5761) +4(5791 5822 5823 5792) +4(5822 5853 5854 5823) +4(5853 5884 5885 5854) +4(5884 5915 5916 5885) +4(5915 5946 5947 5916) +4(5946 5977 5978 5947) +4(5977 6008 6009 5978) +4(6008 6039 6040 6009) +4(6039 6070 6071 6040) +4(6070 6101 6102 6071) +4(6101 6132 6133 6102) +4(6132 6163 6164 6133) +4(6163 6194 6195 6164) +4(6194 6225 6226 6195) +4(26 57 58 27) +4(57 88 89 58) +4(88 119 120 89) +4(119 150 151 120) +4(150 181 182 151) +4(181 212 213 182) +4(212 243 244 213) +4(243 274 275 244) +4(274 305 306 275) +4(305 336 337 306) +4(336 367 368 337) +4(367 398 399 368) +4(398 429 430 399) +4(429 460 461 430) +4(460 491 492 461) +4(491 522 523 492) +4(522 553 554 523) +4(553 584 585 554) +4(584 615 616 585) +4(615 646 647 616) +4(646 677 678 647) +4(677 708 709 678) +4(708 739 740 709) +4(739 770 771 740) +4(770 801 802 771) +4(801 832 833 802) +4(832 863 864 833) +4(863 894 895 864) +4(894 925 926 895) +4(925 956 957 926) +4(956 987 988 957) +4(987 1018 1019 988) +4(1018 1049 1050 1019) +4(1049 1080 1081 1050) +4(1080 1111 1112 1081) +4(1111 1142 1143 1112) +4(1142 1173 1174 1143) +4(1173 1204 1205 1174) +4(1204 1235 1236 1205) +4(1235 1266 1267 1236) +4(1266 1297 1298 1267) +4(1297 1328 1329 1298) +4(1328 1359 1360 1329) +4(1359 1390 1391 1360) +4(1390 1421 1422 1391) +4(1421 1452 1453 1422) +4(1452 1483 1484 1453) +4(1483 1514 1515 1484) +4(1514 1545 1546 1515) +4(1545 1576 1577 1546) +4(1576 1607 1608 1577) +4(1607 1638 1639 1608) +4(1638 1669 1670 1639) +4(1669 1700 1701 1670) +4(1700 1731 1732 1701) +4(1731 1762 1763 1732) +4(1762 1793 1794 1763) +4(1793 1824 1825 1794) +4(1824 1855 1856 1825) +4(1855 1886 1887 1856) +4(1886 1917 1918 1887) +4(1917 1948 1949 1918) +4(1948 1979 1980 1949) +4(1979 2010 2011 1980) +4(2010 2041 2042 2011) +4(2041 2072 2073 2042) +4(2072 2103 2104 2073) +4(2103 2134 2135 2104) +4(2134 2165 2166 2135) +4(2165 2196 2197 2166) +4(2196 2227 2228 2197) +4(2227 2258 2259 2228) +4(2258 2289 2290 2259) +4(2289 2320 2321 2290) +4(2320 2351 2352 2321) +4(2351 2382 2383 2352) +4(2382 2413 2414 2383) +4(2413 2444 2445 2414) +4(2444 2475 2476 2445) +4(2475 2506 2507 2476) +4(2506 2537 2538 2507) +4(2537 2568 2569 2538) +4(2568 2599 2600 2569) +4(2599 2630 2631 2600) +4(2630 2661 2662 2631) +4(2661 2692 2693 2662) +4(2692 2723 2724 2693) +4(2723 2754 2755 2724) +4(2754 2785 2786 2755) +4(2785 2816 2817 2786) +4(2816 2847 2848 2817) +4(2847 2878 2879 2848) +4(2878 2909 2910 2879) +4(2909 2940 2941 2910) +4(2940 2971 2972 2941) +4(2971 3002 3003 2972) +4(3002 3033 3034 3003) +4(3033 3064 3065 3034) +4(3064 3095 3096 3065) +4(3095 3126 3127 3096) +4(3126 3157 3158 3127) +4(3157 3188 3189 3158) +4(3188 3219 3220 3189) +4(3219 3250 3251 3220) +4(3250 3281 3282 3251) +4(3281 3312 3313 3282) +4(3312 3343 3344 3313) +4(3343 3374 3375 3344) +4(3374 3405 3406 3375) +4(3405 3436 3437 3406) +4(3436 3467 3468 3437) +4(3467 3498 3499 3468) +4(3498 3529 3530 3499) +4(3529 3560 3561 3530) +4(3560 3591 3592 3561) +4(3591 3622 3623 3592) +4(3622 3653 3654 3623) +4(3653 3684 3685 3654) +4(3684 3715 3716 3685) +4(3715 3746 3747 3716) +4(3746 3777 3778 3747) +4(3777 3808 3809 3778) +4(3808 3839 3840 3809) +4(3839 3870 3871 3840) +4(3870 3901 3902 3871) +4(3901 3932 3933 3902) +4(3932 3963 3964 3933) +4(3963 3994 3995 3964) +4(3994 4025 4026 3995) +4(4025 4056 4057 4026) +4(4056 4087 4088 4057) +4(4087 4118 4119 4088) +4(4118 4149 4150 4119) +4(4149 4180 4181 4150) +4(4180 4211 4212 4181) +4(4211 4242 4243 4212) +4(4242 4273 4274 4243) +4(4273 4304 4305 4274) +4(4304 4335 4336 4305) +4(4335 4366 4367 4336) +4(4366 4397 4398 4367) +4(4397 4428 4429 4398) +4(4428 4459 4460 4429) +4(4459 4490 4491 4460) +4(4490 4521 4522 4491) +4(4521 4552 4553 4522) +4(4552 4583 4584 4553) +4(4583 4614 4615 4584) +4(4614 4645 4646 4615) +4(4645 4676 4677 4646) +4(4676 4707 4708 4677) +4(4707 4738 4739 4708) +4(4738 4769 4770 4739) +4(4769 4800 4801 4770) +4(4800 4831 4832 4801) +4(4831 4862 4863 4832) +4(4862 4893 4894 4863) +4(4893 4924 4925 4894) +4(4924 4955 4956 4925) +4(4955 4986 4987 4956) +4(4986 5017 5018 4987) +4(5017 5048 5049 5018) +4(5048 5079 5080 5049) +4(5079 5110 5111 5080) +4(5110 5141 5142 5111) +4(5141 5172 5173 5142) +4(5172 5203 5204 5173) +4(5203 5234 5235 5204) +4(5234 5265 5266 5235) +4(5265 5296 5297 5266) +4(5296 5327 5328 5297) +4(5327 5358 5359 5328) +4(5358 5389 5390 5359) +4(5389 5420 5421 5390) +4(5420 5451 5452 5421) +4(5451 5482 5483 5452) +4(5482 5513 5514 5483) +4(5513 5544 5545 5514) +4(5544 5575 5576 5545) +4(5575 5606 5607 5576) +4(5606 5637 5638 5607) +4(5637 5668 5669 5638) +4(5668 5699 5700 5669) +4(5699 5730 5731 5700) +4(5730 5761 5762 5731) +4(5761 5792 5793 5762) +4(5792 5823 5824 5793) +4(5823 5854 5855 5824) +4(5854 5885 5886 5855) +4(5885 5916 5917 5886) +4(5916 5947 5948 5917) +4(5947 5978 5979 5948) +4(5978 6009 6010 5979) +4(6009 6040 6041 6010) +4(6040 6071 6072 6041) +4(6071 6102 6103 6072) +4(6102 6133 6134 6103) +4(6133 6164 6165 6134) +4(6164 6195 6196 6165) +4(6195 6226 6227 6196) +4(27 58 59 28) +4(58 89 90 59) +4(89 120 121 90) +4(120 151 152 121) +4(151 182 183 152) +4(182 213 214 183) +4(213 244 245 214) +4(244 275 276 245) +4(275 306 307 276) +4(306 337 338 307) +4(337 368 369 338) +4(368 399 400 369) +4(399 430 431 400) +4(430 461 462 431) +4(461 492 493 462) +4(492 523 524 493) +4(523 554 555 524) +4(554 585 586 555) +4(585 616 617 586) +4(616 647 648 617) +4(647 678 679 648) +4(678 709 710 679) +4(709 740 741 710) +4(740 771 772 741) +4(771 802 803 772) +4(802 833 834 803) +4(833 864 865 834) +4(864 895 896 865) +4(895 926 927 896) +4(926 957 958 927) +4(957 988 989 958) +4(988 1019 1020 989) +4(1019 1050 1051 1020) +4(1050 1081 1082 1051) +4(1081 1112 1113 1082) +4(1112 1143 1144 1113) +4(1143 1174 1175 1144) +4(1174 1205 1206 1175) +4(1205 1236 1237 1206) +4(1236 1267 1268 1237) +4(1267 1298 1299 1268) +4(1298 1329 1330 1299) +4(1329 1360 1361 1330) +4(1360 1391 1392 1361) +4(1391 1422 1423 1392) +4(1422 1453 1454 1423) +4(1453 1484 1485 1454) +4(1484 1515 1516 1485) +4(1515 1546 1547 1516) +4(1546 1577 1578 1547) +4(1577 1608 1609 1578) +4(1608 1639 1640 1609) +4(1639 1670 1671 1640) +4(1670 1701 1702 1671) +4(1701 1732 1733 1702) +4(1732 1763 1764 1733) +4(1763 1794 1795 1764) +4(1794 1825 1826 1795) +4(1825 1856 1857 1826) +4(1856 1887 1888 1857) +4(1887 1918 1919 1888) +4(1918 1949 1950 1919) +4(1949 1980 1981 1950) +4(1980 2011 2012 1981) +4(2011 2042 2043 2012) +4(2042 2073 2074 2043) +4(2073 2104 2105 2074) +4(2104 2135 2136 2105) +4(2135 2166 2167 2136) +4(2166 2197 2198 2167) +4(2197 2228 2229 2198) +4(2228 2259 2260 2229) +4(2259 2290 2291 2260) +4(2290 2321 2322 2291) +4(2321 2352 2353 2322) +4(2352 2383 2384 2353) +4(2383 2414 2415 2384) +4(2414 2445 2446 2415) +4(2445 2476 2477 2446) +4(2476 2507 2508 2477) +4(2507 2538 2539 2508) +4(2538 2569 2570 2539) +4(2569 2600 2601 2570) +4(2600 2631 2632 2601) +4(2631 2662 2663 2632) +4(2662 2693 2694 2663) +4(2693 2724 2725 2694) +4(2724 2755 2756 2725) +4(2755 2786 2787 2756) +4(2786 2817 2818 2787) +4(2817 2848 2849 2818) +4(2848 2879 2880 2849) +4(2879 2910 2911 2880) +4(2910 2941 2942 2911) +4(2941 2972 2973 2942) +4(2972 3003 3004 2973) +4(3003 3034 3035 3004) +4(3034 3065 3066 3035) +4(3065 3096 3097 3066) +4(3096 3127 3128 3097) +4(3127 3158 3159 3128) +4(3158 3189 3190 3159) +4(3189 3220 3221 3190) +4(3220 3251 3252 3221) +4(3251 3282 3283 3252) +4(3282 3313 3314 3283) +4(3313 3344 3345 3314) +4(3344 3375 3376 3345) +4(3375 3406 3407 3376) +4(3406 3437 3438 3407) +4(3437 3468 3469 3438) +4(3468 3499 3500 3469) +4(3499 3530 3531 3500) +4(3530 3561 3562 3531) +4(3561 3592 3593 3562) +4(3592 3623 3624 3593) +4(3623 3654 3655 3624) +4(3654 3685 3686 3655) +4(3685 3716 3717 3686) +4(3716 3747 3748 3717) +4(3747 3778 3779 3748) +4(3778 3809 3810 3779) +4(3809 3840 3841 3810) +4(3840 3871 3872 3841) +4(3871 3902 3903 3872) +4(3902 3933 3934 3903) +4(3933 3964 3965 3934) +4(3964 3995 3996 3965) +4(3995 4026 4027 3996) +4(4026 4057 4058 4027) +4(4057 4088 4089 4058) +4(4088 4119 4120 4089) +4(4119 4150 4151 4120) +4(4150 4181 4182 4151) +4(4181 4212 4213 4182) +4(4212 4243 4244 4213) +4(4243 4274 4275 4244) +4(4274 4305 4306 4275) +4(4305 4336 4337 4306) +4(4336 4367 4368 4337) +4(4367 4398 4399 4368) +4(4398 4429 4430 4399) +4(4429 4460 4461 4430) +4(4460 4491 4492 4461) +4(4491 4522 4523 4492) +4(4522 4553 4554 4523) +4(4553 4584 4585 4554) +4(4584 4615 4616 4585) +4(4615 4646 4647 4616) +4(4646 4677 4678 4647) +4(4677 4708 4709 4678) +4(4708 4739 4740 4709) +4(4739 4770 4771 4740) +4(4770 4801 4802 4771) +4(4801 4832 4833 4802) +4(4832 4863 4864 4833) +4(4863 4894 4895 4864) +4(4894 4925 4926 4895) +4(4925 4956 4957 4926) +4(4956 4987 4988 4957) +4(4987 5018 5019 4988) +4(5018 5049 5050 5019) +4(5049 5080 5081 5050) +4(5080 5111 5112 5081) +4(5111 5142 5143 5112) +4(5142 5173 5174 5143) +4(5173 5204 5205 5174) +4(5204 5235 5236 5205) +4(5235 5266 5267 5236) +4(5266 5297 5298 5267) +4(5297 5328 5329 5298) +4(5328 5359 5360 5329) +4(5359 5390 5391 5360) +4(5390 5421 5422 5391) +4(5421 5452 5453 5422) +4(5452 5483 5484 5453) +4(5483 5514 5515 5484) +4(5514 5545 5546 5515) +4(5545 5576 5577 5546) +4(5576 5607 5608 5577) +4(5607 5638 5639 5608) +4(5638 5669 5670 5639) +4(5669 5700 5701 5670) +4(5700 5731 5732 5701) +4(5731 5762 5763 5732) +4(5762 5793 5794 5763) +4(5793 5824 5825 5794) +4(5824 5855 5856 5825) +4(5855 5886 5887 5856) +4(5886 5917 5918 5887) +4(5917 5948 5949 5918) +4(5948 5979 5980 5949) +4(5979 6010 6011 5980) +4(6010 6041 6042 6011) +4(6041 6072 6073 6042) +4(6072 6103 6104 6073) +4(6103 6134 6135 6104) +4(6134 6165 6166 6135) +4(6165 6196 6197 6166) +4(6196 6227 6228 6197) +4(28 59 60 29) +4(59 90 91 60) +4(90 121 122 91) +4(121 152 153 122) +4(152 183 184 153) +4(183 214 215 184) +4(214 245 246 215) +4(245 276 277 246) +4(276 307 308 277) +4(307 338 339 308) +4(338 369 370 339) +4(369 400 401 370) +4(400 431 432 401) +4(431 462 463 432) +4(462 493 494 463) +4(493 524 525 494) +4(524 555 556 525) +4(555 586 587 556) +4(586 617 618 587) +4(617 648 649 618) +4(648 679 680 649) +4(679 710 711 680) +4(710 741 742 711) +4(741 772 773 742) +4(772 803 804 773) +4(803 834 835 804) +4(834 865 866 835) +4(865 896 897 866) +4(896 927 928 897) +4(927 958 959 928) +4(958 989 990 959) +4(989 1020 1021 990) +4(1020 1051 1052 1021) +4(1051 1082 1083 1052) +4(1082 1113 1114 1083) +4(1113 1144 1145 1114) +4(1144 1175 1176 1145) +4(1175 1206 1207 1176) +4(1206 1237 1238 1207) +4(1237 1268 1269 1238) +4(1268 1299 1300 1269) +4(1299 1330 1331 1300) +4(1330 1361 1362 1331) +4(1361 1392 1393 1362) +4(1392 1423 1424 1393) +4(1423 1454 1455 1424) +4(1454 1485 1486 1455) +4(1485 1516 1517 1486) +4(1516 1547 1548 1517) +4(1547 1578 1579 1548) +4(1578 1609 1610 1579) +4(1609 1640 1641 1610) +4(1640 1671 1672 1641) +4(1671 1702 1703 1672) +4(1702 1733 1734 1703) +4(1733 1764 1765 1734) +4(1764 1795 1796 1765) +4(1795 1826 1827 1796) +4(1826 1857 1858 1827) +4(1857 1888 1889 1858) +4(1888 1919 1920 1889) +4(1919 1950 1951 1920) +4(1950 1981 1982 1951) +4(1981 2012 2013 1982) +4(2012 2043 2044 2013) +4(2043 2074 2075 2044) +4(2074 2105 2106 2075) +4(2105 2136 2137 2106) +4(2136 2167 2168 2137) +4(2167 2198 2199 2168) +4(2198 2229 2230 2199) +4(2229 2260 2261 2230) +4(2260 2291 2292 2261) +4(2291 2322 2323 2292) +4(2322 2353 2354 2323) +4(2353 2384 2385 2354) +4(2384 2415 2416 2385) +4(2415 2446 2447 2416) +4(2446 2477 2478 2447) +4(2477 2508 2509 2478) +4(2508 2539 2540 2509) +4(2539 2570 2571 2540) +4(2570 2601 2602 2571) +4(2601 2632 2633 2602) +4(2632 2663 2664 2633) +4(2663 2694 2695 2664) +4(2694 2725 2726 2695) +4(2725 2756 2757 2726) +4(2756 2787 2788 2757) +4(2787 2818 2819 2788) +4(2818 2849 2850 2819) +4(2849 2880 2881 2850) +4(2880 2911 2912 2881) +4(2911 2942 2943 2912) +4(2942 2973 2974 2943) +4(2973 3004 3005 2974) +4(3004 3035 3036 3005) +4(3035 3066 3067 3036) +4(3066 3097 3098 3067) +4(3097 3128 3129 3098) +4(3128 3159 3160 3129) +4(3159 3190 3191 3160) +4(3190 3221 3222 3191) +4(3221 3252 3253 3222) +4(3252 3283 3284 3253) +4(3283 3314 3315 3284) +4(3314 3345 3346 3315) +4(3345 3376 3377 3346) +4(3376 3407 3408 3377) +4(3407 3438 3439 3408) +4(3438 3469 3470 3439) +4(3469 3500 3501 3470) +4(3500 3531 3532 3501) +4(3531 3562 3563 3532) +4(3562 3593 3594 3563) +4(3593 3624 3625 3594) +4(3624 3655 3656 3625) +4(3655 3686 3687 3656) +4(3686 3717 3718 3687) +4(3717 3748 3749 3718) +4(3748 3779 3780 3749) +4(3779 3810 3811 3780) +4(3810 3841 3842 3811) +4(3841 3872 3873 3842) +4(3872 3903 3904 3873) +4(3903 3934 3935 3904) +4(3934 3965 3966 3935) +4(3965 3996 3997 3966) +4(3996 4027 4028 3997) +4(4027 4058 4059 4028) +4(4058 4089 4090 4059) +4(4089 4120 4121 4090) +4(4120 4151 4152 4121) +4(4151 4182 4183 4152) +4(4182 4213 4214 4183) +4(4213 4244 4245 4214) +4(4244 4275 4276 4245) +4(4275 4306 4307 4276) +4(4306 4337 4338 4307) +4(4337 4368 4369 4338) +4(4368 4399 4400 4369) +4(4399 4430 4431 4400) +4(4430 4461 4462 4431) +4(4461 4492 4493 4462) +4(4492 4523 4524 4493) +4(4523 4554 4555 4524) +4(4554 4585 4586 4555) +4(4585 4616 4617 4586) +4(4616 4647 4648 4617) +4(4647 4678 4679 4648) +4(4678 4709 4710 4679) +4(4709 4740 4741 4710) +4(4740 4771 4772 4741) +4(4771 4802 4803 4772) +4(4802 4833 4834 4803) +4(4833 4864 4865 4834) +4(4864 4895 4896 4865) +4(4895 4926 4927 4896) +4(4926 4957 4958 4927) +4(4957 4988 4989 4958) +4(4988 5019 5020 4989) +4(5019 5050 5051 5020) +4(5050 5081 5082 5051) +4(5081 5112 5113 5082) +4(5112 5143 5144 5113) +4(5143 5174 5175 5144) +4(5174 5205 5206 5175) +4(5205 5236 5237 5206) +4(5236 5267 5268 5237) +4(5267 5298 5299 5268) +4(5298 5329 5330 5299) +4(5329 5360 5361 5330) +4(5360 5391 5392 5361) +4(5391 5422 5423 5392) +4(5422 5453 5454 5423) +4(5453 5484 5485 5454) +4(5484 5515 5516 5485) +4(5515 5546 5547 5516) +4(5546 5577 5578 5547) +4(5577 5608 5609 5578) +4(5608 5639 5640 5609) +4(5639 5670 5671 5640) +4(5670 5701 5702 5671) +4(5701 5732 5733 5702) +4(5732 5763 5764 5733) +4(5763 5794 5795 5764) +4(5794 5825 5826 5795) +4(5825 5856 5857 5826) +4(5856 5887 5888 5857) +4(5887 5918 5919 5888) +4(5918 5949 5950 5919) +4(5949 5980 5981 5950) +4(5980 6011 6012 5981) +4(6011 6042 6043 6012) +4(6042 6073 6074 6043) +4(6073 6104 6105 6074) +4(6104 6135 6136 6105) +4(6135 6166 6167 6136) +4(6166 6197 6198 6167) +4(6197 6228 6229 6198) +4(29 60 61 30) +4(60 91 92 61) +4(91 122 123 92) +4(122 153 154 123) +4(153 184 185 154) +4(184 215 216 185) +4(215 246 247 216) +4(246 277 278 247) +4(277 308 309 278) +4(308 339 340 309) +4(339 370 371 340) +4(370 401 402 371) +4(401 432 433 402) +4(432 463 464 433) +4(463 494 495 464) +4(494 525 526 495) +4(525 556 557 526) +4(556 587 588 557) +4(587 618 619 588) +4(618 649 650 619) +4(649 680 681 650) +4(680 711 712 681) +4(711 742 743 712) +4(742 773 774 743) +4(773 804 805 774) +4(804 835 836 805) +4(835 866 867 836) +4(866 897 898 867) +4(897 928 929 898) +4(928 959 960 929) +4(959 990 991 960) +4(990 1021 1022 991) +4(1021 1052 1053 1022) +4(1052 1083 1084 1053) +4(1083 1114 1115 1084) +4(1114 1145 1146 1115) +4(1145 1176 1177 1146) +4(1176 1207 1208 1177) +4(1207 1238 1239 1208) +4(1238 1269 1270 1239) +4(1269 1300 1301 1270) +4(1300 1331 1332 1301) +4(1331 1362 1363 1332) +4(1362 1393 1394 1363) +4(1393 1424 1425 1394) +4(1424 1455 1456 1425) +4(1455 1486 1487 1456) +4(1486 1517 1518 1487) +4(1517 1548 1549 1518) +4(1548 1579 1580 1549) +4(1579 1610 1611 1580) +4(1610 1641 1642 1611) +4(1641 1672 1673 1642) +4(1672 1703 1704 1673) +4(1703 1734 1735 1704) +4(1734 1765 1766 1735) +4(1765 1796 1797 1766) +4(1796 1827 1828 1797) +4(1827 1858 1859 1828) +4(1858 1889 1890 1859) +4(1889 1920 1921 1890) +4(1920 1951 1952 1921) +4(1951 1982 1983 1952) +4(1982 2013 2014 1983) +4(2013 2044 2045 2014) +4(2044 2075 2076 2045) +4(2075 2106 2107 2076) +4(2106 2137 2138 2107) +4(2137 2168 2169 2138) +4(2168 2199 2200 2169) +4(2199 2230 2231 2200) +4(2230 2261 2262 2231) +4(2261 2292 2293 2262) +4(2292 2323 2324 2293) +4(2323 2354 2355 2324) +4(2354 2385 2386 2355) +4(2385 2416 2417 2386) +4(2416 2447 2448 2417) +4(2447 2478 2479 2448) +4(2478 2509 2510 2479) +4(2509 2540 2541 2510) +4(2540 2571 2572 2541) +4(2571 2602 2603 2572) +4(2602 2633 2634 2603) +4(2633 2664 2665 2634) +4(2664 2695 2696 2665) +4(2695 2726 2727 2696) +4(2726 2757 2758 2727) +4(2757 2788 2789 2758) +4(2788 2819 2820 2789) +4(2819 2850 2851 2820) +4(2850 2881 2882 2851) +4(2881 2912 2913 2882) +4(2912 2943 2944 2913) +4(2943 2974 2975 2944) +4(2974 3005 3006 2975) +4(3005 3036 3037 3006) +4(3036 3067 3068 3037) +4(3067 3098 3099 3068) +4(3098 3129 3130 3099) +4(3129 3160 3161 3130) +4(3160 3191 3192 3161) +4(3191 3222 3223 3192) +4(3222 3253 3254 3223) +4(3253 3284 3285 3254) +4(3284 3315 3316 3285) +4(3315 3346 3347 3316) +4(3346 3377 3378 3347) +4(3377 3408 3409 3378) +4(3408 3439 3440 3409) +4(3439 3470 3471 3440) +4(3470 3501 3502 3471) +4(3501 3532 3533 3502) +4(3532 3563 3564 3533) +4(3563 3594 3595 3564) +4(3594 3625 3626 3595) +4(3625 3656 3657 3626) +4(3656 3687 3688 3657) +4(3687 3718 3719 3688) +4(3718 3749 3750 3719) +4(3749 3780 3781 3750) +4(3780 3811 3812 3781) +4(3811 3842 3843 3812) +4(3842 3873 3874 3843) +4(3873 3904 3905 3874) +4(3904 3935 3936 3905) +4(3935 3966 3967 3936) +4(3966 3997 3998 3967) +4(3997 4028 4029 3998) +4(4028 4059 4060 4029) +4(4059 4090 4091 4060) +4(4090 4121 4122 4091) +4(4121 4152 4153 4122) +4(4152 4183 4184 4153) +4(4183 4214 4215 4184) +4(4214 4245 4246 4215) +4(4245 4276 4277 4246) +4(4276 4307 4308 4277) +4(4307 4338 4339 4308) +4(4338 4369 4370 4339) +4(4369 4400 4401 4370) +4(4400 4431 4432 4401) +4(4431 4462 4463 4432) +4(4462 4493 4494 4463) +4(4493 4524 4525 4494) +4(4524 4555 4556 4525) +4(4555 4586 4587 4556) +4(4586 4617 4618 4587) +4(4617 4648 4649 4618) +4(4648 4679 4680 4649) +4(4679 4710 4711 4680) +4(4710 4741 4742 4711) +4(4741 4772 4773 4742) +4(4772 4803 4804 4773) +4(4803 4834 4835 4804) +4(4834 4865 4866 4835) +4(4865 4896 4897 4866) +4(4896 4927 4928 4897) +4(4927 4958 4959 4928) +4(4958 4989 4990 4959) +4(4989 5020 5021 4990) +4(5020 5051 5052 5021) +4(5051 5082 5083 5052) +4(5082 5113 5114 5083) +4(5113 5144 5145 5114) +4(5144 5175 5176 5145) +4(5175 5206 5207 5176) +4(5206 5237 5238 5207) +4(5237 5268 5269 5238) +4(5268 5299 5300 5269) +4(5299 5330 5331 5300) +4(5330 5361 5362 5331) +4(5361 5392 5393 5362) +4(5392 5423 5424 5393) +4(5423 5454 5455 5424) +4(5454 5485 5486 5455) +4(5485 5516 5517 5486) +4(5516 5547 5548 5517) +4(5547 5578 5579 5548) +4(5578 5609 5610 5579) +4(5609 5640 5641 5610) +4(5640 5671 5672 5641) +4(5671 5702 5703 5672) +4(5702 5733 5734 5703) +4(5733 5764 5765 5734) +4(5764 5795 5796 5765) +4(5795 5826 5827 5796) +4(5826 5857 5858 5827) +4(5857 5888 5889 5858) +4(5888 5919 5920 5889) +4(5919 5950 5951 5920) +4(5950 5981 5982 5951) +4(5981 6012 6013 5982) +4(6012 6043 6044 6013) +4(6043 6074 6075 6044) +4(6074 6105 6106 6075) +4(6105 6136 6137 6106) +4(6136 6167 6168 6137) +4(6167 6198 6199 6168) +4(6198 6229 6230 6199) +4(6231 6232 6263 6262) +4(6262 6263 6294 6293) +4(6293 6294 6325 6324) +4(6324 6325 6356 6355) +4(6355 6356 6387 6386) +4(6386 6387 6418 6417) +4(6417 6418 6449 6448) +4(6448 6449 6480 6479) +4(6479 6480 6511 6510) +4(6510 6511 6542 6541) +4(6541 6542 6573 6572) +4(6572 6573 6604 6603) +4(6603 6604 6635 6634) +4(6634 6635 6666 6665) +4(6665 6666 6697 6696) +4(6696 6697 6728 6727) +4(6727 6728 6759 6758) +4(6758 6759 6790 6789) +4(6789 6790 6821 6820) +4(6820 6821 6852 6851) +4(6851 6852 6883 6882) +4(6882 6883 6914 6913) +4(6913 6914 6945 6944) +4(6944 6945 6976 6975) +4(6975 6976 7007 7006) +4(7006 7007 7038 7037) +4(7037 7038 7069 7068) +4(7068 7069 7100 7099) +4(7099 7100 7131 7130) +4(7130 7131 7162 7161) +4(7161 7162 7193 7192) +4(7192 7193 7224 7223) +4(7223 7224 7255 7254) +4(7254 7255 7286 7285) +4(7285 7286 7317 7316) +4(7316 7317 7348 7347) +4(7347 7348 7379 7378) +4(7378 7379 7410 7409) +4(7409 7410 7441 7440) +4(7440 7441 7472 7471) +4(7471 7472 7503 7502) +4(7502 7503 7534 7533) +4(7533 7534 7565 7564) +4(7564 7565 7596 7595) +4(7595 7596 7627 7626) +4(7626 7627 7658 7657) +4(7657 7658 7689 7688) +4(7688 7689 7720 7719) +4(7719 7720 7751 7750) +4(7750 7751 7782 7781) +4(7781 7782 7813 7812) +4(7812 7813 7844 7843) +4(7843 7844 7875 7874) +4(7874 7875 7906 7905) +4(7905 7906 7937 7936) +4(7936 7937 7968 7967) +4(7967 7968 7999 7998) +4(7998 7999 8030 8029) +4(8029 8030 8061 8060) +4(8060 8061 8092 8091) +4(8091 8092 8123 8122) +4(8122 8123 8154 8153) +4(8153 8154 8185 8184) +4(8184 8185 8216 8215) +4(8215 8216 8247 8246) +4(8246 8247 8278 8277) +4(8277 8278 8309 8308) +4(8308 8309 8340 8339) +4(8339 8340 8371 8370) +4(8370 8371 8402 8401) +4(8401 8402 8433 8432) +4(8432 8433 8464 8463) +4(8463 8464 8495 8494) +4(8494 8495 8526 8525) +4(8525 8526 8557 8556) +4(8556 8557 8588 8587) +4(8587 8588 8619 8618) +4(8618 8619 8650 8649) +4(8649 8650 8681 8680) +4(8680 8681 8712 8711) +4(8711 8712 8743 8742) +4(8742 8743 8774 8773) +4(8773 8774 8805 8804) +4(8804 8805 8836 8835) +4(8835 8836 8867 8866) +4(8866 8867 8898 8897) +4(8897 8898 8929 8928) +4(8928 8929 8960 8959) +4(8959 8960 8991 8990) +4(8990 8991 9022 9021) +4(9021 9022 9053 9052) +4(9052 9053 9084 9083) +4(9083 9084 9115 9114) +4(9114 9115 9146 9145) +4(9145 9146 9177 9176) +4(9176 9177 9208 9207) +4(9207 9208 9239 9238) +4(9238 9239 9270 9269) +4(9269 9270 9301 9300) +4(9300 9301 9332 9331) +4(9331 9332 9363 9362) +4(9362 9363 9394 9393) +4(9393 9394 9425 9424) +4(9424 9425 9456 9455) +4(9455 9456 9487 9486) +4(9486 9487 9518 9517) +4(9517 9518 9549 9548) +4(9548 9549 9580 9579) +4(9579 9580 9611 9610) +4(9610 9611 9642 9641) +4(9641 9642 9673 9672) +4(9672 9673 9704 9703) +4(9703 9704 9735 9734) +4(9734 9735 9766 9765) +4(9765 9766 9797 9796) +4(9796 9797 9828 9827) +4(9827 9828 9859 9858) +4(9858 9859 9890 9889) +4(9889 9890 9921 9920) +4(9920 9921 9952 9951) +4(9951 9952 9983 9982) +4(9982 9983 10014 10013) +4(10013 10014 10045 10044) +4(10044 10045 10076 10075) +4(10075 10076 10107 10106) +4(10106 10107 10138 10137) +4(10137 10138 10169 10168) +4(10168 10169 10200 10199) +4(10199 10200 10231 10230) +4(10230 10231 10262 10261) +4(10261 10262 10293 10292) +4(10292 10293 10324 10323) +4(10323 10324 10355 10354) +4(10354 10355 10386 10385) +4(10385 10386 10417 10416) +4(10416 10417 10448 10447) +4(10447 10448 10479 10478) +4(10478 10479 10510 10509) +4(10509 10510 10541 10540) +4(10540 10541 10572 10571) +4(10571 10572 10603 10602) +4(10602 10603 10634 10633) +4(10633 10634 10665 10664) +4(10664 10665 10696 10695) +4(10695 10696 10727 10726) +4(10726 10727 10758 10757) +4(10757 10758 10789 10788) +4(10788 10789 10820 10819) +4(10819 10820 10851 10850) +4(10850 10851 10882 10881) +4(10881 10882 10913 10912) +4(10912 10913 10944 10943) +4(10943 10944 10975 10974) +4(10974 10975 11006 11005) +4(11005 11006 11037 11036) +4(11036 11037 11068 11067) +4(11067 11068 11099 11098) +4(11098 11099 11130 11129) +4(11129 11130 11161 11160) +4(11160 11161 11192 11191) +4(11191 11192 11223 11222) +4(11222 11223 11254 11253) +4(11253 11254 11285 11284) +4(11284 11285 11316 11315) +4(11315 11316 11347 11346) +4(11346 11347 11378 11377) +4(11377 11378 11409 11408) +4(11408 11409 11440 11439) +4(11439 11440 11471 11470) +4(11470 11471 11502 11501) +4(11501 11502 11533 11532) +4(11532 11533 11564 11563) +4(11563 11564 11595 11594) +4(11594 11595 11626 11625) +4(11625 11626 11657 11656) +4(11656 11657 11688 11687) +4(11687 11688 11719 11718) +4(11718 11719 11750 11749) +4(11749 11750 11781 11780) +4(11780 11781 11812 11811) +4(11811 11812 11843 11842) +4(11842 11843 11874 11873) +4(11873 11874 11905 11904) +4(11904 11905 11936 11935) +4(11935 11936 11967 11966) +4(11966 11967 11998 11997) +4(11997 11998 12029 12028) +4(12028 12029 12060 12059) +4(12059 12060 12091 12090) +4(12090 12091 12122 12121) +4(12121 12122 12153 12152) +4(12152 12153 12184 12183) +4(12183 12184 12215 12214) +4(12214 12215 12246 12245) +4(12245 12246 12277 12276) +4(12276 12277 12308 12307) +4(12307 12308 12339 12338) +4(12338 12339 12370 12369) +4(12369 12370 12401 12400) +4(12400 12401 12432 12431) +4(6232 6233 6264 6263) +4(6263 6264 6295 6294) +4(6294 6295 6326 6325) +4(6325 6326 6357 6356) +4(6356 6357 6388 6387) +4(6387 6388 6419 6418) +4(6418 6419 6450 6449) +4(6449 6450 6481 6480) +4(6480 6481 6512 6511) +4(6511 6512 6543 6542) +4(6542 6543 6574 6573) +4(6573 6574 6605 6604) +4(6604 6605 6636 6635) +4(6635 6636 6667 6666) +4(6666 6667 6698 6697) +4(6697 6698 6729 6728) +4(6728 6729 6760 6759) +4(6759 6760 6791 6790) +4(6790 6791 6822 6821) +4(6821 6822 6853 6852) +4(6852 6853 6884 6883) +4(6883 6884 6915 6914) +4(6914 6915 6946 6945) +4(6945 6946 6977 6976) +4(6976 6977 7008 7007) +4(7007 7008 7039 7038) +4(7038 7039 7070 7069) +4(7069 7070 7101 7100) +4(7100 7101 7132 7131) +4(7131 7132 7163 7162) +4(7162 7163 7194 7193) +4(7193 7194 7225 7224) +4(7224 7225 7256 7255) +4(7255 7256 7287 7286) +4(7286 7287 7318 7317) +4(7317 7318 7349 7348) +4(7348 7349 7380 7379) +4(7379 7380 7411 7410) +4(7410 7411 7442 7441) +4(7441 7442 7473 7472) +4(7472 7473 7504 7503) +4(7503 7504 7535 7534) +4(7534 7535 7566 7565) +4(7565 7566 7597 7596) +4(7596 7597 7628 7627) +4(7627 7628 7659 7658) +4(7658 7659 7690 7689) +4(7689 7690 7721 7720) +4(7720 7721 7752 7751) +4(7751 7752 7783 7782) +4(7782 7783 7814 7813) +4(7813 7814 7845 7844) +4(7844 7845 7876 7875) +4(7875 7876 7907 7906) +4(7906 7907 7938 7937) +4(7937 7938 7969 7968) +4(7968 7969 8000 7999) +4(7999 8000 8031 8030) +4(8030 8031 8062 8061) +4(8061 8062 8093 8092) +4(8092 8093 8124 8123) +4(8123 8124 8155 8154) +4(8154 8155 8186 8185) +4(8185 8186 8217 8216) +4(8216 8217 8248 8247) +4(8247 8248 8279 8278) +4(8278 8279 8310 8309) +4(8309 8310 8341 8340) +4(8340 8341 8372 8371) +4(8371 8372 8403 8402) +4(8402 8403 8434 8433) +4(8433 8434 8465 8464) +4(8464 8465 8496 8495) +4(8495 8496 8527 8526) +4(8526 8527 8558 8557) +4(8557 8558 8589 8588) +4(8588 8589 8620 8619) +4(8619 8620 8651 8650) +4(8650 8651 8682 8681) +4(8681 8682 8713 8712) +4(8712 8713 8744 8743) +4(8743 8744 8775 8774) +4(8774 8775 8806 8805) +4(8805 8806 8837 8836) +4(8836 8837 8868 8867) +4(8867 8868 8899 8898) +4(8898 8899 8930 8929) +4(8929 8930 8961 8960) +4(8960 8961 8992 8991) +4(8991 8992 9023 9022) +4(9022 9023 9054 9053) +4(9053 9054 9085 9084) +4(9084 9085 9116 9115) +4(9115 9116 9147 9146) +4(9146 9147 9178 9177) +4(9177 9178 9209 9208) +4(9208 9209 9240 9239) +4(9239 9240 9271 9270) +4(9270 9271 9302 9301) +4(9301 9302 9333 9332) +4(9332 9333 9364 9363) +4(9363 9364 9395 9394) +4(9394 9395 9426 9425) +4(9425 9426 9457 9456) +4(9456 9457 9488 9487) +4(9487 9488 9519 9518) +4(9518 9519 9550 9549) +4(9549 9550 9581 9580) +4(9580 9581 9612 9611) +4(9611 9612 9643 9642) +4(9642 9643 9674 9673) +4(9673 9674 9705 9704) +4(9704 9705 9736 9735) +4(9735 9736 9767 9766) +4(9766 9767 9798 9797) +4(9797 9798 9829 9828) +4(9828 9829 9860 9859) +4(9859 9860 9891 9890) +4(9890 9891 9922 9921) +4(9921 9922 9953 9952) +4(9952 9953 9984 9983) +4(9983 9984 10015 10014) +4(10014 10015 10046 10045) +4(10045 10046 10077 10076) +4(10076 10077 10108 10107) +4(10107 10108 10139 10138) +4(10138 10139 10170 10169) +4(10169 10170 10201 10200) +4(10200 10201 10232 10231) +4(10231 10232 10263 10262) +4(10262 10263 10294 10293) +4(10293 10294 10325 10324) +4(10324 10325 10356 10355) +4(10355 10356 10387 10386) +4(10386 10387 10418 10417) +4(10417 10418 10449 10448) +4(10448 10449 10480 10479) +4(10479 10480 10511 10510) +4(10510 10511 10542 10541) +4(10541 10542 10573 10572) +4(10572 10573 10604 10603) +4(10603 10604 10635 10634) +4(10634 10635 10666 10665) +4(10665 10666 10697 10696) +4(10696 10697 10728 10727) +4(10727 10728 10759 10758) +4(10758 10759 10790 10789) +4(10789 10790 10821 10820) +4(10820 10821 10852 10851) +4(10851 10852 10883 10882) +4(10882 10883 10914 10913) +4(10913 10914 10945 10944) +4(10944 10945 10976 10975) +4(10975 10976 11007 11006) +4(11006 11007 11038 11037) +4(11037 11038 11069 11068) +4(11068 11069 11100 11099) +4(11099 11100 11131 11130) +4(11130 11131 11162 11161) +4(11161 11162 11193 11192) +4(11192 11193 11224 11223) +4(11223 11224 11255 11254) +4(11254 11255 11286 11285) +4(11285 11286 11317 11316) +4(11316 11317 11348 11347) +4(11347 11348 11379 11378) +4(11378 11379 11410 11409) +4(11409 11410 11441 11440) +4(11440 11441 11472 11471) +4(11471 11472 11503 11502) +4(11502 11503 11534 11533) +4(11533 11534 11565 11564) +4(11564 11565 11596 11595) +4(11595 11596 11627 11626) +4(11626 11627 11658 11657) +4(11657 11658 11689 11688) +4(11688 11689 11720 11719) +4(11719 11720 11751 11750) +4(11750 11751 11782 11781) +4(11781 11782 11813 11812) +4(11812 11813 11844 11843) +4(11843 11844 11875 11874) +4(11874 11875 11906 11905) +4(11905 11906 11937 11936) +4(11936 11937 11968 11967) +4(11967 11968 11999 11998) +4(11998 11999 12030 12029) +4(12029 12030 12061 12060) +4(12060 12061 12092 12091) +4(12091 12092 12123 12122) +4(12122 12123 12154 12153) +4(12153 12154 12185 12184) +4(12184 12185 12216 12215) +4(12215 12216 12247 12246) +4(12246 12247 12278 12277) +4(12277 12278 12309 12308) +4(12308 12309 12340 12339) +4(12339 12340 12371 12370) +4(12370 12371 12402 12401) +4(12401 12402 12433 12432) +4(6233 6234 6265 6264) +4(6264 6265 6296 6295) +4(6295 6296 6327 6326) +4(6326 6327 6358 6357) +4(6357 6358 6389 6388) +4(6388 6389 6420 6419) +4(6419 6420 6451 6450) +4(6450 6451 6482 6481) +4(6481 6482 6513 6512) +4(6512 6513 6544 6543) +4(6543 6544 6575 6574) +4(6574 6575 6606 6605) +4(6605 6606 6637 6636) +4(6636 6637 6668 6667) +4(6667 6668 6699 6698) +4(6698 6699 6730 6729) +4(6729 6730 6761 6760) +4(6760 6761 6792 6791) +4(6791 6792 6823 6822) +4(6822 6823 6854 6853) +4(6853 6854 6885 6884) +4(6884 6885 6916 6915) +4(6915 6916 6947 6946) +4(6946 6947 6978 6977) +4(6977 6978 7009 7008) +4(7008 7009 7040 7039) +4(7039 7040 7071 7070) +4(7070 7071 7102 7101) +4(7101 7102 7133 7132) +4(7132 7133 7164 7163) +4(7163 7164 7195 7194) +4(7194 7195 7226 7225) +4(7225 7226 7257 7256) +4(7256 7257 7288 7287) +4(7287 7288 7319 7318) +4(7318 7319 7350 7349) +4(7349 7350 7381 7380) +4(7380 7381 7412 7411) +4(7411 7412 7443 7442) +4(7442 7443 7474 7473) +4(7473 7474 7505 7504) +4(7504 7505 7536 7535) +4(7535 7536 7567 7566) +4(7566 7567 7598 7597) +4(7597 7598 7629 7628) +4(7628 7629 7660 7659) +4(7659 7660 7691 7690) +4(7690 7691 7722 7721) +4(7721 7722 7753 7752) +4(7752 7753 7784 7783) +4(7783 7784 7815 7814) +4(7814 7815 7846 7845) +4(7845 7846 7877 7876) +4(7876 7877 7908 7907) +4(7907 7908 7939 7938) +4(7938 7939 7970 7969) +4(7969 7970 8001 8000) +4(8000 8001 8032 8031) +4(8031 8032 8063 8062) +4(8062 8063 8094 8093) +4(8093 8094 8125 8124) +4(8124 8125 8156 8155) +4(8155 8156 8187 8186) +4(8186 8187 8218 8217) +4(8217 8218 8249 8248) +4(8248 8249 8280 8279) +4(8279 8280 8311 8310) +4(8310 8311 8342 8341) +4(8341 8342 8373 8372) +4(8372 8373 8404 8403) +4(8403 8404 8435 8434) +4(8434 8435 8466 8465) +4(8465 8466 8497 8496) +4(8496 8497 8528 8527) +4(8527 8528 8559 8558) +4(8558 8559 8590 8589) +4(8589 8590 8621 8620) +4(8620 8621 8652 8651) +4(8651 8652 8683 8682) +4(8682 8683 8714 8713) +4(8713 8714 8745 8744) +4(8744 8745 8776 8775) +4(8775 8776 8807 8806) +4(8806 8807 8838 8837) +4(8837 8838 8869 8868) +4(8868 8869 8900 8899) +4(8899 8900 8931 8930) +4(8930 8931 8962 8961) +4(8961 8962 8993 8992) +4(8992 8993 9024 9023) +4(9023 9024 9055 9054) +4(9054 9055 9086 9085) +4(9085 9086 9117 9116) +4(9116 9117 9148 9147) +4(9147 9148 9179 9178) +4(9178 9179 9210 9209) +4(9209 9210 9241 9240) +4(9240 9241 9272 9271) +4(9271 9272 9303 9302) +4(9302 9303 9334 9333) +4(9333 9334 9365 9364) +4(9364 9365 9396 9395) +4(9395 9396 9427 9426) +4(9426 9427 9458 9457) +4(9457 9458 9489 9488) +4(9488 9489 9520 9519) +4(9519 9520 9551 9550) +4(9550 9551 9582 9581) +4(9581 9582 9613 9612) +4(9612 9613 9644 9643) +4(9643 9644 9675 9674) +4(9674 9675 9706 9705) +4(9705 9706 9737 9736) +4(9736 9737 9768 9767) +4(9767 9768 9799 9798) +4(9798 9799 9830 9829) +4(9829 9830 9861 9860) +4(9860 9861 9892 9891) +4(9891 9892 9923 9922) +4(9922 9923 9954 9953) +4(9953 9954 9985 9984) +4(9984 9985 10016 10015) +4(10015 10016 10047 10046) +4(10046 10047 10078 10077) +4(10077 10078 10109 10108) +4(10108 10109 10140 10139) +4(10139 10140 10171 10170) +4(10170 10171 10202 10201) +4(10201 10202 10233 10232) +4(10232 10233 10264 10263) +4(10263 10264 10295 10294) +4(10294 10295 10326 10325) +4(10325 10326 10357 10356) +4(10356 10357 10388 10387) +4(10387 10388 10419 10418) +4(10418 10419 10450 10449) +4(10449 10450 10481 10480) +4(10480 10481 10512 10511) +4(10511 10512 10543 10542) +4(10542 10543 10574 10573) +4(10573 10574 10605 10604) +4(10604 10605 10636 10635) +4(10635 10636 10667 10666) +4(10666 10667 10698 10697) +4(10697 10698 10729 10728) +4(10728 10729 10760 10759) +4(10759 10760 10791 10790) +4(10790 10791 10822 10821) +4(10821 10822 10853 10852) +4(10852 10853 10884 10883) +4(10883 10884 10915 10914) +4(10914 10915 10946 10945) +4(10945 10946 10977 10976) +4(10976 10977 11008 11007) +4(11007 11008 11039 11038) +4(11038 11039 11070 11069) +4(11069 11070 11101 11100) +4(11100 11101 11132 11131) +4(11131 11132 11163 11162) +4(11162 11163 11194 11193) +4(11193 11194 11225 11224) +4(11224 11225 11256 11255) +4(11255 11256 11287 11286) +4(11286 11287 11318 11317) +4(11317 11318 11349 11348) +4(11348 11349 11380 11379) +4(11379 11380 11411 11410) +4(11410 11411 11442 11441) +4(11441 11442 11473 11472) +4(11472 11473 11504 11503) +4(11503 11504 11535 11534) +4(11534 11535 11566 11565) +4(11565 11566 11597 11596) +4(11596 11597 11628 11627) +4(11627 11628 11659 11658) +4(11658 11659 11690 11689) +4(11689 11690 11721 11720) +4(11720 11721 11752 11751) +4(11751 11752 11783 11782) +4(11782 11783 11814 11813) +4(11813 11814 11845 11844) +4(11844 11845 11876 11875) +4(11875 11876 11907 11906) +4(11906 11907 11938 11937) +4(11937 11938 11969 11968) +4(11968 11969 12000 11999) +4(11999 12000 12031 12030) +4(12030 12031 12062 12061) +4(12061 12062 12093 12092) +4(12092 12093 12124 12123) +4(12123 12124 12155 12154) +4(12154 12155 12186 12185) +4(12185 12186 12217 12216) +4(12216 12217 12248 12247) +4(12247 12248 12279 12278) +4(12278 12279 12310 12309) +4(12309 12310 12341 12340) +4(12340 12341 12372 12371) +4(12371 12372 12403 12402) +4(12402 12403 12434 12433) +4(6234 6235 6266 6265) +4(6265 6266 6297 6296) +4(6296 6297 6328 6327) +4(6327 6328 6359 6358) +4(6358 6359 6390 6389) +4(6389 6390 6421 6420) +4(6420 6421 6452 6451) +4(6451 6452 6483 6482) +4(6482 6483 6514 6513) +4(6513 6514 6545 6544) +4(6544 6545 6576 6575) +4(6575 6576 6607 6606) +4(6606 6607 6638 6637) +4(6637 6638 6669 6668) +4(6668 6669 6700 6699) +4(6699 6700 6731 6730) +4(6730 6731 6762 6761) +4(6761 6762 6793 6792) +4(6792 6793 6824 6823) +4(6823 6824 6855 6854) +4(6854 6855 6886 6885) +4(6885 6886 6917 6916) +4(6916 6917 6948 6947) +4(6947 6948 6979 6978) +4(6978 6979 7010 7009) +4(7009 7010 7041 7040) +4(7040 7041 7072 7071) +4(7071 7072 7103 7102) +4(7102 7103 7134 7133) +4(7133 7134 7165 7164) +4(7164 7165 7196 7195) +4(7195 7196 7227 7226) +4(7226 7227 7258 7257) +4(7257 7258 7289 7288) +4(7288 7289 7320 7319) +4(7319 7320 7351 7350) +4(7350 7351 7382 7381) +4(7381 7382 7413 7412) +4(7412 7413 7444 7443) +4(7443 7444 7475 7474) +4(7474 7475 7506 7505) +4(7505 7506 7537 7536) +4(7536 7537 7568 7567) +4(7567 7568 7599 7598) +4(7598 7599 7630 7629) +4(7629 7630 7661 7660) +4(7660 7661 7692 7691) +4(7691 7692 7723 7722) +4(7722 7723 7754 7753) +4(7753 7754 7785 7784) +4(7784 7785 7816 7815) +4(7815 7816 7847 7846) +4(7846 7847 7878 7877) +4(7877 7878 7909 7908) +4(7908 7909 7940 7939) +4(7939 7940 7971 7970) +4(7970 7971 8002 8001) +4(8001 8002 8033 8032) +4(8032 8033 8064 8063) +4(8063 8064 8095 8094) +4(8094 8095 8126 8125) +4(8125 8126 8157 8156) +4(8156 8157 8188 8187) +4(8187 8188 8219 8218) +4(8218 8219 8250 8249) +4(8249 8250 8281 8280) +4(8280 8281 8312 8311) +4(8311 8312 8343 8342) +4(8342 8343 8374 8373) +4(8373 8374 8405 8404) +4(8404 8405 8436 8435) +4(8435 8436 8467 8466) +4(8466 8467 8498 8497) +4(8497 8498 8529 8528) +4(8528 8529 8560 8559) +4(8559 8560 8591 8590) +4(8590 8591 8622 8621) +4(8621 8622 8653 8652) +4(8652 8653 8684 8683) +4(8683 8684 8715 8714) +4(8714 8715 8746 8745) +4(8745 8746 8777 8776) +4(8776 8777 8808 8807) +4(8807 8808 8839 8838) +4(8838 8839 8870 8869) +4(8869 8870 8901 8900) +4(8900 8901 8932 8931) +4(8931 8932 8963 8962) +4(8962 8963 8994 8993) +4(8993 8994 9025 9024) +4(9024 9025 9056 9055) +4(9055 9056 9087 9086) +4(9086 9087 9118 9117) +4(9117 9118 9149 9148) +4(9148 9149 9180 9179) +4(9179 9180 9211 9210) +4(9210 9211 9242 9241) +4(9241 9242 9273 9272) +4(9272 9273 9304 9303) +4(9303 9304 9335 9334) +4(9334 9335 9366 9365) +4(9365 9366 9397 9396) +4(9396 9397 9428 9427) +4(9427 9428 9459 9458) +4(9458 9459 9490 9489) +4(9489 9490 9521 9520) +4(9520 9521 9552 9551) +4(9551 9552 9583 9582) +4(9582 9583 9614 9613) +4(9613 9614 9645 9644) +4(9644 9645 9676 9675) +4(9675 9676 9707 9706) +4(9706 9707 9738 9737) +4(9737 9738 9769 9768) +4(9768 9769 9800 9799) +4(9799 9800 9831 9830) +4(9830 9831 9862 9861) +4(9861 9862 9893 9892) +4(9892 9893 9924 9923) +4(9923 9924 9955 9954) +4(9954 9955 9986 9985) +4(9985 9986 10017 10016) +4(10016 10017 10048 10047) +4(10047 10048 10079 10078) +4(10078 10079 10110 10109) +4(10109 10110 10141 10140) +4(10140 10141 10172 10171) +4(10171 10172 10203 10202) +4(10202 10203 10234 10233) +4(10233 10234 10265 10264) +4(10264 10265 10296 10295) +4(10295 10296 10327 10326) +4(10326 10327 10358 10357) +4(10357 10358 10389 10388) +4(10388 10389 10420 10419) +4(10419 10420 10451 10450) +4(10450 10451 10482 10481) +4(10481 10482 10513 10512) +4(10512 10513 10544 10543) +4(10543 10544 10575 10574) +4(10574 10575 10606 10605) +4(10605 10606 10637 10636) +4(10636 10637 10668 10667) +4(10667 10668 10699 10698) +4(10698 10699 10730 10729) +4(10729 10730 10761 10760) +4(10760 10761 10792 10791) +4(10791 10792 10823 10822) +4(10822 10823 10854 10853) +4(10853 10854 10885 10884) +4(10884 10885 10916 10915) +4(10915 10916 10947 10946) +4(10946 10947 10978 10977) +4(10977 10978 11009 11008) +4(11008 11009 11040 11039) +4(11039 11040 11071 11070) +4(11070 11071 11102 11101) +4(11101 11102 11133 11132) +4(11132 11133 11164 11163) +4(11163 11164 11195 11194) +4(11194 11195 11226 11225) +4(11225 11226 11257 11256) +4(11256 11257 11288 11287) +4(11287 11288 11319 11318) +4(11318 11319 11350 11349) +4(11349 11350 11381 11380) +4(11380 11381 11412 11411) +4(11411 11412 11443 11442) +4(11442 11443 11474 11473) +4(11473 11474 11505 11504) +4(11504 11505 11536 11535) +4(11535 11536 11567 11566) +4(11566 11567 11598 11597) +4(11597 11598 11629 11628) +4(11628 11629 11660 11659) +4(11659 11660 11691 11690) +4(11690 11691 11722 11721) +4(11721 11722 11753 11752) +4(11752 11753 11784 11783) +4(11783 11784 11815 11814) +4(11814 11815 11846 11845) +4(11845 11846 11877 11876) +4(11876 11877 11908 11907) +4(11907 11908 11939 11938) +4(11938 11939 11970 11969) +4(11969 11970 12001 12000) +4(12000 12001 12032 12031) +4(12031 12032 12063 12062) +4(12062 12063 12094 12093) +4(12093 12094 12125 12124) +4(12124 12125 12156 12155) +4(12155 12156 12187 12186) +4(12186 12187 12218 12217) +4(12217 12218 12249 12248) +4(12248 12249 12280 12279) +4(12279 12280 12311 12310) +4(12310 12311 12342 12341) +4(12341 12342 12373 12372) +4(12372 12373 12404 12403) +4(12403 12404 12435 12434) +4(6235 6236 6267 6266) +4(6266 6267 6298 6297) +4(6297 6298 6329 6328) +4(6328 6329 6360 6359) +4(6359 6360 6391 6390) +4(6390 6391 6422 6421) +4(6421 6422 6453 6452) +4(6452 6453 6484 6483) +4(6483 6484 6515 6514) +4(6514 6515 6546 6545) +4(6545 6546 6577 6576) +4(6576 6577 6608 6607) +4(6607 6608 6639 6638) +4(6638 6639 6670 6669) +4(6669 6670 6701 6700) +4(6700 6701 6732 6731) +4(6731 6732 6763 6762) +4(6762 6763 6794 6793) +4(6793 6794 6825 6824) +4(6824 6825 6856 6855) +4(6855 6856 6887 6886) +4(6886 6887 6918 6917) +4(6917 6918 6949 6948) +4(6948 6949 6980 6979) +4(6979 6980 7011 7010) +4(7010 7011 7042 7041) +4(7041 7042 7073 7072) +4(7072 7073 7104 7103) +4(7103 7104 7135 7134) +4(7134 7135 7166 7165) +4(7165 7166 7197 7196) +4(7196 7197 7228 7227) +4(7227 7228 7259 7258) +4(7258 7259 7290 7289) +4(7289 7290 7321 7320) +4(7320 7321 7352 7351) +4(7351 7352 7383 7382) +4(7382 7383 7414 7413) +4(7413 7414 7445 7444) +4(7444 7445 7476 7475) +4(7475 7476 7507 7506) +4(7506 7507 7538 7537) +4(7537 7538 7569 7568) +4(7568 7569 7600 7599) +4(7599 7600 7631 7630) +4(7630 7631 7662 7661) +4(7661 7662 7693 7692) +4(7692 7693 7724 7723) +4(7723 7724 7755 7754) +4(7754 7755 7786 7785) +4(7785 7786 7817 7816) +4(7816 7817 7848 7847) +4(7847 7848 7879 7878) +4(7878 7879 7910 7909) +4(7909 7910 7941 7940) +4(7940 7941 7972 7971) +4(7971 7972 8003 8002) +4(8002 8003 8034 8033) +4(8033 8034 8065 8064) +4(8064 8065 8096 8095) +4(8095 8096 8127 8126) +4(8126 8127 8158 8157) +4(8157 8158 8189 8188) +4(8188 8189 8220 8219) +4(8219 8220 8251 8250) +4(8250 8251 8282 8281) +4(8281 8282 8313 8312) +4(8312 8313 8344 8343) +4(8343 8344 8375 8374) +4(8374 8375 8406 8405) +4(8405 8406 8437 8436) +4(8436 8437 8468 8467) +4(8467 8468 8499 8498) +4(8498 8499 8530 8529) +4(8529 8530 8561 8560) +4(8560 8561 8592 8591) +4(8591 8592 8623 8622) +4(8622 8623 8654 8653) +4(8653 8654 8685 8684) +4(8684 8685 8716 8715) +4(8715 8716 8747 8746) +4(8746 8747 8778 8777) +4(8777 8778 8809 8808) +4(8808 8809 8840 8839) +4(8839 8840 8871 8870) +4(8870 8871 8902 8901) +4(8901 8902 8933 8932) +4(8932 8933 8964 8963) +4(8963 8964 8995 8994) +4(8994 8995 9026 9025) +4(9025 9026 9057 9056) +4(9056 9057 9088 9087) +4(9087 9088 9119 9118) +4(9118 9119 9150 9149) +4(9149 9150 9181 9180) +4(9180 9181 9212 9211) +4(9211 9212 9243 9242) +4(9242 9243 9274 9273) +4(9273 9274 9305 9304) +4(9304 9305 9336 9335) +4(9335 9336 9367 9366) +4(9366 9367 9398 9397) +4(9397 9398 9429 9428) +4(9428 9429 9460 9459) +4(9459 9460 9491 9490) +4(9490 9491 9522 9521) +4(9521 9522 9553 9552) +4(9552 9553 9584 9583) +4(9583 9584 9615 9614) +4(9614 9615 9646 9645) +4(9645 9646 9677 9676) +4(9676 9677 9708 9707) +4(9707 9708 9739 9738) +4(9738 9739 9770 9769) +4(9769 9770 9801 9800) +4(9800 9801 9832 9831) +4(9831 9832 9863 9862) +4(9862 9863 9894 9893) +4(9893 9894 9925 9924) +4(9924 9925 9956 9955) +4(9955 9956 9987 9986) +4(9986 9987 10018 10017) +4(10017 10018 10049 10048) +4(10048 10049 10080 10079) +4(10079 10080 10111 10110) +4(10110 10111 10142 10141) +4(10141 10142 10173 10172) +4(10172 10173 10204 10203) +4(10203 10204 10235 10234) +4(10234 10235 10266 10265) +4(10265 10266 10297 10296) +4(10296 10297 10328 10327) +4(10327 10328 10359 10358) +4(10358 10359 10390 10389) +4(10389 10390 10421 10420) +4(10420 10421 10452 10451) +4(10451 10452 10483 10482) +4(10482 10483 10514 10513) +4(10513 10514 10545 10544) +4(10544 10545 10576 10575) +4(10575 10576 10607 10606) +4(10606 10607 10638 10637) +4(10637 10638 10669 10668) +4(10668 10669 10700 10699) +4(10699 10700 10731 10730) +4(10730 10731 10762 10761) +4(10761 10762 10793 10792) +4(10792 10793 10824 10823) +4(10823 10824 10855 10854) +4(10854 10855 10886 10885) +4(10885 10886 10917 10916) +4(10916 10917 10948 10947) +4(10947 10948 10979 10978) +4(10978 10979 11010 11009) +4(11009 11010 11041 11040) +4(11040 11041 11072 11071) +4(11071 11072 11103 11102) +4(11102 11103 11134 11133) +4(11133 11134 11165 11164) +4(11164 11165 11196 11195) +4(11195 11196 11227 11226) +4(11226 11227 11258 11257) +4(11257 11258 11289 11288) +4(11288 11289 11320 11319) +4(11319 11320 11351 11350) +4(11350 11351 11382 11381) +4(11381 11382 11413 11412) +4(11412 11413 11444 11443) +4(11443 11444 11475 11474) +4(11474 11475 11506 11505) +4(11505 11506 11537 11536) +4(11536 11537 11568 11567) +4(11567 11568 11599 11598) +4(11598 11599 11630 11629) +4(11629 11630 11661 11660) +4(11660 11661 11692 11691) +4(11691 11692 11723 11722) +4(11722 11723 11754 11753) +4(11753 11754 11785 11784) +4(11784 11785 11816 11815) +4(11815 11816 11847 11846) +4(11846 11847 11878 11877) +4(11877 11878 11909 11908) +4(11908 11909 11940 11939) +4(11939 11940 11971 11970) +4(11970 11971 12002 12001) +4(12001 12002 12033 12032) +4(12032 12033 12064 12063) +4(12063 12064 12095 12094) +4(12094 12095 12126 12125) +4(12125 12126 12157 12156) +4(12156 12157 12188 12187) +4(12187 12188 12219 12218) +4(12218 12219 12250 12249) +4(12249 12250 12281 12280) +4(12280 12281 12312 12311) +4(12311 12312 12343 12342) +4(12342 12343 12374 12373) +4(12373 12374 12405 12404) +4(12404 12405 12436 12435) +4(6236 6237 6268 6267) +4(6267 6268 6299 6298) +4(6298 6299 6330 6329) +4(6329 6330 6361 6360) +4(6360 6361 6392 6391) +4(6391 6392 6423 6422) +4(6422 6423 6454 6453) +4(6453 6454 6485 6484) +4(6484 6485 6516 6515) +4(6515 6516 6547 6546) +4(6546 6547 6578 6577) +4(6577 6578 6609 6608) +4(6608 6609 6640 6639) +4(6639 6640 6671 6670) +4(6670 6671 6702 6701) +4(6701 6702 6733 6732) +4(6732 6733 6764 6763) +4(6763 6764 6795 6794) +4(6794 6795 6826 6825) +4(6825 6826 6857 6856) +4(6856 6857 6888 6887) +4(6887 6888 6919 6918) +4(6918 6919 6950 6949) +4(6949 6950 6981 6980) +4(6980 6981 7012 7011) +4(7011 7012 7043 7042) +4(7042 7043 7074 7073) +4(7073 7074 7105 7104) +4(7104 7105 7136 7135) +4(7135 7136 7167 7166) +4(7166 7167 7198 7197) +4(7197 7198 7229 7228) +4(7228 7229 7260 7259) +4(7259 7260 7291 7290) +4(7290 7291 7322 7321) +4(7321 7322 7353 7352) +4(7352 7353 7384 7383) +4(7383 7384 7415 7414) +4(7414 7415 7446 7445) +4(7445 7446 7477 7476) +4(7476 7477 7508 7507) +4(7507 7508 7539 7538) +4(7538 7539 7570 7569) +4(7569 7570 7601 7600) +4(7600 7601 7632 7631) +4(7631 7632 7663 7662) +4(7662 7663 7694 7693) +4(7693 7694 7725 7724) +4(7724 7725 7756 7755) +4(7755 7756 7787 7786) +4(7786 7787 7818 7817) +4(7817 7818 7849 7848) +4(7848 7849 7880 7879) +4(7879 7880 7911 7910) +4(7910 7911 7942 7941) +4(7941 7942 7973 7972) +4(7972 7973 8004 8003) +4(8003 8004 8035 8034) +4(8034 8035 8066 8065) +4(8065 8066 8097 8096) +4(8096 8097 8128 8127) +4(8127 8128 8159 8158) +4(8158 8159 8190 8189) +4(8189 8190 8221 8220) +4(8220 8221 8252 8251) +4(8251 8252 8283 8282) +4(8282 8283 8314 8313) +4(8313 8314 8345 8344) +4(8344 8345 8376 8375) +4(8375 8376 8407 8406) +4(8406 8407 8438 8437) +4(8437 8438 8469 8468) +4(8468 8469 8500 8499) +4(8499 8500 8531 8530) +4(8530 8531 8562 8561) +4(8561 8562 8593 8592) +4(8592 8593 8624 8623) +4(8623 8624 8655 8654) +4(8654 8655 8686 8685) +4(8685 8686 8717 8716) +4(8716 8717 8748 8747) +4(8747 8748 8779 8778) +4(8778 8779 8810 8809) +4(8809 8810 8841 8840) +4(8840 8841 8872 8871) +4(8871 8872 8903 8902) +4(8902 8903 8934 8933) +4(8933 8934 8965 8964) +4(8964 8965 8996 8995) +4(8995 8996 9027 9026) +4(9026 9027 9058 9057) +4(9057 9058 9089 9088) +4(9088 9089 9120 9119) +4(9119 9120 9151 9150) +4(9150 9151 9182 9181) +4(9181 9182 9213 9212) +4(9212 9213 9244 9243) +4(9243 9244 9275 9274) +4(9274 9275 9306 9305) +4(9305 9306 9337 9336) +4(9336 9337 9368 9367) +4(9367 9368 9399 9398) +4(9398 9399 9430 9429) +4(9429 9430 9461 9460) +4(9460 9461 9492 9491) +4(9491 9492 9523 9522) +4(9522 9523 9554 9553) +4(9553 9554 9585 9584) +4(9584 9585 9616 9615) +4(9615 9616 9647 9646) +4(9646 9647 9678 9677) +4(9677 9678 9709 9708) +4(9708 9709 9740 9739) +4(9739 9740 9771 9770) +4(9770 9771 9802 9801) +4(9801 9802 9833 9832) +4(9832 9833 9864 9863) +4(9863 9864 9895 9894) +4(9894 9895 9926 9925) +4(9925 9926 9957 9956) +4(9956 9957 9988 9987) +4(9987 9988 10019 10018) +4(10018 10019 10050 10049) +4(10049 10050 10081 10080) +4(10080 10081 10112 10111) +4(10111 10112 10143 10142) +4(10142 10143 10174 10173) +4(10173 10174 10205 10204) +4(10204 10205 10236 10235) +4(10235 10236 10267 10266) +4(10266 10267 10298 10297) +4(10297 10298 10329 10328) +4(10328 10329 10360 10359) +4(10359 10360 10391 10390) +4(10390 10391 10422 10421) +4(10421 10422 10453 10452) +4(10452 10453 10484 10483) +4(10483 10484 10515 10514) +4(10514 10515 10546 10545) +4(10545 10546 10577 10576) +4(10576 10577 10608 10607) +4(10607 10608 10639 10638) +4(10638 10639 10670 10669) +4(10669 10670 10701 10700) +4(10700 10701 10732 10731) +4(10731 10732 10763 10762) +4(10762 10763 10794 10793) +4(10793 10794 10825 10824) +4(10824 10825 10856 10855) +4(10855 10856 10887 10886) +4(10886 10887 10918 10917) +4(10917 10918 10949 10948) +4(10948 10949 10980 10979) +4(10979 10980 11011 11010) +4(11010 11011 11042 11041) +4(11041 11042 11073 11072) +4(11072 11073 11104 11103) +4(11103 11104 11135 11134) +4(11134 11135 11166 11165) +4(11165 11166 11197 11196) +4(11196 11197 11228 11227) +4(11227 11228 11259 11258) +4(11258 11259 11290 11289) +4(11289 11290 11321 11320) +4(11320 11321 11352 11351) +4(11351 11352 11383 11382) +4(11382 11383 11414 11413) +4(11413 11414 11445 11444) +4(11444 11445 11476 11475) +4(11475 11476 11507 11506) +4(11506 11507 11538 11537) +4(11537 11538 11569 11568) +4(11568 11569 11600 11599) +4(11599 11600 11631 11630) +4(11630 11631 11662 11661) +4(11661 11662 11693 11692) +4(11692 11693 11724 11723) +4(11723 11724 11755 11754) +4(11754 11755 11786 11785) +4(11785 11786 11817 11816) +4(11816 11817 11848 11847) +4(11847 11848 11879 11878) +4(11878 11879 11910 11909) +4(11909 11910 11941 11940) +4(11940 11941 11972 11971) +4(11971 11972 12003 12002) +4(12002 12003 12034 12033) +4(12033 12034 12065 12064) +4(12064 12065 12096 12095) +4(12095 12096 12127 12126) +4(12126 12127 12158 12157) +4(12157 12158 12189 12188) +4(12188 12189 12220 12219) +4(12219 12220 12251 12250) +4(12250 12251 12282 12281) +4(12281 12282 12313 12312) +4(12312 12313 12344 12343) +4(12343 12344 12375 12374) +4(12374 12375 12406 12405) +4(12405 12406 12437 12436) +4(6237 6238 6269 6268) +4(6268 6269 6300 6299) +4(6299 6300 6331 6330) +4(6330 6331 6362 6361) +4(6361 6362 6393 6392) +4(6392 6393 6424 6423) +4(6423 6424 6455 6454) +4(6454 6455 6486 6485) +4(6485 6486 6517 6516) +4(6516 6517 6548 6547) +4(6547 6548 6579 6578) +4(6578 6579 6610 6609) +4(6609 6610 6641 6640) +4(6640 6641 6672 6671) +4(6671 6672 6703 6702) +4(6702 6703 6734 6733) +4(6733 6734 6765 6764) +4(6764 6765 6796 6795) +4(6795 6796 6827 6826) +4(6826 6827 6858 6857) +4(6857 6858 6889 6888) +4(6888 6889 6920 6919) +4(6919 6920 6951 6950) +4(6950 6951 6982 6981) +4(6981 6982 7013 7012) +4(7012 7013 7044 7043) +4(7043 7044 7075 7074) +4(7074 7075 7106 7105) +4(7105 7106 7137 7136) +4(7136 7137 7168 7167) +4(7167 7168 7199 7198) +4(7198 7199 7230 7229) +4(7229 7230 7261 7260) +4(7260 7261 7292 7291) +4(7291 7292 7323 7322) +4(7322 7323 7354 7353) +4(7353 7354 7385 7384) +4(7384 7385 7416 7415) +4(7415 7416 7447 7446) +4(7446 7447 7478 7477) +4(7477 7478 7509 7508) +4(7508 7509 7540 7539) +4(7539 7540 7571 7570) +4(7570 7571 7602 7601) +4(7601 7602 7633 7632) +4(7632 7633 7664 7663) +4(7663 7664 7695 7694) +4(7694 7695 7726 7725) +4(7725 7726 7757 7756) +4(7756 7757 7788 7787) +4(7787 7788 7819 7818) +4(7818 7819 7850 7849) +4(7849 7850 7881 7880) +4(7880 7881 7912 7911) +4(7911 7912 7943 7942) +4(7942 7943 7974 7973) +4(7973 7974 8005 8004) +4(8004 8005 8036 8035) +4(8035 8036 8067 8066) +4(8066 8067 8098 8097) +4(8097 8098 8129 8128) +4(8128 8129 8160 8159) +4(8159 8160 8191 8190) +4(8190 8191 8222 8221) +4(8221 8222 8253 8252) +4(8252 8253 8284 8283) +4(8283 8284 8315 8314) +4(8314 8315 8346 8345) +4(8345 8346 8377 8376) +4(8376 8377 8408 8407) +4(8407 8408 8439 8438) +4(8438 8439 8470 8469) +4(8469 8470 8501 8500) +4(8500 8501 8532 8531) +4(8531 8532 8563 8562) +4(8562 8563 8594 8593) +4(8593 8594 8625 8624) +4(8624 8625 8656 8655) +4(8655 8656 8687 8686) +4(8686 8687 8718 8717) +4(8717 8718 8749 8748) +4(8748 8749 8780 8779) +4(8779 8780 8811 8810) +4(8810 8811 8842 8841) +4(8841 8842 8873 8872) +4(8872 8873 8904 8903) +4(8903 8904 8935 8934) +4(8934 8935 8966 8965) +4(8965 8966 8997 8996) +4(8996 8997 9028 9027) +4(9027 9028 9059 9058) +4(9058 9059 9090 9089) +4(9089 9090 9121 9120) +4(9120 9121 9152 9151) +4(9151 9152 9183 9182) +4(9182 9183 9214 9213) +4(9213 9214 9245 9244) +4(9244 9245 9276 9275) +4(9275 9276 9307 9306) +4(9306 9307 9338 9337) +4(9337 9338 9369 9368) +4(9368 9369 9400 9399) +4(9399 9400 9431 9430) +4(9430 9431 9462 9461) +4(9461 9462 9493 9492) +4(9492 9493 9524 9523) +4(9523 9524 9555 9554) +4(9554 9555 9586 9585) +4(9585 9586 9617 9616) +4(9616 9617 9648 9647) +4(9647 9648 9679 9678) +4(9678 9679 9710 9709) +4(9709 9710 9741 9740) +4(9740 9741 9772 9771) +4(9771 9772 9803 9802) +4(9802 9803 9834 9833) +4(9833 9834 9865 9864) +4(9864 9865 9896 9895) +4(9895 9896 9927 9926) +4(9926 9927 9958 9957) +4(9957 9958 9989 9988) +4(9988 9989 10020 10019) +4(10019 10020 10051 10050) +4(10050 10051 10082 10081) +4(10081 10082 10113 10112) +4(10112 10113 10144 10143) +4(10143 10144 10175 10174) +4(10174 10175 10206 10205) +4(10205 10206 10237 10236) +4(10236 10237 10268 10267) +4(10267 10268 10299 10298) +4(10298 10299 10330 10329) +4(10329 10330 10361 10360) +4(10360 10361 10392 10391) +4(10391 10392 10423 10422) +4(10422 10423 10454 10453) +4(10453 10454 10485 10484) +4(10484 10485 10516 10515) +4(10515 10516 10547 10546) +4(10546 10547 10578 10577) +4(10577 10578 10609 10608) +4(10608 10609 10640 10639) +4(10639 10640 10671 10670) +4(10670 10671 10702 10701) +4(10701 10702 10733 10732) +4(10732 10733 10764 10763) +4(10763 10764 10795 10794) +4(10794 10795 10826 10825) +4(10825 10826 10857 10856) +4(10856 10857 10888 10887) +4(10887 10888 10919 10918) +4(10918 10919 10950 10949) +4(10949 10950 10981 10980) +4(10980 10981 11012 11011) +4(11011 11012 11043 11042) +4(11042 11043 11074 11073) +4(11073 11074 11105 11104) +4(11104 11105 11136 11135) +4(11135 11136 11167 11166) +4(11166 11167 11198 11197) +4(11197 11198 11229 11228) +4(11228 11229 11260 11259) +4(11259 11260 11291 11290) +4(11290 11291 11322 11321) +4(11321 11322 11353 11352) +4(11352 11353 11384 11383) +4(11383 11384 11415 11414) +4(11414 11415 11446 11445) +4(11445 11446 11477 11476) +4(11476 11477 11508 11507) +4(11507 11508 11539 11538) +4(11538 11539 11570 11569) +4(11569 11570 11601 11600) +4(11600 11601 11632 11631) +4(11631 11632 11663 11662) +4(11662 11663 11694 11693) +4(11693 11694 11725 11724) +4(11724 11725 11756 11755) +4(11755 11756 11787 11786) +4(11786 11787 11818 11817) +4(11817 11818 11849 11848) +4(11848 11849 11880 11879) +4(11879 11880 11911 11910) +4(11910 11911 11942 11941) +4(11941 11942 11973 11972) +4(11972 11973 12004 12003) +4(12003 12004 12035 12034) +4(12034 12035 12066 12065) +4(12065 12066 12097 12096) +4(12096 12097 12128 12127) +4(12127 12128 12159 12158) +4(12158 12159 12190 12189) +4(12189 12190 12221 12220) +4(12220 12221 12252 12251) +4(12251 12252 12283 12282) +4(12282 12283 12314 12313) +4(12313 12314 12345 12344) +4(12344 12345 12376 12375) +4(12375 12376 12407 12406) +4(12406 12407 12438 12437) +4(6238 6239 6270 6269) +4(6269 6270 6301 6300) +4(6300 6301 6332 6331) +4(6331 6332 6363 6362) +4(6362 6363 6394 6393) +4(6393 6394 6425 6424) +4(6424 6425 6456 6455) +4(6455 6456 6487 6486) +4(6486 6487 6518 6517) +4(6517 6518 6549 6548) +4(6548 6549 6580 6579) +4(6579 6580 6611 6610) +4(6610 6611 6642 6641) +4(6641 6642 6673 6672) +4(6672 6673 6704 6703) +4(6703 6704 6735 6734) +4(6734 6735 6766 6765) +4(6765 6766 6797 6796) +4(6796 6797 6828 6827) +4(6827 6828 6859 6858) +4(6858 6859 6890 6889) +4(6889 6890 6921 6920) +4(6920 6921 6952 6951) +4(6951 6952 6983 6982) +4(6982 6983 7014 7013) +4(7013 7014 7045 7044) +4(7044 7045 7076 7075) +4(7075 7076 7107 7106) +4(7106 7107 7138 7137) +4(7137 7138 7169 7168) +4(7168 7169 7200 7199) +4(7199 7200 7231 7230) +4(7230 7231 7262 7261) +4(7261 7262 7293 7292) +4(7292 7293 7324 7323) +4(7323 7324 7355 7354) +4(7354 7355 7386 7385) +4(7385 7386 7417 7416) +4(7416 7417 7448 7447) +4(7447 7448 7479 7478) +4(7478 7479 7510 7509) +4(7509 7510 7541 7540) +4(7540 7541 7572 7571) +4(7571 7572 7603 7602) +4(7602 7603 7634 7633) +4(7633 7634 7665 7664) +4(7664 7665 7696 7695) +4(7695 7696 7727 7726) +4(7726 7727 7758 7757) +4(7757 7758 7789 7788) +4(7788 7789 7820 7819) +4(7819 7820 7851 7850) +4(7850 7851 7882 7881) +4(7881 7882 7913 7912) +4(7912 7913 7944 7943) +4(7943 7944 7975 7974) +4(7974 7975 8006 8005) +4(8005 8006 8037 8036) +4(8036 8037 8068 8067) +4(8067 8068 8099 8098) +4(8098 8099 8130 8129) +4(8129 8130 8161 8160) +4(8160 8161 8192 8191) +4(8191 8192 8223 8222) +4(8222 8223 8254 8253) +4(8253 8254 8285 8284) +4(8284 8285 8316 8315) +4(8315 8316 8347 8346) +4(8346 8347 8378 8377) +4(8377 8378 8409 8408) +4(8408 8409 8440 8439) +4(8439 8440 8471 8470) +4(8470 8471 8502 8501) +4(8501 8502 8533 8532) +4(8532 8533 8564 8563) +4(8563 8564 8595 8594) +4(8594 8595 8626 8625) +4(8625 8626 8657 8656) +4(8656 8657 8688 8687) +4(8687 8688 8719 8718) +4(8718 8719 8750 8749) +4(8749 8750 8781 8780) +4(8780 8781 8812 8811) +4(8811 8812 8843 8842) +4(8842 8843 8874 8873) +4(8873 8874 8905 8904) +4(8904 8905 8936 8935) +4(8935 8936 8967 8966) +4(8966 8967 8998 8997) +4(8997 8998 9029 9028) +4(9028 9029 9060 9059) +4(9059 9060 9091 9090) +4(9090 9091 9122 9121) +4(9121 9122 9153 9152) +4(9152 9153 9184 9183) +4(9183 9184 9215 9214) +4(9214 9215 9246 9245) +4(9245 9246 9277 9276) +4(9276 9277 9308 9307) +4(9307 9308 9339 9338) +4(9338 9339 9370 9369) +4(9369 9370 9401 9400) +4(9400 9401 9432 9431) +4(9431 9432 9463 9462) +4(9462 9463 9494 9493) +4(9493 9494 9525 9524) +4(9524 9525 9556 9555) +4(9555 9556 9587 9586) +4(9586 9587 9618 9617) +4(9617 9618 9649 9648) +4(9648 9649 9680 9679) +4(9679 9680 9711 9710) +4(9710 9711 9742 9741) +4(9741 9742 9773 9772) +4(9772 9773 9804 9803) +4(9803 9804 9835 9834) +4(9834 9835 9866 9865) +4(9865 9866 9897 9896) +4(9896 9897 9928 9927) +4(9927 9928 9959 9958) +4(9958 9959 9990 9989) +4(9989 9990 10021 10020) +4(10020 10021 10052 10051) +4(10051 10052 10083 10082) +4(10082 10083 10114 10113) +4(10113 10114 10145 10144) +4(10144 10145 10176 10175) +4(10175 10176 10207 10206) +4(10206 10207 10238 10237) +4(10237 10238 10269 10268) +4(10268 10269 10300 10299) +4(10299 10300 10331 10330) +4(10330 10331 10362 10361) +4(10361 10362 10393 10392) +4(10392 10393 10424 10423) +4(10423 10424 10455 10454) +4(10454 10455 10486 10485) +4(10485 10486 10517 10516) +4(10516 10517 10548 10547) +4(10547 10548 10579 10578) +4(10578 10579 10610 10609) +4(10609 10610 10641 10640) +4(10640 10641 10672 10671) +4(10671 10672 10703 10702) +4(10702 10703 10734 10733) +4(10733 10734 10765 10764) +4(10764 10765 10796 10795) +4(10795 10796 10827 10826) +4(10826 10827 10858 10857) +4(10857 10858 10889 10888) +4(10888 10889 10920 10919) +4(10919 10920 10951 10950) +4(10950 10951 10982 10981) +4(10981 10982 11013 11012) +4(11012 11013 11044 11043) +4(11043 11044 11075 11074) +4(11074 11075 11106 11105) +4(11105 11106 11137 11136) +4(11136 11137 11168 11167) +4(11167 11168 11199 11198) +4(11198 11199 11230 11229) +4(11229 11230 11261 11260) +4(11260 11261 11292 11291) +4(11291 11292 11323 11322) +4(11322 11323 11354 11353) +4(11353 11354 11385 11384) +4(11384 11385 11416 11415) +4(11415 11416 11447 11446) +4(11446 11447 11478 11477) +4(11477 11478 11509 11508) +4(11508 11509 11540 11539) +4(11539 11540 11571 11570) +4(11570 11571 11602 11601) +4(11601 11602 11633 11632) +4(11632 11633 11664 11663) +4(11663 11664 11695 11694) +4(11694 11695 11726 11725) +4(11725 11726 11757 11756) +4(11756 11757 11788 11787) +4(11787 11788 11819 11818) +4(11818 11819 11850 11849) +4(11849 11850 11881 11880) +4(11880 11881 11912 11911) +4(11911 11912 11943 11942) +4(11942 11943 11974 11973) +4(11973 11974 12005 12004) +4(12004 12005 12036 12035) +4(12035 12036 12067 12066) +4(12066 12067 12098 12097) +4(12097 12098 12129 12128) +4(12128 12129 12160 12159) +4(12159 12160 12191 12190) +4(12190 12191 12222 12221) +4(12221 12222 12253 12252) +4(12252 12253 12284 12283) +4(12283 12284 12315 12314) +4(12314 12315 12346 12345) +4(12345 12346 12377 12376) +4(12376 12377 12408 12407) +4(12407 12408 12439 12438) +4(6239 6240 6271 6270) +4(6270 6271 6302 6301) +4(6301 6302 6333 6332) +4(6332 6333 6364 6363) +4(6363 6364 6395 6394) +4(6394 6395 6426 6425) +4(6425 6426 6457 6456) +4(6456 6457 6488 6487) +4(6487 6488 6519 6518) +4(6518 6519 6550 6549) +4(6549 6550 6581 6580) +4(6580 6581 6612 6611) +4(6611 6612 6643 6642) +4(6642 6643 6674 6673) +4(6673 6674 6705 6704) +4(6704 6705 6736 6735) +4(6735 6736 6767 6766) +4(6766 6767 6798 6797) +4(6797 6798 6829 6828) +4(6828 6829 6860 6859) +4(6859 6860 6891 6890) +4(6890 6891 6922 6921) +4(6921 6922 6953 6952) +4(6952 6953 6984 6983) +4(6983 6984 7015 7014) +4(7014 7015 7046 7045) +4(7045 7046 7077 7076) +4(7076 7077 7108 7107) +4(7107 7108 7139 7138) +4(7138 7139 7170 7169) +4(7169 7170 7201 7200) +4(7200 7201 7232 7231) +4(7231 7232 7263 7262) +4(7262 7263 7294 7293) +4(7293 7294 7325 7324) +4(7324 7325 7356 7355) +4(7355 7356 7387 7386) +4(7386 7387 7418 7417) +4(7417 7418 7449 7448) +4(7448 7449 7480 7479) +4(7479 7480 7511 7510) +4(7510 7511 7542 7541) +4(7541 7542 7573 7572) +4(7572 7573 7604 7603) +4(7603 7604 7635 7634) +4(7634 7635 7666 7665) +4(7665 7666 7697 7696) +4(7696 7697 7728 7727) +4(7727 7728 7759 7758) +4(7758 7759 7790 7789) +4(7789 7790 7821 7820) +4(7820 7821 7852 7851) +4(7851 7852 7883 7882) +4(7882 7883 7914 7913) +4(7913 7914 7945 7944) +4(7944 7945 7976 7975) +4(7975 7976 8007 8006) +4(8006 8007 8038 8037) +4(8037 8038 8069 8068) +4(8068 8069 8100 8099) +4(8099 8100 8131 8130) +4(8130 8131 8162 8161) +4(8161 8162 8193 8192) +4(8192 8193 8224 8223) +4(8223 8224 8255 8254) +4(8254 8255 8286 8285) +4(8285 8286 8317 8316) +4(8316 8317 8348 8347) +4(8347 8348 8379 8378) +4(8378 8379 8410 8409) +4(8409 8410 8441 8440) +4(8440 8441 8472 8471) +4(8471 8472 8503 8502) +4(8502 8503 8534 8533) +4(8533 8534 8565 8564) +4(8564 8565 8596 8595) +4(8595 8596 8627 8626) +4(8626 8627 8658 8657) +4(8657 8658 8689 8688) +4(8688 8689 8720 8719) +4(8719 8720 8751 8750) +4(8750 8751 8782 8781) +4(8781 8782 8813 8812) +4(8812 8813 8844 8843) +4(8843 8844 8875 8874) +4(8874 8875 8906 8905) +4(8905 8906 8937 8936) +4(8936 8937 8968 8967) +4(8967 8968 8999 8998) +4(8998 8999 9030 9029) +4(9029 9030 9061 9060) +4(9060 9061 9092 9091) +4(9091 9092 9123 9122) +4(9122 9123 9154 9153) +4(9153 9154 9185 9184) +4(9184 9185 9216 9215) +4(9215 9216 9247 9246) +4(9246 9247 9278 9277) +4(9277 9278 9309 9308) +4(9308 9309 9340 9339) +4(9339 9340 9371 9370) +4(9370 9371 9402 9401) +4(9401 9402 9433 9432) +4(9432 9433 9464 9463) +4(9463 9464 9495 9494) +4(9494 9495 9526 9525) +4(9525 9526 9557 9556) +4(9556 9557 9588 9587) +4(9587 9588 9619 9618) +4(9618 9619 9650 9649) +4(9649 9650 9681 9680) +4(9680 9681 9712 9711) +4(9711 9712 9743 9742) +4(9742 9743 9774 9773) +4(9773 9774 9805 9804) +4(9804 9805 9836 9835) +4(9835 9836 9867 9866) +4(9866 9867 9898 9897) +4(9897 9898 9929 9928) +4(9928 9929 9960 9959) +4(9959 9960 9991 9990) +4(9990 9991 10022 10021) +4(10021 10022 10053 10052) +4(10052 10053 10084 10083) +4(10083 10084 10115 10114) +4(10114 10115 10146 10145) +4(10145 10146 10177 10176) +4(10176 10177 10208 10207) +4(10207 10208 10239 10238) +4(10238 10239 10270 10269) +4(10269 10270 10301 10300) +4(10300 10301 10332 10331) +4(10331 10332 10363 10362) +4(10362 10363 10394 10393) +4(10393 10394 10425 10424) +4(10424 10425 10456 10455) +4(10455 10456 10487 10486) +4(10486 10487 10518 10517) +4(10517 10518 10549 10548) +4(10548 10549 10580 10579) +4(10579 10580 10611 10610) +4(10610 10611 10642 10641) +4(10641 10642 10673 10672) +4(10672 10673 10704 10703) +4(10703 10704 10735 10734) +4(10734 10735 10766 10765) +4(10765 10766 10797 10796) +4(10796 10797 10828 10827) +4(10827 10828 10859 10858) +4(10858 10859 10890 10889) +4(10889 10890 10921 10920) +4(10920 10921 10952 10951) +4(10951 10952 10983 10982) +4(10982 10983 11014 11013) +4(11013 11014 11045 11044) +4(11044 11045 11076 11075) +4(11075 11076 11107 11106) +4(11106 11107 11138 11137) +4(11137 11138 11169 11168) +4(11168 11169 11200 11199) +4(11199 11200 11231 11230) +4(11230 11231 11262 11261) +4(11261 11262 11293 11292) +4(11292 11293 11324 11323) +4(11323 11324 11355 11354) +4(11354 11355 11386 11385) +4(11385 11386 11417 11416) +4(11416 11417 11448 11447) +4(11447 11448 11479 11478) +4(11478 11479 11510 11509) +4(11509 11510 11541 11540) +4(11540 11541 11572 11571) +4(11571 11572 11603 11602) +4(11602 11603 11634 11633) +4(11633 11634 11665 11664) +4(11664 11665 11696 11695) +4(11695 11696 11727 11726) +4(11726 11727 11758 11757) +4(11757 11758 11789 11788) +4(11788 11789 11820 11819) +4(11819 11820 11851 11850) +4(11850 11851 11882 11881) +4(11881 11882 11913 11912) +4(11912 11913 11944 11943) +4(11943 11944 11975 11974) +4(11974 11975 12006 12005) +4(12005 12006 12037 12036) +4(12036 12037 12068 12067) +4(12067 12068 12099 12098) +4(12098 12099 12130 12129) +4(12129 12130 12161 12160) +4(12160 12161 12192 12191) +4(12191 12192 12223 12222) +4(12222 12223 12254 12253) +4(12253 12254 12285 12284) +4(12284 12285 12316 12315) +4(12315 12316 12347 12346) +4(12346 12347 12378 12377) +4(12377 12378 12409 12408) +4(12408 12409 12440 12439) +4(6240 6241 6272 6271) +4(6271 6272 6303 6302) +4(6302 6303 6334 6333) +4(6333 6334 6365 6364) +4(6364 6365 6396 6395) +4(6395 6396 6427 6426) +4(6426 6427 6458 6457) +4(6457 6458 6489 6488) +4(6488 6489 6520 6519) +4(6519 6520 6551 6550) +4(6550 6551 6582 6581) +4(6581 6582 6613 6612) +4(6612 6613 6644 6643) +4(6643 6644 6675 6674) +4(6674 6675 6706 6705) +4(6705 6706 6737 6736) +4(6736 6737 6768 6767) +4(6767 6768 6799 6798) +4(6798 6799 6830 6829) +4(6829 6830 6861 6860) +4(6860 6861 6892 6891) +4(6891 6892 6923 6922) +4(6922 6923 6954 6953) +4(6953 6954 6985 6984) +4(6984 6985 7016 7015) +4(7015 7016 7047 7046) +4(7046 7047 7078 7077) +4(7077 7078 7109 7108) +4(7108 7109 7140 7139) +4(7139 7140 7171 7170) +4(7170 7171 7202 7201) +4(7201 7202 7233 7232) +4(7232 7233 7264 7263) +4(7263 7264 7295 7294) +4(7294 7295 7326 7325) +4(7325 7326 7357 7356) +4(7356 7357 7388 7387) +4(7387 7388 7419 7418) +4(7418 7419 7450 7449) +4(7449 7450 7481 7480) +4(7480 7481 7512 7511) +4(7511 7512 7543 7542) +4(7542 7543 7574 7573) +4(7573 7574 7605 7604) +4(7604 7605 7636 7635) +4(7635 7636 7667 7666) +4(7666 7667 7698 7697) +4(7697 7698 7729 7728) +4(7728 7729 7760 7759) +4(7759 7760 7791 7790) +4(7790 7791 7822 7821) +4(7821 7822 7853 7852) +4(7852 7853 7884 7883) +4(7883 7884 7915 7914) +4(7914 7915 7946 7945) +4(7945 7946 7977 7976) +4(7976 7977 8008 8007) +4(8007 8008 8039 8038) +4(8038 8039 8070 8069) +4(8069 8070 8101 8100) +4(8100 8101 8132 8131) +4(8131 8132 8163 8162) +4(8162 8163 8194 8193) +4(8193 8194 8225 8224) +4(8224 8225 8256 8255) +4(8255 8256 8287 8286) +4(8286 8287 8318 8317) +4(8317 8318 8349 8348) +4(8348 8349 8380 8379) +4(8379 8380 8411 8410) +4(8410 8411 8442 8441) +4(8441 8442 8473 8472) +4(8472 8473 8504 8503) +4(8503 8504 8535 8534) +4(8534 8535 8566 8565) +4(8565 8566 8597 8596) +4(8596 8597 8628 8627) +4(8627 8628 8659 8658) +4(8658 8659 8690 8689) +4(8689 8690 8721 8720) +4(8720 8721 8752 8751) +4(8751 8752 8783 8782) +4(8782 8783 8814 8813) +4(8813 8814 8845 8844) +4(8844 8845 8876 8875) +4(8875 8876 8907 8906) +4(8906 8907 8938 8937) +4(8937 8938 8969 8968) +4(8968 8969 9000 8999) +4(8999 9000 9031 9030) +4(9030 9031 9062 9061) +4(9061 9062 9093 9092) +4(9092 9093 9124 9123) +4(9123 9124 9155 9154) +4(9154 9155 9186 9185) +4(9185 9186 9217 9216) +4(9216 9217 9248 9247) +4(9247 9248 9279 9278) +4(9278 9279 9310 9309) +4(9309 9310 9341 9340) +4(9340 9341 9372 9371) +4(9371 9372 9403 9402) +4(9402 9403 9434 9433) +4(9433 9434 9465 9464) +4(9464 9465 9496 9495) +4(9495 9496 9527 9526) +4(9526 9527 9558 9557) +4(9557 9558 9589 9588) +4(9588 9589 9620 9619) +4(9619 9620 9651 9650) +4(9650 9651 9682 9681) +4(9681 9682 9713 9712) +4(9712 9713 9744 9743) +4(9743 9744 9775 9774) +4(9774 9775 9806 9805) +4(9805 9806 9837 9836) +4(9836 9837 9868 9867) +4(9867 9868 9899 9898) +4(9898 9899 9930 9929) +4(9929 9930 9961 9960) +4(9960 9961 9992 9991) +4(9991 9992 10023 10022) +4(10022 10023 10054 10053) +4(10053 10054 10085 10084) +4(10084 10085 10116 10115) +4(10115 10116 10147 10146) +4(10146 10147 10178 10177) +4(10177 10178 10209 10208) +4(10208 10209 10240 10239) +4(10239 10240 10271 10270) +4(10270 10271 10302 10301) +4(10301 10302 10333 10332) +4(10332 10333 10364 10363) +4(10363 10364 10395 10394) +4(10394 10395 10426 10425) +4(10425 10426 10457 10456) +4(10456 10457 10488 10487) +4(10487 10488 10519 10518) +4(10518 10519 10550 10549) +4(10549 10550 10581 10580) +4(10580 10581 10612 10611) +4(10611 10612 10643 10642) +4(10642 10643 10674 10673) +4(10673 10674 10705 10704) +4(10704 10705 10736 10735) +4(10735 10736 10767 10766) +4(10766 10767 10798 10797) +4(10797 10798 10829 10828) +4(10828 10829 10860 10859) +4(10859 10860 10891 10890) +4(10890 10891 10922 10921) +4(10921 10922 10953 10952) +4(10952 10953 10984 10983) +4(10983 10984 11015 11014) +4(11014 11015 11046 11045) +4(11045 11046 11077 11076) +4(11076 11077 11108 11107) +4(11107 11108 11139 11138) +4(11138 11139 11170 11169) +4(11169 11170 11201 11200) +4(11200 11201 11232 11231) +4(11231 11232 11263 11262) +4(11262 11263 11294 11293) +4(11293 11294 11325 11324) +4(11324 11325 11356 11355) +4(11355 11356 11387 11386) +4(11386 11387 11418 11417) +4(11417 11418 11449 11448) +4(11448 11449 11480 11479) +4(11479 11480 11511 11510) +4(11510 11511 11542 11541) +4(11541 11542 11573 11572) +4(11572 11573 11604 11603) +4(11603 11604 11635 11634) +4(11634 11635 11666 11665) +4(11665 11666 11697 11696) +4(11696 11697 11728 11727) +4(11727 11728 11759 11758) +4(11758 11759 11790 11789) +4(11789 11790 11821 11820) +4(11820 11821 11852 11851) +4(11851 11852 11883 11882) +4(11882 11883 11914 11913) +4(11913 11914 11945 11944) +4(11944 11945 11976 11975) +4(11975 11976 12007 12006) +4(12006 12007 12038 12037) +4(12037 12038 12069 12068) +4(12068 12069 12100 12099) +4(12099 12100 12131 12130) +4(12130 12131 12162 12161) +4(12161 12162 12193 12192) +4(12192 12193 12224 12223) +4(12223 12224 12255 12254) +4(12254 12255 12286 12285) +4(12285 12286 12317 12316) +4(12316 12317 12348 12347) +4(12347 12348 12379 12378) +4(12378 12379 12410 12409) +4(12409 12410 12441 12440) +4(6241 6242 6273 6272) +4(6272 6273 6304 6303) +4(6303 6304 6335 6334) +4(6334 6335 6366 6365) +4(6365 6366 6397 6396) +4(6396 6397 6428 6427) +4(6427 6428 6459 6458) +4(6458 6459 6490 6489) +4(6489 6490 6521 6520) +4(6520 6521 6552 6551) +4(6551 6552 6583 6582) +4(6582 6583 6614 6613) +4(6613 6614 6645 6644) +4(6644 6645 6676 6675) +4(6675 6676 6707 6706) +4(6706 6707 6738 6737) +4(6737 6738 6769 6768) +4(6768 6769 6800 6799) +4(6799 6800 6831 6830) +4(6830 6831 6862 6861) +4(6861 6862 6893 6892) +4(6892 6893 6924 6923) +4(6923 6924 6955 6954) +4(6954 6955 6986 6985) +4(6985 6986 7017 7016) +4(7016 7017 7048 7047) +4(7047 7048 7079 7078) +4(7078 7079 7110 7109) +4(7109 7110 7141 7140) +4(7140 7141 7172 7171) +4(7171 7172 7203 7202) +4(7202 7203 7234 7233) +4(7233 7234 7265 7264) +4(7264 7265 7296 7295) +4(7295 7296 7327 7326) +4(7326 7327 7358 7357) +4(7357 7358 7389 7388) +4(7388 7389 7420 7419) +4(7419 7420 7451 7450) +4(7450 7451 7482 7481) +4(7481 7482 7513 7512) +4(7512 7513 7544 7543) +4(7543 7544 7575 7574) +4(7574 7575 7606 7605) +4(7605 7606 7637 7636) +4(7636 7637 7668 7667) +4(7667 7668 7699 7698) +4(7698 7699 7730 7729) +4(7729 7730 7761 7760) +4(7760 7761 7792 7791) +4(7791 7792 7823 7822) +4(7822 7823 7854 7853) +4(7853 7854 7885 7884) +4(7884 7885 7916 7915) +4(7915 7916 7947 7946) +4(7946 7947 7978 7977) +4(7977 7978 8009 8008) +4(8008 8009 8040 8039) +4(8039 8040 8071 8070) +4(8070 8071 8102 8101) +4(8101 8102 8133 8132) +4(8132 8133 8164 8163) +4(8163 8164 8195 8194) +4(8194 8195 8226 8225) +4(8225 8226 8257 8256) +4(8256 8257 8288 8287) +4(8287 8288 8319 8318) +4(8318 8319 8350 8349) +4(8349 8350 8381 8380) +4(8380 8381 8412 8411) +4(8411 8412 8443 8442) +4(8442 8443 8474 8473) +4(8473 8474 8505 8504) +4(8504 8505 8536 8535) +4(8535 8536 8567 8566) +4(8566 8567 8598 8597) +4(8597 8598 8629 8628) +4(8628 8629 8660 8659) +4(8659 8660 8691 8690) +4(8690 8691 8722 8721) +4(8721 8722 8753 8752) +4(8752 8753 8784 8783) +4(8783 8784 8815 8814) +4(8814 8815 8846 8845) +4(8845 8846 8877 8876) +4(8876 8877 8908 8907) +4(8907 8908 8939 8938) +4(8938 8939 8970 8969) +4(8969 8970 9001 9000) +4(9000 9001 9032 9031) +4(9031 9032 9063 9062) +4(9062 9063 9094 9093) +4(9093 9094 9125 9124) +4(9124 9125 9156 9155) +4(9155 9156 9187 9186) +4(9186 9187 9218 9217) +4(9217 9218 9249 9248) +4(9248 9249 9280 9279) +4(9279 9280 9311 9310) +4(9310 9311 9342 9341) +4(9341 9342 9373 9372) +4(9372 9373 9404 9403) +4(9403 9404 9435 9434) +4(9434 9435 9466 9465) +4(9465 9466 9497 9496) +4(9496 9497 9528 9527) +4(9527 9528 9559 9558) +4(9558 9559 9590 9589) +4(9589 9590 9621 9620) +4(9620 9621 9652 9651) +4(9651 9652 9683 9682) +4(9682 9683 9714 9713) +4(9713 9714 9745 9744) +4(9744 9745 9776 9775) +4(9775 9776 9807 9806) +4(9806 9807 9838 9837) +4(9837 9838 9869 9868) +4(9868 9869 9900 9899) +4(9899 9900 9931 9930) +4(9930 9931 9962 9961) +4(9961 9962 9993 9992) +4(9992 9993 10024 10023) +4(10023 10024 10055 10054) +4(10054 10055 10086 10085) +4(10085 10086 10117 10116) +4(10116 10117 10148 10147) +4(10147 10148 10179 10178) +4(10178 10179 10210 10209) +4(10209 10210 10241 10240) +4(10240 10241 10272 10271) +4(10271 10272 10303 10302) +4(10302 10303 10334 10333) +4(10333 10334 10365 10364) +4(10364 10365 10396 10395) +4(10395 10396 10427 10426) +4(10426 10427 10458 10457) +4(10457 10458 10489 10488) +4(10488 10489 10520 10519) +4(10519 10520 10551 10550) +4(10550 10551 10582 10581) +4(10581 10582 10613 10612) +4(10612 10613 10644 10643) +4(10643 10644 10675 10674) +4(10674 10675 10706 10705) +4(10705 10706 10737 10736) +4(10736 10737 10768 10767) +4(10767 10768 10799 10798) +4(10798 10799 10830 10829) +4(10829 10830 10861 10860) +4(10860 10861 10892 10891) +4(10891 10892 10923 10922) +4(10922 10923 10954 10953) +4(10953 10954 10985 10984) +4(10984 10985 11016 11015) +4(11015 11016 11047 11046) +4(11046 11047 11078 11077) +4(11077 11078 11109 11108) +4(11108 11109 11140 11139) +4(11139 11140 11171 11170) +4(11170 11171 11202 11201) +4(11201 11202 11233 11232) +4(11232 11233 11264 11263) +4(11263 11264 11295 11294) +4(11294 11295 11326 11325) +4(11325 11326 11357 11356) +4(11356 11357 11388 11387) +4(11387 11388 11419 11418) +4(11418 11419 11450 11449) +4(11449 11450 11481 11480) +4(11480 11481 11512 11511) +4(11511 11512 11543 11542) +4(11542 11543 11574 11573) +4(11573 11574 11605 11604) +4(11604 11605 11636 11635) +4(11635 11636 11667 11666) +4(11666 11667 11698 11697) +4(11697 11698 11729 11728) +4(11728 11729 11760 11759) +4(11759 11760 11791 11790) +4(11790 11791 11822 11821) +4(11821 11822 11853 11852) +4(11852 11853 11884 11883) +4(11883 11884 11915 11914) +4(11914 11915 11946 11945) +4(11945 11946 11977 11976) +4(11976 11977 12008 12007) +4(12007 12008 12039 12038) +4(12038 12039 12070 12069) +4(12069 12070 12101 12100) +4(12100 12101 12132 12131) +4(12131 12132 12163 12162) +4(12162 12163 12194 12193) +4(12193 12194 12225 12224) +4(12224 12225 12256 12255) +4(12255 12256 12287 12286) +4(12286 12287 12318 12317) +4(12317 12318 12349 12348) +4(12348 12349 12380 12379) +4(12379 12380 12411 12410) +4(12410 12411 12442 12441) +4(6242 6243 6274 6273) +4(6273 6274 6305 6304) +4(6304 6305 6336 6335) +4(6335 6336 6367 6366) +4(6366 6367 6398 6397) +4(6397 6398 6429 6428) +4(6428 6429 6460 6459) +4(6459 6460 6491 6490) +4(6490 6491 6522 6521) +4(6521 6522 6553 6552) +4(6552 6553 6584 6583) +4(6583 6584 6615 6614) +4(6614 6615 6646 6645) +4(6645 6646 6677 6676) +4(6676 6677 6708 6707) +4(6707 6708 6739 6738) +4(6738 6739 6770 6769) +4(6769 6770 6801 6800) +4(6800 6801 6832 6831) +4(6831 6832 6863 6862) +4(6862 6863 6894 6893) +4(6893 6894 6925 6924) +4(6924 6925 6956 6955) +4(6955 6956 6987 6986) +4(6986 6987 7018 7017) +4(7017 7018 7049 7048) +4(7048 7049 7080 7079) +4(7079 7080 7111 7110) +4(7110 7111 7142 7141) +4(7141 7142 7173 7172) +4(7172 7173 7204 7203) +4(7203 7204 7235 7234) +4(7234 7235 7266 7265) +4(7265 7266 7297 7296) +4(7296 7297 7328 7327) +4(7327 7328 7359 7358) +4(7358 7359 7390 7389) +4(7389 7390 7421 7420) +4(7420 7421 7452 7451) +4(7451 7452 7483 7482) +4(7482 7483 7514 7513) +4(7513 7514 7545 7544) +4(7544 7545 7576 7575) +4(7575 7576 7607 7606) +4(7606 7607 7638 7637) +4(7637 7638 7669 7668) +4(7668 7669 7700 7699) +4(7699 7700 7731 7730) +4(7730 7731 7762 7761) +4(7761 7762 7793 7792) +4(7792 7793 7824 7823) +4(7823 7824 7855 7854) +4(7854 7855 7886 7885) +4(7885 7886 7917 7916) +4(7916 7917 7948 7947) +4(7947 7948 7979 7978) +4(7978 7979 8010 8009) +4(8009 8010 8041 8040) +4(8040 8041 8072 8071) +4(8071 8072 8103 8102) +4(8102 8103 8134 8133) +4(8133 8134 8165 8164) +4(8164 8165 8196 8195) +4(8195 8196 8227 8226) +4(8226 8227 8258 8257) +4(8257 8258 8289 8288) +4(8288 8289 8320 8319) +4(8319 8320 8351 8350) +4(8350 8351 8382 8381) +4(8381 8382 8413 8412) +4(8412 8413 8444 8443) +4(8443 8444 8475 8474) +4(8474 8475 8506 8505) +4(8505 8506 8537 8536) +4(8536 8537 8568 8567) +4(8567 8568 8599 8598) +4(8598 8599 8630 8629) +4(8629 8630 8661 8660) +4(8660 8661 8692 8691) +4(8691 8692 8723 8722) +4(8722 8723 8754 8753) +4(8753 8754 8785 8784) +4(8784 8785 8816 8815) +4(8815 8816 8847 8846) +4(8846 8847 8878 8877) +4(8877 8878 8909 8908) +4(8908 8909 8940 8939) +4(8939 8940 8971 8970) +4(8970 8971 9002 9001) +4(9001 9002 9033 9032) +4(9032 9033 9064 9063) +4(9063 9064 9095 9094) +4(9094 9095 9126 9125) +4(9125 9126 9157 9156) +4(9156 9157 9188 9187) +4(9187 9188 9219 9218) +4(9218 9219 9250 9249) +4(9249 9250 9281 9280) +4(9280 9281 9312 9311) +4(9311 9312 9343 9342) +4(9342 9343 9374 9373) +4(9373 9374 9405 9404) +4(9404 9405 9436 9435) +4(9435 9436 9467 9466) +4(9466 9467 9498 9497) +4(9497 9498 9529 9528) +4(9528 9529 9560 9559) +4(9559 9560 9591 9590) +4(9590 9591 9622 9621) +4(9621 9622 9653 9652) +4(9652 9653 9684 9683) +4(9683 9684 9715 9714) +4(9714 9715 9746 9745) +4(9745 9746 9777 9776) +4(9776 9777 9808 9807) +4(9807 9808 9839 9838) +4(9838 9839 9870 9869) +4(9869 9870 9901 9900) +4(9900 9901 9932 9931) +4(9931 9932 9963 9962) +4(9962 9963 9994 9993) +4(9993 9994 10025 10024) +4(10024 10025 10056 10055) +4(10055 10056 10087 10086) +4(10086 10087 10118 10117) +4(10117 10118 10149 10148) +4(10148 10149 10180 10179) +4(10179 10180 10211 10210) +4(10210 10211 10242 10241) +4(10241 10242 10273 10272) +4(10272 10273 10304 10303) +4(10303 10304 10335 10334) +4(10334 10335 10366 10365) +4(10365 10366 10397 10396) +4(10396 10397 10428 10427) +4(10427 10428 10459 10458) +4(10458 10459 10490 10489) +4(10489 10490 10521 10520) +4(10520 10521 10552 10551) +4(10551 10552 10583 10582) +4(10582 10583 10614 10613) +4(10613 10614 10645 10644) +4(10644 10645 10676 10675) +4(10675 10676 10707 10706) +4(10706 10707 10738 10737) +4(10737 10738 10769 10768) +4(10768 10769 10800 10799) +4(10799 10800 10831 10830) +4(10830 10831 10862 10861) +4(10861 10862 10893 10892) +4(10892 10893 10924 10923) +4(10923 10924 10955 10954) +4(10954 10955 10986 10985) +4(10985 10986 11017 11016) +4(11016 11017 11048 11047) +4(11047 11048 11079 11078) +4(11078 11079 11110 11109) +4(11109 11110 11141 11140) +4(11140 11141 11172 11171) +4(11171 11172 11203 11202) +4(11202 11203 11234 11233) +4(11233 11234 11265 11264) +4(11264 11265 11296 11295) +4(11295 11296 11327 11326) +4(11326 11327 11358 11357) +4(11357 11358 11389 11388) +4(11388 11389 11420 11419) +4(11419 11420 11451 11450) +4(11450 11451 11482 11481) +4(11481 11482 11513 11512) +4(11512 11513 11544 11543) +4(11543 11544 11575 11574) +4(11574 11575 11606 11605) +4(11605 11606 11637 11636) +4(11636 11637 11668 11667) +4(11667 11668 11699 11698) +4(11698 11699 11730 11729) +4(11729 11730 11761 11760) +4(11760 11761 11792 11791) +4(11791 11792 11823 11822) +4(11822 11823 11854 11853) +4(11853 11854 11885 11884) +4(11884 11885 11916 11915) +4(11915 11916 11947 11946) +4(11946 11947 11978 11977) +4(11977 11978 12009 12008) +4(12008 12009 12040 12039) +4(12039 12040 12071 12070) +4(12070 12071 12102 12101) +4(12101 12102 12133 12132) +4(12132 12133 12164 12163) +4(12163 12164 12195 12194) +4(12194 12195 12226 12225) +4(12225 12226 12257 12256) +4(12256 12257 12288 12287) +4(12287 12288 12319 12318) +4(12318 12319 12350 12349) +4(12349 12350 12381 12380) +4(12380 12381 12412 12411) +4(12411 12412 12443 12442) +4(6243 6244 6275 6274) +4(6274 6275 6306 6305) +4(6305 6306 6337 6336) +4(6336 6337 6368 6367) +4(6367 6368 6399 6398) +4(6398 6399 6430 6429) +4(6429 6430 6461 6460) +4(6460 6461 6492 6491) +4(6491 6492 6523 6522) +4(6522 6523 6554 6553) +4(6553 6554 6585 6584) +4(6584 6585 6616 6615) +4(6615 6616 6647 6646) +4(6646 6647 6678 6677) +4(6677 6678 6709 6708) +4(6708 6709 6740 6739) +4(6739 6740 6771 6770) +4(6770 6771 6802 6801) +4(6801 6802 6833 6832) +4(6832 6833 6864 6863) +4(6863 6864 6895 6894) +4(6894 6895 6926 6925) +4(6925 6926 6957 6956) +4(6956 6957 6988 6987) +4(6987 6988 7019 7018) +4(7018 7019 7050 7049) +4(7049 7050 7081 7080) +4(7080 7081 7112 7111) +4(7111 7112 7143 7142) +4(7142 7143 7174 7173) +4(7173 7174 7205 7204) +4(7204 7205 7236 7235) +4(7235 7236 7267 7266) +4(7266 7267 7298 7297) +4(7297 7298 7329 7328) +4(7328 7329 7360 7359) +4(7359 7360 7391 7390) +4(7390 7391 7422 7421) +4(7421 7422 7453 7452) +4(7452 7453 7484 7483) +4(7483 7484 7515 7514) +4(7514 7515 7546 7545) +4(7545 7546 7577 7576) +4(7576 7577 7608 7607) +4(7607 7608 7639 7638) +4(7638 7639 7670 7669) +4(7669 7670 7701 7700) +4(7700 7701 7732 7731) +4(7731 7732 7763 7762) +4(7762 7763 7794 7793) +4(7793 7794 7825 7824) +4(7824 7825 7856 7855) +4(7855 7856 7887 7886) +4(7886 7887 7918 7917) +4(7917 7918 7949 7948) +4(7948 7949 7980 7979) +4(7979 7980 8011 8010) +4(8010 8011 8042 8041) +4(8041 8042 8073 8072) +4(8072 8073 8104 8103) +4(8103 8104 8135 8134) +4(8134 8135 8166 8165) +4(8165 8166 8197 8196) +4(8196 8197 8228 8227) +4(8227 8228 8259 8258) +4(8258 8259 8290 8289) +4(8289 8290 8321 8320) +4(8320 8321 8352 8351) +4(8351 8352 8383 8382) +4(8382 8383 8414 8413) +4(8413 8414 8445 8444) +4(8444 8445 8476 8475) +4(8475 8476 8507 8506) +4(8506 8507 8538 8537) +4(8537 8538 8569 8568) +4(8568 8569 8600 8599) +4(8599 8600 8631 8630) +4(8630 8631 8662 8661) +4(8661 8662 8693 8692) +4(8692 8693 8724 8723) +4(8723 8724 8755 8754) +4(8754 8755 8786 8785) +4(8785 8786 8817 8816) +4(8816 8817 8848 8847) +4(8847 8848 8879 8878) +4(8878 8879 8910 8909) +4(8909 8910 8941 8940) +4(8940 8941 8972 8971) +4(8971 8972 9003 9002) +4(9002 9003 9034 9033) +4(9033 9034 9065 9064) +4(9064 9065 9096 9095) +4(9095 9096 9127 9126) +4(9126 9127 9158 9157) +4(9157 9158 9189 9188) +4(9188 9189 9220 9219) +4(9219 9220 9251 9250) +4(9250 9251 9282 9281) +4(9281 9282 9313 9312) +4(9312 9313 9344 9343) +4(9343 9344 9375 9374) +4(9374 9375 9406 9405) +4(9405 9406 9437 9436) +4(9436 9437 9468 9467) +4(9467 9468 9499 9498) +4(9498 9499 9530 9529) +4(9529 9530 9561 9560) +4(9560 9561 9592 9591) +4(9591 9592 9623 9622) +4(9622 9623 9654 9653) +4(9653 9654 9685 9684) +4(9684 9685 9716 9715) +4(9715 9716 9747 9746) +4(9746 9747 9778 9777) +4(9777 9778 9809 9808) +4(9808 9809 9840 9839) +4(9839 9840 9871 9870) +4(9870 9871 9902 9901) +4(9901 9902 9933 9932) +4(9932 9933 9964 9963) +4(9963 9964 9995 9994) +4(9994 9995 10026 10025) +4(10025 10026 10057 10056) +4(10056 10057 10088 10087) +4(10087 10088 10119 10118) +4(10118 10119 10150 10149) +4(10149 10150 10181 10180) +4(10180 10181 10212 10211) +4(10211 10212 10243 10242) +4(10242 10243 10274 10273) +4(10273 10274 10305 10304) +4(10304 10305 10336 10335) +4(10335 10336 10367 10366) +4(10366 10367 10398 10397) +4(10397 10398 10429 10428) +4(10428 10429 10460 10459) +4(10459 10460 10491 10490) +4(10490 10491 10522 10521) +4(10521 10522 10553 10552) +4(10552 10553 10584 10583) +4(10583 10584 10615 10614) +4(10614 10615 10646 10645) +4(10645 10646 10677 10676) +4(10676 10677 10708 10707) +4(10707 10708 10739 10738) +4(10738 10739 10770 10769) +4(10769 10770 10801 10800) +4(10800 10801 10832 10831) +4(10831 10832 10863 10862) +4(10862 10863 10894 10893) +4(10893 10894 10925 10924) +4(10924 10925 10956 10955) +4(10955 10956 10987 10986) +4(10986 10987 11018 11017) +4(11017 11018 11049 11048) +4(11048 11049 11080 11079) +4(11079 11080 11111 11110) +4(11110 11111 11142 11141) +4(11141 11142 11173 11172) +4(11172 11173 11204 11203) +4(11203 11204 11235 11234) +4(11234 11235 11266 11265) +4(11265 11266 11297 11296) +4(11296 11297 11328 11327) +4(11327 11328 11359 11358) +4(11358 11359 11390 11389) +4(11389 11390 11421 11420) +4(11420 11421 11452 11451) +4(11451 11452 11483 11482) +4(11482 11483 11514 11513) +4(11513 11514 11545 11544) +4(11544 11545 11576 11575) +4(11575 11576 11607 11606) +4(11606 11607 11638 11637) +4(11637 11638 11669 11668) +4(11668 11669 11700 11699) +4(11699 11700 11731 11730) +4(11730 11731 11762 11761) +4(11761 11762 11793 11792) +4(11792 11793 11824 11823) +4(11823 11824 11855 11854) +4(11854 11855 11886 11885) +4(11885 11886 11917 11916) +4(11916 11917 11948 11947) +4(11947 11948 11979 11978) +4(11978 11979 12010 12009) +4(12009 12010 12041 12040) +4(12040 12041 12072 12071) +4(12071 12072 12103 12102) +4(12102 12103 12134 12133) +4(12133 12134 12165 12164) +4(12164 12165 12196 12195) +4(12195 12196 12227 12226) +4(12226 12227 12258 12257) +4(12257 12258 12289 12288) +4(12288 12289 12320 12319) +4(12319 12320 12351 12350) +4(12350 12351 12382 12381) +4(12381 12382 12413 12412) +4(12412 12413 12444 12443) +4(6244 6245 6276 6275) +4(6275 6276 6307 6306) +4(6306 6307 6338 6337) +4(6337 6338 6369 6368) +4(6368 6369 6400 6399) +4(6399 6400 6431 6430) +4(6430 6431 6462 6461) +4(6461 6462 6493 6492) +4(6492 6493 6524 6523) +4(6523 6524 6555 6554) +4(6554 6555 6586 6585) +4(6585 6586 6617 6616) +4(6616 6617 6648 6647) +4(6647 6648 6679 6678) +4(6678 6679 6710 6709) +4(6709 6710 6741 6740) +4(6740 6741 6772 6771) +4(6771 6772 6803 6802) +4(6802 6803 6834 6833) +4(6833 6834 6865 6864) +4(6864 6865 6896 6895) +4(6895 6896 6927 6926) +4(6926 6927 6958 6957) +4(6957 6958 6989 6988) +4(6988 6989 7020 7019) +4(7019 7020 7051 7050) +4(7050 7051 7082 7081) +4(7081 7082 7113 7112) +4(7112 7113 7144 7143) +4(7143 7144 7175 7174) +4(7174 7175 7206 7205) +4(7205 7206 7237 7236) +4(7236 7237 7268 7267) +4(7267 7268 7299 7298) +4(7298 7299 7330 7329) +4(7329 7330 7361 7360) +4(7360 7361 7392 7391) +4(7391 7392 7423 7422) +4(7422 7423 7454 7453) +4(7453 7454 7485 7484) +4(7484 7485 7516 7515) +4(7515 7516 7547 7546) +4(7546 7547 7578 7577) +4(7577 7578 7609 7608) +4(7608 7609 7640 7639) +4(7639 7640 7671 7670) +4(7670 7671 7702 7701) +4(7701 7702 7733 7732) +4(7732 7733 7764 7763) +4(7763 7764 7795 7794) +4(7794 7795 7826 7825) +4(7825 7826 7857 7856) +4(7856 7857 7888 7887) +4(7887 7888 7919 7918) +4(7918 7919 7950 7949) +4(7949 7950 7981 7980) +4(7980 7981 8012 8011) +4(8011 8012 8043 8042) +4(8042 8043 8074 8073) +4(8073 8074 8105 8104) +4(8104 8105 8136 8135) +4(8135 8136 8167 8166) +4(8166 8167 8198 8197) +4(8197 8198 8229 8228) +4(8228 8229 8260 8259) +4(8259 8260 8291 8290) +4(8290 8291 8322 8321) +4(8321 8322 8353 8352) +4(8352 8353 8384 8383) +4(8383 8384 8415 8414) +4(8414 8415 8446 8445) +4(8445 8446 8477 8476) +4(8476 8477 8508 8507) +4(8507 8508 8539 8538) +4(8538 8539 8570 8569) +4(8569 8570 8601 8600) +4(8600 8601 8632 8631) +4(8631 8632 8663 8662) +4(8662 8663 8694 8693) +4(8693 8694 8725 8724) +4(8724 8725 8756 8755) +4(8755 8756 8787 8786) +4(8786 8787 8818 8817) +4(8817 8818 8849 8848) +4(8848 8849 8880 8879) +4(8879 8880 8911 8910) +4(8910 8911 8942 8941) +4(8941 8942 8973 8972) +4(8972 8973 9004 9003) +4(9003 9004 9035 9034) +4(9034 9035 9066 9065) +4(9065 9066 9097 9096) +4(9096 9097 9128 9127) +4(9127 9128 9159 9158) +4(9158 9159 9190 9189) +4(9189 9190 9221 9220) +4(9220 9221 9252 9251) +4(9251 9252 9283 9282) +4(9282 9283 9314 9313) +4(9313 9314 9345 9344) +4(9344 9345 9376 9375) +4(9375 9376 9407 9406) +4(9406 9407 9438 9437) +4(9437 9438 9469 9468) +4(9468 9469 9500 9499) +4(9499 9500 9531 9530) +4(9530 9531 9562 9561) +4(9561 9562 9593 9592) +4(9592 9593 9624 9623) +4(9623 9624 9655 9654) +4(9654 9655 9686 9685) +4(9685 9686 9717 9716) +4(9716 9717 9748 9747) +4(9747 9748 9779 9778) +4(9778 9779 9810 9809) +4(9809 9810 9841 9840) +4(9840 9841 9872 9871) +4(9871 9872 9903 9902) +4(9902 9903 9934 9933) +4(9933 9934 9965 9964) +4(9964 9965 9996 9995) +4(9995 9996 10027 10026) +4(10026 10027 10058 10057) +4(10057 10058 10089 10088) +4(10088 10089 10120 10119) +4(10119 10120 10151 10150) +4(10150 10151 10182 10181) +4(10181 10182 10213 10212) +4(10212 10213 10244 10243) +4(10243 10244 10275 10274) +4(10274 10275 10306 10305) +4(10305 10306 10337 10336) +4(10336 10337 10368 10367) +4(10367 10368 10399 10398) +4(10398 10399 10430 10429) +4(10429 10430 10461 10460) +4(10460 10461 10492 10491) +4(10491 10492 10523 10522) +4(10522 10523 10554 10553) +4(10553 10554 10585 10584) +4(10584 10585 10616 10615) +4(10615 10616 10647 10646) +4(10646 10647 10678 10677) +4(10677 10678 10709 10708) +4(10708 10709 10740 10739) +4(10739 10740 10771 10770) +4(10770 10771 10802 10801) +4(10801 10802 10833 10832) +4(10832 10833 10864 10863) +4(10863 10864 10895 10894) +4(10894 10895 10926 10925) +4(10925 10926 10957 10956) +4(10956 10957 10988 10987) +4(10987 10988 11019 11018) +4(11018 11019 11050 11049) +4(11049 11050 11081 11080) +4(11080 11081 11112 11111) +4(11111 11112 11143 11142) +4(11142 11143 11174 11173) +4(11173 11174 11205 11204) +4(11204 11205 11236 11235) +4(11235 11236 11267 11266) +4(11266 11267 11298 11297) +4(11297 11298 11329 11328) +4(11328 11329 11360 11359) +4(11359 11360 11391 11390) +4(11390 11391 11422 11421) +4(11421 11422 11453 11452) +4(11452 11453 11484 11483) +4(11483 11484 11515 11514) +4(11514 11515 11546 11545) +4(11545 11546 11577 11576) +4(11576 11577 11608 11607) +4(11607 11608 11639 11638) +4(11638 11639 11670 11669) +4(11669 11670 11701 11700) +4(11700 11701 11732 11731) +4(11731 11732 11763 11762) +4(11762 11763 11794 11793) +4(11793 11794 11825 11824) +4(11824 11825 11856 11855) +4(11855 11856 11887 11886) +4(11886 11887 11918 11917) +4(11917 11918 11949 11948) +4(11948 11949 11980 11979) +4(11979 11980 12011 12010) +4(12010 12011 12042 12041) +4(12041 12042 12073 12072) +4(12072 12073 12104 12103) +4(12103 12104 12135 12134) +4(12134 12135 12166 12165) +4(12165 12166 12197 12196) +4(12196 12197 12228 12227) +4(12227 12228 12259 12258) +4(12258 12259 12290 12289) +4(12289 12290 12321 12320) +4(12320 12321 12352 12351) +4(12351 12352 12383 12382) +4(12382 12383 12414 12413) +4(12413 12414 12445 12444) +4(6245 6246 6277 6276) +4(6276 6277 6308 6307) +4(6307 6308 6339 6338) +4(6338 6339 6370 6369) +4(6369 6370 6401 6400) +4(6400 6401 6432 6431) +4(6431 6432 6463 6462) +4(6462 6463 6494 6493) +4(6493 6494 6525 6524) +4(6524 6525 6556 6555) +4(6555 6556 6587 6586) +4(6586 6587 6618 6617) +4(6617 6618 6649 6648) +4(6648 6649 6680 6679) +4(6679 6680 6711 6710) +4(6710 6711 6742 6741) +4(6741 6742 6773 6772) +4(6772 6773 6804 6803) +4(6803 6804 6835 6834) +4(6834 6835 6866 6865) +4(6865 6866 6897 6896) +4(6896 6897 6928 6927) +4(6927 6928 6959 6958) +4(6958 6959 6990 6989) +4(6989 6990 7021 7020) +4(7020 7021 7052 7051) +4(7051 7052 7083 7082) +4(7082 7083 7114 7113) +4(7113 7114 7145 7144) +4(7144 7145 7176 7175) +4(7175 7176 7207 7206) +4(7206 7207 7238 7237) +4(7237 7238 7269 7268) +4(7268 7269 7300 7299) +4(7299 7300 7331 7330) +4(7330 7331 7362 7361) +4(7361 7362 7393 7392) +4(7392 7393 7424 7423) +4(7423 7424 7455 7454) +4(7454 7455 7486 7485) +4(7485 7486 7517 7516) +4(7516 7517 7548 7547) +4(7547 7548 7579 7578) +4(7578 7579 7610 7609) +4(7609 7610 7641 7640) +4(7640 7641 7672 7671) +4(7671 7672 7703 7702) +4(7702 7703 7734 7733) +4(7733 7734 7765 7764) +4(7764 7765 7796 7795) +4(7795 7796 7827 7826) +4(7826 7827 7858 7857) +4(7857 7858 7889 7888) +4(7888 7889 7920 7919) +4(7919 7920 7951 7950) +4(7950 7951 7982 7981) +4(7981 7982 8013 8012) +4(8012 8013 8044 8043) +4(8043 8044 8075 8074) +4(8074 8075 8106 8105) +4(8105 8106 8137 8136) +4(8136 8137 8168 8167) +4(8167 8168 8199 8198) +4(8198 8199 8230 8229) +4(8229 8230 8261 8260) +4(8260 8261 8292 8291) +4(8291 8292 8323 8322) +4(8322 8323 8354 8353) +4(8353 8354 8385 8384) +4(8384 8385 8416 8415) +4(8415 8416 8447 8446) +4(8446 8447 8478 8477) +4(8477 8478 8509 8508) +4(8508 8509 8540 8539) +4(8539 8540 8571 8570) +4(8570 8571 8602 8601) +4(8601 8602 8633 8632) +4(8632 8633 8664 8663) +4(8663 8664 8695 8694) +4(8694 8695 8726 8725) +4(8725 8726 8757 8756) +4(8756 8757 8788 8787) +4(8787 8788 8819 8818) +4(8818 8819 8850 8849) +4(8849 8850 8881 8880) +4(8880 8881 8912 8911) +4(8911 8912 8943 8942) +4(8942 8943 8974 8973) +4(8973 8974 9005 9004) +4(9004 9005 9036 9035) +4(9035 9036 9067 9066) +4(9066 9067 9098 9097) +4(9097 9098 9129 9128) +4(9128 9129 9160 9159) +4(9159 9160 9191 9190) +4(9190 9191 9222 9221) +4(9221 9222 9253 9252) +4(9252 9253 9284 9283) +4(9283 9284 9315 9314) +4(9314 9315 9346 9345) +4(9345 9346 9377 9376) +4(9376 9377 9408 9407) +4(9407 9408 9439 9438) +4(9438 9439 9470 9469) +4(9469 9470 9501 9500) +4(9500 9501 9532 9531) +4(9531 9532 9563 9562) +4(9562 9563 9594 9593) +4(9593 9594 9625 9624) +4(9624 9625 9656 9655) +4(9655 9656 9687 9686) +4(9686 9687 9718 9717) +4(9717 9718 9749 9748) +4(9748 9749 9780 9779) +4(9779 9780 9811 9810) +4(9810 9811 9842 9841) +4(9841 9842 9873 9872) +4(9872 9873 9904 9903) +4(9903 9904 9935 9934) +4(9934 9935 9966 9965) +4(9965 9966 9997 9996) +4(9996 9997 10028 10027) +4(10027 10028 10059 10058) +4(10058 10059 10090 10089) +4(10089 10090 10121 10120) +4(10120 10121 10152 10151) +4(10151 10152 10183 10182) +4(10182 10183 10214 10213) +4(10213 10214 10245 10244) +4(10244 10245 10276 10275) +4(10275 10276 10307 10306) +4(10306 10307 10338 10337) +4(10337 10338 10369 10368) +4(10368 10369 10400 10399) +4(10399 10400 10431 10430) +4(10430 10431 10462 10461) +4(10461 10462 10493 10492) +4(10492 10493 10524 10523) +4(10523 10524 10555 10554) +4(10554 10555 10586 10585) +4(10585 10586 10617 10616) +4(10616 10617 10648 10647) +4(10647 10648 10679 10678) +4(10678 10679 10710 10709) +4(10709 10710 10741 10740) +4(10740 10741 10772 10771) +4(10771 10772 10803 10802) +4(10802 10803 10834 10833) +4(10833 10834 10865 10864) +4(10864 10865 10896 10895) +4(10895 10896 10927 10926) +4(10926 10927 10958 10957) +4(10957 10958 10989 10988) +4(10988 10989 11020 11019) +4(11019 11020 11051 11050) +4(11050 11051 11082 11081) +4(11081 11082 11113 11112) +4(11112 11113 11144 11143) +4(11143 11144 11175 11174) +4(11174 11175 11206 11205) +4(11205 11206 11237 11236) +4(11236 11237 11268 11267) +4(11267 11268 11299 11298) +4(11298 11299 11330 11329) +4(11329 11330 11361 11360) +4(11360 11361 11392 11391) +4(11391 11392 11423 11422) +4(11422 11423 11454 11453) +4(11453 11454 11485 11484) +4(11484 11485 11516 11515) +4(11515 11516 11547 11546) +4(11546 11547 11578 11577) +4(11577 11578 11609 11608) +4(11608 11609 11640 11639) +4(11639 11640 11671 11670) +4(11670 11671 11702 11701) +4(11701 11702 11733 11732) +4(11732 11733 11764 11763) +4(11763 11764 11795 11794) +4(11794 11795 11826 11825) +4(11825 11826 11857 11856) +4(11856 11857 11888 11887) +4(11887 11888 11919 11918) +4(11918 11919 11950 11949) +4(11949 11950 11981 11980) +4(11980 11981 12012 12011) +4(12011 12012 12043 12042) +4(12042 12043 12074 12073) +4(12073 12074 12105 12104) +4(12104 12105 12136 12135) +4(12135 12136 12167 12166) +4(12166 12167 12198 12197) +4(12197 12198 12229 12228) +4(12228 12229 12260 12259) +4(12259 12260 12291 12290) +4(12290 12291 12322 12321) +4(12321 12322 12353 12352) +4(12352 12353 12384 12383) +4(12383 12384 12415 12414) +4(12414 12415 12446 12445) +4(6246 6247 6278 6277) +4(6277 6278 6309 6308) +4(6308 6309 6340 6339) +4(6339 6340 6371 6370) +4(6370 6371 6402 6401) +4(6401 6402 6433 6432) +4(6432 6433 6464 6463) +4(6463 6464 6495 6494) +4(6494 6495 6526 6525) +4(6525 6526 6557 6556) +4(6556 6557 6588 6587) +4(6587 6588 6619 6618) +4(6618 6619 6650 6649) +4(6649 6650 6681 6680) +4(6680 6681 6712 6711) +4(6711 6712 6743 6742) +4(6742 6743 6774 6773) +4(6773 6774 6805 6804) +4(6804 6805 6836 6835) +4(6835 6836 6867 6866) +4(6866 6867 6898 6897) +4(6897 6898 6929 6928) +4(6928 6929 6960 6959) +4(6959 6960 6991 6990) +4(6990 6991 7022 7021) +4(7021 7022 7053 7052) +4(7052 7053 7084 7083) +4(7083 7084 7115 7114) +4(7114 7115 7146 7145) +4(7145 7146 7177 7176) +4(7176 7177 7208 7207) +4(7207 7208 7239 7238) +4(7238 7239 7270 7269) +4(7269 7270 7301 7300) +4(7300 7301 7332 7331) +4(7331 7332 7363 7362) +4(7362 7363 7394 7393) +4(7393 7394 7425 7424) +4(7424 7425 7456 7455) +4(7455 7456 7487 7486) +4(7486 7487 7518 7517) +4(7517 7518 7549 7548) +4(7548 7549 7580 7579) +4(7579 7580 7611 7610) +4(7610 7611 7642 7641) +4(7641 7642 7673 7672) +4(7672 7673 7704 7703) +4(7703 7704 7735 7734) +4(7734 7735 7766 7765) +4(7765 7766 7797 7796) +4(7796 7797 7828 7827) +4(7827 7828 7859 7858) +4(7858 7859 7890 7889) +4(7889 7890 7921 7920) +4(7920 7921 7952 7951) +4(7951 7952 7983 7982) +4(7982 7983 8014 8013) +4(8013 8014 8045 8044) +4(8044 8045 8076 8075) +4(8075 8076 8107 8106) +4(8106 8107 8138 8137) +4(8137 8138 8169 8168) +4(8168 8169 8200 8199) +4(8199 8200 8231 8230) +4(8230 8231 8262 8261) +4(8261 8262 8293 8292) +4(8292 8293 8324 8323) +4(8323 8324 8355 8354) +4(8354 8355 8386 8385) +4(8385 8386 8417 8416) +4(8416 8417 8448 8447) +4(8447 8448 8479 8478) +4(8478 8479 8510 8509) +4(8509 8510 8541 8540) +4(8540 8541 8572 8571) +4(8571 8572 8603 8602) +4(8602 8603 8634 8633) +4(8633 8634 8665 8664) +4(8664 8665 8696 8695) +4(8695 8696 8727 8726) +4(8726 8727 8758 8757) +4(8757 8758 8789 8788) +4(8788 8789 8820 8819) +4(8819 8820 8851 8850) +4(8850 8851 8882 8881) +4(8881 8882 8913 8912) +4(8912 8913 8944 8943) +4(8943 8944 8975 8974) +4(8974 8975 9006 9005) +4(9005 9006 9037 9036) +4(9036 9037 9068 9067) +4(9067 9068 9099 9098) +4(9098 9099 9130 9129) +4(9129 9130 9161 9160) +4(9160 9161 9192 9191) +4(9191 9192 9223 9222) +4(9222 9223 9254 9253) +4(9253 9254 9285 9284) +4(9284 9285 9316 9315) +4(9315 9316 9347 9346) +4(9346 9347 9378 9377) +4(9377 9378 9409 9408) +4(9408 9409 9440 9439) +4(9439 9440 9471 9470) +4(9470 9471 9502 9501) +4(9501 9502 9533 9532) +4(9532 9533 9564 9563) +4(9563 9564 9595 9594) +4(9594 9595 9626 9625) +4(9625 9626 9657 9656) +4(9656 9657 9688 9687) +4(9687 9688 9719 9718) +4(9718 9719 9750 9749) +4(9749 9750 9781 9780) +4(9780 9781 9812 9811) +4(9811 9812 9843 9842) +4(9842 9843 9874 9873) +4(9873 9874 9905 9904) +4(9904 9905 9936 9935) +4(9935 9936 9967 9966) +4(9966 9967 9998 9997) +4(9997 9998 10029 10028) +4(10028 10029 10060 10059) +4(10059 10060 10091 10090) +4(10090 10091 10122 10121) +4(10121 10122 10153 10152) +4(10152 10153 10184 10183) +4(10183 10184 10215 10214) +4(10214 10215 10246 10245) +4(10245 10246 10277 10276) +4(10276 10277 10308 10307) +4(10307 10308 10339 10338) +4(10338 10339 10370 10369) +4(10369 10370 10401 10400) +4(10400 10401 10432 10431) +4(10431 10432 10463 10462) +4(10462 10463 10494 10493) +4(10493 10494 10525 10524) +4(10524 10525 10556 10555) +4(10555 10556 10587 10586) +4(10586 10587 10618 10617) +4(10617 10618 10649 10648) +4(10648 10649 10680 10679) +4(10679 10680 10711 10710) +4(10710 10711 10742 10741) +4(10741 10742 10773 10772) +4(10772 10773 10804 10803) +4(10803 10804 10835 10834) +4(10834 10835 10866 10865) +4(10865 10866 10897 10896) +4(10896 10897 10928 10927) +4(10927 10928 10959 10958) +4(10958 10959 10990 10989) +4(10989 10990 11021 11020) +4(11020 11021 11052 11051) +4(11051 11052 11083 11082) +4(11082 11083 11114 11113) +4(11113 11114 11145 11144) +4(11144 11145 11176 11175) +4(11175 11176 11207 11206) +4(11206 11207 11238 11237) +4(11237 11238 11269 11268) +4(11268 11269 11300 11299) +4(11299 11300 11331 11330) +4(11330 11331 11362 11361) +4(11361 11362 11393 11392) +4(11392 11393 11424 11423) +4(11423 11424 11455 11454) +4(11454 11455 11486 11485) +4(11485 11486 11517 11516) +4(11516 11517 11548 11547) +4(11547 11548 11579 11578) +4(11578 11579 11610 11609) +4(11609 11610 11641 11640) +4(11640 11641 11672 11671) +4(11671 11672 11703 11702) +4(11702 11703 11734 11733) +4(11733 11734 11765 11764) +4(11764 11765 11796 11795) +4(11795 11796 11827 11826) +4(11826 11827 11858 11857) +4(11857 11858 11889 11888) +4(11888 11889 11920 11919) +4(11919 11920 11951 11950) +4(11950 11951 11982 11981) +4(11981 11982 12013 12012) +4(12012 12013 12044 12043) +4(12043 12044 12075 12074) +4(12074 12075 12106 12105) +4(12105 12106 12137 12136) +4(12136 12137 12168 12167) +4(12167 12168 12199 12198) +4(12198 12199 12230 12229) +4(12229 12230 12261 12260) +4(12260 12261 12292 12291) +4(12291 12292 12323 12322) +4(12322 12323 12354 12353) +4(12353 12354 12385 12384) +4(12384 12385 12416 12415) +4(12415 12416 12447 12446) +4(6247 6248 6279 6278) +4(6278 6279 6310 6309) +4(6309 6310 6341 6340) +4(6340 6341 6372 6371) +4(6371 6372 6403 6402) +4(6402 6403 6434 6433) +4(6433 6434 6465 6464) +4(6464 6465 6496 6495) +4(6495 6496 6527 6526) +4(6526 6527 6558 6557) +4(6557 6558 6589 6588) +4(6588 6589 6620 6619) +4(6619 6620 6651 6650) +4(6650 6651 6682 6681) +4(6681 6682 6713 6712) +4(6712 6713 6744 6743) +4(6743 6744 6775 6774) +4(6774 6775 6806 6805) +4(6805 6806 6837 6836) +4(6836 6837 6868 6867) +4(6867 6868 6899 6898) +4(6898 6899 6930 6929) +4(6929 6930 6961 6960) +4(6960 6961 6992 6991) +4(6991 6992 7023 7022) +4(7022 7023 7054 7053) +4(7053 7054 7085 7084) +4(7084 7085 7116 7115) +4(7115 7116 7147 7146) +4(7146 7147 7178 7177) +4(7177 7178 7209 7208) +4(7208 7209 7240 7239) +4(7239 7240 7271 7270) +4(7270 7271 7302 7301) +4(7301 7302 7333 7332) +4(7332 7333 7364 7363) +4(7363 7364 7395 7394) +4(7394 7395 7426 7425) +4(7425 7426 7457 7456) +4(7456 7457 7488 7487) +4(7487 7488 7519 7518) +4(7518 7519 7550 7549) +4(7549 7550 7581 7580) +4(7580 7581 7612 7611) +4(7611 7612 7643 7642) +4(7642 7643 7674 7673) +4(7673 7674 7705 7704) +4(7704 7705 7736 7735) +4(7735 7736 7767 7766) +4(7766 7767 7798 7797) +4(7797 7798 7829 7828) +4(7828 7829 7860 7859) +4(7859 7860 7891 7890) +4(7890 7891 7922 7921) +4(7921 7922 7953 7952) +4(7952 7953 7984 7983) +4(7983 7984 8015 8014) +4(8014 8015 8046 8045) +4(8045 8046 8077 8076) +4(8076 8077 8108 8107) +4(8107 8108 8139 8138) +4(8138 8139 8170 8169) +4(8169 8170 8201 8200) +4(8200 8201 8232 8231) +4(8231 8232 8263 8262) +4(8262 8263 8294 8293) +4(8293 8294 8325 8324) +4(8324 8325 8356 8355) +4(8355 8356 8387 8386) +4(8386 8387 8418 8417) +4(8417 8418 8449 8448) +4(8448 8449 8480 8479) +4(8479 8480 8511 8510) +4(8510 8511 8542 8541) +4(8541 8542 8573 8572) +4(8572 8573 8604 8603) +4(8603 8604 8635 8634) +4(8634 8635 8666 8665) +4(8665 8666 8697 8696) +4(8696 8697 8728 8727) +4(8727 8728 8759 8758) +4(8758 8759 8790 8789) +4(8789 8790 8821 8820) +4(8820 8821 8852 8851) +4(8851 8852 8883 8882) +4(8882 8883 8914 8913) +4(8913 8914 8945 8944) +4(8944 8945 8976 8975) +4(8975 8976 9007 9006) +4(9006 9007 9038 9037) +4(9037 9038 9069 9068) +4(9068 9069 9100 9099) +4(9099 9100 9131 9130) +4(9130 9131 9162 9161) +4(9161 9162 9193 9192) +4(9192 9193 9224 9223) +4(9223 9224 9255 9254) +4(9254 9255 9286 9285) +4(9285 9286 9317 9316) +4(9316 9317 9348 9347) +4(9347 9348 9379 9378) +4(9378 9379 9410 9409) +4(9409 9410 9441 9440) +4(9440 9441 9472 9471) +4(9471 9472 9503 9502) +4(9502 9503 9534 9533) +4(9533 9534 9565 9564) +4(9564 9565 9596 9595) +4(9595 9596 9627 9626) +4(9626 9627 9658 9657) +4(9657 9658 9689 9688) +4(9688 9689 9720 9719) +4(9719 9720 9751 9750) +4(9750 9751 9782 9781) +4(9781 9782 9813 9812) +4(9812 9813 9844 9843) +4(9843 9844 9875 9874) +4(9874 9875 9906 9905) +4(9905 9906 9937 9936) +4(9936 9937 9968 9967) +4(9967 9968 9999 9998) +4(9998 9999 10030 10029) +4(10029 10030 10061 10060) +4(10060 10061 10092 10091) +4(10091 10092 10123 10122) +4(10122 10123 10154 10153) +4(10153 10154 10185 10184) +4(10184 10185 10216 10215) +4(10215 10216 10247 10246) +4(10246 10247 10278 10277) +4(10277 10278 10309 10308) +4(10308 10309 10340 10339) +4(10339 10340 10371 10370) +4(10370 10371 10402 10401) +4(10401 10402 10433 10432) +4(10432 10433 10464 10463) +4(10463 10464 10495 10494) +4(10494 10495 10526 10525) +4(10525 10526 10557 10556) +4(10556 10557 10588 10587) +4(10587 10588 10619 10618) +4(10618 10619 10650 10649) +4(10649 10650 10681 10680) +4(10680 10681 10712 10711) +4(10711 10712 10743 10742) +4(10742 10743 10774 10773) +4(10773 10774 10805 10804) +4(10804 10805 10836 10835) +4(10835 10836 10867 10866) +4(10866 10867 10898 10897) +4(10897 10898 10929 10928) +4(10928 10929 10960 10959) +4(10959 10960 10991 10990) +4(10990 10991 11022 11021) +4(11021 11022 11053 11052) +4(11052 11053 11084 11083) +4(11083 11084 11115 11114) +4(11114 11115 11146 11145) +4(11145 11146 11177 11176) +4(11176 11177 11208 11207) +4(11207 11208 11239 11238) +4(11238 11239 11270 11269) +4(11269 11270 11301 11300) +4(11300 11301 11332 11331) +4(11331 11332 11363 11362) +4(11362 11363 11394 11393) +4(11393 11394 11425 11424) +4(11424 11425 11456 11455) +4(11455 11456 11487 11486) +4(11486 11487 11518 11517) +4(11517 11518 11549 11548) +4(11548 11549 11580 11579) +4(11579 11580 11611 11610) +4(11610 11611 11642 11641) +4(11641 11642 11673 11672) +4(11672 11673 11704 11703) +4(11703 11704 11735 11734) +4(11734 11735 11766 11765) +4(11765 11766 11797 11796) +4(11796 11797 11828 11827) +4(11827 11828 11859 11858) +4(11858 11859 11890 11889) +4(11889 11890 11921 11920) +4(11920 11921 11952 11951) +4(11951 11952 11983 11982) +4(11982 11983 12014 12013) +4(12013 12014 12045 12044) +4(12044 12045 12076 12075) +4(12075 12076 12107 12106) +4(12106 12107 12138 12137) +4(12137 12138 12169 12168) +4(12168 12169 12200 12199) +4(12199 12200 12231 12230) +4(12230 12231 12262 12261) +4(12261 12262 12293 12292) +4(12292 12293 12324 12323) +4(12323 12324 12355 12354) +4(12354 12355 12386 12385) +4(12385 12386 12417 12416) +4(12416 12417 12448 12447) +4(6248 6249 6280 6279) +4(6279 6280 6311 6310) +4(6310 6311 6342 6341) +4(6341 6342 6373 6372) +4(6372 6373 6404 6403) +4(6403 6404 6435 6434) +4(6434 6435 6466 6465) +4(6465 6466 6497 6496) +4(6496 6497 6528 6527) +4(6527 6528 6559 6558) +4(6558 6559 6590 6589) +4(6589 6590 6621 6620) +4(6620 6621 6652 6651) +4(6651 6652 6683 6682) +4(6682 6683 6714 6713) +4(6713 6714 6745 6744) +4(6744 6745 6776 6775) +4(6775 6776 6807 6806) +4(6806 6807 6838 6837) +4(6837 6838 6869 6868) +4(6868 6869 6900 6899) +4(6899 6900 6931 6930) +4(6930 6931 6962 6961) +4(6961 6962 6993 6992) +4(6992 6993 7024 7023) +4(7023 7024 7055 7054) +4(7054 7055 7086 7085) +4(7085 7086 7117 7116) +4(7116 7117 7148 7147) +4(7147 7148 7179 7178) +4(7178 7179 7210 7209) +4(7209 7210 7241 7240) +4(7240 7241 7272 7271) +4(7271 7272 7303 7302) +4(7302 7303 7334 7333) +4(7333 7334 7365 7364) +4(7364 7365 7396 7395) +4(7395 7396 7427 7426) +4(7426 7427 7458 7457) +4(7457 7458 7489 7488) +4(7488 7489 7520 7519) +4(7519 7520 7551 7550) +4(7550 7551 7582 7581) +4(7581 7582 7613 7612) +4(7612 7613 7644 7643) +4(7643 7644 7675 7674) +4(7674 7675 7706 7705) +4(7705 7706 7737 7736) +4(7736 7737 7768 7767) +4(7767 7768 7799 7798) +4(7798 7799 7830 7829) +4(7829 7830 7861 7860) +4(7860 7861 7892 7891) +4(7891 7892 7923 7922) +4(7922 7923 7954 7953) +4(7953 7954 7985 7984) +4(7984 7985 8016 8015) +4(8015 8016 8047 8046) +4(8046 8047 8078 8077) +4(8077 8078 8109 8108) +4(8108 8109 8140 8139) +4(8139 8140 8171 8170) +4(8170 8171 8202 8201) +4(8201 8202 8233 8232) +4(8232 8233 8264 8263) +4(8263 8264 8295 8294) +4(8294 8295 8326 8325) +4(8325 8326 8357 8356) +4(8356 8357 8388 8387) +4(8387 8388 8419 8418) +4(8418 8419 8450 8449) +4(8449 8450 8481 8480) +4(8480 8481 8512 8511) +4(8511 8512 8543 8542) +4(8542 8543 8574 8573) +4(8573 8574 8605 8604) +4(8604 8605 8636 8635) +4(8635 8636 8667 8666) +4(8666 8667 8698 8697) +4(8697 8698 8729 8728) +4(8728 8729 8760 8759) +4(8759 8760 8791 8790) +4(8790 8791 8822 8821) +4(8821 8822 8853 8852) +4(8852 8853 8884 8883) +4(8883 8884 8915 8914) +4(8914 8915 8946 8945) +4(8945 8946 8977 8976) +4(8976 8977 9008 9007) +4(9007 9008 9039 9038) +4(9038 9039 9070 9069) +4(9069 9070 9101 9100) +4(9100 9101 9132 9131) +4(9131 9132 9163 9162) +4(9162 9163 9194 9193) +4(9193 9194 9225 9224) +4(9224 9225 9256 9255) +4(9255 9256 9287 9286) +4(9286 9287 9318 9317) +4(9317 9318 9349 9348) +4(9348 9349 9380 9379) +4(9379 9380 9411 9410) +4(9410 9411 9442 9441) +4(9441 9442 9473 9472) +4(9472 9473 9504 9503) +4(9503 9504 9535 9534) +4(9534 9535 9566 9565) +4(9565 9566 9597 9596) +4(9596 9597 9628 9627) +4(9627 9628 9659 9658) +4(9658 9659 9690 9689) +4(9689 9690 9721 9720) +4(9720 9721 9752 9751) +4(9751 9752 9783 9782) +4(9782 9783 9814 9813) +4(9813 9814 9845 9844) +4(9844 9845 9876 9875) +4(9875 9876 9907 9906) +4(9906 9907 9938 9937) +4(9937 9938 9969 9968) +4(9968 9969 10000 9999) +4(9999 10000 10031 10030) +4(10030 10031 10062 10061) +4(10061 10062 10093 10092) +4(10092 10093 10124 10123) +4(10123 10124 10155 10154) +4(10154 10155 10186 10185) +4(10185 10186 10217 10216) +4(10216 10217 10248 10247) +4(10247 10248 10279 10278) +4(10278 10279 10310 10309) +4(10309 10310 10341 10340) +4(10340 10341 10372 10371) +4(10371 10372 10403 10402) +4(10402 10403 10434 10433) +4(10433 10434 10465 10464) +4(10464 10465 10496 10495) +4(10495 10496 10527 10526) +4(10526 10527 10558 10557) +4(10557 10558 10589 10588) +4(10588 10589 10620 10619) +4(10619 10620 10651 10650) +4(10650 10651 10682 10681) +4(10681 10682 10713 10712) +4(10712 10713 10744 10743) +4(10743 10744 10775 10774) +4(10774 10775 10806 10805) +4(10805 10806 10837 10836) +4(10836 10837 10868 10867) +4(10867 10868 10899 10898) +4(10898 10899 10930 10929) +4(10929 10930 10961 10960) +4(10960 10961 10992 10991) +4(10991 10992 11023 11022) +4(11022 11023 11054 11053) +4(11053 11054 11085 11084) +4(11084 11085 11116 11115) +4(11115 11116 11147 11146) +4(11146 11147 11178 11177) +4(11177 11178 11209 11208) +4(11208 11209 11240 11239) +4(11239 11240 11271 11270) +4(11270 11271 11302 11301) +4(11301 11302 11333 11332) +4(11332 11333 11364 11363) +4(11363 11364 11395 11394) +4(11394 11395 11426 11425) +4(11425 11426 11457 11456) +4(11456 11457 11488 11487) +4(11487 11488 11519 11518) +4(11518 11519 11550 11549) +4(11549 11550 11581 11580) +4(11580 11581 11612 11611) +4(11611 11612 11643 11642) +4(11642 11643 11674 11673) +4(11673 11674 11705 11704) +4(11704 11705 11736 11735) +4(11735 11736 11767 11766) +4(11766 11767 11798 11797) +4(11797 11798 11829 11828) +4(11828 11829 11860 11859) +4(11859 11860 11891 11890) +4(11890 11891 11922 11921) +4(11921 11922 11953 11952) +4(11952 11953 11984 11983) +4(11983 11984 12015 12014) +4(12014 12015 12046 12045) +4(12045 12046 12077 12076) +4(12076 12077 12108 12107) +4(12107 12108 12139 12138) +4(12138 12139 12170 12169) +4(12169 12170 12201 12200) +4(12200 12201 12232 12231) +4(12231 12232 12263 12262) +4(12262 12263 12294 12293) +4(12293 12294 12325 12324) +4(12324 12325 12356 12355) +4(12355 12356 12387 12386) +4(12386 12387 12418 12417) +4(12417 12418 12449 12448) +4(6249 6250 6281 6280) +4(6280 6281 6312 6311) +4(6311 6312 6343 6342) +4(6342 6343 6374 6373) +4(6373 6374 6405 6404) +4(6404 6405 6436 6435) +4(6435 6436 6467 6466) +4(6466 6467 6498 6497) +4(6497 6498 6529 6528) +4(6528 6529 6560 6559) +4(6559 6560 6591 6590) +4(6590 6591 6622 6621) +4(6621 6622 6653 6652) +4(6652 6653 6684 6683) +4(6683 6684 6715 6714) +4(6714 6715 6746 6745) +4(6745 6746 6777 6776) +4(6776 6777 6808 6807) +4(6807 6808 6839 6838) +4(6838 6839 6870 6869) +4(6869 6870 6901 6900) +4(6900 6901 6932 6931) +4(6931 6932 6963 6962) +4(6962 6963 6994 6993) +4(6993 6994 7025 7024) +4(7024 7025 7056 7055) +4(7055 7056 7087 7086) +4(7086 7087 7118 7117) +4(7117 7118 7149 7148) +4(7148 7149 7180 7179) +4(7179 7180 7211 7210) +4(7210 7211 7242 7241) +4(7241 7242 7273 7272) +4(7272 7273 7304 7303) +4(7303 7304 7335 7334) +4(7334 7335 7366 7365) +4(7365 7366 7397 7396) +4(7396 7397 7428 7427) +4(7427 7428 7459 7458) +4(7458 7459 7490 7489) +4(7489 7490 7521 7520) +4(7520 7521 7552 7551) +4(7551 7552 7583 7582) +4(7582 7583 7614 7613) +4(7613 7614 7645 7644) +4(7644 7645 7676 7675) +4(7675 7676 7707 7706) +4(7706 7707 7738 7737) +4(7737 7738 7769 7768) +4(7768 7769 7800 7799) +4(7799 7800 7831 7830) +4(7830 7831 7862 7861) +4(7861 7862 7893 7892) +4(7892 7893 7924 7923) +4(7923 7924 7955 7954) +4(7954 7955 7986 7985) +4(7985 7986 8017 8016) +4(8016 8017 8048 8047) +4(8047 8048 8079 8078) +4(8078 8079 8110 8109) +4(8109 8110 8141 8140) +4(8140 8141 8172 8171) +4(8171 8172 8203 8202) +4(8202 8203 8234 8233) +4(8233 8234 8265 8264) +4(8264 8265 8296 8295) +4(8295 8296 8327 8326) +4(8326 8327 8358 8357) +4(8357 8358 8389 8388) +4(8388 8389 8420 8419) +4(8419 8420 8451 8450) +4(8450 8451 8482 8481) +4(8481 8482 8513 8512) +4(8512 8513 8544 8543) +4(8543 8544 8575 8574) +4(8574 8575 8606 8605) +4(8605 8606 8637 8636) +4(8636 8637 8668 8667) +4(8667 8668 8699 8698) +4(8698 8699 8730 8729) +4(8729 8730 8761 8760) +4(8760 8761 8792 8791) +4(8791 8792 8823 8822) +4(8822 8823 8854 8853) +4(8853 8854 8885 8884) +4(8884 8885 8916 8915) +4(8915 8916 8947 8946) +4(8946 8947 8978 8977) +4(8977 8978 9009 9008) +4(9008 9009 9040 9039) +4(9039 9040 9071 9070) +4(9070 9071 9102 9101) +4(9101 9102 9133 9132) +4(9132 9133 9164 9163) +4(9163 9164 9195 9194) +4(9194 9195 9226 9225) +4(9225 9226 9257 9256) +4(9256 9257 9288 9287) +4(9287 9288 9319 9318) +4(9318 9319 9350 9349) +4(9349 9350 9381 9380) +4(9380 9381 9412 9411) +4(9411 9412 9443 9442) +4(9442 9443 9474 9473) +4(9473 9474 9505 9504) +4(9504 9505 9536 9535) +4(9535 9536 9567 9566) +4(9566 9567 9598 9597) +4(9597 9598 9629 9628) +4(9628 9629 9660 9659) +4(9659 9660 9691 9690) +4(9690 9691 9722 9721) +4(9721 9722 9753 9752) +4(9752 9753 9784 9783) +4(9783 9784 9815 9814) +4(9814 9815 9846 9845) +4(9845 9846 9877 9876) +4(9876 9877 9908 9907) +4(9907 9908 9939 9938) +4(9938 9939 9970 9969) +4(9969 9970 10001 10000) +4(10000 10001 10032 10031) +4(10031 10032 10063 10062) +4(10062 10063 10094 10093) +4(10093 10094 10125 10124) +4(10124 10125 10156 10155) +4(10155 10156 10187 10186) +4(10186 10187 10218 10217) +4(10217 10218 10249 10248) +4(10248 10249 10280 10279) +4(10279 10280 10311 10310) +4(10310 10311 10342 10341) +4(10341 10342 10373 10372) +4(10372 10373 10404 10403) +4(10403 10404 10435 10434) +4(10434 10435 10466 10465) +4(10465 10466 10497 10496) +4(10496 10497 10528 10527) +4(10527 10528 10559 10558) +4(10558 10559 10590 10589) +4(10589 10590 10621 10620) +4(10620 10621 10652 10651) +4(10651 10652 10683 10682) +4(10682 10683 10714 10713) +4(10713 10714 10745 10744) +4(10744 10745 10776 10775) +4(10775 10776 10807 10806) +4(10806 10807 10838 10837) +4(10837 10838 10869 10868) +4(10868 10869 10900 10899) +4(10899 10900 10931 10930) +4(10930 10931 10962 10961) +4(10961 10962 10993 10992) +4(10992 10993 11024 11023) +4(11023 11024 11055 11054) +4(11054 11055 11086 11085) +4(11085 11086 11117 11116) +4(11116 11117 11148 11147) +4(11147 11148 11179 11178) +4(11178 11179 11210 11209) +4(11209 11210 11241 11240) +4(11240 11241 11272 11271) +4(11271 11272 11303 11302) +4(11302 11303 11334 11333) +4(11333 11334 11365 11364) +4(11364 11365 11396 11395) +4(11395 11396 11427 11426) +4(11426 11427 11458 11457) +4(11457 11458 11489 11488) +4(11488 11489 11520 11519) +4(11519 11520 11551 11550) +4(11550 11551 11582 11581) +4(11581 11582 11613 11612) +4(11612 11613 11644 11643) +4(11643 11644 11675 11674) +4(11674 11675 11706 11705) +4(11705 11706 11737 11736) +4(11736 11737 11768 11767) +4(11767 11768 11799 11798) +4(11798 11799 11830 11829) +4(11829 11830 11861 11860) +4(11860 11861 11892 11891) +4(11891 11892 11923 11922) +4(11922 11923 11954 11953) +4(11953 11954 11985 11984) +4(11984 11985 12016 12015) +4(12015 12016 12047 12046) +4(12046 12047 12078 12077) +4(12077 12078 12109 12108) +4(12108 12109 12140 12139) +4(12139 12140 12171 12170) +4(12170 12171 12202 12201) +4(12201 12202 12233 12232) +4(12232 12233 12264 12263) +4(12263 12264 12295 12294) +4(12294 12295 12326 12325) +4(12325 12326 12357 12356) +4(12356 12357 12388 12387) +4(12387 12388 12419 12418) +4(12418 12419 12450 12449) +4(6250 6251 6282 6281) +4(6281 6282 6313 6312) +4(6312 6313 6344 6343) +4(6343 6344 6375 6374) +4(6374 6375 6406 6405) +4(6405 6406 6437 6436) +4(6436 6437 6468 6467) +4(6467 6468 6499 6498) +4(6498 6499 6530 6529) +4(6529 6530 6561 6560) +4(6560 6561 6592 6591) +4(6591 6592 6623 6622) +4(6622 6623 6654 6653) +4(6653 6654 6685 6684) +4(6684 6685 6716 6715) +4(6715 6716 6747 6746) +4(6746 6747 6778 6777) +4(6777 6778 6809 6808) +4(6808 6809 6840 6839) +4(6839 6840 6871 6870) +4(6870 6871 6902 6901) +4(6901 6902 6933 6932) +4(6932 6933 6964 6963) +4(6963 6964 6995 6994) +4(6994 6995 7026 7025) +4(7025 7026 7057 7056) +4(7056 7057 7088 7087) +4(7087 7088 7119 7118) +4(7118 7119 7150 7149) +4(7149 7150 7181 7180) +4(7180 7181 7212 7211) +4(7211 7212 7243 7242) +4(7242 7243 7274 7273) +4(7273 7274 7305 7304) +4(7304 7305 7336 7335) +4(7335 7336 7367 7366) +4(7366 7367 7398 7397) +4(7397 7398 7429 7428) +4(7428 7429 7460 7459) +4(7459 7460 7491 7490) +4(7490 7491 7522 7521) +4(7521 7522 7553 7552) +4(7552 7553 7584 7583) +4(7583 7584 7615 7614) +4(7614 7615 7646 7645) +4(7645 7646 7677 7676) +4(7676 7677 7708 7707) +4(7707 7708 7739 7738) +4(7738 7739 7770 7769) +4(7769 7770 7801 7800) +4(7800 7801 7832 7831) +4(7831 7832 7863 7862) +4(7862 7863 7894 7893) +4(7893 7894 7925 7924) +4(7924 7925 7956 7955) +4(7955 7956 7987 7986) +4(7986 7987 8018 8017) +4(8017 8018 8049 8048) +4(8048 8049 8080 8079) +4(8079 8080 8111 8110) +4(8110 8111 8142 8141) +4(8141 8142 8173 8172) +4(8172 8173 8204 8203) +4(8203 8204 8235 8234) +4(8234 8235 8266 8265) +4(8265 8266 8297 8296) +4(8296 8297 8328 8327) +4(8327 8328 8359 8358) +4(8358 8359 8390 8389) +4(8389 8390 8421 8420) +4(8420 8421 8452 8451) +4(8451 8452 8483 8482) +4(8482 8483 8514 8513) +4(8513 8514 8545 8544) +4(8544 8545 8576 8575) +4(8575 8576 8607 8606) +4(8606 8607 8638 8637) +4(8637 8638 8669 8668) +4(8668 8669 8700 8699) +4(8699 8700 8731 8730) +4(8730 8731 8762 8761) +4(8761 8762 8793 8792) +4(8792 8793 8824 8823) +4(8823 8824 8855 8854) +4(8854 8855 8886 8885) +4(8885 8886 8917 8916) +4(8916 8917 8948 8947) +4(8947 8948 8979 8978) +4(8978 8979 9010 9009) +4(9009 9010 9041 9040) +4(9040 9041 9072 9071) +4(9071 9072 9103 9102) +4(9102 9103 9134 9133) +4(9133 9134 9165 9164) +4(9164 9165 9196 9195) +4(9195 9196 9227 9226) +4(9226 9227 9258 9257) +4(9257 9258 9289 9288) +4(9288 9289 9320 9319) +4(9319 9320 9351 9350) +4(9350 9351 9382 9381) +4(9381 9382 9413 9412) +4(9412 9413 9444 9443) +4(9443 9444 9475 9474) +4(9474 9475 9506 9505) +4(9505 9506 9537 9536) +4(9536 9537 9568 9567) +4(9567 9568 9599 9598) +4(9598 9599 9630 9629) +4(9629 9630 9661 9660) +4(9660 9661 9692 9691) +4(9691 9692 9723 9722) +4(9722 9723 9754 9753) +4(9753 9754 9785 9784) +4(9784 9785 9816 9815) +4(9815 9816 9847 9846) +4(9846 9847 9878 9877) +4(9877 9878 9909 9908) +4(9908 9909 9940 9939) +4(9939 9940 9971 9970) +4(9970 9971 10002 10001) +4(10001 10002 10033 10032) +4(10032 10033 10064 10063) +4(10063 10064 10095 10094) +4(10094 10095 10126 10125) +4(10125 10126 10157 10156) +4(10156 10157 10188 10187) +4(10187 10188 10219 10218) +4(10218 10219 10250 10249) +4(10249 10250 10281 10280) +4(10280 10281 10312 10311) +4(10311 10312 10343 10342) +4(10342 10343 10374 10373) +4(10373 10374 10405 10404) +4(10404 10405 10436 10435) +4(10435 10436 10467 10466) +4(10466 10467 10498 10497) +4(10497 10498 10529 10528) +4(10528 10529 10560 10559) +4(10559 10560 10591 10590) +4(10590 10591 10622 10621) +4(10621 10622 10653 10652) +4(10652 10653 10684 10683) +4(10683 10684 10715 10714) +4(10714 10715 10746 10745) +4(10745 10746 10777 10776) +4(10776 10777 10808 10807) +4(10807 10808 10839 10838) +4(10838 10839 10870 10869) +4(10869 10870 10901 10900) +4(10900 10901 10932 10931) +4(10931 10932 10963 10962) +4(10962 10963 10994 10993) +4(10993 10994 11025 11024) +4(11024 11025 11056 11055) +4(11055 11056 11087 11086) +4(11086 11087 11118 11117) +4(11117 11118 11149 11148) +4(11148 11149 11180 11179) +4(11179 11180 11211 11210) +4(11210 11211 11242 11241) +4(11241 11242 11273 11272) +4(11272 11273 11304 11303) +4(11303 11304 11335 11334) +4(11334 11335 11366 11365) +4(11365 11366 11397 11396) +4(11396 11397 11428 11427) +4(11427 11428 11459 11458) +4(11458 11459 11490 11489) +4(11489 11490 11521 11520) +4(11520 11521 11552 11551) +4(11551 11552 11583 11582) +4(11582 11583 11614 11613) +4(11613 11614 11645 11644) +4(11644 11645 11676 11675) +4(11675 11676 11707 11706) +4(11706 11707 11738 11737) +4(11737 11738 11769 11768) +4(11768 11769 11800 11799) +4(11799 11800 11831 11830) +4(11830 11831 11862 11861) +4(11861 11862 11893 11892) +4(11892 11893 11924 11923) +4(11923 11924 11955 11954) +4(11954 11955 11986 11985) +4(11985 11986 12017 12016) +4(12016 12017 12048 12047) +4(12047 12048 12079 12078) +4(12078 12079 12110 12109) +4(12109 12110 12141 12140) +4(12140 12141 12172 12171) +4(12171 12172 12203 12202) +4(12202 12203 12234 12233) +4(12233 12234 12265 12264) +4(12264 12265 12296 12295) +4(12295 12296 12327 12326) +4(12326 12327 12358 12357) +4(12357 12358 12389 12388) +4(12388 12389 12420 12419) +4(12419 12420 12451 12450) +4(6251 6252 6283 6282) +4(6282 6283 6314 6313) +4(6313 6314 6345 6344) +4(6344 6345 6376 6375) +4(6375 6376 6407 6406) +4(6406 6407 6438 6437) +4(6437 6438 6469 6468) +4(6468 6469 6500 6499) +4(6499 6500 6531 6530) +4(6530 6531 6562 6561) +4(6561 6562 6593 6592) +4(6592 6593 6624 6623) +4(6623 6624 6655 6654) +4(6654 6655 6686 6685) +4(6685 6686 6717 6716) +4(6716 6717 6748 6747) +4(6747 6748 6779 6778) +4(6778 6779 6810 6809) +4(6809 6810 6841 6840) +4(6840 6841 6872 6871) +4(6871 6872 6903 6902) +4(6902 6903 6934 6933) +4(6933 6934 6965 6964) +4(6964 6965 6996 6995) +4(6995 6996 7027 7026) +4(7026 7027 7058 7057) +4(7057 7058 7089 7088) +4(7088 7089 7120 7119) +4(7119 7120 7151 7150) +4(7150 7151 7182 7181) +4(7181 7182 7213 7212) +4(7212 7213 7244 7243) +4(7243 7244 7275 7274) +4(7274 7275 7306 7305) +4(7305 7306 7337 7336) +4(7336 7337 7368 7367) +4(7367 7368 7399 7398) +4(7398 7399 7430 7429) +4(7429 7430 7461 7460) +4(7460 7461 7492 7491) +4(7491 7492 7523 7522) +4(7522 7523 7554 7553) +4(7553 7554 7585 7584) +4(7584 7585 7616 7615) +4(7615 7616 7647 7646) +4(7646 7647 7678 7677) +4(7677 7678 7709 7708) +4(7708 7709 7740 7739) +4(7739 7740 7771 7770) +4(7770 7771 7802 7801) +4(7801 7802 7833 7832) +4(7832 7833 7864 7863) +4(7863 7864 7895 7894) +4(7894 7895 7926 7925) +4(7925 7926 7957 7956) +4(7956 7957 7988 7987) +4(7987 7988 8019 8018) +4(8018 8019 8050 8049) +4(8049 8050 8081 8080) +4(8080 8081 8112 8111) +4(8111 8112 8143 8142) +4(8142 8143 8174 8173) +4(8173 8174 8205 8204) +4(8204 8205 8236 8235) +4(8235 8236 8267 8266) +4(8266 8267 8298 8297) +4(8297 8298 8329 8328) +4(8328 8329 8360 8359) +4(8359 8360 8391 8390) +4(8390 8391 8422 8421) +4(8421 8422 8453 8452) +4(8452 8453 8484 8483) +4(8483 8484 8515 8514) +4(8514 8515 8546 8545) +4(8545 8546 8577 8576) +4(8576 8577 8608 8607) +4(8607 8608 8639 8638) +4(8638 8639 8670 8669) +4(8669 8670 8701 8700) +4(8700 8701 8732 8731) +4(8731 8732 8763 8762) +4(8762 8763 8794 8793) +4(8793 8794 8825 8824) +4(8824 8825 8856 8855) +4(8855 8856 8887 8886) +4(8886 8887 8918 8917) +4(8917 8918 8949 8948) +4(8948 8949 8980 8979) +4(8979 8980 9011 9010) +4(9010 9011 9042 9041) +4(9041 9042 9073 9072) +4(9072 9073 9104 9103) +4(9103 9104 9135 9134) +4(9134 9135 9166 9165) +4(9165 9166 9197 9196) +4(9196 9197 9228 9227) +4(9227 9228 9259 9258) +4(9258 9259 9290 9289) +4(9289 9290 9321 9320) +4(9320 9321 9352 9351) +4(9351 9352 9383 9382) +4(9382 9383 9414 9413) +4(9413 9414 9445 9444) +4(9444 9445 9476 9475) +4(9475 9476 9507 9506) +4(9506 9507 9538 9537) +4(9537 9538 9569 9568) +4(9568 9569 9600 9599) +4(9599 9600 9631 9630) +4(9630 9631 9662 9661) +4(9661 9662 9693 9692) +4(9692 9693 9724 9723) +4(9723 9724 9755 9754) +4(9754 9755 9786 9785) +4(9785 9786 9817 9816) +4(9816 9817 9848 9847) +4(9847 9848 9879 9878) +4(9878 9879 9910 9909) +4(9909 9910 9941 9940) +4(9940 9941 9972 9971) +4(9971 9972 10003 10002) +4(10002 10003 10034 10033) +4(10033 10034 10065 10064) +4(10064 10065 10096 10095) +4(10095 10096 10127 10126) +4(10126 10127 10158 10157) +4(10157 10158 10189 10188) +4(10188 10189 10220 10219) +4(10219 10220 10251 10250) +4(10250 10251 10282 10281) +4(10281 10282 10313 10312) +4(10312 10313 10344 10343) +4(10343 10344 10375 10374) +4(10374 10375 10406 10405) +4(10405 10406 10437 10436) +4(10436 10437 10468 10467) +4(10467 10468 10499 10498) +4(10498 10499 10530 10529) +4(10529 10530 10561 10560) +4(10560 10561 10592 10591) +4(10591 10592 10623 10622) +4(10622 10623 10654 10653) +4(10653 10654 10685 10684) +4(10684 10685 10716 10715) +4(10715 10716 10747 10746) +4(10746 10747 10778 10777) +4(10777 10778 10809 10808) +4(10808 10809 10840 10839) +4(10839 10840 10871 10870) +4(10870 10871 10902 10901) +4(10901 10902 10933 10932) +4(10932 10933 10964 10963) +4(10963 10964 10995 10994) +4(10994 10995 11026 11025) +4(11025 11026 11057 11056) +4(11056 11057 11088 11087) +4(11087 11088 11119 11118) +4(11118 11119 11150 11149) +4(11149 11150 11181 11180) +4(11180 11181 11212 11211) +4(11211 11212 11243 11242) +4(11242 11243 11274 11273) +4(11273 11274 11305 11304) +4(11304 11305 11336 11335) +4(11335 11336 11367 11366) +4(11366 11367 11398 11397) +4(11397 11398 11429 11428) +4(11428 11429 11460 11459) +4(11459 11460 11491 11490) +4(11490 11491 11522 11521) +4(11521 11522 11553 11552) +4(11552 11553 11584 11583) +4(11583 11584 11615 11614) +4(11614 11615 11646 11645) +4(11645 11646 11677 11676) +4(11676 11677 11708 11707) +4(11707 11708 11739 11738) +4(11738 11739 11770 11769) +4(11769 11770 11801 11800) +4(11800 11801 11832 11831) +4(11831 11832 11863 11862) +4(11862 11863 11894 11893) +4(11893 11894 11925 11924) +4(11924 11925 11956 11955) +4(11955 11956 11987 11986) +4(11986 11987 12018 12017) +4(12017 12018 12049 12048) +4(12048 12049 12080 12079) +4(12079 12080 12111 12110) +4(12110 12111 12142 12141) +4(12141 12142 12173 12172) +4(12172 12173 12204 12203) +4(12203 12204 12235 12234) +4(12234 12235 12266 12265) +4(12265 12266 12297 12296) +4(12296 12297 12328 12327) +4(12327 12328 12359 12358) +4(12358 12359 12390 12389) +4(12389 12390 12421 12420) +4(12420 12421 12452 12451) +4(6252 6253 6284 6283) +4(6283 6284 6315 6314) +4(6314 6315 6346 6345) +4(6345 6346 6377 6376) +4(6376 6377 6408 6407) +4(6407 6408 6439 6438) +4(6438 6439 6470 6469) +4(6469 6470 6501 6500) +4(6500 6501 6532 6531) +4(6531 6532 6563 6562) +4(6562 6563 6594 6593) +4(6593 6594 6625 6624) +4(6624 6625 6656 6655) +4(6655 6656 6687 6686) +4(6686 6687 6718 6717) +4(6717 6718 6749 6748) +4(6748 6749 6780 6779) +4(6779 6780 6811 6810) +4(6810 6811 6842 6841) +4(6841 6842 6873 6872) +4(6872 6873 6904 6903) +4(6903 6904 6935 6934) +4(6934 6935 6966 6965) +4(6965 6966 6997 6996) +4(6996 6997 7028 7027) +4(7027 7028 7059 7058) +4(7058 7059 7090 7089) +4(7089 7090 7121 7120) +4(7120 7121 7152 7151) +4(7151 7152 7183 7182) +4(7182 7183 7214 7213) +4(7213 7214 7245 7244) +4(7244 7245 7276 7275) +4(7275 7276 7307 7306) +4(7306 7307 7338 7337) +4(7337 7338 7369 7368) +4(7368 7369 7400 7399) +4(7399 7400 7431 7430) +4(7430 7431 7462 7461) +4(7461 7462 7493 7492) +4(7492 7493 7524 7523) +4(7523 7524 7555 7554) +4(7554 7555 7586 7585) +4(7585 7586 7617 7616) +4(7616 7617 7648 7647) +4(7647 7648 7679 7678) +4(7678 7679 7710 7709) +4(7709 7710 7741 7740) +4(7740 7741 7772 7771) +4(7771 7772 7803 7802) +4(7802 7803 7834 7833) +4(7833 7834 7865 7864) +4(7864 7865 7896 7895) +4(7895 7896 7927 7926) +4(7926 7927 7958 7957) +4(7957 7958 7989 7988) +4(7988 7989 8020 8019) +4(8019 8020 8051 8050) +4(8050 8051 8082 8081) +4(8081 8082 8113 8112) +4(8112 8113 8144 8143) +4(8143 8144 8175 8174) +4(8174 8175 8206 8205) +4(8205 8206 8237 8236) +4(8236 8237 8268 8267) +4(8267 8268 8299 8298) +4(8298 8299 8330 8329) +4(8329 8330 8361 8360) +4(8360 8361 8392 8391) +4(8391 8392 8423 8422) +4(8422 8423 8454 8453) +4(8453 8454 8485 8484) +4(8484 8485 8516 8515) +4(8515 8516 8547 8546) +4(8546 8547 8578 8577) +4(8577 8578 8609 8608) +4(8608 8609 8640 8639) +4(8639 8640 8671 8670) +4(8670 8671 8702 8701) +4(8701 8702 8733 8732) +4(8732 8733 8764 8763) +4(8763 8764 8795 8794) +4(8794 8795 8826 8825) +4(8825 8826 8857 8856) +4(8856 8857 8888 8887) +4(8887 8888 8919 8918) +4(8918 8919 8950 8949) +4(8949 8950 8981 8980) +4(8980 8981 9012 9011) +4(9011 9012 9043 9042) +4(9042 9043 9074 9073) +4(9073 9074 9105 9104) +4(9104 9105 9136 9135) +4(9135 9136 9167 9166) +4(9166 9167 9198 9197) +4(9197 9198 9229 9228) +4(9228 9229 9260 9259) +4(9259 9260 9291 9290) +4(9290 9291 9322 9321) +4(9321 9322 9353 9352) +4(9352 9353 9384 9383) +4(9383 9384 9415 9414) +4(9414 9415 9446 9445) +4(9445 9446 9477 9476) +4(9476 9477 9508 9507) +4(9507 9508 9539 9538) +4(9538 9539 9570 9569) +4(9569 9570 9601 9600) +4(9600 9601 9632 9631) +4(9631 9632 9663 9662) +4(9662 9663 9694 9693) +4(9693 9694 9725 9724) +4(9724 9725 9756 9755) +4(9755 9756 9787 9786) +4(9786 9787 9818 9817) +4(9817 9818 9849 9848) +4(9848 9849 9880 9879) +4(9879 9880 9911 9910) +4(9910 9911 9942 9941) +4(9941 9942 9973 9972) +4(9972 9973 10004 10003) +4(10003 10004 10035 10034) +4(10034 10035 10066 10065) +4(10065 10066 10097 10096) +4(10096 10097 10128 10127) +4(10127 10128 10159 10158) +4(10158 10159 10190 10189) +4(10189 10190 10221 10220) +4(10220 10221 10252 10251) +4(10251 10252 10283 10282) +4(10282 10283 10314 10313) +4(10313 10314 10345 10344) +4(10344 10345 10376 10375) +4(10375 10376 10407 10406) +4(10406 10407 10438 10437) +4(10437 10438 10469 10468) +4(10468 10469 10500 10499) +4(10499 10500 10531 10530) +4(10530 10531 10562 10561) +4(10561 10562 10593 10592) +4(10592 10593 10624 10623) +4(10623 10624 10655 10654) +4(10654 10655 10686 10685) +4(10685 10686 10717 10716) +4(10716 10717 10748 10747) +4(10747 10748 10779 10778) +4(10778 10779 10810 10809) +4(10809 10810 10841 10840) +4(10840 10841 10872 10871) +4(10871 10872 10903 10902) +4(10902 10903 10934 10933) +4(10933 10934 10965 10964) +4(10964 10965 10996 10995) +4(10995 10996 11027 11026) +4(11026 11027 11058 11057) +4(11057 11058 11089 11088) +4(11088 11089 11120 11119) +4(11119 11120 11151 11150) +4(11150 11151 11182 11181) +4(11181 11182 11213 11212) +4(11212 11213 11244 11243) +4(11243 11244 11275 11274) +4(11274 11275 11306 11305) +4(11305 11306 11337 11336) +4(11336 11337 11368 11367) +4(11367 11368 11399 11398) +4(11398 11399 11430 11429) +4(11429 11430 11461 11460) +4(11460 11461 11492 11491) +4(11491 11492 11523 11522) +4(11522 11523 11554 11553) +4(11553 11554 11585 11584) +4(11584 11585 11616 11615) +4(11615 11616 11647 11646) +4(11646 11647 11678 11677) +4(11677 11678 11709 11708) +4(11708 11709 11740 11739) +4(11739 11740 11771 11770) +4(11770 11771 11802 11801) +4(11801 11802 11833 11832) +4(11832 11833 11864 11863) +4(11863 11864 11895 11894) +4(11894 11895 11926 11925) +4(11925 11926 11957 11956) +4(11956 11957 11988 11987) +4(11987 11988 12019 12018) +4(12018 12019 12050 12049) +4(12049 12050 12081 12080) +4(12080 12081 12112 12111) +4(12111 12112 12143 12142) +4(12142 12143 12174 12173) +4(12173 12174 12205 12204) +4(12204 12205 12236 12235) +4(12235 12236 12267 12266) +4(12266 12267 12298 12297) +4(12297 12298 12329 12328) +4(12328 12329 12360 12359) +4(12359 12360 12391 12390) +4(12390 12391 12422 12421) +4(12421 12422 12453 12452) +4(6253 6254 6285 6284) +4(6284 6285 6316 6315) +4(6315 6316 6347 6346) +4(6346 6347 6378 6377) +4(6377 6378 6409 6408) +4(6408 6409 6440 6439) +4(6439 6440 6471 6470) +4(6470 6471 6502 6501) +4(6501 6502 6533 6532) +4(6532 6533 6564 6563) +4(6563 6564 6595 6594) +4(6594 6595 6626 6625) +4(6625 6626 6657 6656) +4(6656 6657 6688 6687) +4(6687 6688 6719 6718) +4(6718 6719 6750 6749) +4(6749 6750 6781 6780) +4(6780 6781 6812 6811) +4(6811 6812 6843 6842) +4(6842 6843 6874 6873) +4(6873 6874 6905 6904) +4(6904 6905 6936 6935) +4(6935 6936 6967 6966) +4(6966 6967 6998 6997) +4(6997 6998 7029 7028) +4(7028 7029 7060 7059) +4(7059 7060 7091 7090) +4(7090 7091 7122 7121) +4(7121 7122 7153 7152) +4(7152 7153 7184 7183) +4(7183 7184 7215 7214) +4(7214 7215 7246 7245) +4(7245 7246 7277 7276) +4(7276 7277 7308 7307) +4(7307 7308 7339 7338) +4(7338 7339 7370 7369) +4(7369 7370 7401 7400) +4(7400 7401 7432 7431) +4(7431 7432 7463 7462) +4(7462 7463 7494 7493) +4(7493 7494 7525 7524) +4(7524 7525 7556 7555) +4(7555 7556 7587 7586) +4(7586 7587 7618 7617) +4(7617 7618 7649 7648) +4(7648 7649 7680 7679) +4(7679 7680 7711 7710) +4(7710 7711 7742 7741) +4(7741 7742 7773 7772) +4(7772 7773 7804 7803) +4(7803 7804 7835 7834) +4(7834 7835 7866 7865) +4(7865 7866 7897 7896) +4(7896 7897 7928 7927) +4(7927 7928 7959 7958) +4(7958 7959 7990 7989) +4(7989 7990 8021 8020) +4(8020 8021 8052 8051) +4(8051 8052 8083 8082) +4(8082 8083 8114 8113) +4(8113 8114 8145 8144) +4(8144 8145 8176 8175) +4(8175 8176 8207 8206) +4(8206 8207 8238 8237) +4(8237 8238 8269 8268) +4(8268 8269 8300 8299) +4(8299 8300 8331 8330) +4(8330 8331 8362 8361) +4(8361 8362 8393 8392) +4(8392 8393 8424 8423) +4(8423 8424 8455 8454) +4(8454 8455 8486 8485) +4(8485 8486 8517 8516) +4(8516 8517 8548 8547) +4(8547 8548 8579 8578) +4(8578 8579 8610 8609) +4(8609 8610 8641 8640) +4(8640 8641 8672 8671) +4(8671 8672 8703 8702) +4(8702 8703 8734 8733) +4(8733 8734 8765 8764) +4(8764 8765 8796 8795) +4(8795 8796 8827 8826) +4(8826 8827 8858 8857) +4(8857 8858 8889 8888) +4(8888 8889 8920 8919) +4(8919 8920 8951 8950) +4(8950 8951 8982 8981) +4(8981 8982 9013 9012) +4(9012 9013 9044 9043) +4(9043 9044 9075 9074) +4(9074 9075 9106 9105) +4(9105 9106 9137 9136) +4(9136 9137 9168 9167) +4(9167 9168 9199 9198) +4(9198 9199 9230 9229) +4(9229 9230 9261 9260) +4(9260 9261 9292 9291) +4(9291 9292 9323 9322) +4(9322 9323 9354 9353) +4(9353 9354 9385 9384) +4(9384 9385 9416 9415) +4(9415 9416 9447 9446) +4(9446 9447 9478 9477) +4(9477 9478 9509 9508) +4(9508 9509 9540 9539) +4(9539 9540 9571 9570) +4(9570 9571 9602 9601) +4(9601 9602 9633 9632) +4(9632 9633 9664 9663) +4(9663 9664 9695 9694) +4(9694 9695 9726 9725) +4(9725 9726 9757 9756) +4(9756 9757 9788 9787) +4(9787 9788 9819 9818) +4(9818 9819 9850 9849) +4(9849 9850 9881 9880) +4(9880 9881 9912 9911) +4(9911 9912 9943 9942) +4(9942 9943 9974 9973) +4(9973 9974 10005 10004) +4(10004 10005 10036 10035) +4(10035 10036 10067 10066) +4(10066 10067 10098 10097) +4(10097 10098 10129 10128) +4(10128 10129 10160 10159) +4(10159 10160 10191 10190) +4(10190 10191 10222 10221) +4(10221 10222 10253 10252) +4(10252 10253 10284 10283) +4(10283 10284 10315 10314) +4(10314 10315 10346 10345) +4(10345 10346 10377 10376) +4(10376 10377 10408 10407) +4(10407 10408 10439 10438) +4(10438 10439 10470 10469) +4(10469 10470 10501 10500) +4(10500 10501 10532 10531) +4(10531 10532 10563 10562) +4(10562 10563 10594 10593) +4(10593 10594 10625 10624) +4(10624 10625 10656 10655) +4(10655 10656 10687 10686) +4(10686 10687 10718 10717) +4(10717 10718 10749 10748) +4(10748 10749 10780 10779) +4(10779 10780 10811 10810) +4(10810 10811 10842 10841) +4(10841 10842 10873 10872) +4(10872 10873 10904 10903) +4(10903 10904 10935 10934) +4(10934 10935 10966 10965) +4(10965 10966 10997 10996) +4(10996 10997 11028 11027) +4(11027 11028 11059 11058) +4(11058 11059 11090 11089) +4(11089 11090 11121 11120) +4(11120 11121 11152 11151) +4(11151 11152 11183 11182) +4(11182 11183 11214 11213) +4(11213 11214 11245 11244) +4(11244 11245 11276 11275) +4(11275 11276 11307 11306) +4(11306 11307 11338 11337) +4(11337 11338 11369 11368) +4(11368 11369 11400 11399) +4(11399 11400 11431 11430) +4(11430 11431 11462 11461) +4(11461 11462 11493 11492) +4(11492 11493 11524 11523) +4(11523 11524 11555 11554) +4(11554 11555 11586 11585) +4(11585 11586 11617 11616) +4(11616 11617 11648 11647) +4(11647 11648 11679 11678) +4(11678 11679 11710 11709) +4(11709 11710 11741 11740) +4(11740 11741 11772 11771) +4(11771 11772 11803 11802) +4(11802 11803 11834 11833) +4(11833 11834 11865 11864) +4(11864 11865 11896 11895) +4(11895 11896 11927 11926) +4(11926 11927 11958 11957) +4(11957 11958 11989 11988) +4(11988 11989 12020 12019) +4(12019 12020 12051 12050) +4(12050 12051 12082 12081) +4(12081 12082 12113 12112) +4(12112 12113 12144 12143) +4(12143 12144 12175 12174) +4(12174 12175 12206 12205) +4(12205 12206 12237 12236) +4(12236 12237 12268 12267) +4(12267 12268 12299 12298) +4(12298 12299 12330 12329) +4(12329 12330 12361 12360) +4(12360 12361 12392 12391) +4(12391 12392 12423 12422) +4(12422 12423 12454 12453) +4(6254 6255 6286 6285) +4(6285 6286 6317 6316) +4(6316 6317 6348 6347) +4(6347 6348 6379 6378) +4(6378 6379 6410 6409) +4(6409 6410 6441 6440) +4(6440 6441 6472 6471) +4(6471 6472 6503 6502) +4(6502 6503 6534 6533) +4(6533 6534 6565 6564) +4(6564 6565 6596 6595) +4(6595 6596 6627 6626) +4(6626 6627 6658 6657) +4(6657 6658 6689 6688) +4(6688 6689 6720 6719) +4(6719 6720 6751 6750) +4(6750 6751 6782 6781) +4(6781 6782 6813 6812) +4(6812 6813 6844 6843) +4(6843 6844 6875 6874) +4(6874 6875 6906 6905) +4(6905 6906 6937 6936) +4(6936 6937 6968 6967) +4(6967 6968 6999 6998) +4(6998 6999 7030 7029) +4(7029 7030 7061 7060) +4(7060 7061 7092 7091) +4(7091 7092 7123 7122) +4(7122 7123 7154 7153) +4(7153 7154 7185 7184) +4(7184 7185 7216 7215) +4(7215 7216 7247 7246) +4(7246 7247 7278 7277) +4(7277 7278 7309 7308) +4(7308 7309 7340 7339) +4(7339 7340 7371 7370) +4(7370 7371 7402 7401) +4(7401 7402 7433 7432) +4(7432 7433 7464 7463) +4(7463 7464 7495 7494) +4(7494 7495 7526 7525) +4(7525 7526 7557 7556) +4(7556 7557 7588 7587) +4(7587 7588 7619 7618) +4(7618 7619 7650 7649) +4(7649 7650 7681 7680) +4(7680 7681 7712 7711) +4(7711 7712 7743 7742) +4(7742 7743 7774 7773) +4(7773 7774 7805 7804) +4(7804 7805 7836 7835) +4(7835 7836 7867 7866) +4(7866 7867 7898 7897) +4(7897 7898 7929 7928) +4(7928 7929 7960 7959) +4(7959 7960 7991 7990) +4(7990 7991 8022 8021) +4(8021 8022 8053 8052) +4(8052 8053 8084 8083) +4(8083 8084 8115 8114) +4(8114 8115 8146 8145) +4(8145 8146 8177 8176) +4(8176 8177 8208 8207) +4(8207 8208 8239 8238) +4(8238 8239 8270 8269) +4(8269 8270 8301 8300) +4(8300 8301 8332 8331) +4(8331 8332 8363 8362) +4(8362 8363 8394 8393) +4(8393 8394 8425 8424) +4(8424 8425 8456 8455) +4(8455 8456 8487 8486) +4(8486 8487 8518 8517) +4(8517 8518 8549 8548) +4(8548 8549 8580 8579) +4(8579 8580 8611 8610) +4(8610 8611 8642 8641) +4(8641 8642 8673 8672) +4(8672 8673 8704 8703) +4(8703 8704 8735 8734) +4(8734 8735 8766 8765) +4(8765 8766 8797 8796) +4(8796 8797 8828 8827) +4(8827 8828 8859 8858) +4(8858 8859 8890 8889) +4(8889 8890 8921 8920) +4(8920 8921 8952 8951) +4(8951 8952 8983 8982) +4(8982 8983 9014 9013) +4(9013 9014 9045 9044) +4(9044 9045 9076 9075) +4(9075 9076 9107 9106) +4(9106 9107 9138 9137) +4(9137 9138 9169 9168) +4(9168 9169 9200 9199) +4(9199 9200 9231 9230) +4(9230 9231 9262 9261) +4(9261 9262 9293 9292) +4(9292 9293 9324 9323) +4(9323 9324 9355 9354) +4(9354 9355 9386 9385) +4(9385 9386 9417 9416) +4(9416 9417 9448 9447) +4(9447 9448 9479 9478) +4(9478 9479 9510 9509) +4(9509 9510 9541 9540) +4(9540 9541 9572 9571) +4(9571 9572 9603 9602) +4(9602 9603 9634 9633) +4(9633 9634 9665 9664) +4(9664 9665 9696 9695) +4(9695 9696 9727 9726) +4(9726 9727 9758 9757) +4(9757 9758 9789 9788) +4(9788 9789 9820 9819) +4(9819 9820 9851 9850) +4(9850 9851 9882 9881) +4(9881 9882 9913 9912) +4(9912 9913 9944 9943) +4(9943 9944 9975 9974) +4(9974 9975 10006 10005) +4(10005 10006 10037 10036) +4(10036 10037 10068 10067) +4(10067 10068 10099 10098) +4(10098 10099 10130 10129) +4(10129 10130 10161 10160) +4(10160 10161 10192 10191) +4(10191 10192 10223 10222) +4(10222 10223 10254 10253) +4(10253 10254 10285 10284) +4(10284 10285 10316 10315) +4(10315 10316 10347 10346) +4(10346 10347 10378 10377) +4(10377 10378 10409 10408) +4(10408 10409 10440 10439) +4(10439 10440 10471 10470) +4(10470 10471 10502 10501) +4(10501 10502 10533 10532) +4(10532 10533 10564 10563) +4(10563 10564 10595 10594) +4(10594 10595 10626 10625) +4(10625 10626 10657 10656) +4(10656 10657 10688 10687) +4(10687 10688 10719 10718) +4(10718 10719 10750 10749) +4(10749 10750 10781 10780) +4(10780 10781 10812 10811) +4(10811 10812 10843 10842) +4(10842 10843 10874 10873) +4(10873 10874 10905 10904) +4(10904 10905 10936 10935) +4(10935 10936 10967 10966) +4(10966 10967 10998 10997) +4(10997 10998 11029 11028) +4(11028 11029 11060 11059) +4(11059 11060 11091 11090) +4(11090 11091 11122 11121) +4(11121 11122 11153 11152) +4(11152 11153 11184 11183) +4(11183 11184 11215 11214) +4(11214 11215 11246 11245) +4(11245 11246 11277 11276) +4(11276 11277 11308 11307) +4(11307 11308 11339 11338) +4(11338 11339 11370 11369) +4(11369 11370 11401 11400) +4(11400 11401 11432 11431) +4(11431 11432 11463 11462) +4(11462 11463 11494 11493) +4(11493 11494 11525 11524) +4(11524 11525 11556 11555) +4(11555 11556 11587 11586) +4(11586 11587 11618 11617) +4(11617 11618 11649 11648) +4(11648 11649 11680 11679) +4(11679 11680 11711 11710) +4(11710 11711 11742 11741) +4(11741 11742 11773 11772) +4(11772 11773 11804 11803) +4(11803 11804 11835 11834) +4(11834 11835 11866 11865) +4(11865 11866 11897 11896) +4(11896 11897 11928 11927) +4(11927 11928 11959 11958) +4(11958 11959 11990 11989) +4(11989 11990 12021 12020) +4(12020 12021 12052 12051) +4(12051 12052 12083 12082) +4(12082 12083 12114 12113) +4(12113 12114 12145 12144) +4(12144 12145 12176 12175) +4(12175 12176 12207 12206) +4(12206 12207 12238 12237) +4(12237 12238 12269 12268) +4(12268 12269 12300 12299) +4(12299 12300 12331 12330) +4(12330 12331 12362 12361) +4(12361 12362 12393 12392) +4(12392 12393 12424 12423) +4(12423 12424 12455 12454) +4(6255 6256 6287 6286) +4(6286 6287 6318 6317) +4(6317 6318 6349 6348) +4(6348 6349 6380 6379) +4(6379 6380 6411 6410) +4(6410 6411 6442 6441) +4(6441 6442 6473 6472) +4(6472 6473 6504 6503) +4(6503 6504 6535 6534) +4(6534 6535 6566 6565) +4(6565 6566 6597 6596) +4(6596 6597 6628 6627) +4(6627 6628 6659 6658) +4(6658 6659 6690 6689) +4(6689 6690 6721 6720) +4(6720 6721 6752 6751) +4(6751 6752 6783 6782) +4(6782 6783 6814 6813) +4(6813 6814 6845 6844) +4(6844 6845 6876 6875) +4(6875 6876 6907 6906) +4(6906 6907 6938 6937) +4(6937 6938 6969 6968) +4(6968 6969 7000 6999) +4(6999 7000 7031 7030) +4(7030 7031 7062 7061) +4(7061 7062 7093 7092) +4(7092 7093 7124 7123) +4(7123 7124 7155 7154) +4(7154 7155 7186 7185) +4(7185 7186 7217 7216) +4(7216 7217 7248 7247) +4(7247 7248 7279 7278) +4(7278 7279 7310 7309) +4(7309 7310 7341 7340) +4(7340 7341 7372 7371) +4(7371 7372 7403 7402) +4(7402 7403 7434 7433) +4(7433 7434 7465 7464) +4(7464 7465 7496 7495) +4(7495 7496 7527 7526) +4(7526 7527 7558 7557) +4(7557 7558 7589 7588) +4(7588 7589 7620 7619) +4(7619 7620 7651 7650) +4(7650 7651 7682 7681) +4(7681 7682 7713 7712) +4(7712 7713 7744 7743) +4(7743 7744 7775 7774) +4(7774 7775 7806 7805) +4(7805 7806 7837 7836) +4(7836 7837 7868 7867) +4(7867 7868 7899 7898) +4(7898 7899 7930 7929) +4(7929 7930 7961 7960) +4(7960 7961 7992 7991) +4(7991 7992 8023 8022) +4(8022 8023 8054 8053) +4(8053 8054 8085 8084) +4(8084 8085 8116 8115) +4(8115 8116 8147 8146) +4(8146 8147 8178 8177) +4(8177 8178 8209 8208) +4(8208 8209 8240 8239) +4(8239 8240 8271 8270) +4(8270 8271 8302 8301) +4(8301 8302 8333 8332) +4(8332 8333 8364 8363) +4(8363 8364 8395 8394) +4(8394 8395 8426 8425) +4(8425 8426 8457 8456) +4(8456 8457 8488 8487) +4(8487 8488 8519 8518) +4(8518 8519 8550 8549) +4(8549 8550 8581 8580) +4(8580 8581 8612 8611) +4(8611 8612 8643 8642) +4(8642 8643 8674 8673) +4(8673 8674 8705 8704) +4(8704 8705 8736 8735) +4(8735 8736 8767 8766) +4(8766 8767 8798 8797) +4(8797 8798 8829 8828) +4(8828 8829 8860 8859) +4(8859 8860 8891 8890) +4(8890 8891 8922 8921) +4(8921 8922 8953 8952) +4(8952 8953 8984 8983) +4(8983 8984 9015 9014) +4(9014 9015 9046 9045) +4(9045 9046 9077 9076) +4(9076 9077 9108 9107) +4(9107 9108 9139 9138) +4(9138 9139 9170 9169) +4(9169 9170 9201 9200) +4(9200 9201 9232 9231) +4(9231 9232 9263 9262) +4(9262 9263 9294 9293) +4(9293 9294 9325 9324) +4(9324 9325 9356 9355) +4(9355 9356 9387 9386) +4(9386 9387 9418 9417) +4(9417 9418 9449 9448) +4(9448 9449 9480 9479) +4(9479 9480 9511 9510) +4(9510 9511 9542 9541) +4(9541 9542 9573 9572) +4(9572 9573 9604 9603) +4(9603 9604 9635 9634) +4(9634 9635 9666 9665) +4(9665 9666 9697 9696) +4(9696 9697 9728 9727) +4(9727 9728 9759 9758) +4(9758 9759 9790 9789) +4(9789 9790 9821 9820) +4(9820 9821 9852 9851) +4(9851 9852 9883 9882) +4(9882 9883 9914 9913) +4(9913 9914 9945 9944) +4(9944 9945 9976 9975) +4(9975 9976 10007 10006) +4(10006 10007 10038 10037) +4(10037 10038 10069 10068) +4(10068 10069 10100 10099) +4(10099 10100 10131 10130) +4(10130 10131 10162 10161) +4(10161 10162 10193 10192) +4(10192 10193 10224 10223) +4(10223 10224 10255 10254) +4(10254 10255 10286 10285) +4(10285 10286 10317 10316) +4(10316 10317 10348 10347) +4(10347 10348 10379 10378) +4(10378 10379 10410 10409) +4(10409 10410 10441 10440) +4(10440 10441 10472 10471) +4(10471 10472 10503 10502) +4(10502 10503 10534 10533) +4(10533 10534 10565 10564) +4(10564 10565 10596 10595) +4(10595 10596 10627 10626) +4(10626 10627 10658 10657) +4(10657 10658 10689 10688) +4(10688 10689 10720 10719) +4(10719 10720 10751 10750) +4(10750 10751 10782 10781) +4(10781 10782 10813 10812) +4(10812 10813 10844 10843) +4(10843 10844 10875 10874) +4(10874 10875 10906 10905) +4(10905 10906 10937 10936) +4(10936 10937 10968 10967) +4(10967 10968 10999 10998) +4(10998 10999 11030 11029) +4(11029 11030 11061 11060) +4(11060 11061 11092 11091) +4(11091 11092 11123 11122) +4(11122 11123 11154 11153) +4(11153 11154 11185 11184) +4(11184 11185 11216 11215) +4(11215 11216 11247 11246) +4(11246 11247 11278 11277) +4(11277 11278 11309 11308) +4(11308 11309 11340 11339) +4(11339 11340 11371 11370) +4(11370 11371 11402 11401) +4(11401 11402 11433 11432) +4(11432 11433 11464 11463) +4(11463 11464 11495 11494) +4(11494 11495 11526 11525) +4(11525 11526 11557 11556) +4(11556 11557 11588 11587) +4(11587 11588 11619 11618) +4(11618 11619 11650 11649) +4(11649 11650 11681 11680) +4(11680 11681 11712 11711) +4(11711 11712 11743 11742) +4(11742 11743 11774 11773) +4(11773 11774 11805 11804) +4(11804 11805 11836 11835) +4(11835 11836 11867 11866) +4(11866 11867 11898 11897) +4(11897 11898 11929 11928) +4(11928 11929 11960 11959) +4(11959 11960 11991 11990) +4(11990 11991 12022 12021) +4(12021 12022 12053 12052) +4(12052 12053 12084 12083) +4(12083 12084 12115 12114) +4(12114 12115 12146 12145) +4(12145 12146 12177 12176) +4(12176 12177 12208 12207) +4(12207 12208 12239 12238) +4(12238 12239 12270 12269) +4(12269 12270 12301 12300) +4(12300 12301 12332 12331) +4(12331 12332 12363 12362) +4(12362 12363 12394 12393) +4(12393 12394 12425 12424) +4(12424 12425 12456 12455) +4(6256 6257 6288 6287) +4(6287 6288 6319 6318) +4(6318 6319 6350 6349) +4(6349 6350 6381 6380) +4(6380 6381 6412 6411) +4(6411 6412 6443 6442) +4(6442 6443 6474 6473) +4(6473 6474 6505 6504) +4(6504 6505 6536 6535) +4(6535 6536 6567 6566) +4(6566 6567 6598 6597) +4(6597 6598 6629 6628) +4(6628 6629 6660 6659) +4(6659 6660 6691 6690) +4(6690 6691 6722 6721) +4(6721 6722 6753 6752) +4(6752 6753 6784 6783) +4(6783 6784 6815 6814) +4(6814 6815 6846 6845) +4(6845 6846 6877 6876) +4(6876 6877 6908 6907) +4(6907 6908 6939 6938) +4(6938 6939 6970 6969) +4(6969 6970 7001 7000) +4(7000 7001 7032 7031) +4(7031 7032 7063 7062) +4(7062 7063 7094 7093) +4(7093 7094 7125 7124) +4(7124 7125 7156 7155) +4(7155 7156 7187 7186) +4(7186 7187 7218 7217) +4(7217 7218 7249 7248) +4(7248 7249 7280 7279) +4(7279 7280 7311 7310) +4(7310 7311 7342 7341) +4(7341 7342 7373 7372) +4(7372 7373 7404 7403) +4(7403 7404 7435 7434) +4(7434 7435 7466 7465) +4(7465 7466 7497 7496) +4(7496 7497 7528 7527) +4(7527 7528 7559 7558) +4(7558 7559 7590 7589) +4(7589 7590 7621 7620) +4(7620 7621 7652 7651) +4(7651 7652 7683 7682) +4(7682 7683 7714 7713) +4(7713 7714 7745 7744) +4(7744 7745 7776 7775) +4(7775 7776 7807 7806) +4(7806 7807 7838 7837) +4(7837 7838 7869 7868) +4(7868 7869 7900 7899) +4(7899 7900 7931 7930) +4(7930 7931 7962 7961) +4(7961 7962 7993 7992) +4(7992 7993 8024 8023) +4(8023 8024 8055 8054) +4(8054 8055 8086 8085) +4(8085 8086 8117 8116) +4(8116 8117 8148 8147) +4(8147 8148 8179 8178) +4(8178 8179 8210 8209) +4(8209 8210 8241 8240) +4(8240 8241 8272 8271) +4(8271 8272 8303 8302) +4(8302 8303 8334 8333) +4(8333 8334 8365 8364) +4(8364 8365 8396 8395) +4(8395 8396 8427 8426) +4(8426 8427 8458 8457) +4(8457 8458 8489 8488) +4(8488 8489 8520 8519) +4(8519 8520 8551 8550) +4(8550 8551 8582 8581) +4(8581 8582 8613 8612) +4(8612 8613 8644 8643) +4(8643 8644 8675 8674) +4(8674 8675 8706 8705) +4(8705 8706 8737 8736) +4(8736 8737 8768 8767) +4(8767 8768 8799 8798) +4(8798 8799 8830 8829) +4(8829 8830 8861 8860) +4(8860 8861 8892 8891) +4(8891 8892 8923 8922) +4(8922 8923 8954 8953) +4(8953 8954 8985 8984) +4(8984 8985 9016 9015) +4(9015 9016 9047 9046) +4(9046 9047 9078 9077) +4(9077 9078 9109 9108) +4(9108 9109 9140 9139) +4(9139 9140 9171 9170) +4(9170 9171 9202 9201) +4(9201 9202 9233 9232) +4(9232 9233 9264 9263) +4(9263 9264 9295 9294) +4(9294 9295 9326 9325) +4(9325 9326 9357 9356) +4(9356 9357 9388 9387) +4(9387 9388 9419 9418) +4(9418 9419 9450 9449) +4(9449 9450 9481 9480) +4(9480 9481 9512 9511) +4(9511 9512 9543 9542) +4(9542 9543 9574 9573) +4(9573 9574 9605 9604) +4(9604 9605 9636 9635) +4(9635 9636 9667 9666) +4(9666 9667 9698 9697) +4(9697 9698 9729 9728) +4(9728 9729 9760 9759) +4(9759 9760 9791 9790) +4(9790 9791 9822 9821) +4(9821 9822 9853 9852) +4(9852 9853 9884 9883) +4(9883 9884 9915 9914) +4(9914 9915 9946 9945) +4(9945 9946 9977 9976) +4(9976 9977 10008 10007) +4(10007 10008 10039 10038) +4(10038 10039 10070 10069) +4(10069 10070 10101 10100) +4(10100 10101 10132 10131) +4(10131 10132 10163 10162) +4(10162 10163 10194 10193) +4(10193 10194 10225 10224) +4(10224 10225 10256 10255) +4(10255 10256 10287 10286) +4(10286 10287 10318 10317) +4(10317 10318 10349 10348) +4(10348 10349 10380 10379) +4(10379 10380 10411 10410) +4(10410 10411 10442 10441) +4(10441 10442 10473 10472) +4(10472 10473 10504 10503) +4(10503 10504 10535 10534) +4(10534 10535 10566 10565) +4(10565 10566 10597 10596) +4(10596 10597 10628 10627) +4(10627 10628 10659 10658) +4(10658 10659 10690 10689) +4(10689 10690 10721 10720) +4(10720 10721 10752 10751) +4(10751 10752 10783 10782) +4(10782 10783 10814 10813) +4(10813 10814 10845 10844) +4(10844 10845 10876 10875) +4(10875 10876 10907 10906) +4(10906 10907 10938 10937) +4(10937 10938 10969 10968) +4(10968 10969 11000 10999) +4(10999 11000 11031 11030) +4(11030 11031 11062 11061) +4(11061 11062 11093 11092) +4(11092 11093 11124 11123) +4(11123 11124 11155 11154) +4(11154 11155 11186 11185) +4(11185 11186 11217 11216) +4(11216 11217 11248 11247) +4(11247 11248 11279 11278) +4(11278 11279 11310 11309) +4(11309 11310 11341 11340) +4(11340 11341 11372 11371) +4(11371 11372 11403 11402) +4(11402 11403 11434 11433) +4(11433 11434 11465 11464) +4(11464 11465 11496 11495) +4(11495 11496 11527 11526) +4(11526 11527 11558 11557) +4(11557 11558 11589 11588) +4(11588 11589 11620 11619) +4(11619 11620 11651 11650) +4(11650 11651 11682 11681) +4(11681 11682 11713 11712) +4(11712 11713 11744 11743) +4(11743 11744 11775 11774) +4(11774 11775 11806 11805) +4(11805 11806 11837 11836) +4(11836 11837 11868 11867) +4(11867 11868 11899 11898) +4(11898 11899 11930 11929) +4(11929 11930 11961 11960) +4(11960 11961 11992 11991) +4(11991 11992 12023 12022) +4(12022 12023 12054 12053) +4(12053 12054 12085 12084) +4(12084 12085 12116 12115) +4(12115 12116 12147 12146) +4(12146 12147 12178 12177) +4(12177 12178 12209 12208) +4(12208 12209 12240 12239) +4(12239 12240 12271 12270) +4(12270 12271 12302 12301) +4(12301 12302 12333 12332) +4(12332 12333 12364 12363) +4(12363 12364 12395 12394) +4(12394 12395 12426 12425) +4(12425 12426 12457 12456) +4(6257 6258 6289 6288) +4(6288 6289 6320 6319) +4(6319 6320 6351 6350) +4(6350 6351 6382 6381) +4(6381 6382 6413 6412) +4(6412 6413 6444 6443) +4(6443 6444 6475 6474) +4(6474 6475 6506 6505) +4(6505 6506 6537 6536) +4(6536 6537 6568 6567) +4(6567 6568 6599 6598) +4(6598 6599 6630 6629) +4(6629 6630 6661 6660) +4(6660 6661 6692 6691) +4(6691 6692 6723 6722) +4(6722 6723 6754 6753) +4(6753 6754 6785 6784) +4(6784 6785 6816 6815) +4(6815 6816 6847 6846) +4(6846 6847 6878 6877) +4(6877 6878 6909 6908) +4(6908 6909 6940 6939) +4(6939 6940 6971 6970) +4(6970 6971 7002 7001) +4(7001 7002 7033 7032) +4(7032 7033 7064 7063) +4(7063 7064 7095 7094) +4(7094 7095 7126 7125) +4(7125 7126 7157 7156) +4(7156 7157 7188 7187) +4(7187 7188 7219 7218) +4(7218 7219 7250 7249) +4(7249 7250 7281 7280) +4(7280 7281 7312 7311) +4(7311 7312 7343 7342) +4(7342 7343 7374 7373) +4(7373 7374 7405 7404) +4(7404 7405 7436 7435) +4(7435 7436 7467 7466) +4(7466 7467 7498 7497) +4(7497 7498 7529 7528) +4(7528 7529 7560 7559) +4(7559 7560 7591 7590) +4(7590 7591 7622 7621) +4(7621 7622 7653 7652) +4(7652 7653 7684 7683) +4(7683 7684 7715 7714) +4(7714 7715 7746 7745) +4(7745 7746 7777 7776) +4(7776 7777 7808 7807) +4(7807 7808 7839 7838) +4(7838 7839 7870 7869) +4(7869 7870 7901 7900) +4(7900 7901 7932 7931) +4(7931 7932 7963 7962) +4(7962 7963 7994 7993) +4(7993 7994 8025 8024) +4(8024 8025 8056 8055) +4(8055 8056 8087 8086) +4(8086 8087 8118 8117) +4(8117 8118 8149 8148) +4(8148 8149 8180 8179) +4(8179 8180 8211 8210) +4(8210 8211 8242 8241) +4(8241 8242 8273 8272) +4(8272 8273 8304 8303) +4(8303 8304 8335 8334) +4(8334 8335 8366 8365) +4(8365 8366 8397 8396) +4(8396 8397 8428 8427) +4(8427 8428 8459 8458) +4(8458 8459 8490 8489) +4(8489 8490 8521 8520) +4(8520 8521 8552 8551) +4(8551 8552 8583 8582) +4(8582 8583 8614 8613) +4(8613 8614 8645 8644) +4(8644 8645 8676 8675) +4(8675 8676 8707 8706) +4(8706 8707 8738 8737) +4(8737 8738 8769 8768) +4(8768 8769 8800 8799) +4(8799 8800 8831 8830) +4(8830 8831 8862 8861) +4(8861 8862 8893 8892) +4(8892 8893 8924 8923) +4(8923 8924 8955 8954) +4(8954 8955 8986 8985) +4(8985 8986 9017 9016) +4(9016 9017 9048 9047) +4(9047 9048 9079 9078) +4(9078 9079 9110 9109) +4(9109 9110 9141 9140) +4(9140 9141 9172 9171) +4(9171 9172 9203 9202) +4(9202 9203 9234 9233) +4(9233 9234 9265 9264) +4(9264 9265 9296 9295) +4(9295 9296 9327 9326) +4(9326 9327 9358 9357) +4(9357 9358 9389 9388) +4(9388 9389 9420 9419) +4(9419 9420 9451 9450) +4(9450 9451 9482 9481) +4(9481 9482 9513 9512) +4(9512 9513 9544 9543) +4(9543 9544 9575 9574) +4(9574 9575 9606 9605) +4(9605 9606 9637 9636) +4(9636 9637 9668 9667) +4(9667 9668 9699 9698) +4(9698 9699 9730 9729) +4(9729 9730 9761 9760) +4(9760 9761 9792 9791) +4(9791 9792 9823 9822) +4(9822 9823 9854 9853) +4(9853 9854 9885 9884) +4(9884 9885 9916 9915) +4(9915 9916 9947 9946) +4(9946 9947 9978 9977) +4(9977 9978 10009 10008) +4(10008 10009 10040 10039) +4(10039 10040 10071 10070) +4(10070 10071 10102 10101) +4(10101 10102 10133 10132) +4(10132 10133 10164 10163) +4(10163 10164 10195 10194) +4(10194 10195 10226 10225) +4(10225 10226 10257 10256) +4(10256 10257 10288 10287) +4(10287 10288 10319 10318) +4(10318 10319 10350 10349) +4(10349 10350 10381 10380) +4(10380 10381 10412 10411) +4(10411 10412 10443 10442) +4(10442 10443 10474 10473) +4(10473 10474 10505 10504) +4(10504 10505 10536 10535) +4(10535 10536 10567 10566) +4(10566 10567 10598 10597) +4(10597 10598 10629 10628) +4(10628 10629 10660 10659) +4(10659 10660 10691 10690) +4(10690 10691 10722 10721) +4(10721 10722 10753 10752) +4(10752 10753 10784 10783) +4(10783 10784 10815 10814) +4(10814 10815 10846 10845) +4(10845 10846 10877 10876) +4(10876 10877 10908 10907) +4(10907 10908 10939 10938) +4(10938 10939 10970 10969) +4(10969 10970 11001 11000) +4(11000 11001 11032 11031) +4(11031 11032 11063 11062) +4(11062 11063 11094 11093) +4(11093 11094 11125 11124) +4(11124 11125 11156 11155) +4(11155 11156 11187 11186) +4(11186 11187 11218 11217) +4(11217 11218 11249 11248) +4(11248 11249 11280 11279) +4(11279 11280 11311 11310) +4(11310 11311 11342 11341) +4(11341 11342 11373 11372) +4(11372 11373 11404 11403) +4(11403 11404 11435 11434) +4(11434 11435 11466 11465) +4(11465 11466 11497 11496) +4(11496 11497 11528 11527) +4(11527 11528 11559 11558) +4(11558 11559 11590 11589) +4(11589 11590 11621 11620) +4(11620 11621 11652 11651) +4(11651 11652 11683 11682) +4(11682 11683 11714 11713) +4(11713 11714 11745 11744) +4(11744 11745 11776 11775) +4(11775 11776 11807 11806) +4(11806 11807 11838 11837) +4(11837 11838 11869 11868) +4(11868 11869 11900 11899) +4(11899 11900 11931 11930) +4(11930 11931 11962 11961) +4(11961 11962 11993 11992) +4(11992 11993 12024 12023) +4(12023 12024 12055 12054) +4(12054 12055 12086 12085) +4(12085 12086 12117 12116) +4(12116 12117 12148 12147) +4(12147 12148 12179 12178) +4(12178 12179 12210 12209) +4(12209 12210 12241 12240) +4(12240 12241 12272 12271) +4(12271 12272 12303 12302) +4(12302 12303 12334 12333) +4(12333 12334 12365 12364) +4(12364 12365 12396 12395) +4(12395 12396 12427 12426) +4(12426 12427 12458 12457) +4(6258 6259 6290 6289) +4(6289 6290 6321 6320) +4(6320 6321 6352 6351) +4(6351 6352 6383 6382) +4(6382 6383 6414 6413) +4(6413 6414 6445 6444) +4(6444 6445 6476 6475) +4(6475 6476 6507 6506) +4(6506 6507 6538 6537) +4(6537 6538 6569 6568) +4(6568 6569 6600 6599) +4(6599 6600 6631 6630) +4(6630 6631 6662 6661) +4(6661 6662 6693 6692) +4(6692 6693 6724 6723) +4(6723 6724 6755 6754) +4(6754 6755 6786 6785) +4(6785 6786 6817 6816) +4(6816 6817 6848 6847) +4(6847 6848 6879 6878) +4(6878 6879 6910 6909) +4(6909 6910 6941 6940) +4(6940 6941 6972 6971) +4(6971 6972 7003 7002) +4(7002 7003 7034 7033) +4(7033 7034 7065 7064) +4(7064 7065 7096 7095) +4(7095 7096 7127 7126) +4(7126 7127 7158 7157) +4(7157 7158 7189 7188) +4(7188 7189 7220 7219) +4(7219 7220 7251 7250) +4(7250 7251 7282 7281) +4(7281 7282 7313 7312) +4(7312 7313 7344 7343) +4(7343 7344 7375 7374) +4(7374 7375 7406 7405) +4(7405 7406 7437 7436) +4(7436 7437 7468 7467) +4(7467 7468 7499 7498) +4(7498 7499 7530 7529) +4(7529 7530 7561 7560) +4(7560 7561 7592 7591) +4(7591 7592 7623 7622) +4(7622 7623 7654 7653) +4(7653 7654 7685 7684) +4(7684 7685 7716 7715) +4(7715 7716 7747 7746) +4(7746 7747 7778 7777) +4(7777 7778 7809 7808) +4(7808 7809 7840 7839) +4(7839 7840 7871 7870) +4(7870 7871 7902 7901) +4(7901 7902 7933 7932) +4(7932 7933 7964 7963) +4(7963 7964 7995 7994) +4(7994 7995 8026 8025) +4(8025 8026 8057 8056) +4(8056 8057 8088 8087) +4(8087 8088 8119 8118) +4(8118 8119 8150 8149) +4(8149 8150 8181 8180) +4(8180 8181 8212 8211) +4(8211 8212 8243 8242) +4(8242 8243 8274 8273) +4(8273 8274 8305 8304) +4(8304 8305 8336 8335) +4(8335 8336 8367 8366) +4(8366 8367 8398 8397) +4(8397 8398 8429 8428) +4(8428 8429 8460 8459) +4(8459 8460 8491 8490) +4(8490 8491 8522 8521) +4(8521 8522 8553 8552) +4(8552 8553 8584 8583) +4(8583 8584 8615 8614) +4(8614 8615 8646 8645) +4(8645 8646 8677 8676) +4(8676 8677 8708 8707) +4(8707 8708 8739 8738) +4(8738 8739 8770 8769) +4(8769 8770 8801 8800) +4(8800 8801 8832 8831) +4(8831 8832 8863 8862) +4(8862 8863 8894 8893) +4(8893 8894 8925 8924) +4(8924 8925 8956 8955) +4(8955 8956 8987 8986) +4(8986 8987 9018 9017) +4(9017 9018 9049 9048) +4(9048 9049 9080 9079) +4(9079 9080 9111 9110) +4(9110 9111 9142 9141) +4(9141 9142 9173 9172) +4(9172 9173 9204 9203) +4(9203 9204 9235 9234) +4(9234 9235 9266 9265) +4(9265 9266 9297 9296) +4(9296 9297 9328 9327) +4(9327 9328 9359 9358) +4(9358 9359 9390 9389) +4(9389 9390 9421 9420) +4(9420 9421 9452 9451) +4(9451 9452 9483 9482) +4(9482 9483 9514 9513) +4(9513 9514 9545 9544) +4(9544 9545 9576 9575) +4(9575 9576 9607 9606) +4(9606 9607 9638 9637) +4(9637 9638 9669 9668) +4(9668 9669 9700 9699) +4(9699 9700 9731 9730) +4(9730 9731 9762 9761) +4(9761 9762 9793 9792) +4(9792 9793 9824 9823) +4(9823 9824 9855 9854) +4(9854 9855 9886 9885) +4(9885 9886 9917 9916) +4(9916 9917 9948 9947) +4(9947 9948 9979 9978) +4(9978 9979 10010 10009) +4(10009 10010 10041 10040) +4(10040 10041 10072 10071) +4(10071 10072 10103 10102) +4(10102 10103 10134 10133) +4(10133 10134 10165 10164) +4(10164 10165 10196 10195) +4(10195 10196 10227 10226) +4(10226 10227 10258 10257) +4(10257 10258 10289 10288) +4(10288 10289 10320 10319) +4(10319 10320 10351 10350) +4(10350 10351 10382 10381) +4(10381 10382 10413 10412) +4(10412 10413 10444 10443) +4(10443 10444 10475 10474) +4(10474 10475 10506 10505) +4(10505 10506 10537 10536) +4(10536 10537 10568 10567) +4(10567 10568 10599 10598) +4(10598 10599 10630 10629) +4(10629 10630 10661 10660) +4(10660 10661 10692 10691) +4(10691 10692 10723 10722) +4(10722 10723 10754 10753) +4(10753 10754 10785 10784) +4(10784 10785 10816 10815) +4(10815 10816 10847 10846) +4(10846 10847 10878 10877) +4(10877 10878 10909 10908) +4(10908 10909 10940 10939) +4(10939 10940 10971 10970) +4(10970 10971 11002 11001) +4(11001 11002 11033 11032) +4(11032 11033 11064 11063) +4(11063 11064 11095 11094) +4(11094 11095 11126 11125) +4(11125 11126 11157 11156) +4(11156 11157 11188 11187) +4(11187 11188 11219 11218) +4(11218 11219 11250 11249) +4(11249 11250 11281 11280) +4(11280 11281 11312 11311) +4(11311 11312 11343 11342) +4(11342 11343 11374 11373) +4(11373 11374 11405 11404) +4(11404 11405 11436 11435) +4(11435 11436 11467 11466) +4(11466 11467 11498 11497) +4(11497 11498 11529 11528) +4(11528 11529 11560 11559) +4(11559 11560 11591 11590) +4(11590 11591 11622 11621) +4(11621 11622 11653 11652) +4(11652 11653 11684 11683) +4(11683 11684 11715 11714) +4(11714 11715 11746 11745) +4(11745 11746 11777 11776) +4(11776 11777 11808 11807) +4(11807 11808 11839 11838) +4(11838 11839 11870 11869) +4(11869 11870 11901 11900) +4(11900 11901 11932 11931) +4(11931 11932 11963 11962) +4(11962 11963 11994 11993) +4(11993 11994 12025 12024) +4(12024 12025 12056 12055) +4(12055 12056 12087 12086) +4(12086 12087 12118 12117) +4(12117 12118 12149 12148) +4(12148 12149 12180 12179) +4(12179 12180 12211 12210) +4(12210 12211 12242 12241) +4(12241 12242 12273 12272) +4(12272 12273 12304 12303) +4(12303 12304 12335 12334) +4(12334 12335 12366 12365) +4(12365 12366 12397 12396) +4(12396 12397 12428 12427) +4(12427 12428 12459 12458) +4(6259 6260 6291 6290) +4(6290 6291 6322 6321) +4(6321 6322 6353 6352) +4(6352 6353 6384 6383) +4(6383 6384 6415 6414) +4(6414 6415 6446 6445) +4(6445 6446 6477 6476) +4(6476 6477 6508 6507) +4(6507 6508 6539 6538) +4(6538 6539 6570 6569) +4(6569 6570 6601 6600) +4(6600 6601 6632 6631) +4(6631 6632 6663 6662) +4(6662 6663 6694 6693) +4(6693 6694 6725 6724) +4(6724 6725 6756 6755) +4(6755 6756 6787 6786) +4(6786 6787 6818 6817) +4(6817 6818 6849 6848) +4(6848 6849 6880 6879) +4(6879 6880 6911 6910) +4(6910 6911 6942 6941) +4(6941 6942 6973 6972) +4(6972 6973 7004 7003) +4(7003 7004 7035 7034) +4(7034 7035 7066 7065) +4(7065 7066 7097 7096) +4(7096 7097 7128 7127) +4(7127 7128 7159 7158) +4(7158 7159 7190 7189) +4(7189 7190 7221 7220) +4(7220 7221 7252 7251) +4(7251 7252 7283 7282) +4(7282 7283 7314 7313) +4(7313 7314 7345 7344) +4(7344 7345 7376 7375) +4(7375 7376 7407 7406) +4(7406 7407 7438 7437) +4(7437 7438 7469 7468) +4(7468 7469 7500 7499) +4(7499 7500 7531 7530) +4(7530 7531 7562 7561) +4(7561 7562 7593 7592) +4(7592 7593 7624 7623) +4(7623 7624 7655 7654) +4(7654 7655 7686 7685) +4(7685 7686 7717 7716) +4(7716 7717 7748 7747) +4(7747 7748 7779 7778) +4(7778 7779 7810 7809) +4(7809 7810 7841 7840) +4(7840 7841 7872 7871) +4(7871 7872 7903 7902) +4(7902 7903 7934 7933) +4(7933 7934 7965 7964) +4(7964 7965 7996 7995) +4(7995 7996 8027 8026) +4(8026 8027 8058 8057) +4(8057 8058 8089 8088) +4(8088 8089 8120 8119) +4(8119 8120 8151 8150) +4(8150 8151 8182 8181) +4(8181 8182 8213 8212) +4(8212 8213 8244 8243) +4(8243 8244 8275 8274) +4(8274 8275 8306 8305) +4(8305 8306 8337 8336) +4(8336 8337 8368 8367) +4(8367 8368 8399 8398) +4(8398 8399 8430 8429) +4(8429 8430 8461 8460) +4(8460 8461 8492 8491) +4(8491 8492 8523 8522) +4(8522 8523 8554 8553) +4(8553 8554 8585 8584) +4(8584 8585 8616 8615) +4(8615 8616 8647 8646) +4(8646 8647 8678 8677) +4(8677 8678 8709 8708) +4(8708 8709 8740 8739) +4(8739 8740 8771 8770) +4(8770 8771 8802 8801) +4(8801 8802 8833 8832) +4(8832 8833 8864 8863) +4(8863 8864 8895 8894) +4(8894 8895 8926 8925) +4(8925 8926 8957 8956) +4(8956 8957 8988 8987) +4(8987 8988 9019 9018) +4(9018 9019 9050 9049) +4(9049 9050 9081 9080) +4(9080 9081 9112 9111) +4(9111 9112 9143 9142) +4(9142 9143 9174 9173) +4(9173 9174 9205 9204) +4(9204 9205 9236 9235) +4(9235 9236 9267 9266) +4(9266 9267 9298 9297) +4(9297 9298 9329 9328) +4(9328 9329 9360 9359) +4(9359 9360 9391 9390) +4(9390 9391 9422 9421) +4(9421 9422 9453 9452) +4(9452 9453 9484 9483) +4(9483 9484 9515 9514) +4(9514 9515 9546 9545) +4(9545 9546 9577 9576) +4(9576 9577 9608 9607) +4(9607 9608 9639 9638) +4(9638 9639 9670 9669) +4(9669 9670 9701 9700) +4(9700 9701 9732 9731) +4(9731 9732 9763 9762) +4(9762 9763 9794 9793) +4(9793 9794 9825 9824) +4(9824 9825 9856 9855) +4(9855 9856 9887 9886) +4(9886 9887 9918 9917) +4(9917 9918 9949 9948) +4(9948 9949 9980 9979) +4(9979 9980 10011 10010) +4(10010 10011 10042 10041) +4(10041 10042 10073 10072) +4(10072 10073 10104 10103) +4(10103 10104 10135 10134) +4(10134 10135 10166 10165) +4(10165 10166 10197 10196) +4(10196 10197 10228 10227) +4(10227 10228 10259 10258) +4(10258 10259 10290 10289) +4(10289 10290 10321 10320) +4(10320 10321 10352 10351) +4(10351 10352 10383 10382) +4(10382 10383 10414 10413) +4(10413 10414 10445 10444) +4(10444 10445 10476 10475) +4(10475 10476 10507 10506) +4(10506 10507 10538 10537) +4(10537 10538 10569 10568) +4(10568 10569 10600 10599) +4(10599 10600 10631 10630) +4(10630 10631 10662 10661) +4(10661 10662 10693 10692) +4(10692 10693 10724 10723) +4(10723 10724 10755 10754) +4(10754 10755 10786 10785) +4(10785 10786 10817 10816) +4(10816 10817 10848 10847) +4(10847 10848 10879 10878) +4(10878 10879 10910 10909) +4(10909 10910 10941 10940) +4(10940 10941 10972 10971) +4(10971 10972 11003 11002) +4(11002 11003 11034 11033) +4(11033 11034 11065 11064) +4(11064 11065 11096 11095) +4(11095 11096 11127 11126) +4(11126 11127 11158 11157) +4(11157 11158 11189 11188) +4(11188 11189 11220 11219) +4(11219 11220 11251 11250) +4(11250 11251 11282 11281) +4(11281 11282 11313 11312) +4(11312 11313 11344 11343) +4(11343 11344 11375 11374) +4(11374 11375 11406 11405) +4(11405 11406 11437 11436) +4(11436 11437 11468 11467) +4(11467 11468 11499 11498) +4(11498 11499 11530 11529) +4(11529 11530 11561 11560) +4(11560 11561 11592 11591) +4(11591 11592 11623 11622) +4(11622 11623 11654 11653) +4(11653 11654 11685 11684) +4(11684 11685 11716 11715) +4(11715 11716 11747 11746) +4(11746 11747 11778 11777) +4(11777 11778 11809 11808) +4(11808 11809 11840 11839) +4(11839 11840 11871 11870) +4(11870 11871 11902 11901) +4(11901 11902 11933 11932) +4(11932 11933 11964 11963) +4(11963 11964 11995 11994) +4(11994 11995 12026 12025) +4(12025 12026 12057 12056) +4(12056 12057 12088 12087) +4(12087 12088 12119 12118) +4(12118 12119 12150 12149) +4(12149 12150 12181 12180) +4(12180 12181 12212 12211) +4(12211 12212 12243 12242) +4(12242 12243 12274 12273) +4(12273 12274 12305 12304) +4(12304 12305 12336 12335) +4(12335 12336 12367 12366) +4(12366 12367 12398 12397) +4(12397 12398 12429 12428) +4(12428 12429 12460 12459) +4(6260 6261 6292 6291) +4(6291 6292 6323 6322) +4(6322 6323 6354 6353) +4(6353 6354 6385 6384) +4(6384 6385 6416 6415) +4(6415 6416 6447 6446) +4(6446 6447 6478 6477) +4(6477 6478 6509 6508) +4(6508 6509 6540 6539) +4(6539 6540 6571 6570) +4(6570 6571 6602 6601) +4(6601 6602 6633 6632) +4(6632 6633 6664 6663) +4(6663 6664 6695 6694) +4(6694 6695 6726 6725) +4(6725 6726 6757 6756) +4(6756 6757 6788 6787) +4(6787 6788 6819 6818) +4(6818 6819 6850 6849) +4(6849 6850 6881 6880) +4(6880 6881 6912 6911) +4(6911 6912 6943 6942) +4(6942 6943 6974 6973) +4(6973 6974 7005 7004) +4(7004 7005 7036 7035) +4(7035 7036 7067 7066) +4(7066 7067 7098 7097) +4(7097 7098 7129 7128) +4(7128 7129 7160 7159) +4(7159 7160 7191 7190) +4(7190 7191 7222 7221) +4(7221 7222 7253 7252) +4(7252 7253 7284 7283) +4(7283 7284 7315 7314) +4(7314 7315 7346 7345) +4(7345 7346 7377 7376) +4(7376 7377 7408 7407) +4(7407 7408 7439 7438) +4(7438 7439 7470 7469) +4(7469 7470 7501 7500) +4(7500 7501 7532 7531) +4(7531 7532 7563 7562) +4(7562 7563 7594 7593) +4(7593 7594 7625 7624) +4(7624 7625 7656 7655) +4(7655 7656 7687 7686) +4(7686 7687 7718 7717) +4(7717 7718 7749 7748) +4(7748 7749 7780 7779) +4(7779 7780 7811 7810) +4(7810 7811 7842 7841) +4(7841 7842 7873 7872) +4(7872 7873 7904 7903) +4(7903 7904 7935 7934) +4(7934 7935 7966 7965) +4(7965 7966 7997 7996) +4(7996 7997 8028 8027) +4(8027 8028 8059 8058) +4(8058 8059 8090 8089) +4(8089 8090 8121 8120) +4(8120 8121 8152 8151) +4(8151 8152 8183 8182) +4(8182 8183 8214 8213) +4(8213 8214 8245 8244) +4(8244 8245 8276 8275) +4(8275 8276 8307 8306) +4(8306 8307 8338 8337) +4(8337 8338 8369 8368) +4(8368 8369 8400 8399) +4(8399 8400 8431 8430) +4(8430 8431 8462 8461) +4(8461 8462 8493 8492) +4(8492 8493 8524 8523) +4(8523 8524 8555 8554) +4(8554 8555 8586 8585) +4(8585 8586 8617 8616) +4(8616 8617 8648 8647) +4(8647 8648 8679 8678) +4(8678 8679 8710 8709) +4(8709 8710 8741 8740) +4(8740 8741 8772 8771) +4(8771 8772 8803 8802) +4(8802 8803 8834 8833) +4(8833 8834 8865 8864) +4(8864 8865 8896 8895) +4(8895 8896 8927 8926) +4(8926 8927 8958 8957) +4(8957 8958 8989 8988) +4(8988 8989 9020 9019) +4(9019 9020 9051 9050) +4(9050 9051 9082 9081) +4(9081 9082 9113 9112) +4(9112 9113 9144 9143) +4(9143 9144 9175 9174) +4(9174 9175 9206 9205) +4(9205 9206 9237 9236) +4(9236 9237 9268 9267) +4(9267 9268 9299 9298) +4(9298 9299 9330 9329) +4(9329 9330 9361 9360) +4(9360 9361 9392 9391) +4(9391 9392 9423 9422) +4(9422 9423 9454 9453) +4(9453 9454 9485 9484) +4(9484 9485 9516 9515) +4(9515 9516 9547 9546) +4(9546 9547 9578 9577) +4(9577 9578 9609 9608) +4(9608 9609 9640 9639) +4(9639 9640 9671 9670) +4(9670 9671 9702 9701) +4(9701 9702 9733 9732) +4(9732 9733 9764 9763) +4(9763 9764 9795 9794) +4(9794 9795 9826 9825) +4(9825 9826 9857 9856) +4(9856 9857 9888 9887) +4(9887 9888 9919 9918) +4(9918 9919 9950 9949) +4(9949 9950 9981 9980) +4(9980 9981 10012 10011) +4(10011 10012 10043 10042) +4(10042 10043 10074 10073) +4(10073 10074 10105 10104) +4(10104 10105 10136 10135) +4(10135 10136 10167 10166) +4(10166 10167 10198 10197) +4(10197 10198 10229 10228) +4(10228 10229 10260 10259) +4(10259 10260 10291 10290) +4(10290 10291 10322 10321) +4(10321 10322 10353 10352) +4(10352 10353 10384 10383) +4(10383 10384 10415 10414) +4(10414 10415 10446 10445) +4(10445 10446 10477 10476) +4(10476 10477 10508 10507) +4(10507 10508 10539 10538) +4(10538 10539 10570 10569) +4(10569 10570 10601 10600) +4(10600 10601 10632 10631) +4(10631 10632 10663 10662) +4(10662 10663 10694 10693) +4(10693 10694 10725 10724) +4(10724 10725 10756 10755) +4(10755 10756 10787 10786) +4(10786 10787 10818 10817) +4(10817 10818 10849 10848) +4(10848 10849 10880 10879) +4(10879 10880 10911 10910) +4(10910 10911 10942 10941) +4(10941 10942 10973 10972) +4(10972 10973 11004 11003) +4(11003 11004 11035 11034) +4(11034 11035 11066 11065) +4(11065 11066 11097 11096) +4(11096 11097 11128 11127) +4(11127 11128 11159 11158) +4(11158 11159 11190 11189) +4(11189 11190 11221 11220) +4(11220 11221 11252 11251) +4(11251 11252 11283 11282) +4(11282 11283 11314 11313) +4(11313 11314 11345 11344) +4(11344 11345 11376 11375) +4(11375 11376 11407 11406) +4(11406 11407 11438 11437) +4(11437 11438 11469 11468) +4(11468 11469 11500 11499) +4(11499 11500 11531 11530) +4(11530 11531 11562 11561) +4(11561 11562 11593 11592) +4(11592 11593 11624 11623) +4(11623 11624 11655 11654) +4(11654 11655 11686 11685) +4(11685 11686 11717 11716) +4(11716 11717 11748 11747) +4(11747 11748 11779 11778) +4(11778 11779 11810 11809) +4(11809 11810 11841 11840) +4(11840 11841 11872 11871) +4(11871 11872 11903 11902) +4(11902 11903 11934 11933) +4(11933 11934 11965 11964) +4(11964 11965 11996 11995) +4(11995 11996 12027 12026) +4(12026 12027 12058 12057) +4(12057 12058 12089 12088) +4(12088 12089 12120 12119) +4(12119 12120 12151 12150) +4(12150 12151 12182 12181) +4(12181 12182 12213 12212) +4(12212 12213 12244 12243) +4(12243 12244 12275 12274) +4(12274 12275 12306 12305) +4(12305 12306 12337 12336) +4(12336 12337 12368 12367) +4(12367 12368 12399 12398) +4(12398 12399 12430 12429) +4(12429 12430 12461 12460) +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/neighbour b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/neighbour new file mode 100644 index 00000000000..db0c6377d94 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/neighbour @@ -0,0 +1,11795 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class labelList; + note "nPoints: 12462 nCells: 6000 nFaces: 24230 nInternalFaces: 11770"; + location "constant/polyMesh"; + object neighbour; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +11770 +( +1 +30 +2 +31 +3 +32 +4 +33 +5 +34 +6 +35 +7 +36 +8 +37 +9 +38 +10 +39 +11 +40 +12 +41 +13 +42 +14 +43 +15 +44 +16 +45 +17 +46 +18 +47 +19 +48 +20 +49 +21 +50 +22 +51 +23 +52 +24 +53 +25 +54 +26 +55 +27 +56 +28 +57 +29 +58 +59 +31 +60 +32 +61 +33 +62 +34 +63 +35 +64 +36 +65 +37 +66 +38 +67 +39 +68 +40 +69 +41 +70 +42 +71 +43 +72 +44 +73 +45 +74 +46 +75 +47 +76 +48 +77 +49 +78 +50 +79 +51 +80 +52 +81 +53 +82 +54 +83 +55 +84 +56 +85 +57 +86 +58 +87 +59 +88 +89 +61 +90 +62 +91 +63 +92 +64 +93 +65 +94 +66 +95 +67 +96 +68 +97 +69 +98 +70 +99 +71 +100 +72 +101 +73 +102 +74 +103 +75 +104 +76 +105 +77 +106 +78 +107 +79 +108 +80 +109 +81 +110 +82 +111 +83 +112 +84 +113 +85 +114 +86 +115 +87 +116 +88 +117 +89 +118 +119 +91 +120 +92 +121 +93 +122 +94 +123 +95 +124 +96 +125 +97 +126 +98 +127 +99 +128 +100 +129 +101 +130 +102 +131 +103 +132 +104 +133 +105 +134 +106 +135 +107 +136 +108 +137 +109 +138 +110 +139 +111 +140 +112 +141 +113 +142 +114 +143 +115 +144 +116 +145 +117 +146 +118 +147 +119 +148 +149 +121 +150 +122 +151 +123 +152 +124 +153 +125 +154 +126 +155 +127 +156 +128 +157 +129 +158 +130 +159 +131 +160 +132 +161 +133 +162 +134 +163 +135 +164 +136 +165 +137 +166 +138 +167 +139 +168 +140 +169 +141 +170 +142 +171 +143 +172 +144 +173 +145 +174 +146 +175 +147 +176 +148 +177 +149 +178 +179 +151 +180 +152 +181 +153 +182 +154 +183 +155 +184 +156 +185 +157 +186 +158 +187 +159 +188 +160 +189 +161 +190 +162 +191 +163 +192 +164 +193 +165 +194 +166 +195 +167 +196 +168 +197 +169 +198 +170 +199 +171 +200 +172 +201 +173 +202 +174 +203 +175 +204 +176 +205 +177 +206 +178 +207 +179 +208 +209 +181 +210 +182 +211 +183 +212 +184 +213 +185 +214 +186 +215 +187 +216 +188 +217 +189 +218 +190 +219 +191 +220 +192 +221 +193 +222 +194 +223 +195 +224 +196 +225 +197 +226 +198 +227 +199 +228 +200 +229 +201 +230 +202 +231 +203 +232 +204 +233 +205 +234 +206 +235 +207 +236 +208 +237 +209 +238 +239 +211 +240 +212 +241 +213 +242 +214 +243 +215 +244 +216 +245 +217 +246 +218 +247 +219 +248 +220 +249 +221 +250 +222 +251 +223 +252 +224 +253 +225 +254 +226 +255 +227 +256 +228 +257 +229 +258 +230 +259 +231 +260 +232 +261 +233 +262 +234 +263 +235 +264 +236 +265 +237 +266 +238 +267 +239 +268 +269 +241 +270 +242 +271 +243 +272 +244 +273 +245 +274 +246 +275 +247 +276 +248 +277 +249 +278 +250 +279 +251 +280 +252 +281 +253 +282 +254 +283 +255 +284 +256 +285 +257 +286 +258 +287 +259 +288 +260 +289 +261 +290 +262 +291 +263 +292 +264 +293 +265 +294 +266 +295 +267 +296 +268 +297 +269 +298 +299 +271 +300 +272 +301 +273 +302 +274 +303 +275 +304 +276 +305 +277 +306 +278 +307 +279 +308 +280 +309 +281 +310 +282 +311 +283 +312 +284 +313 +285 +314 +286 +315 +287 +316 +288 +317 +289 +318 +290 +319 +291 +320 +292 +321 +293 +322 +294 +323 +295 +324 +296 +325 +297 +326 +298 +327 +299 +328 +329 +301 +330 +302 +331 +303 +332 +304 +333 +305 +334 +306 +335 +307 +336 +308 +337 +309 +338 +310 +339 +311 +340 +312 +341 +313 +342 +314 +343 +315 +344 +316 +345 +317 +346 +318 +347 +319 +348 +320 +349 +321 +350 +322 +351 +323 +352 +324 +353 +325 +354 +326 +355 +327 +356 +328 +357 +329 +358 +359 +331 +360 +332 +361 +333 +362 +334 +363 +335 +364 +336 +365 +337 +366 +338 +367 +339 +368 +340 +369 +341 +370 +342 +371 +343 +372 +344 +373 +345 +374 +346 +375 +347 +376 +348 +377 +349 +378 +350 +379 +351 +380 +352 +381 +353 +382 +354 +383 +355 +384 +356 +385 +357 +386 +358 +387 +359 +388 +389 +361 +390 +362 +391 +363 +392 +364 +393 +365 +394 +366 +395 +367 +396 +368 +397 +369 +398 +370 +399 +371 +400 +372 +401 +373 +402 +374 +403 +375 +404 +376 +405 +377 +406 +378 +407 +379 +408 +380 +409 +381 +410 +382 +411 +383 +412 +384 +413 +385 +414 +386 +415 +387 +416 +388 +417 +389 +418 +419 +391 +420 +392 +421 +393 +422 +394 +423 +395 +424 +396 +425 +397 +426 +398 +427 +399 +428 +400 +429 +401 +430 +402 +431 +403 +432 +404 +433 +405 +434 +406 +435 +407 +436 +408 +437 +409 +438 +410 +439 +411 +440 +412 +441 +413 +442 +414 +443 +415 +444 +416 +445 +417 +446 +418 +447 +419 +448 +449 +421 +450 +422 +451 +423 +452 +424 +453 +425 +454 +426 +455 +427 +456 +428 +457 +429 +458 +430 +459 +431 +460 +432 +461 +433 +462 +434 +463 +435 +464 +436 +465 +437 +466 +438 +467 +439 +468 +440 +469 +441 +470 +442 +471 +443 +472 +444 +473 +445 +474 +446 +475 +447 +476 +448 +477 +449 +478 +479 +451 +480 +452 +481 +453 +482 +454 +483 +455 +484 +456 +485 +457 +486 +458 +487 +459 +488 +460 +489 +461 +490 +462 +491 +463 +492 +464 +493 +465 +494 +466 +495 +467 +496 +468 +497 +469 +498 +470 +499 +471 +500 +472 +501 +473 +502 +474 +503 +475 +504 +476 +505 +477 +506 +478 +507 +479 +508 +509 +481 +510 +482 +511 +483 +512 +484 +513 +485 +514 +486 +515 +487 +516 +488 +517 +489 +518 +490 +519 +491 +520 +492 +521 +493 +522 +494 +523 +495 +524 +496 +525 +497 +526 +498 +527 +499 +528 +500 +529 +501 +530 +502 +531 +503 +532 +504 +533 +505 +534 +506 +535 +507 +536 +508 +537 +509 +538 +539 +511 +540 +512 +541 +513 +542 +514 +543 +515 +544 +516 +545 +517 +546 +518 +547 +519 +548 +520 +549 +521 +550 +522 +551 +523 +552 +524 +553 +525 +554 +526 +555 +527 +556 +528 +557 +529 +558 +530 +559 +531 +560 +532 +561 +533 +562 +534 +563 +535 +564 +536 +565 +537 +566 +538 +567 +539 +568 +569 +541 +570 +542 +571 +543 +572 +544 +573 +545 +574 +546 +575 +547 +576 +548 +577 +549 +578 +550 +579 +551 +580 +552 +581 +553 +582 +554 +583 +555 +584 +556 +585 +557 +586 +558 +587 +559 +588 +560 +589 +561 +590 +562 +591 +563 +592 +564 +593 +565 +594 +566 +595 +567 +596 +568 +597 +569 +598 +599 +571 +600 +572 +601 +573 +602 +574 +603 +575 +604 +576 +605 +577 +606 +578 +607 +579 +608 +580 +609 +581 +610 +582 +611 +583 +612 +584 +613 +585 +614 +586 +615 +587 +616 +588 +617 +589 +618 +590 +619 +591 +620 +592 +621 +593 +622 +594 +623 +595 +624 +596 +625 +597 +626 +598 +627 +599 +628 +629 +601 +630 +602 +631 +603 +632 +604 +633 +605 +634 +606 +635 +607 +636 +608 +637 +609 +638 +610 +639 +611 +640 +612 +641 +613 +642 +614 +643 +615 +644 +616 +645 +617 +646 +618 +647 +619 +648 +620 +649 +621 +650 +622 +651 +623 +652 +624 +653 +625 +654 +626 +655 +627 +656 +628 +657 +629 +658 +659 +631 +660 +632 +661 +633 +662 +634 +663 +635 +664 +636 +665 +637 +666 +638 +667 +639 +668 +640 +669 +641 +670 +642 +671 +643 +672 +644 +673 +645 +674 +646 +675 +647 +676 +648 +677 +649 +678 +650 +679 +651 +680 +652 +681 +653 +682 +654 +683 +655 +684 +656 +685 +657 +686 +658 +687 +659 +688 +689 +661 +690 +662 +691 +663 +692 +664 +693 +665 +694 +666 +695 +667 +696 +668 +697 +669 +698 +670 +699 +671 +700 +672 +701 +673 +702 +674 +703 +675 +704 +676 +705 +677 +706 +678 +707 +679 +708 +680 +709 +681 +710 +682 +711 +683 +712 +684 +713 +685 +714 +686 +715 +687 +716 +688 +717 +689 +718 +719 +691 +720 +692 +721 +693 +722 +694 +723 +695 +724 +696 +725 +697 +726 +698 +727 +699 +728 +700 +729 +701 +730 +702 +731 +703 +732 +704 +733 +705 +734 +706 +735 +707 +736 +708 +737 +709 +738 +710 +739 +711 +740 +712 +741 +713 +742 +714 +743 +715 +744 +716 +745 +717 +746 +718 +747 +719 +748 +749 +721 +750 +722 +751 +723 +752 +724 +753 +725 +754 +726 +755 +727 +756 +728 +757 +729 +758 +730 +759 +731 +760 +732 +761 +733 +762 +734 +763 +735 +764 +736 +765 +737 +766 +738 +767 +739 +768 +740 +769 +741 +770 +742 +771 +743 +772 +744 +773 +745 +774 +746 +775 +747 +776 +748 +777 +749 +778 +779 +751 +780 +752 +781 +753 +782 +754 +783 +755 +784 +756 +785 +757 +786 +758 +787 +759 +788 +760 +789 +761 +790 +762 +791 +763 +792 +764 +793 +765 +794 +766 +795 +767 +796 +768 +797 +769 +798 +770 +799 +771 +800 +772 +801 +773 +802 +774 +803 +775 +804 +776 +805 +777 +806 +778 +807 +779 +808 +809 +781 +810 +782 +811 +783 +812 +784 +813 +785 +814 +786 +815 +787 +816 +788 +817 +789 +818 +790 +819 +791 +820 +792 +821 +793 +822 +794 +823 +795 +824 +796 +825 +797 +826 +798 +827 +799 +828 +800 +829 +801 +830 +802 +831 +803 +832 +804 +833 +805 +834 +806 +835 +807 +836 +808 +837 +809 +838 +839 +811 +840 +812 +841 +813 +842 +814 +843 +815 +844 +816 +845 +817 +846 +818 +847 +819 +848 +820 +849 +821 +850 +822 +851 +823 +852 +824 +853 +825 +854 +826 +855 +827 +856 +828 +857 +829 +858 +830 +859 +831 +860 +832 +861 +833 +862 +834 +863 +835 +864 +836 +865 +837 +866 +838 +867 +839 +868 +869 +841 +870 +842 +871 +843 +872 +844 +873 +845 +874 +846 +875 +847 +876 +848 +877 +849 +878 +850 +879 +851 +880 +852 +881 +853 +882 +854 +883 +855 +884 +856 +885 +857 +886 +858 +887 +859 +888 +860 +889 +861 +890 +862 +891 +863 +892 +864 +893 +865 +894 +866 +895 +867 +896 +868 +897 +869 +898 +899 +871 +900 +872 +901 +873 +902 +874 +903 +875 +904 +876 +905 +877 +906 +878 +907 +879 +908 +880 +909 +881 +910 +882 +911 +883 +912 +884 +913 +885 +914 +886 +915 +887 +916 +888 +917 +889 +918 +890 +919 +891 +920 +892 +921 +893 +922 +894 +923 +895 +924 +896 +925 +897 +926 +898 +927 +899 +928 +929 +901 +930 +902 +931 +903 +932 +904 +933 +905 +934 +906 +935 +907 +936 +908 +937 +909 +938 +910 +939 +911 +940 +912 +941 +913 +942 +914 +943 +915 +944 +916 +945 +917 +946 +918 +947 +919 +948 +920 +949 +921 +950 +922 +951 +923 +952 +924 +953 +925 +954 +926 +955 +927 +956 +928 +957 +929 +958 +959 +931 +960 +932 +961 +933 +962 +934 +963 +935 +964 +936 +965 +937 +966 +938 +967 +939 +968 +940 +969 +941 +970 +942 +971 +943 +972 +944 +973 +945 +974 +946 +975 +947 +976 +948 +977 +949 +978 +950 +979 +951 +980 +952 +981 +953 +982 +954 +983 +955 +984 +956 +985 +957 +986 +958 +987 +959 +988 +989 +961 +990 +962 +991 +963 +992 +964 +993 +965 +994 +966 +995 +967 +996 +968 +997 +969 +998 +970 +999 +971 +1000 +972 +1001 +973 +1002 +974 +1003 +975 +1004 +976 +1005 +977 +1006 +978 +1007 +979 +1008 +980 +1009 +981 +1010 +982 +1011 +983 +1012 +984 +1013 +985 +1014 +986 +1015 +987 +1016 +988 +1017 +989 +1018 +1019 +991 +1020 +992 +1021 +993 +1022 +994 +1023 +995 +1024 +996 +1025 +997 +1026 +998 +1027 +999 +1028 +1000 +1029 +1001 +1030 +1002 +1031 +1003 +1032 +1004 +1033 +1005 +1034 +1006 +1035 +1007 +1036 +1008 +1037 +1009 +1038 +1010 +1039 +1011 +1040 +1012 +1041 +1013 +1042 +1014 +1043 +1015 +1044 +1016 +1045 +1017 +1046 +1018 +1047 +1019 +1048 +1049 +1021 +1050 +1022 +1051 +1023 +1052 +1024 +1053 +1025 +1054 +1026 +1055 +1027 +1056 +1028 +1057 +1029 +1058 +1030 +1059 +1031 +1060 +1032 +1061 +1033 +1062 +1034 +1063 +1035 +1064 +1036 +1065 +1037 +1066 +1038 +1067 +1039 +1068 +1040 +1069 +1041 +1070 +1042 +1071 +1043 +1072 +1044 +1073 +1045 +1074 +1046 +1075 +1047 +1076 +1048 +1077 +1049 +1078 +1079 +1051 +1080 +1052 +1081 +1053 +1082 +1054 +1083 +1055 +1084 +1056 +1085 +1057 +1086 +1058 +1087 +1059 +1088 +1060 +1089 +1061 +1090 +1062 +1091 +1063 +1092 +1064 +1093 +1065 +1094 +1066 +1095 +1067 +1096 +1068 +1097 +1069 +1098 +1070 +1099 +1071 +1100 +1072 +1101 +1073 +1102 +1074 +1103 +1075 +1104 +1076 +1105 +1077 +1106 +1078 +1107 +1079 +1108 +1109 +1081 +1110 +1082 +1111 +1083 +1112 +1084 +1113 +1085 +1114 +1086 +1115 +1087 +1116 +1088 +1117 +1089 +1118 +1090 +1119 +1091 +1120 +1092 +1121 +1093 +1122 +1094 +1123 +1095 +1124 +1096 +1125 +1097 +1126 +1098 +1127 +1099 +1128 +1100 +1129 +1101 +1130 +1102 +1131 +1103 +1132 +1104 +1133 +1105 +1134 +1106 +1135 +1107 +1136 +1108 +1137 +1109 +1138 +1139 +1111 +1140 +1112 +1141 +1113 +1142 +1114 +1143 +1115 +1144 +1116 +1145 +1117 +1146 +1118 +1147 +1119 +1148 +1120 +1149 +1121 +1150 +1122 +1151 +1123 +1152 +1124 +1153 +1125 +1154 +1126 +1155 +1127 +1156 +1128 +1157 +1129 +1158 +1130 +1159 +1131 +1160 +1132 +1161 +1133 +1162 +1134 +1163 +1135 +1164 +1136 +1165 +1137 +1166 +1138 +1167 +1139 +1168 +1169 +1141 +1170 +1142 +1171 +1143 +1172 +1144 +1173 +1145 +1174 +1146 +1175 +1147 +1176 +1148 +1177 +1149 +1178 +1150 +1179 +1151 +1180 +1152 +1181 +1153 +1182 +1154 +1183 +1155 +1184 +1156 +1185 +1157 +1186 +1158 +1187 +1159 +1188 +1160 +1189 +1161 +1190 +1162 +1191 +1163 +1192 +1164 +1193 +1165 +1194 +1166 +1195 +1167 +1196 +1168 +1197 +1169 +1198 +1199 +1171 +1200 +1172 +1201 +1173 +1202 +1174 +1203 +1175 +1204 +1176 +1205 +1177 +1206 +1178 +1207 +1179 +1208 +1180 +1209 +1181 +1210 +1182 +1211 +1183 +1212 +1184 +1213 +1185 +1214 +1186 +1215 +1187 +1216 +1188 +1217 +1189 +1218 +1190 +1219 +1191 +1220 +1192 +1221 +1193 +1222 +1194 +1223 +1195 +1224 +1196 +1225 +1197 +1226 +1198 +1227 +1199 +1228 +1229 +1201 +1230 +1202 +1231 +1203 +1232 +1204 +1233 +1205 +1234 +1206 +1235 +1207 +1236 +1208 +1237 +1209 +1238 +1210 +1239 +1211 +1240 +1212 +1241 +1213 +1242 +1214 +1243 +1215 +1244 +1216 +1245 +1217 +1246 +1218 +1247 +1219 +1248 +1220 +1249 +1221 +1250 +1222 +1251 +1223 +1252 +1224 +1253 +1225 +1254 +1226 +1255 +1227 +1256 +1228 +1257 +1229 +1258 +1259 +1231 +1260 +1232 +1261 +1233 +1262 +1234 +1263 +1235 +1264 +1236 +1265 +1237 +1266 +1238 +1267 +1239 +1268 +1240 +1269 +1241 +1270 +1242 +1271 +1243 +1272 +1244 +1273 +1245 +1274 +1246 +1275 +1247 +1276 +1248 +1277 +1249 +1278 +1250 +1279 +1251 +1280 +1252 +1281 +1253 +1282 +1254 +1283 +1255 +1284 +1256 +1285 +1257 +1286 +1258 +1287 +1259 +1288 +1289 +1261 +1290 +1262 +1291 +1263 +1292 +1264 +1293 +1265 +1294 +1266 +1295 +1267 +1296 +1268 +1297 +1269 +1298 +1270 +1299 +1271 +1300 +1272 +1301 +1273 +1302 +1274 +1303 +1275 +1304 +1276 +1305 +1277 +1306 +1278 +1307 +1279 +1308 +1280 +1309 +1281 +1310 +1282 +1311 +1283 +1312 +1284 +1313 +1285 +1314 +1286 +1315 +1287 +1316 +1288 +1317 +1289 +1318 +1319 +1291 +1320 +1292 +1321 +1293 +1322 +1294 +1323 +1295 +1324 +1296 +1325 +1297 +1326 +1298 +1327 +1299 +1328 +1300 +1329 +1301 +1330 +1302 +1331 +1303 +1332 +1304 +1333 +1305 +1334 +1306 +1335 +1307 +1336 +1308 +1337 +1309 +1338 +1310 +1339 +1311 +1340 +1312 +1341 +1313 +1342 +1314 +1343 +1315 +1344 +1316 +1345 +1317 +1346 +1318 +1347 +1319 +1348 +1349 +1321 +1350 +1322 +1351 +1323 +1352 +1324 +1353 +1325 +1354 +1326 +1355 +1327 +1356 +1328 +1357 +1329 +1358 +1330 +1359 +1331 +1360 +1332 +1361 +1333 +1362 +1334 +1363 +1335 +1364 +1336 +1365 +1337 +1366 +1338 +1367 +1339 +1368 +1340 +1369 +1341 +1370 +1342 +1371 +1343 +1372 +1344 +1373 +1345 +1374 +1346 +1375 +1347 +1376 +1348 +1377 +1349 +1378 +1379 +1351 +1380 +1352 +1381 +1353 +1382 +1354 +1383 +1355 +1384 +1356 +1385 +1357 +1386 +1358 +1387 +1359 +1388 +1360 +1389 +1361 +1390 +1362 +1391 +1363 +1392 +1364 +1393 +1365 +1394 +1366 +1395 +1367 +1396 +1368 +1397 +1369 +1398 +1370 +1399 +1371 +1400 +1372 +1401 +1373 +1402 +1374 +1403 +1375 +1404 +1376 +1405 +1377 +1406 +1378 +1407 +1379 +1408 +1409 +1381 +1410 +1382 +1411 +1383 +1412 +1384 +1413 +1385 +1414 +1386 +1415 +1387 +1416 +1388 +1417 +1389 +1418 +1390 +1419 +1391 +1420 +1392 +1421 +1393 +1422 +1394 +1423 +1395 +1424 +1396 +1425 +1397 +1426 +1398 +1427 +1399 +1428 +1400 +1429 +1401 +1430 +1402 +1431 +1403 +1432 +1404 +1433 +1405 +1434 +1406 +1435 +1407 +1436 +1408 +1437 +1409 +1438 +1439 +1411 +1440 +1412 +1441 +1413 +1442 +1414 +1443 +1415 +1444 +1416 +1445 +1417 +1446 +1418 +1447 +1419 +1448 +1420 +1449 +1421 +1450 +1422 +1451 +1423 +1452 +1424 +1453 +1425 +1454 +1426 +1455 +1427 +1456 +1428 +1457 +1429 +1458 +1430 +1459 +1431 +1460 +1432 +1461 +1433 +1462 +1434 +1463 +1435 +1464 +1436 +1465 +1437 +1466 +1438 +1467 +1439 +1468 +1469 +1441 +1470 +1442 +1471 +1443 +1472 +1444 +1473 +1445 +1474 +1446 +1475 +1447 +1476 +1448 +1477 +1449 +1478 +1450 +1479 +1451 +1480 +1452 +1481 +1453 +1482 +1454 +1483 +1455 +1484 +1456 +1485 +1457 +1486 +1458 +1487 +1459 +1488 +1460 +1489 +1461 +1490 +1462 +1491 +1463 +1492 +1464 +1493 +1465 +1494 +1466 +1495 +1467 +1496 +1468 +1497 +1469 +1498 +1499 +1471 +1500 +1472 +1501 +1473 +1502 +1474 +1503 +1475 +1504 +1476 +1505 +1477 +1506 +1478 +1507 +1479 +1508 +1480 +1509 +1481 +1510 +1482 +1511 +1483 +1512 +1484 +1513 +1485 +1514 +1486 +1515 +1487 +1516 +1488 +1517 +1489 +1518 +1490 +1519 +1491 +1520 +1492 +1521 +1493 +1522 +1494 +1523 +1495 +1524 +1496 +1525 +1497 +1526 +1498 +1527 +1499 +1528 +1529 +1501 +1530 +1502 +1531 +1503 +1532 +1504 +1533 +1505 +1534 +1506 +1535 +1507 +1536 +1508 +1537 +1509 +1538 +1510 +1539 +1511 +1540 +1512 +1541 +1513 +1542 +1514 +1543 +1515 +1544 +1516 +1545 +1517 +1546 +1518 +1547 +1519 +1548 +1520 +1549 +1521 +1550 +1522 +1551 +1523 +1552 +1524 +1553 +1525 +1554 +1526 +1555 +1527 +1556 +1528 +1557 +1529 +1558 +1559 +1531 +1560 +1532 +1561 +1533 +1562 +1534 +1563 +1535 +1564 +1536 +1565 +1537 +1566 +1538 +1567 +1539 +1568 +1540 +1569 +1541 +1570 +1542 +1571 +1543 +1572 +1544 +1573 +1545 +1574 +1546 +1575 +1547 +1576 +1548 +1577 +1549 +1578 +1550 +1579 +1551 +1580 +1552 +1581 +1553 +1582 +1554 +1583 +1555 +1584 +1556 +1585 +1557 +1586 +1558 +1587 +1559 +1588 +1589 +1561 +1590 +1562 +1591 +1563 +1592 +1564 +1593 +1565 +1594 +1566 +1595 +1567 +1596 +1568 +1597 +1569 +1598 +1570 +1599 +1571 +1600 +1572 +1601 +1573 +1602 +1574 +1603 +1575 +1604 +1576 +1605 +1577 +1606 +1578 +1607 +1579 +1608 +1580 +1609 +1581 +1610 +1582 +1611 +1583 +1612 +1584 +1613 +1585 +1614 +1586 +1615 +1587 +1616 +1588 +1617 +1589 +1618 +1619 +1591 +1620 +1592 +1621 +1593 +1622 +1594 +1623 +1595 +1624 +1596 +1625 +1597 +1626 +1598 +1627 +1599 +1628 +1600 +1629 +1601 +1630 +1602 +1631 +1603 +1632 +1604 +1633 +1605 +1634 +1606 +1635 +1607 +1636 +1608 +1637 +1609 +1638 +1610 +1639 +1611 +1640 +1612 +1641 +1613 +1642 +1614 +1643 +1615 +1644 +1616 +1645 +1617 +1646 +1618 +1647 +1619 +1648 +1649 +1621 +1650 +1622 +1651 +1623 +1652 +1624 +1653 +1625 +1654 +1626 +1655 +1627 +1656 +1628 +1657 +1629 +1658 +1630 +1659 +1631 +1660 +1632 +1661 +1633 +1662 +1634 +1663 +1635 +1664 +1636 +1665 +1637 +1666 +1638 +1667 +1639 +1668 +1640 +1669 +1641 +1670 +1642 +1671 +1643 +1672 +1644 +1673 +1645 +1674 +1646 +1675 +1647 +1676 +1648 +1677 +1649 +1678 +1679 +1651 +1680 +1652 +1681 +1653 +1682 +1654 +1683 +1655 +1684 +1656 +1685 +1657 +1686 +1658 +1687 +1659 +1688 +1660 +1689 +1661 +1690 +1662 +1691 +1663 +1692 +1664 +1693 +1665 +1694 +1666 +1695 +1667 +1696 +1668 +1697 +1669 +1698 +1670 +1699 +1671 +1700 +1672 +1701 +1673 +1702 +1674 +1703 +1675 +1704 +1676 +1705 +1677 +1706 +1678 +1707 +1679 +1708 +1709 +1681 +1710 +1682 +1711 +1683 +1712 +1684 +1713 +1685 +1714 +1686 +1715 +1687 +1716 +1688 +1717 +1689 +1718 +1690 +1719 +1691 +1720 +1692 +1721 +1693 +1722 +1694 +1723 +1695 +1724 +1696 +1725 +1697 +1726 +1698 +1727 +1699 +1728 +1700 +1729 +1701 +1730 +1702 +1731 +1703 +1732 +1704 +1733 +1705 +1734 +1706 +1735 +1707 +1736 +1708 +1737 +1709 +1738 +1739 +1711 +1740 +1712 +1741 +1713 +1742 +1714 +1743 +1715 +1744 +1716 +1745 +1717 +1746 +1718 +1747 +1719 +1748 +1720 +1749 +1721 +1750 +1722 +1751 +1723 +1752 +1724 +1753 +1725 +1754 +1726 +1755 +1727 +1756 +1728 +1757 +1729 +1758 +1730 +1759 +1731 +1760 +1732 +1761 +1733 +1762 +1734 +1763 +1735 +1764 +1736 +1765 +1737 +1766 +1738 +1767 +1739 +1768 +1769 +1741 +1770 +1742 +1771 +1743 +1772 +1744 +1773 +1745 +1774 +1746 +1775 +1747 +1776 +1748 +1777 +1749 +1778 +1750 +1779 +1751 +1780 +1752 +1781 +1753 +1782 +1754 +1783 +1755 +1784 +1756 +1785 +1757 +1786 +1758 +1787 +1759 +1788 +1760 +1789 +1761 +1790 +1762 +1791 +1763 +1792 +1764 +1793 +1765 +1794 +1766 +1795 +1767 +1796 +1768 +1797 +1769 +1798 +1799 +1771 +1800 +1772 +1801 +1773 +1802 +1774 +1803 +1775 +1804 +1776 +1805 +1777 +1806 +1778 +1807 +1779 +1808 +1780 +1809 +1781 +1810 +1782 +1811 +1783 +1812 +1784 +1813 +1785 +1814 +1786 +1815 +1787 +1816 +1788 +1817 +1789 +1818 +1790 +1819 +1791 +1820 +1792 +1821 +1793 +1822 +1794 +1823 +1795 +1824 +1796 +1825 +1797 +1826 +1798 +1827 +1799 +1828 +1829 +1801 +1830 +1802 +1831 +1803 +1832 +1804 +1833 +1805 +1834 +1806 +1835 +1807 +1836 +1808 +1837 +1809 +1838 +1810 +1839 +1811 +1840 +1812 +1841 +1813 +1842 +1814 +1843 +1815 +1844 +1816 +1845 +1817 +1846 +1818 +1847 +1819 +1848 +1820 +1849 +1821 +1850 +1822 +1851 +1823 +1852 +1824 +1853 +1825 +1854 +1826 +1855 +1827 +1856 +1828 +1857 +1829 +1858 +1859 +1831 +1860 +1832 +1861 +1833 +1862 +1834 +1863 +1835 +1864 +1836 +1865 +1837 +1866 +1838 +1867 +1839 +1868 +1840 +1869 +1841 +1870 +1842 +1871 +1843 +1872 +1844 +1873 +1845 +1874 +1846 +1875 +1847 +1876 +1848 +1877 +1849 +1878 +1850 +1879 +1851 +1880 +1852 +1881 +1853 +1882 +1854 +1883 +1855 +1884 +1856 +1885 +1857 +1886 +1858 +1887 +1859 +1888 +1889 +1861 +1890 +1862 +1891 +1863 +1892 +1864 +1893 +1865 +1894 +1866 +1895 +1867 +1896 +1868 +1897 +1869 +1898 +1870 +1899 +1871 +1900 +1872 +1901 +1873 +1902 +1874 +1903 +1875 +1904 +1876 +1905 +1877 +1906 +1878 +1907 +1879 +1908 +1880 +1909 +1881 +1910 +1882 +1911 +1883 +1912 +1884 +1913 +1885 +1914 +1886 +1915 +1887 +1916 +1888 +1917 +1889 +1918 +1919 +1891 +1920 +1892 +1921 +1893 +1922 +1894 +1923 +1895 +1924 +1896 +1925 +1897 +1926 +1898 +1927 +1899 +1928 +1900 +1929 +1901 +1930 +1902 +1931 +1903 +1932 +1904 +1933 +1905 +1934 +1906 +1935 +1907 +1936 +1908 +1937 +1909 +1938 +1910 +1939 +1911 +1940 +1912 +1941 +1913 +1942 +1914 +1943 +1915 +1944 +1916 +1945 +1917 +1946 +1918 +1947 +1919 +1948 +1949 +1921 +1950 +1922 +1951 +1923 +1952 +1924 +1953 +1925 +1954 +1926 +1955 +1927 +1956 +1928 +1957 +1929 +1958 +1930 +1959 +1931 +1960 +1932 +1961 +1933 +1962 +1934 +1963 +1935 +1964 +1936 +1965 +1937 +1966 +1938 +1967 +1939 +1968 +1940 +1969 +1941 +1970 +1942 +1971 +1943 +1972 +1944 +1973 +1945 +1974 +1946 +1975 +1947 +1976 +1948 +1977 +1949 +1978 +1979 +1951 +1980 +1952 +1981 +1953 +1982 +1954 +1983 +1955 +1984 +1956 +1985 +1957 +1986 +1958 +1987 +1959 +1988 +1960 +1989 +1961 +1990 +1962 +1991 +1963 +1992 +1964 +1993 +1965 +1994 +1966 +1995 +1967 +1996 +1968 +1997 +1969 +1998 +1970 +1999 +1971 +2000 +1972 +2001 +1973 +2002 +1974 +2003 +1975 +2004 +1976 +2005 +1977 +2006 +1978 +2007 +1979 +2008 +2009 +1981 +2010 +1982 +2011 +1983 +2012 +1984 +2013 +1985 +2014 +1986 +2015 +1987 +2016 +1988 +2017 +1989 +2018 +1990 +2019 +1991 +2020 +1992 +2021 +1993 +2022 +1994 +2023 +1995 +2024 +1996 +2025 +1997 +2026 +1998 +2027 +1999 +2028 +2000 +2029 +2001 +2030 +2002 +2031 +2003 +2032 +2004 +2033 +2005 +2034 +2006 +2035 +2007 +2036 +2008 +2037 +2009 +2038 +2039 +2011 +2040 +2012 +2041 +2013 +2042 +2014 +2043 +2015 +2044 +2016 +2045 +2017 +2046 +2018 +2047 +2019 +2048 +2020 +2049 +2021 +2050 +2022 +2051 +2023 +2052 +2024 +2053 +2025 +2054 +2026 +2055 +2027 +2056 +2028 +2057 +2029 +2058 +2030 +2059 +2031 +2060 +2032 +2061 +2033 +2062 +2034 +2063 +2035 +2064 +2036 +2065 +2037 +2066 +2038 +2067 +2039 +2068 +2069 +2041 +2070 +2042 +2071 +2043 +2072 +2044 +2073 +2045 +2074 +2046 +2075 +2047 +2076 +2048 +2077 +2049 +2078 +2050 +2079 +2051 +2080 +2052 +2081 +2053 +2082 +2054 +2083 +2055 +2084 +2056 +2085 +2057 +2086 +2058 +2087 +2059 +2088 +2060 +2089 +2061 +2090 +2062 +2091 +2063 +2092 +2064 +2093 +2065 +2094 +2066 +2095 +2067 +2096 +2068 +2097 +2069 +2098 +2099 +2071 +2100 +2072 +2101 +2073 +2102 +2074 +2103 +2075 +2104 +2076 +2105 +2077 +2106 +2078 +2107 +2079 +2108 +2080 +2109 +2081 +2110 +2082 +2111 +2083 +2112 +2084 +2113 +2085 +2114 +2086 +2115 +2087 +2116 +2088 +2117 +2089 +2118 +2090 +2119 +2091 +2120 +2092 +2121 +2093 +2122 +2094 +2123 +2095 +2124 +2096 +2125 +2097 +2126 +2098 +2127 +2099 +2128 +2129 +2101 +2130 +2102 +2131 +2103 +2132 +2104 +2133 +2105 +2134 +2106 +2135 +2107 +2136 +2108 +2137 +2109 +2138 +2110 +2139 +2111 +2140 +2112 +2141 +2113 +2142 +2114 +2143 +2115 +2144 +2116 +2145 +2117 +2146 +2118 +2147 +2119 +2148 +2120 +2149 +2121 +2150 +2122 +2151 +2123 +2152 +2124 +2153 +2125 +2154 +2126 +2155 +2127 +2156 +2128 +2157 +2129 +2158 +2159 +2131 +2160 +2132 +2161 +2133 +2162 +2134 +2163 +2135 +2164 +2136 +2165 +2137 +2166 +2138 +2167 +2139 +2168 +2140 +2169 +2141 +2170 +2142 +2171 +2143 +2172 +2144 +2173 +2145 +2174 +2146 +2175 +2147 +2176 +2148 +2177 +2149 +2178 +2150 +2179 +2151 +2180 +2152 +2181 +2153 +2182 +2154 +2183 +2155 +2184 +2156 +2185 +2157 +2186 +2158 +2187 +2159 +2188 +2189 +2161 +2190 +2162 +2191 +2163 +2192 +2164 +2193 +2165 +2194 +2166 +2195 +2167 +2196 +2168 +2197 +2169 +2198 +2170 +2199 +2171 +2200 +2172 +2201 +2173 +2202 +2174 +2203 +2175 +2204 +2176 +2205 +2177 +2206 +2178 +2207 +2179 +2208 +2180 +2209 +2181 +2210 +2182 +2211 +2183 +2212 +2184 +2213 +2185 +2214 +2186 +2215 +2187 +2216 +2188 +2217 +2189 +2218 +2219 +2191 +2220 +2192 +2221 +2193 +2222 +2194 +2223 +2195 +2224 +2196 +2225 +2197 +2226 +2198 +2227 +2199 +2228 +2200 +2229 +2201 +2230 +2202 +2231 +2203 +2232 +2204 +2233 +2205 +2234 +2206 +2235 +2207 +2236 +2208 +2237 +2209 +2238 +2210 +2239 +2211 +2240 +2212 +2241 +2213 +2242 +2214 +2243 +2215 +2244 +2216 +2245 +2217 +2246 +2218 +2247 +2219 +2248 +2249 +2221 +2250 +2222 +2251 +2223 +2252 +2224 +2253 +2225 +2254 +2226 +2255 +2227 +2256 +2228 +2257 +2229 +2258 +2230 +2259 +2231 +2260 +2232 +2261 +2233 +2262 +2234 +2263 +2235 +2264 +2236 +2265 +2237 +2266 +2238 +2267 +2239 +2268 +2240 +2269 +2241 +2270 +2242 +2271 +2243 +2272 +2244 +2273 +2245 +2274 +2246 +2275 +2247 +2276 +2248 +2277 +2249 +2278 +2279 +2251 +2280 +2252 +2281 +2253 +2282 +2254 +2283 +2255 +2284 +2256 +2285 +2257 +2286 +2258 +2287 +2259 +2288 +2260 +2289 +2261 +2290 +2262 +2291 +2263 +2292 +2264 +2293 +2265 +2294 +2266 +2295 +2267 +2296 +2268 +2297 +2269 +2298 +2270 +2299 +2271 +2300 +2272 +2301 +2273 +2302 +2274 +2303 +2275 +2304 +2276 +2305 +2277 +2306 +2278 +2307 +2279 +2308 +2309 +2281 +2310 +2282 +2311 +2283 +2312 +2284 +2313 +2285 +2314 +2286 +2315 +2287 +2316 +2288 +2317 +2289 +2318 +2290 +2319 +2291 +2320 +2292 +2321 +2293 +2322 +2294 +2323 +2295 +2324 +2296 +2325 +2297 +2326 +2298 +2327 +2299 +2328 +2300 +2329 +2301 +2330 +2302 +2331 +2303 +2332 +2304 +2333 +2305 +2334 +2306 +2335 +2307 +2336 +2308 +2337 +2309 +2338 +2339 +2311 +2340 +2312 +2341 +2313 +2342 +2314 +2343 +2315 +2344 +2316 +2345 +2317 +2346 +2318 +2347 +2319 +2348 +2320 +2349 +2321 +2350 +2322 +2351 +2323 +2352 +2324 +2353 +2325 +2354 +2326 +2355 +2327 +2356 +2328 +2357 +2329 +2358 +2330 +2359 +2331 +2360 +2332 +2361 +2333 +2362 +2334 +2363 +2335 +2364 +2336 +2365 +2337 +2366 +2338 +2367 +2339 +2368 +2369 +2341 +2370 +2342 +2371 +2343 +2372 +2344 +2373 +2345 +2374 +2346 +2375 +2347 +2376 +2348 +2377 +2349 +2378 +2350 +2379 +2351 +2380 +2352 +2381 +2353 +2382 +2354 +2383 +2355 +2384 +2356 +2385 +2357 +2386 +2358 +2387 +2359 +2388 +2360 +2389 +2361 +2390 +2362 +2391 +2363 +2392 +2364 +2393 +2365 +2394 +2366 +2395 +2367 +2396 +2368 +2397 +2369 +2398 +2399 +2371 +2400 +2372 +2401 +2373 +2402 +2374 +2403 +2375 +2404 +2376 +2405 +2377 +2406 +2378 +2407 +2379 +2408 +2380 +2409 +2381 +2410 +2382 +2411 +2383 +2412 +2384 +2413 +2385 +2414 +2386 +2415 +2387 +2416 +2388 +2417 +2389 +2418 +2390 +2419 +2391 +2420 +2392 +2421 +2393 +2422 +2394 +2423 +2395 +2424 +2396 +2425 +2397 +2426 +2398 +2427 +2399 +2428 +2429 +2401 +2430 +2402 +2431 +2403 +2432 +2404 +2433 +2405 +2434 +2406 +2435 +2407 +2436 +2408 +2437 +2409 +2438 +2410 +2439 +2411 +2440 +2412 +2441 +2413 +2442 +2414 +2443 +2415 +2444 +2416 +2445 +2417 +2446 +2418 +2447 +2419 +2448 +2420 +2449 +2421 +2450 +2422 +2451 +2423 +2452 +2424 +2453 +2425 +2454 +2426 +2455 +2427 +2456 +2428 +2457 +2429 +2458 +2459 +2431 +2460 +2432 +2461 +2433 +2462 +2434 +2463 +2435 +2464 +2436 +2465 +2437 +2466 +2438 +2467 +2439 +2468 +2440 +2469 +2441 +2470 +2442 +2471 +2443 +2472 +2444 +2473 +2445 +2474 +2446 +2475 +2447 +2476 +2448 +2477 +2449 +2478 +2450 +2479 +2451 +2480 +2452 +2481 +2453 +2482 +2454 +2483 +2455 +2484 +2456 +2485 +2457 +2486 +2458 +2487 +2459 +2488 +2489 +2461 +2490 +2462 +2491 +2463 +2492 +2464 +2493 +2465 +2494 +2466 +2495 +2467 +2496 +2468 +2497 +2469 +2498 +2470 +2499 +2471 +2500 +2472 +2501 +2473 +2502 +2474 +2503 +2475 +2504 +2476 +2505 +2477 +2506 +2478 +2507 +2479 +2508 +2480 +2509 +2481 +2510 +2482 +2511 +2483 +2512 +2484 +2513 +2485 +2514 +2486 +2515 +2487 +2516 +2488 +2517 +2489 +2518 +2519 +2491 +2520 +2492 +2521 +2493 +2522 +2494 +2523 +2495 +2524 +2496 +2525 +2497 +2526 +2498 +2527 +2499 +2528 +2500 +2529 +2501 +2530 +2502 +2531 +2503 +2532 +2504 +2533 +2505 +2534 +2506 +2535 +2507 +2536 +2508 +2537 +2509 +2538 +2510 +2539 +2511 +2540 +2512 +2541 +2513 +2542 +2514 +2543 +2515 +2544 +2516 +2545 +2517 +2546 +2518 +2547 +2519 +2548 +2549 +2521 +2550 +2522 +2551 +2523 +2552 +2524 +2553 +2525 +2554 +2526 +2555 +2527 +2556 +2528 +2557 +2529 +2558 +2530 +2559 +2531 +2560 +2532 +2561 +2533 +2562 +2534 +2563 +2535 +2564 +2536 +2565 +2537 +2566 +2538 +2567 +2539 +2568 +2540 +2569 +2541 +2570 +2542 +2571 +2543 +2572 +2544 +2573 +2545 +2574 +2546 +2575 +2547 +2576 +2548 +2577 +2549 +2578 +2579 +2551 +2580 +2552 +2581 +2553 +2582 +2554 +2583 +2555 +2584 +2556 +2585 +2557 +2586 +2558 +2587 +2559 +2588 +2560 +2589 +2561 +2590 +2562 +2591 +2563 +2592 +2564 +2593 +2565 +2594 +2566 +2595 +2567 +2596 +2568 +2597 +2569 +2598 +2570 +2599 +2571 +2600 +2572 +2601 +2573 +2602 +2574 +2603 +2575 +2604 +2576 +2605 +2577 +2606 +2578 +2607 +2579 +2608 +2609 +2581 +2610 +2582 +2611 +2583 +2612 +2584 +2613 +2585 +2614 +2586 +2615 +2587 +2616 +2588 +2617 +2589 +2618 +2590 +2619 +2591 +2620 +2592 +2621 +2593 +2622 +2594 +2623 +2595 +2624 +2596 +2625 +2597 +2626 +2598 +2627 +2599 +2628 +2600 +2629 +2601 +2630 +2602 +2631 +2603 +2632 +2604 +2633 +2605 +2634 +2606 +2635 +2607 +2636 +2608 +2637 +2609 +2638 +2639 +2611 +2640 +2612 +2641 +2613 +2642 +2614 +2643 +2615 +2644 +2616 +2645 +2617 +2646 +2618 +2647 +2619 +2648 +2620 +2649 +2621 +2650 +2622 +2651 +2623 +2652 +2624 +2653 +2625 +2654 +2626 +2655 +2627 +2656 +2628 +2657 +2629 +2658 +2630 +2659 +2631 +2660 +2632 +2661 +2633 +2662 +2634 +2663 +2635 +2664 +2636 +2665 +2637 +2666 +2638 +2667 +2639 +2668 +2669 +2641 +2670 +2642 +2671 +2643 +2672 +2644 +2673 +2645 +2674 +2646 +2675 +2647 +2676 +2648 +2677 +2649 +2678 +2650 +2679 +2651 +2680 +2652 +2681 +2653 +2682 +2654 +2683 +2655 +2684 +2656 +2685 +2657 +2686 +2658 +2687 +2659 +2688 +2660 +2689 +2661 +2690 +2662 +2691 +2663 +2692 +2664 +2693 +2665 +2694 +2666 +2695 +2667 +2696 +2668 +2697 +2669 +2698 +2699 +2671 +2700 +2672 +2701 +2673 +2702 +2674 +2703 +2675 +2704 +2676 +2705 +2677 +2706 +2678 +2707 +2679 +2708 +2680 +2709 +2681 +2710 +2682 +2711 +2683 +2712 +2684 +2713 +2685 +2714 +2686 +2715 +2687 +2716 +2688 +2717 +2689 +2718 +2690 +2719 +2691 +2720 +2692 +2721 +2693 +2722 +2694 +2723 +2695 +2724 +2696 +2725 +2697 +2726 +2698 +2727 +2699 +2728 +2729 +2701 +2730 +2702 +2731 +2703 +2732 +2704 +2733 +2705 +2734 +2706 +2735 +2707 +2736 +2708 +2737 +2709 +2738 +2710 +2739 +2711 +2740 +2712 +2741 +2713 +2742 +2714 +2743 +2715 +2744 +2716 +2745 +2717 +2746 +2718 +2747 +2719 +2748 +2720 +2749 +2721 +2750 +2722 +2751 +2723 +2752 +2724 +2753 +2725 +2754 +2726 +2755 +2727 +2756 +2728 +2757 +2729 +2758 +2759 +2731 +2760 +2732 +2761 +2733 +2762 +2734 +2763 +2735 +2764 +2736 +2765 +2737 +2766 +2738 +2767 +2739 +2768 +2740 +2769 +2741 +2770 +2742 +2771 +2743 +2772 +2744 +2773 +2745 +2774 +2746 +2775 +2747 +2776 +2748 +2777 +2749 +2778 +2750 +2779 +2751 +2780 +2752 +2781 +2753 +2782 +2754 +2783 +2755 +2784 +2756 +2785 +2757 +2786 +2758 +2787 +2759 +2788 +2789 +2761 +2790 +2762 +2791 +2763 +2792 +2764 +2793 +2765 +2794 +2766 +2795 +2767 +2796 +2768 +2797 +2769 +2798 +2770 +2799 +2771 +2800 +2772 +2801 +2773 +2802 +2774 +2803 +2775 +2804 +2776 +2805 +2777 +2806 +2778 +2807 +2779 +2808 +2780 +2809 +2781 +2810 +2782 +2811 +2783 +2812 +2784 +2813 +2785 +2814 +2786 +2815 +2787 +2816 +2788 +2817 +2789 +2818 +2819 +2791 +2820 +2792 +2821 +2793 +2822 +2794 +2823 +2795 +2824 +2796 +2825 +2797 +2826 +2798 +2827 +2799 +2828 +2800 +2829 +2801 +2830 +2802 +2831 +2803 +2832 +2804 +2833 +2805 +2834 +2806 +2835 +2807 +2836 +2808 +2837 +2809 +2838 +2810 +2839 +2811 +2840 +2812 +2841 +2813 +2842 +2814 +2843 +2815 +2844 +2816 +2845 +2817 +2846 +2818 +2847 +2819 +2848 +2849 +2821 +2850 +2822 +2851 +2823 +2852 +2824 +2853 +2825 +2854 +2826 +2855 +2827 +2856 +2828 +2857 +2829 +2858 +2830 +2859 +2831 +2860 +2832 +2861 +2833 +2862 +2834 +2863 +2835 +2864 +2836 +2865 +2837 +2866 +2838 +2867 +2839 +2868 +2840 +2869 +2841 +2870 +2842 +2871 +2843 +2872 +2844 +2873 +2845 +2874 +2846 +2875 +2847 +2876 +2848 +2877 +2849 +2878 +2879 +2851 +2880 +2852 +2881 +2853 +2882 +2854 +2883 +2855 +2884 +2856 +2885 +2857 +2886 +2858 +2887 +2859 +2888 +2860 +2889 +2861 +2890 +2862 +2891 +2863 +2892 +2864 +2893 +2865 +2894 +2866 +2895 +2867 +2896 +2868 +2897 +2869 +2898 +2870 +2899 +2871 +2900 +2872 +2901 +2873 +2902 +2874 +2903 +2875 +2904 +2876 +2905 +2877 +2906 +2878 +2907 +2879 +2908 +2909 +2881 +2910 +2882 +2911 +2883 +2912 +2884 +2913 +2885 +2914 +2886 +2915 +2887 +2916 +2888 +2917 +2889 +2918 +2890 +2919 +2891 +2920 +2892 +2921 +2893 +2922 +2894 +2923 +2895 +2924 +2896 +2925 +2897 +2926 +2898 +2927 +2899 +2928 +2900 +2929 +2901 +2930 +2902 +2931 +2903 +2932 +2904 +2933 +2905 +2934 +2906 +2935 +2907 +2936 +2908 +2937 +2909 +2938 +2939 +2911 +2940 +2912 +2941 +2913 +2942 +2914 +2943 +2915 +2944 +2916 +2945 +2917 +2946 +2918 +2947 +2919 +2948 +2920 +2949 +2921 +2950 +2922 +2951 +2923 +2952 +2924 +2953 +2925 +2954 +2926 +2955 +2927 +2956 +2928 +2957 +2929 +2958 +2930 +2959 +2931 +2960 +2932 +2961 +2933 +2962 +2934 +2963 +2935 +2964 +2936 +2965 +2937 +2966 +2938 +2967 +2939 +2968 +2969 +2941 +2970 +2942 +2971 +2943 +2972 +2944 +2973 +2945 +2974 +2946 +2975 +2947 +2976 +2948 +2977 +2949 +2978 +2950 +2979 +2951 +2980 +2952 +2981 +2953 +2982 +2954 +2983 +2955 +2984 +2956 +2985 +2957 +2986 +2958 +2987 +2959 +2988 +2960 +2989 +2961 +2990 +2962 +2991 +2963 +2992 +2964 +2993 +2965 +2994 +2966 +2995 +2967 +2996 +2968 +2997 +2969 +2998 +2999 +2971 +3000 +2972 +3001 +2973 +3002 +2974 +3003 +2975 +3004 +2976 +3005 +2977 +3006 +2978 +3007 +2979 +3008 +2980 +3009 +2981 +3010 +2982 +3011 +2983 +3012 +2984 +3013 +2985 +3014 +2986 +3015 +2987 +3016 +2988 +3017 +2989 +3018 +2990 +3019 +2991 +3020 +2992 +3021 +2993 +3022 +2994 +3023 +2995 +3024 +2996 +3025 +2997 +3026 +2998 +3027 +2999 +3028 +3029 +3001 +3030 +3002 +3031 +3003 +3032 +3004 +3033 +3005 +3034 +3006 +3035 +3007 +3036 +3008 +3037 +3009 +3038 +3010 +3039 +3011 +3040 +3012 +3041 +3013 +3042 +3014 +3043 +3015 +3044 +3016 +3045 +3017 +3046 +3018 +3047 +3019 +3048 +3020 +3049 +3021 +3050 +3022 +3051 +3023 +3052 +3024 +3053 +3025 +3054 +3026 +3055 +3027 +3056 +3028 +3057 +3029 +3058 +3059 +3031 +3060 +3032 +3061 +3033 +3062 +3034 +3063 +3035 +3064 +3036 +3065 +3037 +3066 +3038 +3067 +3039 +3068 +3040 +3069 +3041 +3070 +3042 +3071 +3043 +3072 +3044 +3073 +3045 +3074 +3046 +3075 +3047 +3076 +3048 +3077 +3049 +3078 +3050 +3079 +3051 +3080 +3052 +3081 +3053 +3082 +3054 +3083 +3055 +3084 +3056 +3085 +3057 +3086 +3058 +3087 +3059 +3088 +3089 +3061 +3090 +3062 +3091 +3063 +3092 +3064 +3093 +3065 +3094 +3066 +3095 +3067 +3096 +3068 +3097 +3069 +3098 +3070 +3099 +3071 +3100 +3072 +3101 +3073 +3102 +3074 +3103 +3075 +3104 +3076 +3105 +3077 +3106 +3078 +3107 +3079 +3108 +3080 +3109 +3081 +3110 +3082 +3111 +3083 +3112 +3084 +3113 +3085 +3114 +3086 +3115 +3087 +3116 +3088 +3117 +3089 +3118 +3119 +3091 +3120 +3092 +3121 +3093 +3122 +3094 +3123 +3095 +3124 +3096 +3125 +3097 +3126 +3098 +3127 +3099 +3128 +3100 +3129 +3101 +3130 +3102 +3131 +3103 +3132 +3104 +3133 +3105 +3134 +3106 +3135 +3107 +3136 +3108 +3137 +3109 +3138 +3110 +3139 +3111 +3140 +3112 +3141 +3113 +3142 +3114 +3143 +3115 +3144 +3116 +3145 +3117 +3146 +3118 +3147 +3119 +3148 +3149 +3121 +3150 +3122 +3151 +3123 +3152 +3124 +3153 +3125 +3154 +3126 +3155 +3127 +3156 +3128 +3157 +3129 +3158 +3130 +3159 +3131 +3160 +3132 +3161 +3133 +3162 +3134 +3163 +3135 +3164 +3136 +3165 +3137 +3166 +3138 +3167 +3139 +3168 +3140 +3169 +3141 +3170 +3142 +3171 +3143 +3172 +3144 +3173 +3145 +3174 +3146 +3175 +3147 +3176 +3148 +3177 +3149 +3178 +3179 +3151 +3180 +3152 +3181 +3153 +3182 +3154 +3183 +3155 +3184 +3156 +3185 +3157 +3186 +3158 +3187 +3159 +3188 +3160 +3189 +3161 +3190 +3162 +3191 +3163 +3192 +3164 +3193 +3165 +3194 +3166 +3195 +3167 +3196 +3168 +3197 +3169 +3198 +3170 +3199 +3171 +3200 +3172 +3201 +3173 +3202 +3174 +3203 +3175 +3204 +3176 +3205 +3177 +3206 +3178 +3207 +3179 +3208 +3209 +3181 +3210 +3182 +3211 +3183 +3212 +3184 +3213 +3185 +3214 +3186 +3215 +3187 +3216 +3188 +3217 +3189 +3218 +3190 +3219 +3191 +3220 +3192 +3221 +3193 +3222 +3194 +3223 +3195 +3224 +3196 +3225 +3197 +3226 +3198 +3227 +3199 +3228 +3200 +3229 +3201 +3230 +3202 +3231 +3203 +3232 +3204 +3233 +3205 +3234 +3206 +3235 +3207 +3236 +3208 +3237 +3209 +3238 +3239 +3211 +3240 +3212 +3241 +3213 +3242 +3214 +3243 +3215 +3244 +3216 +3245 +3217 +3246 +3218 +3247 +3219 +3248 +3220 +3249 +3221 +3250 +3222 +3251 +3223 +3252 +3224 +3253 +3225 +3254 +3226 +3255 +3227 +3256 +3228 +3257 +3229 +3258 +3230 +3259 +3231 +3260 +3232 +3261 +3233 +3262 +3234 +3263 +3235 +3264 +3236 +3265 +3237 +3266 +3238 +3267 +3239 +3268 +3269 +3241 +3270 +3242 +3271 +3243 +3272 +3244 +3273 +3245 +3274 +3246 +3275 +3247 +3276 +3248 +3277 +3249 +3278 +3250 +3279 +3251 +3280 +3252 +3281 +3253 +3282 +3254 +3283 +3255 +3284 +3256 +3285 +3257 +3286 +3258 +3287 +3259 +3288 +3260 +3289 +3261 +3290 +3262 +3291 +3263 +3292 +3264 +3293 +3265 +3294 +3266 +3295 +3267 +3296 +3268 +3297 +3269 +3298 +3299 +3271 +3300 +3272 +3301 +3273 +3302 +3274 +3303 +3275 +3304 +3276 +3305 +3277 +3306 +3278 +3307 +3279 +3308 +3280 +3309 +3281 +3310 +3282 +3311 +3283 +3312 +3284 +3313 +3285 +3314 +3286 +3315 +3287 +3316 +3288 +3317 +3289 +3318 +3290 +3319 +3291 +3320 +3292 +3321 +3293 +3322 +3294 +3323 +3295 +3324 +3296 +3325 +3297 +3326 +3298 +3327 +3299 +3328 +3329 +3301 +3330 +3302 +3331 +3303 +3332 +3304 +3333 +3305 +3334 +3306 +3335 +3307 +3336 +3308 +3337 +3309 +3338 +3310 +3339 +3311 +3340 +3312 +3341 +3313 +3342 +3314 +3343 +3315 +3344 +3316 +3345 +3317 +3346 +3318 +3347 +3319 +3348 +3320 +3349 +3321 +3350 +3322 +3351 +3323 +3352 +3324 +3353 +3325 +3354 +3326 +3355 +3327 +3356 +3328 +3357 +3329 +3358 +3359 +3331 +3360 +3332 +3361 +3333 +3362 +3334 +3363 +3335 +3364 +3336 +3365 +3337 +3366 +3338 +3367 +3339 +3368 +3340 +3369 +3341 +3370 +3342 +3371 +3343 +3372 +3344 +3373 +3345 +3374 +3346 +3375 +3347 +3376 +3348 +3377 +3349 +3378 +3350 +3379 +3351 +3380 +3352 +3381 +3353 +3382 +3354 +3383 +3355 +3384 +3356 +3385 +3357 +3386 +3358 +3387 +3359 +3388 +3389 +3361 +3390 +3362 +3391 +3363 +3392 +3364 +3393 +3365 +3394 +3366 +3395 +3367 +3396 +3368 +3397 +3369 +3398 +3370 +3399 +3371 +3400 +3372 +3401 +3373 +3402 +3374 +3403 +3375 +3404 +3376 +3405 +3377 +3406 +3378 +3407 +3379 +3408 +3380 +3409 +3381 +3410 +3382 +3411 +3383 +3412 +3384 +3413 +3385 +3414 +3386 +3415 +3387 +3416 +3388 +3417 +3389 +3418 +3419 +3391 +3420 +3392 +3421 +3393 +3422 +3394 +3423 +3395 +3424 +3396 +3425 +3397 +3426 +3398 +3427 +3399 +3428 +3400 +3429 +3401 +3430 +3402 +3431 +3403 +3432 +3404 +3433 +3405 +3434 +3406 +3435 +3407 +3436 +3408 +3437 +3409 +3438 +3410 +3439 +3411 +3440 +3412 +3441 +3413 +3442 +3414 +3443 +3415 +3444 +3416 +3445 +3417 +3446 +3418 +3447 +3419 +3448 +3449 +3421 +3450 +3422 +3451 +3423 +3452 +3424 +3453 +3425 +3454 +3426 +3455 +3427 +3456 +3428 +3457 +3429 +3458 +3430 +3459 +3431 +3460 +3432 +3461 +3433 +3462 +3434 +3463 +3435 +3464 +3436 +3465 +3437 +3466 +3438 +3467 +3439 +3468 +3440 +3469 +3441 +3470 +3442 +3471 +3443 +3472 +3444 +3473 +3445 +3474 +3446 +3475 +3447 +3476 +3448 +3477 +3449 +3478 +3479 +3451 +3480 +3452 +3481 +3453 +3482 +3454 +3483 +3455 +3484 +3456 +3485 +3457 +3486 +3458 +3487 +3459 +3488 +3460 +3489 +3461 +3490 +3462 +3491 +3463 +3492 +3464 +3493 +3465 +3494 +3466 +3495 +3467 +3496 +3468 +3497 +3469 +3498 +3470 +3499 +3471 +3500 +3472 +3501 +3473 +3502 +3474 +3503 +3475 +3504 +3476 +3505 +3477 +3506 +3478 +3507 +3479 +3508 +3509 +3481 +3510 +3482 +3511 +3483 +3512 +3484 +3513 +3485 +3514 +3486 +3515 +3487 +3516 +3488 +3517 +3489 +3518 +3490 +3519 +3491 +3520 +3492 +3521 +3493 +3522 +3494 +3523 +3495 +3524 +3496 +3525 +3497 +3526 +3498 +3527 +3499 +3528 +3500 +3529 +3501 +3530 +3502 +3531 +3503 +3532 +3504 +3533 +3505 +3534 +3506 +3535 +3507 +3536 +3508 +3537 +3509 +3538 +3539 +3511 +3540 +3512 +3541 +3513 +3542 +3514 +3543 +3515 +3544 +3516 +3545 +3517 +3546 +3518 +3547 +3519 +3548 +3520 +3549 +3521 +3550 +3522 +3551 +3523 +3552 +3524 +3553 +3525 +3554 +3526 +3555 +3527 +3556 +3528 +3557 +3529 +3558 +3530 +3559 +3531 +3560 +3532 +3561 +3533 +3562 +3534 +3563 +3535 +3564 +3536 +3565 +3537 +3566 +3538 +3567 +3539 +3568 +3569 +3541 +3570 +3542 +3571 +3543 +3572 +3544 +3573 +3545 +3574 +3546 +3575 +3547 +3576 +3548 +3577 +3549 +3578 +3550 +3579 +3551 +3580 +3552 +3581 +3553 +3582 +3554 +3583 +3555 +3584 +3556 +3585 +3557 +3586 +3558 +3587 +3559 +3588 +3560 +3589 +3561 +3590 +3562 +3591 +3563 +3592 +3564 +3593 +3565 +3594 +3566 +3595 +3567 +3596 +3568 +3597 +3569 +3598 +3599 +3571 +3600 +3572 +3601 +3573 +3602 +3574 +3603 +3575 +3604 +3576 +3605 +3577 +3606 +3578 +3607 +3579 +3608 +3580 +3609 +3581 +3610 +3582 +3611 +3583 +3612 +3584 +3613 +3585 +3614 +3586 +3615 +3587 +3616 +3588 +3617 +3589 +3618 +3590 +3619 +3591 +3620 +3592 +3621 +3593 +3622 +3594 +3623 +3595 +3624 +3596 +3625 +3597 +3626 +3598 +3627 +3599 +3628 +3629 +3601 +3630 +3602 +3631 +3603 +3632 +3604 +3633 +3605 +3634 +3606 +3635 +3607 +3636 +3608 +3637 +3609 +3638 +3610 +3639 +3611 +3640 +3612 +3641 +3613 +3642 +3614 +3643 +3615 +3644 +3616 +3645 +3617 +3646 +3618 +3647 +3619 +3648 +3620 +3649 +3621 +3650 +3622 +3651 +3623 +3652 +3624 +3653 +3625 +3654 +3626 +3655 +3627 +3656 +3628 +3657 +3629 +3658 +3659 +3631 +3660 +3632 +3661 +3633 +3662 +3634 +3663 +3635 +3664 +3636 +3665 +3637 +3666 +3638 +3667 +3639 +3668 +3640 +3669 +3641 +3670 +3642 +3671 +3643 +3672 +3644 +3673 +3645 +3674 +3646 +3675 +3647 +3676 +3648 +3677 +3649 +3678 +3650 +3679 +3651 +3680 +3652 +3681 +3653 +3682 +3654 +3683 +3655 +3684 +3656 +3685 +3657 +3686 +3658 +3687 +3659 +3688 +3689 +3661 +3690 +3662 +3691 +3663 +3692 +3664 +3693 +3665 +3694 +3666 +3695 +3667 +3696 +3668 +3697 +3669 +3698 +3670 +3699 +3671 +3700 +3672 +3701 +3673 +3702 +3674 +3703 +3675 +3704 +3676 +3705 +3677 +3706 +3678 +3707 +3679 +3708 +3680 +3709 +3681 +3710 +3682 +3711 +3683 +3712 +3684 +3713 +3685 +3714 +3686 +3715 +3687 +3716 +3688 +3717 +3689 +3718 +3719 +3691 +3720 +3692 +3721 +3693 +3722 +3694 +3723 +3695 +3724 +3696 +3725 +3697 +3726 +3698 +3727 +3699 +3728 +3700 +3729 +3701 +3730 +3702 +3731 +3703 +3732 +3704 +3733 +3705 +3734 +3706 +3735 +3707 +3736 +3708 +3737 +3709 +3738 +3710 +3739 +3711 +3740 +3712 +3741 +3713 +3742 +3714 +3743 +3715 +3744 +3716 +3745 +3717 +3746 +3718 +3747 +3719 +3748 +3749 +3721 +3750 +3722 +3751 +3723 +3752 +3724 +3753 +3725 +3754 +3726 +3755 +3727 +3756 +3728 +3757 +3729 +3758 +3730 +3759 +3731 +3760 +3732 +3761 +3733 +3762 +3734 +3763 +3735 +3764 +3736 +3765 +3737 +3766 +3738 +3767 +3739 +3768 +3740 +3769 +3741 +3770 +3742 +3771 +3743 +3772 +3744 +3773 +3745 +3774 +3746 +3775 +3747 +3776 +3748 +3777 +3749 +3778 +3779 +3751 +3780 +3752 +3781 +3753 +3782 +3754 +3783 +3755 +3784 +3756 +3785 +3757 +3786 +3758 +3787 +3759 +3788 +3760 +3789 +3761 +3790 +3762 +3791 +3763 +3792 +3764 +3793 +3765 +3794 +3766 +3795 +3767 +3796 +3768 +3797 +3769 +3798 +3770 +3799 +3771 +3800 +3772 +3801 +3773 +3802 +3774 +3803 +3775 +3804 +3776 +3805 +3777 +3806 +3778 +3807 +3779 +3808 +3809 +3781 +3810 +3782 +3811 +3783 +3812 +3784 +3813 +3785 +3814 +3786 +3815 +3787 +3816 +3788 +3817 +3789 +3818 +3790 +3819 +3791 +3820 +3792 +3821 +3793 +3822 +3794 +3823 +3795 +3824 +3796 +3825 +3797 +3826 +3798 +3827 +3799 +3828 +3800 +3829 +3801 +3830 +3802 +3831 +3803 +3832 +3804 +3833 +3805 +3834 +3806 +3835 +3807 +3836 +3808 +3837 +3809 +3838 +3839 +3811 +3840 +3812 +3841 +3813 +3842 +3814 +3843 +3815 +3844 +3816 +3845 +3817 +3846 +3818 +3847 +3819 +3848 +3820 +3849 +3821 +3850 +3822 +3851 +3823 +3852 +3824 +3853 +3825 +3854 +3826 +3855 +3827 +3856 +3828 +3857 +3829 +3858 +3830 +3859 +3831 +3860 +3832 +3861 +3833 +3862 +3834 +3863 +3835 +3864 +3836 +3865 +3837 +3866 +3838 +3867 +3839 +3868 +3869 +3841 +3870 +3842 +3871 +3843 +3872 +3844 +3873 +3845 +3874 +3846 +3875 +3847 +3876 +3848 +3877 +3849 +3878 +3850 +3879 +3851 +3880 +3852 +3881 +3853 +3882 +3854 +3883 +3855 +3884 +3856 +3885 +3857 +3886 +3858 +3887 +3859 +3888 +3860 +3889 +3861 +3890 +3862 +3891 +3863 +3892 +3864 +3893 +3865 +3894 +3866 +3895 +3867 +3896 +3868 +3897 +3869 +3898 +3899 +3871 +3900 +3872 +3901 +3873 +3902 +3874 +3903 +3875 +3904 +3876 +3905 +3877 +3906 +3878 +3907 +3879 +3908 +3880 +3909 +3881 +3910 +3882 +3911 +3883 +3912 +3884 +3913 +3885 +3914 +3886 +3915 +3887 +3916 +3888 +3917 +3889 +3918 +3890 +3919 +3891 +3920 +3892 +3921 +3893 +3922 +3894 +3923 +3895 +3924 +3896 +3925 +3897 +3926 +3898 +3927 +3899 +3928 +3929 +3901 +3930 +3902 +3931 +3903 +3932 +3904 +3933 +3905 +3934 +3906 +3935 +3907 +3936 +3908 +3937 +3909 +3938 +3910 +3939 +3911 +3940 +3912 +3941 +3913 +3942 +3914 +3943 +3915 +3944 +3916 +3945 +3917 +3946 +3918 +3947 +3919 +3948 +3920 +3949 +3921 +3950 +3922 +3951 +3923 +3952 +3924 +3953 +3925 +3954 +3926 +3955 +3927 +3956 +3928 +3957 +3929 +3958 +3959 +3931 +3960 +3932 +3961 +3933 +3962 +3934 +3963 +3935 +3964 +3936 +3965 +3937 +3966 +3938 +3967 +3939 +3968 +3940 +3969 +3941 +3970 +3942 +3971 +3943 +3972 +3944 +3973 +3945 +3974 +3946 +3975 +3947 +3976 +3948 +3977 +3949 +3978 +3950 +3979 +3951 +3980 +3952 +3981 +3953 +3982 +3954 +3983 +3955 +3984 +3956 +3985 +3957 +3986 +3958 +3987 +3959 +3988 +3989 +3961 +3990 +3962 +3991 +3963 +3992 +3964 +3993 +3965 +3994 +3966 +3995 +3967 +3996 +3968 +3997 +3969 +3998 +3970 +3999 +3971 +4000 +3972 +4001 +3973 +4002 +3974 +4003 +3975 +4004 +3976 +4005 +3977 +4006 +3978 +4007 +3979 +4008 +3980 +4009 +3981 +4010 +3982 +4011 +3983 +4012 +3984 +4013 +3985 +4014 +3986 +4015 +3987 +4016 +3988 +4017 +3989 +4018 +4019 +3991 +4020 +3992 +4021 +3993 +4022 +3994 +4023 +3995 +4024 +3996 +4025 +3997 +4026 +3998 +4027 +3999 +4028 +4000 +4029 +4001 +4030 +4002 +4031 +4003 +4032 +4004 +4033 +4005 +4034 +4006 +4035 +4007 +4036 +4008 +4037 +4009 +4038 +4010 +4039 +4011 +4040 +4012 +4041 +4013 +4042 +4014 +4043 +4015 +4044 +4016 +4045 +4017 +4046 +4018 +4047 +4019 +4048 +4049 +4021 +4050 +4022 +4051 +4023 +4052 +4024 +4053 +4025 +4054 +4026 +4055 +4027 +4056 +4028 +4057 +4029 +4058 +4030 +4059 +4031 +4060 +4032 +4061 +4033 +4062 +4034 +4063 +4035 +4064 +4036 +4065 +4037 +4066 +4038 +4067 +4039 +4068 +4040 +4069 +4041 +4070 +4042 +4071 +4043 +4072 +4044 +4073 +4045 +4074 +4046 +4075 +4047 +4076 +4048 +4077 +4049 +4078 +4079 +4051 +4080 +4052 +4081 +4053 +4082 +4054 +4083 +4055 +4084 +4056 +4085 +4057 +4086 +4058 +4087 +4059 +4088 +4060 +4089 +4061 +4090 +4062 +4091 +4063 +4092 +4064 +4093 +4065 +4094 +4066 +4095 +4067 +4096 +4068 +4097 +4069 +4098 +4070 +4099 +4071 +4100 +4072 +4101 +4073 +4102 +4074 +4103 +4075 +4104 +4076 +4105 +4077 +4106 +4078 +4107 +4079 +4108 +4109 +4081 +4110 +4082 +4111 +4083 +4112 +4084 +4113 +4085 +4114 +4086 +4115 +4087 +4116 +4088 +4117 +4089 +4118 +4090 +4119 +4091 +4120 +4092 +4121 +4093 +4122 +4094 +4123 +4095 +4124 +4096 +4125 +4097 +4126 +4098 +4127 +4099 +4128 +4100 +4129 +4101 +4130 +4102 +4131 +4103 +4132 +4104 +4133 +4105 +4134 +4106 +4135 +4107 +4136 +4108 +4137 +4109 +4138 +4139 +4111 +4140 +4112 +4141 +4113 +4142 +4114 +4143 +4115 +4144 +4116 +4145 +4117 +4146 +4118 +4147 +4119 +4148 +4120 +4149 +4121 +4150 +4122 +4151 +4123 +4152 +4124 +4153 +4125 +4154 +4126 +4155 +4127 +4156 +4128 +4157 +4129 +4158 +4130 +4159 +4131 +4160 +4132 +4161 +4133 +4162 +4134 +4163 +4135 +4164 +4136 +4165 +4137 +4166 +4138 +4167 +4139 +4168 +4169 +4141 +4170 +4142 +4171 +4143 +4172 +4144 +4173 +4145 +4174 +4146 +4175 +4147 +4176 +4148 +4177 +4149 +4178 +4150 +4179 +4151 +4180 +4152 +4181 +4153 +4182 +4154 +4183 +4155 +4184 +4156 +4185 +4157 +4186 +4158 +4187 +4159 +4188 +4160 +4189 +4161 +4190 +4162 +4191 +4163 +4192 +4164 +4193 +4165 +4194 +4166 +4195 +4167 +4196 +4168 +4197 +4169 +4198 +4199 +4171 +4200 +4172 +4201 +4173 +4202 +4174 +4203 +4175 +4204 +4176 +4205 +4177 +4206 +4178 +4207 +4179 +4208 +4180 +4209 +4181 +4210 +4182 +4211 +4183 +4212 +4184 +4213 +4185 +4214 +4186 +4215 +4187 +4216 +4188 +4217 +4189 +4218 +4190 +4219 +4191 +4220 +4192 +4221 +4193 +4222 +4194 +4223 +4195 +4224 +4196 +4225 +4197 +4226 +4198 +4227 +4199 +4228 +4229 +4201 +4230 +4202 +4231 +4203 +4232 +4204 +4233 +4205 +4234 +4206 +4235 +4207 +4236 +4208 +4237 +4209 +4238 +4210 +4239 +4211 +4240 +4212 +4241 +4213 +4242 +4214 +4243 +4215 +4244 +4216 +4245 +4217 +4246 +4218 +4247 +4219 +4248 +4220 +4249 +4221 +4250 +4222 +4251 +4223 +4252 +4224 +4253 +4225 +4254 +4226 +4255 +4227 +4256 +4228 +4257 +4229 +4258 +4259 +4231 +4260 +4232 +4261 +4233 +4262 +4234 +4263 +4235 +4264 +4236 +4265 +4237 +4266 +4238 +4267 +4239 +4268 +4240 +4269 +4241 +4270 +4242 +4271 +4243 +4272 +4244 +4273 +4245 +4274 +4246 +4275 +4247 +4276 +4248 +4277 +4249 +4278 +4250 +4279 +4251 +4280 +4252 +4281 +4253 +4282 +4254 +4283 +4255 +4284 +4256 +4285 +4257 +4286 +4258 +4287 +4259 +4288 +4289 +4261 +4290 +4262 +4291 +4263 +4292 +4264 +4293 +4265 +4294 +4266 +4295 +4267 +4296 +4268 +4297 +4269 +4298 +4270 +4299 +4271 +4300 +4272 +4301 +4273 +4302 +4274 +4303 +4275 +4304 +4276 +4305 +4277 +4306 +4278 +4307 +4279 +4308 +4280 +4309 +4281 +4310 +4282 +4311 +4283 +4312 +4284 +4313 +4285 +4314 +4286 +4315 +4287 +4316 +4288 +4317 +4289 +4318 +4319 +4291 +4320 +4292 +4321 +4293 +4322 +4294 +4323 +4295 +4324 +4296 +4325 +4297 +4326 +4298 +4327 +4299 +4328 +4300 +4329 +4301 +4330 +4302 +4331 +4303 +4332 +4304 +4333 +4305 +4334 +4306 +4335 +4307 +4336 +4308 +4337 +4309 +4338 +4310 +4339 +4311 +4340 +4312 +4341 +4313 +4342 +4314 +4343 +4315 +4344 +4316 +4345 +4317 +4346 +4318 +4347 +4319 +4348 +4349 +4321 +4350 +4322 +4351 +4323 +4352 +4324 +4353 +4325 +4354 +4326 +4355 +4327 +4356 +4328 +4357 +4329 +4358 +4330 +4359 +4331 +4360 +4332 +4361 +4333 +4362 +4334 +4363 +4335 +4364 +4336 +4365 +4337 +4366 +4338 +4367 +4339 +4368 +4340 +4369 +4341 +4370 +4342 +4371 +4343 +4372 +4344 +4373 +4345 +4374 +4346 +4375 +4347 +4376 +4348 +4377 +4349 +4378 +4379 +4351 +4380 +4352 +4381 +4353 +4382 +4354 +4383 +4355 +4384 +4356 +4385 +4357 +4386 +4358 +4387 +4359 +4388 +4360 +4389 +4361 +4390 +4362 +4391 +4363 +4392 +4364 +4393 +4365 +4394 +4366 +4395 +4367 +4396 +4368 +4397 +4369 +4398 +4370 +4399 +4371 +4400 +4372 +4401 +4373 +4402 +4374 +4403 +4375 +4404 +4376 +4405 +4377 +4406 +4378 +4407 +4379 +4408 +4409 +4381 +4410 +4382 +4411 +4383 +4412 +4384 +4413 +4385 +4414 +4386 +4415 +4387 +4416 +4388 +4417 +4389 +4418 +4390 +4419 +4391 +4420 +4392 +4421 +4393 +4422 +4394 +4423 +4395 +4424 +4396 +4425 +4397 +4426 +4398 +4427 +4399 +4428 +4400 +4429 +4401 +4430 +4402 +4431 +4403 +4432 +4404 +4433 +4405 +4434 +4406 +4435 +4407 +4436 +4408 +4437 +4409 +4438 +4439 +4411 +4440 +4412 +4441 +4413 +4442 +4414 +4443 +4415 +4444 +4416 +4445 +4417 +4446 +4418 +4447 +4419 +4448 +4420 +4449 +4421 +4450 +4422 +4451 +4423 +4452 +4424 +4453 +4425 +4454 +4426 +4455 +4427 +4456 +4428 +4457 +4429 +4458 +4430 +4459 +4431 +4460 +4432 +4461 +4433 +4462 +4434 +4463 +4435 +4464 +4436 +4465 +4437 +4466 +4438 +4467 +4439 +4468 +4469 +4441 +4470 +4442 +4471 +4443 +4472 +4444 +4473 +4445 +4474 +4446 +4475 +4447 +4476 +4448 +4477 +4449 +4478 +4450 +4479 +4451 +4480 +4452 +4481 +4453 +4482 +4454 +4483 +4455 +4484 +4456 +4485 +4457 +4486 +4458 +4487 +4459 +4488 +4460 +4489 +4461 +4490 +4462 +4491 +4463 +4492 +4464 +4493 +4465 +4494 +4466 +4495 +4467 +4496 +4468 +4497 +4469 +4498 +4499 +4471 +4500 +4472 +4501 +4473 +4502 +4474 +4503 +4475 +4504 +4476 +4505 +4477 +4506 +4478 +4507 +4479 +4508 +4480 +4509 +4481 +4510 +4482 +4511 +4483 +4512 +4484 +4513 +4485 +4514 +4486 +4515 +4487 +4516 +4488 +4517 +4489 +4518 +4490 +4519 +4491 +4520 +4492 +4521 +4493 +4522 +4494 +4523 +4495 +4524 +4496 +4525 +4497 +4526 +4498 +4527 +4499 +4528 +4529 +4501 +4530 +4502 +4531 +4503 +4532 +4504 +4533 +4505 +4534 +4506 +4535 +4507 +4536 +4508 +4537 +4509 +4538 +4510 +4539 +4511 +4540 +4512 +4541 +4513 +4542 +4514 +4543 +4515 +4544 +4516 +4545 +4517 +4546 +4518 +4547 +4519 +4548 +4520 +4549 +4521 +4550 +4522 +4551 +4523 +4552 +4524 +4553 +4525 +4554 +4526 +4555 +4527 +4556 +4528 +4557 +4529 +4558 +4559 +4531 +4560 +4532 +4561 +4533 +4562 +4534 +4563 +4535 +4564 +4536 +4565 +4537 +4566 +4538 +4567 +4539 +4568 +4540 +4569 +4541 +4570 +4542 +4571 +4543 +4572 +4544 +4573 +4545 +4574 +4546 +4575 +4547 +4576 +4548 +4577 +4549 +4578 +4550 +4579 +4551 +4580 +4552 +4581 +4553 +4582 +4554 +4583 +4555 +4584 +4556 +4585 +4557 +4586 +4558 +4587 +4559 +4588 +4589 +4561 +4590 +4562 +4591 +4563 +4592 +4564 +4593 +4565 +4594 +4566 +4595 +4567 +4596 +4568 +4597 +4569 +4598 +4570 +4599 +4571 +4600 +4572 +4601 +4573 +4602 +4574 +4603 +4575 +4604 +4576 +4605 +4577 +4606 +4578 +4607 +4579 +4608 +4580 +4609 +4581 +4610 +4582 +4611 +4583 +4612 +4584 +4613 +4585 +4614 +4586 +4615 +4587 +4616 +4588 +4617 +4589 +4618 +4619 +4591 +4620 +4592 +4621 +4593 +4622 +4594 +4623 +4595 +4624 +4596 +4625 +4597 +4626 +4598 +4627 +4599 +4628 +4600 +4629 +4601 +4630 +4602 +4631 +4603 +4632 +4604 +4633 +4605 +4634 +4606 +4635 +4607 +4636 +4608 +4637 +4609 +4638 +4610 +4639 +4611 +4640 +4612 +4641 +4613 +4642 +4614 +4643 +4615 +4644 +4616 +4645 +4617 +4646 +4618 +4647 +4619 +4648 +4649 +4621 +4650 +4622 +4651 +4623 +4652 +4624 +4653 +4625 +4654 +4626 +4655 +4627 +4656 +4628 +4657 +4629 +4658 +4630 +4659 +4631 +4660 +4632 +4661 +4633 +4662 +4634 +4663 +4635 +4664 +4636 +4665 +4637 +4666 +4638 +4667 +4639 +4668 +4640 +4669 +4641 +4670 +4642 +4671 +4643 +4672 +4644 +4673 +4645 +4674 +4646 +4675 +4647 +4676 +4648 +4677 +4649 +4678 +4679 +4651 +4680 +4652 +4681 +4653 +4682 +4654 +4683 +4655 +4684 +4656 +4685 +4657 +4686 +4658 +4687 +4659 +4688 +4660 +4689 +4661 +4690 +4662 +4691 +4663 +4692 +4664 +4693 +4665 +4694 +4666 +4695 +4667 +4696 +4668 +4697 +4669 +4698 +4670 +4699 +4671 +4700 +4672 +4701 +4673 +4702 +4674 +4703 +4675 +4704 +4676 +4705 +4677 +4706 +4678 +4707 +4679 +4708 +4709 +4681 +4710 +4682 +4711 +4683 +4712 +4684 +4713 +4685 +4714 +4686 +4715 +4687 +4716 +4688 +4717 +4689 +4718 +4690 +4719 +4691 +4720 +4692 +4721 +4693 +4722 +4694 +4723 +4695 +4724 +4696 +4725 +4697 +4726 +4698 +4727 +4699 +4728 +4700 +4729 +4701 +4730 +4702 +4731 +4703 +4732 +4704 +4733 +4705 +4734 +4706 +4735 +4707 +4736 +4708 +4737 +4709 +4738 +4739 +4711 +4740 +4712 +4741 +4713 +4742 +4714 +4743 +4715 +4744 +4716 +4745 +4717 +4746 +4718 +4747 +4719 +4748 +4720 +4749 +4721 +4750 +4722 +4751 +4723 +4752 +4724 +4753 +4725 +4754 +4726 +4755 +4727 +4756 +4728 +4757 +4729 +4758 +4730 +4759 +4731 +4760 +4732 +4761 +4733 +4762 +4734 +4763 +4735 +4764 +4736 +4765 +4737 +4766 +4738 +4767 +4739 +4768 +4769 +4741 +4770 +4742 +4771 +4743 +4772 +4744 +4773 +4745 +4774 +4746 +4775 +4747 +4776 +4748 +4777 +4749 +4778 +4750 +4779 +4751 +4780 +4752 +4781 +4753 +4782 +4754 +4783 +4755 +4784 +4756 +4785 +4757 +4786 +4758 +4787 +4759 +4788 +4760 +4789 +4761 +4790 +4762 +4791 +4763 +4792 +4764 +4793 +4765 +4794 +4766 +4795 +4767 +4796 +4768 +4797 +4769 +4798 +4799 +4771 +4800 +4772 +4801 +4773 +4802 +4774 +4803 +4775 +4804 +4776 +4805 +4777 +4806 +4778 +4807 +4779 +4808 +4780 +4809 +4781 +4810 +4782 +4811 +4783 +4812 +4784 +4813 +4785 +4814 +4786 +4815 +4787 +4816 +4788 +4817 +4789 +4818 +4790 +4819 +4791 +4820 +4792 +4821 +4793 +4822 +4794 +4823 +4795 +4824 +4796 +4825 +4797 +4826 +4798 +4827 +4799 +4828 +4829 +4801 +4830 +4802 +4831 +4803 +4832 +4804 +4833 +4805 +4834 +4806 +4835 +4807 +4836 +4808 +4837 +4809 +4838 +4810 +4839 +4811 +4840 +4812 +4841 +4813 +4842 +4814 +4843 +4815 +4844 +4816 +4845 +4817 +4846 +4818 +4847 +4819 +4848 +4820 +4849 +4821 +4850 +4822 +4851 +4823 +4852 +4824 +4853 +4825 +4854 +4826 +4855 +4827 +4856 +4828 +4857 +4829 +4858 +4859 +4831 +4860 +4832 +4861 +4833 +4862 +4834 +4863 +4835 +4864 +4836 +4865 +4837 +4866 +4838 +4867 +4839 +4868 +4840 +4869 +4841 +4870 +4842 +4871 +4843 +4872 +4844 +4873 +4845 +4874 +4846 +4875 +4847 +4876 +4848 +4877 +4849 +4878 +4850 +4879 +4851 +4880 +4852 +4881 +4853 +4882 +4854 +4883 +4855 +4884 +4856 +4885 +4857 +4886 +4858 +4887 +4859 +4888 +4889 +4861 +4890 +4862 +4891 +4863 +4892 +4864 +4893 +4865 +4894 +4866 +4895 +4867 +4896 +4868 +4897 +4869 +4898 +4870 +4899 +4871 +4900 +4872 +4901 +4873 +4902 +4874 +4903 +4875 +4904 +4876 +4905 +4877 +4906 +4878 +4907 +4879 +4908 +4880 +4909 +4881 +4910 +4882 +4911 +4883 +4912 +4884 +4913 +4885 +4914 +4886 +4915 +4887 +4916 +4888 +4917 +4889 +4918 +4919 +4891 +4920 +4892 +4921 +4893 +4922 +4894 +4923 +4895 +4924 +4896 +4925 +4897 +4926 +4898 +4927 +4899 +4928 +4900 +4929 +4901 +4930 +4902 +4931 +4903 +4932 +4904 +4933 +4905 +4934 +4906 +4935 +4907 +4936 +4908 +4937 +4909 +4938 +4910 +4939 +4911 +4940 +4912 +4941 +4913 +4942 +4914 +4943 +4915 +4944 +4916 +4945 +4917 +4946 +4918 +4947 +4919 +4948 +4949 +4921 +4950 +4922 +4951 +4923 +4952 +4924 +4953 +4925 +4954 +4926 +4955 +4927 +4956 +4928 +4957 +4929 +4958 +4930 +4959 +4931 +4960 +4932 +4961 +4933 +4962 +4934 +4963 +4935 +4964 +4936 +4965 +4937 +4966 +4938 +4967 +4939 +4968 +4940 +4969 +4941 +4970 +4942 +4971 +4943 +4972 +4944 +4973 +4945 +4974 +4946 +4975 +4947 +4976 +4948 +4977 +4949 +4978 +4979 +4951 +4980 +4952 +4981 +4953 +4982 +4954 +4983 +4955 +4984 +4956 +4985 +4957 +4986 +4958 +4987 +4959 +4988 +4960 +4989 +4961 +4990 +4962 +4991 +4963 +4992 +4964 +4993 +4965 +4994 +4966 +4995 +4967 +4996 +4968 +4997 +4969 +4998 +4970 +4999 +4971 +5000 +4972 +5001 +4973 +5002 +4974 +5003 +4975 +5004 +4976 +5005 +4977 +5006 +4978 +5007 +4979 +5008 +5009 +4981 +5010 +4982 +5011 +4983 +5012 +4984 +5013 +4985 +5014 +4986 +5015 +4987 +5016 +4988 +5017 +4989 +5018 +4990 +5019 +4991 +5020 +4992 +5021 +4993 +5022 +4994 +5023 +4995 +5024 +4996 +5025 +4997 +5026 +4998 +5027 +4999 +5028 +5000 +5029 +5001 +5030 +5002 +5031 +5003 +5032 +5004 +5033 +5005 +5034 +5006 +5035 +5007 +5036 +5008 +5037 +5009 +5038 +5039 +5011 +5040 +5012 +5041 +5013 +5042 +5014 +5043 +5015 +5044 +5016 +5045 +5017 +5046 +5018 +5047 +5019 +5048 +5020 +5049 +5021 +5050 +5022 +5051 +5023 +5052 +5024 +5053 +5025 +5054 +5026 +5055 +5027 +5056 +5028 +5057 +5029 +5058 +5030 +5059 +5031 +5060 +5032 +5061 +5033 +5062 +5034 +5063 +5035 +5064 +5036 +5065 +5037 +5066 +5038 +5067 +5039 +5068 +5069 +5041 +5070 +5042 +5071 +5043 +5072 +5044 +5073 +5045 +5074 +5046 +5075 +5047 +5076 +5048 +5077 +5049 +5078 +5050 +5079 +5051 +5080 +5052 +5081 +5053 +5082 +5054 +5083 +5055 +5084 +5056 +5085 +5057 +5086 +5058 +5087 +5059 +5088 +5060 +5089 +5061 +5090 +5062 +5091 +5063 +5092 +5064 +5093 +5065 +5094 +5066 +5095 +5067 +5096 +5068 +5097 +5069 +5098 +5099 +5071 +5100 +5072 +5101 +5073 +5102 +5074 +5103 +5075 +5104 +5076 +5105 +5077 +5106 +5078 +5107 +5079 +5108 +5080 +5109 +5081 +5110 +5082 +5111 +5083 +5112 +5084 +5113 +5085 +5114 +5086 +5115 +5087 +5116 +5088 +5117 +5089 +5118 +5090 +5119 +5091 +5120 +5092 +5121 +5093 +5122 +5094 +5123 +5095 +5124 +5096 +5125 +5097 +5126 +5098 +5127 +5099 +5128 +5129 +5101 +5130 +5102 +5131 +5103 +5132 +5104 +5133 +5105 +5134 +5106 +5135 +5107 +5136 +5108 +5137 +5109 +5138 +5110 +5139 +5111 +5140 +5112 +5141 +5113 +5142 +5114 +5143 +5115 +5144 +5116 +5145 +5117 +5146 +5118 +5147 +5119 +5148 +5120 +5149 +5121 +5150 +5122 +5151 +5123 +5152 +5124 +5153 +5125 +5154 +5126 +5155 +5127 +5156 +5128 +5157 +5129 +5158 +5159 +5131 +5160 +5132 +5161 +5133 +5162 +5134 +5163 +5135 +5164 +5136 +5165 +5137 +5166 +5138 +5167 +5139 +5168 +5140 +5169 +5141 +5170 +5142 +5171 +5143 +5172 +5144 +5173 +5145 +5174 +5146 +5175 +5147 +5176 +5148 +5177 +5149 +5178 +5150 +5179 +5151 +5180 +5152 +5181 +5153 +5182 +5154 +5183 +5155 +5184 +5156 +5185 +5157 +5186 +5158 +5187 +5159 +5188 +5189 +5161 +5190 +5162 +5191 +5163 +5192 +5164 +5193 +5165 +5194 +5166 +5195 +5167 +5196 +5168 +5197 +5169 +5198 +5170 +5199 +5171 +5200 +5172 +5201 +5173 +5202 +5174 +5203 +5175 +5204 +5176 +5205 +5177 +5206 +5178 +5207 +5179 +5208 +5180 +5209 +5181 +5210 +5182 +5211 +5183 +5212 +5184 +5213 +5185 +5214 +5186 +5215 +5187 +5216 +5188 +5217 +5189 +5218 +5219 +5191 +5220 +5192 +5221 +5193 +5222 +5194 +5223 +5195 +5224 +5196 +5225 +5197 +5226 +5198 +5227 +5199 +5228 +5200 +5229 +5201 +5230 +5202 +5231 +5203 +5232 +5204 +5233 +5205 +5234 +5206 +5235 +5207 +5236 +5208 +5237 +5209 +5238 +5210 +5239 +5211 +5240 +5212 +5241 +5213 +5242 +5214 +5243 +5215 +5244 +5216 +5245 +5217 +5246 +5218 +5247 +5219 +5248 +5249 +5221 +5250 +5222 +5251 +5223 +5252 +5224 +5253 +5225 +5254 +5226 +5255 +5227 +5256 +5228 +5257 +5229 +5258 +5230 +5259 +5231 +5260 +5232 +5261 +5233 +5262 +5234 +5263 +5235 +5264 +5236 +5265 +5237 +5266 +5238 +5267 +5239 +5268 +5240 +5269 +5241 +5270 +5242 +5271 +5243 +5272 +5244 +5273 +5245 +5274 +5246 +5275 +5247 +5276 +5248 +5277 +5249 +5278 +5279 +5251 +5280 +5252 +5281 +5253 +5282 +5254 +5283 +5255 +5284 +5256 +5285 +5257 +5286 +5258 +5287 +5259 +5288 +5260 +5289 +5261 +5290 +5262 +5291 +5263 +5292 +5264 +5293 +5265 +5294 +5266 +5295 +5267 +5296 +5268 +5297 +5269 +5298 +5270 +5299 +5271 +5300 +5272 +5301 +5273 +5302 +5274 +5303 +5275 +5304 +5276 +5305 +5277 +5306 +5278 +5307 +5279 +5308 +5309 +5281 +5310 +5282 +5311 +5283 +5312 +5284 +5313 +5285 +5314 +5286 +5315 +5287 +5316 +5288 +5317 +5289 +5318 +5290 +5319 +5291 +5320 +5292 +5321 +5293 +5322 +5294 +5323 +5295 +5324 +5296 +5325 +5297 +5326 +5298 +5327 +5299 +5328 +5300 +5329 +5301 +5330 +5302 +5331 +5303 +5332 +5304 +5333 +5305 +5334 +5306 +5335 +5307 +5336 +5308 +5337 +5309 +5338 +5339 +5311 +5340 +5312 +5341 +5313 +5342 +5314 +5343 +5315 +5344 +5316 +5345 +5317 +5346 +5318 +5347 +5319 +5348 +5320 +5349 +5321 +5350 +5322 +5351 +5323 +5352 +5324 +5353 +5325 +5354 +5326 +5355 +5327 +5356 +5328 +5357 +5329 +5358 +5330 +5359 +5331 +5360 +5332 +5361 +5333 +5362 +5334 +5363 +5335 +5364 +5336 +5365 +5337 +5366 +5338 +5367 +5339 +5368 +5369 +5341 +5370 +5342 +5371 +5343 +5372 +5344 +5373 +5345 +5374 +5346 +5375 +5347 +5376 +5348 +5377 +5349 +5378 +5350 +5379 +5351 +5380 +5352 +5381 +5353 +5382 +5354 +5383 +5355 +5384 +5356 +5385 +5357 +5386 +5358 +5387 +5359 +5388 +5360 +5389 +5361 +5390 +5362 +5391 +5363 +5392 +5364 +5393 +5365 +5394 +5366 +5395 +5367 +5396 +5368 +5397 +5369 +5398 +5399 +5371 +5400 +5372 +5401 +5373 +5402 +5374 +5403 +5375 +5404 +5376 +5405 +5377 +5406 +5378 +5407 +5379 +5408 +5380 +5409 +5381 +5410 +5382 +5411 +5383 +5412 +5384 +5413 +5385 +5414 +5386 +5415 +5387 +5416 +5388 +5417 +5389 +5418 +5390 +5419 +5391 +5420 +5392 +5421 +5393 +5422 +5394 +5423 +5395 +5424 +5396 +5425 +5397 +5426 +5398 +5427 +5399 +5428 +5429 +5401 +5430 +5402 +5431 +5403 +5432 +5404 +5433 +5405 +5434 +5406 +5435 +5407 +5436 +5408 +5437 +5409 +5438 +5410 +5439 +5411 +5440 +5412 +5441 +5413 +5442 +5414 +5443 +5415 +5444 +5416 +5445 +5417 +5446 +5418 +5447 +5419 +5448 +5420 +5449 +5421 +5450 +5422 +5451 +5423 +5452 +5424 +5453 +5425 +5454 +5426 +5455 +5427 +5456 +5428 +5457 +5429 +5458 +5459 +5431 +5460 +5432 +5461 +5433 +5462 +5434 +5463 +5435 +5464 +5436 +5465 +5437 +5466 +5438 +5467 +5439 +5468 +5440 +5469 +5441 +5470 +5442 +5471 +5443 +5472 +5444 +5473 +5445 +5474 +5446 +5475 +5447 +5476 +5448 +5477 +5449 +5478 +5450 +5479 +5451 +5480 +5452 +5481 +5453 +5482 +5454 +5483 +5455 +5484 +5456 +5485 +5457 +5486 +5458 +5487 +5459 +5488 +5489 +5461 +5490 +5462 +5491 +5463 +5492 +5464 +5493 +5465 +5494 +5466 +5495 +5467 +5496 +5468 +5497 +5469 +5498 +5470 +5499 +5471 +5500 +5472 +5501 +5473 +5502 +5474 +5503 +5475 +5504 +5476 +5505 +5477 +5506 +5478 +5507 +5479 +5508 +5480 +5509 +5481 +5510 +5482 +5511 +5483 +5512 +5484 +5513 +5485 +5514 +5486 +5515 +5487 +5516 +5488 +5517 +5489 +5518 +5519 +5491 +5520 +5492 +5521 +5493 +5522 +5494 +5523 +5495 +5524 +5496 +5525 +5497 +5526 +5498 +5527 +5499 +5528 +5500 +5529 +5501 +5530 +5502 +5531 +5503 +5532 +5504 +5533 +5505 +5534 +5506 +5535 +5507 +5536 +5508 +5537 +5509 +5538 +5510 +5539 +5511 +5540 +5512 +5541 +5513 +5542 +5514 +5543 +5515 +5544 +5516 +5545 +5517 +5546 +5518 +5547 +5519 +5548 +5549 +5521 +5550 +5522 +5551 +5523 +5552 +5524 +5553 +5525 +5554 +5526 +5555 +5527 +5556 +5528 +5557 +5529 +5558 +5530 +5559 +5531 +5560 +5532 +5561 +5533 +5562 +5534 +5563 +5535 +5564 +5536 +5565 +5537 +5566 +5538 +5567 +5539 +5568 +5540 +5569 +5541 +5570 +5542 +5571 +5543 +5572 +5544 +5573 +5545 +5574 +5546 +5575 +5547 +5576 +5548 +5577 +5549 +5578 +5579 +5551 +5580 +5552 +5581 +5553 +5582 +5554 +5583 +5555 +5584 +5556 +5585 +5557 +5586 +5558 +5587 +5559 +5588 +5560 +5589 +5561 +5590 +5562 +5591 +5563 +5592 +5564 +5593 +5565 +5594 +5566 +5595 +5567 +5596 +5568 +5597 +5569 +5598 +5570 +5599 +5571 +5600 +5572 +5601 +5573 +5602 +5574 +5603 +5575 +5604 +5576 +5605 +5577 +5606 +5578 +5607 +5579 +5608 +5609 +5581 +5610 +5582 +5611 +5583 +5612 +5584 +5613 +5585 +5614 +5586 +5615 +5587 +5616 +5588 +5617 +5589 +5618 +5590 +5619 +5591 +5620 +5592 +5621 +5593 +5622 +5594 +5623 +5595 +5624 +5596 +5625 +5597 +5626 +5598 +5627 +5599 +5628 +5600 +5629 +5601 +5630 +5602 +5631 +5603 +5632 +5604 +5633 +5605 +5634 +5606 +5635 +5607 +5636 +5608 +5637 +5609 +5638 +5639 +5611 +5640 +5612 +5641 +5613 +5642 +5614 +5643 +5615 +5644 +5616 +5645 +5617 +5646 +5618 +5647 +5619 +5648 +5620 +5649 +5621 +5650 +5622 +5651 +5623 +5652 +5624 +5653 +5625 +5654 +5626 +5655 +5627 +5656 +5628 +5657 +5629 +5658 +5630 +5659 +5631 +5660 +5632 +5661 +5633 +5662 +5634 +5663 +5635 +5664 +5636 +5665 +5637 +5666 +5638 +5667 +5639 +5668 +5669 +5641 +5670 +5642 +5671 +5643 +5672 +5644 +5673 +5645 +5674 +5646 +5675 +5647 +5676 +5648 +5677 +5649 +5678 +5650 +5679 +5651 +5680 +5652 +5681 +5653 +5682 +5654 +5683 +5655 +5684 +5656 +5685 +5657 +5686 +5658 +5687 +5659 +5688 +5660 +5689 +5661 +5690 +5662 +5691 +5663 +5692 +5664 +5693 +5665 +5694 +5666 +5695 +5667 +5696 +5668 +5697 +5669 +5698 +5699 +5671 +5700 +5672 +5701 +5673 +5702 +5674 +5703 +5675 +5704 +5676 +5705 +5677 +5706 +5678 +5707 +5679 +5708 +5680 +5709 +5681 +5710 +5682 +5711 +5683 +5712 +5684 +5713 +5685 +5714 +5686 +5715 +5687 +5716 +5688 +5717 +5689 +5718 +5690 +5719 +5691 +5720 +5692 +5721 +5693 +5722 +5694 +5723 +5695 +5724 +5696 +5725 +5697 +5726 +5698 +5727 +5699 +5728 +5729 +5701 +5730 +5702 +5731 +5703 +5732 +5704 +5733 +5705 +5734 +5706 +5735 +5707 +5736 +5708 +5737 +5709 +5738 +5710 +5739 +5711 +5740 +5712 +5741 +5713 +5742 +5714 +5743 +5715 +5744 +5716 +5745 +5717 +5746 +5718 +5747 +5719 +5748 +5720 +5749 +5721 +5750 +5722 +5751 +5723 +5752 +5724 +5753 +5725 +5754 +5726 +5755 +5727 +5756 +5728 +5757 +5729 +5758 +5759 +5731 +5760 +5732 +5761 +5733 +5762 +5734 +5763 +5735 +5764 +5736 +5765 +5737 +5766 +5738 +5767 +5739 +5768 +5740 +5769 +5741 +5770 +5742 +5771 +5743 +5772 +5744 +5773 +5745 +5774 +5746 +5775 +5747 +5776 +5748 +5777 +5749 +5778 +5750 +5779 +5751 +5780 +5752 +5781 +5753 +5782 +5754 +5783 +5755 +5784 +5756 +5785 +5757 +5786 +5758 +5787 +5759 +5788 +5789 +5761 +5790 +5762 +5791 +5763 +5792 +5764 +5793 +5765 +5794 +5766 +5795 +5767 +5796 +5768 +5797 +5769 +5798 +5770 +5799 +5771 +5800 +5772 +5801 +5773 +5802 +5774 +5803 +5775 +5804 +5776 +5805 +5777 +5806 +5778 +5807 +5779 +5808 +5780 +5809 +5781 +5810 +5782 +5811 +5783 +5812 +5784 +5813 +5785 +5814 +5786 +5815 +5787 +5816 +5788 +5817 +5789 +5818 +5819 +5791 +5820 +5792 +5821 +5793 +5822 +5794 +5823 +5795 +5824 +5796 +5825 +5797 +5826 +5798 +5827 +5799 +5828 +5800 +5829 +5801 +5830 +5802 +5831 +5803 +5832 +5804 +5833 +5805 +5834 +5806 +5835 +5807 +5836 +5808 +5837 +5809 +5838 +5810 +5839 +5811 +5840 +5812 +5841 +5813 +5842 +5814 +5843 +5815 +5844 +5816 +5845 +5817 +5846 +5818 +5847 +5819 +5848 +5849 +5821 +5850 +5822 +5851 +5823 +5852 +5824 +5853 +5825 +5854 +5826 +5855 +5827 +5856 +5828 +5857 +5829 +5858 +5830 +5859 +5831 +5860 +5832 +5861 +5833 +5862 +5834 +5863 +5835 +5864 +5836 +5865 +5837 +5866 +5838 +5867 +5839 +5868 +5840 +5869 +5841 +5870 +5842 +5871 +5843 +5872 +5844 +5873 +5845 +5874 +5846 +5875 +5847 +5876 +5848 +5877 +5849 +5878 +5879 +5851 +5880 +5852 +5881 +5853 +5882 +5854 +5883 +5855 +5884 +5856 +5885 +5857 +5886 +5858 +5887 +5859 +5888 +5860 +5889 +5861 +5890 +5862 +5891 +5863 +5892 +5864 +5893 +5865 +5894 +5866 +5895 +5867 +5896 +5868 +5897 +5869 +5898 +5870 +5899 +5871 +5900 +5872 +5901 +5873 +5902 +5874 +5903 +5875 +5904 +5876 +5905 +5877 +5906 +5878 +5907 +5879 +5908 +5909 +5881 +5910 +5882 +5911 +5883 +5912 +5884 +5913 +5885 +5914 +5886 +5915 +5887 +5916 +5888 +5917 +5889 +5918 +5890 +5919 +5891 +5920 +5892 +5921 +5893 +5922 +5894 +5923 +5895 +5924 +5896 +5925 +5897 +5926 +5898 +5927 +5899 +5928 +5900 +5929 +5901 +5930 +5902 +5931 +5903 +5932 +5904 +5933 +5905 +5934 +5906 +5935 +5907 +5936 +5908 +5937 +5909 +5938 +5939 +5911 +5940 +5912 +5941 +5913 +5942 +5914 +5943 +5915 +5944 +5916 +5945 +5917 +5946 +5918 +5947 +5919 +5948 +5920 +5949 +5921 +5950 +5922 +5951 +5923 +5952 +5924 +5953 +5925 +5954 +5926 +5955 +5927 +5956 +5928 +5957 +5929 +5958 +5930 +5959 +5931 +5960 +5932 +5961 +5933 +5962 +5934 +5963 +5935 +5964 +5936 +5965 +5937 +5966 +5938 +5967 +5939 +5968 +5969 +5941 +5970 +5942 +5971 +5943 +5972 +5944 +5973 +5945 +5974 +5946 +5975 +5947 +5976 +5948 +5977 +5949 +5978 +5950 +5979 +5951 +5980 +5952 +5981 +5953 +5982 +5954 +5983 +5955 +5984 +5956 +5985 +5957 +5986 +5958 +5987 +5959 +5988 +5960 +5989 +5961 +5990 +5962 +5991 +5963 +5992 +5964 +5993 +5965 +5994 +5966 +5995 +5967 +5996 +5968 +5997 +5969 +5998 +5999 +5971 +5972 +5973 +5974 +5975 +5976 +5977 +5978 +5979 +5980 +5981 +5982 +5983 +5984 +5985 +5986 +5987 +5988 +5989 +5990 +5991 +5992 +5993 +5994 +5995 +5996 +5997 +5998 +5999 +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/owner b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/owner new file mode 100644 index 00000000000..f8efd58d297 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/owner @@ -0,0 +1,24255 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class labelList; + note "nPoints: 12462 nCells: 6000 nFaces: 24230 nInternalFaces: 11770"; + location "constant/polyMesh"; + object owner; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +24230 +( +0 +0 +1 +1 +2 +2 +3 +3 +4 +4 +5 +5 +6 +6 +7 +7 +8 +8 +9 +9 +10 +10 +11 +11 +12 +12 +13 +13 +14 +14 +15 +15 +16 +16 +17 +17 +18 +18 +19 +19 +20 +20 +21 +21 +22 +22 +23 +23 +24 +24 +25 +25 +26 +26 +27 +27 +28 +28 +29 +30 +30 +31 +31 +32 +32 +33 +33 +34 +34 +35 +35 +36 +36 +37 +37 +38 +38 +39 +39 +40 +40 +41 +41 +42 +42 +43 +43 +44 +44 +45 +45 +46 +46 +47 +47 +48 +48 +49 +49 +50 +50 +51 +51 +52 +52 +53 +53 +54 +54 +55 +55 +56 +56 +57 +57 +58 +58 +59 +60 +60 +61 +61 +62 +62 +63 +63 +64 +64 +65 +65 +66 +66 +67 +67 +68 +68 +69 +69 +70 +70 +71 +71 +72 +72 +73 +73 +74 +74 +75 +75 +76 +76 +77 +77 +78 +78 +79 +79 +80 +80 +81 +81 +82 +82 +83 +83 +84 +84 +85 +85 +86 +86 +87 +87 +88 +88 +89 +90 +90 +91 +91 +92 +92 +93 +93 +94 +94 +95 +95 +96 +96 +97 +97 +98 +98 +99 +99 +100 +100 +101 +101 +102 +102 +103 +103 +104 +104 +105 +105 +106 +106 +107 +107 +108 +108 +109 +109 +110 +110 +111 +111 +112 +112 +113 +113 +114 +114 +115 +115 +116 +116 +117 +117 +118 +118 +119 +120 +120 +121 +121 +122 +122 +123 +123 +124 +124 +125 +125 +126 +126 +127 +127 +128 +128 +129 +129 +130 +130 +131 +131 +132 +132 +133 +133 +134 +134 +135 +135 +136 +136 +137 +137 +138 +138 +139 +139 +140 +140 +141 +141 +142 +142 +143 +143 +144 +144 +145 +145 +146 +146 +147 +147 +148 +148 +149 +150 +150 +151 +151 +152 +152 +153 +153 +154 +154 +155 +155 +156 +156 +157 +157 +158 +158 +159 +159 +160 +160 +161 +161 +162 +162 +163 +163 +164 +164 +165 +165 +166 +166 +167 +167 +168 +168 +169 +169 +170 +170 +171 +171 +172 +172 +173 +173 +174 +174 +175 +175 +176 +176 +177 +177 +178 +178 +179 +180 +180 +181 +181 +182 +182 +183 +183 +184 +184 +185 +185 +186 +186 +187 +187 +188 +188 +189 +189 +190 +190 +191 +191 +192 +192 +193 +193 +194 +194 +195 +195 +196 +196 +197 +197 +198 +198 +199 +199 +200 +200 +201 +201 +202 +202 +203 +203 +204 +204 +205 +205 +206 +206 +207 +207 +208 +208 +209 +210 +210 +211 +211 +212 +212 +213 +213 +214 +214 +215 +215 +216 +216 +217 +217 +218 +218 +219 +219 +220 +220 +221 +221 +222 +222 +223 +223 +224 +224 +225 +225 +226 +226 +227 +227 +228 +228 +229 +229 +230 +230 +231 +231 +232 +232 +233 +233 +234 +234 +235 +235 +236 +236 +237 +237 +238 +238 +239 +240 +240 +241 +241 +242 +242 +243 +243 +244 +244 +245 +245 +246 +246 +247 +247 +248 +248 +249 +249 +250 +250 +251 +251 +252 +252 +253 +253 +254 +254 +255 +255 +256 +256 +257 +257 +258 +258 +259 +259 +260 +260 +261 +261 +262 +262 +263 +263 +264 +264 +265 +265 +266 +266 +267 +267 +268 +268 +269 +270 +270 +271 +271 +272 +272 +273 +273 +274 +274 +275 +275 +276 +276 +277 +277 +278 +278 +279 +279 +280 +280 +281 +281 +282 +282 +283 +283 +284 +284 +285 +285 +286 +286 +287 +287 +288 +288 +289 +289 +290 +290 +291 +291 +292 +292 +293 +293 +294 +294 +295 +295 +296 +296 +297 +297 +298 +298 +299 +300 +300 +301 +301 +302 +302 +303 +303 +304 +304 +305 +305 +306 +306 +307 +307 +308 +308 +309 +309 +310 +310 +311 +311 +312 +312 +313 +313 +314 +314 +315 +315 +316 +316 +317 +317 +318 +318 +319 +319 +320 +320 +321 +321 +322 +322 +323 +323 +324 +324 +325 +325 +326 +326 +327 +327 +328 +328 +329 +330 +330 +331 +331 +332 +332 +333 +333 +334 +334 +335 +335 +336 +336 +337 +337 +338 +338 +339 +339 +340 +340 +341 +341 +342 +342 +343 +343 +344 +344 +345 +345 +346 +346 +347 +347 +348 +348 +349 +349 +350 +350 +351 +351 +352 +352 +353 +353 +354 +354 +355 +355 +356 +356 +357 +357 +358 +358 +359 +360 +360 +361 +361 +362 +362 +363 +363 +364 +364 +365 +365 +366 +366 +367 +367 +368 +368 +369 +369 +370 +370 +371 +371 +372 +372 +373 +373 +374 +374 +375 +375 +376 +376 +377 +377 +378 +378 +379 +379 +380 +380 +381 +381 +382 +382 +383 +383 +384 +384 +385 +385 +386 +386 +387 +387 +388 +388 +389 +390 +390 +391 +391 +392 +392 +393 +393 +394 +394 +395 +395 +396 +396 +397 +397 +398 +398 +399 +399 +400 +400 +401 +401 +402 +402 +403 +403 +404 +404 +405 +405 +406 +406 +407 +407 +408 +408 +409 +409 +410 +410 +411 +411 +412 +412 +413 +413 +414 +414 +415 +415 +416 +416 +417 +417 +418 +418 +419 +420 +420 +421 +421 +422 +422 +423 +423 +424 +424 +425 +425 +426 +426 +427 +427 +428 +428 +429 +429 +430 +430 +431 +431 +432 +432 +433 +433 +434 +434 +435 +435 +436 +436 +437 +437 +438 +438 +439 +439 +440 +440 +441 +441 +442 +442 +443 +443 +444 +444 +445 +445 +446 +446 +447 +447 +448 +448 +449 +450 +450 +451 +451 +452 +452 +453 +453 +454 +454 +455 +455 +456 +456 +457 +457 +458 +458 +459 +459 +460 +460 +461 +461 +462 +462 +463 +463 +464 +464 +465 +465 +466 +466 +467 +467 +468 +468 +469 +469 +470 +470 +471 +471 +472 +472 +473 +473 +474 +474 +475 +475 +476 +476 +477 +477 +478 +478 +479 +480 +480 +481 +481 +482 +482 +483 +483 +484 +484 +485 +485 +486 +486 +487 +487 +488 +488 +489 +489 +490 +490 +491 +491 +492 +492 +493 +493 +494 +494 +495 +495 +496 +496 +497 +497 +498 +498 +499 +499 +500 +500 +501 +501 +502 +502 +503 +503 +504 +504 +505 +505 +506 +506 +507 +507 +508 +508 +509 +510 +510 +511 +511 +512 +512 +513 +513 +514 +514 +515 +515 +516 +516 +517 +517 +518 +518 +519 +519 +520 +520 +521 +521 +522 +522 +523 +523 +524 +524 +525 +525 +526 +526 +527 +527 +528 +528 +529 +529 +530 +530 +531 +531 +532 +532 +533 +533 +534 +534 +535 +535 +536 +536 +537 +537 +538 +538 +539 +540 +540 +541 +541 +542 +542 +543 +543 +544 +544 +545 +545 +546 +546 +547 +547 +548 +548 +549 +549 +550 +550 +551 +551 +552 +552 +553 +553 +554 +554 +555 +555 +556 +556 +557 +557 +558 +558 +559 +559 +560 +560 +561 +561 +562 +562 +563 +563 +564 +564 +565 +565 +566 +566 +567 +567 +568 +568 +569 +570 +570 +571 +571 +572 +572 +573 +573 +574 +574 +575 +575 +576 +576 +577 +577 +578 +578 +579 +579 +580 +580 +581 +581 +582 +582 +583 +583 +584 +584 +585 +585 +586 +586 +587 +587 +588 +588 +589 +589 +590 +590 +591 +591 +592 +592 +593 +593 +594 +594 +595 +595 +596 +596 +597 +597 +598 +598 +599 +600 +600 +601 +601 +602 +602 +603 +603 +604 +604 +605 +605 +606 +606 +607 +607 +608 +608 +609 +609 +610 +610 +611 +611 +612 +612 +613 +613 +614 +614 +615 +615 +616 +616 +617 +617 +618 +618 +619 +619 +620 +620 +621 +621 +622 +622 +623 +623 +624 +624 +625 +625 +626 +626 +627 +627 +628 +628 +629 +630 +630 +631 +631 +632 +632 +633 +633 +634 +634 +635 +635 +636 +636 +637 +637 +638 +638 +639 +639 +640 +640 +641 +641 +642 +642 +643 +643 +644 +644 +645 +645 +646 +646 +647 +647 +648 +648 +649 +649 +650 +650 +651 +651 +652 +652 +653 +653 +654 +654 +655 +655 +656 +656 +657 +657 +658 +658 +659 +660 +660 +661 +661 +662 +662 +663 +663 +664 +664 +665 +665 +666 +666 +667 +667 +668 +668 +669 +669 +670 +670 +671 +671 +672 +672 +673 +673 +674 +674 +675 +675 +676 +676 +677 +677 +678 +678 +679 +679 +680 +680 +681 +681 +682 +682 +683 +683 +684 +684 +685 +685 +686 +686 +687 +687 +688 +688 +689 +690 +690 +691 +691 +692 +692 +693 +693 +694 +694 +695 +695 +696 +696 +697 +697 +698 +698 +699 +699 +700 +700 +701 +701 +702 +702 +703 +703 +704 +704 +705 +705 +706 +706 +707 +707 +708 +708 +709 +709 +710 +710 +711 +711 +712 +712 +713 +713 +714 +714 +715 +715 +716 +716 +717 +717 +718 +718 +719 +720 +720 +721 +721 +722 +722 +723 +723 +724 +724 +725 +725 +726 +726 +727 +727 +728 +728 +729 +729 +730 +730 +731 +731 +732 +732 +733 +733 +734 +734 +735 +735 +736 +736 +737 +737 +738 +738 +739 +739 +740 +740 +741 +741 +742 +742 +743 +743 +744 +744 +745 +745 +746 +746 +747 +747 +748 +748 +749 +750 +750 +751 +751 +752 +752 +753 +753 +754 +754 +755 +755 +756 +756 +757 +757 +758 +758 +759 +759 +760 +760 +761 +761 +762 +762 +763 +763 +764 +764 +765 +765 +766 +766 +767 +767 +768 +768 +769 +769 +770 +770 +771 +771 +772 +772 +773 +773 +774 +774 +775 +775 +776 +776 +777 +777 +778 +778 +779 +780 +780 +781 +781 +782 +782 +783 +783 +784 +784 +785 +785 +786 +786 +787 +787 +788 +788 +789 +789 +790 +790 +791 +791 +792 +792 +793 +793 +794 +794 +795 +795 +796 +796 +797 +797 +798 +798 +799 +799 +800 +800 +801 +801 +802 +802 +803 +803 +804 +804 +805 +805 +806 +806 +807 +807 +808 +808 +809 +810 +810 +811 +811 +812 +812 +813 +813 +814 +814 +815 +815 +816 +816 +817 +817 +818 +818 +819 +819 +820 +820 +821 +821 +822 +822 +823 +823 +824 +824 +825 +825 +826 +826 +827 +827 +828 +828 +829 +829 +830 +830 +831 +831 +832 +832 +833 +833 +834 +834 +835 +835 +836 +836 +837 +837 +838 +838 +839 +840 +840 +841 +841 +842 +842 +843 +843 +844 +844 +845 +845 +846 +846 +847 +847 +848 +848 +849 +849 +850 +850 +851 +851 +852 +852 +853 +853 +854 +854 +855 +855 +856 +856 +857 +857 +858 +858 +859 +859 +860 +860 +861 +861 +862 +862 +863 +863 +864 +864 +865 +865 +866 +866 +867 +867 +868 +868 +869 +870 +870 +871 +871 +872 +872 +873 +873 +874 +874 +875 +875 +876 +876 +877 +877 +878 +878 +879 +879 +880 +880 +881 +881 +882 +882 +883 +883 +884 +884 +885 +885 +886 +886 +887 +887 +888 +888 +889 +889 +890 +890 +891 +891 +892 +892 +893 +893 +894 +894 +895 +895 +896 +896 +897 +897 +898 +898 +899 +900 +900 +901 +901 +902 +902 +903 +903 +904 +904 +905 +905 +906 +906 +907 +907 +908 +908 +909 +909 +910 +910 +911 +911 +912 +912 +913 +913 +914 +914 +915 +915 +916 +916 +917 +917 +918 +918 +919 +919 +920 +920 +921 +921 +922 +922 +923 +923 +924 +924 +925 +925 +926 +926 +927 +927 +928 +928 +929 +930 +930 +931 +931 +932 +932 +933 +933 +934 +934 +935 +935 +936 +936 +937 +937 +938 +938 +939 +939 +940 +940 +941 +941 +942 +942 +943 +943 +944 +944 +945 +945 +946 +946 +947 +947 +948 +948 +949 +949 +950 +950 +951 +951 +952 +952 +953 +953 +954 +954 +955 +955 +956 +956 +957 +957 +958 +958 +959 +960 +960 +961 +961 +962 +962 +963 +963 +964 +964 +965 +965 +966 +966 +967 +967 +968 +968 +969 +969 +970 +970 +971 +971 +972 +972 +973 +973 +974 +974 +975 +975 +976 +976 +977 +977 +978 +978 +979 +979 +980 +980 +981 +981 +982 +982 +983 +983 +984 +984 +985 +985 +986 +986 +987 +987 +988 +988 +989 +990 +990 +991 +991 +992 +992 +993 +993 +994 +994 +995 +995 +996 +996 +997 +997 +998 +998 +999 +999 +1000 +1000 +1001 +1001 +1002 +1002 +1003 +1003 +1004 +1004 +1005 +1005 +1006 +1006 +1007 +1007 +1008 +1008 +1009 +1009 +1010 +1010 +1011 +1011 +1012 +1012 +1013 +1013 +1014 +1014 +1015 +1015 +1016 +1016 +1017 +1017 +1018 +1018 +1019 +1020 +1020 +1021 +1021 +1022 +1022 +1023 +1023 +1024 +1024 +1025 +1025 +1026 +1026 +1027 +1027 +1028 +1028 +1029 +1029 +1030 +1030 +1031 +1031 +1032 +1032 +1033 +1033 +1034 +1034 +1035 +1035 +1036 +1036 +1037 +1037 +1038 +1038 +1039 +1039 +1040 +1040 +1041 +1041 +1042 +1042 +1043 +1043 +1044 +1044 +1045 +1045 +1046 +1046 +1047 +1047 +1048 +1048 +1049 +1050 +1050 +1051 +1051 +1052 +1052 +1053 +1053 +1054 +1054 +1055 +1055 +1056 +1056 +1057 +1057 +1058 +1058 +1059 +1059 +1060 +1060 +1061 +1061 +1062 +1062 +1063 +1063 +1064 +1064 +1065 +1065 +1066 +1066 +1067 +1067 +1068 +1068 +1069 +1069 +1070 +1070 +1071 +1071 +1072 +1072 +1073 +1073 +1074 +1074 +1075 +1075 +1076 +1076 +1077 +1077 +1078 +1078 +1079 +1080 +1080 +1081 +1081 +1082 +1082 +1083 +1083 +1084 +1084 +1085 +1085 +1086 +1086 +1087 +1087 +1088 +1088 +1089 +1089 +1090 +1090 +1091 +1091 +1092 +1092 +1093 +1093 +1094 +1094 +1095 +1095 +1096 +1096 +1097 +1097 +1098 +1098 +1099 +1099 +1100 +1100 +1101 +1101 +1102 +1102 +1103 +1103 +1104 +1104 +1105 +1105 +1106 +1106 +1107 +1107 +1108 +1108 +1109 +1110 +1110 +1111 +1111 +1112 +1112 +1113 +1113 +1114 +1114 +1115 +1115 +1116 +1116 +1117 +1117 +1118 +1118 +1119 +1119 +1120 +1120 +1121 +1121 +1122 +1122 +1123 +1123 +1124 +1124 +1125 +1125 +1126 +1126 +1127 +1127 +1128 +1128 +1129 +1129 +1130 +1130 +1131 +1131 +1132 +1132 +1133 +1133 +1134 +1134 +1135 +1135 +1136 +1136 +1137 +1137 +1138 +1138 +1139 +1140 +1140 +1141 +1141 +1142 +1142 +1143 +1143 +1144 +1144 +1145 +1145 +1146 +1146 +1147 +1147 +1148 +1148 +1149 +1149 +1150 +1150 +1151 +1151 +1152 +1152 +1153 +1153 +1154 +1154 +1155 +1155 +1156 +1156 +1157 +1157 +1158 +1158 +1159 +1159 +1160 +1160 +1161 +1161 +1162 +1162 +1163 +1163 +1164 +1164 +1165 +1165 +1166 +1166 +1167 +1167 +1168 +1168 +1169 +1170 +1170 +1171 +1171 +1172 +1172 +1173 +1173 +1174 +1174 +1175 +1175 +1176 +1176 +1177 +1177 +1178 +1178 +1179 +1179 +1180 +1180 +1181 +1181 +1182 +1182 +1183 +1183 +1184 +1184 +1185 +1185 +1186 +1186 +1187 +1187 +1188 +1188 +1189 +1189 +1190 +1190 +1191 +1191 +1192 +1192 +1193 +1193 +1194 +1194 +1195 +1195 +1196 +1196 +1197 +1197 +1198 +1198 +1199 +1200 +1200 +1201 +1201 +1202 +1202 +1203 +1203 +1204 +1204 +1205 +1205 +1206 +1206 +1207 +1207 +1208 +1208 +1209 +1209 +1210 +1210 +1211 +1211 +1212 +1212 +1213 +1213 +1214 +1214 +1215 +1215 +1216 +1216 +1217 +1217 +1218 +1218 +1219 +1219 +1220 +1220 +1221 +1221 +1222 +1222 +1223 +1223 +1224 +1224 +1225 +1225 +1226 +1226 +1227 +1227 +1228 +1228 +1229 +1230 +1230 +1231 +1231 +1232 +1232 +1233 +1233 +1234 +1234 +1235 +1235 +1236 +1236 +1237 +1237 +1238 +1238 +1239 +1239 +1240 +1240 +1241 +1241 +1242 +1242 +1243 +1243 +1244 +1244 +1245 +1245 +1246 +1246 +1247 +1247 +1248 +1248 +1249 +1249 +1250 +1250 +1251 +1251 +1252 +1252 +1253 +1253 +1254 +1254 +1255 +1255 +1256 +1256 +1257 +1257 +1258 +1258 +1259 +1260 +1260 +1261 +1261 +1262 +1262 +1263 +1263 +1264 +1264 +1265 +1265 +1266 +1266 +1267 +1267 +1268 +1268 +1269 +1269 +1270 +1270 +1271 +1271 +1272 +1272 +1273 +1273 +1274 +1274 +1275 +1275 +1276 +1276 +1277 +1277 +1278 +1278 +1279 +1279 +1280 +1280 +1281 +1281 +1282 +1282 +1283 +1283 +1284 +1284 +1285 +1285 +1286 +1286 +1287 +1287 +1288 +1288 +1289 +1290 +1290 +1291 +1291 +1292 +1292 +1293 +1293 +1294 +1294 +1295 +1295 +1296 +1296 +1297 +1297 +1298 +1298 +1299 +1299 +1300 +1300 +1301 +1301 +1302 +1302 +1303 +1303 +1304 +1304 +1305 +1305 +1306 +1306 +1307 +1307 +1308 +1308 +1309 +1309 +1310 +1310 +1311 +1311 +1312 +1312 +1313 +1313 +1314 +1314 +1315 +1315 +1316 +1316 +1317 +1317 +1318 +1318 +1319 +1320 +1320 +1321 +1321 +1322 +1322 +1323 +1323 +1324 +1324 +1325 +1325 +1326 +1326 +1327 +1327 +1328 +1328 +1329 +1329 +1330 +1330 +1331 +1331 +1332 +1332 +1333 +1333 +1334 +1334 +1335 +1335 +1336 +1336 +1337 +1337 +1338 +1338 +1339 +1339 +1340 +1340 +1341 +1341 +1342 +1342 +1343 +1343 +1344 +1344 +1345 +1345 +1346 +1346 +1347 +1347 +1348 +1348 +1349 +1350 +1350 +1351 +1351 +1352 +1352 +1353 +1353 +1354 +1354 +1355 +1355 +1356 +1356 +1357 +1357 +1358 +1358 +1359 +1359 +1360 +1360 +1361 +1361 +1362 +1362 +1363 +1363 +1364 +1364 +1365 +1365 +1366 +1366 +1367 +1367 +1368 +1368 +1369 +1369 +1370 +1370 +1371 +1371 +1372 +1372 +1373 +1373 +1374 +1374 +1375 +1375 +1376 +1376 +1377 +1377 +1378 +1378 +1379 +1380 +1380 +1381 +1381 +1382 +1382 +1383 +1383 +1384 +1384 +1385 +1385 +1386 +1386 +1387 +1387 +1388 +1388 +1389 +1389 +1390 +1390 +1391 +1391 +1392 +1392 +1393 +1393 +1394 +1394 +1395 +1395 +1396 +1396 +1397 +1397 +1398 +1398 +1399 +1399 +1400 +1400 +1401 +1401 +1402 +1402 +1403 +1403 +1404 +1404 +1405 +1405 +1406 +1406 +1407 +1407 +1408 +1408 +1409 +1410 +1410 +1411 +1411 +1412 +1412 +1413 +1413 +1414 +1414 +1415 +1415 +1416 +1416 +1417 +1417 +1418 +1418 +1419 +1419 +1420 +1420 +1421 +1421 +1422 +1422 +1423 +1423 +1424 +1424 +1425 +1425 +1426 +1426 +1427 +1427 +1428 +1428 +1429 +1429 +1430 +1430 +1431 +1431 +1432 +1432 +1433 +1433 +1434 +1434 +1435 +1435 +1436 +1436 +1437 +1437 +1438 +1438 +1439 +1440 +1440 +1441 +1441 +1442 +1442 +1443 +1443 +1444 +1444 +1445 +1445 +1446 +1446 +1447 +1447 +1448 +1448 +1449 +1449 +1450 +1450 +1451 +1451 +1452 +1452 +1453 +1453 +1454 +1454 +1455 +1455 +1456 +1456 +1457 +1457 +1458 +1458 +1459 +1459 +1460 +1460 +1461 +1461 +1462 +1462 +1463 +1463 +1464 +1464 +1465 +1465 +1466 +1466 +1467 +1467 +1468 +1468 +1469 +1470 +1470 +1471 +1471 +1472 +1472 +1473 +1473 +1474 +1474 +1475 +1475 +1476 +1476 +1477 +1477 +1478 +1478 +1479 +1479 +1480 +1480 +1481 +1481 +1482 +1482 +1483 +1483 +1484 +1484 +1485 +1485 +1486 +1486 +1487 +1487 +1488 +1488 +1489 +1489 +1490 +1490 +1491 +1491 +1492 +1492 +1493 +1493 +1494 +1494 +1495 +1495 +1496 +1496 +1497 +1497 +1498 +1498 +1499 +1500 +1500 +1501 +1501 +1502 +1502 +1503 +1503 +1504 +1504 +1505 +1505 +1506 +1506 +1507 +1507 +1508 +1508 +1509 +1509 +1510 +1510 +1511 +1511 +1512 +1512 +1513 +1513 +1514 +1514 +1515 +1515 +1516 +1516 +1517 +1517 +1518 +1518 +1519 +1519 +1520 +1520 +1521 +1521 +1522 +1522 +1523 +1523 +1524 +1524 +1525 +1525 +1526 +1526 +1527 +1527 +1528 +1528 +1529 +1530 +1530 +1531 +1531 +1532 +1532 +1533 +1533 +1534 +1534 +1535 +1535 +1536 +1536 +1537 +1537 +1538 +1538 +1539 +1539 +1540 +1540 +1541 +1541 +1542 +1542 +1543 +1543 +1544 +1544 +1545 +1545 +1546 +1546 +1547 +1547 +1548 +1548 +1549 +1549 +1550 +1550 +1551 +1551 +1552 +1552 +1553 +1553 +1554 +1554 +1555 +1555 +1556 +1556 +1557 +1557 +1558 +1558 +1559 +1560 +1560 +1561 +1561 +1562 +1562 +1563 +1563 +1564 +1564 +1565 +1565 +1566 +1566 +1567 +1567 +1568 +1568 +1569 +1569 +1570 +1570 +1571 +1571 +1572 +1572 +1573 +1573 +1574 +1574 +1575 +1575 +1576 +1576 +1577 +1577 +1578 +1578 +1579 +1579 +1580 +1580 +1581 +1581 +1582 +1582 +1583 +1583 +1584 +1584 +1585 +1585 +1586 +1586 +1587 +1587 +1588 +1588 +1589 +1590 +1590 +1591 +1591 +1592 +1592 +1593 +1593 +1594 +1594 +1595 +1595 +1596 +1596 +1597 +1597 +1598 +1598 +1599 +1599 +1600 +1600 +1601 +1601 +1602 +1602 +1603 +1603 +1604 +1604 +1605 +1605 +1606 +1606 +1607 +1607 +1608 +1608 +1609 +1609 +1610 +1610 +1611 +1611 +1612 +1612 +1613 +1613 +1614 +1614 +1615 +1615 +1616 +1616 +1617 +1617 +1618 +1618 +1619 +1620 +1620 +1621 +1621 +1622 +1622 +1623 +1623 +1624 +1624 +1625 +1625 +1626 +1626 +1627 +1627 +1628 +1628 +1629 +1629 +1630 +1630 +1631 +1631 +1632 +1632 +1633 +1633 +1634 +1634 +1635 +1635 +1636 +1636 +1637 +1637 +1638 +1638 +1639 +1639 +1640 +1640 +1641 +1641 +1642 +1642 +1643 +1643 +1644 +1644 +1645 +1645 +1646 +1646 +1647 +1647 +1648 +1648 +1649 +1650 +1650 +1651 +1651 +1652 +1652 +1653 +1653 +1654 +1654 +1655 +1655 +1656 +1656 +1657 +1657 +1658 +1658 +1659 +1659 +1660 +1660 +1661 +1661 +1662 +1662 +1663 +1663 +1664 +1664 +1665 +1665 +1666 +1666 +1667 +1667 +1668 +1668 +1669 +1669 +1670 +1670 +1671 +1671 +1672 +1672 +1673 +1673 +1674 +1674 +1675 +1675 +1676 +1676 +1677 +1677 +1678 +1678 +1679 +1680 +1680 +1681 +1681 +1682 +1682 +1683 +1683 +1684 +1684 +1685 +1685 +1686 +1686 +1687 +1687 +1688 +1688 +1689 +1689 +1690 +1690 +1691 +1691 +1692 +1692 +1693 +1693 +1694 +1694 +1695 +1695 +1696 +1696 +1697 +1697 +1698 +1698 +1699 +1699 +1700 +1700 +1701 +1701 +1702 +1702 +1703 +1703 +1704 +1704 +1705 +1705 +1706 +1706 +1707 +1707 +1708 +1708 +1709 +1710 +1710 +1711 +1711 +1712 +1712 +1713 +1713 +1714 +1714 +1715 +1715 +1716 +1716 +1717 +1717 +1718 +1718 +1719 +1719 +1720 +1720 +1721 +1721 +1722 +1722 +1723 +1723 +1724 +1724 +1725 +1725 +1726 +1726 +1727 +1727 +1728 +1728 +1729 +1729 +1730 +1730 +1731 +1731 +1732 +1732 +1733 +1733 +1734 +1734 +1735 +1735 +1736 +1736 +1737 +1737 +1738 +1738 +1739 +1740 +1740 +1741 +1741 +1742 +1742 +1743 +1743 +1744 +1744 +1745 +1745 +1746 +1746 +1747 +1747 +1748 +1748 +1749 +1749 +1750 +1750 +1751 +1751 +1752 +1752 +1753 +1753 +1754 +1754 +1755 +1755 +1756 +1756 +1757 +1757 +1758 +1758 +1759 +1759 +1760 +1760 +1761 +1761 +1762 +1762 +1763 +1763 +1764 +1764 +1765 +1765 +1766 +1766 +1767 +1767 +1768 +1768 +1769 +1770 +1770 +1771 +1771 +1772 +1772 +1773 +1773 +1774 +1774 +1775 +1775 +1776 +1776 +1777 +1777 +1778 +1778 +1779 +1779 +1780 +1780 +1781 +1781 +1782 +1782 +1783 +1783 +1784 +1784 +1785 +1785 +1786 +1786 +1787 +1787 +1788 +1788 +1789 +1789 +1790 +1790 +1791 +1791 +1792 +1792 +1793 +1793 +1794 +1794 +1795 +1795 +1796 +1796 +1797 +1797 +1798 +1798 +1799 +1800 +1800 +1801 +1801 +1802 +1802 +1803 +1803 +1804 +1804 +1805 +1805 +1806 +1806 +1807 +1807 +1808 +1808 +1809 +1809 +1810 +1810 +1811 +1811 +1812 +1812 +1813 +1813 +1814 +1814 +1815 +1815 +1816 +1816 +1817 +1817 +1818 +1818 +1819 +1819 +1820 +1820 +1821 +1821 +1822 +1822 +1823 +1823 +1824 +1824 +1825 +1825 +1826 +1826 +1827 +1827 +1828 +1828 +1829 +1830 +1830 +1831 +1831 +1832 +1832 +1833 +1833 +1834 +1834 +1835 +1835 +1836 +1836 +1837 +1837 +1838 +1838 +1839 +1839 +1840 +1840 +1841 +1841 +1842 +1842 +1843 +1843 +1844 +1844 +1845 +1845 +1846 +1846 +1847 +1847 +1848 +1848 +1849 +1849 +1850 +1850 +1851 +1851 +1852 +1852 +1853 +1853 +1854 +1854 +1855 +1855 +1856 +1856 +1857 +1857 +1858 +1858 +1859 +1860 +1860 +1861 +1861 +1862 +1862 +1863 +1863 +1864 +1864 +1865 +1865 +1866 +1866 +1867 +1867 +1868 +1868 +1869 +1869 +1870 +1870 +1871 +1871 +1872 +1872 +1873 +1873 +1874 +1874 +1875 +1875 +1876 +1876 +1877 +1877 +1878 +1878 +1879 +1879 +1880 +1880 +1881 +1881 +1882 +1882 +1883 +1883 +1884 +1884 +1885 +1885 +1886 +1886 +1887 +1887 +1888 +1888 +1889 +1890 +1890 +1891 +1891 +1892 +1892 +1893 +1893 +1894 +1894 +1895 +1895 +1896 +1896 +1897 +1897 +1898 +1898 +1899 +1899 +1900 +1900 +1901 +1901 +1902 +1902 +1903 +1903 +1904 +1904 +1905 +1905 +1906 +1906 +1907 +1907 +1908 +1908 +1909 +1909 +1910 +1910 +1911 +1911 +1912 +1912 +1913 +1913 +1914 +1914 +1915 +1915 +1916 +1916 +1917 +1917 +1918 +1918 +1919 +1920 +1920 +1921 +1921 +1922 +1922 +1923 +1923 +1924 +1924 +1925 +1925 +1926 +1926 +1927 +1927 +1928 +1928 +1929 +1929 +1930 +1930 +1931 +1931 +1932 +1932 +1933 +1933 +1934 +1934 +1935 +1935 +1936 +1936 +1937 +1937 +1938 +1938 +1939 +1939 +1940 +1940 +1941 +1941 +1942 +1942 +1943 +1943 +1944 +1944 +1945 +1945 +1946 +1946 +1947 +1947 +1948 +1948 +1949 +1950 +1950 +1951 +1951 +1952 +1952 +1953 +1953 +1954 +1954 +1955 +1955 +1956 +1956 +1957 +1957 +1958 +1958 +1959 +1959 +1960 +1960 +1961 +1961 +1962 +1962 +1963 +1963 +1964 +1964 +1965 +1965 +1966 +1966 +1967 +1967 +1968 +1968 +1969 +1969 +1970 +1970 +1971 +1971 +1972 +1972 +1973 +1973 +1974 +1974 +1975 +1975 +1976 +1976 +1977 +1977 +1978 +1978 +1979 +1980 +1980 +1981 +1981 +1982 +1982 +1983 +1983 +1984 +1984 +1985 +1985 +1986 +1986 +1987 +1987 +1988 +1988 +1989 +1989 +1990 +1990 +1991 +1991 +1992 +1992 +1993 +1993 +1994 +1994 +1995 +1995 +1996 +1996 +1997 +1997 +1998 +1998 +1999 +1999 +2000 +2000 +2001 +2001 +2002 +2002 +2003 +2003 +2004 +2004 +2005 +2005 +2006 +2006 +2007 +2007 +2008 +2008 +2009 +2010 +2010 +2011 +2011 +2012 +2012 +2013 +2013 +2014 +2014 +2015 +2015 +2016 +2016 +2017 +2017 +2018 +2018 +2019 +2019 +2020 +2020 +2021 +2021 +2022 +2022 +2023 +2023 +2024 +2024 +2025 +2025 +2026 +2026 +2027 +2027 +2028 +2028 +2029 +2029 +2030 +2030 +2031 +2031 +2032 +2032 +2033 +2033 +2034 +2034 +2035 +2035 +2036 +2036 +2037 +2037 +2038 +2038 +2039 +2040 +2040 +2041 +2041 +2042 +2042 +2043 +2043 +2044 +2044 +2045 +2045 +2046 +2046 +2047 +2047 +2048 +2048 +2049 +2049 +2050 +2050 +2051 +2051 +2052 +2052 +2053 +2053 +2054 +2054 +2055 +2055 +2056 +2056 +2057 +2057 +2058 +2058 +2059 +2059 +2060 +2060 +2061 +2061 +2062 +2062 +2063 +2063 +2064 +2064 +2065 +2065 +2066 +2066 +2067 +2067 +2068 +2068 +2069 +2070 +2070 +2071 +2071 +2072 +2072 +2073 +2073 +2074 +2074 +2075 +2075 +2076 +2076 +2077 +2077 +2078 +2078 +2079 +2079 +2080 +2080 +2081 +2081 +2082 +2082 +2083 +2083 +2084 +2084 +2085 +2085 +2086 +2086 +2087 +2087 +2088 +2088 +2089 +2089 +2090 +2090 +2091 +2091 +2092 +2092 +2093 +2093 +2094 +2094 +2095 +2095 +2096 +2096 +2097 +2097 +2098 +2098 +2099 +2100 +2100 +2101 +2101 +2102 +2102 +2103 +2103 +2104 +2104 +2105 +2105 +2106 +2106 +2107 +2107 +2108 +2108 +2109 +2109 +2110 +2110 +2111 +2111 +2112 +2112 +2113 +2113 +2114 +2114 +2115 +2115 +2116 +2116 +2117 +2117 +2118 +2118 +2119 +2119 +2120 +2120 +2121 +2121 +2122 +2122 +2123 +2123 +2124 +2124 +2125 +2125 +2126 +2126 +2127 +2127 +2128 +2128 +2129 +2130 +2130 +2131 +2131 +2132 +2132 +2133 +2133 +2134 +2134 +2135 +2135 +2136 +2136 +2137 +2137 +2138 +2138 +2139 +2139 +2140 +2140 +2141 +2141 +2142 +2142 +2143 +2143 +2144 +2144 +2145 +2145 +2146 +2146 +2147 +2147 +2148 +2148 +2149 +2149 +2150 +2150 +2151 +2151 +2152 +2152 +2153 +2153 +2154 +2154 +2155 +2155 +2156 +2156 +2157 +2157 +2158 +2158 +2159 +2160 +2160 +2161 +2161 +2162 +2162 +2163 +2163 +2164 +2164 +2165 +2165 +2166 +2166 +2167 +2167 +2168 +2168 +2169 +2169 +2170 +2170 +2171 +2171 +2172 +2172 +2173 +2173 +2174 +2174 +2175 +2175 +2176 +2176 +2177 +2177 +2178 +2178 +2179 +2179 +2180 +2180 +2181 +2181 +2182 +2182 +2183 +2183 +2184 +2184 +2185 +2185 +2186 +2186 +2187 +2187 +2188 +2188 +2189 +2190 +2190 +2191 +2191 +2192 +2192 +2193 +2193 +2194 +2194 +2195 +2195 +2196 +2196 +2197 +2197 +2198 +2198 +2199 +2199 +2200 +2200 +2201 +2201 +2202 +2202 +2203 +2203 +2204 +2204 +2205 +2205 +2206 +2206 +2207 +2207 +2208 +2208 +2209 +2209 +2210 +2210 +2211 +2211 +2212 +2212 +2213 +2213 +2214 +2214 +2215 +2215 +2216 +2216 +2217 +2217 +2218 +2218 +2219 +2220 +2220 +2221 +2221 +2222 +2222 +2223 +2223 +2224 +2224 +2225 +2225 +2226 +2226 +2227 +2227 +2228 +2228 +2229 +2229 +2230 +2230 +2231 +2231 +2232 +2232 +2233 +2233 +2234 +2234 +2235 +2235 +2236 +2236 +2237 +2237 +2238 +2238 +2239 +2239 +2240 +2240 +2241 +2241 +2242 +2242 +2243 +2243 +2244 +2244 +2245 +2245 +2246 +2246 +2247 +2247 +2248 +2248 +2249 +2250 +2250 +2251 +2251 +2252 +2252 +2253 +2253 +2254 +2254 +2255 +2255 +2256 +2256 +2257 +2257 +2258 +2258 +2259 +2259 +2260 +2260 +2261 +2261 +2262 +2262 +2263 +2263 +2264 +2264 +2265 +2265 +2266 +2266 +2267 +2267 +2268 +2268 +2269 +2269 +2270 +2270 +2271 +2271 +2272 +2272 +2273 +2273 +2274 +2274 +2275 +2275 +2276 +2276 +2277 +2277 +2278 +2278 +2279 +2280 +2280 +2281 +2281 +2282 +2282 +2283 +2283 +2284 +2284 +2285 +2285 +2286 +2286 +2287 +2287 +2288 +2288 +2289 +2289 +2290 +2290 +2291 +2291 +2292 +2292 +2293 +2293 +2294 +2294 +2295 +2295 +2296 +2296 +2297 +2297 +2298 +2298 +2299 +2299 +2300 +2300 +2301 +2301 +2302 +2302 +2303 +2303 +2304 +2304 +2305 +2305 +2306 +2306 +2307 +2307 +2308 +2308 +2309 +2310 +2310 +2311 +2311 +2312 +2312 +2313 +2313 +2314 +2314 +2315 +2315 +2316 +2316 +2317 +2317 +2318 +2318 +2319 +2319 +2320 +2320 +2321 +2321 +2322 +2322 +2323 +2323 +2324 +2324 +2325 +2325 +2326 +2326 +2327 +2327 +2328 +2328 +2329 +2329 +2330 +2330 +2331 +2331 +2332 +2332 +2333 +2333 +2334 +2334 +2335 +2335 +2336 +2336 +2337 +2337 +2338 +2338 +2339 +2340 +2340 +2341 +2341 +2342 +2342 +2343 +2343 +2344 +2344 +2345 +2345 +2346 +2346 +2347 +2347 +2348 +2348 +2349 +2349 +2350 +2350 +2351 +2351 +2352 +2352 +2353 +2353 +2354 +2354 +2355 +2355 +2356 +2356 +2357 +2357 +2358 +2358 +2359 +2359 +2360 +2360 +2361 +2361 +2362 +2362 +2363 +2363 +2364 +2364 +2365 +2365 +2366 +2366 +2367 +2367 +2368 +2368 +2369 +2370 +2370 +2371 +2371 +2372 +2372 +2373 +2373 +2374 +2374 +2375 +2375 +2376 +2376 +2377 +2377 +2378 +2378 +2379 +2379 +2380 +2380 +2381 +2381 +2382 +2382 +2383 +2383 +2384 +2384 +2385 +2385 +2386 +2386 +2387 +2387 +2388 +2388 +2389 +2389 +2390 +2390 +2391 +2391 +2392 +2392 +2393 +2393 +2394 +2394 +2395 +2395 +2396 +2396 +2397 +2397 +2398 +2398 +2399 +2400 +2400 +2401 +2401 +2402 +2402 +2403 +2403 +2404 +2404 +2405 +2405 +2406 +2406 +2407 +2407 +2408 +2408 +2409 +2409 +2410 +2410 +2411 +2411 +2412 +2412 +2413 +2413 +2414 +2414 +2415 +2415 +2416 +2416 +2417 +2417 +2418 +2418 +2419 +2419 +2420 +2420 +2421 +2421 +2422 +2422 +2423 +2423 +2424 +2424 +2425 +2425 +2426 +2426 +2427 +2427 +2428 +2428 +2429 +2430 +2430 +2431 +2431 +2432 +2432 +2433 +2433 +2434 +2434 +2435 +2435 +2436 +2436 +2437 +2437 +2438 +2438 +2439 +2439 +2440 +2440 +2441 +2441 +2442 +2442 +2443 +2443 +2444 +2444 +2445 +2445 +2446 +2446 +2447 +2447 +2448 +2448 +2449 +2449 +2450 +2450 +2451 +2451 +2452 +2452 +2453 +2453 +2454 +2454 +2455 +2455 +2456 +2456 +2457 +2457 +2458 +2458 +2459 +2460 +2460 +2461 +2461 +2462 +2462 +2463 +2463 +2464 +2464 +2465 +2465 +2466 +2466 +2467 +2467 +2468 +2468 +2469 +2469 +2470 +2470 +2471 +2471 +2472 +2472 +2473 +2473 +2474 +2474 +2475 +2475 +2476 +2476 +2477 +2477 +2478 +2478 +2479 +2479 +2480 +2480 +2481 +2481 +2482 +2482 +2483 +2483 +2484 +2484 +2485 +2485 +2486 +2486 +2487 +2487 +2488 +2488 +2489 +2490 +2490 +2491 +2491 +2492 +2492 +2493 +2493 +2494 +2494 +2495 +2495 +2496 +2496 +2497 +2497 +2498 +2498 +2499 +2499 +2500 +2500 +2501 +2501 +2502 +2502 +2503 +2503 +2504 +2504 +2505 +2505 +2506 +2506 +2507 +2507 +2508 +2508 +2509 +2509 +2510 +2510 +2511 +2511 +2512 +2512 +2513 +2513 +2514 +2514 +2515 +2515 +2516 +2516 +2517 +2517 +2518 +2518 +2519 +2520 +2520 +2521 +2521 +2522 +2522 +2523 +2523 +2524 +2524 +2525 +2525 +2526 +2526 +2527 +2527 +2528 +2528 +2529 +2529 +2530 +2530 +2531 +2531 +2532 +2532 +2533 +2533 +2534 +2534 +2535 +2535 +2536 +2536 +2537 +2537 +2538 +2538 +2539 +2539 +2540 +2540 +2541 +2541 +2542 +2542 +2543 +2543 +2544 +2544 +2545 +2545 +2546 +2546 +2547 +2547 +2548 +2548 +2549 +2550 +2550 +2551 +2551 +2552 +2552 +2553 +2553 +2554 +2554 +2555 +2555 +2556 +2556 +2557 +2557 +2558 +2558 +2559 +2559 +2560 +2560 +2561 +2561 +2562 +2562 +2563 +2563 +2564 +2564 +2565 +2565 +2566 +2566 +2567 +2567 +2568 +2568 +2569 +2569 +2570 +2570 +2571 +2571 +2572 +2572 +2573 +2573 +2574 +2574 +2575 +2575 +2576 +2576 +2577 +2577 +2578 +2578 +2579 +2580 +2580 +2581 +2581 +2582 +2582 +2583 +2583 +2584 +2584 +2585 +2585 +2586 +2586 +2587 +2587 +2588 +2588 +2589 +2589 +2590 +2590 +2591 +2591 +2592 +2592 +2593 +2593 +2594 +2594 +2595 +2595 +2596 +2596 +2597 +2597 +2598 +2598 +2599 +2599 +2600 +2600 +2601 +2601 +2602 +2602 +2603 +2603 +2604 +2604 +2605 +2605 +2606 +2606 +2607 +2607 +2608 +2608 +2609 +2610 +2610 +2611 +2611 +2612 +2612 +2613 +2613 +2614 +2614 +2615 +2615 +2616 +2616 +2617 +2617 +2618 +2618 +2619 +2619 +2620 +2620 +2621 +2621 +2622 +2622 +2623 +2623 +2624 +2624 +2625 +2625 +2626 +2626 +2627 +2627 +2628 +2628 +2629 +2629 +2630 +2630 +2631 +2631 +2632 +2632 +2633 +2633 +2634 +2634 +2635 +2635 +2636 +2636 +2637 +2637 +2638 +2638 +2639 +2640 +2640 +2641 +2641 +2642 +2642 +2643 +2643 +2644 +2644 +2645 +2645 +2646 +2646 +2647 +2647 +2648 +2648 +2649 +2649 +2650 +2650 +2651 +2651 +2652 +2652 +2653 +2653 +2654 +2654 +2655 +2655 +2656 +2656 +2657 +2657 +2658 +2658 +2659 +2659 +2660 +2660 +2661 +2661 +2662 +2662 +2663 +2663 +2664 +2664 +2665 +2665 +2666 +2666 +2667 +2667 +2668 +2668 +2669 +2670 +2670 +2671 +2671 +2672 +2672 +2673 +2673 +2674 +2674 +2675 +2675 +2676 +2676 +2677 +2677 +2678 +2678 +2679 +2679 +2680 +2680 +2681 +2681 +2682 +2682 +2683 +2683 +2684 +2684 +2685 +2685 +2686 +2686 +2687 +2687 +2688 +2688 +2689 +2689 +2690 +2690 +2691 +2691 +2692 +2692 +2693 +2693 +2694 +2694 +2695 +2695 +2696 +2696 +2697 +2697 +2698 +2698 +2699 +2700 +2700 +2701 +2701 +2702 +2702 +2703 +2703 +2704 +2704 +2705 +2705 +2706 +2706 +2707 +2707 +2708 +2708 +2709 +2709 +2710 +2710 +2711 +2711 +2712 +2712 +2713 +2713 +2714 +2714 +2715 +2715 +2716 +2716 +2717 +2717 +2718 +2718 +2719 +2719 +2720 +2720 +2721 +2721 +2722 +2722 +2723 +2723 +2724 +2724 +2725 +2725 +2726 +2726 +2727 +2727 +2728 +2728 +2729 +2730 +2730 +2731 +2731 +2732 +2732 +2733 +2733 +2734 +2734 +2735 +2735 +2736 +2736 +2737 +2737 +2738 +2738 +2739 +2739 +2740 +2740 +2741 +2741 +2742 +2742 +2743 +2743 +2744 +2744 +2745 +2745 +2746 +2746 +2747 +2747 +2748 +2748 +2749 +2749 +2750 +2750 +2751 +2751 +2752 +2752 +2753 +2753 +2754 +2754 +2755 +2755 +2756 +2756 +2757 +2757 +2758 +2758 +2759 +2760 +2760 +2761 +2761 +2762 +2762 +2763 +2763 +2764 +2764 +2765 +2765 +2766 +2766 +2767 +2767 +2768 +2768 +2769 +2769 +2770 +2770 +2771 +2771 +2772 +2772 +2773 +2773 +2774 +2774 +2775 +2775 +2776 +2776 +2777 +2777 +2778 +2778 +2779 +2779 +2780 +2780 +2781 +2781 +2782 +2782 +2783 +2783 +2784 +2784 +2785 +2785 +2786 +2786 +2787 +2787 +2788 +2788 +2789 +2790 +2790 +2791 +2791 +2792 +2792 +2793 +2793 +2794 +2794 +2795 +2795 +2796 +2796 +2797 +2797 +2798 +2798 +2799 +2799 +2800 +2800 +2801 +2801 +2802 +2802 +2803 +2803 +2804 +2804 +2805 +2805 +2806 +2806 +2807 +2807 +2808 +2808 +2809 +2809 +2810 +2810 +2811 +2811 +2812 +2812 +2813 +2813 +2814 +2814 +2815 +2815 +2816 +2816 +2817 +2817 +2818 +2818 +2819 +2820 +2820 +2821 +2821 +2822 +2822 +2823 +2823 +2824 +2824 +2825 +2825 +2826 +2826 +2827 +2827 +2828 +2828 +2829 +2829 +2830 +2830 +2831 +2831 +2832 +2832 +2833 +2833 +2834 +2834 +2835 +2835 +2836 +2836 +2837 +2837 +2838 +2838 +2839 +2839 +2840 +2840 +2841 +2841 +2842 +2842 +2843 +2843 +2844 +2844 +2845 +2845 +2846 +2846 +2847 +2847 +2848 +2848 +2849 +2850 +2850 +2851 +2851 +2852 +2852 +2853 +2853 +2854 +2854 +2855 +2855 +2856 +2856 +2857 +2857 +2858 +2858 +2859 +2859 +2860 +2860 +2861 +2861 +2862 +2862 +2863 +2863 +2864 +2864 +2865 +2865 +2866 +2866 +2867 +2867 +2868 +2868 +2869 +2869 +2870 +2870 +2871 +2871 +2872 +2872 +2873 +2873 +2874 +2874 +2875 +2875 +2876 +2876 +2877 +2877 +2878 +2878 +2879 +2880 +2880 +2881 +2881 +2882 +2882 +2883 +2883 +2884 +2884 +2885 +2885 +2886 +2886 +2887 +2887 +2888 +2888 +2889 +2889 +2890 +2890 +2891 +2891 +2892 +2892 +2893 +2893 +2894 +2894 +2895 +2895 +2896 +2896 +2897 +2897 +2898 +2898 +2899 +2899 +2900 +2900 +2901 +2901 +2902 +2902 +2903 +2903 +2904 +2904 +2905 +2905 +2906 +2906 +2907 +2907 +2908 +2908 +2909 +2910 +2910 +2911 +2911 +2912 +2912 +2913 +2913 +2914 +2914 +2915 +2915 +2916 +2916 +2917 +2917 +2918 +2918 +2919 +2919 +2920 +2920 +2921 +2921 +2922 +2922 +2923 +2923 +2924 +2924 +2925 +2925 +2926 +2926 +2927 +2927 +2928 +2928 +2929 +2929 +2930 +2930 +2931 +2931 +2932 +2932 +2933 +2933 +2934 +2934 +2935 +2935 +2936 +2936 +2937 +2937 +2938 +2938 +2939 +2940 +2940 +2941 +2941 +2942 +2942 +2943 +2943 +2944 +2944 +2945 +2945 +2946 +2946 +2947 +2947 +2948 +2948 +2949 +2949 +2950 +2950 +2951 +2951 +2952 +2952 +2953 +2953 +2954 +2954 +2955 +2955 +2956 +2956 +2957 +2957 +2958 +2958 +2959 +2959 +2960 +2960 +2961 +2961 +2962 +2962 +2963 +2963 +2964 +2964 +2965 +2965 +2966 +2966 +2967 +2967 +2968 +2968 +2969 +2970 +2970 +2971 +2971 +2972 +2972 +2973 +2973 +2974 +2974 +2975 +2975 +2976 +2976 +2977 +2977 +2978 +2978 +2979 +2979 +2980 +2980 +2981 +2981 +2982 +2982 +2983 +2983 +2984 +2984 +2985 +2985 +2986 +2986 +2987 +2987 +2988 +2988 +2989 +2989 +2990 +2990 +2991 +2991 +2992 +2992 +2993 +2993 +2994 +2994 +2995 +2995 +2996 +2996 +2997 +2997 +2998 +2998 +2999 +3000 +3000 +3001 +3001 +3002 +3002 +3003 +3003 +3004 +3004 +3005 +3005 +3006 +3006 +3007 +3007 +3008 +3008 +3009 +3009 +3010 +3010 +3011 +3011 +3012 +3012 +3013 +3013 +3014 +3014 +3015 +3015 +3016 +3016 +3017 +3017 +3018 +3018 +3019 +3019 +3020 +3020 +3021 +3021 +3022 +3022 +3023 +3023 +3024 +3024 +3025 +3025 +3026 +3026 +3027 +3027 +3028 +3028 +3029 +3030 +3030 +3031 +3031 +3032 +3032 +3033 +3033 +3034 +3034 +3035 +3035 +3036 +3036 +3037 +3037 +3038 +3038 +3039 +3039 +3040 +3040 +3041 +3041 +3042 +3042 +3043 +3043 +3044 +3044 +3045 +3045 +3046 +3046 +3047 +3047 +3048 +3048 +3049 +3049 +3050 +3050 +3051 +3051 +3052 +3052 +3053 +3053 +3054 +3054 +3055 +3055 +3056 +3056 +3057 +3057 +3058 +3058 +3059 +3060 +3060 +3061 +3061 +3062 +3062 +3063 +3063 +3064 +3064 +3065 +3065 +3066 +3066 +3067 +3067 +3068 +3068 +3069 +3069 +3070 +3070 +3071 +3071 +3072 +3072 +3073 +3073 +3074 +3074 +3075 +3075 +3076 +3076 +3077 +3077 +3078 +3078 +3079 +3079 +3080 +3080 +3081 +3081 +3082 +3082 +3083 +3083 +3084 +3084 +3085 +3085 +3086 +3086 +3087 +3087 +3088 +3088 +3089 +3090 +3090 +3091 +3091 +3092 +3092 +3093 +3093 +3094 +3094 +3095 +3095 +3096 +3096 +3097 +3097 +3098 +3098 +3099 +3099 +3100 +3100 +3101 +3101 +3102 +3102 +3103 +3103 +3104 +3104 +3105 +3105 +3106 +3106 +3107 +3107 +3108 +3108 +3109 +3109 +3110 +3110 +3111 +3111 +3112 +3112 +3113 +3113 +3114 +3114 +3115 +3115 +3116 +3116 +3117 +3117 +3118 +3118 +3119 +3120 +3120 +3121 +3121 +3122 +3122 +3123 +3123 +3124 +3124 +3125 +3125 +3126 +3126 +3127 +3127 +3128 +3128 +3129 +3129 +3130 +3130 +3131 +3131 +3132 +3132 +3133 +3133 +3134 +3134 +3135 +3135 +3136 +3136 +3137 +3137 +3138 +3138 +3139 +3139 +3140 +3140 +3141 +3141 +3142 +3142 +3143 +3143 +3144 +3144 +3145 +3145 +3146 +3146 +3147 +3147 +3148 +3148 +3149 +3150 +3150 +3151 +3151 +3152 +3152 +3153 +3153 +3154 +3154 +3155 +3155 +3156 +3156 +3157 +3157 +3158 +3158 +3159 +3159 +3160 +3160 +3161 +3161 +3162 +3162 +3163 +3163 +3164 +3164 +3165 +3165 +3166 +3166 +3167 +3167 +3168 +3168 +3169 +3169 +3170 +3170 +3171 +3171 +3172 +3172 +3173 +3173 +3174 +3174 +3175 +3175 +3176 +3176 +3177 +3177 +3178 +3178 +3179 +3180 +3180 +3181 +3181 +3182 +3182 +3183 +3183 +3184 +3184 +3185 +3185 +3186 +3186 +3187 +3187 +3188 +3188 +3189 +3189 +3190 +3190 +3191 +3191 +3192 +3192 +3193 +3193 +3194 +3194 +3195 +3195 +3196 +3196 +3197 +3197 +3198 +3198 +3199 +3199 +3200 +3200 +3201 +3201 +3202 +3202 +3203 +3203 +3204 +3204 +3205 +3205 +3206 +3206 +3207 +3207 +3208 +3208 +3209 +3210 +3210 +3211 +3211 +3212 +3212 +3213 +3213 +3214 +3214 +3215 +3215 +3216 +3216 +3217 +3217 +3218 +3218 +3219 +3219 +3220 +3220 +3221 +3221 +3222 +3222 +3223 +3223 +3224 +3224 +3225 +3225 +3226 +3226 +3227 +3227 +3228 +3228 +3229 +3229 +3230 +3230 +3231 +3231 +3232 +3232 +3233 +3233 +3234 +3234 +3235 +3235 +3236 +3236 +3237 +3237 +3238 +3238 +3239 +3240 +3240 +3241 +3241 +3242 +3242 +3243 +3243 +3244 +3244 +3245 +3245 +3246 +3246 +3247 +3247 +3248 +3248 +3249 +3249 +3250 +3250 +3251 +3251 +3252 +3252 +3253 +3253 +3254 +3254 +3255 +3255 +3256 +3256 +3257 +3257 +3258 +3258 +3259 +3259 +3260 +3260 +3261 +3261 +3262 +3262 +3263 +3263 +3264 +3264 +3265 +3265 +3266 +3266 +3267 +3267 +3268 +3268 +3269 +3270 +3270 +3271 +3271 +3272 +3272 +3273 +3273 +3274 +3274 +3275 +3275 +3276 +3276 +3277 +3277 +3278 +3278 +3279 +3279 +3280 +3280 +3281 +3281 +3282 +3282 +3283 +3283 +3284 +3284 +3285 +3285 +3286 +3286 +3287 +3287 +3288 +3288 +3289 +3289 +3290 +3290 +3291 +3291 +3292 +3292 +3293 +3293 +3294 +3294 +3295 +3295 +3296 +3296 +3297 +3297 +3298 +3298 +3299 +3300 +3300 +3301 +3301 +3302 +3302 +3303 +3303 +3304 +3304 +3305 +3305 +3306 +3306 +3307 +3307 +3308 +3308 +3309 +3309 +3310 +3310 +3311 +3311 +3312 +3312 +3313 +3313 +3314 +3314 +3315 +3315 +3316 +3316 +3317 +3317 +3318 +3318 +3319 +3319 +3320 +3320 +3321 +3321 +3322 +3322 +3323 +3323 +3324 +3324 +3325 +3325 +3326 +3326 +3327 +3327 +3328 +3328 +3329 +3330 +3330 +3331 +3331 +3332 +3332 +3333 +3333 +3334 +3334 +3335 +3335 +3336 +3336 +3337 +3337 +3338 +3338 +3339 +3339 +3340 +3340 +3341 +3341 +3342 +3342 +3343 +3343 +3344 +3344 +3345 +3345 +3346 +3346 +3347 +3347 +3348 +3348 +3349 +3349 +3350 +3350 +3351 +3351 +3352 +3352 +3353 +3353 +3354 +3354 +3355 +3355 +3356 +3356 +3357 +3357 +3358 +3358 +3359 +3360 +3360 +3361 +3361 +3362 +3362 +3363 +3363 +3364 +3364 +3365 +3365 +3366 +3366 +3367 +3367 +3368 +3368 +3369 +3369 +3370 +3370 +3371 +3371 +3372 +3372 +3373 +3373 +3374 +3374 +3375 +3375 +3376 +3376 +3377 +3377 +3378 +3378 +3379 +3379 +3380 +3380 +3381 +3381 +3382 +3382 +3383 +3383 +3384 +3384 +3385 +3385 +3386 +3386 +3387 +3387 +3388 +3388 +3389 +3390 +3390 +3391 +3391 +3392 +3392 +3393 +3393 +3394 +3394 +3395 +3395 +3396 +3396 +3397 +3397 +3398 +3398 +3399 +3399 +3400 +3400 +3401 +3401 +3402 +3402 +3403 +3403 +3404 +3404 +3405 +3405 +3406 +3406 +3407 +3407 +3408 +3408 +3409 +3409 +3410 +3410 +3411 +3411 +3412 +3412 +3413 +3413 +3414 +3414 +3415 +3415 +3416 +3416 +3417 +3417 +3418 +3418 +3419 +3420 +3420 +3421 +3421 +3422 +3422 +3423 +3423 +3424 +3424 +3425 +3425 +3426 +3426 +3427 +3427 +3428 +3428 +3429 +3429 +3430 +3430 +3431 +3431 +3432 +3432 +3433 +3433 +3434 +3434 +3435 +3435 +3436 +3436 +3437 +3437 +3438 +3438 +3439 +3439 +3440 +3440 +3441 +3441 +3442 +3442 +3443 +3443 +3444 +3444 +3445 +3445 +3446 +3446 +3447 +3447 +3448 +3448 +3449 +3450 +3450 +3451 +3451 +3452 +3452 +3453 +3453 +3454 +3454 +3455 +3455 +3456 +3456 +3457 +3457 +3458 +3458 +3459 +3459 +3460 +3460 +3461 +3461 +3462 +3462 +3463 +3463 +3464 +3464 +3465 +3465 +3466 +3466 +3467 +3467 +3468 +3468 +3469 +3469 +3470 +3470 +3471 +3471 +3472 +3472 +3473 +3473 +3474 +3474 +3475 +3475 +3476 +3476 +3477 +3477 +3478 +3478 +3479 +3480 +3480 +3481 +3481 +3482 +3482 +3483 +3483 +3484 +3484 +3485 +3485 +3486 +3486 +3487 +3487 +3488 +3488 +3489 +3489 +3490 +3490 +3491 +3491 +3492 +3492 +3493 +3493 +3494 +3494 +3495 +3495 +3496 +3496 +3497 +3497 +3498 +3498 +3499 +3499 +3500 +3500 +3501 +3501 +3502 +3502 +3503 +3503 +3504 +3504 +3505 +3505 +3506 +3506 +3507 +3507 +3508 +3508 +3509 +3510 +3510 +3511 +3511 +3512 +3512 +3513 +3513 +3514 +3514 +3515 +3515 +3516 +3516 +3517 +3517 +3518 +3518 +3519 +3519 +3520 +3520 +3521 +3521 +3522 +3522 +3523 +3523 +3524 +3524 +3525 +3525 +3526 +3526 +3527 +3527 +3528 +3528 +3529 +3529 +3530 +3530 +3531 +3531 +3532 +3532 +3533 +3533 +3534 +3534 +3535 +3535 +3536 +3536 +3537 +3537 +3538 +3538 +3539 +3540 +3540 +3541 +3541 +3542 +3542 +3543 +3543 +3544 +3544 +3545 +3545 +3546 +3546 +3547 +3547 +3548 +3548 +3549 +3549 +3550 +3550 +3551 +3551 +3552 +3552 +3553 +3553 +3554 +3554 +3555 +3555 +3556 +3556 +3557 +3557 +3558 +3558 +3559 +3559 +3560 +3560 +3561 +3561 +3562 +3562 +3563 +3563 +3564 +3564 +3565 +3565 +3566 +3566 +3567 +3567 +3568 +3568 +3569 +3570 +3570 +3571 +3571 +3572 +3572 +3573 +3573 +3574 +3574 +3575 +3575 +3576 +3576 +3577 +3577 +3578 +3578 +3579 +3579 +3580 +3580 +3581 +3581 +3582 +3582 +3583 +3583 +3584 +3584 +3585 +3585 +3586 +3586 +3587 +3587 +3588 +3588 +3589 +3589 +3590 +3590 +3591 +3591 +3592 +3592 +3593 +3593 +3594 +3594 +3595 +3595 +3596 +3596 +3597 +3597 +3598 +3598 +3599 +3600 +3600 +3601 +3601 +3602 +3602 +3603 +3603 +3604 +3604 +3605 +3605 +3606 +3606 +3607 +3607 +3608 +3608 +3609 +3609 +3610 +3610 +3611 +3611 +3612 +3612 +3613 +3613 +3614 +3614 +3615 +3615 +3616 +3616 +3617 +3617 +3618 +3618 +3619 +3619 +3620 +3620 +3621 +3621 +3622 +3622 +3623 +3623 +3624 +3624 +3625 +3625 +3626 +3626 +3627 +3627 +3628 +3628 +3629 +3630 +3630 +3631 +3631 +3632 +3632 +3633 +3633 +3634 +3634 +3635 +3635 +3636 +3636 +3637 +3637 +3638 +3638 +3639 +3639 +3640 +3640 +3641 +3641 +3642 +3642 +3643 +3643 +3644 +3644 +3645 +3645 +3646 +3646 +3647 +3647 +3648 +3648 +3649 +3649 +3650 +3650 +3651 +3651 +3652 +3652 +3653 +3653 +3654 +3654 +3655 +3655 +3656 +3656 +3657 +3657 +3658 +3658 +3659 +3660 +3660 +3661 +3661 +3662 +3662 +3663 +3663 +3664 +3664 +3665 +3665 +3666 +3666 +3667 +3667 +3668 +3668 +3669 +3669 +3670 +3670 +3671 +3671 +3672 +3672 +3673 +3673 +3674 +3674 +3675 +3675 +3676 +3676 +3677 +3677 +3678 +3678 +3679 +3679 +3680 +3680 +3681 +3681 +3682 +3682 +3683 +3683 +3684 +3684 +3685 +3685 +3686 +3686 +3687 +3687 +3688 +3688 +3689 +3690 +3690 +3691 +3691 +3692 +3692 +3693 +3693 +3694 +3694 +3695 +3695 +3696 +3696 +3697 +3697 +3698 +3698 +3699 +3699 +3700 +3700 +3701 +3701 +3702 +3702 +3703 +3703 +3704 +3704 +3705 +3705 +3706 +3706 +3707 +3707 +3708 +3708 +3709 +3709 +3710 +3710 +3711 +3711 +3712 +3712 +3713 +3713 +3714 +3714 +3715 +3715 +3716 +3716 +3717 +3717 +3718 +3718 +3719 +3720 +3720 +3721 +3721 +3722 +3722 +3723 +3723 +3724 +3724 +3725 +3725 +3726 +3726 +3727 +3727 +3728 +3728 +3729 +3729 +3730 +3730 +3731 +3731 +3732 +3732 +3733 +3733 +3734 +3734 +3735 +3735 +3736 +3736 +3737 +3737 +3738 +3738 +3739 +3739 +3740 +3740 +3741 +3741 +3742 +3742 +3743 +3743 +3744 +3744 +3745 +3745 +3746 +3746 +3747 +3747 +3748 +3748 +3749 +3750 +3750 +3751 +3751 +3752 +3752 +3753 +3753 +3754 +3754 +3755 +3755 +3756 +3756 +3757 +3757 +3758 +3758 +3759 +3759 +3760 +3760 +3761 +3761 +3762 +3762 +3763 +3763 +3764 +3764 +3765 +3765 +3766 +3766 +3767 +3767 +3768 +3768 +3769 +3769 +3770 +3770 +3771 +3771 +3772 +3772 +3773 +3773 +3774 +3774 +3775 +3775 +3776 +3776 +3777 +3777 +3778 +3778 +3779 +3780 +3780 +3781 +3781 +3782 +3782 +3783 +3783 +3784 +3784 +3785 +3785 +3786 +3786 +3787 +3787 +3788 +3788 +3789 +3789 +3790 +3790 +3791 +3791 +3792 +3792 +3793 +3793 +3794 +3794 +3795 +3795 +3796 +3796 +3797 +3797 +3798 +3798 +3799 +3799 +3800 +3800 +3801 +3801 +3802 +3802 +3803 +3803 +3804 +3804 +3805 +3805 +3806 +3806 +3807 +3807 +3808 +3808 +3809 +3810 +3810 +3811 +3811 +3812 +3812 +3813 +3813 +3814 +3814 +3815 +3815 +3816 +3816 +3817 +3817 +3818 +3818 +3819 +3819 +3820 +3820 +3821 +3821 +3822 +3822 +3823 +3823 +3824 +3824 +3825 +3825 +3826 +3826 +3827 +3827 +3828 +3828 +3829 +3829 +3830 +3830 +3831 +3831 +3832 +3832 +3833 +3833 +3834 +3834 +3835 +3835 +3836 +3836 +3837 +3837 +3838 +3838 +3839 +3840 +3840 +3841 +3841 +3842 +3842 +3843 +3843 +3844 +3844 +3845 +3845 +3846 +3846 +3847 +3847 +3848 +3848 +3849 +3849 +3850 +3850 +3851 +3851 +3852 +3852 +3853 +3853 +3854 +3854 +3855 +3855 +3856 +3856 +3857 +3857 +3858 +3858 +3859 +3859 +3860 +3860 +3861 +3861 +3862 +3862 +3863 +3863 +3864 +3864 +3865 +3865 +3866 +3866 +3867 +3867 +3868 +3868 +3869 +3870 +3870 +3871 +3871 +3872 +3872 +3873 +3873 +3874 +3874 +3875 +3875 +3876 +3876 +3877 +3877 +3878 +3878 +3879 +3879 +3880 +3880 +3881 +3881 +3882 +3882 +3883 +3883 +3884 +3884 +3885 +3885 +3886 +3886 +3887 +3887 +3888 +3888 +3889 +3889 +3890 +3890 +3891 +3891 +3892 +3892 +3893 +3893 +3894 +3894 +3895 +3895 +3896 +3896 +3897 +3897 +3898 +3898 +3899 +3900 +3900 +3901 +3901 +3902 +3902 +3903 +3903 +3904 +3904 +3905 +3905 +3906 +3906 +3907 +3907 +3908 +3908 +3909 +3909 +3910 +3910 +3911 +3911 +3912 +3912 +3913 +3913 +3914 +3914 +3915 +3915 +3916 +3916 +3917 +3917 +3918 +3918 +3919 +3919 +3920 +3920 +3921 +3921 +3922 +3922 +3923 +3923 +3924 +3924 +3925 +3925 +3926 +3926 +3927 +3927 +3928 +3928 +3929 +3930 +3930 +3931 +3931 +3932 +3932 +3933 +3933 +3934 +3934 +3935 +3935 +3936 +3936 +3937 +3937 +3938 +3938 +3939 +3939 +3940 +3940 +3941 +3941 +3942 +3942 +3943 +3943 +3944 +3944 +3945 +3945 +3946 +3946 +3947 +3947 +3948 +3948 +3949 +3949 +3950 +3950 +3951 +3951 +3952 +3952 +3953 +3953 +3954 +3954 +3955 +3955 +3956 +3956 +3957 +3957 +3958 +3958 +3959 +3960 +3960 +3961 +3961 +3962 +3962 +3963 +3963 +3964 +3964 +3965 +3965 +3966 +3966 +3967 +3967 +3968 +3968 +3969 +3969 +3970 +3970 +3971 +3971 +3972 +3972 +3973 +3973 +3974 +3974 +3975 +3975 +3976 +3976 +3977 +3977 +3978 +3978 +3979 +3979 +3980 +3980 +3981 +3981 +3982 +3982 +3983 +3983 +3984 +3984 +3985 +3985 +3986 +3986 +3987 +3987 +3988 +3988 +3989 +3990 +3990 +3991 +3991 +3992 +3992 +3993 +3993 +3994 +3994 +3995 +3995 +3996 +3996 +3997 +3997 +3998 +3998 +3999 +3999 +4000 +4000 +4001 +4001 +4002 +4002 +4003 +4003 +4004 +4004 +4005 +4005 +4006 +4006 +4007 +4007 +4008 +4008 +4009 +4009 +4010 +4010 +4011 +4011 +4012 +4012 +4013 +4013 +4014 +4014 +4015 +4015 +4016 +4016 +4017 +4017 +4018 +4018 +4019 +4020 +4020 +4021 +4021 +4022 +4022 +4023 +4023 +4024 +4024 +4025 +4025 +4026 +4026 +4027 +4027 +4028 +4028 +4029 +4029 +4030 +4030 +4031 +4031 +4032 +4032 +4033 +4033 +4034 +4034 +4035 +4035 +4036 +4036 +4037 +4037 +4038 +4038 +4039 +4039 +4040 +4040 +4041 +4041 +4042 +4042 +4043 +4043 +4044 +4044 +4045 +4045 +4046 +4046 +4047 +4047 +4048 +4048 +4049 +4050 +4050 +4051 +4051 +4052 +4052 +4053 +4053 +4054 +4054 +4055 +4055 +4056 +4056 +4057 +4057 +4058 +4058 +4059 +4059 +4060 +4060 +4061 +4061 +4062 +4062 +4063 +4063 +4064 +4064 +4065 +4065 +4066 +4066 +4067 +4067 +4068 +4068 +4069 +4069 +4070 +4070 +4071 +4071 +4072 +4072 +4073 +4073 +4074 +4074 +4075 +4075 +4076 +4076 +4077 +4077 +4078 +4078 +4079 +4080 +4080 +4081 +4081 +4082 +4082 +4083 +4083 +4084 +4084 +4085 +4085 +4086 +4086 +4087 +4087 +4088 +4088 +4089 +4089 +4090 +4090 +4091 +4091 +4092 +4092 +4093 +4093 +4094 +4094 +4095 +4095 +4096 +4096 +4097 +4097 +4098 +4098 +4099 +4099 +4100 +4100 +4101 +4101 +4102 +4102 +4103 +4103 +4104 +4104 +4105 +4105 +4106 +4106 +4107 +4107 +4108 +4108 +4109 +4110 +4110 +4111 +4111 +4112 +4112 +4113 +4113 +4114 +4114 +4115 +4115 +4116 +4116 +4117 +4117 +4118 +4118 +4119 +4119 +4120 +4120 +4121 +4121 +4122 +4122 +4123 +4123 +4124 +4124 +4125 +4125 +4126 +4126 +4127 +4127 +4128 +4128 +4129 +4129 +4130 +4130 +4131 +4131 +4132 +4132 +4133 +4133 +4134 +4134 +4135 +4135 +4136 +4136 +4137 +4137 +4138 +4138 +4139 +4140 +4140 +4141 +4141 +4142 +4142 +4143 +4143 +4144 +4144 +4145 +4145 +4146 +4146 +4147 +4147 +4148 +4148 +4149 +4149 +4150 +4150 +4151 +4151 +4152 +4152 +4153 +4153 +4154 +4154 +4155 +4155 +4156 +4156 +4157 +4157 +4158 +4158 +4159 +4159 +4160 +4160 +4161 +4161 +4162 +4162 +4163 +4163 +4164 +4164 +4165 +4165 +4166 +4166 +4167 +4167 +4168 +4168 +4169 +4170 +4170 +4171 +4171 +4172 +4172 +4173 +4173 +4174 +4174 +4175 +4175 +4176 +4176 +4177 +4177 +4178 +4178 +4179 +4179 +4180 +4180 +4181 +4181 +4182 +4182 +4183 +4183 +4184 +4184 +4185 +4185 +4186 +4186 +4187 +4187 +4188 +4188 +4189 +4189 +4190 +4190 +4191 +4191 +4192 +4192 +4193 +4193 +4194 +4194 +4195 +4195 +4196 +4196 +4197 +4197 +4198 +4198 +4199 +4200 +4200 +4201 +4201 +4202 +4202 +4203 +4203 +4204 +4204 +4205 +4205 +4206 +4206 +4207 +4207 +4208 +4208 +4209 +4209 +4210 +4210 +4211 +4211 +4212 +4212 +4213 +4213 +4214 +4214 +4215 +4215 +4216 +4216 +4217 +4217 +4218 +4218 +4219 +4219 +4220 +4220 +4221 +4221 +4222 +4222 +4223 +4223 +4224 +4224 +4225 +4225 +4226 +4226 +4227 +4227 +4228 +4228 +4229 +4230 +4230 +4231 +4231 +4232 +4232 +4233 +4233 +4234 +4234 +4235 +4235 +4236 +4236 +4237 +4237 +4238 +4238 +4239 +4239 +4240 +4240 +4241 +4241 +4242 +4242 +4243 +4243 +4244 +4244 +4245 +4245 +4246 +4246 +4247 +4247 +4248 +4248 +4249 +4249 +4250 +4250 +4251 +4251 +4252 +4252 +4253 +4253 +4254 +4254 +4255 +4255 +4256 +4256 +4257 +4257 +4258 +4258 +4259 +4260 +4260 +4261 +4261 +4262 +4262 +4263 +4263 +4264 +4264 +4265 +4265 +4266 +4266 +4267 +4267 +4268 +4268 +4269 +4269 +4270 +4270 +4271 +4271 +4272 +4272 +4273 +4273 +4274 +4274 +4275 +4275 +4276 +4276 +4277 +4277 +4278 +4278 +4279 +4279 +4280 +4280 +4281 +4281 +4282 +4282 +4283 +4283 +4284 +4284 +4285 +4285 +4286 +4286 +4287 +4287 +4288 +4288 +4289 +4290 +4290 +4291 +4291 +4292 +4292 +4293 +4293 +4294 +4294 +4295 +4295 +4296 +4296 +4297 +4297 +4298 +4298 +4299 +4299 +4300 +4300 +4301 +4301 +4302 +4302 +4303 +4303 +4304 +4304 +4305 +4305 +4306 +4306 +4307 +4307 +4308 +4308 +4309 +4309 +4310 +4310 +4311 +4311 +4312 +4312 +4313 +4313 +4314 +4314 +4315 +4315 +4316 +4316 +4317 +4317 +4318 +4318 +4319 +4320 +4320 +4321 +4321 +4322 +4322 +4323 +4323 +4324 +4324 +4325 +4325 +4326 +4326 +4327 +4327 +4328 +4328 +4329 +4329 +4330 +4330 +4331 +4331 +4332 +4332 +4333 +4333 +4334 +4334 +4335 +4335 +4336 +4336 +4337 +4337 +4338 +4338 +4339 +4339 +4340 +4340 +4341 +4341 +4342 +4342 +4343 +4343 +4344 +4344 +4345 +4345 +4346 +4346 +4347 +4347 +4348 +4348 +4349 +4350 +4350 +4351 +4351 +4352 +4352 +4353 +4353 +4354 +4354 +4355 +4355 +4356 +4356 +4357 +4357 +4358 +4358 +4359 +4359 +4360 +4360 +4361 +4361 +4362 +4362 +4363 +4363 +4364 +4364 +4365 +4365 +4366 +4366 +4367 +4367 +4368 +4368 +4369 +4369 +4370 +4370 +4371 +4371 +4372 +4372 +4373 +4373 +4374 +4374 +4375 +4375 +4376 +4376 +4377 +4377 +4378 +4378 +4379 +4380 +4380 +4381 +4381 +4382 +4382 +4383 +4383 +4384 +4384 +4385 +4385 +4386 +4386 +4387 +4387 +4388 +4388 +4389 +4389 +4390 +4390 +4391 +4391 +4392 +4392 +4393 +4393 +4394 +4394 +4395 +4395 +4396 +4396 +4397 +4397 +4398 +4398 +4399 +4399 +4400 +4400 +4401 +4401 +4402 +4402 +4403 +4403 +4404 +4404 +4405 +4405 +4406 +4406 +4407 +4407 +4408 +4408 +4409 +4410 +4410 +4411 +4411 +4412 +4412 +4413 +4413 +4414 +4414 +4415 +4415 +4416 +4416 +4417 +4417 +4418 +4418 +4419 +4419 +4420 +4420 +4421 +4421 +4422 +4422 +4423 +4423 +4424 +4424 +4425 +4425 +4426 +4426 +4427 +4427 +4428 +4428 +4429 +4429 +4430 +4430 +4431 +4431 +4432 +4432 +4433 +4433 +4434 +4434 +4435 +4435 +4436 +4436 +4437 +4437 +4438 +4438 +4439 +4440 +4440 +4441 +4441 +4442 +4442 +4443 +4443 +4444 +4444 +4445 +4445 +4446 +4446 +4447 +4447 +4448 +4448 +4449 +4449 +4450 +4450 +4451 +4451 +4452 +4452 +4453 +4453 +4454 +4454 +4455 +4455 +4456 +4456 +4457 +4457 +4458 +4458 +4459 +4459 +4460 +4460 +4461 +4461 +4462 +4462 +4463 +4463 +4464 +4464 +4465 +4465 +4466 +4466 +4467 +4467 +4468 +4468 +4469 +4470 +4470 +4471 +4471 +4472 +4472 +4473 +4473 +4474 +4474 +4475 +4475 +4476 +4476 +4477 +4477 +4478 +4478 +4479 +4479 +4480 +4480 +4481 +4481 +4482 +4482 +4483 +4483 +4484 +4484 +4485 +4485 +4486 +4486 +4487 +4487 +4488 +4488 +4489 +4489 +4490 +4490 +4491 +4491 +4492 +4492 +4493 +4493 +4494 +4494 +4495 +4495 +4496 +4496 +4497 +4497 +4498 +4498 +4499 +4500 +4500 +4501 +4501 +4502 +4502 +4503 +4503 +4504 +4504 +4505 +4505 +4506 +4506 +4507 +4507 +4508 +4508 +4509 +4509 +4510 +4510 +4511 +4511 +4512 +4512 +4513 +4513 +4514 +4514 +4515 +4515 +4516 +4516 +4517 +4517 +4518 +4518 +4519 +4519 +4520 +4520 +4521 +4521 +4522 +4522 +4523 +4523 +4524 +4524 +4525 +4525 +4526 +4526 +4527 +4527 +4528 +4528 +4529 +4530 +4530 +4531 +4531 +4532 +4532 +4533 +4533 +4534 +4534 +4535 +4535 +4536 +4536 +4537 +4537 +4538 +4538 +4539 +4539 +4540 +4540 +4541 +4541 +4542 +4542 +4543 +4543 +4544 +4544 +4545 +4545 +4546 +4546 +4547 +4547 +4548 +4548 +4549 +4549 +4550 +4550 +4551 +4551 +4552 +4552 +4553 +4553 +4554 +4554 +4555 +4555 +4556 +4556 +4557 +4557 +4558 +4558 +4559 +4560 +4560 +4561 +4561 +4562 +4562 +4563 +4563 +4564 +4564 +4565 +4565 +4566 +4566 +4567 +4567 +4568 +4568 +4569 +4569 +4570 +4570 +4571 +4571 +4572 +4572 +4573 +4573 +4574 +4574 +4575 +4575 +4576 +4576 +4577 +4577 +4578 +4578 +4579 +4579 +4580 +4580 +4581 +4581 +4582 +4582 +4583 +4583 +4584 +4584 +4585 +4585 +4586 +4586 +4587 +4587 +4588 +4588 +4589 +4590 +4590 +4591 +4591 +4592 +4592 +4593 +4593 +4594 +4594 +4595 +4595 +4596 +4596 +4597 +4597 +4598 +4598 +4599 +4599 +4600 +4600 +4601 +4601 +4602 +4602 +4603 +4603 +4604 +4604 +4605 +4605 +4606 +4606 +4607 +4607 +4608 +4608 +4609 +4609 +4610 +4610 +4611 +4611 +4612 +4612 +4613 +4613 +4614 +4614 +4615 +4615 +4616 +4616 +4617 +4617 +4618 +4618 +4619 +4620 +4620 +4621 +4621 +4622 +4622 +4623 +4623 +4624 +4624 +4625 +4625 +4626 +4626 +4627 +4627 +4628 +4628 +4629 +4629 +4630 +4630 +4631 +4631 +4632 +4632 +4633 +4633 +4634 +4634 +4635 +4635 +4636 +4636 +4637 +4637 +4638 +4638 +4639 +4639 +4640 +4640 +4641 +4641 +4642 +4642 +4643 +4643 +4644 +4644 +4645 +4645 +4646 +4646 +4647 +4647 +4648 +4648 +4649 +4650 +4650 +4651 +4651 +4652 +4652 +4653 +4653 +4654 +4654 +4655 +4655 +4656 +4656 +4657 +4657 +4658 +4658 +4659 +4659 +4660 +4660 +4661 +4661 +4662 +4662 +4663 +4663 +4664 +4664 +4665 +4665 +4666 +4666 +4667 +4667 +4668 +4668 +4669 +4669 +4670 +4670 +4671 +4671 +4672 +4672 +4673 +4673 +4674 +4674 +4675 +4675 +4676 +4676 +4677 +4677 +4678 +4678 +4679 +4680 +4680 +4681 +4681 +4682 +4682 +4683 +4683 +4684 +4684 +4685 +4685 +4686 +4686 +4687 +4687 +4688 +4688 +4689 +4689 +4690 +4690 +4691 +4691 +4692 +4692 +4693 +4693 +4694 +4694 +4695 +4695 +4696 +4696 +4697 +4697 +4698 +4698 +4699 +4699 +4700 +4700 +4701 +4701 +4702 +4702 +4703 +4703 +4704 +4704 +4705 +4705 +4706 +4706 +4707 +4707 +4708 +4708 +4709 +4710 +4710 +4711 +4711 +4712 +4712 +4713 +4713 +4714 +4714 +4715 +4715 +4716 +4716 +4717 +4717 +4718 +4718 +4719 +4719 +4720 +4720 +4721 +4721 +4722 +4722 +4723 +4723 +4724 +4724 +4725 +4725 +4726 +4726 +4727 +4727 +4728 +4728 +4729 +4729 +4730 +4730 +4731 +4731 +4732 +4732 +4733 +4733 +4734 +4734 +4735 +4735 +4736 +4736 +4737 +4737 +4738 +4738 +4739 +4740 +4740 +4741 +4741 +4742 +4742 +4743 +4743 +4744 +4744 +4745 +4745 +4746 +4746 +4747 +4747 +4748 +4748 +4749 +4749 +4750 +4750 +4751 +4751 +4752 +4752 +4753 +4753 +4754 +4754 +4755 +4755 +4756 +4756 +4757 +4757 +4758 +4758 +4759 +4759 +4760 +4760 +4761 +4761 +4762 +4762 +4763 +4763 +4764 +4764 +4765 +4765 +4766 +4766 +4767 +4767 +4768 +4768 +4769 +4770 +4770 +4771 +4771 +4772 +4772 +4773 +4773 +4774 +4774 +4775 +4775 +4776 +4776 +4777 +4777 +4778 +4778 +4779 +4779 +4780 +4780 +4781 +4781 +4782 +4782 +4783 +4783 +4784 +4784 +4785 +4785 +4786 +4786 +4787 +4787 +4788 +4788 +4789 +4789 +4790 +4790 +4791 +4791 +4792 +4792 +4793 +4793 +4794 +4794 +4795 +4795 +4796 +4796 +4797 +4797 +4798 +4798 +4799 +4800 +4800 +4801 +4801 +4802 +4802 +4803 +4803 +4804 +4804 +4805 +4805 +4806 +4806 +4807 +4807 +4808 +4808 +4809 +4809 +4810 +4810 +4811 +4811 +4812 +4812 +4813 +4813 +4814 +4814 +4815 +4815 +4816 +4816 +4817 +4817 +4818 +4818 +4819 +4819 +4820 +4820 +4821 +4821 +4822 +4822 +4823 +4823 +4824 +4824 +4825 +4825 +4826 +4826 +4827 +4827 +4828 +4828 +4829 +4830 +4830 +4831 +4831 +4832 +4832 +4833 +4833 +4834 +4834 +4835 +4835 +4836 +4836 +4837 +4837 +4838 +4838 +4839 +4839 +4840 +4840 +4841 +4841 +4842 +4842 +4843 +4843 +4844 +4844 +4845 +4845 +4846 +4846 +4847 +4847 +4848 +4848 +4849 +4849 +4850 +4850 +4851 +4851 +4852 +4852 +4853 +4853 +4854 +4854 +4855 +4855 +4856 +4856 +4857 +4857 +4858 +4858 +4859 +4860 +4860 +4861 +4861 +4862 +4862 +4863 +4863 +4864 +4864 +4865 +4865 +4866 +4866 +4867 +4867 +4868 +4868 +4869 +4869 +4870 +4870 +4871 +4871 +4872 +4872 +4873 +4873 +4874 +4874 +4875 +4875 +4876 +4876 +4877 +4877 +4878 +4878 +4879 +4879 +4880 +4880 +4881 +4881 +4882 +4882 +4883 +4883 +4884 +4884 +4885 +4885 +4886 +4886 +4887 +4887 +4888 +4888 +4889 +4890 +4890 +4891 +4891 +4892 +4892 +4893 +4893 +4894 +4894 +4895 +4895 +4896 +4896 +4897 +4897 +4898 +4898 +4899 +4899 +4900 +4900 +4901 +4901 +4902 +4902 +4903 +4903 +4904 +4904 +4905 +4905 +4906 +4906 +4907 +4907 +4908 +4908 +4909 +4909 +4910 +4910 +4911 +4911 +4912 +4912 +4913 +4913 +4914 +4914 +4915 +4915 +4916 +4916 +4917 +4917 +4918 +4918 +4919 +4920 +4920 +4921 +4921 +4922 +4922 +4923 +4923 +4924 +4924 +4925 +4925 +4926 +4926 +4927 +4927 +4928 +4928 +4929 +4929 +4930 +4930 +4931 +4931 +4932 +4932 +4933 +4933 +4934 +4934 +4935 +4935 +4936 +4936 +4937 +4937 +4938 +4938 +4939 +4939 +4940 +4940 +4941 +4941 +4942 +4942 +4943 +4943 +4944 +4944 +4945 +4945 +4946 +4946 +4947 +4947 +4948 +4948 +4949 +4950 +4950 +4951 +4951 +4952 +4952 +4953 +4953 +4954 +4954 +4955 +4955 +4956 +4956 +4957 +4957 +4958 +4958 +4959 +4959 +4960 +4960 +4961 +4961 +4962 +4962 +4963 +4963 +4964 +4964 +4965 +4965 +4966 +4966 +4967 +4967 +4968 +4968 +4969 +4969 +4970 +4970 +4971 +4971 +4972 +4972 +4973 +4973 +4974 +4974 +4975 +4975 +4976 +4976 +4977 +4977 +4978 +4978 +4979 +4980 +4980 +4981 +4981 +4982 +4982 +4983 +4983 +4984 +4984 +4985 +4985 +4986 +4986 +4987 +4987 +4988 +4988 +4989 +4989 +4990 +4990 +4991 +4991 +4992 +4992 +4993 +4993 +4994 +4994 +4995 +4995 +4996 +4996 +4997 +4997 +4998 +4998 +4999 +4999 +5000 +5000 +5001 +5001 +5002 +5002 +5003 +5003 +5004 +5004 +5005 +5005 +5006 +5006 +5007 +5007 +5008 +5008 +5009 +5010 +5010 +5011 +5011 +5012 +5012 +5013 +5013 +5014 +5014 +5015 +5015 +5016 +5016 +5017 +5017 +5018 +5018 +5019 +5019 +5020 +5020 +5021 +5021 +5022 +5022 +5023 +5023 +5024 +5024 +5025 +5025 +5026 +5026 +5027 +5027 +5028 +5028 +5029 +5029 +5030 +5030 +5031 +5031 +5032 +5032 +5033 +5033 +5034 +5034 +5035 +5035 +5036 +5036 +5037 +5037 +5038 +5038 +5039 +5040 +5040 +5041 +5041 +5042 +5042 +5043 +5043 +5044 +5044 +5045 +5045 +5046 +5046 +5047 +5047 +5048 +5048 +5049 +5049 +5050 +5050 +5051 +5051 +5052 +5052 +5053 +5053 +5054 +5054 +5055 +5055 +5056 +5056 +5057 +5057 +5058 +5058 +5059 +5059 +5060 +5060 +5061 +5061 +5062 +5062 +5063 +5063 +5064 +5064 +5065 +5065 +5066 +5066 +5067 +5067 +5068 +5068 +5069 +5070 +5070 +5071 +5071 +5072 +5072 +5073 +5073 +5074 +5074 +5075 +5075 +5076 +5076 +5077 +5077 +5078 +5078 +5079 +5079 +5080 +5080 +5081 +5081 +5082 +5082 +5083 +5083 +5084 +5084 +5085 +5085 +5086 +5086 +5087 +5087 +5088 +5088 +5089 +5089 +5090 +5090 +5091 +5091 +5092 +5092 +5093 +5093 +5094 +5094 +5095 +5095 +5096 +5096 +5097 +5097 +5098 +5098 +5099 +5100 +5100 +5101 +5101 +5102 +5102 +5103 +5103 +5104 +5104 +5105 +5105 +5106 +5106 +5107 +5107 +5108 +5108 +5109 +5109 +5110 +5110 +5111 +5111 +5112 +5112 +5113 +5113 +5114 +5114 +5115 +5115 +5116 +5116 +5117 +5117 +5118 +5118 +5119 +5119 +5120 +5120 +5121 +5121 +5122 +5122 +5123 +5123 +5124 +5124 +5125 +5125 +5126 +5126 +5127 +5127 +5128 +5128 +5129 +5130 +5130 +5131 +5131 +5132 +5132 +5133 +5133 +5134 +5134 +5135 +5135 +5136 +5136 +5137 +5137 +5138 +5138 +5139 +5139 +5140 +5140 +5141 +5141 +5142 +5142 +5143 +5143 +5144 +5144 +5145 +5145 +5146 +5146 +5147 +5147 +5148 +5148 +5149 +5149 +5150 +5150 +5151 +5151 +5152 +5152 +5153 +5153 +5154 +5154 +5155 +5155 +5156 +5156 +5157 +5157 +5158 +5158 +5159 +5160 +5160 +5161 +5161 +5162 +5162 +5163 +5163 +5164 +5164 +5165 +5165 +5166 +5166 +5167 +5167 +5168 +5168 +5169 +5169 +5170 +5170 +5171 +5171 +5172 +5172 +5173 +5173 +5174 +5174 +5175 +5175 +5176 +5176 +5177 +5177 +5178 +5178 +5179 +5179 +5180 +5180 +5181 +5181 +5182 +5182 +5183 +5183 +5184 +5184 +5185 +5185 +5186 +5186 +5187 +5187 +5188 +5188 +5189 +5190 +5190 +5191 +5191 +5192 +5192 +5193 +5193 +5194 +5194 +5195 +5195 +5196 +5196 +5197 +5197 +5198 +5198 +5199 +5199 +5200 +5200 +5201 +5201 +5202 +5202 +5203 +5203 +5204 +5204 +5205 +5205 +5206 +5206 +5207 +5207 +5208 +5208 +5209 +5209 +5210 +5210 +5211 +5211 +5212 +5212 +5213 +5213 +5214 +5214 +5215 +5215 +5216 +5216 +5217 +5217 +5218 +5218 +5219 +5220 +5220 +5221 +5221 +5222 +5222 +5223 +5223 +5224 +5224 +5225 +5225 +5226 +5226 +5227 +5227 +5228 +5228 +5229 +5229 +5230 +5230 +5231 +5231 +5232 +5232 +5233 +5233 +5234 +5234 +5235 +5235 +5236 +5236 +5237 +5237 +5238 +5238 +5239 +5239 +5240 +5240 +5241 +5241 +5242 +5242 +5243 +5243 +5244 +5244 +5245 +5245 +5246 +5246 +5247 +5247 +5248 +5248 +5249 +5250 +5250 +5251 +5251 +5252 +5252 +5253 +5253 +5254 +5254 +5255 +5255 +5256 +5256 +5257 +5257 +5258 +5258 +5259 +5259 +5260 +5260 +5261 +5261 +5262 +5262 +5263 +5263 +5264 +5264 +5265 +5265 +5266 +5266 +5267 +5267 +5268 +5268 +5269 +5269 +5270 +5270 +5271 +5271 +5272 +5272 +5273 +5273 +5274 +5274 +5275 +5275 +5276 +5276 +5277 +5277 +5278 +5278 +5279 +5280 +5280 +5281 +5281 +5282 +5282 +5283 +5283 +5284 +5284 +5285 +5285 +5286 +5286 +5287 +5287 +5288 +5288 +5289 +5289 +5290 +5290 +5291 +5291 +5292 +5292 +5293 +5293 +5294 +5294 +5295 +5295 +5296 +5296 +5297 +5297 +5298 +5298 +5299 +5299 +5300 +5300 +5301 +5301 +5302 +5302 +5303 +5303 +5304 +5304 +5305 +5305 +5306 +5306 +5307 +5307 +5308 +5308 +5309 +5310 +5310 +5311 +5311 +5312 +5312 +5313 +5313 +5314 +5314 +5315 +5315 +5316 +5316 +5317 +5317 +5318 +5318 +5319 +5319 +5320 +5320 +5321 +5321 +5322 +5322 +5323 +5323 +5324 +5324 +5325 +5325 +5326 +5326 +5327 +5327 +5328 +5328 +5329 +5329 +5330 +5330 +5331 +5331 +5332 +5332 +5333 +5333 +5334 +5334 +5335 +5335 +5336 +5336 +5337 +5337 +5338 +5338 +5339 +5340 +5340 +5341 +5341 +5342 +5342 +5343 +5343 +5344 +5344 +5345 +5345 +5346 +5346 +5347 +5347 +5348 +5348 +5349 +5349 +5350 +5350 +5351 +5351 +5352 +5352 +5353 +5353 +5354 +5354 +5355 +5355 +5356 +5356 +5357 +5357 +5358 +5358 +5359 +5359 +5360 +5360 +5361 +5361 +5362 +5362 +5363 +5363 +5364 +5364 +5365 +5365 +5366 +5366 +5367 +5367 +5368 +5368 +5369 +5370 +5370 +5371 +5371 +5372 +5372 +5373 +5373 +5374 +5374 +5375 +5375 +5376 +5376 +5377 +5377 +5378 +5378 +5379 +5379 +5380 +5380 +5381 +5381 +5382 +5382 +5383 +5383 +5384 +5384 +5385 +5385 +5386 +5386 +5387 +5387 +5388 +5388 +5389 +5389 +5390 +5390 +5391 +5391 +5392 +5392 +5393 +5393 +5394 +5394 +5395 +5395 +5396 +5396 +5397 +5397 +5398 +5398 +5399 +5400 +5400 +5401 +5401 +5402 +5402 +5403 +5403 +5404 +5404 +5405 +5405 +5406 +5406 +5407 +5407 +5408 +5408 +5409 +5409 +5410 +5410 +5411 +5411 +5412 +5412 +5413 +5413 +5414 +5414 +5415 +5415 +5416 +5416 +5417 +5417 +5418 +5418 +5419 +5419 +5420 +5420 +5421 +5421 +5422 +5422 +5423 +5423 +5424 +5424 +5425 +5425 +5426 +5426 +5427 +5427 +5428 +5428 +5429 +5430 +5430 +5431 +5431 +5432 +5432 +5433 +5433 +5434 +5434 +5435 +5435 +5436 +5436 +5437 +5437 +5438 +5438 +5439 +5439 +5440 +5440 +5441 +5441 +5442 +5442 +5443 +5443 +5444 +5444 +5445 +5445 +5446 +5446 +5447 +5447 +5448 +5448 +5449 +5449 +5450 +5450 +5451 +5451 +5452 +5452 +5453 +5453 +5454 +5454 +5455 +5455 +5456 +5456 +5457 +5457 +5458 +5458 +5459 +5460 +5460 +5461 +5461 +5462 +5462 +5463 +5463 +5464 +5464 +5465 +5465 +5466 +5466 +5467 +5467 +5468 +5468 +5469 +5469 +5470 +5470 +5471 +5471 +5472 +5472 +5473 +5473 +5474 +5474 +5475 +5475 +5476 +5476 +5477 +5477 +5478 +5478 +5479 +5479 +5480 +5480 +5481 +5481 +5482 +5482 +5483 +5483 +5484 +5484 +5485 +5485 +5486 +5486 +5487 +5487 +5488 +5488 +5489 +5490 +5490 +5491 +5491 +5492 +5492 +5493 +5493 +5494 +5494 +5495 +5495 +5496 +5496 +5497 +5497 +5498 +5498 +5499 +5499 +5500 +5500 +5501 +5501 +5502 +5502 +5503 +5503 +5504 +5504 +5505 +5505 +5506 +5506 +5507 +5507 +5508 +5508 +5509 +5509 +5510 +5510 +5511 +5511 +5512 +5512 +5513 +5513 +5514 +5514 +5515 +5515 +5516 +5516 +5517 +5517 +5518 +5518 +5519 +5520 +5520 +5521 +5521 +5522 +5522 +5523 +5523 +5524 +5524 +5525 +5525 +5526 +5526 +5527 +5527 +5528 +5528 +5529 +5529 +5530 +5530 +5531 +5531 +5532 +5532 +5533 +5533 +5534 +5534 +5535 +5535 +5536 +5536 +5537 +5537 +5538 +5538 +5539 +5539 +5540 +5540 +5541 +5541 +5542 +5542 +5543 +5543 +5544 +5544 +5545 +5545 +5546 +5546 +5547 +5547 +5548 +5548 +5549 +5550 +5550 +5551 +5551 +5552 +5552 +5553 +5553 +5554 +5554 +5555 +5555 +5556 +5556 +5557 +5557 +5558 +5558 +5559 +5559 +5560 +5560 +5561 +5561 +5562 +5562 +5563 +5563 +5564 +5564 +5565 +5565 +5566 +5566 +5567 +5567 +5568 +5568 +5569 +5569 +5570 +5570 +5571 +5571 +5572 +5572 +5573 +5573 +5574 +5574 +5575 +5575 +5576 +5576 +5577 +5577 +5578 +5578 +5579 +5580 +5580 +5581 +5581 +5582 +5582 +5583 +5583 +5584 +5584 +5585 +5585 +5586 +5586 +5587 +5587 +5588 +5588 +5589 +5589 +5590 +5590 +5591 +5591 +5592 +5592 +5593 +5593 +5594 +5594 +5595 +5595 +5596 +5596 +5597 +5597 +5598 +5598 +5599 +5599 +5600 +5600 +5601 +5601 +5602 +5602 +5603 +5603 +5604 +5604 +5605 +5605 +5606 +5606 +5607 +5607 +5608 +5608 +5609 +5610 +5610 +5611 +5611 +5612 +5612 +5613 +5613 +5614 +5614 +5615 +5615 +5616 +5616 +5617 +5617 +5618 +5618 +5619 +5619 +5620 +5620 +5621 +5621 +5622 +5622 +5623 +5623 +5624 +5624 +5625 +5625 +5626 +5626 +5627 +5627 +5628 +5628 +5629 +5629 +5630 +5630 +5631 +5631 +5632 +5632 +5633 +5633 +5634 +5634 +5635 +5635 +5636 +5636 +5637 +5637 +5638 +5638 +5639 +5640 +5640 +5641 +5641 +5642 +5642 +5643 +5643 +5644 +5644 +5645 +5645 +5646 +5646 +5647 +5647 +5648 +5648 +5649 +5649 +5650 +5650 +5651 +5651 +5652 +5652 +5653 +5653 +5654 +5654 +5655 +5655 +5656 +5656 +5657 +5657 +5658 +5658 +5659 +5659 +5660 +5660 +5661 +5661 +5662 +5662 +5663 +5663 +5664 +5664 +5665 +5665 +5666 +5666 +5667 +5667 +5668 +5668 +5669 +5670 +5670 +5671 +5671 +5672 +5672 +5673 +5673 +5674 +5674 +5675 +5675 +5676 +5676 +5677 +5677 +5678 +5678 +5679 +5679 +5680 +5680 +5681 +5681 +5682 +5682 +5683 +5683 +5684 +5684 +5685 +5685 +5686 +5686 +5687 +5687 +5688 +5688 +5689 +5689 +5690 +5690 +5691 +5691 +5692 +5692 +5693 +5693 +5694 +5694 +5695 +5695 +5696 +5696 +5697 +5697 +5698 +5698 +5699 +5700 +5700 +5701 +5701 +5702 +5702 +5703 +5703 +5704 +5704 +5705 +5705 +5706 +5706 +5707 +5707 +5708 +5708 +5709 +5709 +5710 +5710 +5711 +5711 +5712 +5712 +5713 +5713 +5714 +5714 +5715 +5715 +5716 +5716 +5717 +5717 +5718 +5718 +5719 +5719 +5720 +5720 +5721 +5721 +5722 +5722 +5723 +5723 +5724 +5724 +5725 +5725 +5726 +5726 +5727 +5727 +5728 +5728 +5729 +5730 +5730 +5731 +5731 +5732 +5732 +5733 +5733 +5734 +5734 +5735 +5735 +5736 +5736 +5737 +5737 +5738 +5738 +5739 +5739 +5740 +5740 +5741 +5741 +5742 +5742 +5743 +5743 +5744 +5744 +5745 +5745 +5746 +5746 +5747 +5747 +5748 +5748 +5749 +5749 +5750 +5750 +5751 +5751 +5752 +5752 +5753 +5753 +5754 +5754 +5755 +5755 +5756 +5756 +5757 +5757 +5758 +5758 +5759 +5760 +5760 +5761 +5761 +5762 +5762 +5763 +5763 +5764 +5764 +5765 +5765 +5766 +5766 +5767 +5767 +5768 +5768 +5769 +5769 +5770 +5770 +5771 +5771 +5772 +5772 +5773 +5773 +5774 +5774 +5775 +5775 +5776 +5776 +5777 +5777 +5778 +5778 +5779 +5779 +5780 +5780 +5781 +5781 +5782 +5782 +5783 +5783 +5784 +5784 +5785 +5785 +5786 +5786 +5787 +5787 +5788 +5788 +5789 +5790 +5790 +5791 +5791 +5792 +5792 +5793 +5793 +5794 +5794 +5795 +5795 +5796 +5796 +5797 +5797 +5798 +5798 +5799 +5799 +5800 +5800 +5801 +5801 +5802 +5802 +5803 +5803 +5804 +5804 +5805 +5805 +5806 +5806 +5807 +5807 +5808 +5808 +5809 +5809 +5810 +5810 +5811 +5811 +5812 +5812 +5813 +5813 +5814 +5814 +5815 +5815 +5816 +5816 +5817 +5817 +5818 +5818 +5819 +5820 +5820 +5821 +5821 +5822 +5822 +5823 +5823 +5824 +5824 +5825 +5825 +5826 +5826 +5827 +5827 +5828 +5828 +5829 +5829 +5830 +5830 +5831 +5831 +5832 +5832 +5833 +5833 +5834 +5834 +5835 +5835 +5836 +5836 +5837 +5837 +5838 +5838 +5839 +5839 +5840 +5840 +5841 +5841 +5842 +5842 +5843 +5843 +5844 +5844 +5845 +5845 +5846 +5846 +5847 +5847 +5848 +5848 +5849 +5850 +5850 +5851 +5851 +5852 +5852 +5853 +5853 +5854 +5854 +5855 +5855 +5856 +5856 +5857 +5857 +5858 +5858 +5859 +5859 +5860 +5860 +5861 +5861 +5862 +5862 +5863 +5863 +5864 +5864 +5865 +5865 +5866 +5866 +5867 +5867 +5868 +5868 +5869 +5869 +5870 +5870 +5871 +5871 +5872 +5872 +5873 +5873 +5874 +5874 +5875 +5875 +5876 +5876 +5877 +5877 +5878 +5878 +5879 +5880 +5880 +5881 +5881 +5882 +5882 +5883 +5883 +5884 +5884 +5885 +5885 +5886 +5886 +5887 +5887 +5888 +5888 +5889 +5889 +5890 +5890 +5891 +5891 +5892 +5892 +5893 +5893 +5894 +5894 +5895 +5895 +5896 +5896 +5897 +5897 +5898 +5898 +5899 +5899 +5900 +5900 +5901 +5901 +5902 +5902 +5903 +5903 +5904 +5904 +5905 +5905 +5906 +5906 +5907 +5907 +5908 +5908 +5909 +5910 +5910 +5911 +5911 +5912 +5912 +5913 +5913 +5914 +5914 +5915 +5915 +5916 +5916 +5917 +5917 +5918 +5918 +5919 +5919 +5920 +5920 +5921 +5921 +5922 +5922 +5923 +5923 +5924 +5924 +5925 +5925 +5926 +5926 +5927 +5927 +5928 +5928 +5929 +5929 +5930 +5930 +5931 +5931 +5932 +5932 +5933 +5933 +5934 +5934 +5935 +5935 +5936 +5936 +5937 +5937 +5938 +5938 +5939 +5940 +5940 +5941 +5941 +5942 +5942 +5943 +5943 +5944 +5944 +5945 +5945 +5946 +5946 +5947 +5947 +5948 +5948 +5949 +5949 +5950 +5950 +5951 +5951 +5952 +5952 +5953 +5953 +5954 +5954 +5955 +5955 +5956 +5956 +5957 +5957 +5958 +5958 +5959 +5959 +5960 +5960 +5961 +5961 +5962 +5962 +5963 +5963 +5964 +5964 +5965 +5965 +5966 +5966 +5967 +5967 +5968 +5968 +5969 +5970 +5971 +5972 +5973 +5974 +5975 +5976 +5977 +5978 +5979 +5980 +5981 +5982 +5983 +5984 +5985 +5986 +5987 +5988 +5989 +5990 +5991 +5992 +5993 +5994 +5995 +5996 +5997 +5998 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +5970 +5971 +5972 +5973 +5974 +5975 +5976 +5977 +5978 +5979 +5980 +5981 +5982 +5983 +5984 +5985 +5986 +5987 +5988 +5989 +5990 +5991 +5992 +5993 +5994 +5995 +5996 +5997 +5998 +5999 +0 +30 +60 +90 +120 +150 +180 +210 +240 +270 +300 +330 +360 +390 +420 +450 +480 +510 +540 +570 +600 +630 +660 +690 +720 +750 +780 +810 +840 +870 +900 +930 +960 +990 +1020 +1050 +1080 +1110 +1140 +1170 +1200 +1230 +1260 +1290 +1320 +1350 +1380 +1410 +1440 +1470 +1500 +1530 +1560 +1590 +1620 +1650 +1680 +1710 +1740 +1770 +1800 +1830 +1860 +1890 +1920 +1950 +1980 +2010 +2040 +2070 +2100 +2130 +2160 +2190 +2220 +2250 +2280 +2310 +2340 +2370 +2400 +2430 +2460 +2490 +2520 +2550 +2580 +2610 +2640 +2670 +2700 +2730 +2760 +2790 +2820 +2850 +2880 +2910 +2940 +2970 +3000 +3030 +3060 +3090 +3120 +3150 +3180 +3210 +3240 +3270 +3300 +3330 +3360 +3390 +3420 +3450 +3480 +3510 +3540 +3570 +3600 +3630 +3660 +3690 +3720 +3750 +3780 +3810 +3840 +3870 +3900 +3930 +3960 +3990 +4020 +4050 +4080 +4110 +4140 +4170 +4200 +4230 +4260 +4290 +4320 +4350 +4380 +4410 +4440 +4470 +4500 +4530 +4560 +4590 +4620 +4650 +4680 +4710 +4740 +4770 +4800 +4830 +4860 +4890 +4920 +4950 +4980 +5010 +5040 +5070 +5100 +5130 +5160 +5190 +5220 +5250 +5280 +5310 +5340 +5370 +5400 +5430 +5460 +5490 +5520 +5550 +5580 +5610 +5640 +5670 +5700 +5730 +5760 +5790 +5820 +5850 +5880 +5910 +5940 +5970 +29 +59 +89 +119 +149 +179 +209 +239 +269 +299 +329 +359 +389 +419 +449 +479 +509 +539 +569 +599 +629 +659 +689 +719 +749 +779 +809 +839 +869 +899 +929 +959 +989 +1019 +1049 +1079 +1109 +1139 +1169 +1199 +1229 +1259 +1289 +1319 +1349 +1379 +1409 +1439 +1469 +1499 +1529 +1559 +1589 +1619 +1649 +1679 +1709 +1739 +1769 +1799 +1829 +1859 +1889 +1919 +1949 +1979 +2009 +2039 +2069 +2099 +2129 +2159 +2189 +2219 +2249 +2279 +2309 +2339 +2369 +2399 +2429 +2459 +2489 +2519 +2549 +2579 +2609 +2639 +2669 +2699 +2729 +2759 +2789 +2819 +2849 +2879 +2909 +2939 +2969 +2999 +3029 +3059 +3089 +3119 +3149 +3179 +3209 +3239 +3269 +3299 +3329 +3359 +3389 +3419 +3449 +3479 +3509 +3539 +3569 +3599 +3629 +3659 +3689 +3719 +3749 +3779 +3809 +3839 +3869 +3899 +3929 +3959 +3989 +4019 +4049 +4079 +4109 +4139 +4169 +4199 +4229 +4259 +4289 +4319 +4349 +4379 +4409 +4439 +4469 +4499 +4529 +4559 +4589 +4619 +4649 +4679 +4709 +4739 +4769 +4799 +4829 +4859 +4889 +4919 +4949 +4979 +5009 +5039 +5069 +5099 +5129 +5159 +5189 +5219 +5249 +5279 +5309 +5339 +5369 +5399 +5429 +5459 +5489 +5519 +5549 +5579 +5609 +5639 +5669 +5699 +5729 +5759 +5789 +5819 +5849 +5879 +5909 +5939 +5969 +5999 +0 +30 +60 +90 +120 +150 +180 +210 +240 +270 +300 +330 +360 +390 +420 +450 +480 +510 +540 +570 +600 +630 +660 +690 +720 +750 +780 +810 +840 +870 +900 +930 +960 +990 +1020 +1050 +1080 +1110 +1140 +1170 +1200 +1230 +1260 +1290 +1320 +1350 +1380 +1410 +1440 +1470 +1500 +1530 +1560 +1590 +1620 +1650 +1680 +1710 +1740 +1770 +1800 +1830 +1860 +1890 +1920 +1950 +1980 +2010 +2040 +2070 +2100 +2130 +2160 +2190 +2220 +2250 +2280 +2310 +2340 +2370 +2400 +2430 +2460 +2490 +2520 +2550 +2580 +2610 +2640 +2670 +2700 +2730 +2760 +2790 +2820 +2850 +2880 +2910 +2940 +2970 +3000 +3030 +3060 +3090 +3120 +3150 +3180 +3210 +3240 +3270 +3300 +3330 +3360 +3390 +3420 +3450 +3480 +3510 +3540 +3570 +3600 +3630 +3660 +3690 +3720 +3750 +3780 +3810 +3840 +3870 +3900 +3930 +3960 +3990 +4020 +4050 +4080 +4110 +4140 +4170 +4200 +4230 +4260 +4290 +4320 +4350 +4380 +4410 +4440 +4470 +4500 +4530 +4560 +4590 +4620 +4650 +4680 +4710 +4740 +4770 +4800 +4830 +4860 +4890 +4920 +4950 +4980 +5010 +5040 +5070 +5100 +5130 +5160 +5190 +5220 +5250 +5280 +5310 +5340 +5370 +5400 +5430 +5460 +5490 +5520 +5550 +5580 +5610 +5640 +5670 +5700 +5730 +5760 +5790 +5820 +5850 +5880 +5910 +5940 +5970 +1 +31 +61 +91 +121 +151 +181 +211 +241 +271 +301 +331 +361 +391 +421 +451 +481 +511 +541 +571 +601 +631 +661 +691 +721 +751 +781 +811 +841 +871 +901 +931 +961 +991 +1021 +1051 +1081 +1111 +1141 +1171 +1201 +1231 +1261 +1291 +1321 +1351 +1381 +1411 +1441 +1471 +1501 +1531 +1561 +1591 +1621 +1651 +1681 +1711 +1741 +1771 +1801 +1831 +1861 +1891 +1921 +1951 +1981 +2011 +2041 +2071 +2101 +2131 +2161 +2191 +2221 +2251 +2281 +2311 +2341 +2371 +2401 +2431 +2461 +2491 +2521 +2551 +2581 +2611 +2641 +2671 +2701 +2731 +2761 +2791 +2821 +2851 +2881 +2911 +2941 +2971 +3001 +3031 +3061 +3091 +3121 +3151 +3181 +3211 +3241 +3271 +3301 +3331 +3361 +3391 +3421 +3451 +3481 +3511 +3541 +3571 +3601 +3631 +3661 +3691 +3721 +3751 +3781 +3811 +3841 +3871 +3901 +3931 +3961 +3991 +4021 +4051 +4081 +4111 +4141 +4171 +4201 +4231 +4261 +4291 +4321 +4351 +4381 +4411 +4441 +4471 +4501 +4531 +4561 +4591 +4621 +4651 +4681 +4711 +4741 +4771 +4801 +4831 +4861 +4891 +4921 +4951 +4981 +5011 +5041 +5071 +5101 +5131 +5161 +5191 +5221 +5251 +5281 +5311 +5341 +5371 +5401 +5431 +5461 +5491 +5521 +5551 +5581 +5611 +5641 +5671 +5701 +5731 +5761 +5791 +5821 +5851 +5881 +5911 +5941 +5971 +2 +32 +62 +92 +122 +152 +182 +212 +242 +272 +302 +332 +362 +392 +422 +452 +482 +512 +542 +572 +602 +632 +662 +692 +722 +752 +782 +812 +842 +872 +902 +932 +962 +992 +1022 +1052 +1082 +1112 +1142 +1172 +1202 +1232 +1262 +1292 +1322 +1352 +1382 +1412 +1442 +1472 +1502 +1532 +1562 +1592 +1622 +1652 +1682 +1712 +1742 +1772 +1802 +1832 +1862 +1892 +1922 +1952 +1982 +2012 +2042 +2072 +2102 +2132 +2162 +2192 +2222 +2252 +2282 +2312 +2342 +2372 +2402 +2432 +2462 +2492 +2522 +2552 +2582 +2612 +2642 +2672 +2702 +2732 +2762 +2792 +2822 +2852 +2882 +2912 +2942 +2972 +3002 +3032 +3062 +3092 +3122 +3152 +3182 +3212 +3242 +3272 +3302 +3332 +3362 +3392 +3422 +3452 +3482 +3512 +3542 +3572 +3602 +3632 +3662 +3692 +3722 +3752 +3782 +3812 +3842 +3872 +3902 +3932 +3962 +3992 +4022 +4052 +4082 +4112 +4142 +4172 +4202 +4232 +4262 +4292 +4322 +4352 +4382 +4412 +4442 +4472 +4502 +4532 +4562 +4592 +4622 +4652 +4682 +4712 +4742 +4772 +4802 +4832 +4862 +4892 +4922 +4952 +4982 +5012 +5042 +5072 +5102 +5132 +5162 +5192 +5222 +5252 +5282 +5312 +5342 +5372 +5402 +5432 +5462 +5492 +5522 +5552 +5582 +5612 +5642 +5672 +5702 +5732 +5762 +5792 +5822 +5852 +5882 +5912 +5942 +5972 +3 +33 +63 +93 +123 +153 +183 +213 +243 +273 +303 +333 +363 +393 +423 +453 +483 +513 +543 +573 +603 +633 +663 +693 +723 +753 +783 +813 +843 +873 +903 +933 +963 +993 +1023 +1053 +1083 +1113 +1143 +1173 +1203 +1233 +1263 +1293 +1323 +1353 +1383 +1413 +1443 +1473 +1503 +1533 +1563 +1593 +1623 +1653 +1683 +1713 +1743 +1773 +1803 +1833 +1863 +1893 +1923 +1953 +1983 +2013 +2043 +2073 +2103 +2133 +2163 +2193 +2223 +2253 +2283 +2313 +2343 +2373 +2403 +2433 +2463 +2493 +2523 +2553 +2583 +2613 +2643 +2673 +2703 +2733 +2763 +2793 +2823 +2853 +2883 +2913 +2943 +2973 +3003 +3033 +3063 +3093 +3123 +3153 +3183 +3213 +3243 +3273 +3303 +3333 +3363 +3393 +3423 +3453 +3483 +3513 +3543 +3573 +3603 +3633 +3663 +3693 +3723 +3753 +3783 +3813 +3843 +3873 +3903 +3933 +3963 +3993 +4023 +4053 +4083 +4113 +4143 +4173 +4203 +4233 +4263 +4293 +4323 +4353 +4383 +4413 +4443 +4473 +4503 +4533 +4563 +4593 +4623 +4653 +4683 +4713 +4743 +4773 +4803 +4833 +4863 +4893 +4923 +4953 +4983 +5013 +5043 +5073 +5103 +5133 +5163 +5193 +5223 +5253 +5283 +5313 +5343 +5373 +5403 +5433 +5463 +5493 +5523 +5553 +5583 +5613 +5643 +5673 +5703 +5733 +5763 +5793 +5823 +5853 +5883 +5913 +5943 +5973 +4 +34 +64 +94 +124 +154 +184 +214 +244 +274 +304 +334 +364 +394 +424 +454 +484 +514 +544 +574 +604 +634 +664 +694 +724 +754 +784 +814 +844 +874 +904 +934 +964 +994 +1024 +1054 +1084 +1114 +1144 +1174 +1204 +1234 +1264 +1294 +1324 +1354 +1384 +1414 +1444 +1474 +1504 +1534 +1564 +1594 +1624 +1654 +1684 +1714 +1744 +1774 +1804 +1834 +1864 +1894 +1924 +1954 +1984 +2014 +2044 +2074 +2104 +2134 +2164 +2194 +2224 +2254 +2284 +2314 +2344 +2374 +2404 +2434 +2464 +2494 +2524 +2554 +2584 +2614 +2644 +2674 +2704 +2734 +2764 +2794 +2824 +2854 +2884 +2914 +2944 +2974 +3004 +3034 +3064 +3094 +3124 +3154 +3184 +3214 +3244 +3274 +3304 +3334 +3364 +3394 +3424 +3454 +3484 +3514 +3544 +3574 +3604 +3634 +3664 +3694 +3724 +3754 +3784 +3814 +3844 +3874 +3904 +3934 +3964 +3994 +4024 +4054 +4084 +4114 +4144 +4174 +4204 +4234 +4264 +4294 +4324 +4354 +4384 +4414 +4444 +4474 +4504 +4534 +4564 +4594 +4624 +4654 +4684 +4714 +4744 +4774 +4804 +4834 +4864 +4894 +4924 +4954 +4984 +5014 +5044 +5074 +5104 +5134 +5164 +5194 +5224 +5254 +5284 +5314 +5344 +5374 +5404 +5434 +5464 +5494 +5524 +5554 +5584 +5614 +5644 +5674 +5704 +5734 +5764 +5794 +5824 +5854 +5884 +5914 +5944 +5974 +5 +35 +65 +95 +125 +155 +185 +215 +245 +275 +305 +335 +365 +395 +425 +455 +485 +515 +545 +575 +605 +635 +665 +695 +725 +755 +785 +815 +845 +875 +905 +935 +965 +995 +1025 +1055 +1085 +1115 +1145 +1175 +1205 +1235 +1265 +1295 +1325 +1355 +1385 +1415 +1445 +1475 +1505 +1535 +1565 +1595 +1625 +1655 +1685 +1715 +1745 +1775 +1805 +1835 +1865 +1895 +1925 +1955 +1985 +2015 +2045 +2075 +2105 +2135 +2165 +2195 +2225 +2255 +2285 +2315 +2345 +2375 +2405 +2435 +2465 +2495 +2525 +2555 +2585 +2615 +2645 +2675 +2705 +2735 +2765 +2795 +2825 +2855 +2885 +2915 +2945 +2975 +3005 +3035 +3065 +3095 +3125 +3155 +3185 +3215 +3245 +3275 +3305 +3335 +3365 +3395 +3425 +3455 +3485 +3515 +3545 +3575 +3605 +3635 +3665 +3695 +3725 +3755 +3785 +3815 +3845 +3875 +3905 +3935 +3965 +3995 +4025 +4055 +4085 +4115 +4145 +4175 +4205 +4235 +4265 +4295 +4325 +4355 +4385 +4415 +4445 +4475 +4505 +4535 +4565 +4595 +4625 +4655 +4685 +4715 +4745 +4775 +4805 +4835 +4865 +4895 +4925 +4955 +4985 +5015 +5045 +5075 +5105 +5135 +5165 +5195 +5225 +5255 +5285 +5315 +5345 +5375 +5405 +5435 +5465 +5495 +5525 +5555 +5585 +5615 +5645 +5675 +5705 +5735 +5765 +5795 +5825 +5855 +5885 +5915 +5945 +5975 +6 +36 +66 +96 +126 +156 +186 +216 +246 +276 +306 +336 +366 +396 +426 +456 +486 +516 +546 +576 +606 +636 +666 +696 +726 +756 +786 +816 +846 +876 +906 +936 +966 +996 +1026 +1056 +1086 +1116 +1146 +1176 +1206 +1236 +1266 +1296 +1326 +1356 +1386 +1416 +1446 +1476 +1506 +1536 +1566 +1596 +1626 +1656 +1686 +1716 +1746 +1776 +1806 +1836 +1866 +1896 +1926 +1956 +1986 +2016 +2046 +2076 +2106 +2136 +2166 +2196 +2226 +2256 +2286 +2316 +2346 +2376 +2406 +2436 +2466 +2496 +2526 +2556 +2586 +2616 +2646 +2676 +2706 +2736 +2766 +2796 +2826 +2856 +2886 +2916 +2946 +2976 +3006 +3036 +3066 +3096 +3126 +3156 +3186 +3216 +3246 +3276 +3306 +3336 +3366 +3396 +3426 +3456 +3486 +3516 +3546 +3576 +3606 +3636 +3666 +3696 +3726 +3756 +3786 +3816 +3846 +3876 +3906 +3936 +3966 +3996 +4026 +4056 +4086 +4116 +4146 +4176 +4206 +4236 +4266 +4296 +4326 +4356 +4386 +4416 +4446 +4476 +4506 +4536 +4566 +4596 +4626 +4656 +4686 +4716 +4746 +4776 +4806 +4836 +4866 +4896 +4926 +4956 +4986 +5016 +5046 +5076 +5106 +5136 +5166 +5196 +5226 +5256 +5286 +5316 +5346 +5376 +5406 +5436 +5466 +5496 +5526 +5556 +5586 +5616 +5646 +5676 +5706 +5736 +5766 +5796 +5826 +5856 +5886 +5916 +5946 +5976 +7 +37 +67 +97 +127 +157 +187 +217 +247 +277 +307 +337 +367 +397 +427 +457 +487 +517 +547 +577 +607 +637 +667 +697 +727 +757 +787 +817 +847 +877 +907 +937 +967 +997 +1027 +1057 +1087 +1117 +1147 +1177 +1207 +1237 +1267 +1297 +1327 +1357 +1387 +1417 +1447 +1477 +1507 +1537 +1567 +1597 +1627 +1657 +1687 +1717 +1747 +1777 +1807 +1837 +1867 +1897 +1927 +1957 +1987 +2017 +2047 +2077 +2107 +2137 +2167 +2197 +2227 +2257 +2287 +2317 +2347 +2377 +2407 +2437 +2467 +2497 +2527 +2557 +2587 +2617 +2647 +2677 +2707 +2737 +2767 +2797 +2827 +2857 +2887 +2917 +2947 +2977 +3007 +3037 +3067 +3097 +3127 +3157 +3187 +3217 +3247 +3277 +3307 +3337 +3367 +3397 +3427 +3457 +3487 +3517 +3547 +3577 +3607 +3637 +3667 +3697 +3727 +3757 +3787 +3817 +3847 +3877 +3907 +3937 +3967 +3997 +4027 +4057 +4087 +4117 +4147 +4177 +4207 +4237 +4267 +4297 +4327 +4357 +4387 +4417 +4447 +4477 +4507 +4537 +4567 +4597 +4627 +4657 +4687 +4717 +4747 +4777 +4807 +4837 +4867 +4897 +4927 +4957 +4987 +5017 +5047 +5077 +5107 +5137 +5167 +5197 +5227 +5257 +5287 +5317 +5347 +5377 +5407 +5437 +5467 +5497 +5527 +5557 +5587 +5617 +5647 +5677 +5707 +5737 +5767 +5797 +5827 +5857 +5887 +5917 +5947 +5977 +8 +38 +68 +98 +128 +158 +188 +218 +248 +278 +308 +338 +368 +398 +428 +458 +488 +518 +548 +578 +608 +638 +668 +698 +728 +758 +788 +818 +848 +878 +908 +938 +968 +998 +1028 +1058 +1088 +1118 +1148 +1178 +1208 +1238 +1268 +1298 +1328 +1358 +1388 +1418 +1448 +1478 +1508 +1538 +1568 +1598 +1628 +1658 +1688 +1718 +1748 +1778 +1808 +1838 +1868 +1898 +1928 +1958 +1988 +2018 +2048 +2078 +2108 +2138 +2168 +2198 +2228 +2258 +2288 +2318 +2348 +2378 +2408 +2438 +2468 +2498 +2528 +2558 +2588 +2618 +2648 +2678 +2708 +2738 +2768 +2798 +2828 +2858 +2888 +2918 +2948 +2978 +3008 +3038 +3068 +3098 +3128 +3158 +3188 +3218 +3248 +3278 +3308 +3338 +3368 +3398 +3428 +3458 +3488 +3518 +3548 +3578 +3608 +3638 +3668 +3698 +3728 +3758 +3788 +3818 +3848 +3878 +3908 +3938 +3968 +3998 +4028 +4058 +4088 +4118 +4148 +4178 +4208 +4238 +4268 +4298 +4328 +4358 +4388 +4418 +4448 +4478 +4508 +4538 +4568 +4598 +4628 +4658 +4688 +4718 +4748 +4778 +4808 +4838 +4868 +4898 +4928 +4958 +4988 +5018 +5048 +5078 +5108 +5138 +5168 +5198 +5228 +5258 +5288 +5318 +5348 +5378 +5408 +5438 +5468 +5498 +5528 +5558 +5588 +5618 +5648 +5678 +5708 +5738 +5768 +5798 +5828 +5858 +5888 +5918 +5948 +5978 +9 +39 +69 +99 +129 +159 +189 +219 +249 +279 +309 +339 +369 +399 +429 +459 +489 +519 +549 +579 +609 +639 +669 +699 +729 +759 +789 +819 +849 +879 +909 +939 +969 +999 +1029 +1059 +1089 +1119 +1149 +1179 +1209 +1239 +1269 +1299 +1329 +1359 +1389 +1419 +1449 +1479 +1509 +1539 +1569 +1599 +1629 +1659 +1689 +1719 +1749 +1779 +1809 +1839 +1869 +1899 +1929 +1959 +1989 +2019 +2049 +2079 +2109 +2139 +2169 +2199 +2229 +2259 +2289 +2319 +2349 +2379 +2409 +2439 +2469 +2499 +2529 +2559 +2589 +2619 +2649 +2679 +2709 +2739 +2769 +2799 +2829 +2859 +2889 +2919 +2949 +2979 +3009 +3039 +3069 +3099 +3129 +3159 +3189 +3219 +3249 +3279 +3309 +3339 +3369 +3399 +3429 +3459 +3489 +3519 +3549 +3579 +3609 +3639 +3669 +3699 +3729 +3759 +3789 +3819 +3849 +3879 +3909 +3939 +3969 +3999 +4029 +4059 +4089 +4119 +4149 +4179 +4209 +4239 +4269 +4299 +4329 +4359 +4389 +4419 +4449 +4479 +4509 +4539 +4569 +4599 +4629 +4659 +4689 +4719 +4749 +4779 +4809 +4839 +4869 +4899 +4929 +4959 +4989 +5019 +5049 +5079 +5109 +5139 +5169 +5199 +5229 +5259 +5289 +5319 +5349 +5379 +5409 +5439 +5469 +5499 +5529 +5559 +5589 +5619 +5649 +5679 +5709 +5739 +5769 +5799 +5829 +5859 +5889 +5919 +5949 +5979 +10 +40 +70 +100 +130 +160 +190 +220 +250 +280 +310 +340 +370 +400 +430 +460 +490 +520 +550 +580 +610 +640 +670 +700 +730 +760 +790 +820 +850 +880 +910 +940 +970 +1000 +1030 +1060 +1090 +1120 +1150 +1180 +1210 +1240 +1270 +1300 +1330 +1360 +1390 +1420 +1450 +1480 +1510 +1540 +1570 +1600 +1630 +1660 +1690 +1720 +1750 +1780 +1810 +1840 +1870 +1900 +1930 +1960 +1990 +2020 +2050 +2080 +2110 +2140 +2170 +2200 +2230 +2260 +2290 +2320 +2350 +2380 +2410 +2440 +2470 +2500 +2530 +2560 +2590 +2620 +2650 +2680 +2710 +2740 +2770 +2800 +2830 +2860 +2890 +2920 +2950 +2980 +3010 +3040 +3070 +3100 +3130 +3160 +3190 +3220 +3250 +3280 +3310 +3340 +3370 +3400 +3430 +3460 +3490 +3520 +3550 +3580 +3610 +3640 +3670 +3700 +3730 +3760 +3790 +3820 +3850 +3880 +3910 +3940 +3970 +4000 +4030 +4060 +4090 +4120 +4150 +4180 +4210 +4240 +4270 +4300 +4330 +4360 +4390 +4420 +4450 +4480 +4510 +4540 +4570 +4600 +4630 +4660 +4690 +4720 +4750 +4780 +4810 +4840 +4870 +4900 +4930 +4960 +4990 +5020 +5050 +5080 +5110 +5140 +5170 +5200 +5230 +5260 +5290 +5320 +5350 +5380 +5410 +5440 +5470 +5500 +5530 +5560 +5590 +5620 +5650 +5680 +5710 +5740 +5770 +5800 +5830 +5860 +5890 +5920 +5950 +5980 +11 +41 +71 +101 +131 +161 +191 +221 +251 +281 +311 +341 +371 +401 +431 +461 +491 +521 +551 +581 +611 +641 +671 +701 +731 +761 +791 +821 +851 +881 +911 +941 +971 +1001 +1031 +1061 +1091 +1121 +1151 +1181 +1211 +1241 +1271 +1301 +1331 +1361 +1391 +1421 +1451 +1481 +1511 +1541 +1571 +1601 +1631 +1661 +1691 +1721 +1751 +1781 +1811 +1841 +1871 +1901 +1931 +1961 +1991 +2021 +2051 +2081 +2111 +2141 +2171 +2201 +2231 +2261 +2291 +2321 +2351 +2381 +2411 +2441 +2471 +2501 +2531 +2561 +2591 +2621 +2651 +2681 +2711 +2741 +2771 +2801 +2831 +2861 +2891 +2921 +2951 +2981 +3011 +3041 +3071 +3101 +3131 +3161 +3191 +3221 +3251 +3281 +3311 +3341 +3371 +3401 +3431 +3461 +3491 +3521 +3551 +3581 +3611 +3641 +3671 +3701 +3731 +3761 +3791 +3821 +3851 +3881 +3911 +3941 +3971 +4001 +4031 +4061 +4091 +4121 +4151 +4181 +4211 +4241 +4271 +4301 +4331 +4361 +4391 +4421 +4451 +4481 +4511 +4541 +4571 +4601 +4631 +4661 +4691 +4721 +4751 +4781 +4811 +4841 +4871 +4901 +4931 +4961 +4991 +5021 +5051 +5081 +5111 +5141 +5171 +5201 +5231 +5261 +5291 +5321 +5351 +5381 +5411 +5441 +5471 +5501 +5531 +5561 +5591 +5621 +5651 +5681 +5711 +5741 +5771 +5801 +5831 +5861 +5891 +5921 +5951 +5981 +12 +42 +72 +102 +132 +162 +192 +222 +252 +282 +312 +342 +372 +402 +432 +462 +492 +522 +552 +582 +612 +642 +672 +702 +732 +762 +792 +822 +852 +882 +912 +942 +972 +1002 +1032 +1062 +1092 +1122 +1152 +1182 +1212 +1242 +1272 +1302 +1332 +1362 +1392 +1422 +1452 +1482 +1512 +1542 +1572 +1602 +1632 +1662 +1692 +1722 +1752 +1782 +1812 +1842 +1872 +1902 +1932 +1962 +1992 +2022 +2052 +2082 +2112 +2142 +2172 +2202 +2232 +2262 +2292 +2322 +2352 +2382 +2412 +2442 +2472 +2502 +2532 +2562 +2592 +2622 +2652 +2682 +2712 +2742 +2772 +2802 +2832 +2862 +2892 +2922 +2952 +2982 +3012 +3042 +3072 +3102 +3132 +3162 +3192 +3222 +3252 +3282 +3312 +3342 +3372 +3402 +3432 +3462 +3492 +3522 +3552 +3582 +3612 +3642 +3672 +3702 +3732 +3762 +3792 +3822 +3852 +3882 +3912 +3942 +3972 +4002 +4032 +4062 +4092 +4122 +4152 +4182 +4212 +4242 +4272 +4302 +4332 +4362 +4392 +4422 +4452 +4482 +4512 +4542 +4572 +4602 +4632 +4662 +4692 +4722 +4752 +4782 +4812 +4842 +4872 +4902 +4932 +4962 +4992 +5022 +5052 +5082 +5112 +5142 +5172 +5202 +5232 +5262 +5292 +5322 +5352 +5382 +5412 +5442 +5472 +5502 +5532 +5562 +5592 +5622 +5652 +5682 +5712 +5742 +5772 +5802 +5832 +5862 +5892 +5922 +5952 +5982 +13 +43 +73 +103 +133 +163 +193 +223 +253 +283 +313 +343 +373 +403 +433 +463 +493 +523 +553 +583 +613 +643 +673 +703 +733 +763 +793 +823 +853 +883 +913 +943 +973 +1003 +1033 +1063 +1093 +1123 +1153 +1183 +1213 +1243 +1273 +1303 +1333 +1363 +1393 +1423 +1453 +1483 +1513 +1543 +1573 +1603 +1633 +1663 +1693 +1723 +1753 +1783 +1813 +1843 +1873 +1903 +1933 +1963 +1993 +2023 +2053 +2083 +2113 +2143 +2173 +2203 +2233 +2263 +2293 +2323 +2353 +2383 +2413 +2443 +2473 +2503 +2533 +2563 +2593 +2623 +2653 +2683 +2713 +2743 +2773 +2803 +2833 +2863 +2893 +2923 +2953 +2983 +3013 +3043 +3073 +3103 +3133 +3163 +3193 +3223 +3253 +3283 +3313 +3343 +3373 +3403 +3433 +3463 +3493 +3523 +3553 +3583 +3613 +3643 +3673 +3703 +3733 +3763 +3793 +3823 +3853 +3883 +3913 +3943 +3973 +4003 +4033 +4063 +4093 +4123 +4153 +4183 +4213 +4243 +4273 +4303 +4333 +4363 +4393 +4423 +4453 +4483 +4513 +4543 +4573 +4603 +4633 +4663 +4693 +4723 +4753 +4783 +4813 +4843 +4873 +4903 +4933 +4963 +4993 +5023 +5053 +5083 +5113 +5143 +5173 +5203 +5233 +5263 +5293 +5323 +5353 +5383 +5413 +5443 +5473 +5503 +5533 +5563 +5593 +5623 +5653 +5683 +5713 +5743 +5773 +5803 +5833 +5863 +5893 +5923 +5953 +5983 +14 +44 +74 +104 +134 +164 +194 +224 +254 +284 +314 +344 +374 +404 +434 +464 +494 +524 +554 +584 +614 +644 +674 +704 +734 +764 +794 +824 +854 +884 +914 +944 +974 +1004 +1034 +1064 +1094 +1124 +1154 +1184 +1214 +1244 +1274 +1304 +1334 +1364 +1394 +1424 +1454 +1484 +1514 +1544 +1574 +1604 +1634 +1664 +1694 +1724 +1754 +1784 +1814 +1844 +1874 +1904 +1934 +1964 +1994 +2024 +2054 +2084 +2114 +2144 +2174 +2204 +2234 +2264 +2294 +2324 +2354 +2384 +2414 +2444 +2474 +2504 +2534 +2564 +2594 +2624 +2654 +2684 +2714 +2744 +2774 +2804 +2834 +2864 +2894 +2924 +2954 +2984 +3014 +3044 +3074 +3104 +3134 +3164 +3194 +3224 +3254 +3284 +3314 +3344 +3374 +3404 +3434 +3464 +3494 +3524 +3554 +3584 +3614 +3644 +3674 +3704 +3734 +3764 +3794 +3824 +3854 +3884 +3914 +3944 +3974 +4004 +4034 +4064 +4094 +4124 +4154 +4184 +4214 +4244 +4274 +4304 +4334 +4364 +4394 +4424 +4454 +4484 +4514 +4544 +4574 +4604 +4634 +4664 +4694 +4724 +4754 +4784 +4814 +4844 +4874 +4904 +4934 +4964 +4994 +5024 +5054 +5084 +5114 +5144 +5174 +5204 +5234 +5264 +5294 +5324 +5354 +5384 +5414 +5444 +5474 +5504 +5534 +5564 +5594 +5624 +5654 +5684 +5714 +5744 +5774 +5804 +5834 +5864 +5894 +5924 +5954 +5984 +15 +45 +75 +105 +135 +165 +195 +225 +255 +285 +315 +345 +375 +405 +435 +465 +495 +525 +555 +585 +615 +645 +675 +705 +735 +765 +795 +825 +855 +885 +915 +945 +975 +1005 +1035 +1065 +1095 +1125 +1155 +1185 +1215 +1245 +1275 +1305 +1335 +1365 +1395 +1425 +1455 +1485 +1515 +1545 +1575 +1605 +1635 +1665 +1695 +1725 +1755 +1785 +1815 +1845 +1875 +1905 +1935 +1965 +1995 +2025 +2055 +2085 +2115 +2145 +2175 +2205 +2235 +2265 +2295 +2325 +2355 +2385 +2415 +2445 +2475 +2505 +2535 +2565 +2595 +2625 +2655 +2685 +2715 +2745 +2775 +2805 +2835 +2865 +2895 +2925 +2955 +2985 +3015 +3045 +3075 +3105 +3135 +3165 +3195 +3225 +3255 +3285 +3315 +3345 +3375 +3405 +3435 +3465 +3495 +3525 +3555 +3585 +3615 +3645 +3675 +3705 +3735 +3765 +3795 +3825 +3855 +3885 +3915 +3945 +3975 +4005 +4035 +4065 +4095 +4125 +4155 +4185 +4215 +4245 +4275 +4305 +4335 +4365 +4395 +4425 +4455 +4485 +4515 +4545 +4575 +4605 +4635 +4665 +4695 +4725 +4755 +4785 +4815 +4845 +4875 +4905 +4935 +4965 +4995 +5025 +5055 +5085 +5115 +5145 +5175 +5205 +5235 +5265 +5295 +5325 +5355 +5385 +5415 +5445 +5475 +5505 +5535 +5565 +5595 +5625 +5655 +5685 +5715 +5745 +5775 +5805 +5835 +5865 +5895 +5925 +5955 +5985 +16 +46 +76 +106 +136 +166 +196 +226 +256 +286 +316 +346 +376 +406 +436 +466 +496 +526 +556 +586 +616 +646 +676 +706 +736 +766 +796 +826 +856 +886 +916 +946 +976 +1006 +1036 +1066 +1096 +1126 +1156 +1186 +1216 +1246 +1276 +1306 +1336 +1366 +1396 +1426 +1456 +1486 +1516 +1546 +1576 +1606 +1636 +1666 +1696 +1726 +1756 +1786 +1816 +1846 +1876 +1906 +1936 +1966 +1996 +2026 +2056 +2086 +2116 +2146 +2176 +2206 +2236 +2266 +2296 +2326 +2356 +2386 +2416 +2446 +2476 +2506 +2536 +2566 +2596 +2626 +2656 +2686 +2716 +2746 +2776 +2806 +2836 +2866 +2896 +2926 +2956 +2986 +3016 +3046 +3076 +3106 +3136 +3166 +3196 +3226 +3256 +3286 +3316 +3346 +3376 +3406 +3436 +3466 +3496 +3526 +3556 +3586 +3616 +3646 +3676 +3706 +3736 +3766 +3796 +3826 +3856 +3886 +3916 +3946 +3976 +4006 +4036 +4066 +4096 +4126 +4156 +4186 +4216 +4246 +4276 +4306 +4336 +4366 +4396 +4426 +4456 +4486 +4516 +4546 +4576 +4606 +4636 +4666 +4696 +4726 +4756 +4786 +4816 +4846 +4876 +4906 +4936 +4966 +4996 +5026 +5056 +5086 +5116 +5146 +5176 +5206 +5236 +5266 +5296 +5326 +5356 +5386 +5416 +5446 +5476 +5506 +5536 +5566 +5596 +5626 +5656 +5686 +5716 +5746 +5776 +5806 +5836 +5866 +5896 +5926 +5956 +5986 +17 +47 +77 +107 +137 +167 +197 +227 +257 +287 +317 +347 +377 +407 +437 +467 +497 +527 +557 +587 +617 +647 +677 +707 +737 +767 +797 +827 +857 +887 +917 +947 +977 +1007 +1037 +1067 +1097 +1127 +1157 +1187 +1217 +1247 +1277 +1307 +1337 +1367 +1397 +1427 +1457 +1487 +1517 +1547 +1577 +1607 +1637 +1667 +1697 +1727 +1757 +1787 +1817 +1847 +1877 +1907 +1937 +1967 +1997 +2027 +2057 +2087 +2117 +2147 +2177 +2207 +2237 +2267 +2297 +2327 +2357 +2387 +2417 +2447 +2477 +2507 +2537 +2567 +2597 +2627 +2657 +2687 +2717 +2747 +2777 +2807 +2837 +2867 +2897 +2927 +2957 +2987 +3017 +3047 +3077 +3107 +3137 +3167 +3197 +3227 +3257 +3287 +3317 +3347 +3377 +3407 +3437 +3467 +3497 +3527 +3557 +3587 +3617 +3647 +3677 +3707 +3737 +3767 +3797 +3827 +3857 +3887 +3917 +3947 +3977 +4007 +4037 +4067 +4097 +4127 +4157 +4187 +4217 +4247 +4277 +4307 +4337 +4367 +4397 +4427 +4457 +4487 +4517 +4547 +4577 +4607 +4637 +4667 +4697 +4727 +4757 +4787 +4817 +4847 +4877 +4907 +4937 +4967 +4997 +5027 +5057 +5087 +5117 +5147 +5177 +5207 +5237 +5267 +5297 +5327 +5357 +5387 +5417 +5447 +5477 +5507 +5537 +5567 +5597 +5627 +5657 +5687 +5717 +5747 +5777 +5807 +5837 +5867 +5897 +5927 +5957 +5987 +18 +48 +78 +108 +138 +168 +198 +228 +258 +288 +318 +348 +378 +408 +438 +468 +498 +528 +558 +588 +618 +648 +678 +708 +738 +768 +798 +828 +858 +888 +918 +948 +978 +1008 +1038 +1068 +1098 +1128 +1158 +1188 +1218 +1248 +1278 +1308 +1338 +1368 +1398 +1428 +1458 +1488 +1518 +1548 +1578 +1608 +1638 +1668 +1698 +1728 +1758 +1788 +1818 +1848 +1878 +1908 +1938 +1968 +1998 +2028 +2058 +2088 +2118 +2148 +2178 +2208 +2238 +2268 +2298 +2328 +2358 +2388 +2418 +2448 +2478 +2508 +2538 +2568 +2598 +2628 +2658 +2688 +2718 +2748 +2778 +2808 +2838 +2868 +2898 +2928 +2958 +2988 +3018 +3048 +3078 +3108 +3138 +3168 +3198 +3228 +3258 +3288 +3318 +3348 +3378 +3408 +3438 +3468 +3498 +3528 +3558 +3588 +3618 +3648 +3678 +3708 +3738 +3768 +3798 +3828 +3858 +3888 +3918 +3948 +3978 +4008 +4038 +4068 +4098 +4128 +4158 +4188 +4218 +4248 +4278 +4308 +4338 +4368 +4398 +4428 +4458 +4488 +4518 +4548 +4578 +4608 +4638 +4668 +4698 +4728 +4758 +4788 +4818 +4848 +4878 +4908 +4938 +4968 +4998 +5028 +5058 +5088 +5118 +5148 +5178 +5208 +5238 +5268 +5298 +5328 +5358 +5388 +5418 +5448 +5478 +5508 +5538 +5568 +5598 +5628 +5658 +5688 +5718 +5748 +5778 +5808 +5838 +5868 +5898 +5928 +5958 +5988 +19 +49 +79 +109 +139 +169 +199 +229 +259 +289 +319 +349 +379 +409 +439 +469 +499 +529 +559 +589 +619 +649 +679 +709 +739 +769 +799 +829 +859 +889 +919 +949 +979 +1009 +1039 +1069 +1099 +1129 +1159 +1189 +1219 +1249 +1279 +1309 +1339 +1369 +1399 +1429 +1459 +1489 +1519 +1549 +1579 +1609 +1639 +1669 +1699 +1729 +1759 +1789 +1819 +1849 +1879 +1909 +1939 +1969 +1999 +2029 +2059 +2089 +2119 +2149 +2179 +2209 +2239 +2269 +2299 +2329 +2359 +2389 +2419 +2449 +2479 +2509 +2539 +2569 +2599 +2629 +2659 +2689 +2719 +2749 +2779 +2809 +2839 +2869 +2899 +2929 +2959 +2989 +3019 +3049 +3079 +3109 +3139 +3169 +3199 +3229 +3259 +3289 +3319 +3349 +3379 +3409 +3439 +3469 +3499 +3529 +3559 +3589 +3619 +3649 +3679 +3709 +3739 +3769 +3799 +3829 +3859 +3889 +3919 +3949 +3979 +4009 +4039 +4069 +4099 +4129 +4159 +4189 +4219 +4249 +4279 +4309 +4339 +4369 +4399 +4429 +4459 +4489 +4519 +4549 +4579 +4609 +4639 +4669 +4699 +4729 +4759 +4789 +4819 +4849 +4879 +4909 +4939 +4969 +4999 +5029 +5059 +5089 +5119 +5149 +5179 +5209 +5239 +5269 +5299 +5329 +5359 +5389 +5419 +5449 +5479 +5509 +5539 +5569 +5599 +5629 +5659 +5689 +5719 +5749 +5779 +5809 +5839 +5869 +5899 +5929 +5959 +5989 +20 +50 +80 +110 +140 +170 +200 +230 +260 +290 +320 +350 +380 +410 +440 +470 +500 +530 +560 +590 +620 +650 +680 +710 +740 +770 +800 +830 +860 +890 +920 +950 +980 +1010 +1040 +1070 +1100 +1130 +1160 +1190 +1220 +1250 +1280 +1310 +1340 +1370 +1400 +1430 +1460 +1490 +1520 +1550 +1580 +1610 +1640 +1670 +1700 +1730 +1760 +1790 +1820 +1850 +1880 +1910 +1940 +1970 +2000 +2030 +2060 +2090 +2120 +2150 +2180 +2210 +2240 +2270 +2300 +2330 +2360 +2390 +2420 +2450 +2480 +2510 +2540 +2570 +2600 +2630 +2660 +2690 +2720 +2750 +2780 +2810 +2840 +2870 +2900 +2930 +2960 +2990 +3020 +3050 +3080 +3110 +3140 +3170 +3200 +3230 +3260 +3290 +3320 +3350 +3380 +3410 +3440 +3470 +3500 +3530 +3560 +3590 +3620 +3650 +3680 +3710 +3740 +3770 +3800 +3830 +3860 +3890 +3920 +3950 +3980 +4010 +4040 +4070 +4100 +4130 +4160 +4190 +4220 +4250 +4280 +4310 +4340 +4370 +4400 +4430 +4460 +4490 +4520 +4550 +4580 +4610 +4640 +4670 +4700 +4730 +4760 +4790 +4820 +4850 +4880 +4910 +4940 +4970 +5000 +5030 +5060 +5090 +5120 +5150 +5180 +5210 +5240 +5270 +5300 +5330 +5360 +5390 +5420 +5450 +5480 +5510 +5540 +5570 +5600 +5630 +5660 +5690 +5720 +5750 +5780 +5810 +5840 +5870 +5900 +5930 +5960 +5990 +21 +51 +81 +111 +141 +171 +201 +231 +261 +291 +321 +351 +381 +411 +441 +471 +501 +531 +561 +591 +621 +651 +681 +711 +741 +771 +801 +831 +861 +891 +921 +951 +981 +1011 +1041 +1071 +1101 +1131 +1161 +1191 +1221 +1251 +1281 +1311 +1341 +1371 +1401 +1431 +1461 +1491 +1521 +1551 +1581 +1611 +1641 +1671 +1701 +1731 +1761 +1791 +1821 +1851 +1881 +1911 +1941 +1971 +2001 +2031 +2061 +2091 +2121 +2151 +2181 +2211 +2241 +2271 +2301 +2331 +2361 +2391 +2421 +2451 +2481 +2511 +2541 +2571 +2601 +2631 +2661 +2691 +2721 +2751 +2781 +2811 +2841 +2871 +2901 +2931 +2961 +2991 +3021 +3051 +3081 +3111 +3141 +3171 +3201 +3231 +3261 +3291 +3321 +3351 +3381 +3411 +3441 +3471 +3501 +3531 +3561 +3591 +3621 +3651 +3681 +3711 +3741 +3771 +3801 +3831 +3861 +3891 +3921 +3951 +3981 +4011 +4041 +4071 +4101 +4131 +4161 +4191 +4221 +4251 +4281 +4311 +4341 +4371 +4401 +4431 +4461 +4491 +4521 +4551 +4581 +4611 +4641 +4671 +4701 +4731 +4761 +4791 +4821 +4851 +4881 +4911 +4941 +4971 +5001 +5031 +5061 +5091 +5121 +5151 +5181 +5211 +5241 +5271 +5301 +5331 +5361 +5391 +5421 +5451 +5481 +5511 +5541 +5571 +5601 +5631 +5661 +5691 +5721 +5751 +5781 +5811 +5841 +5871 +5901 +5931 +5961 +5991 +22 +52 +82 +112 +142 +172 +202 +232 +262 +292 +322 +352 +382 +412 +442 +472 +502 +532 +562 +592 +622 +652 +682 +712 +742 +772 +802 +832 +862 +892 +922 +952 +982 +1012 +1042 +1072 +1102 +1132 +1162 +1192 +1222 +1252 +1282 +1312 +1342 +1372 +1402 +1432 +1462 +1492 +1522 +1552 +1582 +1612 +1642 +1672 +1702 +1732 +1762 +1792 +1822 +1852 +1882 +1912 +1942 +1972 +2002 +2032 +2062 +2092 +2122 +2152 +2182 +2212 +2242 +2272 +2302 +2332 +2362 +2392 +2422 +2452 +2482 +2512 +2542 +2572 +2602 +2632 +2662 +2692 +2722 +2752 +2782 +2812 +2842 +2872 +2902 +2932 +2962 +2992 +3022 +3052 +3082 +3112 +3142 +3172 +3202 +3232 +3262 +3292 +3322 +3352 +3382 +3412 +3442 +3472 +3502 +3532 +3562 +3592 +3622 +3652 +3682 +3712 +3742 +3772 +3802 +3832 +3862 +3892 +3922 +3952 +3982 +4012 +4042 +4072 +4102 +4132 +4162 +4192 +4222 +4252 +4282 +4312 +4342 +4372 +4402 +4432 +4462 +4492 +4522 +4552 +4582 +4612 +4642 +4672 +4702 +4732 +4762 +4792 +4822 +4852 +4882 +4912 +4942 +4972 +5002 +5032 +5062 +5092 +5122 +5152 +5182 +5212 +5242 +5272 +5302 +5332 +5362 +5392 +5422 +5452 +5482 +5512 +5542 +5572 +5602 +5632 +5662 +5692 +5722 +5752 +5782 +5812 +5842 +5872 +5902 +5932 +5962 +5992 +23 +53 +83 +113 +143 +173 +203 +233 +263 +293 +323 +353 +383 +413 +443 +473 +503 +533 +563 +593 +623 +653 +683 +713 +743 +773 +803 +833 +863 +893 +923 +953 +983 +1013 +1043 +1073 +1103 +1133 +1163 +1193 +1223 +1253 +1283 +1313 +1343 +1373 +1403 +1433 +1463 +1493 +1523 +1553 +1583 +1613 +1643 +1673 +1703 +1733 +1763 +1793 +1823 +1853 +1883 +1913 +1943 +1973 +2003 +2033 +2063 +2093 +2123 +2153 +2183 +2213 +2243 +2273 +2303 +2333 +2363 +2393 +2423 +2453 +2483 +2513 +2543 +2573 +2603 +2633 +2663 +2693 +2723 +2753 +2783 +2813 +2843 +2873 +2903 +2933 +2963 +2993 +3023 +3053 +3083 +3113 +3143 +3173 +3203 +3233 +3263 +3293 +3323 +3353 +3383 +3413 +3443 +3473 +3503 +3533 +3563 +3593 +3623 +3653 +3683 +3713 +3743 +3773 +3803 +3833 +3863 +3893 +3923 +3953 +3983 +4013 +4043 +4073 +4103 +4133 +4163 +4193 +4223 +4253 +4283 +4313 +4343 +4373 +4403 +4433 +4463 +4493 +4523 +4553 +4583 +4613 +4643 +4673 +4703 +4733 +4763 +4793 +4823 +4853 +4883 +4913 +4943 +4973 +5003 +5033 +5063 +5093 +5123 +5153 +5183 +5213 +5243 +5273 +5303 +5333 +5363 +5393 +5423 +5453 +5483 +5513 +5543 +5573 +5603 +5633 +5663 +5693 +5723 +5753 +5783 +5813 +5843 +5873 +5903 +5933 +5963 +5993 +24 +54 +84 +114 +144 +174 +204 +234 +264 +294 +324 +354 +384 +414 +444 +474 +504 +534 +564 +594 +624 +654 +684 +714 +744 +774 +804 +834 +864 +894 +924 +954 +984 +1014 +1044 +1074 +1104 +1134 +1164 +1194 +1224 +1254 +1284 +1314 +1344 +1374 +1404 +1434 +1464 +1494 +1524 +1554 +1584 +1614 +1644 +1674 +1704 +1734 +1764 +1794 +1824 +1854 +1884 +1914 +1944 +1974 +2004 +2034 +2064 +2094 +2124 +2154 +2184 +2214 +2244 +2274 +2304 +2334 +2364 +2394 +2424 +2454 +2484 +2514 +2544 +2574 +2604 +2634 +2664 +2694 +2724 +2754 +2784 +2814 +2844 +2874 +2904 +2934 +2964 +2994 +3024 +3054 +3084 +3114 +3144 +3174 +3204 +3234 +3264 +3294 +3324 +3354 +3384 +3414 +3444 +3474 +3504 +3534 +3564 +3594 +3624 +3654 +3684 +3714 +3744 +3774 +3804 +3834 +3864 +3894 +3924 +3954 +3984 +4014 +4044 +4074 +4104 +4134 +4164 +4194 +4224 +4254 +4284 +4314 +4344 +4374 +4404 +4434 +4464 +4494 +4524 +4554 +4584 +4614 +4644 +4674 +4704 +4734 +4764 +4794 +4824 +4854 +4884 +4914 +4944 +4974 +5004 +5034 +5064 +5094 +5124 +5154 +5184 +5214 +5244 +5274 +5304 +5334 +5364 +5394 +5424 +5454 +5484 +5514 +5544 +5574 +5604 +5634 +5664 +5694 +5724 +5754 +5784 +5814 +5844 +5874 +5904 +5934 +5964 +5994 +25 +55 +85 +115 +145 +175 +205 +235 +265 +295 +325 +355 +385 +415 +445 +475 +505 +535 +565 +595 +625 +655 +685 +715 +745 +775 +805 +835 +865 +895 +925 +955 +985 +1015 +1045 +1075 +1105 +1135 +1165 +1195 +1225 +1255 +1285 +1315 +1345 +1375 +1405 +1435 +1465 +1495 +1525 +1555 +1585 +1615 +1645 +1675 +1705 +1735 +1765 +1795 +1825 +1855 +1885 +1915 +1945 +1975 +2005 +2035 +2065 +2095 +2125 +2155 +2185 +2215 +2245 +2275 +2305 +2335 +2365 +2395 +2425 +2455 +2485 +2515 +2545 +2575 +2605 +2635 +2665 +2695 +2725 +2755 +2785 +2815 +2845 +2875 +2905 +2935 +2965 +2995 +3025 +3055 +3085 +3115 +3145 +3175 +3205 +3235 +3265 +3295 +3325 +3355 +3385 +3415 +3445 +3475 +3505 +3535 +3565 +3595 +3625 +3655 +3685 +3715 +3745 +3775 +3805 +3835 +3865 +3895 +3925 +3955 +3985 +4015 +4045 +4075 +4105 +4135 +4165 +4195 +4225 +4255 +4285 +4315 +4345 +4375 +4405 +4435 +4465 +4495 +4525 +4555 +4585 +4615 +4645 +4675 +4705 +4735 +4765 +4795 +4825 +4855 +4885 +4915 +4945 +4975 +5005 +5035 +5065 +5095 +5125 +5155 +5185 +5215 +5245 +5275 +5305 +5335 +5365 +5395 +5425 +5455 +5485 +5515 +5545 +5575 +5605 +5635 +5665 +5695 +5725 +5755 +5785 +5815 +5845 +5875 +5905 +5935 +5965 +5995 +26 +56 +86 +116 +146 +176 +206 +236 +266 +296 +326 +356 +386 +416 +446 +476 +506 +536 +566 +596 +626 +656 +686 +716 +746 +776 +806 +836 +866 +896 +926 +956 +986 +1016 +1046 +1076 +1106 +1136 +1166 +1196 +1226 +1256 +1286 +1316 +1346 +1376 +1406 +1436 +1466 +1496 +1526 +1556 +1586 +1616 +1646 +1676 +1706 +1736 +1766 +1796 +1826 +1856 +1886 +1916 +1946 +1976 +2006 +2036 +2066 +2096 +2126 +2156 +2186 +2216 +2246 +2276 +2306 +2336 +2366 +2396 +2426 +2456 +2486 +2516 +2546 +2576 +2606 +2636 +2666 +2696 +2726 +2756 +2786 +2816 +2846 +2876 +2906 +2936 +2966 +2996 +3026 +3056 +3086 +3116 +3146 +3176 +3206 +3236 +3266 +3296 +3326 +3356 +3386 +3416 +3446 +3476 +3506 +3536 +3566 +3596 +3626 +3656 +3686 +3716 +3746 +3776 +3806 +3836 +3866 +3896 +3926 +3956 +3986 +4016 +4046 +4076 +4106 +4136 +4166 +4196 +4226 +4256 +4286 +4316 +4346 +4376 +4406 +4436 +4466 +4496 +4526 +4556 +4586 +4616 +4646 +4676 +4706 +4736 +4766 +4796 +4826 +4856 +4886 +4916 +4946 +4976 +5006 +5036 +5066 +5096 +5126 +5156 +5186 +5216 +5246 +5276 +5306 +5336 +5366 +5396 +5426 +5456 +5486 +5516 +5546 +5576 +5606 +5636 +5666 +5696 +5726 +5756 +5786 +5816 +5846 +5876 +5906 +5936 +5966 +5996 +27 +57 +87 +117 +147 +177 +207 +237 +267 +297 +327 +357 +387 +417 +447 +477 +507 +537 +567 +597 +627 +657 +687 +717 +747 +777 +807 +837 +867 +897 +927 +957 +987 +1017 +1047 +1077 +1107 +1137 +1167 +1197 +1227 +1257 +1287 +1317 +1347 +1377 +1407 +1437 +1467 +1497 +1527 +1557 +1587 +1617 +1647 +1677 +1707 +1737 +1767 +1797 +1827 +1857 +1887 +1917 +1947 +1977 +2007 +2037 +2067 +2097 +2127 +2157 +2187 +2217 +2247 +2277 +2307 +2337 +2367 +2397 +2427 +2457 +2487 +2517 +2547 +2577 +2607 +2637 +2667 +2697 +2727 +2757 +2787 +2817 +2847 +2877 +2907 +2937 +2967 +2997 +3027 +3057 +3087 +3117 +3147 +3177 +3207 +3237 +3267 +3297 +3327 +3357 +3387 +3417 +3447 +3477 +3507 +3537 +3567 +3597 +3627 +3657 +3687 +3717 +3747 +3777 +3807 +3837 +3867 +3897 +3927 +3957 +3987 +4017 +4047 +4077 +4107 +4137 +4167 +4197 +4227 +4257 +4287 +4317 +4347 +4377 +4407 +4437 +4467 +4497 +4527 +4557 +4587 +4617 +4647 +4677 +4707 +4737 +4767 +4797 +4827 +4857 +4887 +4917 +4947 +4977 +5007 +5037 +5067 +5097 +5127 +5157 +5187 +5217 +5247 +5277 +5307 +5337 +5367 +5397 +5427 +5457 +5487 +5517 +5547 +5577 +5607 +5637 +5667 +5697 +5727 +5757 +5787 +5817 +5847 +5877 +5907 +5937 +5967 +5997 +28 +58 +88 +118 +148 +178 +208 +238 +268 +298 +328 +358 +388 +418 +448 +478 +508 +538 +568 +598 +628 +658 +688 +718 +748 +778 +808 +838 +868 +898 +928 +958 +988 +1018 +1048 +1078 +1108 +1138 +1168 +1198 +1228 +1258 +1288 +1318 +1348 +1378 +1408 +1438 +1468 +1498 +1528 +1558 +1588 +1618 +1648 +1678 +1708 +1738 +1768 +1798 +1828 +1858 +1888 +1918 +1948 +1978 +2008 +2038 +2068 +2098 +2128 +2158 +2188 +2218 +2248 +2278 +2308 +2338 +2368 +2398 +2428 +2458 +2488 +2518 +2548 +2578 +2608 +2638 +2668 +2698 +2728 +2758 +2788 +2818 +2848 +2878 +2908 +2938 +2968 +2998 +3028 +3058 +3088 +3118 +3148 +3178 +3208 +3238 +3268 +3298 +3328 +3358 +3388 +3418 +3448 +3478 +3508 +3538 +3568 +3598 +3628 +3658 +3688 +3718 +3748 +3778 +3808 +3838 +3868 +3898 +3928 +3958 +3988 +4018 +4048 +4078 +4108 +4138 +4168 +4198 +4228 +4258 +4288 +4318 +4348 +4378 +4408 +4438 +4468 +4498 +4528 +4558 +4588 +4618 +4648 +4678 +4708 +4738 +4768 +4798 +4828 +4858 +4888 +4918 +4948 +4978 +5008 +5038 +5068 +5098 +5128 +5158 +5188 +5218 +5248 +5278 +5308 +5338 +5368 +5398 +5428 +5458 +5488 +5518 +5548 +5578 +5608 +5638 +5668 +5698 +5728 +5758 +5788 +5818 +5848 +5878 +5908 +5938 +5968 +5998 +29 +59 +89 +119 +149 +179 +209 +239 +269 +299 +329 +359 +389 +419 +449 +479 +509 +539 +569 +599 +629 +659 +689 +719 +749 +779 +809 +839 +869 +899 +929 +959 +989 +1019 +1049 +1079 +1109 +1139 +1169 +1199 +1229 +1259 +1289 +1319 +1349 +1379 +1409 +1439 +1469 +1499 +1529 +1559 +1589 +1619 +1649 +1679 +1709 +1739 +1769 +1799 +1829 +1859 +1889 +1919 +1949 +1979 +2009 +2039 +2069 +2099 +2129 +2159 +2189 +2219 +2249 +2279 +2309 +2339 +2369 +2399 +2429 +2459 +2489 +2519 +2549 +2579 +2609 +2639 +2669 +2699 +2729 +2759 +2789 +2819 +2849 +2879 +2909 +2939 +2969 +2999 +3029 +3059 +3089 +3119 +3149 +3179 +3209 +3239 +3269 +3299 +3329 +3359 +3389 +3419 +3449 +3479 +3509 +3539 +3569 +3599 +3629 +3659 +3689 +3719 +3749 +3779 +3809 +3839 +3869 +3899 +3929 +3959 +3989 +4019 +4049 +4079 +4109 +4139 +4169 +4199 +4229 +4259 +4289 +4319 +4349 +4379 +4409 +4439 +4469 +4499 +4529 +4559 +4589 +4619 +4649 +4679 +4709 +4739 +4769 +4799 +4829 +4859 +4889 +4919 +4949 +4979 +5009 +5039 +5069 +5099 +5129 +5159 +5189 +5219 +5249 +5279 +5309 +5339 +5369 +5399 +5429 +5459 +5489 +5519 +5549 +5579 +5609 +5639 +5669 +5699 +5729 +5759 +5789 +5819 +5849 +5879 +5909 +5939 +5969 +5999 +0 +30 +60 +90 +120 +150 +180 +210 +240 +270 +300 +330 +360 +390 +420 +450 +480 +510 +540 +570 +600 +630 +660 +690 +720 +750 +780 +810 +840 +870 +900 +930 +960 +990 +1020 +1050 +1080 +1110 +1140 +1170 +1200 +1230 +1260 +1290 +1320 +1350 +1380 +1410 +1440 +1470 +1500 +1530 +1560 +1590 +1620 +1650 +1680 +1710 +1740 +1770 +1800 +1830 +1860 +1890 +1920 +1950 +1980 +2010 +2040 +2070 +2100 +2130 +2160 +2190 +2220 +2250 +2280 +2310 +2340 +2370 +2400 +2430 +2460 +2490 +2520 +2550 +2580 +2610 +2640 +2670 +2700 +2730 +2760 +2790 +2820 +2850 +2880 +2910 +2940 +2970 +3000 +3030 +3060 +3090 +3120 +3150 +3180 +3210 +3240 +3270 +3300 +3330 +3360 +3390 +3420 +3450 +3480 +3510 +3540 +3570 +3600 +3630 +3660 +3690 +3720 +3750 +3780 +3810 +3840 +3870 +3900 +3930 +3960 +3990 +4020 +4050 +4080 +4110 +4140 +4170 +4200 +4230 +4260 +4290 +4320 +4350 +4380 +4410 +4440 +4470 +4500 +4530 +4560 +4590 +4620 +4650 +4680 +4710 +4740 +4770 +4800 +4830 +4860 +4890 +4920 +4950 +4980 +5010 +5040 +5070 +5100 +5130 +5160 +5190 +5220 +5250 +5280 +5310 +5340 +5370 +5400 +5430 +5460 +5490 +5520 +5550 +5580 +5610 +5640 +5670 +5700 +5730 +5760 +5790 +5820 +5850 +5880 +5910 +5940 +5970 +1 +31 +61 +91 +121 +151 +181 +211 +241 +271 +301 +331 +361 +391 +421 +451 +481 +511 +541 +571 +601 +631 +661 +691 +721 +751 +781 +811 +841 +871 +901 +931 +961 +991 +1021 +1051 +1081 +1111 +1141 +1171 +1201 +1231 +1261 +1291 +1321 +1351 +1381 +1411 +1441 +1471 +1501 +1531 +1561 +1591 +1621 +1651 +1681 +1711 +1741 +1771 +1801 +1831 +1861 +1891 +1921 +1951 +1981 +2011 +2041 +2071 +2101 +2131 +2161 +2191 +2221 +2251 +2281 +2311 +2341 +2371 +2401 +2431 +2461 +2491 +2521 +2551 +2581 +2611 +2641 +2671 +2701 +2731 +2761 +2791 +2821 +2851 +2881 +2911 +2941 +2971 +3001 +3031 +3061 +3091 +3121 +3151 +3181 +3211 +3241 +3271 +3301 +3331 +3361 +3391 +3421 +3451 +3481 +3511 +3541 +3571 +3601 +3631 +3661 +3691 +3721 +3751 +3781 +3811 +3841 +3871 +3901 +3931 +3961 +3991 +4021 +4051 +4081 +4111 +4141 +4171 +4201 +4231 +4261 +4291 +4321 +4351 +4381 +4411 +4441 +4471 +4501 +4531 +4561 +4591 +4621 +4651 +4681 +4711 +4741 +4771 +4801 +4831 +4861 +4891 +4921 +4951 +4981 +5011 +5041 +5071 +5101 +5131 +5161 +5191 +5221 +5251 +5281 +5311 +5341 +5371 +5401 +5431 +5461 +5491 +5521 +5551 +5581 +5611 +5641 +5671 +5701 +5731 +5761 +5791 +5821 +5851 +5881 +5911 +5941 +5971 +2 +32 +62 +92 +122 +152 +182 +212 +242 +272 +302 +332 +362 +392 +422 +452 +482 +512 +542 +572 +602 +632 +662 +692 +722 +752 +782 +812 +842 +872 +902 +932 +962 +992 +1022 +1052 +1082 +1112 +1142 +1172 +1202 +1232 +1262 +1292 +1322 +1352 +1382 +1412 +1442 +1472 +1502 +1532 +1562 +1592 +1622 +1652 +1682 +1712 +1742 +1772 +1802 +1832 +1862 +1892 +1922 +1952 +1982 +2012 +2042 +2072 +2102 +2132 +2162 +2192 +2222 +2252 +2282 +2312 +2342 +2372 +2402 +2432 +2462 +2492 +2522 +2552 +2582 +2612 +2642 +2672 +2702 +2732 +2762 +2792 +2822 +2852 +2882 +2912 +2942 +2972 +3002 +3032 +3062 +3092 +3122 +3152 +3182 +3212 +3242 +3272 +3302 +3332 +3362 +3392 +3422 +3452 +3482 +3512 +3542 +3572 +3602 +3632 +3662 +3692 +3722 +3752 +3782 +3812 +3842 +3872 +3902 +3932 +3962 +3992 +4022 +4052 +4082 +4112 +4142 +4172 +4202 +4232 +4262 +4292 +4322 +4352 +4382 +4412 +4442 +4472 +4502 +4532 +4562 +4592 +4622 +4652 +4682 +4712 +4742 +4772 +4802 +4832 +4862 +4892 +4922 +4952 +4982 +5012 +5042 +5072 +5102 +5132 +5162 +5192 +5222 +5252 +5282 +5312 +5342 +5372 +5402 +5432 +5462 +5492 +5522 +5552 +5582 +5612 +5642 +5672 +5702 +5732 +5762 +5792 +5822 +5852 +5882 +5912 +5942 +5972 +3 +33 +63 +93 +123 +153 +183 +213 +243 +273 +303 +333 +363 +393 +423 +453 +483 +513 +543 +573 +603 +633 +663 +693 +723 +753 +783 +813 +843 +873 +903 +933 +963 +993 +1023 +1053 +1083 +1113 +1143 +1173 +1203 +1233 +1263 +1293 +1323 +1353 +1383 +1413 +1443 +1473 +1503 +1533 +1563 +1593 +1623 +1653 +1683 +1713 +1743 +1773 +1803 +1833 +1863 +1893 +1923 +1953 +1983 +2013 +2043 +2073 +2103 +2133 +2163 +2193 +2223 +2253 +2283 +2313 +2343 +2373 +2403 +2433 +2463 +2493 +2523 +2553 +2583 +2613 +2643 +2673 +2703 +2733 +2763 +2793 +2823 +2853 +2883 +2913 +2943 +2973 +3003 +3033 +3063 +3093 +3123 +3153 +3183 +3213 +3243 +3273 +3303 +3333 +3363 +3393 +3423 +3453 +3483 +3513 +3543 +3573 +3603 +3633 +3663 +3693 +3723 +3753 +3783 +3813 +3843 +3873 +3903 +3933 +3963 +3993 +4023 +4053 +4083 +4113 +4143 +4173 +4203 +4233 +4263 +4293 +4323 +4353 +4383 +4413 +4443 +4473 +4503 +4533 +4563 +4593 +4623 +4653 +4683 +4713 +4743 +4773 +4803 +4833 +4863 +4893 +4923 +4953 +4983 +5013 +5043 +5073 +5103 +5133 +5163 +5193 +5223 +5253 +5283 +5313 +5343 +5373 +5403 +5433 +5463 +5493 +5523 +5553 +5583 +5613 +5643 +5673 +5703 +5733 +5763 +5793 +5823 +5853 +5883 +5913 +5943 +5973 +4 +34 +64 +94 +124 +154 +184 +214 +244 +274 +304 +334 +364 +394 +424 +454 +484 +514 +544 +574 +604 +634 +664 +694 +724 +754 +784 +814 +844 +874 +904 +934 +964 +994 +1024 +1054 +1084 +1114 +1144 +1174 +1204 +1234 +1264 +1294 +1324 +1354 +1384 +1414 +1444 +1474 +1504 +1534 +1564 +1594 +1624 +1654 +1684 +1714 +1744 +1774 +1804 +1834 +1864 +1894 +1924 +1954 +1984 +2014 +2044 +2074 +2104 +2134 +2164 +2194 +2224 +2254 +2284 +2314 +2344 +2374 +2404 +2434 +2464 +2494 +2524 +2554 +2584 +2614 +2644 +2674 +2704 +2734 +2764 +2794 +2824 +2854 +2884 +2914 +2944 +2974 +3004 +3034 +3064 +3094 +3124 +3154 +3184 +3214 +3244 +3274 +3304 +3334 +3364 +3394 +3424 +3454 +3484 +3514 +3544 +3574 +3604 +3634 +3664 +3694 +3724 +3754 +3784 +3814 +3844 +3874 +3904 +3934 +3964 +3994 +4024 +4054 +4084 +4114 +4144 +4174 +4204 +4234 +4264 +4294 +4324 +4354 +4384 +4414 +4444 +4474 +4504 +4534 +4564 +4594 +4624 +4654 +4684 +4714 +4744 +4774 +4804 +4834 +4864 +4894 +4924 +4954 +4984 +5014 +5044 +5074 +5104 +5134 +5164 +5194 +5224 +5254 +5284 +5314 +5344 +5374 +5404 +5434 +5464 +5494 +5524 +5554 +5584 +5614 +5644 +5674 +5704 +5734 +5764 +5794 +5824 +5854 +5884 +5914 +5944 +5974 +5 +35 +65 +95 +125 +155 +185 +215 +245 +275 +305 +335 +365 +395 +425 +455 +485 +515 +545 +575 +605 +635 +665 +695 +725 +755 +785 +815 +845 +875 +905 +935 +965 +995 +1025 +1055 +1085 +1115 +1145 +1175 +1205 +1235 +1265 +1295 +1325 +1355 +1385 +1415 +1445 +1475 +1505 +1535 +1565 +1595 +1625 +1655 +1685 +1715 +1745 +1775 +1805 +1835 +1865 +1895 +1925 +1955 +1985 +2015 +2045 +2075 +2105 +2135 +2165 +2195 +2225 +2255 +2285 +2315 +2345 +2375 +2405 +2435 +2465 +2495 +2525 +2555 +2585 +2615 +2645 +2675 +2705 +2735 +2765 +2795 +2825 +2855 +2885 +2915 +2945 +2975 +3005 +3035 +3065 +3095 +3125 +3155 +3185 +3215 +3245 +3275 +3305 +3335 +3365 +3395 +3425 +3455 +3485 +3515 +3545 +3575 +3605 +3635 +3665 +3695 +3725 +3755 +3785 +3815 +3845 +3875 +3905 +3935 +3965 +3995 +4025 +4055 +4085 +4115 +4145 +4175 +4205 +4235 +4265 +4295 +4325 +4355 +4385 +4415 +4445 +4475 +4505 +4535 +4565 +4595 +4625 +4655 +4685 +4715 +4745 +4775 +4805 +4835 +4865 +4895 +4925 +4955 +4985 +5015 +5045 +5075 +5105 +5135 +5165 +5195 +5225 +5255 +5285 +5315 +5345 +5375 +5405 +5435 +5465 +5495 +5525 +5555 +5585 +5615 +5645 +5675 +5705 +5735 +5765 +5795 +5825 +5855 +5885 +5915 +5945 +5975 +6 +36 +66 +96 +126 +156 +186 +216 +246 +276 +306 +336 +366 +396 +426 +456 +486 +516 +546 +576 +606 +636 +666 +696 +726 +756 +786 +816 +846 +876 +906 +936 +966 +996 +1026 +1056 +1086 +1116 +1146 +1176 +1206 +1236 +1266 +1296 +1326 +1356 +1386 +1416 +1446 +1476 +1506 +1536 +1566 +1596 +1626 +1656 +1686 +1716 +1746 +1776 +1806 +1836 +1866 +1896 +1926 +1956 +1986 +2016 +2046 +2076 +2106 +2136 +2166 +2196 +2226 +2256 +2286 +2316 +2346 +2376 +2406 +2436 +2466 +2496 +2526 +2556 +2586 +2616 +2646 +2676 +2706 +2736 +2766 +2796 +2826 +2856 +2886 +2916 +2946 +2976 +3006 +3036 +3066 +3096 +3126 +3156 +3186 +3216 +3246 +3276 +3306 +3336 +3366 +3396 +3426 +3456 +3486 +3516 +3546 +3576 +3606 +3636 +3666 +3696 +3726 +3756 +3786 +3816 +3846 +3876 +3906 +3936 +3966 +3996 +4026 +4056 +4086 +4116 +4146 +4176 +4206 +4236 +4266 +4296 +4326 +4356 +4386 +4416 +4446 +4476 +4506 +4536 +4566 +4596 +4626 +4656 +4686 +4716 +4746 +4776 +4806 +4836 +4866 +4896 +4926 +4956 +4986 +5016 +5046 +5076 +5106 +5136 +5166 +5196 +5226 +5256 +5286 +5316 +5346 +5376 +5406 +5436 +5466 +5496 +5526 +5556 +5586 +5616 +5646 +5676 +5706 +5736 +5766 +5796 +5826 +5856 +5886 +5916 +5946 +5976 +7 +37 +67 +97 +127 +157 +187 +217 +247 +277 +307 +337 +367 +397 +427 +457 +487 +517 +547 +577 +607 +637 +667 +697 +727 +757 +787 +817 +847 +877 +907 +937 +967 +997 +1027 +1057 +1087 +1117 +1147 +1177 +1207 +1237 +1267 +1297 +1327 +1357 +1387 +1417 +1447 +1477 +1507 +1537 +1567 +1597 +1627 +1657 +1687 +1717 +1747 +1777 +1807 +1837 +1867 +1897 +1927 +1957 +1987 +2017 +2047 +2077 +2107 +2137 +2167 +2197 +2227 +2257 +2287 +2317 +2347 +2377 +2407 +2437 +2467 +2497 +2527 +2557 +2587 +2617 +2647 +2677 +2707 +2737 +2767 +2797 +2827 +2857 +2887 +2917 +2947 +2977 +3007 +3037 +3067 +3097 +3127 +3157 +3187 +3217 +3247 +3277 +3307 +3337 +3367 +3397 +3427 +3457 +3487 +3517 +3547 +3577 +3607 +3637 +3667 +3697 +3727 +3757 +3787 +3817 +3847 +3877 +3907 +3937 +3967 +3997 +4027 +4057 +4087 +4117 +4147 +4177 +4207 +4237 +4267 +4297 +4327 +4357 +4387 +4417 +4447 +4477 +4507 +4537 +4567 +4597 +4627 +4657 +4687 +4717 +4747 +4777 +4807 +4837 +4867 +4897 +4927 +4957 +4987 +5017 +5047 +5077 +5107 +5137 +5167 +5197 +5227 +5257 +5287 +5317 +5347 +5377 +5407 +5437 +5467 +5497 +5527 +5557 +5587 +5617 +5647 +5677 +5707 +5737 +5767 +5797 +5827 +5857 +5887 +5917 +5947 +5977 +8 +38 +68 +98 +128 +158 +188 +218 +248 +278 +308 +338 +368 +398 +428 +458 +488 +518 +548 +578 +608 +638 +668 +698 +728 +758 +788 +818 +848 +878 +908 +938 +968 +998 +1028 +1058 +1088 +1118 +1148 +1178 +1208 +1238 +1268 +1298 +1328 +1358 +1388 +1418 +1448 +1478 +1508 +1538 +1568 +1598 +1628 +1658 +1688 +1718 +1748 +1778 +1808 +1838 +1868 +1898 +1928 +1958 +1988 +2018 +2048 +2078 +2108 +2138 +2168 +2198 +2228 +2258 +2288 +2318 +2348 +2378 +2408 +2438 +2468 +2498 +2528 +2558 +2588 +2618 +2648 +2678 +2708 +2738 +2768 +2798 +2828 +2858 +2888 +2918 +2948 +2978 +3008 +3038 +3068 +3098 +3128 +3158 +3188 +3218 +3248 +3278 +3308 +3338 +3368 +3398 +3428 +3458 +3488 +3518 +3548 +3578 +3608 +3638 +3668 +3698 +3728 +3758 +3788 +3818 +3848 +3878 +3908 +3938 +3968 +3998 +4028 +4058 +4088 +4118 +4148 +4178 +4208 +4238 +4268 +4298 +4328 +4358 +4388 +4418 +4448 +4478 +4508 +4538 +4568 +4598 +4628 +4658 +4688 +4718 +4748 +4778 +4808 +4838 +4868 +4898 +4928 +4958 +4988 +5018 +5048 +5078 +5108 +5138 +5168 +5198 +5228 +5258 +5288 +5318 +5348 +5378 +5408 +5438 +5468 +5498 +5528 +5558 +5588 +5618 +5648 +5678 +5708 +5738 +5768 +5798 +5828 +5858 +5888 +5918 +5948 +5978 +9 +39 +69 +99 +129 +159 +189 +219 +249 +279 +309 +339 +369 +399 +429 +459 +489 +519 +549 +579 +609 +639 +669 +699 +729 +759 +789 +819 +849 +879 +909 +939 +969 +999 +1029 +1059 +1089 +1119 +1149 +1179 +1209 +1239 +1269 +1299 +1329 +1359 +1389 +1419 +1449 +1479 +1509 +1539 +1569 +1599 +1629 +1659 +1689 +1719 +1749 +1779 +1809 +1839 +1869 +1899 +1929 +1959 +1989 +2019 +2049 +2079 +2109 +2139 +2169 +2199 +2229 +2259 +2289 +2319 +2349 +2379 +2409 +2439 +2469 +2499 +2529 +2559 +2589 +2619 +2649 +2679 +2709 +2739 +2769 +2799 +2829 +2859 +2889 +2919 +2949 +2979 +3009 +3039 +3069 +3099 +3129 +3159 +3189 +3219 +3249 +3279 +3309 +3339 +3369 +3399 +3429 +3459 +3489 +3519 +3549 +3579 +3609 +3639 +3669 +3699 +3729 +3759 +3789 +3819 +3849 +3879 +3909 +3939 +3969 +3999 +4029 +4059 +4089 +4119 +4149 +4179 +4209 +4239 +4269 +4299 +4329 +4359 +4389 +4419 +4449 +4479 +4509 +4539 +4569 +4599 +4629 +4659 +4689 +4719 +4749 +4779 +4809 +4839 +4869 +4899 +4929 +4959 +4989 +5019 +5049 +5079 +5109 +5139 +5169 +5199 +5229 +5259 +5289 +5319 +5349 +5379 +5409 +5439 +5469 +5499 +5529 +5559 +5589 +5619 +5649 +5679 +5709 +5739 +5769 +5799 +5829 +5859 +5889 +5919 +5949 +5979 +10 +40 +70 +100 +130 +160 +190 +220 +250 +280 +310 +340 +370 +400 +430 +460 +490 +520 +550 +580 +610 +640 +670 +700 +730 +760 +790 +820 +850 +880 +910 +940 +970 +1000 +1030 +1060 +1090 +1120 +1150 +1180 +1210 +1240 +1270 +1300 +1330 +1360 +1390 +1420 +1450 +1480 +1510 +1540 +1570 +1600 +1630 +1660 +1690 +1720 +1750 +1780 +1810 +1840 +1870 +1900 +1930 +1960 +1990 +2020 +2050 +2080 +2110 +2140 +2170 +2200 +2230 +2260 +2290 +2320 +2350 +2380 +2410 +2440 +2470 +2500 +2530 +2560 +2590 +2620 +2650 +2680 +2710 +2740 +2770 +2800 +2830 +2860 +2890 +2920 +2950 +2980 +3010 +3040 +3070 +3100 +3130 +3160 +3190 +3220 +3250 +3280 +3310 +3340 +3370 +3400 +3430 +3460 +3490 +3520 +3550 +3580 +3610 +3640 +3670 +3700 +3730 +3760 +3790 +3820 +3850 +3880 +3910 +3940 +3970 +4000 +4030 +4060 +4090 +4120 +4150 +4180 +4210 +4240 +4270 +4300 +4330 +4360 +4390 +4420 +4450 +4480 +4510 +4540 +4570 +4600 +4630 +4660 +4690 +4720 +4750 +4780 +4810 +4840 +4870 +4900 +4930 +4960 +4990 +5020 +5050 +5080 +5110 +5140 +5170 +5200 +5230 +5260 +5290 +5320 +5350 +5380 +5410 +5440 +5470 +5500 +5530 +5560 +5590 +5620 +5650 +5680 +5710 +5740 +5770 +5800 +5830 +5860 +5890 +5920 +5950 +5980 +11 +41 +71 +101 +131 +161 +191 +221 +251 +281 +311 +341 +371 +401 +431 +461 +491 +521 +551 +581 +611 +641 +671 +701 +731 +761 +791 +821 +851 +881 +911 +941 +971 +1001 +1031 +1061 +1091 +1121 +1151 +1181 +1211 +1241 +1271 +1301 +1331 +1361 +1391 +1421 +1451 +1481 +1511 +1541 +1571 +1601 +1631 +1661 +1691 +1721 +1751 +1781 +1811 +1841 +1871 +1901 +1931 +1961 +1991 +2021 +2051 +2081 +2111 +2141 +2171 +2201 +2231 +2261 +2291 +2321 +2351 +2381 +2411 +2441 +2471 +2501 +2531 +2561 +2591 +2621 +2651 +2681 +2711 +2741 +2771 +2801 +2831 +2861 +2891 +2921 +2951 +2981 +3011 +3041 +3071 +3101 +3131 +3161 +3191 +3221 +3251 +3281 +3311 +3341 +3371 +3401 +3431 +3461 +3491 +3521 +3551 +3581 +3611 +3641 +3671 +3701 +3731 +3761 +3791 +3821 +3851 +3881 +3911 +3941 +3971 +4001 +4031 +4061 +4091 +4121 +4151 +4181 +4211 +4241 +4271 +4301 +4331 +4361 +4391 +4421 +4451 +4481 +4511 +4541 +4571 +4601 +4631 +4661 +4691 +4721 +4751 +4781 +4811 +4841 +4871 +4901 +4931 +4961 +4991 +5021 +5051 +5081 +5111 +5141 +5171 +5201 +5231 +5261 +5291 +5321 +5351 +5381 +5411 +5441 +5471 +5501 +5531 +5561 +5591 +5621 +5651 +5681 +5711 +5741 +5771 +5801 +5831 +5861 +5891 +5921 +5951 +5981 +12 +42 +72 +102 +132 +162 +192 +222 +252 +282 +312 +342 +372 +402 +432 +462 +492 +522 +552 +582 +612 +642 +672 +702 +732 +762 +792 +822 +852 +882 +912 +942 +972 +1002 +1032 +1062 +1092 +1122 +1152 +1182 +1212 +1242 +1272 +1302 +1332 +1362 +1392 +1422 +1452 +1482 +1512 +1542 +1572 +1602 +1632 +1662 +1692 +1722 +1752 +1782 +1812 +1842 +1872 +1902 +1932 +1962 +1992 +2022 +2052 +2082 +2112 +2142 +2172 +2202 +2232 +2262 +2292 +2322 +2352 +2382 +2412 +2442 +2472 +2502 +2532 +2562 +2592 +2622 +2652 +2682 +2712 +2742 +2772 +2802 +2832 +2862 +2892 +2922 +2952 +2982 +3012 +3042 +3072 +3102 +3132 +3162 +3192 +3222 +3252 +3282 +3312 +3342 +3372 +3402 +3432 +3462 +3492 +3522 +3552 +3582 +3612 +3642 +3672 +3702 +3732 +3762 +3792 +3822 +3852 +3882 +3912 +3942 +3972 +4002 +4032 +4062 +4092 +4122 +4152 +4182 +4212 +4242 +4272 +4302 +4332 +4362 +4392 +4422 +4452 +4482 +4512 +4542 +4572 +4602 +4632 +4662 +4692 +4722 +4752 +4782 +4812 +4842 +4872 +4902 +4932 +4962 +4992 +5022 +5052 +5082 +5112 +5142 +5172 +5202 +5232 +5262 +5292 +5322 +5352 +5382 +5412 +5442 +5472 +5502 +5532 +5562 +5592 +5622 +5652 +5682 +5712 +5742 +5772 +5802 +5832 +5862 +5892 +5922 +5952 +5982 +13 +43 +73 +103 +133 +163 +193 +223 +253 +283 +313 +343 +373 +403 +433 +463 +493 +523 +553 +583 +613 +643 +673 +703 +733 +763 +793 +823 +853 +883 +913 +943 +973 +1003 +1033 +1063 +1093 +1123 +1153 +1183 +1213 +1243 +1273 +1303 +1333 +1363 +1393 +1423 +1453 +1483 +1513 +1543 +1573 +1603 +1633 +1663 +1693 +1723 +1753 +1783 +1813 +1843 +1873 +1903 +1933 +1963 +1993 +2023 +2053 +2083 +2113 +2143 +2173 +2203 +2233 +2263 +2293 +2323 +2353 +2383 +2413 +2443 +2473 +2503 +2533 +2563 +2593 +2623 +2653 +2683 +2713 +2743 +2773 +2803 +2833 +2863 +2893 +2923 +2953 +2983 +3013 +3043 +3073 +3103 +3133 +3163 +3193 +3223 +3253 +3283 +3313 +3343 +3373 +3403 +3433 +3463 +3493 +3523 +3553 +3583 +3613 +3643 +3673 +3703 +3733 +3763 +3793 +3823 +3853 +3883 +3913 +3943 +3973 +4003 +4033 +4063 +4093 +4123 +4153 +4183 +4213 +4243 +4273 +4303 +4333 +4363 +4393 +4423 +4453 +4483 +4513 +4543 +4573 +4603 +4633 +4663 +4693 +4723 +4753 +4783 +4813 +4843 +4873 +4903 +4933 +4963 +4993 +5023 +5053 +5083 +5113 +5143 +5173 +5203 +5233 +5263 +5293 +5323 +5353 +5383 +5413 +5443 +5473 +5503 +5533 +5563 +5593 +5623 +5653 +5683 +5713 +5743 +5773 +5803 +5833 +5863 +5893 +5923 +5953 +5983 +14 +44 +74 +104 +134 +164 +194 +224 +254 +284 +314 +344 +374 +404 +434 +464 +494 +524 +554 +584 +614 +644 +674 +704 +734 +764 +794 +824 +854 +884 +914 +944 +974 +1004 +1034 +1064 +1094 +1124 +1154 +1184 +1214 +1244 +1274 +1304 +1334 +1364 +1394 +1424 +1454 +1484 +1514 +1544 +1574 +1604 +1634 +1664 +1694 +1724 +1754 +1784 +1814 +1844 +1874 +1904 +1934 +1964 +1994 +2024 +2054 +2084 +2114 +2144 +2174 +2204 +2234 +2264 +2294 +2324 +2354 +2384 +2414 +2444 +2474 +2504 +2534 +2564 +2594 +2624 +2654 +2684 +2714 +2744 +2774 +2804 +2834 +2864 +2894 +2924 +2954 +2984 +3014 +3044 +3074 +3104 +3134 +3164 +3194 +3224 +3254 +3284 +3314 +3344 +3374 +3404 +3434 +3464 +3494 +3524 +3554 +3584 +3614 +3644 +3674 +3704 +3734 +3764 +3794 +3824 +3854 +3884 +3914 +3944 +3974 +4004 +4034 +4064 +4094 +4124 +4154 +4184 +4214 +4244 +4274 +4304 +4334 +4364 +4394 +4424 +4454 +4484 +4514 +4544 +4574 +4604 +4634 +4664 +4694 +4724 +4754 +4784 +4814 +4844 +4874 +4904 +4934 +4964 +4994 +5024 +5054 +5084 +5114 +5144 +5174 +5204 +5234 +5264 +5294 +5324 +5354 +5384 +5414 +5444 +5474 +5504 +5534 +5564 +5594 +5624 +5654 +5684 +5714 +5744 +5774 +5804 +5834 +5864 +5894 +5924 +5954 +5984 +15 +45 +75 +105 +135 +165 +195 +225 +255 +285 +315 +345 +375 +405 +435 +465 +495 +525 +555 +585 +615 +645 +675 +705 +735 +765 +795 +825 +855 +885 +915 +945 +975 +1005 +1035 +1065 +1095 +1125 +1155 +1185 +1215 +1245 +1275 +1305 +1335 +1365 +1395 +1425 +1455 +1485 +1515 +1545 +1575 +1605 +1635 +1665 +1695 +1725 +1755 +1785 +1815 +1845 +1875 +1905 +1935 +1965 +1995 +2025 +2055 +2085 +2115 +2145 +2175 +2205 +2235 +2265 +2295 +2325 +2355 +2385 +2415 +2445 +2475 +2505 +2535 +2565 +2595 +2625 +2655 +2685 +2715 +2745 +2775 +2805 +2835 +2865 +2895 +2925 +2955 +2985 +3015 +3045 +3075 +3105 +3135 +3165 +3195 +3225 +3255 +3285 +3315 +3345 +3375 +3405 +3435 +3465 +3495 +3525 +3555 +3585 +3615 +3645 +3675 +3705 +3735 +3765 +3795 +3825 +3855 +3885 +3915 +3945 +3975 +4005 +4035 +4065 +4095 +4125 +4155 +4185 +4215 +4245 +4275 +4305 +4335 +4365 +4395 +4425 +4455 +4485 +4515 +4545 +4575 +4605 +4635 +4665 +4695 +4725 +4755 +4785 +4815 +4845 +4875 +4905 +4935 +4965 +4995 +5025 +5055 +5085 +5115 +5145 +5175 +5205 +5235 +5265 +5295 +5325 +5355 +5385 +5415 +5445 +5475 +5505 +5535 +5565 +5595 +5625 +5655 +5685 +5715 +5745 +5775 +5805 +5835 +5865 +5895 +5925 +5955 +5985 +16 +46 +76 +106 +136 +166 +196 +226 +256 +286 +316 +346 +376 +406 +436 +466 +496 +526 +556 +586 +616 +646 +676 +706 +736 +766 +796 +826 +856 +886 +916 +946 +976 +1006 +1036 +1066 +1096 +1126 +1156 +1186 +1216 +1246 +1276 +1306 +1336 +1366 +1396 +1426 +1456 +1486 +1516 +1546 +1576 +1606 +1636 +1666 +1696 +1726 +1756 +1786 +1816 +1846 +1876 +1906 +1936 +1966 +1996 +2026 +2056 +2086 +2116 +2146 +2176 +2206 +2236 +2266 +2296 +2326 +2356 +2386 +2416 +2446 +2476 +2506 +2536 +2566 +2596 +2626 +2656 +2686 +2716 +2746 +2776 +2806 +2836 +2866 +2896 +2926 +2956 +2986 +3016 +3046 +3076 +3106 +3136 +3166 +3196 +3226 +3256 +3286 +3316 +3346 +3376 +3406 +3436 +3466 +3496 +3526 +3556 +3586 +3616 +3646 +3676 +3706 +3736 +3766 +3796 +3826 +3856 +3886 +3916 +3946 +3976 +4006 +4036 +4066 +4096 +4126 +4156 +4186 +4216 +4246 +4276 +4306 +4336 +4366 +4396 +4426 +4456 +4486 +4516 +4546 +4576 +4606 +4636 +4666 +4696 +4726 +4756 +4786 +4816 +4846 +4876 +4906 +4936 +4966 +4996 +5026 +5056 +5086 +5116 +5146 +5176 +5206 +5236 +5266 +5296 +5326 +5356 +5386 +5416 +5446 +5476 +5506 +5536 +5566 +5596 +5626 +5656 +5686 +5716 +5746 +5776 +5806 +5836 +5866 +5896 +5926 +5956 +5986 +17 +47 +77 +107 +137 +167 +197 +227 +257 +287 +317 +347 +377 +407 +437 +467 +497 +527 +557 +587 +617 +647 +677 +707 +737 +767 +797 +827 +857 +887 +917 +947 +977 +1007 +1037 +1067 +1097 +1127 +1157 +1187 +1217 +1247 +1277 +1307 +1337 +1367 +1397 +1427 +1457 +1487 +1517 +1547 +1577 +1607 +1637 +1667 +1697 +1727 +1757 +1787 +1817 +1847 +1877 +1907 +1937 +1967 +1997 +2027 +2057 +2087 +2117 +2147 +2177 +2207 +2237 +2267 +2297 +2327 +2357 +2387 +2417 +2447 +2477 +2507 +2537 +2567 +2597 +2627 +2657 +2687 +2717 +2747 +2777 +2807 +2837 +2867 +2897 +2927 +2957 +2987 +3017 +3047 +3077 +3107 +3137 +3167 +3197 +3227 +3257 +3287 +3317 +3347 +3377 +3407 +3437 +3467 +3497 +3527 +3557 +3587 +3617 +3647 +3677 +3707 +3737 +3767 +3797 +3827 +3857 +3887 +3917 +3947 +3977 +4007 +4037 +4067 +4097 +4127 +4157 +4187 +4217 +4247 +4277 +4307 +4337 +4367 +4397 +4427 +4457 +4487 +4517 +4547 +4577 +4607 +4637 +4667 +4697 +4727 +4757 +4787 +4817 +4847 +4877 +4907 +4937 +4967 +4997 +5027 +5057 +5087 +5117 +5147 +5177 +5207 +5237 +5267 +5297 +5327 +5357 +5387 +5417 +5447 +5477 +5507 +5537 +5567 +5597 +5627 +5657 +5687 +5717 +5747 +5777 +5807 +5837 +5867 +5897 +5927 +5957 +5987 +18 +48 +78 +108 +138 +168 +198 +228 +258 +288 +318 +348 +378 +408 +438 +468 +498 +528 +558 +588 +618 +648 +678 +708 +738 +768 +798 +828 +858 +888 +918 +948 +978 +1008 +1038 +1068 +1098 +1128 +1158 +1188 +1218 +1248 +1278 +1308 +1338 +1368 +1398 +1428 +1458 +1488 +1518 +1548 +1578 +1608 +1638 +1668 +1698 +1728 +1758 +1788 +1818 +1848 +1878 +1908 +1938 +1968 +1998 +2028 +2058 +2088 +2118 +2148 +2178 +2208 +2238 +2268 +2298 +2328 +2358 +2388 +2418 +2448 +2478 +2508 +2538 +2568 +2598 +2628 +2658 +2688 +2718 +2748 +2778 +2808 +2838 +2868 +2898 +2928 +2958 +2988 +3018 +3048 +3078 +3108 +3138 +3168 +3198 +3228 +3258 +3288 +3318 +3348 +3378 +3408 +3438 +3468 +3498 +3528 +3558 +3588 +3618 +3648 +3678 +3708 +3738 +3768 +3798 +3828 +3858 +3888 +3918 +3948 +3978 +4008 +4038 +4068 +4098 +4128 +4158 +4188 +4218 +4248 +4278 +4308 +4338 +4368 +4398 +4428 +4458 +4488 +4518 +4548 +4578 +4608 +4638 +4668 +4698 +4728 +4758 +4788 +4818 +4848 +4878 +4908 +4938 +4968 +4998 +5028 +5058 +5088 +5118 +5148 +5178 +5208 +5238 +5268 +5298 +5328 +5358 +5388 +5418 +5448 +5478 +5508 +5538 +5568 +5598 +5628 +5658 +5688 +5718 +5748 +5778 +5808 +5838 +5868 +5898 +5928 +5958 +5988 +19 +49 +79 +109 +139 +169 +199 +229 +259 +289 +319 +349 +379 +409 +439 +469 +499 +529 +559 +589 +619 +649 +679 +709 +739 +769 +799 +829 +859 +889 +919 +949 +979 +1009 +1039 +1069 +1099 +1129 +1159 +1189 +1219 +1249 +1279 +1309 +1339 +1369 +1399 +1429 +1459 +1489 +1519 +1549 +1579 +1609 +1639 +1669 +1699 +1729 +1759 +1789 +1819 +1849 +1879 +1909 +1939 +1969 +1999 +2029 +2059 +2089 +2119 +2149 +2179 +2209 +2239 +2269 +2299 +2329 +2359 +2389 +2419 +2449 +2479 +2509 +2539 +2569 +2599 +2629 +2659 +2689 +2719 +2749 +2779 +2809 +2839 +2869 +2899 +2929 +2959 +2989 +3019 +3049 +3079 +3109 +3139 +3169 +3199 +3229 +3259 +3289 +3319 +3349 +3379 +3409 +3439 +3469 +3499 +3529 +3559 +3589 +3619 +3649 +3679 +3709 +3739 +3769 +3799 +3829 +3859 +3889 +3919 +3949 +3979 +4009 +4039 +4069 +4099 +4129 +4159 +4189 +4219 +4249 +4279 +4309 +4339 +4369 +4399 +4429 +4459 +4489 +4519 +4549 +4579 +4609 +4639 +4669 +4699 +4729 +4759 +4789 +4819 +4849 +4879 +4909 +4939 +4969 +4999 +5029 +5059 +5089 +5119 +5149 +5179 +5209 +5239 +5269 +5299 +5329 +5359 +5389 +5419 +5449 +5479 +5509 +5539 +5569 +5599 +5629 +5659 +5689 +5719 +5749 +5779 +5809 +5839 +5869 +5899 +5929 +5959 +5989 +20 +50 +80 +110 +140 +170 +200 +230 +260 +290 +320 +350 +380 +410 +440 +470 +500 +530 +560 +590 +620 +650 +680 +710 +740 +770 +800 +830 +860 +890 +920 +950 +980 +1010 +1040 +1070 +1100 +1130 +1160 +1190 +1220 +1250 +1280 +1310 +1340 +1370 +1400 +1430 +1460 +1490 +1520 +1550 +1580 +1610 +1640 +1670 +1700 +1730 +1760 +1790 +1820 +1850 +1880 +1910 +1940 +1970 +2000 +2030 +2060 +2090 +2120 +2150 +2180 +2210 +2240 +2270 +2300 +2330 +2360 +2390 +2420 +2450 +2480 +2510 +2540 +2570 +2600 +2630 +2660 +2690 +2720 +2750 +2780 +2810 +2840 +2870 +2900 +2930 +2960 +2990 +3020 +3050 +3080 +3110 +3140 +3170 +3200 +3230 +3260 +3290 +3320 +3350 +3380 +3410 +3440 +3470 +3500 +3530 +3560 +3590 +3620 +3650 +3680 +3710 +3740 +3770 +3800 +3830 +3860 +3890 +3920 +3950 +3980 +4010 +4040 +4070 +4100 +4130 +4160 +4190 +4220 +4250 +4280 +4310 +4340 +4370 +4400 +4430 +4460 +4490 +4520 +4550 +4580 +4610 +4640 +4670 +4700 +4730 +4760 +4790 +4820 +4850 +4880 +4910 +4940 +4970 +5000 +5030 +5060 +5090 +5120 +5150 +5180 +5210 +5240 +5270 +5300 +5330 +5360 +5390 +5420 +5450 +5480 +5510 +5540 +5570 +5600 +5630 +5660 +5690 +5720 +5750 +5780 +5810 +5840 +5870 +5900 +5930 +5960 +5990 +21 +51 +81 +111 +141 +171 +201 +231 +261 +291 +321 +351 +381 +411 +441 +471 +501 +531 +561 +591 +621 +651 +681 +711 +741 +771 +801 +831 +861 +891 +921 +951 +981 +1011 +1041 +1071 +1101 +1131 +1161 +1191 +1221 +1251 +1281 +1311 +1341 +1371 +1401 +1431 +1461 +1491 +1521 +1551 +1581 +1611 +1641 +1671 +1701 +1731 +1761 +1791 +1821 +1851 +1881 +1911 +1941 +1971 +2001 +2031 +2061 +2091 +2121 +2151 +2181 +2211 +2241 +2271 +2301 +2331 +2361 +2391 +2421 +2451 +2481 +2511 +2541 +2571 +2601 +2631 +2661 +2691 +2721 +2751 +2781 +2811 +2841 +2871 +2901 +2931 +2961 +2991 +3021 +3051 +3081 +3111 +3141 +3171 +3201 +3231 +3261 +3291 +3321 +3351 +3381 +3411 +3441 +3471 +3501 +3531 +3561 +3591 +3621 +3651 +3681 +3711 +3741 +3771 +3801 +3831 +3861 +3891 +3921 +3951 +3981 +4011 +4041 +4071 +4101 +4131 +4161 +4191 +4221 +4251 +4281 +4311 +4341 +4371 +4401 +4431 +4461 +4491 +4521 +4551 +4581 +4611 +4641 +4671 +4701 +4731 +4761 +4791 +4821 +4851 +4881 +4911 +4941 +4971 +5001 +5031 +5061 +5091 +5121 +5151 +5181 +5211 +5241 +5271 +5301 +5331 +5361 +5391 +5421 +5451 +5481 +5511 +5541 +5571 +5601 +5631 +5661 +5691 +5721 +5751 +5781 +5811 +5841 +5871 +5901 +5931 +5961 +5991 +22 +52 +82 +112 +142 +172 +202 +232 +262 +292 +322 +352 +382 +412 +442 +472 +502 +532 +562 +592 +622 +652 +682 +712 +742 +772 +802 +832 +862 +892 +922 +952 +982 +1012 +1042 +1072 +1102 +1132 +1162 +1192 +1222 +1252 +1282 +1312 +1342 +1372 +1402 +1432 +1462 +1492 +1522 +1552 +1582 +1612 +1642 +1672 +1702 +1732 +1762 +1792 +1822 +1852 +1882 +1912 +1942 +1972 +2002 +2032 +2062 +2092 +2122 +2152 +2182 +2212 +2242 +2272 +2302 +2332 +2362 +2392 +2422 +2452 +2482 +2512 +2542 +2572 +2602 +2632 +2662 +2692 +2722 +2752 +2782 +2812 +2842 +2872 +2902 +2932 +2962 +2992 +3022 +3052 +3082 +3112 +3142 +3172 +3202 +3232 +3262 +3292 +3322 +3352 +3382 +3412 +3442 +3472 +3502 +3532 +3562 +3592 +3622 +3652 +3682 +3712 +3742 +3772 +3802 +3832 +3862 +3892 +3922 +3952 +3982 +4012 +4042 +4072 +4102 +4132 +4162 +4192 +4222 +4252 +4282 +4312 +4342 +4372 +4402 +4432 +4462 +4492 +4522 +4552 +4582 +4612 +4642 +4672 +4702 +4732 +4762 +4792 +4822 +4852 +4882 +4912 +4942 +4972 +5002 +5032 +5062 +5092 +5122 +5152 +5182 +5212 +5242 +5272 +5302 +5332 +5362 +5392 +5422 +5452 +5482 +5512 +5542 +5572 +5602 +5632 +5662 +5692 +5722 +5752 +5782 +5812 +5842 +5872 +5902 +5932 +5962 +5992 +23 +53 +83 +113 +143 +173 +203 +233 +263 +293 +323 +353 +383 +413 +443 +473 +503 +533 +563 +593 +623 +653 +683 +713 +743 +773 +803 +833 +863 +893 +923 +953 +983 +1013 +1043 +1073 +1103 +1133 +1163 +1193 +1223 +1253 +1283 +1313 +1343 +1373 +1403 +1433 +1463 +1493 +1523 +1553 +1583 +1613 +1643 +1673 +1703 +1733 +1763 +1793 +1823 +1853 +1883 +1913 +1943 +1973 +2003 +2033 +2063 +2093 +2123 +2153 +2183 +2213 +2243 +2273 +2303 +2333 +2363 +2393 +2423 +2453 +2483 +2513 +2543 +2573 +2603 +2633 +2663 +2693 +2723 +2753 +2783 +2813 +2843 +2873 +2903 +2933 +2963 +2993 +3023 +3053 +3083 +3113 +3143 +3173 +3203 +3233 +3263 +3293 +3323 +3353 +3383 +3413 +3443 +3473 +3503 +3533 +3563 +3593 +3623 +3653 +3683 +3713 +3743 +3773 +3803 +3833 +3863 +3893 +3923 +3953 +3983 +4013 +4043 +4073 +4103 +4133 +4163 +4193 +4223 +4253 +4283 +4313 +4343 +4373 +4403 +4433 +4463 +4493 +4523 +4553 +4583 +4613 +4643 +4673 +4703 +4733 +4763 +4793 +4823 +4853 +4883 +4913 +4943 +4973 +5003 +5033 +5063 +5093 +5123 +5153 +5183 +5213 +5243 +5273 +5303 +5333 +5363 +5393 +5423 +5453 +5483 +5513 +5543 +5573 +5603 +5633 +5663 +5693 +5723 +5753 +5783 +5813 +5843 +5873 +5903 +5933 +5963 +5993 +24 +54 +84 +114 +144 +174 +204 +234 +264 +294 +324 +354 +384 +414 +444 +474 +504 +534 +564 +594 +624 +654 +684 +714 +744 +774 +804 +834 +864 +894 +924 +954 +984 +1014 +1044 +1074 +1104 +1134 +1164 +1194 +1224 +1254 +1284 +1314 +1344 +1374 +1404 +1434 +1464 +1494 +1524 +1554 +1584 +1614 +1644 +1674 +1704 +1734 +1764 +1794 +1824 +1854 +1884 +1914 +1944 +1974 +2004 +2034 +2064 +2094 +2124 +2154 +2184 +2214 +2244 +2274 +2304 +2334 +2364 +2394 +2424 +2454 +2484 +2514 +2544 +2574 +2604 +2634 +2664 +2694 +2724 +2754 +2784 +2814 +2844 +2874 +2904 +2934 +2964 +2994 +3024 +3054 +3084 +3114 +3144 +3174 +3204 +3234 +3264 +3294 +3324 +3354 +3384 +3414 +3444 +3474 +3504 +3534 +3564 +3594 +3624 +3654 +3684 +3714 +3744 +3774 +3804 +3834 +3864 +3894 +3924 +3954 +3984 +4014 +4044 +4074 +4104 +4134 +4164 +4194 +4224 +4254 +4284 +4314 +4344 +4374 +4404 +4434 +4464 +4494 +4524 +4554 +4584 +4614 +4644 +4674 +4704 +4734 +4764 +4794 +4824 +4854 +4884 +4914 +4944 +4974 +5004 +5034 +5064 +5094 +5124 +5154 +5184 +5214 +5244 +5274 +5304 +5334 +5364 +5394 +5424 +5454 +5484 +5514 +5544 +5574 +5604 +5634 +5664 +5694 +5724 +5754 +5784 +5814 +5844 +5874 +5904 +5934 +5964 +5994 +25 +55 +85 +115 +145 +175 +205 +235 +265 +295 +325 +355 +385 +415 +445 +475 +505 +535 +565 +595 +625 +655 +685 +715 +745 +775 +805 +835 +865 +895 +925 +955 +985 +1015 +1045 +1075 +1105 +1135 +1165 +1195 +1225 +1255 +1285 +1315 +1345 +1375 +1405 +1435 +1465 +1495 +1525 +1555 +1585 +1615 +1645 +1675 +1705 +1735 +1765 +1795 +1825 +1855 +1885 +1915 +1945 +1975 +2005 +2035 +2065 +2095 +2125 +2155 +2185 +2215 +2245 +2275 +2305 +2335 +2365 +2395 +2425 +2455 +2485 +2515 +2545 +2575 +2605 +2635 +2665 +2695 +2725 +2755 +2785 +2815 +2845 +2875 +2905 +2935 +2965 +2995 +3025 +3055 +3085 +3115 +3145 +3175 +3205 +3235 +3265 +3295 +3325 +3355 +3385 +3415 +3445 +3475 +3505 +3535 +3565 +3595 +3625 +3655 +3685 +3715 +3745 +3775 +3805 +3835 +3865 +3895 +3925 +3955 +3985 +4015 +4045 +4075 +4105 +4135 +4165 +4195 +4225 +4255 +4285 +4315 +4345 +4375 +4405 +4435 +4465 +4495 +4525 +4555 +4585 +4615 +4645 +4675 +4705 +4735 +4765 +4795 +4825 +4855 +4885 +4915 +4945 +4975 +5005 +5035 +5065 +5095 +5125 +5155 +5185 +5215 +5245 +5275 +5305 +5335 +5365 +5395 +5425 +5455 +5485 +5515 +5545 +5575 +5605 +5635 +5665 +5695 +5725 +5755 +5785 +5815 +5845 +5875 +5905 +5935 +5965 +5995 +26 +56 +86 +116 +146 +176 +206 +236 +266 +296 +326 +356 +386 +416 +446 +476 +506 +536 +566 +596 +626 +656 +686 +716 +746 +776 +806 +836 +866 +896 +926 +956 +986 +1016 +1046 +1076 +1106 +1136 +1166 +1196 +1226 +1256 +1286 +1316 +1346 +1376 +1406 +1436 +1466 +1496 +1526 +1556 +1586 +1616 +1646 +1676 +1706 +1736 +1766 +1796 +1826 +1856 +1886 +1916 +1946 +1976 +2006 +2036 +2066 +2096 +2126 +2156 +2186 +2216 +2246 +2276 +2306 +2336 +2366 +2396 +2426 +2456 +2486 +2516 +2546 +2576 +2606 +2636 +2666 +2696 +2726 +2756 +2786 +2816 +2846 +2876 +2906 +2936 +2966 +2996 +3026 +3056 +3086 +3116 +3146 +3176 +3206 +3236 +3266 +3296 +3326 +3356 +3386 +3416 +3446 +3476 +3506 +3536 +3566 +3596 +3626 +3656 +3686 +3716 +3746 +3776 +3806 +3836 +3866 +3896 +3926 +3956 +3986 +4016 +4046 +4076 +4106 +4136 +4166 +4196 +4226 +4256 +4286 +4316 +4346 +4376 +4406 +4436 +4466 +4496 +4526 +4556 +4586 +4616 +4646 +4676 +4706 +4736 +4766 +4796 +4826 +4856 +4886 +4916 +4946 +4976 +5006 +5036 +5066 +5096 +5126 +5156 +5186 +5216 +5246 +5276 +5306 +5336 +5366 +5396 +5426 +5456 +5486 +5516 +5546 +5576 +5606 +5636 +5666 +5696 +5726 +5756 +5786 +5816 +5846 +5876 +5906 +5936 +5966 +5996 +27 +57 +87 +117 +147 +177 +207 +237 +267 +297 +327 +357 +387 +417 +447 +477 +507 +537 +567 +597 +627 +657 +687 +717 +747 +777 +807 +837 +867 +897 +927 +957 +987 +1017 +1047 +1077 +1107 +1137 +1167 +1197 +1227 +1257 +1287 +1317 +1347 +1377 +1407 +1437 +1467 +1497 +1527 +1557 +1587 +1617 +1647 +1677 +1707 +1737 +1767 +1797 +1827 +1857 +1887 +1917 +1947 +1977 +2007 +2037 +2067 +2097 +2127 +2157 +2187 +2217 +2247 +2277 +2307 +2337 +2367 +2397 +2427 +2457 +2487 +2517 +2547 +2577 +2607 +2637 +2667 +2697 +2727 +2757 +2787 +2817 +2847 +2877 +2907 +2937 +2967 +2997 +3027 +3057 +3087 +3117 +3147 +3177 +3207 +3237 +3267 +3297 +3327 +3357 +3387 +3417 +3447 +3477 +3507 +3537 +3567 +3597 +3627 +3657 +3687 +3717 +3747 +3777 +3807 +3837 +3867 +3897 +3927 +3957 +3987 +4017 +4047 +4077 +4107 +4137 +4167 +4197 +4227 +4257 +4287 +4317 +4347 +4377 +4407 +4437 +4467 +4497 +4527 +4557 +4587 +4617 +4647 +4677 +4707 +4737 +4767 +4797 +4827 +4857 +4887 +4917 +4947 +4977 +5007 +5037 +5067 +5097 +5127 +5157 +5187 +5217 +5247 +5277 +5307 +5337 +5367 +5397 +5427 +5457 +5487 +5517 +5547 +5577 +5607 +5637 +5667 +5697 +5727 +5757 +5787 +5817 +5847 +5877 +5907 +5937 +5967 +5997 +28 +58 +88 +118 +148 +178 +208 +238 +268 +298 +328 +358 +388 +418 +448 +478 +508 +538 +568 +598 +628 +658 +688 +718 +748 +778 +808 +838 +868 +898 +928 +958 +988 +1018 +1048 +1078 +1108 +1138 +1168 +1198 +1228 +1258 +1288 +1318 +1348 +1378 +1408 +1438 +1468 +1498 +1528 +1558 +1588 +1618 +1648 +1678 +1708 +1738 +1768 +1798 +1828 +1858 +1888 +1918 +1948 +1978 +2008 +2038 +2068 +2098 +2128 +2158 +2188 +2218 +2248 +2278 +2308 +2338 +2368 +2398 +2428 +2458 +2488 +2518 +2548 +2578 +2608 +2638 +2668 +2698 +2728 +2758 +2788 +2818 +2848 +2878 +2908 +2938 +2968 +2998 +3028 +3058 +3088 +3118 +3148 +3178 +3208 +3238 +3268 +3298 +3328 +3358 +3388 +3418 +3448 +3478 +3508 +3538 +3568 +3598 +3628 +3658 +3688 +3718 +3748 +3778 +3808 +3838 +3868 +3898 +3928 +3958 +3988 +4018 +4048 +4078 +4108 +4138 +4168 +4198 +4228 +4258 +4288 +4318 +4348 +4378 +4408 +4438 +4468 +4498 +4528 +4558 +4588 +4618 +4648 +4678 +4708 +4738 +4768 +4798 +4828 +4858 +4888 +4918 +4948 +4978 +5008 +5038 +5068 +5098 +5128 +5158 +5188 +5218 +5248 +5278 +5308 +5338 +5368 +5398 +5428 +5458 +5488 +5518 +5548 +5578 +5608 +5638 +5668 +5698 +5728 +5758 +5788 +5818 +5848 +5878 +5908 +5938 +5968 +5998 +29 +59 +89 +119 +149 +179 +209 +239 +269 +299 +329 +359 +389 +419 +449 +479 +509 +539 +569 +599 +629 +659 +689 +719 +749 +779 +809 +839 +869 +899 +929 +959 +989 +1019 +1049 +1079 +1109 +1139 +1169 +1199 +1229 +1259 +1289 +1319 +1349 +1379 +1409 +1439 +1469 +1499 +1529 +1559 +1589 +1619 +1649 +1679 +1709 +1739 +1769 +1799 +1829 +1859 +1889 +1919 +1949 +1979 +2009 +2039 +2069 +2099 +2129 +2159 +2189 +2219 +2249 +2279 +2309 +2339 +2369 +2399 +2429 +2459 +2489 +2519 +2549 +2579 +2609 +2639 +2669 +2699 +2729 +2759 +2789 +2819 +2849 +2879 +2909 +2939 +2969 +2999 +3029 +3059 +3089 +3119 +3149 +3179 +3209 +3239 +3269 +3299 +3329 +3359 +3389 +3419 +3449 +3479 +3509 +3539 +3569 +3599 +3629 +3659 +3689 +3719 +3749 +3779 +3809 +3839 +3869 +3899 +3929 +3959 +3989 +4019 +4049 +4079 +4109 +4139 +4169 +4199 +4229 +4259 +4289 +4319 +4349 +4379 +4409 +4439 +4469 +4499 +4529 +4559 +4589 +4619 +4649 +4679 +4709 +4739 +4769 +4799 +4829 +4859 +4889 +4919 +4949 +4979 +5009 +5039 +5069 +5099 +5129 +5159 +5189 +5219 +5249 +5279 +5309 +5339 +5369 +5399 +5429 +5459 +5489 +5519 +5549 +5579 +5609 +5639 +5669 +5699 +5729 +5759 +5789 +5819 +5849 +5879 +5909 +5939 +5969 +5999 +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/points b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/points new file mode 100644 index 00000000000..76e29603820 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/polyMesh/points @@ -0,0 +1,12486 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class vectorField; + location "constant/polyMesh"; + object points; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + + +12462 +( +(0 0 -0.01) +(0.005 0 -0.01) +(0.01 0 -0.01) +(0.015 0 -0.01) +(0.02 0 -0.01) +(0.025 0 -0.01) +(0.03 0 -0.01) +(0.035 0 -0.01) +(0.04 0 -0.01) +(0.045 0 -0.01) +(0.05 0 -0.01) +(0.055 0 -0.01) +(0.06 0 -0.01) +(0.065 0 -0.01) +(0.07 0 -0.01) +(0.075 0 -0.01) +(0.08 0 -0.01) +(0.085 0 -0.01) +(0.09 0 -0.01) +(0.095 0 -0.01) +(0.1 0 -0.01) +(0.105 0 -0.01) +(0.11 0 -0.01) +(0.115 0 -0.01) +(0.12 0 -0.01) +(0.125 0 -0.01) +(0.13 0 -0.01) +(0.135 0 -0.01) +(0.14 0 -0.01) +(0.145 0 -0.01) +(0.15 0 -0.01) +(0 0.005 -0.01) +(0.005 0.005 -0.01) +(0.01 0.005 -0.01) +(0.015 0.005 -0.01) +(0.02 0.005 -0.01) +(0.025 0.005 -0.01) +(0.03 0.005 -0.01) +(0.035 0.005 -0.01) +(0.04 0.005 -0.01) +(0.045 0.005 -0.01) +(0.05 0.005 -0.01) +(0.055 0.005 -0.01) +(0.06 0.005 -0.01) +(0.065 0.005 -0.01) +(0.07 0.005 -0.01) +(0.075 0.005 -0.01) +(0.08 0.005 -0.01) +(0.085 0.005 -0.01) +(0.09 0.005 -0.01) +(0.095 0.005 -0.01) +(0.1 0.005 -0.01) +(0.105 0.005 -0.01) +(0.11 0.005 -0.01) +(0.115 0.005 -0.01) +(0.12 0.005 -0.01) +(0.125 0.005 -0.01) +(0.13 0.005 -0.01) +(0.135 0.005 -0.01) +(0.14 0.005 -0.01) +(0.145 0.005 -0.01) +(0.15 0.005 -0.01) +(0 0.01 -0.01) +(0.005 0.01 -0.01) +(0.01 0.01 -0.01) +(0.015 0.01 -0.01) +(0.02 0.01 -0.01) +(0.025 0.01 -0.01) +(0.03 0.01 -0.01) +(0.035 0.01 -0.01) +(0.04 0.01 -0.01) +(0.045 0.01 -0.01) +(0.05 0.01 -0.01) +(0.055 0.01 -0.01) +(0.06 0.01 -0.01) +(0.065 0.01 -0.01) +(0.07 0.01 -0.01) +(0.075 0.01 -0.01) +(0.08 0.01 -0.01) +(0.085 0.01 -0.01) +(0.09 0.01 -0.01) +(0.095 0.01 -0.01) +(0.1 0.01 -0.01) +(0.105 0.01 -0.01) +(0.11 0.01 -0.01) +(0.115 0.01 -0.01) +(0.12 0.01 -0.01) +(0.125 0.01 -0.01) +(0.13 0.01 -0.01) +(0.135 0.01 -0.01) +(0.14 0.01 -0.01) +(0.145 0.01 -0.01) +(0.15 0.01 -0.01) +(0 0.015 -0.01) +(0.005 0.015 -0.01) +(0.01 0.015 -0.01) +(0.015 0.015 -0.01) +(0.02 0.015 -0.01) +(0.025 0.015 -0.01) +(0.03 0.015 -0.01) +(0.035 0.015 -0.01) +(0.04 0.015 -0.01) +(0.045 0.015 -0.01) +(0.05 0.015 -0.01) +(0.055 0.015 -0.01) +(0.06 0.015 -0.01) +(0.065 0.015 -0.01) +(0.07 0.015 -0.01) +(0.075 0.015 -0.01) +(0.08 0.015 -0.01) +(0.085 0.015 -0.01) +(0.09 0.015 -0.01) +(0.095 0.015 -0.01) +(0.1 0.015 -0.01) +(0.105 0.015 -0.01) +(0.11 0.015 -0.01) +(0.115 0.015 -0.01) +(0.12 0.015 -0.01) +(0.125 0.015 -0.01) +(0.13 0.015 -0.01) +(0.135 0.015 -0.01) +(0.14 0.015 -0.01) +(0.145 0.015 -0.01) +(0.15 0.015 -0.01) +(0 0.02 -0.01) +(0.005 0.02 -0.01) +(0.01 0.02 -0.01) +(0.015 0.02 -0.01) +(0.02 0.02 -0.01) +(0.025 0.02 -0.01) +(0.03 0.02 -0.01) +(0.035 0.02 -0.01) +(0.04 0.02 -0.01) +(0.045 0.02 -0.01) +(0.05 0.02 -0.01) +(0.055 0.02 -0.01) +(0.06 0.02 -0.01) +(0.065 0.02 -0.01) +(0.07 0.02 -0.01) +(0.075 0.02 -0.01) +(0.08 0.02 -0.01) +(0.085 0.02 -0.01) +(0.09 0.02 -0.01) +(0.095 0.02 -0.01) +(0.1 0.02 -0.01) +(0.105 0.02 -0.01) +(0.11 0.02 -0.01) +(0.115 0.02 -0.01) +(0.12 0.02 -0.01) +(0.125 0.02 -0.01) +(0.13 0.02 -0.01) +(0.135 0.02 -0.01) +(0.14 0.02 -0.01) +(0.145 0.02 -0.01) +(0.15 0.02 -0.01) +(0 0.025 -0.01) +(0.005 0.025 -0.01) +(0.01 0.025 -0.01) +(0.015 0.025 -0.01) +(0.02 0.025 -0.01) +(0.025 0.025 -0.01) +(0.03 0.025 -0.01) +(0.035 0.025 -0.01) +(0.04 0.025 -0.01) +(0.045 0.025 -0.01) +(0.05 0.025 -0.01) +(0.055 0.025 -0.01) +(0.06 0.025 -0.01) +(0.065 0.025 -0.01) +(0.07 0.025 -0.01) +(0.075 0.025 -0.01) +(0.08 0.025 -0.01) +(0.085 0.025 -0.01) +(0.09 0.025 -0.01) +(0.095 0.025 -0.01) +(0.1 0.025 -0.01) +(0.105 0.025 -0.01) +(0.11 0.025 -0.01) +(0.115 0.025 -0.01) +(0.12 0.025 -0.01) +(0.125 0.025 -0.01) +(0.13 0.025 -0.01) +(0.135 0.025 -0.01) +(0.14 0.025 -0.01) +(0.145 0.025 -0.01) +(0.15 0.025 -0.01) +(0 0.03 -0.01) +(0.005 0.03 -0.01) +(0.01 0.03 -0.01) +(0.015 0.03 -0.01) +(0.02 0.03 -0.01) +(0.025 0.03 -0.01) +(0.03 0.03 -0.01) +(0.035 0.03 -0.01) +(0.04 0.03 -0.01) +(0.045 0.03 -0.01) +(0.05 0.03 -0.01) +(0.055 0.03 -0.01) +(0.06 0.03 -0.01) +(0.065 0.03 -0.01) +(0.07 0.03 -0.01) +(0.075 0.03 -0.01) +(0.08 0.03 -0.01) +(0.085 0.03 -0.01) +(0.09 0.03 -0.01) +(0.095 0.03 -0.01) +(0.1 0.03 -0.01) +(0.105 0.03 -0.01) +(0.11 0.03 -0.01) +(0.115 0.03 -0.01) +(0.12 0.03 -0.01) +(0.125 0.03 -0.01) +(0.13 0.03 -0.01) +(0.135 0.03 -0.01) +(0.14 0.03 -0.01) +(0.145 0.03 -0.01) +(0.15 0.03 -0.01) +(0 0.035 -0.01) +(0.005 0.035 -0.01) +(0.01 0.035 -0.01) +(0.015 0.035 -0.01) +(0.02 0.035 -0.01) +(0.025 0.035 -0.01) +(0.03 0.035 -0.01) +(0.035 0.035 -0.01) +(0.04 0.035 -0.01) +(0.045 0.035 -0.01) +(0.05 0.035 -0.01) +(0.055 0.035 -0.01) +(0.06 0.035 -0.01) +(0.065 0.035 -0.01) +(0.07 0.035 -0.01) +(0.075 0.035 -0.01) +(0.08 0.035 -0.01) +(0.085 0.035 -0.01) +(0.09 0.035 -0.01) +(0.095 0.035 -0.01) +(0.1 0.035 -0.01) +(0.105 0.035 -0.01) +(0.11 0.035 -0.01) +(0.115 0.035 -0.01) +(0.12 0.035 -0.01) +(0.125 0.035 -0.01) +(0.13 0.035 -0.01) +(0.135 0.035 -0.01) +(0.14 0.035 -0.01) +(0.145 0.035 -0.01) +(0.15 0.035 -0.01) +(0 0.04 -0.01) +(0.005 0.04 -0.01) +(0.01 0.04 -0.01) +(0.015 0.04 -0.01) +(0.02 0.04 -0.01) +(0.025 0.04 -0.01) +(0.03 0.04 -0.01) +(0.035 0.04 -0.01) +(0.04 0.04 -0.01) +(0.045 0.04 -0.01) +(0.05 0.04 -0.01) +(0.055 0.04 -0.01) +(0.06 0.04 -0.01) +(0.065 0.04 -0.01) +(0.07 0.04 -0.01) +(0.075 0.04 -0.01) +(0.08 0.04 -0.01) +(0.085 0.04 -0.01) +(0.09 0.04 -0.01) +(0.095 0.04 -0.01) +(0.1 0.04 -0.01) +(0.105 0.04 -0.01) +(0.11 0.04 -0.01) +(0.115 0.04 -0.01) +(0.12 0.04 -0.01) +(0.125 0.04 -0.01) +(0.13 0.04 -0.01) +(0.135 0.04 -0.01) +(0.14 0.04 -0.01) +(0.145 0.04 -0.01) +(0.15 0.04 -0.01) +(0 0.045 -0.01) +(0.005 0.045 -0.01) +(0.01 0.045 -0.01) +(0.015 0.045 -0.01) +(0.02 0.045 -0.01) +(0.025 0.045 -0.01) +(0.03 0.045 -0.01) +(0.035 0.045 -0.01) +(0.04 0.045 -0.01) +(0.045 0.045 -0.01) +(0.05 0.045 -0.01) +(0.055 0.045 -0.01) +(0.06 0.045 -0.01) +(0.065 0.045 -0.01) +(0.07 0.045 -0.01) +(0.075 0.045 -0.01) +(0.08 0.045 -0.01) +(0.085 0.045 -0.01) +(0.09 0.045 -0.01) +(0.095 0.045 -0.01) +(0.1 0.045 -0.01) +(0.105 0.045 -0.01) +(0.11 0.045 -0.01) +(0.115 0.045 -0.01) +(0.12 0.045 -0.01) +(0.125 0.045 -0.01) +(0.13 0.045 -0.01) +(0.135 0.045 -0.01) +(0.14 0.045 -0.01) +(0.145 0.045 -0.01) +(0.15 0.045 -0.01) +(0 0.05 -0.01) +(0.005 0.05 -0.01) +(0.01 0.05 -0.01) +(0.015 0.05 -0.01) +(0.02 0.05 -0.01) +(0.025 0.05 -0.01) +(0.03 0.05 -0.01) +(0.035 0.05 -0.01) +(0.04 0.05 -0.01) +(0.045 0.05 -0.01) +(0.05 0.05 -0.01) +(0.055 0.05 -0.01) +(0.06 0.05 -0.01) +(0.065 0.05 -0.01) +(0.07 0.05 -0.01) +(0.075 0.05 -0.01) +(0.08 0.05 -0.01) +(0.085 0.05 -0.01) +(0.09 0.05 -0.01) +(0.095 0.05 -0.01) +(0.1 0.05 -0.01) +(0.105 0.05 -0.01) +(0.11 0.05 -0.01) +(0.115 0.05 -0.01) +(0.12 0.05 -0.01) +(0.125 0.05 -0.01) +(0.13 0.05 -0.01) +(0.135 0.05 -0.01) +(0.14 0.05 -0.01) +(0.145 0.05 -0.01) +(0.15 0.05 -0.01) +(0 0.055 -0.01) +(0.005 0.055 -0.01) +(0.01 0.055 -0.01) +(0.015 0.055 -0.01) +(0.02 0.055 -0.01) +(0.025 0.055 -0.01) +(0.03 0.055 -0.01) +(0.035 0.055 -0.01) +(0.04 0.055 -0.01) +(0.045 0.055 -0.01) +(0.05 0.055 -0.01) +(0.055 0.055 -0.01) +(0.06 0.055 -0.01) +(0.065 0.055 -0.01) +(0.07 0.055 -0.01) +(0.075 0.055 -0.01) +(0.08 0.055 -0.01) +(0.085 0.055 -0.01) +(0.09 0.055 -0.01) +(0.095 0.055 -0.01) +(0.1 0.055 -0.01) +(0.105 0.055 -0.01) +(0.11 0.055 -0.01) +(0.115 0.055 -0.01) +(0.12 0.055 -0.01) +(0.125 0.055 -0.01) +(0.13 0.055 -0.01) +(0.135 0.055 -0.01) +(0.14 0.055 -0.01) +(0.145 0.055 -0.01) +(0.15 0.055 -0.01) +(0 0.06 -0.01) +(0.005 0.06 -0.01) +(0.01 0.06 -0.01) +(0.015 0.06 -0.01) +(0.02 0.06 -0.01) +(0.025 0.06 -0.01) +(0.03 0.06 -0.01) +(0.035 0.06 -0.01) +(0.04 0.06 -0.01) +(0.045 0.06 -0.01) +(0.05 0.06 -0.01) +(0.055 0.06 -0.01) +(0.06 0.06 -0.01) +(0.065 0.06 -0.01) +(0.07 0.06 -0.01) +(0.075 0.06 -0.01) +(0.08 0.06 -0.01) +(0.085 0.06 -0.01) +(0.09 0.06 -0.01) +(0.095 0.06 -0.01) +(0.1 0.06 -0.01) +(0.105 0.06 -0.01) +(0.11 0.06 -0.01) +(0.115 0.06 -0.01) +(0.12 0.06 -0.01) +(0.125 0.06 -0.01) +(0.13 0.06 -0.01) +(0.135 0.06 -0.01) +(0.14 0.06 -0.01) +(0.145 0.06 -0.01) +(0.15 0.06 -0.01) +(0 0.065 -0.01) +(0.005 0.065 -0.01) +(0.01 0.065 -0.01) +(0.015 0.065 -0.01) +(0.02 0.065 -0.01) +(0.025 0.065 -0.01) +(0.03 0.065 -0.01) +(0.035 0.065 -0.01) +(0.04 0.065 -0.01) +(0.045 0.065 -0.01) +(0.05 0.065 -0.01) +(0.055 0.065 -0.01) +(0.06 0.065 -0.01) +(0.065 0.065 -0.01) +(0.07 0.065 -0.01) +(0.075 0.065 -0.01) +(0.08 0.065 -0.01) +(0.085 0.065 -0.01) +(0.09 0.065 -0.01) +(0.095 0.065 -0.01) +(0.1 0.065 -0.01) +(0.105 0.065 -0.01) +(0.11 0.065 -0.01) +(0.115 0.065 -0.01) +(0.12 0.065 -0.01) +(0.125 0.065 -0.01) +(0.13 0.065 -0.01) +(0.135 0.065 -0.01) +(0.14 0.065 -0.01) +(0.145 0.065 -0.01) +(0.15 0.065 -0.01) +(0 0.07 -0.01) +(0.005 0.07 -0.01) +(0.01 0.07 -0.01) +(0.015 0.07 -0.01) +(0.02 0.07 -0.01) +(0.025 0.07 -0.01) +(0.03 0.07 -0.01) +(0.035 0.07 -0.01) +(0.04 0.07 -0.01) +(0.045 0.07 -0.01) +(0.05 0.07 -0.01) +(0.055 0.07 -0.01) +(0.06 0.07 -0.01) +(0.065 0.07 -0.01) +(0.07 0.07 -0.01) +(0.075 0.07 -0.01) +(0.08 0.07 -0.01) +(0.085 0.07 -0.01) +(0.09 0.07 -0.01) +(0.095 0.07 -0.01) +(0.1 0.07 -0.01) +(0.105 0.07 -0.01) +(0.11 0.07 -0.01) +(0.115 0.07 -0.01) +(0.12 0.07 -0.01) +(0.125 0.07 -0.01) +(0.13 0.07 -0.01) +(0.135 0.07 -0.01) +(0.14 0.07 -0.01) +(0.145 0.07 -0.01) +(0.15 0.07 -0.01) +(0 0.075 -0.01) +(0.005 0.075 -0.01) +(0.01 0.075 -0.01) +(0.015 0.075 -0.01) +(0.02 0.075 -0.01) +(0.025 0.075 -0.01) +(0.03 0.075 -0.01) +(0.035 0.075 -0.01) +(0.04 0.075 -0.01) +(0.045 0.075 -0.01) +(0.05 0.075 -0.01) +(0.055 0.075 -0.01) +(0.06 0.075 -0.01) +(0.065 0.075 -0.01) +(0.07 0.075 -0.01) +(0.075 0.075 -0.01) +(0.08 0.075 -0.01) +(0.085 0.075 -0.01) +(0.09 0.075 -0.01) +(0.095 0.075 -0.01) +(0.1 0.075 -0.01) +(0.105 0.075 -0.01) +(0.11 0.075 -0.01) +(0.115 0.075 -0.01) +(0.12 0.075 -0.01) +(0.125 0.075 -0.01) +(0.13 0.075 -0.01) +(0.135 0.075 -0.01) +(0.14 0.075 -0.01) +(0.145 0.075 -0.01) +(0.15 0.075 -0.01) +(0 0.08 -0.01) +(0.005 0.08 -0.01) +(0.01 0.08 -0.01) +(0.015 0.08 -0.01) +(0.02 0.08 -0.01) +(0.025 0.08 -0.01) +(0.03 0.08 -0.01) +(0.035 0.08 -0.01) +(0.04 0.08 -0.01) +(0.045 0.08 -0.01) +(0.05 0.08 -0.01) +(0.055 0.08 -0.01) +(0.06 0.08 -0.01) +(0.065 0.08 -0.01) +(0.07 0.08 -0.01) +(0.075 0.08 -0.01) +(0.08 0.08 -0.01) +(0.085 0.08 -0.01) +(0.09 0.08 -0.01) +(0.095 0.08 -0.01) +(0.1 0.08 -0.01) +(0.105 0.08 -0.01) +(0.11 0.08 -0.01) +(0.115 0.08 -0.01) +(0.12 0.08 -0.01) +(0.125 0.08 -0.01) +(0.13 0.08 -0.01) +(0.135 0.08 -0.01) +(0.14 0.08 -0.01) +(0.145 0.08 -0.01) +(0.15 0.08 -0.01) +(0 0.085 -0.01) +(0.005 0.085 -0.01) +(0.01 0.085 -0.01) +(0.015 0.085 -0.01) +(0.02 0.085 -0.01) +(0.025 0.085 -0.01) +(0.03 0.085 -0.01) +(0.035 0.085 -0.01) +(0.04 0.085 -0.01) +(0.045 0.085 -0.01) +(0.05 0.085 -0.01) +(0.055 0.085 -0.01) +(0.06 0.085 -0.01) +(0.065 0.085 -0.01) +(0.07 0.085 -0.01) +(0.075 0.085 -0.01) +(0.08 0.085 -0.01) +(0.085 0.085 -0.01) +(0.09 0.085 -0.01) +(0.095 0.085 -0.01) +(0.1 0.085 -0.01) +(0.105 0.085 -0.01) +(0.11 0.085 -0.01) +(0.115 0.085 -0.01) +(0.12 0.085 -0.01) +(0.125 0.085 -0.01) +(0.13 0.085 -0.01) +(0.135 0.085 -0.01) +(0.14 0.085 -0.01) +(0.145 0.085 -0.01) +(0.15 0.085 -0.01) +(0 0.09 -0.01) +(0.005 0.09 -0.01) +(0.01 0.09 -0.01) +(0.015 0.09 -0.01) +(0.02 0.09 -0.01) +(0.025 0.09 -0.01) +(0.03 0.09 -0.01) +(0.035 0.09 -0.01) +(0.04 0.09 -0.01) +(0.045 0.09 -0.01) +(0.05 0.09 -0.01) +(0.055 0.09 -0.01) +(0.06 0.09 -0.01) +(0.065 0.09 -0.01) +(0.07 0.09 -0.01) +(0.075 0.09 -0.01) +(0.08 0.09 -0.01) +(0.085 0.09 -0.01) +(0.09 0.09 -0.01) +(0.095 0.09 -0.01) +(0.1 0.09 -0.01) +(0.105 0.09 -0.01) +(0.11 0.09 -0.01) +(0.115 0.09 -0.01) +(0.12 0.09 -0.01) +(0.125 0.09 -0.01) +(0.13 0.09 -0.01) +(0.135 0.09 -0.01) +(0.14 0.09 -0.01) +(0.145 0.09 -0.01) +(0.15 0.09 -0.01) +(0 0.095 -0.01) +(0.005 0.095 -0.01) +(0.01 0.095 -0.01) +(0.015 0.095 -0.01) +(0.02 0.095 -0.01) +(0.025 0.095 -0.01) +(0.03 0.095 -0.01) +(0.035 0.095 -0.01) +(0.04 0.095 -0.01) +(0.045 0.095 -0.01) +(0.05 0.095 -0.01) +(0.055 0.095 -0.01) +(0.06 0.095 -0.01) +(0.065 0.095 -0.01) +(0.07 0.095 -0.01) +(0.075 0.095 -0.01) +(0.08 0.095 -0.01) +(0.085 0.095 -0.01) +(0.09 0.095 -0.01) +(0.095 0.095 -0.01) +(0.1 0.095 -0.01) +(0.105 0.095 -0.01) +(0.11 0.095 -0.01) +(0.115 0.095 -0.01) +(0.12 0.095 -0.01) +(0.125 0.095 -0.01) +(0.13 0.095 -0.01) +(0.135 0.095 -0.01) +(0.14 0.095 -0.01) +(0.145 0.095 -0.01) +(0.15 0.095 -0.01) +(0 0.1 -0.01) +(0.005 0.1 -0.01) +(0.01 0.1 -0.01) +(0.015 0.1 -0.01) +(0.02 0.1 -0.01) +(0.025 0.1 -0.01) +(0.03 0.1 -0.01) +(0.035 0.1 -0.01) +(0.04 0.1 -0.01) +(0.045 0.1 -0.01) +(0.05 0.1 -0.01) +(0.055 0.1 -0.01) +(0.06 0.1 -0.01) +(0.065 0.1 -0.01) +(0.07 0.1 -0.01) +(0.075 0.1 -0.01) +(0.08 0.1 -0.01) +(0.085 0.1 -0.01) +(0.09 0.1 -0.01) +(0.095 0.1 -0.01) +(0.1 0.1 -0.01) +(0.105 0.1 -0.01) +(0.11 0.1 -0.01) +(0.115 0.1 -0.01) +(0.12 0.1 -0.01) +(0.125 0.1 -0.01) +(0.13 0.1 -0.01) +(0.135 0.1 -0.01) +(0.14 0.1 -0.01) +(0.145 0.1 -0.01) +(0.15 0.1 -0.01) +(0 0.105 -0.01) +(0.005 0.105 -0.01) +(0.01 0.105 -0.01) +(0.015 0.105 -0.01) +(0.02 0.105 -0.01) +(0.025 0.105 -0.01) +(0.03 0.105 -0.01) +(0.035 0.105 -0.01) +(0.04 0.105 -0.01) +(0.045 0.105 -0.01) +(0.05 0.105 -0.01) +(0.055 0.105 -0.01) +(0.06 0.105 -0.01) +(0.065 0.105 -0.01) +(0.07 0.105 -0.01) +(0.075 0.105 -0.01) +(0.08 0.105 -0.01) +(0.085 0.105 -0.01) +(0.09 0.105 -0.01) +(0.095 0.105 -0.01) +(0.1 0.105 -0.01) +(0.105 0.105 -0.01) +(0.11 0.105 -0.01) +(0.115 0.105 -0.01) +(0.12 0.105 -0.01) +(0.125 0.105 -0.01) +(0.13 0.105 -0.01) +(0.135 0.105 -0.01) +(0.14 0.105 -0.01) +(0.145 0.105 -0.01) +(0.15 0.105 -0.01) +(0 0.11 -0.01) +(0.005 0.11 -0.01) +(0.01 0.11 -0.01) +(0.015 0.11 -0.01) +(0.02 0.11 -0.01) +(0.025 0.11 -0.01) +(0.03 0.11 -0.01) +(0.035 0.11 -0.01) +(0.04 0.11 -0.01) +(0.045 0.11 -0.01) +(0.05 0.11 -0.01) +(0.055 0.11 -0.01) +(0.06 0.11 -0.01) +(0.065 0.11 -0.01) +(0.07 0.11 -0.01) +(0.075 0.11 -0.01) +(0.08 0.11 -0.01) +(0.085 0.11 -0.01) +(0.09 0.11 -0.01) +(0.095 0.11 -0.01) +(0.1 0.11 -0.01) +(0.105 0.11 -0.01) +(0.11 0.11 -0.01) +(0.115 0.11 -0.01) +(0.12 0.11 -0.01) +(0.125 0.11 -0.01) +(0.13 0.11 -0.01) +(0.135 0.11 -0.01) +(0.14 0.11 -0.01) +(0.145 0.11 -0.01) +(0.15 0.11 -0.01) +(0 0.115 -0.01) +(0.005 0.115 -0.01) +(0.01 0.115 -0.01) +(0.015 0.115 -0.01) +(0.02 0.115 -0.01) +(0.025 0.115 -0.01) +(0.03 0.115 -0.01) +(0.035 0.115 -0.01) +(0.04 0.115 -0.01) +(0.045 0.115 -0.01) +(0.05 0.115 -0.01) +(0.055 0.115 -0.01) +(0.06 0.115 -0.01) +(0.065 0.115 -0.01) +(0.07 0.115 -0.01) +(0.075 0.115 -0.01) +(0.08 0.115 -0.01) +(0.085 0.115 -0.01) +(0.09 0.115 -0.01) +(0.095 0.115 -0.01) +(0.1 0.115 -0.01) +(0.105 0.115 -0.01) +(0.11 0.115 -0.01) +(0.115 0.115 -0.01) +(0.12 0.115 -0.01) +(0.125 0.115 -0.01) +(0.13 0.115 -0.01) +(0.135 0.115 -0.01) +(0.14 0.115 -0.01) +(0.145 0.115 -0.01) +(0.15 0.115 -0.01) +(0 0.12 -0.01) +(0.005 0.12 -0.01) +(0.01 0.12 -0.01) +(0.015 0.12 -0.01) +(0.02 0.12 -0.01) +(0.025 0.12 -0.01) +(0.03 0.12 -0.01) +(0.035 0.12 -0.01) +(0.04 0.12 -0.01) +(0.045 0.12 -0.01) +(0.05 0.12 -0.01) +(0.055 0.12 -0.01) +(0.06 0.12 -0.01) +(0.065 0.12 -0.01) +(0.07 0.12 -0.01) +(0.075 0.12 -0.01) +(0.08 0.12 -0.01) +(0.085 0.12 -0.01) +(0.09 0.12 -0.01) +(0.095 0.12 -0.01) +(0.1 0.12 -0.01) +(0.105 0.12 -0.01) +(0.11 0.12 -0.01) +(0.115 0.12 -0.01) +(0.12 0.12 -0.01) +(0.125 0.12 -0.01) +(0.13 0.12 -0.01) +(0.135 0.12 -0.01) +(0.14 0.12 -0.01) +(0.145 0.12 -0.01) +(0.15 0.12 -0.01) +(0 0.125 -0.01) +(0.005 0.125 -0.01) +(0.01 0.125 -0.01) +(0.015 0.125 -0.01) +(0.02 0.125 -0.01) +(0.025 0.125 -0.01) +(0.03 0.125 -0.01) +(0.035 0.125 -0.01) +(0.04 0.125 -0.01) +(0.045 0.125 -0.01) +(0.05 0.125 -0.01) +(0.055 0.125 -0.01) +(0.06 0.125 -0.01) +(0.065 0.125 -0.01) +(0.07 0.125 -0.01) +(0.075 0.125 -0.01) +(0.08 0.125 -0.01) +(0.085 0.125 -0.01) +(0.09 0.125 -0.01) +(0.095 0.125 -0.01) +(0.1 0.125 -0.01) +(0.105 0.125 -0.01) +(0.11 0.125 -0.01) +(0.115 0.125 -0.01) +(0.12 0.125 -0.01) +(0.125 0.125 -0.01) +(0.13 0.125 -0.01) +(0.135 0.125 -0.01) +(0.14 0.125 -0.01) +(0.145 0.125 -0.01) +(0.15 0.125 -0.01) +(0 0.13 -0.01) +(0.005 0.13 -0.01) +(0.01 0.13 -0.01) +(0.015 0.13 -0.01) +(0.02 0.13 -0.01) +(0.025 0.13 -0.01) +(0.03 0.13 -0.01) +(0.035 0.13 -0.01) +(0.04 0.13 -0.01) +(0.045 0.13 -0.01) +(0.05 0.13 -0.01) +(0.055 0.13 -0.01) +(0.06 0.13 -0.01) +(0.065 0.13 -0.01) +(0.07 0.13 -0.01) +(0.075 0.13 -0.01) +(0.08 0.13 -0.01) +(0.085 0.13 -0.01) +(0.09 0.13 -0.01) +(0.095 0.13 -0.01) +(0.1 0.13 -0.01) +(0.105 0.13 -0.01) +(0.11 0.13 -0.01) +(0.115 0.13 -0.01) +(0.12 0.13 -0.01) +(0.125 0.13 -0.01) +(0.13 0.13 -0.01) +(0.135 0.13 -0.01) +(0.14 0.13 -0.01) +(0.145 0.13 -0.01) +(0.15 0.13 -0.01) +(0 0.135 -0.01) +(0.005 0.135 -0.01) +(0.01 0.135 -0.01) +(0.015 0.135 -0.01) +(0.02 0.135 -0.01) +(0.025 0.135 -0.01) +(0.03 0.135 -0.01) +(0.035 0.135 -0.01) +(0.04 0.135 -0.01) +(0.045 0.135 -0.01) +(0.05 0.135 -0.01) +(0.055 0.135 -0.01) +(0.06 0.135 -0.01) +(0.065 0.135 -0.01) +(0.07 0.135 -0.01) +(0.075 0.135 -0.01) +(0.08 0.135 -0.01) +(0.085 0.135 -0.01) +(0.09 0.135 -0.01) +(0.095 0.135 -0.01) +(0.1 0.135 -0.01) +(0.105 0.135 -0.01) +(0.11 0.135 -0.01) +(0.115 0.135 -0.01) +(0.12 0.135 -0.01) +(0.125 0.135 -0.01) +(0.13 0.135 -0.01) +(0.135 0.135 -0.01) +(0.14 0.135 -0.01) +(0.145 0.135 -0.01) +(0.15 0.135 -0.01) +(0 0.14 -0.01) +(0.005 0.14 -0.01) +(0.01 0.14 -0.01) +(0.015 0.14 -0.01) +(0.02 0.14 -0.01) +(0.025 0.14 -0.01) +(0.03 0.14 -0.01) +(0.035 0.14 -0.01) +(0.04 0.14 -0.01) +(0.045 0.14 -0.01) +(0.05 0.14 -0.01) +(0.055 0.14 -0.01) +(0.06 0.14 -0.01) +(0.065 0.14 -0.01) +(0.07 0.14 -0.01) +(0.075 0.14 -0.01) +(0.08 0.14 -0.01) +(0.085 0.14 -0.01) +(0.09 0.14 -0.01) +(0.095 0.14 -0.01) +(0.1 0.14 -0.01) +(0.105 0.14 -0.01) +(0.11 0.14 -0.01) +(0.115 0.14 -0.01) +(0.12 0.14 -0.01) +(0.125 0.14 -0.01) +(0.13 0.14 -0.01) +(0.135 0.14 -0.01) +(0.14 0.14 -0.01) +(0.145 0.14 -0.01) +(0.15 0.14 -0.01) +(0 0.145 -0.01) +(0.005 0.145 -0.01) +(0.01 0.145 -0.01) +(0.015 0.145 -0.01) +(0.02 0.145 -0.01) +(0.025 0.145 -0.01) +(0.03 0.145 -0.01) +(0.035 0.145 -0.01) +(0.04 0.145 -0.01) +(0.045 0.145 -0.01) +(0.05 0.145 -0.01) +(0.055 0.145 -0.01) +(0.06 0.145 -0.01) +(0.065 0.145 -0.01) +(0.07 0.145 -0.01) +(0.075 0.145 -0.01) +(0.08 0.145 -0.01) +(0.085 0.145 -0.01) +(0.09 0.145 -0.01) +(0.095 0.145 -0.01) +(0.1 0.145 -0.01) +(0.105 0.145 -0.01) +(0.11 0.145 -0.01) +(0.115 0.145 -0.01) +(0.12 0.145 -0.01) +(0.125 0.145 -0.01) +(0.13 0.145 -0.01) +(0.135 0.145 -0.01) +(0.14 0.145 -0.01) +(0.145 0.145 -0.01) +(0.15 0.145 -0.01) +(0 0.15 -0.01) +(0.005 0.15 -0.01) +(0.01 0.15 -0.01) +(0.015 0.15 -0.01) +(0.02 0.15 -0.01) +(0.025 0.15 -0.01) +(0.03 0.15 -0.01) +(0.035 0.15 -0.01) +(0.04 0.15 -0.01) +(0.045 0.15 -0.01) +(0.05 0.15 -0.01) +(0.055 0.15 -0.01) +(0.06 0.15 -0.01) +(0.065 0.15 -0.01) +(0.07 0.15 -0.01) +(0.075 0.15 -0.01) +(0.08 0.15 -0.01) +(0.085 0.15 -0.01) +(0.09 0.15 -0.01) +(0.095 0.15 -0.01) +(0.1 0.15 -0.01) +(0.105 0.15 -0.01) +(0.11 0.15 -0.01) +(0.115 0.15 -0.01) +(0.12 0.15 -0.01) +(0.125 0.15 -0.01) +(0.13 0.15 -0.01) +(0.135 0.15 -0.01) +(0.14 0.15 -0.01) +(0.145 0.15 -0.01) +(0.15 0.15 -0.01) +(0 0.155 -0.01) +(0.005 0.155 -0.01) +(0.01 0.155 -0.01) +(0.015 0.155 -0.01) +(0.02 0.155 -0.01) +(0.025 0.155 -0.01) +(0.03 0.155 -0.01) +(0.035 0.155 -0.01) +(0.04 0.155 -0.01) +(0.045 0.155 -0.01) +(0.05 0.155 -0.01) +(0.055 0.155 -0.01) +(0.06 0.155 -0.01) +(0.065 0.155 -0.01) +(0.07 0.155 -0.01) +(0.075 0.155 -0.01) +(0.08 0.155 -0.01) +(0.085 0.155 -0.01) +(0.09 0.155 -0.01) +(0.095 0.155 -0.01) +(0.1 0.155 -0.01) +(0.105 0.155 -0.01) +(0.11 0.155 -0.01) +(0.115 0.155 -0.01) +(0.12 0.155 -0.01) +(0.125 0.155 -0.01) +(0.13 0.155 -0.01) +(0.135 0.155 -0.01) +(0.14 0.155 -0.01) +(0.145 0.155 -0.01) +(0.15 0.155 -0.01) +(0 0.16 -0.01) +(0.005 0.16 -0.01) +(0.01 0.16 -0.01) +(0.015 0.16 -0.01) +(0.02 0.16 -0.01) +(0.025 0.16 -0.01) +(0.03 0.16 -0.01) +(0.035 0.16 -0.01) +(0.04 0.16 -0.01) +(0.045 0.16 -0.01) +(0.05 0.16 -0.01) +(0.055 0.16 -0.01) +(0.06 0.16 -0.01) +(0.065 0.16 -0.01) +(0.07 0.16 -0.01) +(0.075 0.16 -0.01) +(0.08 0.16 -0.01) +(0.085 0.16 -0.01) +(0.09 0.16 -0.01) +(0.095 0.16 -0.01) +(0.1 0.16 -0.01) +(0.105 0.16 -0.01) +(0.11 0.16 -0.01) +(0.115 0.16 -0.01) +(0.12 0.16 -0.01) +(0.125 0.16 -0.01) +(0.13 0.16 -0.01) +(0.135 0.16 -0.01) +(0.14 0.16 -0.01) +(0.145 0.16 -0.01) +(0.15 0.16 -0.01) +(0 0.165 -0.01) +(0.005 0.165 -0.01) +(0.01 0.165 -0.01) +(0.015 0.165 -0.01) +(0.02 0.165 -0.01) +(0.025 0.165 -0.01) +(0.03 0.165 -0.01) +(0.035 0.165 -0.01) +(0.04 0.165 -0.01) +(0.045 0.165 -0.01) +(0.05 0.165 -0.01) +(0.055 0.165 -0.01) +(0.06 0.165 -0.01) +(0.065 0.165 -0.01) +(0.07 0.165 -0.01) +(0.075 0.165 -0.01) +(0.08 0.165 -0.01) +(0.085 0.165 -0.01) +(0.09 0.165 -0.01) +(0.095 0.165 -0.01) +(0.1 0.165 -0.01) +(0.105 0.165 -0.01) +(0.11 0.165 -0.01) +(0.115 0.165 -0.01) +(0.12 0.165 -0.01) +(0.125 0.165 -0.01) +(0.13 0.165 -0.01) +(0.135 0.165 -0.01) +(0.14 0.165 -0.01) +(0.145 0.165 -0.01) +(0.15 0.165 -0.01) +(0 0.17 -0.01) +(0.005 0.17 -0.01) +(0.01 0.17 -0.01) +(0.015 0.17 -0.01) +(0.02 0.17 -0.01) +(0.025 0.17 -0.01) +(0.03 0.17 -0.01) +(0.035 0.17 -0.01) +(0.04 0.17 -0.01) +(0.045 0.17 -0.01) +(0.05 0.17 -0.01) +(0.055 0.17 -0.01) +(0.06 0.17 -0.01) +(0.065 0.17 -0.01) +(0.07 0.17 -0.01) +(0.075 0.17 -0.01) +(0.08 0.17 -0.01) +(0.085 0.17 -0.01) +(0.09 0.17 -0.01) +(0.095 0.17 -0.01) +(0.1 0.17 -0.01) +(0.105 0.17 -0.01) +(0.11 0.17 -0.01) +(0.115 0.17 -0.01) +(0.12 0.17 -0.01) +(0.125 0.17 -0.01) +(0.13 0.17 -0.01) +(0.135 0.17 -0.01) +(0.14 0.17 -0.01) +(0.145 0.17 -0.01) +(0.15 0.17 -0.01) +(0 0.175 -0.01) +(0.005 0.175 -0.01) +(0.01 0.175 -0.01) +(0.015 0.175 -0.01) +(0.02 0.175 -0.01) +(0.025 0.175 -0.01) +(0.03 0.175 -0.01) +(0.035 0.175 -0.01) +(0.04 0.175 -0.01) +(0.045 0.175 -0.01) +(0.05 0.175 -0.01) +(0.055 0.175 -0.01) +(0.06 0.175 -0.01) +(0.065 0.175 -0.01) +(0.07 0.175 -0.01) +(0.075 0.175 -0.01) +(0.08 0.175 -0.01) +(0.085 0.175 -0.01) +(0.09 0.175 -0.01) +(0.095 0.175 -0.01) +(0.1 0.175 -0.01) +(0.105 0.175 -0.01) +(0.11 0.175 -0.01) +(0.115 0.175 -0.01) +(0.12 0.175 -0.01) +(0.125 0.175 -0.01) +(0.13 0.175 -0.01) +(0.135 0.175 -0.01) +(0.14 0.175 -0.01) +(0.145 0.175 -0.01) +(0.15 0.175 -0.01) +(0 0.18 -0.01) +(0.005 0.18 -0.01) +(0.01 0.18 -0.01) +(0.015 0.18 -0.01) +(0.02 0.18 -0.01) +(0.025 0.18 -0.01) +(0.03 0.18 -0.01) +(0.035 0.18 -0.01) +(0.04 0.18 -0.01) +(0.045 0.18 -0.01) +(0.05 0.18 -0.01) +(0.055 0.18 -0.01) +(0.06 0.18 -0.01) +(0.065 0.18 -0.01) +(0.07 0.18 -0.01) +(0.075 0.18 -0.01) +(0.08 0.18 -0.01) +(0.085 0.18 -0.01) +(0.09 0.18 -0.01) +(0.095 0.18 -0.01) +(0.1 0.18 -0.01) +(0.105 0.18 -0.01) +(0.11 0.18 -0.01) +(0.115 0.18 -0.01) +(0.12 0.18 -0.01) +(0.125 0.18 -0.01) +(0.13 0.18 -0.01) +(0.135 0.18 -0.01) +(0.14 0.18 -0.01) +(0.145 0.18 -0.01) +(0.15 0.18 -0.01) +(0 0.185 -0.01) +(0.005 0.185 -0.01) +(0.01 0.185 -0.01) +(0.015 0.185 -0.01) +(0.02 0.185 -0.01) +(0.025 0.185 -0.01) +(0.03 0.185 -0.01) +(0.035 0.185 -0.01) +(0.04 0.185 -0.01) +(0.045 0.185 -0.01) +(0.05 0.185 -0.01) +(0.055 0.185 -0.01) +(0.06 0.185 -0.01) +(0.065 0.185 -0.01) +(0.07 0.185 -0.01) +(0.075 0.185 -0.01) +(0.08 0.185 -0.01) +(0.085 0.185 -0.01) +(0.09 0.185 -0.01) +(0.095 0.185 -0.01) +(0.1 0.185 -0.01) +(0.105 0.185 -0.01) +(0.11 0.185 -0.01) +(0.115 0.185 -0.01) +(0.12 0.185 -0.01) +(0.125 0.185 -0.01) +(0.13 0.185 -0.01) +(0.135 0.185 -0.01) +(0.14 0.185 -0.01) +(0.145 0.185 -0.01) +(0.15 0.185 -0.01) +(0 0.19 -0.01) +(0.005 0.19 -0.01) +(0.01 0.19 -0.01) +(0.015 0.19 -0.01) +(0.02 0.19 -0.01) +(0.025 0.19 -0.01) +(0.03 0.19 -0.01) +(0.035 0.19 -0.01) +(0.04 0.19 -0.01) +(0.045 0.19 -0.01) +(0.05 0.19 -0.01) +(0.055 0.19 -0.01) +(0.06 0.19 -0.01) +(0.065 0.19 -0.01) +(0.07 0.19 -0.01) +(0.075 0.19 -0.01) +(0.08 0.19 -0.01) +(0.085 0.19 -0.01) +(0.09 0.19 -0.01) +(0.095 0.19 -0.01) +(0.1 0.19 -0.01) +(0.105 0.19 -0.01) +(0.11 0.19 -0.01) +(0.115 0.19 -0.01) +(0.12 0.19 -0.01) +(0.125 0.19 -0.01) +(0.13 0.19 -0.01) +(0.135 0.19 -0.01) +(0.14 0.19 -0.01) +(0.145 0.19 -0.01) +(0.15 0.19 -0.01) +(0 0.195 -0.01) +(0.005 0.195 -0.01) +(0.01 0.195 -0.01) +(0.015 0.195 -0.01) +(0.02 0.195 -0.01) +(0.025 0.195 -0.01) +(0.03 0.195 -0.01) +(0.035 0.195 -0.01) +(0.04 0.195 -0.01) +(0.045 0.195 -0.01) +(0.05 0.195 -0.01) +(0.055 0.195 -0.01) +(0.06 0.195 -0.01) +(0.065 0.195 -0.01) +(0.07 0.195 -0.01) +(0.075 0.195 -0.01) +(0.08 0.195 -0.01) +(0.085 0.195 -0.01) +(0.09 0.195 -0.01) +(0.095 0.195 -0.01) +(0.1 0.195 -0.01) +(0.105 0.195 -0.01) +(0.11 0.195 -0.01) +(0.115 0.195 -0.01) +(0.12 0.195 -0.01) +(0.125 0.195 -0.01) +(0.13 0.195 -0.01) +(0.135 0.195 -0.01) +(0.14 0.195 -0.01) +(0.145 0.195 -0.01) +(0.15 0.195 -0.01) +(0 0.2 -0.01) +(0.005 0.2 -0.01) +(0.01 0.2 -0.01) +(0.015 0.2 -0.01) +(0.02 0.2 -0.01) +(0.025 0.2 -0.01) +(0.03 0.2 -0.01) +(0.035 0.2 -0.01) +(0.04 0.2 -0.01) +(0.045 0.2 -0.01) +(0.05 0.2 -0.01) +(0.055 0.2 -0.01) +(0.06 0.2 -0.01) +(0.065 0.2 -0.01) +(0.07 0.2 -0.01) +(0.075 0.2 -0.01) +(0.08 0.2 -0.01) +(0.085 0.2 -0.01) +(0.09 0.2 -0.01) +(0.095 0.2 -0.01) +(0.1 0.2 -0.01) +(0.105 0.2 -0.01) +(0.11 0.2 -0.01) +(0.115 0.2 -0.01) +(0.12 0.2 -0.01) +(0.125 0.2 -0.01) +(0.13 0.2 -0.01) +(0.135 0.2 -0.01) +(0.14 0.2 -0.01) +(0.145 0.2 -0.01) +(0.15 0.2 -0.01) +(0 0.205 -0.01) +(0.005 0.205 -0.01) +(0.01 0.205 -0.01) +(0.015 0.205 -0.01) +(0.02 0.205 -0.01) +(0.025 0.205 -0.01) +(0.03 0.205 -0.01) +(0.035 0.205 -0.01) +(0.04 0.205 -0.01) +(0.045 0.205 -0.01) +(0.05 0.205 -0.01) +(0.055 0.205 -0.01) +(0.06 0.205 -0.01) +(0.065 0.205 -0.01) +(0.07 0.205 -0.01) +(0.075 0.205 -0.01) +(0.08 0.205 -0.01) +(0.085 0.205 -0.01) +(0.09 0.205 -0.01) +(0.095 0.205 -0.01) +(0.1 0.205 -0.01) +(0.105 0.205 -0.01) +(0.11 0.205 -0.01) +(0.115 0.205 -0.01) +(0.12 0.205 -0.01) +(0.125 0.205 -0.01) +(0.13 0.205 -0.01) +(0.135 0.205 -0.01) +(0.14 0.205 -0.01) +(0.145 0.205 -0.01) +(0.15 0.205 -0.01) +(0 0.21 -0.01) +(0.005 0.21 -0.01) +(0.01 0.21 -0.01) +(0.015 0.21 -0.01) +(0.02 0.21 -0.01) +(0.025 0.21 -0.01) +(0.03 0.21 -0.01) +(0.035 0.21 -0.01) +(0.04 0.21 -0.01) +(0.045 0.21 -0.01) +(0.05 0.21 -0.01) +(0.055 0.21 -0.01) +(0.06 0.21 -0.01) +(0.065 0.21 -0.01) +(0.07 0.21 -0.01) +(0.075 0.21 -0.01) +(0.08 0.21 -0.01) +(0.085 0.21 -0.01) +(0.09 0.21 -0.01) +(0.095 0.21 -0.01) +(0.1 0.21 -0.01) +(0.105 0.21 -0.01) +(0.11 0.21 -0.01) +(0.115 0.21 -0.01) +(0.12 0.21 -0.01) +(0.125 0.21 -0.01) +(0.13 0.21 -0.01) +(0.135 0.21 -0.01) +(0.14 0.21 -0.01) +(0.145 0.21 -0.01) +(0.15 0.21 -0.01) +(0 0.215 -0.01) +(0.005 0.215 -0.01) +(0.01 0.215 -0.01) +(0.015 0.215 -0.01) +(0.02 0.215 -0.01) +(0.025 0.215 -0.01) +(0.03 0.215 -0.01) +(0.035 0.215 -0.01) +(0.04 0.215 -0.01) +(0.045 0.215 -0.01) +(0.05 0.215 -0.01) +(0.055 0.215 -0.01) +(0.06 0.215 -0.01) +(0.065 0.215 -0.01) +(0.07 0.215 -0.01) +(0.075 0.215 -0.01) +(0.08 0.215 -0.01) +(0.085 0.215 -0.01) +(0.09 0.215 -0.01) +(0.095 0.215 -0.01) +(0.1 0.215 -0.01) +(0.105 0.215 -0.01) +(0.11 0.215 -0.01) +(0.115 0.215 -0.01) +(0.12 0.215 -0.01) +(0.125 0.215 -0.01) +(0.13 0.215 -0.01) +(0.135 0.215 -0.01) +(0.14 0.215 -0.01) +(0.145 0.215 -0.01) +(0.15 0.215 -0.01) +(0 0.22 -0.01) +(0.005 0.22 -0.01) +(0.01 0.22 -0.01) +(0.015 0.22 -0.01) +(0.02 0.22 -0.01) +(0.025 0.22 -0.01) +(0.03 0.22 -0.01) +(0.035 0.22 -0.01) +(0.04 0.22 -0.01) +(0.045 0.22 -0.01) +(0.05 0.22 -0.01) +(0.055 0.22 -0.01) +(0.06 0.22 -0.01) +(0.065 0.22 -0.01) +(0.07 0.22 -0.01) +(0.075 0.22 -0.01) +(0.08 0.22 -0.01) +(0.085 0.22 -0.01) +(0.09 0.22 -0.01) +(0.095 0.22 -0.01) +(0.1 0.22 -0.01) +(0.105 0.22 -0.01) +(0.11 0.22 -0.01) +(0.115 0.22 -0.01) +(0.12 0.22 -0.01) +(0.125 0.22 -0.01) +(0.13 0.22 -0.01) +(0.135 0.22 -0.01) +(0.14 0.22 -0.01) +(0.145 0.22 -0.01) +(0.15 0.22 -0.01) +(0 0.225 -0.01) +(0.005 0.225 -0.01) +(0.01 0.225 -0.01) +(0.015 0.225 -0.01) +(0.02 0.225 -0.01) +(0.025 0.225 -0.01) +(0.03 0.225 -0.01) +(0.035 0.225 -0.01) +(0.04 0.225 -0.01) +(0.045 0.225 -0.01) +(0.05 0.225 -0.01) +(0.055 0.225 -0.01) +(0.06 0.225 -0.01) +(0.065 0.225 -0.01) +(0.07 0.225 -0.01) +(0.075 0.225 -0.01) +(0.08 0.225 -0.01) +(0.085 0.225 -0.01) +(0.09 0.225 -0.01) +(0.095 0.225 -0.01) +(0.1 0.225 -0.01) +(0.105 0.225 -0.01) +(0.11 0.225 -0.01) +(0.115 0.225 -0.01) +(0.12 0.225 -0.01) +(0.125 0.225 -0.01) +(0.13 0.225 -0.01) +(0.135 0.225 -0.01) +(0.14 0.225 -0.01) +(0.145 0.225 -0.01) +(0.15 0.225 -0.01) +(0 0.23 -0.01) +(0.005 0.23 -0.01) +(0.01 0.23 -0.01) +(0.015 0.23 -0.01) +(0.02 0.23 -0.01) +(0.025 0.23 -0.01) +(0.03 0.23 -0.01) +(0.035 0.23 -0.01) +(0.04 0.23 -0.01) +(0.045 0.23 -0.01) +(0.05 0.23 -0.01) +(0.055 0.23 -0.01) +(0.06 0.23 -0.01) +(0.065 0.23 -0.01) +(0.07 0.23 -0.01) +(0.075 0.23 -0.01) +(0.08 0.23 -0.01) +(0.085 0.23 -0.01) +(0.09 0.23 -0.01) +(0.095 0.23 -0.01) +(0.1 0.23 -0.01) +(0.105 0.23 -0.01) +(0.11 0.23 -0.01) +(0.115 0.23 -0.01) +(0.12 0.23 -0.01) +(0.125 0.23 -0.01) +(0.13 0.23 -0.01) +(0.135 0.23 -0.01) +(0.14 0.23 -0.01) +(0.145 0.23 -0.01) +(0.15 0.23 -0.01) +(0 0.235 -0.01) +(0.005 0.235 -0.01) +(0.01 0.235 -0.01) +(0.015 0.235 -0.01) +(0.02 0.235 -0.01) +(0.025 0.235 -0.01) +(0.03 0.235 -0.01) +(0.035 0.235 -0.01) +(0.04 0.235 -0.01) +(0.045 0.235 -0.01) +(0.05 0.235 -0.01) +(0.055 0.235 -0.01) +(0.06 0.235 -0.01) +(0.065 0.235 -0.01) +(0.07 0.235 -0.01) +(0.075 0.235 -0.01) +(0.08 0.235 -0.01) +(0.085 0.235 -0.01) +(0.09 0.235 -0.01) +(0.095 0.235 -0.01) +(0.1 0.235 -0.01) +(0.105 0.235 -0.01) +(0.11 0.235 -0.01) +(0.115 0.235 -0.01) +(0.12 0.235 -0.01) +(0.125 0.235 -0.01) +(0.13 0.235 -0.01) +(0.135 0.235 -0.01) +(0.14 0.235 -0.01) +(0.145 0.235 -0.01) +(0.15 0.235 -0.01) +(0 0.24 -0.01) +(0.005 0.24 -0.01) +(0.01 0.24 -0.01) +(0.015 0.24 -0.01) +(0.02 0.24 -0.01) +(0.025 0.24 -0.01) +(0.03 0.24 -0.01) +(0.035 0.24 -0.01) +(0.04 0.24 -0.01) +(0.045 0.24 -0.01) +(0.05 0.24 -0.01) +(0.055 0.24 -0.01) +(0.06 0.24 -0.01) +(0.065 0.24 -0.01) +(0.07 0.24 -0.01) +(0.075 0.24 -0.01) +(0.08 0.24 -0.01) +(0.085 0.24 -0.01) +(0.09 0.24 -0.01) +(0.095 0.24 -0.01) +(0.1 0.24 -0.01) +(0.105 0.24 -0.01) +(0.11 0.24 -0.01) +(0.115 0.24 -0.01) +(0.12 0.24 -0.01) +(0.125 0.24 -0.01) +(0.13 0.24 -0.01) +(0.135 0.24 -0.01) +(0.14 0.24 -0.01) +(0.145 0.24 -0.01) +(0.15 0.24 -0.01) +(0 0.245 -0.01) +(0.005 0.245 -0.01) +(0.01 0.245 -0.01) +(0.015 0.245 -0.01) +(0.02 0.245 -0.01) +(0.025 0.245 -0.01) +(0.03 0.245 -0.01) +(0.035 0.245 -0.01) +(0.04 0.245 -0.01) +(0.045 0.245 -0.01) +(0.05 0.245 -0.01) +(0.055 0.245 -0.01) +(0.06 0.245 -0.01) +(0.065 0.245 -0.01) +(0.07 0.245 -0.01) +(0.075 0.245 -0.01) +(0.08 0.245 -0.01) +(0.085 0.245 -0.01) +(0.09 0.245 -0.01) +(0.095 0.245 -0.01) +(0.1 0.245 -0.01) +(0.105 0.245 -0.01) +(0.11 0.245 -0.01) +(0.115 0.245 -0.01) +(0.12 0.245 -0.01) +(0.125 0.245 -0.01) +(0.13 0.245 -0.01) +(0.135 0.245 -0.01) +(0.14 0.245 -0.01) +(0.145 0.245 -0.01) +(0.15 0.245 -0.01) +(0 0.25 -0.01) +(0.005 0.25 -0.01) +(0.01 0.25 -0.01) +(0.015 0.25 -0.01) +(0.02 0.25 -0.01) +(0.025 0.25 -0.01) +(0.03 0.25 -0.01) +(0.035 0.25 -0.01) +(0.04 0.25 -0.01) +(0.045 0.25 -0.01) +(0.05 0.25 -0.01) +(0.055 0.25 -0.01) +(0.06 0.25 -0.01) +(0.065 0.25 -0.01) +(0.07 0.25 -0.01) +(0.075 0.25 -0.01) +(0.08 0.25 -0.01) +(0.085 0.25 -0.01) +(0.09 0.25 -0.01) +(0.095 0.25 -0.01) +(0.1 0.25 -0.01) +(0.105 0.25 -0.01) +(0.11 0.25 -0.01) +(0.115 0.25 -0.01) +(0.12 0.25 -0.01) +(0.125 0.25 -0.01) +(0.13 0.25 -0.01) +(0.135 0.25 -0.01) +(0.14 0.25 -0.01) +(0.145 0.25 -0.01) +(0.15 0.25 -0.01) +(0 0.255 -0.01) +(0.005 0.255 -0.01) +(0.01 0.255 -0.01) +(0.015 0.255 -0.01) +(0.02 0.255 -0.01) +(0.025 0.255 -0.01) +(0.03 0.255 -0.01) +(0.035 0.255 -0.01) +(0.04 0.255 -0.01) +(0.045 0.255 -0.01) +(0.05 0.255 -0.01) +(0.055 0.255 -0.01) +(0.06 0.255 -0.01) +(0.065 0.255 -0.01) +(0.07 0.255 -0.01) +(0.075 0.255 -0.01) +(0.08 0.255 -0.01) +(0.085 0.255 -0.01) +(0.09 0.255 -0.01) +(0.095 0.255 -0.01) +(0.1 0.255 -0.01) +(0.105 0.255 -0.01) +(0.11 0.255 -0.01) +(0.115 0.255 -0.01) +(0.12 0.255 -0.01) +(0.125 0.255 -0.01) +(0.13 0.255 -0.01) +(0.135 0.255 -0.01) +(0.14 0.255 -0.01) +(0.145 0.255 -0.01) +(0.15 0.255 -0.01) +(0 0.26 -0.01) +(0.005 0.26 -0.01) +(0.01 0.26 -0.01) +(0.015 0.26 -0.01) +(0.02 0.26 -0.01) +(0.025 0.26 -0.01) +(0.03 0.26 -0.01) +(0.035 0.26 -0.01) +(0.04 0.26 -0.01) +(0.045 0.26 -0.01) +(0.05 0.26 -0.01) +(0.055 0.26 -0.01) +(0.06 0.26 -0.01) +(0.065 0.26 -0.01) +(0.07 0.26 -0.01) +(0.075 0.26 -0.01) +(0.08 0.26 -0.01) +(0.085 0.26 -0.01) +(0.09 0.26 -0.01) +(0.095 0.26 -0.01) +(0.1 0.26 -0.01) +(0.105 0.26 -0.01) +(0.11 0.26 -0.01) +(0.115 0.26 -0.01) +(0.12 0.26 -0.01) +(0.125 0.26 -0.01) +(0.13 0.26 -0.01) +(0.135 0.26 -0.01) +(0.14 0.26 -0.01) +(0.145 0.26 -0.01) +(0.15 0.26 -0.01) +(0 0.265 -0.01) +(0.005 0.265 -0.01) +(0.01 0.265 -0.01) +(0.015 0.265 -0.01) +(0.02 0.265 -0.01) +(0.025 0.265 -0.01) +(0.03 0.265 -0.01) +(0.035 0.265 -0.01) +(0.04 0.265 -0.01) +(0.045 0.265 -0.01) +(0.05 0.265 -0.01) +(0.055 0.265 -0.01) +(0.06 0.265 -0.01) +(0.065 0.265 -0.01) +(0.07 0.265 -0.01) +(0.075 0.265 -0.01) +(0.08 0.265 -0.01) +(0.085 0.265 -0.01) +(0.09 0.265 -0.01) +(0.095 0.265 -0.01) +(0.1 0.265 -0.01) +(0.105 0.265 -0.01) +(0.11 0.265 -0.01) +(0.115 0.265 -0.01) +(0.12 0.265 -0.01) +(0.125 0.265 -0.01) +(0.13 0.265 -0.01) +(0.135 0.265 -0.01) +(0.14 0.265 -0.01) +(0.145 0.265 -0.01) +(0.15 0.265 -0.01) +(0 0.27 -0.01) +(0.005 0.27 -0.01) +(0.01 0.27 -0.01) +(0.015 0.27 -0.01) +(0.02 0.27 -0.01) +(0.025 0.27 -0.01) +(0.03 0.27 -0.01) +(0.035 0.27 -0.01) +(0.04 0.27 -0.01) +(0.045 0.27 -0.01) +(0.05 0.27 -0.01) +(0.055 0.27 -0.01) +(0.06 0.27 -0.01) +(0.065 0.27 -0.01) +(0.07 0.27 -0.01) +(0.075 0.27 -0.01) +(0.08 0.27 -0.01) +(0.085 0.27 -0.01) +(0.09 0.27 -0.01) +(0.095 0.27 -0.01) +(0.1 0.27 -0.01) +(0.105 0.27 -0.01) +(0.11 0.27 -0.01) +(0.115 0.27 -0.01) +(0.12 0.27 -0.01) +(0.125 0.27 -0.01) +(0.13 0.27 -0.01) +(0.135 0.27 -0.01) +(0.14 0.27 -0.01) +(0.145 0.27 -0.01) +(0.15 0.27 -0.01) +(0 0.275 -0.01) +(0.005 0.275 -0.01) +(0.01 0.275 -0.01) +(0.015 0.275 -0.01) +(0.02 0.275 -0.01) +(0.025 0.275 -0.01) +(0.03 0.275 -0.01) +(0.035 0.275 -0.01) +(0.04 0.275 -0.01) +(0.045 0.275 -0.01) +(0.05 0.275 -0.01) +(0.055 0.275 -0.01) +(0.06 0.275 -0.01) +(0.065 0.275 -0.01) +(0.07 0.275 -0.01) +(0.075 0.275 -0.01) +(0.08 0.275 -0.01) +(0.085 0.275 -0.01) +(0.09 0.275 -0.01) +(0.095 0.275 -0.01) +(0.1 0.275 -0.01) +(0.105 0.275 -0.01) +(0.11 0.275 -0.01) +(0.115 0.275 -0.01) +(0.12 0.275 -0.01) +(0.125 0.275 -0.01) +(0.13 0.275 -0.01) +(0.135 0.275 -0.01) +(0.14 0.275 -0.01) +(0.145 0.275 -0.01) +(0.15 0.275 -0.01) +(0 0.28 -0.01) +(0.005 0.28 -0.01) +(0.01 0.28 -0.01) +(0.015 0.28 -0.01) +(0.02 0.28 -0.01) +(0.025 0.28 -0.01) +(0.03 0.28 -0.01) +(0.035 0.28 -0.01) +(0.04 0.28 -0.01) +(0.045 0.28 -0.01) +(0.05 0.28 -0.01) +(0.055 0.28 -0.01) +(0.06 0.28 -0.01) +(0.065 0.28 -0.01) +(0.07 0.28 -0.01) +(0.075 0.28 -0.01) +(0.08 0.28 -0.01) +(0.085 0.28 -0.01) +(0.09 0.28 -0.01) +(0.095 0.28 -0.01) +(0.1 0.28 -0.01) +(0.105 0.28 -0.01) +(0.11 0.28 -0.01) +(0.115 0.28 -0.01) +(0.12 0.28 -0.01) +(0.125 0.28 -0.01) +(0.13 0.28 -0.01) +(0.135 0.28 -0.01) +(0.14 0.28 -0.01) +(0.145 0.28 -0.01) +(0.15 0.28 -0.01) +(0 0.285 -0.01) +(0.005 0.285 -0.01) +(0.01 0.285 -0.01) +(0.015 0.285 -0.01) +(0.02 0.285 -0.01) +(0.025 0.285 -0.01) +(0.03 0.285 -0.01) +(0.035 0.285 -0.01) +(0.04 0.285 -0.01) +(0.045 0.285 -0.01) +(0.05 0.285 -0.01) +(0.055 0.285 -0.01) +(0.06 0.285 -0.01) +(0.065 0.285 -0.01) +(0.07 0.285 -0.01) +(0.075 0.285 -0.01) +(0.08 0.285 -0.01) +(0.085 0.285 -0.01) +(0.09 0.285 -0.01) +(0.095 0.285 -0.01) +(0.1 0.285 -0.01) +(0.105 0.285 -0.01) +(0.11 0.285 -0.01) +(0.115 0.285 -0.01) +(0.12 0.285 -0.01) +(0.125 0.285 -0.01) +(0.13 0.285 -0.01) +(0.135 0.285 -0.01) +(0.14 0.285 -0.01) +(0.145 0.285 -0.01) +(0.15 0.285 -0.01) +(0 0.29 -0.01) +(0.005 0.29 -0.01) +(0.01 0.29 -0.01) +(0.015 0.29 -0.01) +(0.02 0.29 -0.01) +(0.025 0.29 -0.01) +(0.03 0.29 -0.01) +(0.035 0.29 -0.01) +(0.04 0.29 -0.01) +(0.045 0.29 -0.01) +(0.05 0.29 -0.01) +(0.055 0.29 -0.01) +(0.06 0.29 -0.01) +(0.065 0.29 -0.01) +(0.07 0.29 -0.01) +(0.075 0.29 -0.01) +(0.08 0.29 -0.01) +(0.085 0.29 -0.01) +(0.09 0.29 -0.01) +(0.095 0.29 -0.01) +(0.1 0.29 -0.01) +(0.105 0.29 -0.01) +(0.11 0.29 -0.01) +(0.115 0.29 -0.01) +(0.12 0.29 -0.01) +(0.125 0.29 -0.01) +(0.13 0.29 -0.01) +(0.135 0.29 -0.01) +(0.14 0.29 -0.01) +(0.145 0.29 -0.01) +(0.15 0.29 -0.01) +(0 0.295 -0.01) +(0.005 0.295 -0.01) +(0.01 0.295 -0.01) +(0.015 0.295 -0.01) +(0.02 0.295 -0.01) +(0.025 0.295 -0.01) +(0.03 0.295 -0.01) +(0.035 0.295 -0.01) +(0.04 0.295 -0.01) +(0.045 0.295 -0.01) +(0.05 0.295 -0.01) +(0.055 0.295 -0.01) +(0.06 0.295 -0.01) +(0.065 0.295 -0.01) +(0.07 0.295 -0.01) +(0.075 0.295 -0.01) +(0.08 0.295 -0.01) +(0.085 0.295 -0.01) +(0.09 0.295 -0.01) +(0.095 0.295 -0.01) +(0.1 0.295 -0.01) +(0.105 0.295 -0.01) +(0.11 0.295 -0.01) +(0.115 0.295 -0.01) +(0.12 0.295 -0.01) +(0.125 0.295 -0.01) +(0.13 0.295 -0.01) +(0.135 0.295 -0.01) +(0.14 0.295 -0.01) +(0.145 0.295 -0.01) +(0.15 0.295 -0.01) +(0 0.3 -0.01) +(0.005 0.3 -0.01) +(0.01 0.3 -0.01) +(0.015 0.3 -0.01) +(0.02 0.3 -0.01) +(0.025 0.3 -0.01) +(0.03 0.3 -0.01) +(0.035 0.3 -0.01) +(0.04 0.3 -0.01) +(0.045 0.3 -0.01) +(0.05 0.3 -0.01) +(0.055 0.3 -0.01) +(0.06 0.3 -0.01) +(0.065 0.3 -0.01) +(0.07 0.3 -0.01) +(0.075 0.3 -0.01) +(0.08 0.3 -0.01) +(0.085 0.3 -0.01) +(0.09 0.3 -0.01) +(0.095 0.3 -0.01) +(0.1 0.3 -0.01) +(0.105 0.3 -0.01) +(0.11 0.3 -0.01) +(0.115 0.3 -0.01) +(0.12 0.3 -0.01) +(0.125 0.3 -0.01) +(0.13 0.3 -0.01) +(0.135 0.3 -0.01) +(0.14 0.3 -0.01) +(0.145 0.3 -0.01) +(0.15 0.3 -0.01) +(0 0.305 -0.01) +(0.005 0.305 -0.01) +(0.01 0.305 -0.01) +(0.015 0.305 -0.01) +(0.02 0.305 -0.01) +(0.025 0.305 -0.01) +(0.03 0.305 -0.01) +(0.035 0.305 -0.01) +(0.04 0.305 -0.01) +(0.045 0.305 -0.01) +(0.05 0.305 -0.01) +(0.055 0.305 -0.01) +(0.06 0.305 -0.01) +(0.065 0.305 -0.01) +(0.07 0.305 -0.01) +(0.075 0.305 -0.01) +(0.08 0.305 -0.01) +(0.085 0.305 -0.01) +(0.09 0.305 -0.01) +(0.095 0.305 -0.01) +(0.1 0.305 -0.01) +(0.105 0.305 -0.01) +(0.11 0.305 -0.01) +(0.115 0.305 -0.01) +(0.12 0.305 -0.01) +(0.125 0.305 -0.01) +(0.13 0.305 -0.01) +(0.135 0.305 -0.01) +(0.14 0.305 -0.01) +(0.145 0.305 -0.01) +(0.15 0.305 -0.01) +(0 0.31 -0.01) +(0.005 0.31 -0.01) +(0.01 0.31 -0.01) +(0.015 0.31 -0.01) +(0.02 0.31 -0.01) +(0.025 0.31 -0.01) +(0.03 0.31 -0.01) +(0.035 0.31 -0.01) +(0.04 0.31 -0.01) +(0.045 0.31 -0.01) +(0.05 0.31 -0.01) +(0.055 0.31 -0.01) +(0.06 0.31 -0.01) +(0.065 0.31 -0.01) +(0.07 0.31 -0.01) +(0.075 0.31 -0.01) +(0.08 0.31 -0.01) +(0.085 0.31 -0.01) +(0.09 0.31 -0.01) +(0.095 0.31 -0.01) +(0.1 0.31 -0.01) +(0.105 0.31 -0.01) +(0.11 0.31 -0.01) +(0.115 0.31 -0.01) +(0.12 0.31 -0.01) +(0.125 0.31 -0.01) +(0.13 0.31 -0.01) +(0.135 0.31 -0.01) +(0.14 0.31 -0.01) +(0.145 0.31 -0.01) +(0.15 0.31 -0.01) +(0 0.315 -0.01) +(0.005 0.315 -0.01) +(0.01 0.315 -0.01) +(0.015 0.315 -0.01) +(0.02 0.315 -0.01) +(0.025 0.315 -0.01) +(0.03 0.315 -0.01) +(0.035 0.315 -0.01) +(0.04 0.315 -0.01) +(0.045 0.315 -0.01) +(0.05 0.315 -0.01) +(0.055 0.315 -0.01) +(0.06 0.315 -0.01) +(0.065 0.315 -0.01) +(0.07 0.315 -0.01) +(0.075 0.315 -0.01) +(0.08 0.315 -0.01) +(0.085 0.315 -0.01) +(0.09 0.315 -0.01) +(0.095 0.315 -0.01) +(0.1 0.315 -0.01) +(0.105 0.315 -0.01) +(0.11 0.315 -0.01) +(0.115 0.315 -0.01) +(0.12 0.315 -0.01) +(0.125 0.315 -0.01) +(0.13 0.315 -0.01) +(0.135 0.315 -0.01) +(0.14 0.315 -0.01) +(0.145 0.315 -0.01) +(0.15 0.315 -0.01) +(0 0.32 -0.01) +(0.005 0.32 -0.01) +(0.01 0.32 -0.01) +(0.015 0.32 -0.01) +(0.02 0.32 -0.01) +(0.025 0.32 -0.01) +(0.03 0.32 -0.01) +(0.035 0.32 -0.01) +(0.04 0.32 -0.01) +(0.045 0.32 -0.01) +(0.05 0.32 -0.01) +(0.055 0.32 -0.01) +(0.06 0.32 -0.01) +(0.065 0.32 -0.01) +(0.07 0.32 -0.01) +(0.075 0.32 -0.01) +(0.08 0.32 -0.01) +(0.085 0.32 -0.01) +(0.09 0.32 -0.01) +(0.095 0.32 -0.01) +(0.1 0.32 -0.01) +(0.105 0.32 -0.01) +(0.11 0.32 -0.01) +(0.115 0.32 -0.01) +(0.12 0.32 -0.01) +(0.125 0.32 -0.01) +(0.13 0.32 -0.01) +(0.135 0.32 -0.01) +(0.14 0.32 -0.01) +(0.145 0.32 -0.01) +(0.15 0.32 -0.01) +(0 0.325 -0.01) +(0.005 0.325 -0.01) +(0.01 0.325 -0.01) +(0.015 0.325 -0.01) +(0.02 0.325 -0.01) +(0.025 0.325 -0.01) +(0.03 0.325 -0.01) +(0.035 0.325 -0.01) +(0.04 0.325 -0.01) +(0.045 0.325 -0.01) +(0.05 0.325 -0.01) +(0.055 0.325 -0.01) +(0.06 0.325 -0.01) +(0.065 0.325 -0.01) +(0.07 0.325 -0.01) +(0.075 0.325 -0.01) +(0.08 0.325 -0.01) +(0.085 0.325 -0.01) +(0.09 0.325 -0.01) +(0.095 0.325 -0.01) +(0.1 0.325 -0.01) +(0.105 0.325 -0.01) +(0.11 0.325 -0.01) +(0.115 0.325 -0.01) +(0.12 0.325 -0.01) +(0.125 0.325 -0.01) +(0.13 0.325 -0.01) +(0.135 0.325 -0.01) +(0.14 0.325 -0.01) +(0.145 0.325 -0.01) +(0.15 0.325 -0.01) +(0 0.33 -0.01) +(0.005 0.33 -0.01) +(0.01 0.33 -0.01) +(0.015 0.33 -0.01) +(0.02 0.33 -0.01) +(0.025 0.33 -0.01) +(0.03 0.33 -0.01) +(0.035 0.33 -0.01) +(0.04 0.33 -0.01) +(0.045 0.33 -0.01) +(0.05 0.33 -0.01) +(0.055 0.33 -0.01) +(0.06 0.33 -0.01) +(0.065 0.33 -0.01) +(0.07 0.33 -0.01) +(0.075 0.33 -0.01) +(0.08 0.33 -0.01) +(0.085 0.33 -0.01) +(0.09 0.33 -0.01) +(0.095 0.33 -0.01) +(0.1 0.33 -0.01) +(0.105 0.33 -0.01) +(0.11 0.33 -0.01) +(0.115 0.33 -0.01) +(0.12 0.33 -0.01) +(0.125 0.33 -0.01) +(0.13 0.33 -0.01) +(0.135 0.33 -0.01) +(0.14 0.33 -0.01) +(0.145 0.33 -0.01) +(0.15 0.33 -0.01) +(0 0.335 -0.01) +(0.005 0.335 -0.01) +(0.01 0.335 -0.01) +(0.015 0.335 -0.01) +(0.02 0.335 -0.01) +(0.025 0.335 -0.01) +(0.03 0.335 -0.01) +(0.035 0.335 -0.01) +(0.04 0.335 -0.01) +(0.045 0.335 -0.01) +(0.05 0.335 -0.01) +(0.055 0.335 -0.01) +(0.06 0.335 -0.01) +(0.065 0.335 -0.01) +(0.07 0.335 -0.01) +(0.075 0.335 -0.01) +(0.08 0.335 -0.01) +(0.085 0.335 -0.01) +(0.09 0.335 -0.01) +(0.095 0.335 -0.01) +(0.1 0.335 -0.01) +(0.105 0.335 -0.01) +(0.11 0.335 -0.01) +(0.115 0.335 -0.01) +(0.12 0.335 -0.01) +(0.125 0.335 -0.01) +(0.13 0.335 -0.01) +(0.135 0.335 -0.01) +(0.14 0.335 -0.01) +(0.145 0.335 -0.01) +(0.15 0.335 -0.01) +(0 0.34 -0.01) +(0.005 0.34 -0.01) +(0.01 0.34 -0.01) +(0.015 0.34 -0.01) +(0.02 0.34 -0.01) +(0.025 0.34 -0.01) +(0.03 0.34 -0.01) +(0.035 0.34 -0.01) +(0.04 0.34 -0.01) +(0.045 0.34 -0.01) +(0.05 0.34 -0.01) +(0.055 0.34 -0.01) +(0.06 0.34 -0.01) +(0.065 0.34 -0.01) +(0.07 0.34 -0.01) +(0.075 0.34 -0.01) +(0.08 0.34 -0.01) +(0.085 0.34 -0.01) +(0.09 0.34 -0.01) +(0.095 0.34 -0.01) +(0.1 0.34 -0.01) +(0.105 0.34 -0.01) +(0.11 0.34 -0.01) +(0.115 0.34 -0.01) +(0.12 0.34 -0.01) +(0.125 0.34 -0.01) +(0.13 0.34 -0.01) +(0.135 0.34 -0.01) +(0.14 0.34 -0.01) +(0.145 0.34 -0.01) +(0.15 0.34 -0.01) +(0 0.345 -0.01) +(0.005 0.345 -0.01) +(0.01 0.345 -0.01) +(0.015 0.345 -0.01) +(0.02 0.345 -0.01) +(0.025 0.345 -0.01) +(0.03 0.345 -0.01) +(0.035 0.345 -0.01) +(0.04 0.345 -0.01) +(0.045 0.345 -0.01) +(0.05 0.345 -0.01) +(0.055 0.345 -0.01) +(0.06 0.345 -0.01) +(0.065 0.345 -0.01) +(0.07 0.345 -0.01) +(0.075 0.345 -0.01) +(0.08 0.345 -0.01) +(0.085 0.345 -0.01) +(0.09 0.345 -0.01) +(0.095 0.345 -0.01) +(0.1 0.345 -0.01) +(0.105 0.345 -0.01) +(0.11 0.345 -0.01) +(0.115 0.345 -0.01) +(0.12 0.345 -0.01) +(0.125 0.345 -0.01) +(0.13 0.345 -0.01) +(0.135 0.345 -0.01) +(0.14 0.345 -0.01) +(0.145 0.345 -0.01) +(0.15 0.345 -0.01) +(0 0.35 -0.01) +(0.005 0.35 -0.01) +(0.01 0.35 -0.01) +(0.015 0.35 -0.01) +(0.02 0.35 -0.01) +(0.025 0.35 -0.01) +(0.03 0.35 -0.01) +(0.035 0.35 -0.01) +(0.04 0.35 -0.01) +(0.045 0.35 -0.01) +(0.05 0.35 -0.01) +(0.055 0.35 -0.01) +(0.06 0.35 -0.01) +(0.065 0.35 -0.01) +(0.07 0.35 -0.01) +(0.075 0.35 -0.01) +(0.08 0.35 -0.01) +(0.085 0.35 -0.01) +(0.09 0.35 -0.01) +(0.095 0.35 -0.01) +(0.1 0.35 -0.01) +(0.105 0.35 -0.01) +(0.11 0.35 -0.01) +(0.115 0.35 -0.01) +(0.12 0.35 -0.01) +(0.125 0.35 -0.01) +(0.13 0.35 -0.01) +(0.135 0.35 -0.01) +(0.14 0.35 -0.01) +(0.145 0.35 -0.01) +(0.15 0.35 -0.01) +(0 0.355 -0.01) +(0.005 0.355 -0.01) +(0.01 0.355 -0.01) +(0.015 0.355 -0.01) +(0.02 0.355 -0.01) +(0.025 0.355 -0.01) +(0.03 0.355 -0.01) +(0.035 0.355 -0.01) +(0.04 0.355 -0.01) +(0.045 0.355 -0.01) +(0.05 0.355 -0.01) +(0.055 0.355 -0.01) +(0.06 0.355 -0.01) +(0.065 0.355 -0.01) +(0.07 0.355 -0.01) +(0.075 0.355 -0.01) +(0.08 0.355 -0.01) +(0.085 0.355 -0.01) +(0.09 0.355 -0.01) +(0.095 0.355 -0.01) +(0.1 0.355 -0.01) +(0.105 0.355 -0.01) +(0.11 0.355 -0.01) +(0.115 0.355 -0.01) +(0.12 0.355 -0.01) +(0.125 0.355 -0.01) +(0.13 0.355 -0.01) +(0.135 0.355 -0.01) +(0.14 0.355 -0.01) +(0.145 0.355 -0.01) +(0.15 0.355 -0.01) +(0 0.36 -0.01) +(0.005 0.36 -0.01) +(0.01 0.36 -0.01) +(0.015 0.36 -0.01) +(0.02 0.36 -0.01) +(0.025 0.36 -0.01) +(0.03 0.36 -0.01) +(0.035 0.36 -0.01) +(0.04 0.36 -0.01) +(0.045 0.36 -0.01) +(0.05 0.36 -0.01) +(0.055 0.36 -0.01) +(0.06 0.36 -0.01) +(0.065 0.36 -0.01) +(0.07 0.36 -0.01) +(0.075 0.36 -0.01) +(0.08 0.36 -0.01) +(0.085 0.36 -0.01) +(0.09 0.36 -0.01) +(0.095 0.36 -0.01) +(0.1 0.36 -0.01) +(0.105 0.36 -0.01) +(0.11 0.36 -0.01) +(0.115 0.36 -0.01) +(0.12 0.36 -0.01) +(0.125 0.36 -0.01) +(0.13 0.36 -0.01) +(0.135 0.36 -0.01) +(0.14 0.36 -0.01) +(0.145 0.36 -0.01) +(0.15 0.36 -0.01) +(0 0.365 -0.01) +(0.005 0.365 -0.01) +(0.01 0.365 -0.01) +(0.015 0.365 -0.01) +(0.02 0.365 -0.01) +(0.025 0.365 -0.01) +(0.03 0.365 -0.01) +(0.035 0.365 -0.01) +(0.04 0.365 -0.01) +(0.045 0.365 -0.01) +(0.05 0.365 -0.01) +(0.055 0.365 -0.01) +(0.06 0.365 -0.01) +(0.065 0.365 -0.01) +(0.07 0.365 -0.01) +(0.075 0.365 -0.01) +(0.08 0.365 -0.01) +(0.085 0.365 -0.01) +(0.09 0.365 -0.01) +(0.095 0.365 -0.01) +(0.1 0.365 -0.01) +(0.105 0.365 -0.01) +(0.11 0.365 -0.01) +(0.115 0.365 -0.01) +(0.12 0.365 -0.01) +(0.125 0.365 -0.01) +(0.13 0.365 -0.01) +(0.135 0.365 -0.01) +(0.14 0.365 -0.01) +(0.145 0.365 -0.01) +(0.15 0.365 -0.01) +(0 0.37 -0.01) +(0.005 0.37 -0.01) +(0.01 0.37 -0.01) +(0.015 0.37 -0.01) +(0.02 0.37 -0.01) +(0.025 0.37 -0.01) +(0.03 0.37 -0.01) +(0.035 0.37 -0.01) +(0.04 0.37 -0.01) +(0.045 0.37 -0.01) +(0.05 0.37 -0.01) +(0.055 0.37 -0.01) +(0.06 0.37 -0.01) +(0.065 0.37 -0.01) +(0.07 0.37 -0.01) +(0.075 0.37 -0.01) +(0.08 0.37 -0.01) +(0.085 0.37 -0.01) +(0.09 0.37 -0.01) +(0.095 0.37 -0.01) +(0.1 0.37 -0.01) +(0.105 0.37 -0.01) +(0.11 0.37 -0.01) +(0.115 0.37 -0.01) +(0.12 0.37 -0.01) +(0.125 0.37 -0.01) +(0.13 0.37 -0.01) +(0.135 0.37 -0.01) +(0.14 0.37 -0.01) +(0.145 0.37 -0.01) +(0.15 0.37 -0.01) +(0 0.375 -0.01) +(0.005 0.375 -0.01) +(0.01 0.375 -0.01) +(0.015 0.375 -0.01) +(0.02 0.375 -0.01) +(0.025 0.375 -0.01) +(0.03 0.375 -0.01) +(0.035 0.375 -0.01) +(0.04 0.375 -0.01) +(0.045 0.375 -0.01) +(0.05 0.375 -0.01) +(0.055 0.375 -0.01) +(0.06 0.375 -0.01) +(0.065 0.375 -0.01) +(0.07 0.375 -0.01) +(0.075 0.375 -0.01) +(0.08 0.375 -0.01) +(0.085 0.375 -0.01) +(0.09 0.375 -0.01) +(0.095 0.375 -0.01) +(0.1 0.375 -0.01) +(0.105 0.375 -0.01) +(0.11 0.375 -0.01) +(0.115 0.375 -0.01) +(0.12 0.375 -0.01) +(0.125 0.375 -0.01) +(0.13 0.375 -0.01) +(0.135 0.375 -0.01) +(0.14 0.375 -0.01) +(0.145 0.375 -0.01) +(0.15 0.375 -0.01) +(0 0.38 -0.01) +(0.005 0.38 -0.01) +(0.01 0.38 -0.01) +(0.015 0.38 -0.01) +(0.02 0.38 -0.01) +(0.025 0.38 -0.01) +(0.03 0.38 -0.01) +(0.035 0.38 -0.01) +(0.04 0.38 -0.01) +(0.045 0.38 -0.01) +(0.05 0.38 -0.01) +(0.055 0.38 -0.01) +(0.06 0.38 -0.01) +(0.065 0.38 -0.01) +(0.07 0.38 -0.01) +(0.075 0.38 -0.01) +(0.08 0.38 -0.01) +(0.085 0.38 -0.01) +(0.09 0.38 -0.01) +(0.095 0.38 -0.01) +(0.1 0.38 -0.01) +(0.105 0.38 -0.01) +(0.11 0.38 -0.01) +(0.115 0.38 -0.01) +(0.12 0.38 -0.01) +(0.125 0.38 -0.01) +(0.13 0.38 -0.01) +(0.135 0.38 -0.01) +(0.14 0.38 -0.01) +(0.145 0.38 -0.01) +(0.15 0.38 -0.01) +(0 0.385 -0.01) +(0.005 0.385 -0.01) +(0.01 0.385 -0.01) +(0.015 0.385 -0.01) +(0.02 0.385 -0.01) +(0.025 0.385 -0.01) +(0.03 0.385 -0.01) +(0.035 0.385 -0.01) +(0.04 0.385 -0.01) +(0.045 0.385 -0.01) +(0.05 0.385 -0.01) +(0.055 0.385 -0.01) +(0.06 0.385 -0.01) +(0.065 0.385 -0.01) +(0.07 0.385 -0.01) +(0.075 0.385 -0.01) +(0.08 0.385 -0.01) +(0.085 0.385 -0.01) +(0.09 0.385 -0.01) +(0.095 0.385 -0.01) +(0.1 0.385 -0.01) +(0.105 0.385 -0.01) +(0.11 0.385 -0.01) +(0.115 0.385 -0.01) +(0.12 0.385 -0.01) +(0.125 0.385 -0.01) +(0.13 0.385 -0.01) +(0.135 0.385 -0.01) +(0.14 0.385 -0.01) +(0.145 0.385 -0.01) +(0.15 0.385 -0.01) +(0 0.39 -0.01) +(0.005 0.39 -0.01) +(0.01 0.39 -0.01) +(0.015 0.39 -0.01) +(0.02 0.39 -0.01) +(0.025 0.39 -0.01) +(0.03 0.39 -0.01) +(0.035 0.39 -0.01) +(0.04 0.39 -0.01) +(0.045 0.39 -0.01) +(0.05 0.39 -0.01) +(0.055 0.39 -0.01) +(0.06 0.39 -0.01) +(0.065 0.39 -0.01) +(0.07 0.39 -0.01) +(0.075 0.39 -0.01) +(0.08 0.39 -0.01) +(0.085 0.39 -0.01) +(0.09 0.39 -0.01) +(0.095 0.39 -0.01) +(0.1 0.39 -0.01) +(0.105 0.39 -0.01) +(0.11 0.39 -0.01) +(0.115 0.39 -0.01) +(0.12 0.39 -0.01) +(0.125 0.39 -0.01) +(0.13 0.39 -0.01) +(0.135 0.39 -0.01) +(0.14 0.39 -0.01) +(0.145 0.39 -0.01) +(0.15 0.39 -0.01) +(0 0.395 -0.01) +(0.005 0.395 -0.01) +(0.01 0.395 -0.01) +(0.015 0.395 -0.01) +(0.02 0.395 -0.01) +(0.025 0.395 -0.01) +(0.03 0.395 -0.01) +(0.035 0.395 -0.01) +(0.04 0.395 -0.01) +(0.045 0.395 -0.01) +(0.05 0.395 -0.01) +(0.055 0.395 -0.01) +(0.06 0.395 -0.01) +(0.065 0.395 -0.01) +(0.07 0.395 -0.01) +(0.075 0.395 -0.01) +(0.08 0.395 -0.01) +(0.085 0.395 -0.01) +(0.09 0.395 -0.01) +(0.095 0.395 -0.01) +(0.1 0.395 -0.01) +(0.105 0.395 -0.01) +(0.11 0.395 -0.01) +(0.115 0.395 -0.01) +(0.12 0.395 -0.01) +(0.125 0.395 -0.01) +(0.13 0.395 -0.01) +(0.135 0.395 -0.01) +(0.14 0.395 -0.01) +(0.145 0.395 -0.01) +(0.15 0.395 -0.01) +(0 0.4 -0.01) +(0.005 0.4 -0.01) +(0.01 0.4 -0.01) +(0.015 0.4 -0.01) +(0.02 0.4 -0.01) +(0.025 0.4 -0.01) +(0.03 0.4 -0.01) +(0.035 0.4 -0.01) +(0.04 0.4 -0.01) +(0.045 0.4 -0.01) +(0.05 0.4 -0.01) +(0.055 0.4 -0.01) +(0.06 0.4 -0.01) +(0.065 0.4 -0.01) +(0.07 0.4 -0.01) +(0.075 0.4 -0.01) +(0.08 0.4 -0.01) +(0.085 0.4 -0.01) +(0.09 0.4 -0.01) +(0.095 0.4 -0.01) +(0.1 0.4 -0.01) +(0.105 0.4 -0.01) +(0.11 0.4 -0.01) +(0.115 0.4 -0.01) +(0.12 0.4 -0.01) +(0.125 0.4 -0.01) +(0.13 0.4 -0.01) +(0.135 0.4 -0.01) +(0.14 0.4 -0.01) +(0.145 0.4 -0.01) +(0.15 0.4 -0.01) +(0 0.405 -0.01) +(0.005 0.405 -0.01) +(0.01 0.405 -0.01) +(0.015 0.405 -0.01) +(0.02 0.405 -0.01) +(0.025 0.405 -0.01) +(0.03 0.405 -0.01) +(0.035 0.405 -0.01) +(0.04 0.405 -0.01) +(0.045 0.405 -0.01) +(0.05 0.405 -0.01) +(0.055 0.405 -0.01) +(0.06 0.405 -0.01) +(0.065 0.405 -0.01) +(0.07 0.405 -0.01) +(0.075 0.405 -0.01) +(0.08 0.405 -0.01) +(0.085 0.405 -0.01) +(0.09 0.405 -0.01) +(0.095 0.405 -0.01) +(0.1 0.405 -0.01) +(0.105 0.405 -0.01) +(0.11 0.405 -0.01) +(0.115 0.405 -0.01) +(0.12 0.405 -0.01) +(0.125 0.405 -0.01) +(0.13 0.405 -0.01) +(0.135 0.405 -0.01) +(0.14 0.405 -0.01) +(0.145 0.405 -0.01) +(0.15 0.405 -0.01) +(0 0.41 -0.01) +(0.005 0.41 -0.01) +(0.01 0.41 -0.01) +(0.015 0.41 -0.01) +(0.02 0.41 -0.01) +(0.025 0.41 -0.01) +(0.03 0.41 -0.01) +(0.035 0.41 -0.01) +(0.04 0.41 -0.01) +(0.045 0.41 -0.01) +(0.05 0.41 -0.01) +(0.055 0.41 -0.01) +(0.06 0.41 -0.01) +(0.065 0.41 -0.01) +(0.07 0.41 -0.01) +(0.075 0.41 -0.01) +(0.08 0.41 -0.01) +(0.085 0.41 -0.01) +(0.09 0.41 -0.01) +(0.095 0.41 -0.01) +(0.1 0.41 -0.01) +(0.105 0.41 -0.01) +(0.11 0.41 -0.01) +(0.115 0.41 -0.01) +(0.12 0.41 -0.01) +(0.125 0.41 -0.01) +(0.13 0.41 -0.01) +(0.135 0.41 -0.01) +(0.14 0.41 -0.01) +(0.145 0.41 -0.01) +(0.15 0.41 -0.01) +(0 0.415 -0.01) +(0.005 0.415 -0.01) +(0.01 0.415 -0.01) +(0.015 0.415 -0.01) +(0.02 0.415 -0.01) +(0.025 0.415 -0.01) +(0.03 0.415 -0.01) +(0.035 0.415 -0.01) +(0.04 0.415 -0.01) +(0.045 0.415 -0.01) +(0.05 0.415 -0.01) +(0.055 0.415 -0.01) +(0.06 0.415 -0.01) +(0.065 0.415 -0.01) +(0.07 0.415 -0.01) +(0.075 0.415 -0.01) +(0.08 0.415 -0.01) +(0.085 0.415 -0.01) +(0.09 0.415 -0.01) +(0.095 0.415 -0.01) +(0.1 0.415 -0.01) +(0.105 0.415 -0.01) +(0.11 0.415 -0.01) +(0.115 0.415 -0.01) +(0.12 0.415 -0.01) +(0.125 0.415 -0.01) +(0.13 0.415 -0.01) +(0.135 0.415 -0.01) +(0.14 0.415 -0.01) +(0.145 0.415 -0.01) +(0.15 0.415 -0.01) +(0 0.42 -0.01) +(0.005 0.42 -0.01) +(0.01 0.42 -0.01) +(0.015 0.42 -0.01) +(0.02 0.42 -0.01) +(0.025 0.42 -0.01) +(0.03 0.42 -0.01) +(0.035 0.42 -0.01) +(0.04 0.42 -0.01) +(0.045 0.42 -0.01) +(0.05 0.42 -0.01) +(0.055 0.42 -0.01) +(0.06 0.42 -0.01) +(0.065 0.42 -0.01) +(0.07 0.42 -0.01) +(0.075 0.42 -0.01) +(0.08 0.42 -0.01) +(0.085 0.42 -0.01) +(0.09 0.42 -0.01) +(0.095 0.42 -0.01) +(0.1 0.42 -0.01) +(0.105 0.42 -0.01) +(0.11 0.42 -0.01) +(0.115 0.42 -0.01) +(0.12 0.42 -0.01) +(0.125 0.42 -0.01) +(0.13 0.42 -0.01) +(0.135 0.42 -0.01) +(0.14 0.42 -0.01) +(0.145 0.42 -0.01) +(0.15 0.42 -0.01) +(0 0.425 -0.01) +(0.005 0.425 -0.01) +(0.01 0.425 -0.01) +(0.015 0.425 -0.01) +(0.02 0.425 -0.01) +(0.025 0.425 -0.01) +(0.03 0.425 -0.01) +(0.035 0.425 -0.01) +(0.04 0.425 -0.01) +(0.045 0.425 -0.01) +(0.05 0.425 -0.01) +(0.055 0.425 -0.01) +(0.06 0.425 -0.01) +(0.065 0.425 -0.01) +(0.07 0.425 -0.01) +(0.075 0.425 -0.01) +(0.08 0.425 -0.01) +(0.085 0.425 -0.01) +(0.09 0.425 -0.01) +(0.095 0.425 -0.01) +(0.1 0.425 -0.01) +(0.105 0.425 -0.01) +(0.11 0.425 -0.01) +(0.115 0.425 -0.01) +(0.12 0.425 -0.01) +(0.125 0.425 -0.01) +(0.13 0.425 -0.01) +(0.135 0.425 -0.01) +(0.14 0.425 -0.01) +(0.145 0.425 -0.01) +(0.15 0.425 -0.01) +(0 0.43 -0.01) +(0.005 0.43 -0.01) +(0.01 0.43 -0.01) +(0.015 0.43 -0.01) +(0.02 0.43 -0.01) +(0.025 0.43 -0.01) +(0.03 0.43 -0.01) +(0.035 0.43 -0.01) +(0.04 0.43 -0.01) +(0.045 0.43 -0.01) +(0.05 0.43 -0.01) +(0.055 0.43 -0.01) +(0.06 0.43 -0.01) +(0.065 0.43 -0.01) +(0.07 0.43 -0.01) +(0.075 0.43 -0.01) +(0.08 0.43 -0.01) +(0.085 0.43 -0.01) +(0.09 0.43 -0.01) +(0.095 0.43 -0.01) +(0.1 0.43 -0.01) +(0.105 0.43 -0.01) +(0.11 0.43 -0.01) +(0.115 0.43 -0.01) +(0.12 0.43 -0.01) +(0.125 0.43 -0.01) +(0.13 0.43 -0.01) +(0.135 0.43 -0.01) +(0.14 0.43 -0.01) +(0.145 0.43 -0.01) +(0.15 0.43 -0.01) +(0 0.435 -0.01) +(0.005 0.435 -0.01) +(0.01 0.435 -0.01) +(0.015 0.435 -0.01) +(0.02 0.435 -0.01) +(0.025 0.435 -0.01) +(0.03 0.435 -0.01) +(0.035 0.435 -0.01) +(0.04 0.435 -0.01) +(0.045 0.435 -0.01) +(0.05 0.435 -0.01) +(0.055 0.435 -0.01) +(0.06 0.435 -0.01) +(0.065 0.435 -0.01) +(0.07 0.435 -0.01) +(0.075 0.435 -0.01) +(0.08 0.435 -0.01) +(0.085 0.435 -0.01) +(0.09 0.435 -0.01) +(0.095 0.435 -0.01) +(0.1 0.435 -0.01) +(0.105 0.435 -0.01) +(0.11 0.435 -0.01) +(0.115 0.435 -0.01) +(0.12 0.435 -0.01) +(0.125 0.435 -0.01) +(0.13 0.435 -0.01) +(0.135 0.435 -0.01) +(0.14 0.435 -0.01) +(0.145 0.435 -0.01) +(0.15 0.435 -0.01) +(0 0.44 -0.01) +(0.005 0.44 -0.01) +(0.01 0.44 -0.01) +(0.015 0.44 -0.01) +(0.02 0.44 -0.01) +(0.025 0.44 -0.01) +(0.03 0.44 -0.01) +(0.035 0.44 -0.01) +(0.04 0.44 -0.01) +(0.045 0.44 -0.01) +(0.05 0.44 -0.01) +(0.055 0.44 -0.01) +(0.06 0.44 -0.01) +(0.065 0.44 -0.01) +(0.07 0.44 -0.01) +(0.075 0.44 -0.01) +(0.08 0.44 -0.01) +(0.085 0.44 -0.01) +(0.09 0.44 -0.01) +(0.095 0.44 -0.01) +(0.1 0.44 -0.01) +(0.105 0.44 -0.01) +(0.11 0.44 -0.01) +(0.115 0.44 -0.01) +(0.12 0.44 -0.01) +(0.125 0.44 -0.01) +(0.13 0.44 -0.01) +(0.135 0.44 -0.01) +(0.14 0.44 -0.01) +(0.145 0.44 -0.01) +(0.15 0.44 -0.01) +(0 0.445 -0.01) +(0.005 0.445 -0.01) +(0.01 0.445 -0.01) +(0.015 0.445 -0.01) +(0.02 0.445 -0.01) +(0.025 0.445 -0.01) +(0.03 0.445 -0.01) +(0.035 0.445 -0.01) +(0.04 0.445 -0.01) +(0.045 0.445 -0.01) +(0.05 0.445 -0.01) +(0.055 0.445 -0.01) +(0.06 0.445 -0.01) +(0.065 0.445 -0.01) +(0.07 0.445 -0.01) +(0.075 0.445 -0.01) +(0.08 0.445 -0.01) +(0.085 0.445 -0.01) +(0.09 0.445 -0.01) +(0.095 0.445 -0.01) +(0.1 0.445 -0.01) +(0.105 0.445 -0.01) +(0.11 0.445 -0.01) +(0.115 0.445 -0.01) +(0.12 0.445 -0.01) +(0.125 0.445 -0.01) +(0.13 0.445 -0.01) +(0.135 0.445 -0.01) +(0.14 0.445 -0.01) +(0.145 0.445 -0.01) +(0.15 0.445 -0.01) +(0 0.45 -0.01) +(0.005 0.45 -0.01) +(0.01 0.45 -0.01) +(0.015 0.45 -0.01) +(0.02 0.45 -0.01) +(0.025 0.45 -0.01) +(0.03 0.45 -0.01) +(0.035 0.45 -0.01) +(0.04 0.45 -0.01) +(0.045 0.45 -0.01) +(0.05 0.45 -0.01) +(0.055 0.45 -0.01) +(0.06 0.45 -0.01) +(0.065 0.45 -0.01) +(0.07 0.45 -0.01) +(0.075 0.45 -0.01) +(0.08 0.45 -0.01) +(0.085 0.45 -0.01) +(0.09 0.45 -0.01) +(0.095 0.45 -0.01) +(0.1 0.45 -0.01) +(0.105 0.45 -0.01) +(0.11 0.45 -0.01) +(0.115 0.45 -0.01) +(0.12 0.45 -0.01) +(0.125 0.45 -0.01) +(0.13 0.45 -0.01) +(0.135 0.45 -0.01) +(0.14 0.45 -0.01) +(0.145 0.45 -0.01) +(0.15 0.45 -0.01) +(0 0.455 -0.01) +(0.005 0.455 -0.01) +(0.01 0.455 -0.01) +(0.015 0.455 -0.01) +(0.02 0.455 -0.01) +(0.025 0.455 -0.01) +(0.03 0.455 -0.01) +(0.035 0.455 -0.01) +(0.04 0.455 -0.01) +(0.045 0.455 -0.01) +(0.05 0.455 -0.01) +(0.055 0.455 -0.01) +(0.06 0.455 -0.01) +(0.065 0.455 -0.01) +(0.07 0.455 -0.01) +(0.075 0.455 -0.01) +(0.08 0.455 -0.01) +(0.085 0.455 -0.01) +(0.09 0.455 -0.01) +(0.095 0.455 -0.01) +(0.1 0.455 -0.01) +(0.105 0.455 -0.01) +(0.11 0.455 -0.01) +(0.115 0.455 -0.01) +(0.12 0.455 -0.01) +(0.125 0.455 -0.01) +(0.13 0.455 -0.01) +(0.135 0.455 -0.01) +(0.14 0.455 -0.01) +(0.145 0.455 -0.01) +(0.15 0.455 -0.01) +(0 0.46 -0.01) +(0.005 0.46 -0.01) +(0.01 0.46 -0.01) +(0.015 0.46 -0.01) +(0.02 0.46 -0.01) +(0.025 0.46 -0.01) +(0.03 0.46 -0.01) +(0.035 0.46 -0.01) +(0.04 0.46 -0.01) +(0.045 0.46 -0.01) +(0.05 0.46 -0.01) +(0.055 0.46 -0.01) +(0.06 0.46 -0.01) +(0.065 0.46 -0.01) +(0.07 0.46 -0.01) +(0.075 0.46 -0.01) +(0.08 0.46 -0.01) +(0.085 0.46 -0.01) +(0.09 0.46 -0.01) +(0.095 0.46 -0.01) +(0.1 0.46 -0.01) +(0.105 0.46 -0.01) +(0.11 0.46 -0.01) +(0.115 0.46 -0.01) +(0.12 0.46 -0.01) +(0.125 0.46 -0.01) +(0.13 0.46 -0.01) +(0.135 0.46 -0.01) +(0.14 0.46 -0.01) +(0.145 0.46 -0.01) +(0.15 0.46 -0.01) +(0 0.465 -0.01) +(0.005 0.465 -0.01) +(0.01 0.465 -0.01) +(0.015 0.465 -0.01) +(0.02 0.465 -0.01) +(0.025 0.465 -0.01) +(0.03 0.465 -0.01) +(0.035 0.465 -0.01) +(0.04 0.465 -0.01) +(0.045 0.465 -0.01) +(0.05 0.465 -0.01) +(0.055 0.465 -0.01) +(0.06 0.465 -0.01) +(0.065 0.465 -0.01) +(0.07 0.465 -0.01) +(0.075 0.465 -0.01) +(0.08 0.465 -0.01) +(0.085 0.465 -0.01) +(0.09 0.465 -0.01) +(0.095 0.465 -0.01) +(0.1 0.465 -0.01) +(0.105 0.465 -0.01) +(0.11 0.465 -0.01) +(0.115 0.465 -0.01) +(0.12 0.465 -0.01) +(0.125 0.465 -0.01) +(0.13 0.465 -0.01) +(0.135 0.465 -0.01) +(0.14 0.465 -0.01) +(0.145 0.465 -0.01) +(0.15 0.465 -0.01) +(0 0.47 -0.01) +(0.005 0.47 -0.01) +(0.01 0.47 -0.01) +(0.015 0.47 -0.01) +(0.02 0.47 -0.01) +(0.025 0.47 -0.01) +(0.03 0.47 -0.01) +(0.035 0.47 -0.01) +(0.04 0.47 -0.01) +(0.045 0.47 -0.01) +(0.05 0.47 -0.01) +(0.055 0.47 -0.01) +(0.06 0.47 -0.01) +(0.065 0.47 -0.01) +(0.07 0.47 -0.01) +(0.075 0.47 -0.01) +(0.08 0.47 -0.01) +(0.085 0.47 -0.01) +(0.09 0.47 -0.01) +(0.095 0.47 -0.01) +(0.1 0.47 -0.01) +(0.105 0.47 -0.01) +(0.11 0.47 -0.01) +(0.115 0.47 -0.01) +(0.12 0.47 -0.01) +(0.125 0.47 -0.01) +(0.13 0.47 -0.01) +(0.135 0.47 -0.01) +(0.14 0.47 -0.01) +(0.145 0.47 -0.01) +(0.15 0.47 -0.01) +(0 0.475 -0.01) +(0.005 0.475 -0.01) +(0.01 0.475 -0.01) +(0.015 0.475 -0.01) +(0.02 0.475 -0.01) +(0.025 0.475 -0.01) +(0.03 0.475 -0.01) +(0.035 0.475 -0.01) +(0.04 0.475 -0.01) +(0.045 0.475 -0.01) +(0.05 0.475 -0.01) +(0.055 0.475 -0.01) +(0.06 0.475 -0.01) +(0.065 0.475 -0.01) +(0.07 0.475 -0.01) +(0.075 0.475 -0.01) +(0.08 0.475 -0.01) +(0.085 0.475 -0.01) +(0.09 0.475 -0.01) +(0.095 0.475 -0.01) +(0.1 0.475 -0.01) +(0.105 0.475 -0.01) +(0.11 0.475 -0.01) +(0.115 0.475 -0.01) +(0.12 0.475 -0.01) +(0.125 0.475 -0.01) +(0.13 0.475 -0.01) +(0.135 0.475 -0.01) +(0.14 0.475 -0.01) +(0.145 0.475 -0.01) +(0.15 0.475 -0.01) +(0 0.48 -0.01) +(0.005 0.48 -0.01) +(0.01 0.48 -0.01) +(0.015 0.48 -0.01) +(0.02 0.48 -0.01) +(0.025 0.48 -0.01) +(0.03 0.48 -0.01) +(0.035 0.48 -0.01) +(0.04 0.48 -0.01) +(0.045 0.48 -0.01) +(0.05 0.48 -0.01) +(0.055 0.48 -0.01) +(0.06 0.48 -0.01) +(0.065 0.48 -0.01) +(0.07 0.48 -0.01) +(0.075 0.48 -0.01) +(0.08 0.48 -0.01) +(0.085 0.48 -0.01) +(0.09 0.48 -0.01) +(0.095 0.48 -0.01) +(0.1 0.48 -0.01) +(0.105 0.48 -0.01) +(0.11 0.48 -0.01) +(0.115 0.48 -0.01) +(0.12 0.48 -0.01) +(0.125 0.48 -0.01) +(0.13 0.48 -0.01) +(0.135 0.48 -0.01) +(0.14 0.48 -0.01) +(0.145 0.48 -0.01) +(0.15 0.48 -0.01) +(0 0.485 -0.01) +(0.005 0.485 -0.01) +(0.01 0.485 -0.01) +(0.015 0.485 -0.01) +(0.02 0.485 -0.01) +(0.025 0.485 -0.01) +(0.03 0.485 -0.01) +(0.035 0.485 -0.01) +(0.04 0.485 -0.01) +(0.045 0.485 -0.01) +(0.05 0.485 -0.01) +(0.055 0.485 -0.01) +(0.06 0.485 -0.01) +(0.065 0.485 -0.01) +(0.07 0.485 -0.01) +(0.075 0.485 -0.01) +(0.08 0.485 -0.01) +(0.085 0.485 -0.01) +(0.09 0.485 -0.01) +(0.095 0.485 -0.01) +(0.1 0.485 -0.01) +(0.105 0.485 -0.01) +(0.11 0.485 -0.01) +(0.115 0.485 -0.01) +(0.12 0.485 -0.01) +(0.125 0.485 -0.01) +(0.13 0.485 -0.01) +(0.135 0.485 -0.01) +(0.14 0.485 -0.01) +(0.145 0.485 -0.01) +(0.15 0.485 -0.01) +(0 0.49 -0.01) +(0.005 0.49 -0.01) +(0.01 0.49 -0.01) +(0.015 0.49 -0.01) +(0.02 0.49 -0.01) +(0.025 0.49 -0.01) +(0.03 0.49 -0.01) +(0.035 0.49 -0.01) +(0.04 0.49 -0.01) +(0.045 0.49 -0.01) +(0.05 0.49 -0.01) +(0.055 0.49 -0.01) +(0.06 0.49 -0.01) +(0.065 0.49 -0.01) +(0.07 0.49 -0.01) +(0.075 0.49 -0.01) +(0.08 0.49 -0.01) +(0.085 0.49 -0.01) +(0.09 0.49 -0.01) +(0.095 0.49 -0.01) +(0.1 0.49 -0.01) +(0.105 0.49 -0.01) +(0.11 0.49 -0.01) +(0.115 0.49 -0.01) +(0.12 0.49 -0.01) +(0.125 0.49 -0.01) +(0.13 0.49 -0.01) +(0.135 0.49 -0.01) +(0.14 0.49 -0.01) +(0.145 0.49 -0.01) +(0.15 0.49 -0.01) +(0 0.495 -0.01) +(0.005 0.495 -0.01) +(0.01 0.495 -0.01) +(0.015 0.495 -0.01) +(0.02 0.495 -0.01) +(0.025 0.495 -0.01) +(0.03 0.495 -0.01) +(0.035 0.495 -0.01) +(0.04 0.495 -0.01) +(0.045 0.495 -0.01) +(0.05 0.495 -0.01) +(0.055 0.495 -0.01) +(0.06 0.495 -0.01) +(0.065 0.495 -0.01) +(0.07 0.495 -0.01) +(0.075 0.495 -0.01) +(0.08 0.495 -0.01) +(0.085 0.495 -0.01) +(0.09 0.495 -0.01) +(0.095 0.495 -0.01) +(0.1 0.495 -0.01) +(0.105 0.495 -0.01) +(0.11 0.495 -0.01) +(0.115 0.495 -0.01) +(0.12 0.495 -0.01) +(0.125 0.495 -0.01) +(0.13 0.495 -0.01) +(0.135 0.495 -0.01) +(0.14 0.495 -0.01) +(0.145 0.495 -0.01) +(0.15 0.495 -0.01) +(0 0.5 -0.01) +(0.005 0.5 -0.01) +(0.01 0.5 -0.01) +(0.015 0.5 -0.01) +(0.02 0.5 -0.01) +(0.025 0.5 -0.01) +(0.03 0.5 -0.01) +(0.035 0.5 -0.01) +(0.04 0.5 -0.01) +(0.045 0.5 -0.01) +(0.05 0.5 -0.01) +(0.055 0.5 -0.01) +(0.06 0.5 -0.01) +(0.065 0.5 -0.01) +(0.07 0.5 -0.01) +(0.075 0.5 -0.01) +(0.08 0.5 -0.01) +(0.085 0.5 -0.01) +(0.09 0.5 -0.01) +(0.095 0.5 -0.01) +(0.1 0.5 -0.01) +(0.105 0.5 -0.01) +(0.11 0.5 -0.01) +(0.115 0.5 -0.01) +(0.12 0.5 -0.01) +(0.125 0.5 -0.01) +(0.13 0.5 -0.01) +(0.135 0.5 -0.01) +(0.14 0.5 -0.01) +(0.145 0.5 -0.01) +(0.15 0.5 -0.01) +(0 0.505 -0.01) +(0.005 0.505 -0.01) +(0.01 0.505 -0.01) +(0.015 0.505 -0.01) +(0.02 0.505 -0.01) +(0.025 0.505 -0.01) +(0.03 0.505 -0.01) +(0.035 0.505 -0.01) +(0.04 0.505 -0.01) +(0.045 0.505 -0.01) +(0.05 0.505 -0.01) +(0.055 0.505 -0.01) +(0.06 0.505 -0.01) +(0.065 0.505 -0.01) +(0.07 0.505 -0.01) +(0.075 0.505 -0.01) +(0.08 0.505 -0.01) +(0.085 0.505 -0.01) +(0.09 0.505 -0.01) +(0.095 0.505 -0.01) +(0.1 0.505 -0.01) +(0.105 0.505 -0.01) +(0.11 0.505 -0.01) +(0.115 0.505 -0.01) +(0.12 0.505 -0.01) +(0.125 0.505 -0.01) +(0.13 0.505 -0.01) +(0.135 0.505 -0.01) +(0.14 0.505 -0.01) +(0.145 0.505 -0.01) +(0.15 0.505 -0.01) +(0 0.51 -0.01) +(0.005 0.51 -0.01) +(0.01 0.51 -0.01) +(0.015 0.51 -0.01) +(0.02 0.51 -0.01) +(0.025 0.51 -0.01) +(0.03 0.51 -0.01) +(0.035 0.51 -0.01) +(0.04 0.51 -0.01) +(0.045 0.51 -0.01) +(0.05 0.51 -0.01) +(0.055 0.51 -0.01) +(0.06 0.51 -0.01) +(0.065 0.51 -0.01) +(0.07 0.51 -0.01) +(0.075 0.51 -0.01) +(0.08 0.51 -0.01) +(0.085 0.51 -0.01) +(0.09 0.51 -0.01) +(0.095 0.51 -0.01) +(0.1 0.51 -0.01) +(0.105 0.51 -0.01) +(0.11 0.51 -0.01) +(0.115 0.51 -0.01) +(0.12 0.51 -0.01) +(0.125 0.51 -0.01) +(0.13 0.51 -0.01) +(0.135 0.51 -0.01) +(0.14 0.51 -0.01) +(0.145 0.51 -0.01) +(0.15 0.51 -0.01) +(0 0.515 -0.01) +(0.005 0.515 -0.01) +(0.01 0.515 -0.01) +(0.015 0.515 -0.01) +(0.02 0.515 -0.01) +(0.025 0.515 -0.01) +(0.03 0.515 -0.01) +(0.035 0.515 -0.01) +(0.04 0.515 -0.01) +(0.045 0.515 -0.01) +(0.05 0.515 -0.01) +(0.055 0.515 -0.01) +(0.06 0.515 -0.01) +(0.065 0.515 -0.01) +(0.07 0.515 -0.01) +(0.075 0.515 -0.01) +(0.08 0.515 -0.01) +(0.085 0.515 -0.01) +(0.09 0.515 -0.01) +(0.095 0.515 -0.01) +(0.1 0.515 -0.01) +(0.105 0.515 -0.01) +(0.11 0.515 -0.01) +(0.115 0.515 -0.01) +(0.12 0.515 -0.01) +(0.125 0.515 -0.01) +(0.13 0.515 -0.01) +(0.135 0.515 -0.01) +(0.14 0.515 -0.01) +(0.145 0.515 -0.01) +(0.15 0.515 -0.01) +(0 0.52 -0.01) +(0.005 0.52 -0.01) +(0.01 0.52 -0.01) +(0.015 0.52 -0.01) +(0.02 0.52 -0.01) +(0.025 0.52 -0.01) +(0.03 0.52 -0.01) +(0.035 0.52 -0.01) +(0.04 0.52 -0.01) +(0.045 0.52 -0.01) +(0.05 0.52 -0.01) +(0.055 0.52 -0.01) +(0.06 0.52 -0.01) +(0.065 0.52 -0.01) +(0.07 0.52 -0.01) +(0.075 0.52 -0.01) +(0.08 0.52 -0.01) +(0.085 0.52 -0.01) +(0.09 0.52 -0.01) +(0.095 0.52 -0.01) +(0.1 0.52 -0.01) +(0.105 0.52 -0.01) +(0.11 0.52 -0.01) +(0.115 0.52 -0.01) +(0.12 0.52 -0.01) +(0.125 0.52 -0.01) +(0.13 0.52 -0.01) +(0.135 0.52 -0.01) +(0.14 0.52 -0.01) +(0.145 0.52 -0.01) +(0.15 0.52 -0.01) +(0 0.525 -0.01) +(0.005 0.525 -0.01) +(0.01 0.525 -0.01) +(0.015 0.525 -0.01) +(0.02 0.525 -0.01) +(0.025 0.525 -0.01) +(0.03 0.525 -0.01) +(0.035 0.525 -0.01) +(0.04 0.525 -0.01) +(0.045 0.525 -0.01) +(0.05 0.525 -0.01) +(0.055 0.525 -0.01) +(0.06 0.525 -0.01) +(0.065 0.525 -0.01) +(0.07 0.525 -0.01) +(0.075 0.525 -0.01) +(0.08 0.525 -0.01) +(0.085 0.525 -0.01) +(0.09 0.525 -0.01) +(0.095 0.525 -0.01) +(0.1 0.525 -0.01) +(0.105 0.525 -0.01) +(0.11 0.525 -0.01) +(0.115 0.525 -0.01) +(0.12 0.525 -0.01) +(0.125 0.525 -0.01) +(0.13 0.525 -0.01) +(0.135 0.525 -0.01) +(0.14 0.525 -0.01) +(0.145 0.525 -0.01) +(0.15 0.525 -0.01) +(0 0.53 -0.01) +(0.005 0.53 -0.01) +(0.01 0.53 -0.01) +(0.015 0.53 -0.01) +(0.02 0.53 -0.01) +(0.025 0.53 -0.01) +(0.03 0.53 -0.01) +(0.035 0.53 -0.01) +(0.04 0.53 -0.01) +(0.045 0.53 -0.01) +(0.05 0.53 -0.01) +(0.055 0.53 -0.01) +(0.06 0.53 -0.01) +(0.065 0.53 -0.01) +(0.07 0.53 -0.01) +(0.075 0.53 -0.01) +(0.08 0.53 -0.01) +(0.085 0.53 -0.01) +(0.09 0.53 -0.01) +(0.095 0.53 -0.01) +(0.1 0.53 -0.01) +(0.105 0.53 -0.01) +(0.11 0.53 -0.01) +(0.115 0.53 -0.01) +(0.12 0.53 -0.01) +(0.125 0.53 -0.01) +(0.13 0.53 -0.01) +(0.135 0.53 -0.01) +(0.14 0.53 -0.01) +(0.145 0.53 -0.01) +(0.15 0.53 -0.01) +(0 0.535 -0.01) +(0.005 0.535 -0.01) +(0.01 0.535 -0.01) +(0.015 0.535 -0.01) +(0.02 0.535 -0.01) +(0.025 0.535 -0.01) +(0.03 0.535 -0.01) +(0.035 0.535 -0.01) +(0.04 0.535 -0.01) +(0.045 0.535 -0.01) +(0.05 0.535 -0.01) +(0.055 0.535 -0.01) +(0.06 0.535 -0.01) +(0.065 0.535 -0.01) +(0.07 0.535 -0.01) +(0.075 0.535 -0.01) +(0.08 0.535 -0.01) +(0.085 0.535 -0.01) +(0.09 0.535 -0.01) +(0.095 0.535 -0.01) +(0.1 0.535 -0.01) +(0.105 0.535 -0.01) +(0.11 0.535 -0.01) +(0.115 0.535 -0.01) +(0.12 0.535 -0.01) +(0.125 0.535 -0.01) +(0.13 0.535 -0.01) +(0.135 0.535 -0.01) +(0.14 0.535 -0.01) +(0.145 0.535 -0.01) +(0.15 0.535 -0.01) +(0 0.54 -0.01) +(0.005 0.54 -0.01) +(0.01 0.54 -0.01) +(0.015 0.54 -0.01) +(0.02 0.54 -0.01) +(0.025 0.54 -0.01) +(0.03 0.54 -0.01) +(0.035 0.54 -0.01) +(0.04 0.54 -0.01) +(0.045 0.54 -0.01) +(0.05 0.54 -0.01) +(0.055 0.54 -0.01) +(0.06 0.54 -0.01) +(0.065 0.54 -0.01) +(0.07 0.54 -0.01) +(0.075 0.54 -0.01) +(0.08 0.54 -0.01) +(0.085 0.54 -0.01) +(0.09 0.54 -0.01) +(0.095 0.54 -0.01) +(0.1 0.54 -0.01) +(0.105 0.54 -0.01) +(0.11 0.54 -0.01) +(0.115 0.54 -0.01) +(0.12 0.54 -0.01) +(0.125 0.54 -0.01) +(0.13 0.54 -0.01) +(0.135 0.54 -0.01) +(0.14 0.54 -0.01) +(0.145 0.54 -0.01) +(0.15 0.54 -0.01) +(0 0.545 -0.01) +(0.005 0.545 -0.01) +(0.01 0.545 -0.01) +(0.015 0.545 -0.01) +(0.02 0.545 -0.01) +(0.025 0.545 -0.01) +(0.03 0.545 -0.01) +(0.035 0.545 -0.01) +(0.04 0.545 -0.01) +(0.045 0.545 -0.01) +(0.05 0.545 -0.01) +(0.055 0.545 -0.01) +(0.06 0.545 -0.01) +(0.065 0.545 -0.01) +(0.07 0.545 -0.01) +(0.075 0.545 -0.01) +(0.08 0.545 -0.01) +(0.085 0.545 -0.01) +(0.09 0.545 -0.01) +(0.095 0.545 -0.01) +(0.1 0.545 -0.01) +(0.105 0.545 -0.01) +(0.11 0.545 -0.01) +(0.115 0.545 -0.01) +(0.12 0.545 -0.01) +(0.125 0.545 -0.01) +(0.13 0.545 -0.01) +(0.135 0.545 -0.01) +(0.14 0.545 -0.01) +(0.145 0.545 -0.01) +(0.15 0.545 -0.01) +(0 0.55 -0.01) +(0.005 0.55 -0.01) +(0.01 0.55 -0.01) +(0.015 0.55 -0.01) +(0.02 0.55 -0.01) +(0.025 0.55 -0.01) +(0.03 0.55 -0.01) +(0.035 0.55 -0.01) +(0.04 0.55 -0.01) +(0.045 0.55 -0.01) +(0.05 0.55 -0.01) +(0.055 0.55 -0.01) +(0.06 0.55 -0.01) +(0.065 0.55 -0.01) +(0.07 0.55 -0.01) +(0.075 0.55 -0.01) +(0.08 0.55 -0.01) +(0.085 0.55 -0.01) +(0.09 0.55 -0.01) +(0.095 0.55 -0.01) +(0.1 0.55 -0.01) +(0.105 0.55 -0.01) +(0.11 0.55 -0.01) +(0.115 0.55 -0.01) +(0.12 0.55 -0.01) +(0.125 0.55 -0.01) +(0.13 0.55 -0.01) +(0.135 0.55 -0.01) +(0.14 0.55 -0.01) +(0.145 0.55 -0.01) +(0.15 0.55 -0.01) +(0 0.555 -0.01) +(0.005 0.555 -0.01) +(0.01 0.555 -0.01) +(0.015 0.555 -0.01) +(0.02 0.555 -0.01) +(0.025 0.555 -0.01) +(0.03 0.555 -0.01) +(0.035 0.555 -0.01) +(0.04 0.555 -0.01) +(0.045 0.555 -0.01) +(0.05 0.555 -0.01) +(0.055 0.555 -0.01) +(0.06 0.555 -0.01) +(0.065 0.555 -0.01) +(0.07 0.555 -0.01) +(0.075 0.555 -0.01) +(0.08 0.555 -0.01) +(0.085 0.555 -0.01) +(0.09 0.555 -0.01) +(0.095 0.555 -0.01) +(0.1 0.555 -0.01) +(0.105 0.555 -0.01) +(0.11 0.555 -0.01) +(0.115 0.555 -0.01) +(0.12 0.555 -0.01) +(0.125 0.555 -0.01) +(0.13 0.555 -0.01) +(0.135 0.555 -0.01) +(0.14 0.555 -0.01) +(0.145 0.555 -0.01) +(0.15 0.555 -0.01) +(0 0.56 -0.01) +(0.005 0.56 -0.01) +(0.01 0.56 -0.01) +(0.015 0.56 -0.01) +(0.02 0.56 -0.01) +(0.025 0.56 -0.01) +(0.03 0.56 -0.01) +(0.035 0.56 -0.01) +(0.04 0.56 -0.01) +(0.045 0.56 -0.01) +(0.05 0.56 -0.01) +(0.055 0.56 -0.01) +(0.06 0.56 -0.01) +(0.065 0.56 -0.01) +(0.07 0.56 -0.01) +(0.075 0.56 -0.01) +(0.08 0.56 -0.01) +(0.085 0.56 -0.01) +(0.09 0.56 -0.01) +(0.095 0.56 -0.01) +(0.1 0.56 -0.01) +(0.105 0.56 -0.01) +(0.11 0.56 -0.01) +(0.115 0.56 -0.01) +(0.12 0.56 -0.01) +(0.125 0.56 -0.01) +(0.13 0.56 -0.01) +(0.135 0.56 -0.01) +(0.14 0.56 -0.01) +(0.145 0.56 -0.01) +(0.15 0.56 -0.01) +(0 0.565 -0.01) +(0.005 0.565 -0.01) +(0.01 0.565 -0.01) +(0.015 0.565 -0.01) +(0.02 0.565 -0.01) +(0.025 0.565 -0.01) +(0.03 0.565 -0.01) +(0.035 0.565 -0.01) +(0.04 0.565 -0.01) +(0.045 0.565 -0.01) +(0.05 0.565 -0.01) +(0.055 0.565 -0.01) +(0.06 0.565 -0.01) +(0.065 0.565 -0.01) +(0.07 0.565 -0.01) +(0.075 0.565 -0.01) +(0.08 0.565 -0.01) +(0.085 0.565 -0.01) +(0.09 0.565 -0.01) +(0.095 0.565 -0.01) +(0.1 0.565 -0.01) +(0.105 0.565 -0.01) +(0.11 0.565 -0.01) +(0.115 0.565 -0.01) +(0.12 0.565 -0.01) +(0.125 0.565 -0.01) +(0.13 0.565 -0.01) +(0.135 0.565 -0.01) +(0.14 0.565 -0.01) +(0.145 0.565 -0.01) +(0.15 0.565 -0.01) +(0 0.57 -0.01) +(0.005 0.57 -0.01) +(0.01 0.57 -0.01) +(0.015 0.57 -0.01) +(0.02 0.57 -0.01) +(0.025 0.57 -0.01) +(0.03 0.57 -0.01) +(0.035 0.57 -0.01) +(0.04 0.57 -0.01) +(0.045 0.57 -0.01) +(0.05 0.57 -0.01) +(0.055 0.57 -0.01) +(0.06 0.57 -0.01) +(0.065 0.57 -0.01) +(0.07 0.57 -0.01) +(0.075 0.57 -0.01) +(0.08 0.57 -0.01) +(0.085 0.57 -0.01) +(0.09 0.57 -0.01) +(0.095 0.57 -0.01) +(0.1 0.57 -0.01) +(0.105 0.57 -0.01) +(0.11 0.57 -0.01) +(0.115 0.57 -0.01) +(0.12 0.57 -0.01) +(0.125 0.57 -0.01) +(0.13 0.57 -0.01) +(0.135 0.57 -0.01) +(0.14 0.57 -0.01) +(0.145 0.57 -0.01) +(0.15 0.57 -0.01) +(0 0.575 -0.01) +(0.005 0.575 -0.01) +(0.01 0.575 -0.01) +(0.015 0.575 -0.01) +(0.02 0.575 -0.01) +(0.025 0.575 -0.01) +(0.03 0.575 -0.01) +(0.035 0.575 -0.01) +(0.04 0.575 -0.01) +(0.045 0.575 -0.01) +(0.05 0.575 -0.01) +(0.055 0.575 -0.01) +(0.06 0.575 -0.01) +(0.065 0.575 -0.01) +(0.07 0.575 -0.01) +(0.075 0.575 -0.01) +(0.08 0.575 -0.01) +(0.085 0.575 -0.01) +(0.09 0.575 -0.01) +(0.095 0.575 -0.01) +(0.1 0.575 -0.01) +(0.105 0.575 -0.01) +(0.11 0.575 -0.01) +(0.115 0.575 -0.01) +(0.12 0.575 -0.01) +(0.125 0.575 -0.01) +(0.13 0.575 -0.01) +(0.135 0.575 -0.01) +(0.14 0.575 -0.01) +(0.145 0.575 -0.01) +(0.15 0.575 -0.01) +(0 0.58 -0.01) +(0.005 0.58 -0.01) +(0.01 0.58 -0.01) +(0.015 0.58 -0.01) +(0.02 0.58 -0.01) +(0.025 0.58 -0.01) +(0.03 0.58 -0.01) +(0.035 0.58 -0.01) +(0.04 0.58 -0.01) +(0.045 0.58 -0.01) +(0.05 0.58 -0.01) +(0.055 0.58 -0.01) +(0.06 0.58 -0.01) +(0.065 0.58 -0.01) +(0.07 0.58 -0.01) +(0.075 0.58 -0.01) +(0.08 0.58 -0.01) +(0.085 0.58 -0.01) +(0.09 0.58 -0.01) +(0.095 0.58 -0.01) +(0.1 0.58 -0.01) +(0.105 0.58 -0.01) +(0.11 0.58 -0.01) +(0.115 0.58 -0.01) +(0.12 0.58 -0.01) +(0.125 0.58 -0.01) +(0.13 0.58 -0.01) +(0.135 0.58 -0.01) +(0.14 0.58 -0.01) +(0.145 0.58 -0.01) +(0.15 0.58 -0.01) +(0 0.585 -0.01) +(0.005 0.585 -0.01) +(0.01 0.585 -0.01) +(0.015 0.585 -0.01) +(0.02 0.585 -0.01) +(0.025 0.585 -0.01) +(0.03 0.585 -0.01) +(0.035 0.585 -0.01) +(0.04 0.585 -0.01) +(0.045 0.585 -0.01) +(0.05 0.585 -0.01) +(0.055 0.585 -0.01) +(0.06 0.585 -0.01) +(0.065 0.585 -0.01) +(0.07 0.585 -0.01) +(0.075 0.585 -0.01) +(0.08 0.585 -0.01) +(0.085 0.585 -0.01) +(0.09 0.585 -0.01) +(0.095 0.585 -0.01) +(0.1 0.585 -0.01) +(0.105 0.585 -0.01) +(0.11 0.585 -0.01) +(0.115 0.585 -0.01) +(0.12 0.585 -0.01) +(0.125 0.585 -0.01) +(0.13 0.585 -0.01) +(0.135 0.585 -0.01) +(0.14 0.585 -0.01) +(0.145 0.585 -0.01) +(0.15 0.585 -0.01) +(0 0.59 -0.01) +(0.005 0.59 -0.01) +(0.01 0.59 -0.01) +(0.015 0.59 -0.01) +(0.02 0.59 -0.01) +(0.025 0.59 -0.01) +(0.03 0.59 -0.01) +(0.035 0.59 -0.01) +(0.04 0.59 -0.01) +(0.045 0.59 -0.01) +(0.05 0.59 -0.01) +(0.055 0.59 -0.01) +(0.06 0.59 -0.01) +(0.065 0.59 -0.01) +(0.07 0.59 -0.01) +(0.075 0.59 -0.01) +(0.08 0.59 -0.01) +(0.085 0.59 -0.01) +(0.09 0.59 -0.01) +(0.095 0.59 -0.01) +(0.1 0.59 -0.01) +(0.105 0.59 -0.01) +(0.11 0.59 -0.01) +(0.115 0.59 -0.01) +(0.12 0.59 -0.01) +(0.125 0.59 -0.01) +(0.13 0.59 -0.01) +(0.135 0.59 -0.01) +(0.14 0.59 -0.01) +(0.145 0.59 -0.01) +(0.15 0.59 -0.01) +(0 0.595 -0.01) +(0.005 0.595 -0.01) +(0.01 0.595 -0.01) +(0.015 0.595 -0.01) +(0.02 0.595 -0.01) +(0.025 0.595 -0.01) +(0.03 0.595 -0.01) +(0.035 0.595 -0.01) +(0.04 0.595 -0.01) +(0.045 0.595 -0.01) +(0.05 0.595 -0.01) +(0.055 0.595 -0.01) +(0.06 0.595 -0.01) +(0.065 0.595 -0.01) +(0.07 0.595 -0.01) +(0.075 0.595 -0.01) +(0.08 0.595 -0.01) +(0.085 0.595 -0.01) +(0.09 0.595 -0.01) +(0.095 0.595 -0.01) +(0.1 0.595 -0.01) +(0.105 0.595 -0.01) +(0.11 0.595 -0.01) +(0.115 0.595 -0.01) +(0.12 0.595 -0.01) +(0.125 0.595 -0.01) +(0.13 0.595 -0.01) +(0.135 0.595 -0.01) +(0.14 0.595 -0.01) +(0.145 0.595 -0.01) +(0.15 0.595 -0.01) +(0 0.6 -0.01) +(0.005 0.6 -0.01) +(0.01 0.6 -0.01) +(0.015 0.6 -0.01) +(0.02 0.6 -0.01) +(0.025 0.6 -0.01) +(0.03 0.6 -0.01) +(0.035 0.6 -0.01) +(0.04 0.6 -0.01) +(0.045 0.6 -0.01) +(0.05 0.6 -0.01) +(0.055 0.6 -0.01) +(0.06 0.6 -0.01) +(0.065 0.6 -0.01) +(0.07 0.6 -0.01) +(0.075 0.6 -0.01) +(0.08 0.6 -0.01) +(0.085 0.6 -0.01) +(0.09 0.6 -0.01) +(0.095 0.6 -0.01) +(0.1 0.6 -0.01) +(0.105 0.6 -0.01) +(0.11 0.6 -0.01) +(0.115 0.6 -0.01) +(0.12 0.6 -0.01) +(0.125 0.6 -0.01) +(0.13 0.6 -0.01) +(0.135 0.6 -0.01) +(0.14 0.6 -0.01) +(0.145 0.6 -0.01) +(0.15 0.6 -0.01) +(0 0.605 -0.01) +(0.005 0.605 -0.01) +(0.01 0.605 -0.01) +(0.015 0.605 -0.01) +(0.02 0.605 -0.01) +(0.025 0.605 -0.01) +(0.03 0.605 -0.01) +(0.035 0.605 -0.01) +(0.04 0.605 -0.01) +(0.045 0.605 -0.01) +(0.05 0.605 -0.01) +(0.055 0.605 -0.01) +(0.06 0.605 -0.01) +(0.065 0.605 -0.01) +(0.07 0.605 -0.01) +(0.075 0.605 -0.01) +(0.08 0.605 -0.01) +(0.085 0.605 -0.01) +(0.09 0.605 -0.01) +(0.095 0.605 -0.01) +(0.1 0.605 -0.01) +(0.105 0.605 -0.01) +(0.11 0.605 -0.01) +(0.115 0.605 -0.01) +(0.12 0.605 -0.01) +(0.125 0.605 -0.01) +(0.13 0.605 -0.01) +(0.135 0.605 -0.01) +(0.14 0.605 -0.01) +(0.145 0.605 -0.01) +(0.15 0.605 -0.01) +(0 0.61 -0.01) +(0.005 0.61 -0.01) +(0.01 0.61 -0.01) +(0.015 0.61 -0.01) +(0.02 0.61 -0.01) +(0.025 0.61 -0.01) +(0.03 0.61 -0.01) +(0.035 0.61 -0.01) +(0.04 0.61 -0.01) +(0.045 0.61 -0.01) +(0.05 0.61 -0.01) +(0.055 0.61 -0.01) +(0.06 0.61 -0.01) +(0.065 0.61 -0.01) +(0.07 0.61 -0.01) +(0.075 0.61 -0.01) +(0.08 0.61 -0.01) +(0.085 0.61 -0.01) +(0.09 0.61 -0.01) +(0.095 0.61 -0.01) +(0.1 0.61 -0.01) +(0.105 0.61 -0.01) +(0.11 0.61 -0.01) +(0.115 0.61 -0.01) +(0.12 0.61 -0.01) +(0.125 0.61 -0.01) +(0.13 0.61 -0.01) +(0.135 0.61 -0.01) +(0.14 0.61 -0.01) +(0.145 0.61 -0.01) +(0.15 0.61 -0.01) +(0 0.615 -0.01) +(0.005 0.615 -0.01) +(0.01 0.615 -0.01) +(0.015 0.615 -0.01) +(0.02 0.615 -0.01) +(0.025 0.615 -0.01) +(0.03 0.615 -0.01) +(0.035 0.615 -0.01) +(0.04 0.615 -0.01) +(0.045 0.615 -0.01) +(0.05 0.615 -0.01) +(0.055 0.615 -0.01) +(0.06 0.615 -0.01) +(0.065 0.615 -0.01) +(0.07 0.615 -0.01) +(0.075 0.615 -0.01) +(0.08 0.615 -0.01) +(0.085 0.615 -0.01) +(0.09 0.615 -0.01) +(0.095 0.615 -0.01) +(0.1 0.615 -0.01) +(0.105 0.615 -0.01) +(0.11 0.615 -0.01) +(0.115 0.615 -0.01) +(0.12 0.615 -0.01) +(0.125 0.615 -0.01) +(0.13 0.615 -0.01) +(0.135 0.615 -0.01) +(0.14 0.615 -0.01) +(0.145 0.615 -0.01) +(0.15 0.615 -0.01) +(0 0.62 -0.01) +(0.005 0.62 -0.01) +(0.01 0.62 -0.01) +(0.015 0.62 -0.01) +(0.02 0.62 -0.01) +(0.025 0.62 -0.01) +(0.03 0.62 -0.01) +(0.035 0.62 -0.01) +(0.04 0.62 -0.01) +(0.045 0.62 -0.01) +(0.05 0.62 -0.01) +(0.055 0.62 -0.01) +(0.06 0.62 -0.01) +(0.065 0.62 -0.01) +(0.07 0.62 -0.01) +(0.075 0.62 -0.01) +(0.08 0.62 -0.01) +(0.085 0.62 -0.01) +(0.09 0.62 -0.01) +(0.095 0.62 -0.01) +(0.1 0.62 -0.01) +(0.105 0.62 -0.01) +(0.11 0.62 -0.01) +(0.115 0.62 -0.01) +(0.12 0.62 -0.01) +(0.125 0.62 -0.01) +(0.13 0.62 -0.01) +(0.135 0.62 -0.01) +(0.14 0.62 -0.01) +(0.145 0.62 -0.01) +(0.15 0.62 -0.01) +(0 0.625 -0.01) +(0.005 0.625 -0.01) +(0.01 0.625 -0.01) +(0.015 0.625 -0.01) +(0.02 0.625 -0.01) +(0.025 0.625 -0.01) +(0.03 0.625 -0.01) +(0.035 0.625 -0.01) +(0.04 0.625 -0.01) +(0.045 0.625 -0.01) +(0.05 0.625 -0.01) +(0.055 0.625 -0.01) +(0.06 0.625 -0.01) +(0.065 0.625 -0.01) +(0.07 0.625 -0.01) +(0.075 0.625 -0.01) +(0.08 0.625 -0.01) +(0.085 0.625 -0.01) +(0.09 0.625 -0.01) +(0.095 0.625 -0.01) +(0.1 0.625 -0.01) +(0.105 0.625 -0.01) +(0.11 0.625 -0.01) +(0.115 0.625 -0.01) +(0.12 0.625 -0.01) +(0.125 0.625 -0.01) +(0.13 0.625 -0.01) +(0.135 0.625 -0.01) +(0.14 0.625 -0.01) +(0.145 0.625 -0.01) +(0.15 0.625 -0.01) +(0 0.63 -0.01) +(0.005 0.63 -0.01) +(0.01 0.63 -0.01) +(0.015 0.63 -0.01) +(0.02 0.63 -0.01) +(0.025 0.63 -0.01) +(0.03 0.63 -0.01) +(0.035 0.63 -0.01) +(0.04 0.63 -0.01) +(0.045 0.63 -0.01) +(0.05 0.63 -0.01) +(0.055 0.63 -0.01) +(0.06 0.63 -0.01) +(0.065 0.63 -0.01) +(0.07 0.63 -0.01) +(0.075 0.63 -0.01) +(0.08 0.63 -0.01) +(0.085 0.63 -0.01) +(0.09 0.63 -0.01) +(0.095 0.63 -0.01) +(0.1 0.63 -0.01) +(0.105 0.63 -0.01) +(0.11 0.63 -0.01) +(0.115 0.63 -0.01) +(0.12 0.63 -0.01) +(0.125 0.63 -0.01) +(0.13 0.63 -0.01) +(0.135 0.63 -0.01) +(0.14 0.63 -0.01) +(0.145 0.63 -0.01) +(0.15 0.63 -0.01) +(0 0.635 -0.01) +(0.005 0.635 -0.01) +(0.01 0.635 -0.01) +(0.015 0.635 -0.01) +(0.02 0.635 -0.01) +(0.025 0.635 -0.01) +(0.03 0.635 -0.01) +(0.035 0.635 -0.01) +(0.04 0.635 -0.01) +(0.045 0.635 -0.01) +(0.05 0.635 -0.01) +(0.055 0.635 -0.01) +(0.06 0.635 -0.01) +(0.065 0.635 -0.01) +(0.07 0.635 -0.01) +(0.075 0.635 -0.01) +(0.08 0.635 -0.01) +(0.085 0.635 -0.01) +(0.09 0.635 -0.01) +(0.095 0.635 -0.01) +(0.1 0.635 -0.01) +(0.105 0.635 -0.01) +(0.11 0.635 -0.01) +(0.115 0.635 -0.01) +(0.12 0.635 -0.01) +(0.125 0.635 -0.01) +(0.13 0.635 -0.01) +(0.135 0.635 -0.01) +(0.14 0.635 -0.01) +(0.145 0.635 -0.01) +(0.15 0.635 -0.01) +(0 0.64 -0.01) +(0.005 0.64 -0.01) +(0.01 0.64 -0.01) +(0.015 0.64 -0.01) +(0.02 0.64 -0.01) +(0.025 0.64 -0.01) +(0.03 0.64 -0.01) +(0.035 0.64 -0.01) +(0.04 0.64 -0.01) +(0.045 0.64 -0.01) +(0.05 0.64 -0.01) +(0.055 0.64 -0.01) +(0.06 0.64 -0.01) +(0.065 0.64 -0.01) +(0.07 0.64 -0.01) +(0.075 0.64 -0.01) +(0.08 0.64 -0.01) +(0.085 0.64 -0.01) +(0.09 0.64 -0.01) +(0.095 0.64 -0.01) +(0.1 0.64 -0.01) +(0.105 0.64 -0.01) +(0.11 0.64 -0.01) +(0.115 0.64 -0.01) +(0.12 0.64 -0.01) +(0.125 0.64 -0.01) +(0.13 0.64 -0.01) +(0.135 0.64 -0.01) +(0.14 0.64 -0.01) +(0.145 0.64 -0.01) +(0.15 0.64 -0.01) +(0 0.645 -0.01) +(0.005 0.645 -0.01) +(0.01 0.645 -0.01) +(0.015 0.645 -0.01) +(0.02 0.645 -0.01) +(0.025 0.645 -0.01) +(0.03 0.645 -0.01) +(0.035 0.645 -0.01) +(0.04 0.645 -0.01) +(0.045 0.645 -0.01) +(0.05 0.645 -0.01) +(0.055 0.645 -0.01) +(0.06 0.645 -0.01) +(0.065 0.645 -0.01) +(0.07 0.645 -0.01) +(0.075 0.645 -0.01) +(0.08 0.645 -0.01) +(0.085 0.645 -0.01) +(0.09 0.645 -0.01) +(0.095 0.645 -0.01) +(0.1 0.645 -0.01) +(0.105 0.645 -0.01) +(0.11 0.645 -0.01) +(0.115 0.645 -0.01) +(0.12 0.645 -0.01) +(0.125 0.645 -0.01) +(0.13 0.645 -0.01) +(0.135 0.645 -0.01) +(0.14 0.645 -0.01) +(0.145 0.645 -0.01) +(0.15 0.645 -0.01) +(0 0.65 -0.01) +(0.005 0.65 -0.01) +(0.01 0.65 -0.01) +(0.015 0.65 -0.01) +(0.02 0.65 -0.01) +(0.025 0.65 -0.01) +(0.03 0.65 -0.01) +(0.035 0.65 -0.01) +(0.04 0.65 -0.01) +(0.045 0.65 -0.01) +(0.05 0.65 -0.01) +(0.055 0.65 -0.01) +(0.06 0.65 -0.01) +(0.065 0.65 -0.01) +(0.07 0.65 -0.01) +(0.075 0.65 -0.01) +(0.08 0.65 -0.01) +(0.085 0.65 -0.01) +(0.09 0.65 -0.01) +(0.095 0.65 -0.01) +(0.1 0.65 -0.01) +(0.105 0.65 -0.01) +(0.11 0.65 -0.01) +(0.115 0.65 -0.01) +(0.12 0.65 -0.01) +(0.125 0.65 -0.01) +(0.13 0.65 -0.01) +(0.135 0.65 -0.01) +(0.14 0.65 -0.01) +(0.145 0.65 -0.01) +(0.15 0.65 -0.01) +(0 0.655 -0.01) +(0.005 0.655 -0.01) +(0.01 0.655 -0.01) +(0.015 0.655 -0.01) +(0.02 0.655 -0.01) +(0.025 0.655 -0.01) +(0.03 0.655 -0.01) +(0.035 0.655 -0.01) +(0.04 0.655 -0.01) +(0.045 0.655 -0.01) +(0.05 0.655 -0.01) +(0.055 0.655 -0.01) +(0.06 0.655 -0.01) +(0.065 0.655 -0.01) +(0.07 0.655 -0.01) +(0.075 0.655 -0.01) +(0.08 0.655 -0.01) +(0.085 0.655 -0.01) +(0.09 0.655 -0.01) +(0.095 0.655 -0.01) +(0.1 0.655 -0.01) +(0.105 0.655 -0.01) +(0.11 0.655 -0.01) +(0.115 0.655 -0.01) +(0.12 0.655 -0.01) +(0.125 0.655 -0.01) +(0.13 0.655 -0.01) +(0.135 0.655 -0.01) +(0.14 0.655 -0.01) +(0.145 0.655 -0.01) +(0.15 0.655 -0.01) +(0 0.66 -0.01) +(0.005 0.66 -0.01) +(0.01 0.66 -0.01) +(0.015 0.66 -0.01) +(0.02 0.66 -0.01) +(0.025 0.66 -0.01) +(0.03 0.66 -0.01) +(0.035 0.66 -0.01) +(0.04 0.66 -0.01) +(0.045 0.66 -0.01) +(0.05 0.66 -0.01) +(0.055 0.66 -0.01) +(0.06 0.66 -0.01) +(0.065 0.66 -0.01) +(0.07 0.66 -0.01) +(0.075 0.66 -0.01) +(0.08 0.66 -0.01) +(0.085 0.66 -0.01) +(0.09 0.66 -0.01) +(0.095 0.66 -0.01) +(0.1 0.66 -0.01) +(0.105 0.66 -0.01) +(0.11 0.66 -0.01) +(0.115 0.66 -0.01) +(0.12 0.66 -0.01) +(0.125 0.66 -0.01) +(0.13 0.66 -0.01) +(0.135 0.66 -0.01) +(0.14 0.66 -0.01) +(0.145 0.66 -0.01) +(0.15 0.66 -0.01) +(0 0.665 -0.01) +(0.005 0.665 -0.01) +(0.01 0.665 -0.01) +(0.015 0.665 -0.01) +(0.02 0.665 -0.01) +(0.025 0.665 -0.01) +(0.03 0.665 -0.01) +(0.035 0.665 -0.01) +(0.04 0.665 -0.01) +(0.045 0.665 -0.01) +(0.05 0.665 -0.01) +(0.055 0.665 -0.01) +(0.06 0.665 -0.01) +(0.065 0.665 -0.01) +(0.07 0.665 -0.01) +(0.075 0.665 -0.01) +(0.08 0.665 -0.01) +(0.085 0.665 -0.01) +(0.09 0.665 -0.01) +(0.095 0.665 -0.01) +(0.1 0.665 -0.01) +(0.105 0.665 -0.01) +(0.11 0.665 -0.01) +(0.115 0.665 -0.01) +(0.12 0.665 -0.01) +(0.125 0.665 -0.01) +(0.13 0.665 -0.01) +(0.135 0.665 -0.01) +(0.14 0.665 -0.01) +(0.145 0.665 -0.01) +(0.15 0.665 -0.01) +(0 0.67 -0.01) +(0.005 0.67 -0.01) +(0.01 0.67 -0.01) +(0.015 0.67 -0.01) +(0.02 0.67 -0.01) +(0.025 0.67 -0.01) +(0.03 0.67 -0.01) +(0.035 0.67 -0.01) +(0.04 0.67 -0.01) +(0.045 0.67 -0.01) +(0.05 0.67 -0.01) +(0.055 0.67 -0.01) +(0.06 0.67 -0.01) +(0.065 0.67 -0.01) +(0.07 0.67 -0.01) +(0.075 0.67 -0.01) +(0.08 0.67 -0.01) +(0.085 0.67 -0.01) +(0.09 0.67 -0.01) +(0.095 0.67 -0.01) +(0.1 0.67 -0.01) +(0.105 0.67 -0.01) +(0.11 0.67 -0.01) +(0.115 0.67 -0.01) +(0.12 0.67 -0.01) +(0.125 0.67 -0.01) +(0.13 0.67 -0.01) +(0.135 0.67 -0.01) +(0.14 0.67 -0.01) +(0.145 0.67 -0.01) +(0.15 0.67 -0.01) +(0 0.675 -0.01) +(0.005 0.675 -0.01) +(0.01 0.675 -0.01) +(0.015 0.675 -0.01) +(0.02 0.675 -0.01) +(0.025 0.675 -0.01) +(0.03 0.675 -0.01) +(0.035 0.675 -0.01) +(0.04 0.675 -0.01) +(0.045 0.675 -0.01) +(0.05 0.675 -0.01) +(0.055 0.675 -0.01) +(0.06 0.675 -0.01) +(0.065 0.675 -0.01) +(0.07 0.675 -0.01) +(0.075 0.675 -0.01) +(0.08 0.675 -0.01) +(0.085 0.675 -0.01) +(0.09 0.675 -0.01) +(0.095 0.675 -0.01) +(0.1 0.675 -0.01) +(0.105 0.675 -0.01) +(0.11 0.675 -0.01) +(0.115 0.675 -0.01) +(0.12 0.675 -0.01) +(0.125 0.675 -0.01) +(0.13 0.675 -0.01) +(0.135 0.675 -0.01) +(0.14 0.675 -0.01) +(0.145 0.675 -0.01) +(0.15 0.675 -0.01) +(0 0.68 -0.01) +(0.005 0.68 -0.01) +(0.01 0.68 -0.01) +(0.015 0.68 -0.01) +(0.02 0.68 -0.01) +(0.025 0.68 -0.01) +(0.03 0.68 -0.01) +(0.035 0.68 -0.01) +(0.04 0.68 -0.01) +(0.045 0.68 -0.01) +(0.05 0.68 -0.01) +(0.055 0.68 -0.01) +(0.06 0.68 -0.01) +(0.065 0.68 -0.01) +(0.07 0.68 -0.01) +(0.075 0.68 -0.01) +(0.08 0.68 -0.01) +(0.085 0.68 -0.01) +(0.09 0.68 -0.01) +(0.095 0.68 -0.01) +(0.1 0.68 -0.01) +(0.105 0.68 -0.01) +(0.11 0.68 -0.01) +(0.115 0.68 -0.01) +(0.12 0.68 -0.01) +(0.125 0.68 -0.01) +(0.13 0.68 -0.01) +(0.135 0.68 -0.01) +(0.14 0.68 -0.01) +(0.145 0.68 -0.01) +(0.15 0.68 -0.01) +(0 0.685 -0.01) +(0.005 0.685 -0.01) +(0.01 0.685 -0.01) +(0.015 0.685 -0.01) +(0.02 0.685 -0.01) +(0.025 0.685 -0.01) +(0.03 0.685 -0.01) +(0.035 0.685 -0.01) +(0.04 0.685 -0.01) +(0.045 0.685 -0.01) +(0.05 0.685 -0.01) +(0.055 0.685 -0.01) +(0.06 0.685 -0.01) +(0.065 0.685 -0.01) +(0.07 0.685 -0.01) +(0.075 0.685 -0.01) +(0.08 0.685 -0.01) +(0.085 0.685 -0.01) +(0.09 0.685 -0.01) +(0.095 0.685 -0.01) +(0.1 0.685 -0.01) +(0.105 0.685 -0.01) +(0.11 0.685 -0.01) +(0.115 0.685 -0.01) +(0.12 0.685 -0.01) +(0.125 0.685 -0.01) +(0.13 0.685 -0.01) +(0.135 0.685 -0.01) +(0.14 0.685 -0.01) +(0.145 0.685 -0.01) +(0.15 0.685 -0.01) +(0 0.69 -0.01) +(0.005 0.69 -0.01) +(0.01 0.69 -0.01) +(0.015 0.69 -0.01) +(0.02 0.69 -0.01) +(0.025 0.69 -0.01) +(0.03 0.69 -0.01) +(0.035 0.69 -0.01) +(0.04 0.69 -0.01) +(0.045 0.69 -0.01) +(0.05 0.69 -0.01) +(0.055 0.69 -0.01) +(0.06 0.69 -0.01) +(0.065 0.69 -0.01) +(0.07 0.69 -0.01) +(0.075 0.69 -0.01) +(0.08 0.69 -0.01) +(0.085 0.69 -0.01) +(0.09 0.69 -0.01) +(0.095 0.69 -0.01) +(0.1 0.69 -0.01) +(0.105 0.69 -0.01) +(0.11 0.69 -0.01) +(0.115 0.69 -0.01) +(0.12 0.69 -0.01) +(0.125 0.69 -0.01) +(0.13 0.69 -0.01) +(0.135 0.69 -0.01) +(0.14 0.69 -0.01) +(0.145 0.69 -0.01) +(0.15 0.69 -0.01) +(0 0.695 -0.01) +(0.005 0.695 -0.01) +(0.01 0.695 -0.01) +(0.015 0.695 -0.01) +(0.02 0.695 -0.01) +(0.025 0.695 -0.01) +(0.03 0.695 -0.01) +(0.035 0.695 -0.01) +(0.04 0.695 -0.01) +(0.045 0.695 -0.01) +(0.05 0.695 -0.01) +(0.055 0.695 -0.01) +(0.06 0.695 -0.01) +(0.065 0.695 -0.01) +(0.07 0.695 -0.01) +(0.075 0.695 -0.01) +(0.08 0.695 -0.01) +(0.085 0.695 -0.01) +(0.09 0.695 -0.01) +(0.095 0.695 -0.01) +(0.1 0.695 -0.01) +(0.105 0.695 -0.01) +(0.11 0.695 -0.01) +(0.115 0.695 -0.01) +(0.12 0.695 -0.01) +(0.125 0.695 -0.01) +(0.13 0.695 -0.01) +(0.135 0.695 -0.01) +(0.14 0.695 -0.01) +(0.145 0.695 -0.01) +(0.15 0.695 -0.01) +(0 0.7 -0.01) +(0.005 0.7 -0.01) +(0.01 0.7 -0.01) +(0.015 0.7 -0.01) +(0.02 0.7 -0.01) +(0.025 0.7 -0.01) +(0.03 0.7 -0.01) +(0.035 0.7 -0.01) +(0.04 0.7 -0.01) +(0.045 0.7 -0.01) +(0.05 0.7 -0.01) +(0.055 0.7 -0.01) +(0.06 0.7 -0.01) +(0.065 0.7 -0.01) +(0.07 0.7 -0.01) +(0.075 0.7 -0.01) +(0.08 0.7 -0.01) +(0.085 0.7 -0.01) +(0.09 0.7 -0.01) +(0.095 0.7 -0.01) +(0.1 0.7 -0.01) +(0.105 0.7 -0.01) +(0.11 0.7 -0.01) +(0.115 0.7 -0.01) +(0.12 0.7 -0.01) +(0.125 0.7 -0.01) +(0.13 0.7 -0.01) +(0.135 0.7 -0.01) +(0.14 0.7 -0.01) +(0.145 0.7 -0.01) +(0.15 0.7 -0.01) +(0 0.705 -0.01) +(0.005 0.705 -0.01) +(0.01 0.705 -0.01) +(0.015 0.705 -0.01) +(0.02 0.705 -0.01) +(0.025 0.705 -0.01) +(0.03 0.705 -0.01) +(0.035 0.705 -0.01) +(0.04 0.705 -0.01) +(0.045 0.705 -0.01) +(0.05 0.705 -0.01) +(0.055 0.705 -0.01) +(0.06 0.705 -0.01) +(0.065 0.705 -0.01) +(0.07 0.705 -0.01) +(0.075 0.705 -0.01) +(0.08 0.705 -0.01) +(0.085 0.705 -0.01) +(0.09 0.705 -0.01) +(0.095 0.705 -0.01) +(0.1 0.705 -0.01) +(0.105 0.705 -0.01) +(0.11 0.705 -0.01) +(0.115 0.705 -0.01) +(0.12 0.705 -0.01) +(0.125 0.705 -0.01) +(0.13 0.705 -0.01) +(0.135 0.705 -0.01) +(0.14 0.705 -0.01) +(0.145 0.705 -0.01) +(0.15 0.705 -0.01) +(0 0.71 -0.01) +(0.005 0.71 -0.01) +(0.01 0.71 -0.01) +(0.015 0.71 -0.01) +(0.02 0.71 -0.01) +(0.025 0.71 -0.01) +(0.03 0.71 -0.01) +(0.035 0.71 -0.01) +(0.04 0.71 -0.01) +(0.045 0.71 -0.01) +(0.05 0.71 -0.01) +(0.055 0.71 -0.01) +(0.06 0.71 -0.01) +(0.065 0.71 -0.01) +(0.07 0.71 -0.01) +(0.075 0.71 -0.01) +(0.08 0.71 -0.01) +(0.085 0.71 -0.01) +(0.09 0.71 -0.01) +(0.095 0.71 -0.01) +(0.1 0.71 -0.01) +(0.105 0.71 -0.01) +(0.11 0.71 -0.01) +(0.115 0.71 -0.01) +(0.12 0.71 -0.01) +(0.125 0.71 -0.01) +(0.13 0.71 -0.01) +(0.135 0.71 -0.01) +(0.14 0.71 -0.01) +(0.145 0.71 -0.01) +(0.15 0.71 -0.01) +(0 0.715 -0.01) +(0.005 0.715 -0.01) +(0.01 0.715 -0.01) +(0.015 0.715 -0.01) +(0.02 0.715 -0.01) +(0.025 0.715 -0.01) +(0.03 0.715 -0.01) +(0.035 0.715 -0.01) +(0.04 0.715 -0.01) +(0.045 0.715 -0.01) +(0.05 0.715 -0.01) +(0.055 0.715 -0.01) +(0.06 0.715 -0.01) +(0.065 0.715 -0.01) +(0.07 0.715 -0.01) +(0.075 0.715 -0.01) +(0.08 0.715 -0.01) +(0.085 0.715 -0.01) +(0.09 0.715 -0.01) +(0.095 0.715 -0.01) +(0.1 0.715 -0.01) +(0.105 0.715 -0.01) +(0.11 0.715 -0.01) +(0.115 0.715 -0.01) +(0.12 0.715 -0.01) +(0.125 0.715 -0.01) +(0.13 0.715 -0.01) +(0.135 0.715 -0.01) +(0.14 0.715 -0.01) +(0.145 0.715 -0.01) +(0.15 0.715 -0.01) +(0 0.72 -0.01) +(0.005 0.72 -0.01) +(0.01 0.72 -0.01) +(0.015 0.72 -0.01) +(0.02 0.72 -0.01) +(0.025 0.72 -0.01) +(0.03 0.72 -0.01) +(0.035 0.72 -0.01) +(0.04 0.72 -0.01) +(0.045 0.72 -0.01) +(0.05 0.72 -0.01) +(0.055 0.72 -0.01) +(0.06 0.72 -0.01) +(0.065 0.72 -0.01) +(0.07 0.72 -0.01) +(0.075 0.72 -0.01) +(0.08 0.72 -0.01) +(0.085 0.72 -0.01) +(0.09 0.72 -0.01) +(0.095 0.72 -0.01) +(0.1 0.72 -0.01) +(0.105 0.72 -0.01) +(0.11 0.72 -0.01) +(0.115 0.72 -0.01) +(0.12 0.72 -0.01) +(0.125 0.72 -0.01) +(0.13 0.72 -0.01) +(0.135 0.72 -0.01) +(0.14 0.72 -0.01) +(0.145 0.72 -0.01) +(0.15 0.72 -0.01) +(0 0.725 -0.01) +(0.005 0.725 -0.01) +(0.01 0.725 -0.01) +(0.015 0.725 -0.01) +(0.02 0.725 -0.01) +(0.025 0.725 -0.01) +(0.03 0.725 -0.01) +(0.035 0.725 -0.01) +(0.04 0.725 -0.01) +(0.045 0.725 -0.01) +(0.05 0.725 -0.01) +(0.055 0.725 -0.01) +(0.06 0.725 -0.01) +(0.065 0.725 -0.01) +(0.07 0.725 -0.01) +(0.075 0.725 -0.01) +(0.08 0.725 -0.01) +(0.085 0.725 -0.01) +(0.09 0.725 -0.01) +(0.095 0.725 -0.01) +(0.1 0.725 -0.01) +(0.105 0.725 -0.01) +(0.11 0.725 -0.01) +(0.115 0.725 -0.01) +(0.12 0.725 -0.01) +(0.125 0.725 -0.01) +(0.13 0.725 -0.01) +(0.135 0.725 -0.01) +(0.14 0.725 -0.01) +(0.145 0.725 -0.01) +(0.15 0.725 -0.01) +(0 0.73 -0.01) +(0.005 0.73 -0.01) +(0.01 0.73 -0.01) +(0.015 0.73 -0.01) +(0.02 0.73 -0.01) +(0.025 0.73 -0.01) +(0.03 0.73 -0.01) +(0.035 0.73 -0.01) +(0.04 0.73 -0.01) +(0.045 0.73 -0.01) +(0.05 0.73 -0.01) +(0.055 0.73 -0.01) +(0.06 0.73 -0.01) +(0.065 0.73 -0.01) +(0.07 0.73 -0.01) +(0.075 0.73 -0.01) +(0.08 0.73 -0.01) +(0.085 0.73 -0.01) +(0.09 0.73 -0.01) +(0.095 0.73 -0.01) +(0.1 0.73 -0.01) +(0.105 0.73 -0.01) +(0.11 0.73 -0.01) +(0.115 0.73 -0.01) +(0.12 0.73 -0.01) +(0.125 0.73 -0.01) +(0.13 0.73 -0.01) +(0.135 0.73 -0.01) +(0.14 0.73 -0.01) +(0.145 0.73 -0.01) +(0.15 0.73 -0.01) +(0 0.735 -0.01) +(0.005 0.735 -0.01) +(0.01 0.735 -0.01) +(0.015 0.735 -0.01) +(0.02 0.735 -0.01) +(0.025 0.735 -0.01) +(0.03 0.735 -0.01) +(0.035 0.735 -0.01) +(0.04 0.735 -0.01) +(0.045 0.735 -0.01) +(0.05 0.735 -0.01) +(0.055 0.735 -0.01) +(0.06 0.735 -0.01) +(0.065 0.735 -0.01) +(0.07 0.735 -0.01) +(0.075 0.735 -0.01) +(0.08 0.735 -0.01) +(0.085 0.735 -0.01) +(0.09 0.735 -0.01) +(0.095 0.735 -0.01) +(0.1 0.735 -0.01) +(0.105 0.735 -0.01) +(0.11 0.735 -0.01) +(0.115 0.735 -0.01) +(0.12 0.735 -0.01) +(0.125 0.735 -0.01) +(0.13 0.735 -0.01) +(0.135 0.735 -0.01) +(0.14 0.735 -0.01) +(0.145 0.735 -0.01) +(0.15 0.735 -0.01) +(0 0.74 -0.01) +(0.005 0.74 -0.01) +(0.01 0.74 -0.01) +(0.015 0.74 -0.01) +(0.02 0.74 -0.01) +(0.025 0.74 -0.01) +(0.03 0.74 -0.01) +(0.035 0.74 -0.01) +(0.04 0.74 -0.01) +(0.045 0.74 -0.01) +(0.05 0.74 -0.01) +(0.055 0.74 -0.01) +(0.06 0.74 -0.01) +(0.065 0.74 -0.01) +(0.07 0.74 -0.01) +(0.075 0.74 -0.01) +(0.08 0.74 -0.01) +(0.085 0.74 -0.01) +(0.09 0.74 -0.01) +(0.095 0.74 -0.01) +(0.1 0.74 -0.01) +(0.105 0.74 -0.01) +(0.11 0.74 -0.01) +(0.115 0.74 -0.01) +(0.12 0.74 -0.01) +(0.125 0.74 -0.01) +(0.13 0.74 -0.01) +(0.135 0.74 -0.01) +(0.14 0.74 -0.01) +(0.145 0.74 -0.01) +(0.15 0.74 -0.01) +(0 0.745 -0.01) +(0.005 0.745 -0.01) +(0.01 0.745 -0.01) +(0.015 0.745 -0.01) +(0.02 0.745 -0.01) +(0.025 0.745 -0.01) +(0.03 0.745 -0.01) +(0.035 0.745 -0.01) +(0.04 0.745 -0.01) +(0.045 0.745 -0.01) +(0.05 0.745 -0.01) +(0.055 0.745 -0.01) +(0.06 0.745 -0.01) +(0.065 0.745 -0.01) +(0.07 0.745 -0.01) +(0.075 0.745 -0.01) +(0.08 0.745 -0.01) +(0.085 0.745 -0.01) +(0.09 0.745 -0.01) +(0.095 0.745 -0.01) +(0.1 0.745 -0.01) +(0.105 0.745 -0.01) +(0.11 0.745 -0.01) +(0.115 0.745 -0.01) +(0.12 0.745 -0.01) +(0.125 0.745 -0.01) +(0.13 0.745 -0.01) +(0.135 0.745 -0.01) +(0.14 0.745 -0.01) +(0.145 0.745 -0.01) +(0.15 0.745 -0.01) +(0 0.75 -0.01) +(0.005 0.75 -0.01) +(0.01 0.75 -0.01) +(0.015 0.75 -0.01) +(0.02 0.75 -0.01) +(0.025 0.75 -0.01) +(0.03 0.75 -0.01) +(0.035 0.75 -0.01) +(0.04 0.75 -0.01) +(0.045 0.75 -0.01) +(0.05 0.75 -0.01) +(0.055 0.75 -0.01) +(0.06 0.75 -0.01) +(0.065 0.75 -0.01) +(0.07 0.75 -0.01) +(0.075 0.75 -0.01) +(0.08 0.75 -0.01) +(0.085 0.75 -0.01) +(0.09 0.75 -0.01) +(0.095 0.75 -0.01) +(0.1 0.75 -0.01) +(0.105 0.75 -0.01) +(0.11 0.75 -0.01) +(0.115 0.75 -0.01) +(0.12 0.75 -0.01) +(0.125 0.75 -0.01) +(0.13 0.75 -0.01) +(0.135 0.75 -0.01) +(0.14 0.75 -0.01) +(0.145 0.75 -0.01) +(0.15 0.75 -0.01) +(0 0.755 -0.01) +(0.005 0.755 -0.01) +(0.01 0.755 -0.01) +(0.015 0.755 -0.01) +(0.02 0.755 -0.01) +(0.025 0.755 -0.01) +(0.03 0.755 -0.01) +(0.035 0.755 -0.01) +(0.04 0.755 -0.01) +(0.045 0.755 -0.01) +(0.05 0.755 -0.01) +(0.055 0.755 -0.01) +(0.06 0.755 -0.01) +(0.065 0.755 -0.01) +(0.07 0.755 -0.01) +(0.075 0.755 -0.01) +(0.08 0.755 -0.01) +(0.085 0.755 -0.01) +(0.09 0.755 -0.01) +(0.095 0.755 -0.01) +(0.1 0.755 -0.01) +(0.105 0.755 -0.01) +(0.11 0.755 -0.01) +(0.115 0.755 -0.01) +(0.12 0.755 -0.01) +(0.125 0.755 -0.01) +(0.13 0.755 -0.01) +(0.135 0.755 -0.01) +(0.14 0.755 -0.01) +(0.145 0.755 -0.01) +(0.15 0.755 -0.01) +(0 0.76 -0.01) +(0.005 0.76 -0.01) +(0.01 0.76 -0.01) +(0.015 0.76 -0.01) +(0.02 0.76 -0.01) +(0.025 0.76 -0.01) +(0.03 0.76 -0.01) +(0.035 0.76 -0.01) +(0.04 0.76 -0.01) +(0.045 0.76 -0.01) +(0.05 0.76 -0.01) +(0.055 0.76 -0.01) +(0.06 0.76 -0.01) +(0.065 0.76 -0.01) +(0.07 0.76 -0.01) +(0.075 0.76 -0.01) +(0.08 0.76 -0.01) +(0.085 0.76 -0.01) +(0.09 0.76 -0.01) +(0.095 0.76 -0.01) +(0.1 0.76 -0.01) +(0.105 0.76 -0.01) +(0.11 0.76 -0.01) +(0.115 0.76 -0.01) +(0.12 0.76 -0.01) +(0.125 0.76 -0.01) +(0.13 0.76 -0.01) +(0.135 0.76 -0.01) +(0.14 0.76 -0.01) +(0.145 0.76 -0.01) +(0.15 0.76 -0.01) +(0 0.765 -0.01) +(0.005 0.765 -0.01) +(0.01 0.765 -0.01) +(0.015 0.765 -0.01) +(0.02 0.765 -0.01) +(0.025 0.765 -0.01) +(0.03 0.765 -0.01) +(0.035 0.765 -0.01) +(0.04 0.765 -0.01) +(0.045 0.765 -0.01) +(0.05 0.765 -0.01) +(0.055 0.765 -0.01) +(0.06 0.765 -0.01) +(0.065 0.765 -0.01) +(0.07 0.765 -0.01) +(0.075 0.765 -0.01) +(0.08 0.765 -0.01) +(0.085 0.765 -0.01) +(0.09 0.765 -0.01) +(0.095 0.765 -0.01) +(0.1 0.765 -0.01) +(0.105 0.765 -0.01) +(0.11 0.765 -0.01) +(0.115 0.765 -0.01) +(0.12 0.765 -0.01) +(0.125 0.765 -0.01) +(0.13 0.765 -0.01) +(0.135 0.765 -0.01) +(0.14 0.765 -0.01) +(0.145 0.765 -0.01) +(0.15 0.765 -0.01) +(0 0.77 -0.01) +(0.005 0.77 -0.01) +(0.01 0.77 -0.01) +(0.015 0.77 -0.01) +(0.02 0.77 -0.01) +(0.025 0.77 -0.01) +(0.03 0.77 -0.01) +(0.035 0.77 -0.01) +(0.04 0.77 -0.01) +(0.045 0.77 -0.01) +(0.05 0.77 -0.01) +(0.055 0.77 -0.01) +(0.06 0.77 -0.01) +(0.065 0.77 -0.01) +(0.07 0.77 -0.01) +(0.075 0.77 -0.01) +(0.08 0.77 -0.01) +(0.085 0.77 -0.01) +(0.09 0.77 -0.01) +(0.095 0.77 -0.01) +(0.1 0.77 -0.01) +(0.105 0.77 -0.01) +(0.11 0.77 -0.01) +(0.115 0.77 -0.01) +(0.12 0.77 -0.01) +(0.125 0.77 -0.01) +(0.13 0.77 -0.01) +(0.135 0.77 -0.01) +(0.14 0.77 -0.01) +(0.145 0.77 -0.01) +(0.15 0.77 -0.01) +(0 0.775 -0.01) +(0.005 0.775 -0.01) +(0.01 0.775 -0.01) +(0.015 0.775 -0.01) +(0.02 0.775 -0.01) +(0.025 0.775 -0.01) +(0.03 0.775 -0.01) +(0.035 0.775 -0.01) +(0.04 0.775 -0.01) +(0.045 0.775 -0.01) +(0.05 0.775 -0.01) +(0.055 0.775 -0.01) +(0.06 0.775 -0.01) +(0.065 0.775 -0.01) +(0.07 0.775 -0.01) +(0.075 0.775 -0.01) +(0.08 0.775 -0.01) +(0.085 0.775 -0.01) +(0.09 0.775 -0.01) +(0.095 0.775 -0.01) +(0.1 0.775 -0.01) +(0.105 0.775 -0.01) +(0.11 0.775 -0.01) +(0.115 0.775 -0.01) +(0.12 0.775 -0.01) +(0.125 0.775 -0.01) +(0.13 0.775 -0.01) +(0.135 0.775 -0.01) +(0.14 0.775 -0.01) +(0.145 0.775 -0.01) +(0.15 0.775 -0.01) +(0 0.78 -0.01) +(0.005 0.78 -0.01) +(0.01 0.78 -0.01) +(0.015 0.78 -0.01) +(0.02 0.78 -0.01) +(0.025 0.78 -0.01) +(0.03 0.78 -0.01) +(0.035 0.78 -0.01) +(0.04 0.78 -0.01) +(0.045 0.78 -0.01) +(0.05 0.78 -0.01) +(0.055 0.78 -0.01) +(0.06 0.78 -0.01) +(0.065 0.78 -0.01) +(0.07 0.78 -0.01) +(0.075 0.78 -0.01) +(0.08 0.78 -0.01) +(0.085 0.78 -0.01) +(0.09 0.78 -0.01) +(0.095 0.78 -0.01) +(0.1 0.78 -0.01) +(0.105 0.78 -0.01) +(0.11 0.78 -0.01) +(0.115 0.78 -0.01) +(0.12 0.78 -0.01) +(0.125 0.78 -0.01) +(0.13 0.78 -0.01) +(0.135 0.78 -0.01) +(0.14 0.78 -0.01) +(0.145 0.78 -0.01) +(0.15 0.78 -0.01) +(0 0.785 -0.01) +(0.005 0.785 -0.01) +(0.01 0.785 -0.01) +(0.015 0.785 -0.01) +(0.02 0.785 -0.01) +(0.025 0.785 -0.01) +(0.03 0.785 -0.01) +(0.035 0.785 -0.01) +(0.04 0.785 -0.01) +(0.045 0.785 -0.01) +(0.05 0.785 -0.01) +(0.055 0.785 -0.01) +(0.06 0.785 -0.01) +(0.065 0.785 -0.01) +(0.07 0.785 -0.01) +(0.075 0.785 -0.01) +(0.08 0.785 -0.01) +(0.085 0.785 -0.01) +(0.09 0.785 -0.01) +(0.095 0.785 -0.01) +(0.1 0.785 -0.01) +(0.105 0.785 -0.01) +(0.11 0.785 -0.01) +(0.115 0.785 -0.01) +(0.12 0.785 -0.01) +(0.125 0.785 -0.01) +(0.13 0.785 -0.01) +(0.135 0.785 -0.01) +(0.14 0.785 -0.01) +(0.145 0.785 -0.01) +(0.15 0.785 -0.01) +(0 0.79 -0.01) +(0.005 0.79 -0.01) +(0.01 0.79 -0.01) +(0.015 0.79 -0.01) +(0.02 0.79 -0.01) +(0.025 0.79 -0.01) +(0.03 0.79 -0.01) +(0.035 0.79 -0.01) +(0.04 0.79 -0.01) +(0.045 0.79 -0.01) +(0.05 0.79 -0.01) +(0.055 0.79 -0.01) +(0.06 0.79 -0.01) +(0.065 0.79 -0.01) +(0.07 0.79 -0.01) +(0.075 0.79 -0.01) +(0.08 0.79 -0.01) +(0.085 0.79 -0.01) +(0.09 0.79 -0.01) +(0.095 0.79 -0.01) +(0.1 0.79 -0.01) +(0.105 0.79 -0.01) +(0.11 0.79 -0.01) +(0.115 0.79 -0.01) +(0.12 0.79 -0.01) +(0.125 0.79 -0.01) +(0.13 0.79 -0.01) +(0.135 0.79 -0.01) +(0.14 0.79 -0.01) +(0.145 0.79 -0.01) +(0.15 0.79 -0.01) +(0 0.795 -0.01) +(0.005 0.795 -0.01) +(0.01 0.795 -0.01) +(0.015 0.795 -0.01) +(0.02 0.795 -0.01) +(0.025 0.795 -0.01) +(0.03 0.795 -0.01) +(0.035 0.795 -0.01) +(0.04 0.795 -0.01) +(0.045 0.795 -0.01) +(0.05 0.795 -0.01) +(0.055 0.795 -0.01) +(0.06 0.795 -0.01) +(0.065 0.795 -0.01) +(0.07 0.795 -0.01) +(0.075 0.795 -0.01) +(0.08 0.795 -0.01) +(0.085 0.795 -0.01) +(0.09 0.795 -0.01) +(0.095 0.795 -0.01) +(0.1 0.795 -0.01) +(0.105 0.795 -0.01) +(0.11 0.795 -0.01) +(0.115 0.795 -0.01) +(0.12 0.795 -0.01) +(0.125 0.795 -0.01) +(0.13 0.795 -0.01) +(0.135 0.795 -0.01) +(0.14 0.795 -0.01) +(0.145 0.795 -0.01) +(0.15 0.795 -0.01) +(0 0.8 -0.01) +(0.005 0.8 -0.01) +(0.01 0.8 -0.01) +(0.015 0.8 -0.01) +(0.02 0.8 -0.01) +(0.025 0.8 -0.01) +(0.03 0.8 -0.01) +(0.035 0.8 -0.01) +(0.04 0.8 -0.01) +(0.045 0.8 -0.01) +(0.05 0.8 -0.01) +(0.055 0.8 -0.01) +(0.06 0.8 -0.01) +(0.065 0.8 -0.01) +(0.07 0.8 -0.01) +(0.075 0.8 -0.01) +(0.08 0.8 -0.01) +(0.085 0.8 -0.01) +(0.09 0.8 -0.01) +(0.095 0.8 -0.01) +(0.1 0.8 -0.01) +(0.105 0.8 -0.01) +(0.11 0.8 -0.01) +(0.115 0.8 -0.01) +(0.12 0.8 -0.01) +(0.125 0.8 -0.01) +(0.13 0.8 -0.01) +(0.135 0.8 -0.01) +(0.14 0.8 -0.01) +(0.145 0.8 -0.01) +(0.15 0.8 -0.01) +(0 0.805 -0.01) +(0.005 0.805 -0.01) +(0.01 0.805 -0.01) +(0.015 0.805 -0.01) +(0.02 0.805 -0.01) +(0.025 0.805 -0.01) +(0.03 0.805 -0.01) +(0.035 0.805 -0.01) +(0.04 0.805 -0.01) +(0.045 0.805 -0.01) +(0.05 0.805 -0.01) +(0.055 0.805 -0.01) +(0.06 0.805 -0.01) +(0.065 0.805 -0.01) +(0.07 0.805 -0.01) +(0.075 0.805 -0.01) +(0.08 0.805 -0.01) +(0.085 0.805 -0.01) +(0.09 0.805 -0.01) +(0.095 0.805 -0.01) +(0.1 0.805 -0.01) +(0.105 0.805 -0.01) +(0.11 0.805 -0.01) +(0.115 0.805 -0.01) +(0.12 0.805 -0.01) +(0.125 0.805 -0.01) +(0.13 0.805 -0.01) +(0.135 0.805 -0.01) +(0.14 0.805 -0.01) +(0.145 0.805 -0.01) +(0.15 0.805 -0.01) +(0 0.81 -0.01) +(0.005 0.81 -0.01) +(0.01 0.81 -0.01) +(0.015 0.81 -0.01) +(0.02 0.81 -0.01) +(0.025 0.81 -0.01) +(0.03 0.81 -0.01) +(0.035 0.81 -0.01) +(0.04 0.81 -0.01) +(0.045 0.81 -0.01) +(0.05 0.81 -0.01) +(0.055 0.81 -0.01) +(0.06 0.81 -0.01) +(0.065 0.81 -0.01) +(0.07 0.81 -0.01) +(0.075 0.81 -0.01) +(0.08 0.81 -0.01) +(0.085 0.81 -0.01) +(0.09 0.81 -0.01) +(0.095 0.81 -0.01) +(0.1 0.81 -0.01) +(0.105 0.81 -0.01) +(0.11 0.81 -0.01) +(0.115 0.81 -0.01) +(0.12 0.81 -0.01) +(0.125 0.81 -0.01) +(0.13 0.81 -0.01) +(0.135 0.81 -0.01) +(0.14 0.81 -0.01) +(0.145 0.81 -0.01) +(0.15 0.81 -0.01) +(0 0.815 -0.01) +(0.005 0.815 -0.01) +(0.01 0.815 -0.01) +(0.015 0.815 -0.01) +(0.02 0.815 -0.01) +(0.025 0.815 -0.01) +(0.03 0.815 -0.01) +(0.035 0.815 -0.01) +(0.04 0.815 -0.01) +(0.045 0.815 -0.01) +(0.05 0.815 -0.01) +(0.055 0.815 -0.01) +(0.06 0.815 -0.01) +(0.065 0.815 -0.01) +(0.07 0.815 -0.01) +(0.075 0.815 -0.01) +(0.08 0.815 -0.01) +(0.085 0.815 -0.01) +(0.09 0.815 -0.01) +(0.095 0.815 -0.01) +(0.1 0.815 -0.01) +(0.105 0.815 -0.01) +(0.11 0.815 -0.01) +(0.115 0.815 -0.01) +(0.12 0.815 -0.01) +(0.125 0.815 -0.01) +(0.13 0.815 -0.01) +(0.135 0.815 -0.01) +(0.14 0.815 -0.01) +(0.145 0.815 -0.01) +(0.15 0.815 -0.01) +(0 0.82 -0.01) +(0.005 0.82 -0.01) +(0.01 0.82 -0.01) +(0.015 0.82 -0.01) +(0.02 0.82 -0.01) +(0.025 0.82 -0.01) +(0.03 0.82 -0.01) +(0.035 0.82 -0.01) +(0.04 0.82 -0.01) +(0.045 0.82 -0.01) +(0.05 0.82 -0.01) +(0.055 0.82 -0.01) +(0.06 0.82 -0.01) +(0.065 0.82 -0.01) +(0.07 0.82 -0.01) +(0.075 0.82 -0.01) +(0.08 0.82 -0.01) +(0.085 0.82 -0.01) +(0.09 0.82 -0.01) +(0.095 0.82 -0.01) +(0.1 0.82 -0.01) +(0.105 0.82 -0.01) +(0.11 0.82 -0.01) +(0.115 0.82 -0.01) +(0.12 0.82 -0.01) +(0.125 0.82 -0.01) +(0.13 0.82 -0.01) +(0.135 0.82 -0.01) +(0.14 0.82 -0.01) +(0.145 0.82 -0.01) +(0.15 0.82 -0.01) +(0 0.825 -0.01) +(0.005 0.825 -0.01) +(0.01 0.825 -0.01) +(0.015 0.825 -0.01) +(0.02 0.825 -0.01) +(0.025 0.825 -0.01) +(0.03 0.825 -0.01) +(0.035 0.825 -0.01) +(0.04 0.825 -0.01) +(0.045 0.825 -0.01) +(0.05 0.825 -0.01) +(0.055 0.825 -0.01) +(0.06 0.825 -0.01) +(0.065 0.825 -0.01) +(0.07 0.825 -0.01) +(0.075 0.825 -0.01) +(0.08 0.825 -0.01) +(0.085 0.825 -0.01) +(0.09 0.825 -0.01) +(0.095 0.825 -0.01) +(0.1 0.825 -0.01) +(0.105 0.825 -0.01) +(0.11 0.825 -0.01) +(0.115 0.825 -0.01) +(0.12 0.825 -0.01) +(0.125 0.825 -0.01) +(0.13 0.825 -0.01) +(0.135 0.825 -0.01) +(0.14 0.825 -0.01) +(0.145 0.825 -0.01) +(0.15 0.825 -0.01) +(0 0.83 -0.01) +(0.005 0.83 -0.01) +(0.01 0.83 -0.01) +(0.015 0.83 -0.01) +(0.02 0.83 -0.01) +(0.025 0.83 -0.01) +(0.03 0.83 -0.01) +(0.035 0.83 -0.01) +(0.04 0.83 -0.01) +(0.045 0.83 -0.01) +(0.05 0.83 -0.01) +(0.055 0.83 -0.01) +(0.06 0.83 -0.01) +(0.065 0.83 -0.01) +(0.07 0.83 -0.01) +(0.075 0.83 -0.01) +(0.08 0.83 -0.01) +(0.085 0.83 -0.01) +(0.09 0.83 -0.01) +(0.095 0.83 -0.01) +(0.1 0.83 -0.01) +(0.105 0.83 -0.01) +(0.11 0.83 -0.01) +(0.115 0.83 -0.01) +(0.12 0.83 -0.01) +(0.125 0.83 -0.01) +(0.13 0.83 -0.01) +(0.135 0.83 -0.01) +(0.14 0.83 -0.01) +(0.145 0.83 -0.01) +(0.15 0.83 -0.01) +(0 0.835 -0.01) +(0.005 0.835 -0.01) +(0.01 0.835 -0.01) +(0.015 0.835 -0.01) +(0.02 0.835 -0.01) +(0.025 0.835 -0.01) +(0.03 0.835 -0.01) +(0.035 0.835 -0.01) +(0.04 0.835 -0.01) +(0.045 0.835 -0.01) +(0.05 0.835 -0.01) +(0.055 0.835 -0.01) +(0.06 0.835 -0.01) +(0.065 0.835 -0.01) +(0.07 0.835 -0.01) +(0.075 0.835 -0.01) +(0.08 0.835 -0.01) +(0.085 0.835 -0.01) +(0.09 0.835 -0.01) +(0.095 0.835 -0.01) +(0.1 0.835 -0.01) +(0.105 0.835 -0.01) +(0.11 0.835 -0.01) +(0.115 0.835 -0.01) +(0.12 0.835 -0.01) +(0.125 0.835 -0.01) +(0.13 0.835 -0.01) +(0.135 0.835 -0.01) +(0.14 0.835 -0.01) +(0.145 0.835 -0.01) +(0.15 0.835 -0.01) +(0 0.84 -0.01) +(0.005 0.84 -0.01) +(0.01 0.84 -0.01) +(0.015 0.84 -0.01) +(0.02 0.84 -0.01) +(0.025 0.84 -0.01) +(0.03 0.84 -0.01) +(0.035 0.84 -0.01) +(0.04 0.84 -0.01) +(0.045 0.84 -0.01) +(0.05 0.84 -0.01) +(0.055 0.84 -0.01) +(0.06 0.84 -0.01) +(0.065 0.84 -0.01) +(0.07 0.84 -0.01) +(0.075 0.84 -0.01) +(0.08 0.84 -0.01) +(0.085 0.84 -0.01) +(0.09 0.84 -0.01) +(0.095 0.84 -0.01) +(0.1 0.84 -0.01) +(0.105 0.84 -0.01) +(0.11 0.84 -0.01) +(0.115 0.84 -0.01) +(0.12 0.84 -0.01) +(0.125 0.84 -0.01) +(0.13 0.84 -0.01) +(0.135 0.84 -0.01) +(0.14 0.84 -0.01) +(0.145 0.84 -0.01) +(0.15 0.84 -0.01) +(0 0.845 -0.01) +(0.005 0.845 -0.01) +(0.01 0.845 -0.01) +(0.015 0.845 -0.01) +(0.02 0.845 -0.01) +(0.025 0.845 -0.01) +(0.03 0.845 -0.01) +(0.035 0.845 -0.01) +(0.04 0.845 -0.01) +(0.045 0.845 -0.01) +(0.05 0.845 -0.01) +(0.055 0.845 -0.01) +(0.06 0.845 -0.01) +(0.065 0.845 -0.01) +(0.07 0.845 -0.01) +(0.075 0.845 -0.01) +(0.08 0.845 -0.01) +(0.085 0.845 -0.01) +(0.09 0.845 -0.01) +(0.095 0.845 -0.01) +(0.1 0.845 -0.01) +(0.105 0.845 -0.01) +(0.11 0.845 -0.01) +(0.115 0.845 -0.01) +(0.12 0.845 -0.01) +(0.125 0.845 -0.01) +(0.13 0.845 -0.01) +(0.135 0.845 -0.01) +(0.14 0.845 -0.01) +(0.145 0.845 -0.01) +(0.15 0.845 -0.01) +(0 0.85 -0.01) +(0.005 0.85 -0.01) +(0.01 0.85 -0.01) +(0.015 0.85 -0.01) +(0.02 0.85 -0.01) +(0.025 0.85 -0.01) +(0.03 0.85 -0.01) +(0.035 0.85 -0.01) +(0.04 0.85 -0.01) +(0.045 0.85 -0.01) +(0.05 0.85 -0.01) +(0.055 0.85 -0.01) +(0.06 0.85 -0.01) +(0.065 0.85 -0.01) +(0.07 0.85 -0.01) +(0.075 0.85 -0.01) +(0.08 0.85 -0.01) +(0.085 0.85 -0.01) +(0.09 0.85 -0.01) +(0.095 0.85 -0.01) +(0.1 0.85 -0.01) +(0.105 0.85 -0.01) +(0.11 0.85 -0.01) +(0.115 0.85 -0.01) +(0.12 0.85 -0.01) +(0.125 0.85 -0.01) +(0.13 0.85 -0.01) +(0.135 0.85 -0.01) +(0.14 0.85 -0.01) +(0.145 0.85 -0.01) +(0.15 0.85 -0.01) +(0 0.855 -0.01) +(0.005 0.855 -0.01) +(0.01 0.855 -0.01) +(0.015 0.855 -0.01) +(0.02 0.855 -0.01) +(0.025 0.855 -0.01) +(0.03 0.855 -0.01) +(0.035 0.855 -0.01) +(0.04 0.855 -0.01) +(0.045 0.855 -0.01) +(0.05 0.855 -0.01) +(0.055 0.855 -0.01) +(0.06 0.855 -0.01) +(0.065 0.855 -0.01) +(0.07 0.855 -0.01) +(0.075 0.855 -0.01) +(0.08 0.855 -0.01) +(0.085 0.855 -0.01) +(0.09 0.855 -0.01) +(0.095 0.855 -0.01) +(0.1 0.855 -0.01) +(0.105 0.855 -0.01) +(0.11 0.855 -0.01) +(0.115 0.855 -0.01) +(0.12 0.855 -0.01) +(0.125 0.855 -0.01) +(0.13 0.855 -0.01) +(0.135 0.855 -0.01) +(0.14 0.855 -0.01) +(0.145 0.855 -0.01) +(0.15 0.855 -0.01) +(0 0.86 -0.01) +(0.005 0.86 -0.01) +(0.01 0.86 -0.01) +(0.015 0.86 -0.01) +(0.02 0.86 -0.01) +(0.025 0.86 -0.01) +(0.03 0.86 -0.01) +(0.035 0.86 -0.01) +(0.04 0.86 -0.01) +(0.045 0.86 -0.01) +(0.05 0.86 -0.01) +(0.055 0.86 -0.01) +(0.06 0.86 -0.01) +(0.065 0.86 -0.01) +(0.07 0.86 -0.01) +(0.075 0.86 -0.01) +(0.08 0.86 -0.01) +(0.085 0.86 -0.01) +(0.09 0.86 -0.01) +(0.095 0.86 -0.01) +(0.1 0.86 -0.01) +(0.105 0.86 -0.01) +(0.11 0.86 -0.01) +(0.115 0.86 -0.01) +(0.12 0.86 -0.01) +(0.125 0.86 -0.01) +(0.13 0.86 -0.01) +(0.135 0.86 -0.01) +(0.14 0.86 -0.01) +(0.145 0.86 -0.01) +(0.15 0.86 -0.01) +(0 0.865 -0.01) +(0.005 0.865 -0.01) +(0.01 0.865 -0.01) +(0.015 0.865 -0.01) +(0.02 0.865 -0.01) +(0.025 0.865 -0.01) +(0.03 0.865 -0.01) +(0.035 0.865 -0.01) +(0.04 0.865 -0.01) +(0.045 0.865 -0.01) +(0.05 0.865 -0.01) +(0.055 0.865 -0.01) +(0.06 0.865 -0.01) +(0.065 0.865 -0.01) +(0.07 0.865 -0.01) +(0.075 0.865 -0.01) +(0.08 0.865 -0.01) +(0.085 0.865 -0.01) +(0.09 0.865 -0.01) +(0.095 0.865 -0.01) +(0.1 0.865 -0.01) +(0.105 0.865 -0.01) +(0.11 0.865 -0.01) +(0.115 0.865 -0.01) +(0.12 0.865 -0.01) +(0.125 0.865 -0.01) +(0.13 0.865 -0.01) +(0.135 0.865 -0.01) +(0.14 0.865 -0.01) +(0.145 0.865 -0.01) +(0.15 0.865 -0.01) +(0 0.87 -0.01) +(0.005 0.87 -0.01) +(0.01 0.87 -0.01) +(0.015 0.87 -0.01) +(0.02 0.87 -0.01) +(0.025 0.87 -0.01) +(0.03 0.87 -0.01) +(0.035 0.87 -0.01) +(0.04 0.87 -0.01) +(0.045 0.87 -0.01) +(0.05 0.87 -0.01) +(0.055 0.87 -0.01) +(0.06 0.87 -0.01) +(0.065 0.87 -0.01) +(0.07 0.87 -0.01) +(0.075 0.87 -0.01) +(0.08 0.87 -0.01) +(0.085 0.87 -0.01) +(0.09 0.87 -0.01) +(0.095 0.87 -0.01) +(0.1 0.87 -0.01) +(0.105 0.87 -0.01) +(0.11 0.87 -0.01) +(0.115 0.87 -0.01) +(0.12 0.87 -0.01) +(0.125 0.87 -0.01) +(0.13 0.87 -0.01) +(0.135 0.87 -0.01) +(0.14 0.87 -0.01) +(0.145 0.87 -0.01) +(0.15 0.87 -0.01) +(0 0.875 -0.01) +(0.005 0.875 -0.01) +(0.01 0.875 -0.01) +(0.015 0.875 -0.01) +(0.02 0.875 -0.01) +(0.025 0.875 -0.01) +(0.03 0.875 -0.01) +(0.035 0.875 -0.01) +(0.04 0.875 -0.01) +(0.045 0.875 -0.01) +(0.05 0.875 -0.01) +(0.055 0.875 -0.01) +(0.06 0.875 -0.01) +(0.065 0.875 -0.01) +(0.07 0.875 -0.01) +(0.075 0.875 -0.01) +(0.08 0.875 -0.01) +(0.085 0.875 -0.01) +(0.09 0.875 -0.01) +(0.095 0.875 -0.01) +(0.1 0.875 -0.01) +(0.105 0.875 -0.01) +(0.11 0.875 -0.01) +(0.115 0.875 -0.01) +(0.12 0.875 -0.01) +(0.125 0.875 -0.01) +(0.13 0.875 -0.01) +(0.135 0.875 -0.01) +(0.14 0.875 -0.01) +(0.145 0.875 -0.01) +(0.15 0.875 -0.01) +(0 0.88 -0.01) +(0.005 0.88 -0.01) +(0.01 0.88 -0.01) +(0.015 0.88 -0.01) +(0.02 0.88 -0.01) +(0.025 0.88 -0.01) +(0.03 0.88 -0.01) +(0.035 0.88 -0.01) +(0.04 0.88 -0.01) +(0.045 0.88 -0.01) +(0.05 0.88 -0.01) +(0.055 0.88 -0.01) +(0.06 0.88 -0.01) +(0.065 0.88 -0.01) +(0.07 0.88 -0.01) +(0.075 0.88 -0.01) +(0.08 0.88 -0.01) +(0.085 0.88 -0.01) +(0.09 0.88 -0.01) +(0.095 0.88 -0.01) +(0.1 0.88 -0.01) +(0.105 0.88 -0.01) +(0.11 0.88 -0.01) +(0.115 0.88 -0.01) +(0.12 0.88 -0.01) +(0.125 0.88 -0.01) +(0.13 0.88 -0.01) +(0.135 0.88 -0.01) +(0.14 0.88 -0.01) +(0.145 0.88 -0.01) +(0.15 0.88 -0.01) +(0 0.885 -0.01) +(0.005 0.885 -0.01) +(0.01 0.885 -0.01) +(0.015 0.885 -0.01) +(0.02 0.885 -0.01) +(0.025 0.885 -0.01) +(0.03 0.885 -0.01) +(0.035 0.885 -0.01) +(0.04 0.885 -0.01) +(0.045 0.885 -0.01) +(0.05 0.885 -0.01) +(0.055 0.885 -0.01) +(0.06 0.885 -0.01) +(0.065 0.885 -0.01) +(0.07 0.885 -0.01) +(0.075 0.885 -0.01) +(0.08 0.885 -0.01) +(0.085 0.885 -0.01) +(0.09 0.885 -0.01) +(0.095 0.885 -0.01) +(0.1 0.885 -0.01) +(0.105 0.885 -0.01) +(0.11 0.885 -0.01) +(0.115 0.885 -0.01) +(0.12 0.885 -0.01) +(0.125 0.885 -0.01) +(0.13 0.885 -0.01) +(0.135 0.885 -0.01) +(0.14 0.885 -0.01) +(0.145 0.885 -0.01) +(0.15 0.885 -0.01) +(0 0.89 -0.01) +(0.005 0.89 -0.01) +(0.01 0.89 -0.01) +(0.015 0.89 -0.01) +(0.02 0.89 -0.01) +(0.025 0.89 -0.01) +(0.03 0.89 -0.01) +(0.035 0.89 -0.01) +(0.04 0.89 -0.01) +(0.045 0.89 -0.01) +(0.05 0.89 -0.01) +(0.055 0.89 -0.01) +(0.06 0.89 -0.01) +(0.065 0.89 -0.01) +(0.07 0.89 -0.01) +(0.075 0.89 -0.01) +(0.08 0.89 -0.01) +(0.085 0.89 -0.01) +(0.09 0.89 -0.01) +(0.095 0.89 -0.01) +(0.1 0.89 -0.01) +(0.105 0.89 -0.01) +(0.11 0.89 -0.01) +(0.115 0.89 -0.01) +(0.12 0.89 -0.01) +(0.125 0.89 -0.01) +(0.13 0.89 -0.01) +(0.135 0.89 -0.01) +(0.14 0.89 -0.01) +(0.145 0.89 -0.01) +(0.15 0.89 -0.01) +(0 0.895 -0.01) +(0.005 0.895 -0.01) +(0.01 0.895 -0.01) +(0.015 0.895 -0.01) +(0.02 0.895 -0.01) +(0.025 0.895 -0.01) +(0.03 0.895 -0.01) +(0.035 0.895 -0.01) +(0.04 0.895 -0.01) +(0.045 0.895 -0.01) +(0.05 0.895 -0.01) +(0.055 0.895 -0.01) +(0.06 0.895 -0.01) +(0.065 0.895 -0.01) +(0.07 0.895 -0.01) +(0.075 0.895 -0.01) +(0.08 0.895 -0.01) +(0.085 0.895 -0.01) +(0.09 0.895 -0.01) +(0.095 0.895 -0.01) +(0.1 0.895 -0.01) +(0.105 0.895 -0.01) +(0.11 0.895 -0.01) +(0.115 0.895 -0.01) +(0.12 0.895 -0.01) +(0.125 0.895 -0.01) +(0.13 0.895 -0.01) +(0.135 0.895 -0.01) +(0.14 0.895 -0.01) +(0.145 0.895 -0.01) +(0.15 0.895 -0.01) +(0 0.9 -0.01) +(0.005 0.9 -0.01) +(0.01 0.9 -0.01) +(0.015 0.9 -0.01) +(0.02 0.9 -0.01) +(0.025 0.9 -0.01) +(0.03 0.9 -0.01) +(0.035 0.9 -0.01) +(0.04 0.9 -0.01) +(0.045 0.9 -0.01) +(0.05 0.9 -0.01) +(0.055 0.9 -0.01) +(0.06 0.9 -0.01) +(0.065 0.9 -0.01) +(0.07 0.9 -0.01) +(0.075 0.9 -0.01) +(0.08 0.9 -0.01) +(0.085 0.9 -0.01) +(0.09 0.9 -0.01) +(0.095 0.9 -0.01) +(0.1 0.9 -0.01) +(0.105 0.9 -0.01) +(0.11 0.9 -0.01) +(0.115 0.9 -0.01) +(0.12 0.9 -0.01) +(0.125 0.9 -0.01) +(0.13 0.9 -0.01) +(0.135 0.9 -0.01) +(0.14 0.9 -0.01) +(0.145 0.9 -0.01) +(0.15 0.9 -0.01) +(0 0.905 -0.01) +(0.005 0.905 -0.01) +(0.01 0.905 -0.01) +(0.015 0.905 -0.01) +(0.02 0.905 -0.01) +(0.025 0.905 -0.01) +(0.03 0.905 -0.01) +(0.035 0.905 -0.01) +(0.04 0.905 -0.01) +(0.045 0.905 -0.01) +(0.05 0.905 -0.01) +(0.055 0.905 -0.01) +(0.06 0.905 -0.01) +(0.065 0.905 -0.01) +(0.07 0.905 -0.01) +(0.075 0.905 -0.01) +(0.08 0.905 -0.01) +(0.085 0.905 -0.01) +(0.09 0.905 -0.01) +(0.095 0.905 -0.01) +(0.1 0.905 -0.01) +(0.105 0.905 -0.01) +(0.11 0.905 -0.01) +(0.115 0.905 -0.01) +(0.12 0.905 -0.01) +(0.125 0.905 -0.01) +(0.13 0.905 -0.01) +(0.135 0.905 -0.01) +(0.14 0.905 -0.01) +(0.145 0.905 -0.01) +(0.15 0.905 -0.01) +(0 0.91 -0.01) +(0.005 0.91 -0.01) +(0.01 0.91 -0.01) +(0.015 0.91 -0.01) +(0.02 0.91 -0.01) +(0.025 0.91 -0.01) +(0.03 0.91 -0.01) +(0.035 0.91 -0.01) +(0.04 0.91 -0.01) +(0.045 0.91 -0.01) +(0.05 0.91 -0.01) +(0.055 0.91 -0.01) +(0.06 0.91 -0.01) +(0.065 0.91 -0.01) +(0.07 0.91 -0.01) +(0.075 0.91 -0.01) +(0.08 0.91 -0.01) +(0.085 0.91 -0.01) +(0.09 0.91 -0.01) +(0.095 0.91 -0.01) +(0.1 0.91 -0.01) +(0.105 0.91 -0.01) +(0.11 0.91 -0.01) +(0.115 0.91 -0.01) +(0.12 0.91 -0.01) +(0.125 0.91 -0.01) +(0.13 0.91 -0.01) +(0.135 0.91 -0.01) +(0.14 0.91 -0.01) +(0.145 0.91 -0.01) +(0.15 0.91 -0.01) +(0 0.915 -0.01) +(0.005 0.915 -0.01) +(0.01 0.915 -0.01) +(0.015 0.915 -0.01) +(0.02 0.915 -0.01) +(0.025 0.915 -0.01) +(0.03 0.915 -0.01) +(0.035 0.915 -0.01) +(0.04 0.915 -0.01) +(0.045 0.915 -0.01) +(0.05 0.915 -0.01) +(0.055 0.915 -0.01) +(0.06 0.915 -0.01) +(0.065 0.915 -0.01) +(0.07 0.915 -0.01) +(0.075 0.915 -0.01) +(0.08 0.915 -0.01) +(0.085 0.915 -0.01) +(0.09 0.915 -0.01) +(0.095 0.915 -0.01) +(0.1 0.915 -0.01) +(0.105 0.915 -0.01) +(0.11 0.915 -0.01) +(0.115 0.915 -0.01) +(0.12 0.915 -0.01) +(0.125 0.915 -0.01) +(0.13 0.915 -0.01) +(0.135 0.915 -0.01) +(0.14 0.915 -0.01) +(0.145 0.915 -0.01) +(0.15 0.915 -0.01) +(0 0.92 -0.01) +(0.005 0.92 -0.01) +(0.01 0.92 -0.01) +(0.015 0.92 -0.01) +(0.02 0.92 -0.01) +(0.025 0.92 -0.01) +(0.03 0.92 -0.01) +(0.035 0.92 -0.01) +(0.04 0.92 -0.01) +(0.045 0.92 -0.01) +(0.05 0.92 -0.01) +(0.055 0.92 -0.01) +(0.06 0.92 -0.01) +(0.065 0.92 -0.01) +(0.07 0.92 -0.01) +(0.075 0.92 -0.01) +(0.08 0.92 -0.01) +(0.085 0.92 -0.01) +(0.09 0.92 -0.01) +(0.095 0.92 -0.01) +(0.1 0.92 -0.01) +(0.105 0.92 -0.01) +(0.11 0.92 -0.01) +(0.115 0.92 -0.01) +(0.12 0.92 -0.01) +(0.125 0.92 -0.01) +(0.13 0.92 -0.01) +(0.135 0.92 -0.01) +(0.14 0.92 -0.01) +(0.145 0.92 -0.01) +(0.15 0.92 -0.01) +(0 0.925 -0.01) +(0.005 0.925 -0.01) +(0.01 0.925 -0.01) +(0.015 0.925 -0.01) +(0.02 0.925 -0.01) +(0.025 0.925 -0.01) +(0.03 0.925 -0.01) +(0.035 0.925 -0.01) +(0.04 0.925 -0.01) +(0.045 0.925 -0.01) +(0.05 0.925 -0.01) +(0.055 0.925 -0.01) +(0.06 0.925 -0.01) +(0.065 0.925 -0.01) +(0.07 0.925 -0.01) +(0.075 0.925 -0.01) +(0.08 0.925 -0.01) +(0.085 0.925 -0.01) +(0.09 0.925 -0.01) +(0.095 0.925 -0.01) +(0.1 0.925 -0.01) +(0.105 0.925 -0.01) +(0.11 0.925 -0.01) +(0.115 0.925 -0.01) +(0.12 0.925 -0.01) +(0.125 0.925 -0.01) +(0.13 0.925 -0.01) +(0.135 0.925 -0.01) +(0.14 0.925 -0.01) +(0.145 0.925 -0.01) +(0.15 0.925 -0.01) +(0 0.93 -0.01) +(0.005 0.93 -0.01) +(0.01 0.93 -0.01) +(0.015 0.93 -0.01) +(0.02 0.93 -0.01) +(0.025 0.93 -0.01) +(0.03 0.93 -0.01) +(0.035 0.93 -0.01) +(0.04 0.93 -0.01) +(0.045 0.93 -0.01) +(0.05 0.93 -0.01) +(0.055 0.93 -0.01) +(0.06 0.93 -0.01) +(0.065 0.93 -0.01) +(0.07 0.93 -0.01) +(0.075 0.93 -0.01) +(0.08 0.93 -0.01) +(0.085 0.93 -0.01) +(0.09 0.93 -0.01) +(0.095 0.93 -0.01) +(0.1 0.93 -0.01) +(0.105 0.93 -0.01) +(0.11 0.93 -0.01) +(0.115 0.93 -0.01) +(0.12 0.93 -0.01) +(0.125 0.93 -0.01) +(0.13 0.93 -0.01) +(0.135 0.93 -0.01) +(0.14 0.93 -0.01) +(0.145 0.93 -0.01) +(0.15 0.93 -0.01) +(0 0.935 -0.01) +(0.005 0.935 -0.01) +(0.01 0.935 -0.01) +(0.015 0.935 -0.01) +(0.02 0.935 -0.01) +(0.025 0.935 -0.01) +(0.03 0.935 -0.01) +(0.035 0.935 -0.01) +(0.04 0.935 -0.01) +(0.045 0.935 -0.01) +(0.05 0.935 -0.01) +(0.055 0.935 -0.01) +(0.06 0.935 -0.01) +(0.065 0.935 -0.01) +(0.07 0.935 -0.01) +(0.075 0.935 -0.01) +(0.08 0.935 -0.01) +(0.085 0.935 -0.01) +(0.09 0.935 -0.01) +(0.095 0.935 -0.01) +(0.1 0.935 -0.01) +(0.105 0.935 -0.01) +(0.11 0.935 -0.01) +(0.115 0.935 -0.01) +(0.12 0.935 -0.01) +(0.125 0.935 -0.01) +(0.13 0.935 -0.01) +(0.135 0.935 -0.01) +(0.14 0.935 -0.01) +(0.145 0.935 -0.01) +(0.15 0.935 -0.01) +(0 0.94 -0.01) +(0.005 0.94 -0.01) +(0.01 0.94 -0.01) +(0.015 0.94 -0.01) +(0.02 0.94 -0.01) +(0.025 0.94 -0.01) +(0.03 0.94 -0.01) +(0.035 0.94 -0.01) +(0.04 0.94 -0.01) +(0.045 0.94 -0.01) +(0.05 0.94 -0.01) +(0.055 0.94 -0.01) +(0.06 0.94 -0.01) +(0.065 0.94 -0.01) +(0.07 0.94 -0.01) +(0.075 0.94 -0.01) +(0.08 0.94 -0.01) +(0.085 0.94 -0.01) +(0.09 0.94 -0.01) +(0.095 0.94 -0.01) +(0.1 0.94 -0.01) +(0.105 0.94 -0.01) +(0.11 0.94 -0.01) +(0.115 0.94 -0.01) +(0.12 0.94 -0.01) +(0.125 0.94 -0.01) +(0.13 0.94 -0.01) +(0.135 0.94 -0.01) +(0.14 0.94 -0.01) +(0.145 0.94 -0.01) +(0.15 0.94 -0.01) +(0 0.945 -0.01) +(0.005 0.945 -0.01) +(0.01 0.945 -0.01) +(0.015 0.945 -0.01) +(0.02 0.945 -0.01) +(0.025 0.945 -0.01) +(0.03 0.945 -0.01) +(0.035 0.945 -0.01) +(0.04 0.945 -0.01) +(0.045 0.945 -0.01) +(0.05 0.945 -0.01) +(0.055 0.945 -0.01) +(0.06 0.945 -0.01) +(0.065 0.945 -0.01) +(0.07 0.945 -0.01) +(0.075 0.945 -0.01) +(0.08 0.945 -0.01) +(0.085 0.945 -0.01) +(0.09 0.945 -0.01) +(0.095 0.945 -0.01) +(0.1 0.945 -0.01) +(0.105 0.945 -0.01) +(0.11 0.945 -0.01) +(0.115 0.945 -0.01) +(0.12 0.945 -0.01) +(0.125 0.945 -0.01) +(0.13 0.945 -0.01) +(0.135 0.945 -0.01) +(0.14 0.945 -0.01) +(0.145 0.945 -0.01) +(0.15 0.945 -0.01) +(0 0.95 -0.01) +(0.005 0.95 -0.01) +(0.01 0.95 -0.01) +(0.015 0.95 -0.01) +(0.02 0.95 -0.01) +(0.025 0.95 -0.01) +(0.03 0.95 -0.01) +(0.035 0.95 -0.01) +(0.04 0.95 -0.01) +(0.045 0.95 -0.01) +(0.05 0.95 -0.01) +(0.055 0.95 -0.01) +(0.06 0.95 -0.01) +(0.065 0.95 -0.01) +(0.07 0.95 -0.01) +(0.075 0.95 -0.01) +(0.08 0.95 -0.01) +(0.085 0.95 -0.01) +(0.09 0.95 -0.01) +(0.095 0.95 -0.01) +(0.1 0.95 -0.01) +(0.105 0.95 -0.01) +(0.11 0.95 -0.01) +(0.115 0.95 -0.01) +(0.12 0.95 -0.01) +(0.125 0.95 -0.01) +(0.13 0.95 -0.01) +(0.135 0.95 -0.01) +(0.14 0.95 -0.01) +(0.145 0.95 -0.01) +(0.15 0.95 -0.01) +(0 0.955 -0.01) +(0.005 0.955 -0.01) +(0.01 0.955 -0.01) +(0.015 0.955 -0.01) +(0.02 0.955 -0.01) +(0.025 0.955 -0.01) +(0.03 0.955 -0.01) +(0.035 0.955 -0.01) +(0.04 0.955 -0.01) +(0.045 0.955 -0.01) +(0.05 0.955 -0.01) +(0.055 0.955 -0.01) +(0.06 0.955 -0.01) +(0.065 0.955 -0.01) +(0.07 0.955 -0.01) +(0.075 0.955 -0.01) +(0.08 0.955 -0.01) +(0.085 0.955 -0.01) +(0.09 0.955 -0.01) +(0.095 0.955 -0.01) +(0.1 0.955 -0.01) +(0.105 0.955 -0.01) +(0.11 0.955 -0.01) +(0.115 0.955 -0.01) +(0.12 0.955 -0.01) +(0.125 0.955 -0.01) +(0.13 0.955 -0.01) +(0.135 0.955 -0.01) +(0.14 0.955 -0.01) +(0.145 0.955 -0.01) +(0.15 0.955 -0.01) +(0 0.96 -0.01) +(0.005 0.96 -0.01) +(0.01 0.96 -0.01) +(0.015 0.96 -0.01) +(0.02 0.96 -0.01) +(0.025 0.96 -0.01) +(0.03 0.96 -0.01) +(0.035 0.96 -0.01) +(0.04 0.96 -0.01) +(0.045 0.96 -0.01) +(0.05 0.96 -0.01) +(0.055 0.96 -0.01) +(0.06 0.96 -0.01) +(0.065 0.96 -0.01) +(0.07 0.96 -0.01) +(0.075 0.96 -0.01) +(0.08 0.96 -0.01) +(0.085 0.96 -0.01) +(0.09 0.96 -0.01) +(0.095 0.96 -0.01) +(0.1 0.96 -0.01) +(0.105 0.96 -0.01) +(0.11 0.96 -0.01) +(0.115 0.96 -0.01) +(0.12 0.96 -0.01) +(0.125 0.96 -0.01) +(0.13 0.96 -0.01) +(0.135 0.96 -0.01) +(0.14 0.96 -0.01) +(0.145 0.96 -0.01) +(0.15 0.96 -0.01) +(0 0.965 -0.01) +(0.005 0.965 -0.01) +(0.01 0.965 -0.01) +(0.015 0.965 -0.01) +(0.02 0.965 -0.01) +(0.025 0.965 -0.01) +(0.03 0.965 -0.01) +(0.035 0.965 -0.01) +(0.04 0.965 -0.01) +(0.045 0.965 -0.01) +(0.05 0.965 -0.01) +(0.055 0.965 -0.01) +(0.06 0.965 -0.01) +(0.065 0.965 -0.01) +(0.07 0.965 -0.01) +(0.075 0.965 -0.01) +(0.08 0.965 -0.01) +(0.085 0.965 -0.01) +(0.09 0.965 -0.01) +(0.095 0.965 -0.01) +(0.1 0.965 -0.01) +(0.105 0.965 -0.01) +(0.11 0.965 -0.01) +(0.115 0.965 -0.01) +(0.12 0.965 -0.01) +(0.125 0.965 -0.01) +(0.13 0.965 -0.01) +(0.135 0.965 -0.01) +(0.14 0.965 -0.01) +(0.145 0.965 -0.01) +(0.15 0.965 -0.01) +(0 0.97 -0.01) +(0.005 0.97 -0.01) +(0.01 0.97 -0.01) +(0.015 0.97 -0.01) +(0.02 0.97 -0.01) +(0.025 0.97 -0.01) +(0.03 0.97 -0.01) +(0.035 0.97 -0.01) +(0.04 0.97 -0.01) +(0.045 0.97 -0.01) +(0.05 0.97 -0.01) +(0.055 0.97 -0.01) +(0.06 0.97 -0.01) +(0.065 0.97 -0.01) +(0.07 0.97 -0.01) +(0.075 0.97 -0.01) +(0.08 0.97 -0.01) +(0.085 0.97 -0.01) +(0.09 0.97 -0.01) +(0.095 0.97 -0.01) +(0.1 0.97 -0.01) +(0.105 0.97 -0.01) +(0.11 0.97 -0.01) +(0.115 0.97 -0.01) +(0.12 0.97 -0.01) +(0.125 0.97 -0.01) +(0.13 0.97 -0.01) +(0.135 0.97 -0.01) +(0.14 0.97 -0.01) +(0.145 0.97 -0.01) +(0.15 0.97 -0.01) +(0 0.975 -0.01) +(0.005 0.975 -0.01) +(0.01 0.975 -0.01) +(0.015 0.975 -0.01) +(0.02 0.975 -0.01) +(0.025 0.975 -0.01) +(0.03 0.975 -0.01) +(0.035 0.975 -0.01) +(0.04 0.975 -0.01) +(0.045 0.975 -0.01) +(0.05 0.975 -0.01) +(0.055 0.975 -0.01) +(0.06 0.975 -0.01) +(0.065 0.975 -0.01) +(0.07 0.975 -0.01) +(0.075 0.975 -0.01) +(0.08 0.975 -0.01) +(0.085 0.975 -0.01) +(0.09 0.975 -0.01) +(0.095 0.975 -0.01) +(0.1 0.975 -0.01) +(0.105 0.975 -0.01) +(0.11 0.975 -0.01) +(0.115 0.975 -0.01) +(0.12 0.975 -0.01) +(0.125 0.975 -0.01) +(0.13 0.975 -0.01) +(0.135 0.975 -0.01) +(0.14 0.975 -0.01) +(0.145 0.975 -0.01) +(0.15 0.975 -0.01) +(0 0.98 -0.01) +(0.005 0.98 -0.01) +(0.01 0.98 -0.01) +(0.015 0.98 -0.01) +(0.02 0.98 -0.01) +(0.025 0.98 -0.01) +(0.03 0.98 -0.01) +(0.035 0.98 -0.01) +(0.04 0.98 -0.01) +(0.045 0.98 -0.01) +(0.05 0.98 -0.01) +(0.055 0.98 -0.01) +(0.06 0.98 -0.01) +(0.065 0.98 -0.01) +(0.07 0.98 -0.01) +(0.075 0.98 -0.01) +(0.08 0.98 -0.01) +(0.085 0.98 -0.01) +(0.09 0.98 -0.01) +(0.095 0.98 -0.01) +(0.1 0.98 -0.01) +(0.105 0.98 -0.01) +(0.11 0.98 -0.01) +(0.115 0.98 -0.01) +(0.12 0.98 -0.01) +(0.125 0.98 -0.01) +(0.13 0.98 -0.01) +(0.135 0.98 -0.01) +(0.14 0.98 -0.01) +(0.145 0.98 -0.01) +(0.15 0.98 -0.01) +(0 0.985 -0.01) +(0.005 0.985 -0.01) +(0.01 0.985 -0.01) +(0.015 0.985 -0.01) +(0.02 0.985 -0.01) +(0.025 0.985 -0.01) +(0.03 0.985 -0.01) +(0.035 0.985 -0.01) +(0.04 0.985 -0.01) +(0.045 0.985 -0.01) +(0.05 0.985 -0.01) +(0.055 0.985 -0.01) +(0.06 0.985 -0.01) +(0.065 0.985 -0.01) +(0.07 0.985 -0.01) +(0.075 0.985 -0.01) +(0.08 0.985 -0.01) +(0.085 0.985 -0.01) +(0.09 0.985 -0.01) +(0.095 0.985 -0.01) +(0.1 0.985 -0.01) +(0.105 0.985 -0.01) +(0.11 0.985 -0.01) +(0.115 0.985 -0.01) +(0.12 0.985 -0.01) +(0.125 0.985 -0.01) +(0.13 0.985 -0.01) +(0.135 0.985 -0.01) +(0.14 0.985 -0.01) +(0.145 0.985 -0.01) +(0.15 0.985 -0.01) +(0 0.99 -0.01) +(0.005 0.99 -0.01) +(0.01 0.99 -0.01) +(0.015 0.99 -0.01) +(0.02 0.99 -0.01) +(0.025 0.99 -0.01) +(0.03 0.99 -0.01) +(0.035 0.99 -0.01) +(0.04 0.99 -0.01) +(0.045 0.99 -0.01) +(0.05 0.99 -0.01) +(0.055 0.99 -0.01) +(0.06 0.99 -0.01) +(0.065 0.99 -0.01) +(0.07 0.99 -0.01) +(0.075 0.99 -0.01) +(0.08 0.99 -0.01) +(0.085 0.99 -0.01) +(0.09 0.99 -0.01) +(0.095 0.99 -0.01) +(0.1 0.99 -0.01) +(0.105 0.99 -0.01) +(0.11 0.99 -0.01) +(0.115 0.99 -0.01) +(0.12 0.99 -0.01) +(0.125 0.99 -0.01) +(0.13 0.99 -0.01) +(0.135 0.99 -0.01) +(0.14 0.99 -0.01) +(0.145 0.99 -0.01) +(0.15 0.99 -0.01) +(0 0.995 -0.01) +(0.005 0.995 -0.01) +(0.01 0.995 -0.01) +(0.015 0.995 -0.01) +(0.02 0.995 -0.01) +(0.025 0.995 -0.01) +(0.03 0.995 -0.01) +(0.035 0.995 -0.01) +(0.04 0.995 -0.01) +(0.045 0.995 -0.01) +(0.05 0.995 -0.01) +(0.055 0.995 -0.01) +(0.06 0.995 -0.01) +(0.065 0.995 -0.01) +(0.07 0.995 -0.01) +(0.075 0.995 -0.01) +(0.08 0.995 -0.01) +(0.085 0.995 -0.01) +(0.09 0.995 -0.01) +(0.095 0.995 -0.01) +(0.1 0.995 -0.01) +(0.105 0.995 -0.01) +(0.11 0.995 -0.01) +(0.115 0.995 -0.01) +(0.12 0.995 -0.01) +(0.125 0.995 -0.01) +(0.13 0.995 -0.01) +(0.135 0.995 -0.01) +(0.14 0.995 -0.01) +(0.145 0.995 -0.01) +(0.15 0.995 -0.01) +(0 1 -0.01) +(0.005 1 -0.01) +(0.01 1 -0.01) +(0.015 1 -0.01) +(0.02 1 -0.01) +(0.025 1 -0.01) +(0.03 1 -0.01) +(0.035 1 -0.01) +(0.04 1 -0.01) +(0.045 1 -0.01) +(0.05 1 -0.01) +(0.055 1 -0.01) +(0.06 1 -0.01) +(0.065 1 -0.01) +(0.07 1 -0.01) +(0.075 1 -0.01) +(0.08 1 -0.01) +(0.085 1 -0.01) +(0.09 1 -0.01) +(0.095 1 -0.01) +(0.1 1 -0.01) +(0.105 1 -0.01) +(0.11 1 -0.01) +(0.115 1 -0.01) +(0.12 1 -0.01) +(0.125 1 -0.01) +(0.13 1 -0.01) +(0.135 1 -0.01) +(0.14 1 -0.01) +(0.145 1 -0.01) +(0.15 1 -0.01) +(0 0 0.01) +(0.005 0 0.01) +(0.01 0 0.01) +(0.015 0 0.01) +(0.02 0 0.01) +(0.025 0 0.01) +(0.03 0 0.01) +(0.035 0 0.01) +(0.04 0 0.01) +(0.045 0 0.01) +(0.05 0 0.01) +(0.055 0 0.01) +(0.06 0 0.01) +(0.065 0 0.01) +(0.07 0 0.01) +(0.075 0 0.01) +(0.08 0 0.01) +(0.085 0 0.01) +(0.09 0 0.01) +(0.095 0 0.01) +(0.1 0 0.01) +(0.105 0 0.01) +(0.11 0 0.01) +(0.115 0 0.01) +(0.12 0 0.01) +(0.125 0 0.01) +(0.13 0 0.01) +(0.135 0 0.01) +(0.14 0 0.01) +(0.145 0 0.01) +(0.15 0 0.01) +(0 0.005 0.01) +(0.005 0.005 0.01) +(0.01 0.005 0.01) +(0.015 0.005 0.01) +(0.02 0.005 0.01) +(0.025 0.005 0.01) +(0.03 0.005 0.01) +(0.035 0.005 0.01) +(0.04 0.005 0.01) +(0.045 0.005 0.01) +(0.05 0.005 0.01) +(0.055 0.005 0.01) +(0.06 0.005 0.01) +(0.065 0.005 0.01) +(0.07 0.005 0.01) +(0.075 0.005 0.01) +(0.08 0.005 0.01) +(0.085 0.005 0.01) +(0.09 0.005 0.01) +(0.095 0.005 0.01) +(0.1 0.005 0.01) +(0.105 0.005 0.01) +(0.11 0.005 0.01) +(0.115 0.005 0.01) +(0.12 0.005 0.01) +(0.125 0.005 0.01) +(0.13 0.005 0.01) +(0.135 0.005 0.01) +(0.14 0.005 0.01) +(0.145 0.005 0.01) +(0.15 0.005 0.01) +(0 0.01 0.01) +(0.005 0.01 0.01) +(0.01 0.01 0.01) +(0.015 0.01 0.01) +(0.02 0.01 0.01) +(0.025 0.01 0.01) +(0.03 0.01 0.01) +(0.035 0.01 0.01) +(0.04 0.01 0.01) +(0.045 0.01 0.01) +(0.05 0.01 0.01) +(0.055 0.01 0.01) +(0.06 0.01 0.01) +(0.065 0.01 0.01) +(0.07 0.01 0.01) +(0.075 0.01 0.01) +(0.08 0.01 0.01) +(0.085 0.01 0.01) +(0.09 0.01 0.01) +(0.095 0.01 0.01) +(0.1 0.01 0.01) +(0.105 0.01 0.01) +(0.11 0.01 0.01) +(0.115 0.01 0.01) +(0.12 0.01 0.01) +(0.125 0.01 0.01) +(0.13 0.01 0.01) +(0.135 0.01 0.01) +(0.14 0.01 0.01) +(0.145 0.01 0.01) +(0.15 0.01 0.01) +(0 0.015 0.01) +(0.005 0.015 0.01) +(0.01 0.015 0.01) +(0.015 0.015 0.01) +(0.02 0.015 0.01) +(0.025 0.015 0.01) +(0.03 0.015 0.01) +(0.035 0.015 0.01) +(0.04 0.015 0.01) +(0.045 0.015 0.01) +(0.05 0.015 0.01) +(0.055 0.015 0.01) +(0.06 0.015 0.01) +(0.065 0.015 0.01) +(0.07 0.015 0.01) +(0.075 0.015 0.01) +(0.08 0.015 0.01) +(0.085 0.015 0.01) +(0.09 0.015 0.01) +(0.095 0.015 0.01) +(0.1 0.015 0.01) +(0.105 0.015 0.01) +(0.11 0.015 0.01) +(0.115 0.015 0.01) +(0.12 0.015 0.01) +(0.125 0.015 0.01) +(0.13 0.015 0.01) +(0.135 0.015 0.01) +(0.14 0.015 0.01) +(0.145 0.015 0.01) +(0.15 0.015 0.01) +(0 0.02 0.01) +(0.005 0.02 0.01) +(0.01 0.02 0.01) +(0.015 0.02 0.01) +(0.02 0.02 0.01) +(0.025 0.02 0.01) +(0.03 0.02 0.01) +(0.035 0.02 0.01) +(0.04 0.02 0.01) +(0.045 0.02 0.01) +(0.05 0.02 0.01) +(0.055 0.02 0.01) +(0.06 0.02 0.01) +(0.065 0.02 0.01) +(0.07 0.02 0.01) +(0.075 0.02 0.01) +(0.08 0.02 0.01) +(0.085 0.02 0.01) +(0.09 0.02 0.01) +(0.095 0.02 0.01) +(0.1 0.02 0.01) +(0.105 0.02 0.01) +(0.11 0.02 0.01) +(0.115 0.02 0.01) +(0.12 0.02 0.01) +(0.125 0.02 0.01) +(0.13 0.02 0.01) +(0.135 0.02 0.01) +(0.14 0.02 0.01) +(0.145 0.02 0.01) +(0.15 0.02 0.01) +(0 0.025 0.01) +(0.005 0.025 0.01) +(0.01 0.025 0.01) +(0.015 0.025 0.01) +(0.02 0.025 0.01) +(0.025 0.025 0.01) +(0.03 0.025 0.01) +(0.035 0.025 0.01) +(0.04 0.025 0.01) +(0.045 0.025 0.01) +(0.05 0.025 0.01) +(0.055 0.025 0.01) +(0.06 0.025 0.01) +(0.065 0.025 0.01) +(0.07 0.025 0.01) +(0.075 0.025 0.01) +(0.08 0.025 0.01) +(0.085 0.025 0.01) +(0.09 0.025 0.01) +(0.095 0.025 0.01) +(0.1 0.025 0.01) +(0.105 0.025 0.01) +(0.11 0.025 0.01) +(0.115 0.025 0.01) +(0.12 0.025 0.01) +(0.125 0.025 0.01) +(0.13 0.025 0.01) +(0.135 0.025 0.01) +(0.14 0.025 0.01) +(0.145 0.025 0.01) +(0.15 0.025 0.01) +(0 0.03 0.01) +(0.005 0.03 0.01) +(0.01 0.03 0.01) +(0.015 0.03 0.01) +(0.02 0.03 0.01) +(0.025 0.03 0.01) +(0.03 0.03 0.01) +(0.035 0.03 0.01) +(0.04 0.03 0.01) +(0.045 0.03 0.01) +(0.05 0.03 0.01) +(0.055 0.03 0.01) +(0.06 0.03 0.01) +(0.065 0.03 0.01) +(0.07 0.03 0.01) +(0.075 0.03 0.01) +(0.08 0.03 0.01) +(0.085 0.03 0.01) +(0.09 0.03 0.01) +(0.095 0.03 0.01) +(0.1 0.03 0.01) +(0.105 0.03 0.01) +(0.11 0.03 0.01) +(0.115 0.03 0.01) +(0.12 0.03 0.01) +(0.125 0.03 0.01) +(0.13 0.03 0.01) +(0.135 0.03 0.01) +(0.14 0.03 0.01) +(0.145 0.03 0.01) +(0.15 0.03 0.01) +(0 0.035 0.01) +(0.005 0.035 0.01) +(0.01 0.035 0.01) +(0.015 0.035 0.01) +(0.02 0.035 0.01) +(0.025 0.035 0.01) +(0.03 0.035 0.01) +(0.035 0.035 0.01) +(0.04 0.035 0.01) +(0.045 0.035 0.01) +(0.05 0.035 0.01) +(0.055 0.035 0.01) +(0.06 0.035 0.01) +(0.065 0.035 0.01) +(0.07 0.035 0.01) +(0.075 0.035 0.01) +(0.08 0.035 0.01) +(0.085 0.035 0.01) +(0.09 0.035 0.01) +(0.095 0.035 0.01) +(0.1 0.035 0.01) +(0.105 0.035 0.01) +(0.11 0.035 0.01) +(0.115 0.035 0.01) +(0.12 0.035 0.01) +(0.125 0.035 0.01) +(0.13 0.035 0.01) +(0.135 0.035 0.01) +(0.14 0.035 0.01) +(0.145 0.035 0.01) +(0.15 0.035 0.01) +(0 0.04 0.01) +(0.005 0.04 0.01) +(0.01 0.04 0.01) +(0.015 0.04 0.01) +(0.02 0.04 0.01) +(0.025 0.04 0.01) +(0.03 0.04 0.01) +(0.035 0.04 0.01) +(0.04 0.04 0.01) +(0.045 0.04 0.01) +(0.05 0.04 0.01) +(0.055 0.04 0.01) +(0.06 0.04 0.01) +(0.065 0.04 0.01) +(0.07 0.04 0.01) +(0.075 0.04 0.01) +(0.08 0.04 0.01) +(0.085 0.04 0.01) +(0.09 0.04 0.01) +(0.095 0.04 0.01) +(0.1 0.04 0.01) +(0.105 0.04 0.01) +(0.11 0.04 0.01) +(0.115 0.04 0.01) +(0.12 0.04 0.01) +(0.125 0.04 0.01) +(0.13 0.04 0.01) +(0.135 0.04 0.01) +(0.14 0.04 0.01) +(0.145 0.04 0.01) +(0.15 0.04 0.01) +(0 0.045 0.01) +(0.005 0.045 0.01) +(0.01 0.045 0.01) +(0.015 0.045 0.01) +(0.02 0.045 0.01) +(0.025 0.045 0.01) +(0.03 0.045 0.01) +(0.035 0.045 0.01) +(0.04 0.045 0.01) +(0.045 0.045 0.01) +(0.05 0.045 0.01) +(0.055 0.045 0.01) +(0.06 0.045 0.01) +(0.065 0.045 0.01) +(0.07 0.045 0.01) +(0.075 0.045 0.01) +(0.08 0.045 0.01) +(0.085 0.045 0.01) +(0.09 0.045 0.01) +(0.095 0.045 0.01) +(0.1 0.045 0.01) +(0.105 0.045 0.01) +(0.11 0.045 0.01) +(0.115 0.045 0.01) +(0.12 0.045 0.01) +(0.125 0.045 0.01) +(0.13 0.045 0.01) +(0.135 0.045 0.01) +(0.14 0.045 0.01) +(0.145 0.045 0.01) +(0.15 0.045 0.01) +(0 0.05 0.01) +(0.005 0.05 0.01) +(0.01 0.05 0.01) +(0.015 0.05 0.01) +(0.02 0.05 0.01) +(0.025 0.05 0.01) +(0.03 0.05 0.01) +(0.035 0.05 0.01) +(0.04 0.05 0.01) +(0.045 0.05 0.01) +(0.05 0.05 0.01) +(0.055 0.05 0.01) +(0.06 0.05 0.01) +(0.065 0.05 0.01) +(0.07 0.05 0.01) +(0.075 0.05 0.01) +(0.08 0.05 0.01) +(0.085 0.05 0.01) +(0.09 0.05 0.01) +(0.095 0.05 0.01) +(0.1 0.05 0.01) +(0.105 0.05 0.01) +(0.11 0.05 0.01) +(0.115 0.05 0.01) +(0.12 0.05 0.01) +(0.125 0.05 0.01) +(0.13 0.05 0.01) +(0.135 0.05 0.01) +(0.14 0.05 0.01) +(0.145 0.05 0.01) +(0.15 0.05 0.01) +(0 0.055 0.01) +(0.005 0.055 0.01) +(0.01 0.055 0.01) +(0.015 0.055 0.01) +(0.02 0.055 0.01) +(0.025 0.055 0.01) +(0.03 0.055 0.01) +(0.035 0.055 0.01) +(0.04 0.055 0.01) +(0.045 0.055 0.01) +(0.05 0.055 0.01) +(0.055 0.055 0.01) +(0.06 0.055 0.01) +(0.065 0.055 0.01) +(0.07 0.055 0.01) +(0.075 0.055 0.01) +(0.08 0.055 0.01) +(0.085 0.055 0.01) +(0.09 0.055 0.01) +(0.095 0.055 0.01) +(0.1 0.055 0.01) +(0.105 0.055 0.01) +(0.11 0.055 0.01) +(0.115 0.055 0.01) +(0.12 0.055 0.01) +(0.125 0.055 0.01) +(0.13 0.055 0.01) +(0.135 0.055 0.01) +(0.14 0.055 0.01) +(0.145 0.055 0.01) +(0.15 0.055 0.01) +(0 0.06 0.01) +(0.005 0.06 0.01) +(0.01 0.06 0.01) +(0.015 0.06 0.01) +(0.02 0.06 0.01) +(0.025 0.06 0.01) +(0.03 0.06 0.01) +(0.035 0.06 0.01) +(0.04 0.06 0.01) +(0.045 0.06 0.01) +(0.05 0.06 0.01) +(0.055 0.06 0.01) +(0.06 0.06 0.01) +(0.065 0.06 0.01) +(0.07 0.06 0.01) +(0.075 0.06 0.01) +(0.08 0.06 0.01) +(0.085 0.06 0.01) +(0.09 0.06 0.01) +(0.095 0.06 0.01) +(0.1 0.06 0.01) +(0.105 0.06 0.01) +(0.11 0.06 0.01) +(0.115 0.06 0.01) +(0.12 0.06 0.01) +(0.125 0.06 0.01) +(0.13 0.06 0.01) +(0.135 0.06 0.01) +(0.14 0.06 0.01) +(0.145 0.06 0.01) +(0.15 0.06 0.01) +(0 0.065 0.01) +(0.005 0.065 0.01) +(0.01 0.065 0.01) +(0.015 0.065 0.01) +(0.02 0.065 0.01) +(0.025 0.065 0.01) +(0.03 0.065 0.01) +(0.035 0.065 0.01) +(0.04 0.065 0.01) +(0.045 0.065 0.01) +(0.05 0.065 0.01) +(0.055 0.065 0.01) +(0.06 0.065 0.01) +(0.065 0.065 0.01) +(0.07 0.065 0.01) +(0.075 0.065 0.01) +(0.08 0.065 0.01) +(0.085 0.065 0.01) +(0.09 0.065 0.01) +(0.095 0.065 0.01) +(0.1 0.065 0.01) +(0.105 0.065 0.01) +(0.11 0.065 0.01) +(0.115 0.065 0.01) +(0.12 0.065 0.01) +(0.125 0.065 0.01) +(0.13 0.065 0.01) +(0.135 0.065 0.01) +(0.14 0.065 0.01) +(0.145 0.065 0.01) +(0.15 0.065 0.01) +(0 0.07 0.01) +(0.005 0.07 0.01) +(0.01 0.07 0.01) +(0.015 0.07 0.01) +(0.02 0.07 0.01) +(0.025 0.07 0.01) +(0.03 0.07 0.01) +(0.035 0.07 0.01) +(0.04 0.07 0.01) +(0.045 0.07 0.01) +(0.05 0.07 0.01) +(0.055 0.07 0.01) +(0.06 0.07 0.01) +(0.065 0.07 0.01) +(0.07 0.07 0.01) +(0.075 0.07 0.01) +(0.08 0.07 0.01) +(0.085 0.07 0.01) +(0.09 0.07 0.01) +(0.095 0.07 0.01) +(0.1 0.07 0.01) +(0.105 0.07 0.01) +(0.11 0.07 0.01) +(0.115 0.07 0.01) +(0.12 0.07 0.01) +(0.125 0.07 0.01) +(0.13 0.07 0.01) +(0.135 0.07 0.01) +(0.14 0.07 0.01) +(0.145 0.07 0.01) +(0.15 0.07 0.01) +(0 0.075 0.01) +(0.005 0.075 0.01) +(0.01 0.075 0.01) +(0.015 0.075 0.01) +(0.02 0.075 0.01) +(0.025 0.075 0.01) +(0.03 0.075 0.01) +(0.035 0.075 0.01) +(0.04 0.075 0.01) +(0.045 0.075 0.01) +(0.05 0.075 0.01) +(0.055 0.075 0.01) +(0.06 0.075 0.01) +(0.065 0.075 0.01) +(0.07 0.075 0.01) +(0.075 0.075 0.01) +(0.08 0.075 0.01) +(0.085 0.075 0.01) +(0.09 0.075 0.01) +(0.095 0.075 0.01) +(0.1 0.075 0.01) +(0.105 0.075 0.01) +(0.11 0.075 0.01) +(0.115 0.075 0.01) +(0.12 0.075 0.01) +(0.125 0.075 0.01) +(0.13 0.075 0.01) +(0.135 0.075 0.01) +(0.14 0.075 0.01) +(0.145 0.075 0.01) +(0.15 0.075 0.01) +(0 0.08 0.01) +(0.005 0.08 0.01) +(0.01 0.08 0.01) +(0.015 0.08 0.01) +(0.02 0.08 0.01) +(0.025 0.08 0.01) +(0.03 0.08 0.01) +(0.035 0.08 0.01) +(0.04 0.08 0.01) +(0.045 0.08 0.01) +(0.05 0.08 0.01) +(0.055 0.08 0.01) +(0.06 0.08 0.01) +(0.065 0.08 0.01) +(0.07 0.08 0.01) +(0.075 0.08 0.01) +(0.08 0.08 0.01) +(0.085 0.08 0.01) +(0.09 0.08 0.01) +(0.095 0.08 0.01) +(0.1 0.08 0.01) +(0.105 0.08 0.01) +(0.11 0.08 0.01) +(0.115 0.08 0.01) +(0.12 0.08 0.01) +(0.125 0.08 0.01) +(0.13 0.08 0.01) +(0.135 0.08 0.01) +(0.14 0.08 0.01) +(0.145 0.08 0.01) +(0.15 0.08 0.01) +(0 0.085 0.01) +(0.005 0.085 0.01) +(0.01 0.085 0.01) +(0.015 0.085 0.01) +(0.02 0.085 0.01) +(0.025 0.085 0.01) +(0.03 0.085 0.01) +(0.035 0.085 0.01) +(0.04 0.085 0.01) +(0.045 0.085 0.01) +(0.05 0.085 0.01) +(0.055 0.085 0.01) +(0.06 0.085 0.01) +(0.065 0.085 0.01) +(0.07 0.085 0.01) +(0.075 0.085 0.01) +(0.08 0.085 0.01) +(0.085 0.085 0.01) +(0.09 0.085 0.01) +(0.095 0.085 0.01) +(0.1 0.085 0.01) +(0.105 0.085 0.01) +(0.11 0.085 0.01) +(0.115 0.085 0.01) +(0.12 0.085 0.01) +(0.125 0.085 0.01) +(0.13 0.085 0.01) +(0.135 0.085 0.01) +(0.14 0.085 0.01) +(0.145 0.085 0.01) +(0.15 0.085 0.01) +(0 0.09 0.01) +(0.005 0.09 0.01) +(0.01 0.09 0.01) +(0.015 0.09 0.01) +(0.02 0.09 0.01) +(0.025 0.09 0.01) +(0.03 0.09 0.01) +(0.035 0.09 0.01) +(0.04 0.09 0.01) +(0.045 0.09 0.01) +(0.05 0.09 0.01) +(0.055 0.09 0.01) +(0.06 0.09 0.01) +(0.065 0.09 0.01) +(0.07 0.09 0.01) +(0.075 0.09 0.01) +(0.08 0.09 0.01) +(0.085 0.09 0.01) +(0.09 0.09 0.01) +(0.095 0.09 0.01) +(0.1 0.09 0.01) +(0.105 0.09 0.01) +(0.11 0.09 0.01) +(0.115 0.09 0.01) +(0.12 0.09 0.01) +(0.125 0.09 0.01) +(0.13 0.09 0.01) +(0.135 0.09 0.01) +(0.14 0.09 0.01) +(0.145 0.09 0.01) +(0.15 0.09 0.01) +(0 0.095 0.01) +(0.005 0.095 0.01) +(0.01 0.095 0.01) +(0.015 0.095 0.01) +(0.02 0.095 0.01) +(0.025 0.095 0.01) +(0.03 0.095 0.01) +(0.035 0.095 0.01) +(0.04 0.095 0.01) +(0.045 0.095 0.01) +(0.05 0.095 0.01) +(0.055 0.095 0.01) +(0.06 0.095 0.01) +(0.065 0.095 0.01) +(0.07 0.095 0.01) +(0.075 0.095 0.01) +(0.08 0.095 0.01) +(0.085 0.095 0.01) +(0.09 0.095 0.01) +(0.095 0.095 0.01) +(0.1 0.095 0.01) +(0.105 0.095 0.01) +(0.11 0.095 0.01) +(0.115 0.095 0.01) +(0.12 0.095 0.01) +(0.125 0.095 0.01) +(0.13 0.095 0.01) +(0.135 0.095 0.01) +(0.14 0.095 0.01) +(0.145 0.095 0.01) +(0.15 0.095 0.01) +(0 0.1 0.01) +(0.005 0.1 0.01) +(0.01 0.1 0.01) +(0.015 0.1 0.01) +(0.02 0.1 0.01) +(0.025 0.1 0.01) +(0.03 0.1 0.01) +(0.035 0.1 0.01) +(0.04 0.1 0.01) +(0.045 0.1 0.01) +(0.05 0.1 0.01) +(0.055 0.1 0.01) +(0.06 0.1 0.01) +(0.065 0.1 0.01) +(0.07 0.1 0.01) +(0.075 0.1 0.01) +(0.08 0.1 0.01) +(0.085 0.1 0.01) +(0.09 0.1 0.01) +(0.095 0.1 0.01) +(0.1 0.1 0.01) +(0.105 0.1 0.01) +(0.11 0.1 0.01) +(0.115 0.1 0.01) +(0.12 0.1 0.01) +(0.125 0.1 0.01) +(0.13 0.1 0.01) +(0.135 0.1 0.01) +(0.14 0.1 0.01) +(0.145 0.1 0.01) +(0.15 0.1 0.01) +(0 0.105 0.01) +(0.005 0.105 0.01) +(0.01 0.105 0.01) +(0.015 0.105 0.01) +(0.02 0.105 0.01) +(0.025 0.105 0.01) +(0.03 0.105 0.01) +(0.035 0.105 0.01) +(0.04 0.105 0.01) +(0.045 0.105 0.01) +(0.05 0.105 0.01) +(0.055 0.105 0.01) +(0.06 0.105 0.01) +(0.065 0.105 0.01) +(0.07 0.105 0.01) +(0.075 0.105 0.01) +(0.08 0.105 0.01) +(0.085 0.105 0.01) +(0.09 0.105 0.01) +(0.095 0.105 0.01) +(0.1 0.105 0.01) +(0.105 0.105 0.01) +(0.11 0.105 0.01) +(0.115 0.105 0.01) +(0.12 0.105 0.01) +(0.125 0.105 0.01) +(0.13 0.105 0.01) +(0.135 0.105 0.01) +(0.14 0.105 0.01) +(0.145 0.105 0.01) +(0.15 0.105 0.01) +(0 0.11 0.01) +(0.005 0.11 0.01) +(0.01 0.11 0.01) +(0.015 0.11 0.01) +(0.02 0.11 0.01) +(0.025 0.11 0.01) +(0.03 0.11 0.01) +(0.035 0.11 0.01) +(0.04 0.11 0.01) +(0.045 0.11 0.01) +(0.05 0.11 0.01) +(0.055 0.11 0.01) +(0.06 0.11 0.01) +(0.065 0.11 0.01) +(0.07 0.11 0.01) +(0.075 0.11 0.01) +(0.08 0.11 0.01) +(0.085 0.11 0.01) +(0.09 0.11 0.01) +(0.095 0.11 0.01) +(0.1 0.11 0.01) +(0.105 0.11 0.01) +(0.11 0.11 0.01) +(0.115 0.11 0.01) +(0.12 0.11 0.01) +(0.125 0.11 0.01) +(0.13 0.11 0.01) +(0.135 0.11 0.01) +(0.14 0.11 0.01) +(0.145 0.11 0.01) +(0.15 0.11 0.01) +(0 0.115 0.01) +(0.005 0.115 0.01) +(0.01 0.115 0.01) +(0.015 0.115 0.01) +(0.02 0.115 0.01) +(0.025 0.115 0.01) +(0.03 0.115 0.01) +(0.035 0.115 0.01) +(0.04 0.115 0.01) +(0.045 0.115 0.01) +(0.05 0.115 0.01) +(0.055 0.115 0.01) +(0.06 0.115 0.01) +(0.065 0.115 0.01) +(0.07 0.115 0.01) +(0.075 0.115 0.01) +(0.08 0.115 0.01) +(0.085 0.115 0.01) +(0.09 0.115 0.01) +(0.095 0.115 0.01) +(0.1 0.115 0.01) +(0.105 0.115 0.01) +(0.11 0.115 0.01) +(0.115 0.115 0.01) +(0.12 0.115 0.01) +(0.125 0.115 0.01) +(0.13 0.115 0.01) +(0.135 0.115 0.01) +(0.14 0.115 0.01) +(0.145 0.115 0.01) +(0.15 0.115 0.01) +(0 0.12 0.01) +(0.005 0.12 0.01) +(0.01 0.12 0.01) +(0.015 0.12 0.01) +(0.02 0.12 0.01) +(0.025 0.12 0.01) +(0.03 0.12 0.01) +(0.035 0.12 0.01) +(0.04 0.12 0.01) +(0.045 0.12 0.01) +(0.05 0.12 0.01) +(0.055 0.12 0.01) +(0.06 0.12 0.01) +(0.065 0.12 0.01) +(0.07 0.12 0.01) +(0.075 0.12 0.01) +(0.08 0.12 0.01) +(0.085 0.12 0.01) +(0.09 0.12 0.01) +(0.095 0.12 0.01) +(0.1 0.12 0.01) +(0.105 0.12 0.01) +(0.11 0.12 0.01) +(0.115 0.12 0.01) +(0.12 0.12 0.01) +(0.125 0.12 0.01) +(0.13 0.12 0.01) +(0.135 0.12 0.01) +(0.14 0.12 0.01) +(0.145 0.12 0.01) +(0.15 0.12 0.01) +(0 0.125 0.01) +(0.005 0.125 0.01) +(0.01 0.125 0.01) +(0.015 0.125 0.01) +(0.02 0.125 0.01) +(0.025 0.125 0.01) +(0.03 0.125 0.01) +(0.035 0.125 0.01) +(0.04 0.125 0.01) +(0.045 0.125 0.01) +(0.05 0.125 0.01) +(0.055 0.125 0.01) +(0.06 0.125 0.01) +(0.065 0.125 0.01) +(0.07 0.125 0.01) +(0.075 0.125 0.01) +(0.08 0.125 0.01) +(0.085 0.125 0.01) +(0.09 0.125 0.01) +(0.095 0.125 0.01) +(0.1 0.125 0.01) +(0.105 0.125 0.01) +(0.11 0.125 0.01) +(0.115 0.125 0.01) +(0.12 0.125 0.01) +(0.125 0.125 0.01) +(0.13 0.125 0.01) +(0.135 0.125 0.01) +(0.14 0.125 0.01) +(0.145 0.125 0.01) +(0.15 0.125 0.01) +(0 0.13 0.01) +(0.005 0.13 0.01) +(0.01 0.13 0.01) +(0.015 0.13 0.01) +(0.02 0.13 0.01) +(0.025 0.13 0.01) +(0.03 0.13 0.01) +(0.035 0.13 0.01) +(0.04 0.13 0.01) +(0.045 0.13 0.01) +(0.05 0.13 0.01) +(0.055 0.13 0.01) +(0.06 0.13 0.01) +(0.065 0.13 0.01) +(0.07 0.13 0.01) +(0.075 0.13 0.01) +(0.08 0.13 0.01) +(0.085 0.13 0.01) +(0.09 0.13 0.01) +(0.095 0.13 0.01) +(0.1 0.13 0.01) +(0.105 0.13 0.01) +(0.11 0.13 0.01) +(0.115 0.13 0.01) +(0.12 0.13 0.01) +(0.125 0.13 0.01) +(0.13 0.13 0.01) +(0.135 0.13 0.01) +(0.14 0.13 0.01) +(0.145 0.13 0.01) +(0.15 0.13 0.01) +(0 0.135 0.01) +(0.005 0.135 0.01) +(0.01 0.135 0.01) +(0.015 0.135 0.01) +(0.02 0.135 0.01) +(0.025 0.135 0.01) +(0.03 0.135 0.01) +(0.035 0.135 0.01) +(0.04 0.135 0.01) +(0.045 0.135 0.01) +(0.05 0.135 0.01) +(0.055 0.135 0.01) +(0.06 0.135 0.01) +(0.065 0.135 0.01) +(0.07 0.135 0.01) +(0.075 0.135 0.01) +(0.08 0.135 0.01) +(0.085 0.135 0.01) +(0.09 0.135 0.01) +(0.095 0.135 0.01) +(0.1 0.135 0.01) +(0.105 0.135 0.01) +(0.11 0.135 0.01) +(0.115 0.135 0.01) +(0.12 0.135 0.01) +(0.125 0.135 0.01) +(0.13 0.135 0.01) +(0.135 0.135 0.01) +(0.14 0.135 0.01) +(0.145 0.135 0.01) +(0.15 0.135 0.01) +(0 0.14 0.01) +(0.005 0.14 0.01) +(0.01 0.14 0.01) +(0.015 0.14 0.01) +(0.02 0.14 0.01) +(0.025 0.14 0.01) +(0.03 0.14 0.01) +(0.035 0.14 0.01) +(0.04 0.14 0.01) +(0.045 0.14 0.01) +(0.05 0.14 0.01) +(0.055 0.14 0.01) +(0.06 0.14 0.01) +(0.065 0.14 0.01) +(0.07 0.14 0.01) +(0.075 0.14 0.01) +(0.08 0.14 0.01) +(0.085 0.14 0.01) +(0.09 0.14 0.01) +(0.095 0.14 0.01) +(0.1 0.14 0.01) +(0.105 0.14 0.01) +(0.11 0.14 0.01) +(0.115 0.14 0.01) +(0.12 0.14 0.01) +(0.125 0.14 0.01) +(0.13 0.14 0.01) +(0.135 0.14 0.01) +(0.14 0.14 0.01) +(0.145 0.14 0.01) +(0.15 0.14 0.01) +(0 0.145 0.01) +(0.005 0.145 0.01) +(0.01 0.145 0.01) +(0.015 0.145 0.01) +(0.02 0.145 0.01) +(0.025 0.145 0.01) +(0.03 0.145 0.01) +(0.035 0.145 0.01) +(0.04 0.145 0.01) +(0.045 0.145 0.01) +(0.05 0.145 0.01) +(0.055 0.145 0.01) +(0.06 0.145 0.01) +(0.065 0.145 0.01) +(0.07 0.145 0.01) +(0.075 0.145 0.01) +(0.08 0.145 0.01) +(0.085 0.145 0.01) +(0.09 0.145 0.01) +(0.095 0.145 0.01) +(0.1 0.145 0.01) +(0.105 0.145 0.01) +(0.11 0.145 0.01) +(0.115 0.145 0.01) +(0.12 0.145 0.01) +(0.125 0.145 0.01) +(0.13 0.145 0.01) +(0.135 0.145 0.01) +(0.14 0.145 0.01) +(0.145 0.145 0.01) +(0.15 0.145 0.01) +(0 0.15 0.01) +(0.005 0.15 0.01) +(0.01 0.15 0.01) +(0.015 0.15 0.01) +(0.02 0.15 0.01) +(0.025 0.15 0.01) +(0.03 0.15 0.01) +(0.035 0.15 0.01) +(0.04 0.15 0.01) +(0.045 0.15 0.01) +(0.05 0.15 0.01) +(0.055 0.15 0.01) +(0.06 0.15 0.01) +(0.065 0.15 0.01) +(0.07 0.15 0.01) +(0.075 0.15 0.01) +(0.08 0.15 0.01) +(0.085 0.15 0.01) +(0.09 0.15 0.01) +(0.095 0.15 0.01) +(0.1 0.15 0.01) +(0.105 0.15 0.01) +(0.11 0.15 0.01) +(0.115 0.15 0.01) +(0.12 0.15 0.01) +(0.125 0.15 0.01) +(0.13 0.15 0.01) +(0.135 0.15 0.01) +(0.14 0.15 0.01) +(0.145 0.15 0.01) +(0.15 0.15 0.01) +(0 0.155 0.01) +(0.005 0.155 0.01) +(0.01 0.155 0.01) +(0.015 0.155 0.01) +(0.02 0.155 0.01) +(0.025 0.155 0.01) +(0.03 0.155 0.01) +(0.035 0.155 0.01) +(0.04 0.155 0.01) +(0.045 0.155 0.01) +(0.05 0.155 0.01) +(0.055 0.155 0.01) +(0.06 0.155 0.01) +(0.065 0.155 0.01) +(0.07 0.155 0.01) +(0.075 0.155 0.01) +(0.08 0.155 0.01) +(0.085 0.155 0.01) +(0.09 0.155 0.01) +(0.095 0.155 0.01) +(0.1 0.155 0.01) +(0.105 0.155 0.01) +(0.11 0.155 0.01) +(0.115 0.155 0.01) +(0.12 0.155 0.01) +(0.125 0.155 0.01) +(0.13 0.155 0.01) +(0.135 0.155 0.01) +(0.14 0.155 0.01) +(0.145 0.155 0.01) +(0.15 0.155 0.01) +(0 0.16 0.01) +(0.005 0.16 0.01) +(0.01 0.16 0.01) +(0.015 0.16 0.01) +(0.02 0.16 0.01) +(0.025 0.16 0.01) +(0.03 0.16 0.01) +(0.035 0.16 0.01) +(0.04 0.16 0.01) +(0.045 0.16 0.01) +(0.05 0.16 0.01) +(0.055 0.16 0.01) +(0.06 0.16 0.01) +(0.065 0.16 0.01) +(0.07 0.16 0.01) +(0.075 0.16 0.01) +(0.08 0.16 0.01) +(0.085 0.16 0.01) +(0.09 0.16 0.01) +(0.095 0.16 0.01) +(0.1 0.16 0.01) +(0.105 0.16 0.01) +(0.11 0.16 0.01) +(0.115 0.16 0.01) +(0.12 0.16 0.01) +(0.125 0.16 0.01) +(0.13 0.16 0.01) +(0.135 0.16 0.01) +(0.14 0.16 0.01) +(0.145 0.16 0.01) +(0.15 0.16 0.01) +(0 0.165 0.01) +(0.005 0.165 0.01) +(0.01 0.165 0.01) +(0.015 0.165 0.01) +(0.02 0.165 0.01) +(0.025 0.165 0.01) +(0.03 0.165 0.01) +(0.035 0.165 0.01) +(0.04 0.165 0.01) +(0.045 0.165 0.01) +(0.05 0.165 0.01) +(0.055 0.165 0.01) +(0.06 0.165 0.01) +(0.065 0.165 0.01) +(0.07 0.165 0.01) +(0.075 0.165 0.01) +(0.08 0.165 0.01) +(0.085 0.165 0.01) +(0.09 0.165 0.01) +(0.095 0.165 0.01) +(0.1 0.165 0.01) +(0.105 0.165 0.01) +(0.11 0.165 0.01) +(0.115 0.165 0.01) +(0.12 0.165 0.01) +(0.125 0.165 0.01) +(0.13 0.165 0.01) +(0.135 0.165 0.01) +(0.14 0.165 0.01) +(0.145 0.165 0.01) +(0.15 0.165 0.01) +(0 0.17 0.01) +(0.005 0.17 0.01) +(0.01 0.17 0.01) +(0.015 0.17 0.01) +(0.02 0.17 0.01) +(0.025 0.17 0.01) +(0.03 0.17 0.01) +(0.035 0.17 0.01) +(0.04 0.17 0.01) +(0.045 0.17 0.01) +(0.05 0.17 0.01) +(0.055 0.17 0.01) +(0.06 0.17 0.01) +(0.065 0.17 0.01) +(0.07 0.17 0.01) +(0.075 0.17 0.01) +(0.08 0.17 0.01) +(0.085 0.17 0.01) +(0.09 0.17 0.01) +(0.095 0.17 0.01) +(0.1 0.17 0.01) +(0.105 0.17 0.01) +(0.11 0.17 0.01) +(0.115 0.17 0.01) +(0.12 0.17 0.01) +(0.125 0.17 0.01) +(0.13 0.17 0.01) +(0.135 0.17 0.01) +(0.14 0.17 0.01) +(0.145 0.17 0.01) +(0.15 0.17 0.01) +(0 0.175 0.01) +(0.005 0.175 0.01) +(0.01 0.175 0.01) +(0.015 0.175 0.01) +(0.02 0.175 0.01) +(0.025 0.175 0.01) +(0.03 0.175 0.01) +(0.035 0.175 0.01) +(0.04 0.175 0.01) +(0.045 0.175 0.01) +(0.05 0.175 0.01) +(0.055 0.175 0.01) +(0.06 0.175 0.01) +(0.065 0.175 0.01) +(0.07 0.175 0.01) +(0.075 0.175 0.01) +(0.08 0.175 0.01) +(0.085 0.175 0.01) +(0.09 0.175 0.01) +(0.095 0.175 0.01) +(0.1 0.175 0.01) +(0.105 0.175 0.01) +(0.11 0.175 0.01) +(0.115 0.175 0.01) +(0.12 0.175 0.01) +(0.125 0.175 0.01) +(0.13 0.175 0.01) +(0.135 0.175 0.01) +(0.14 0.175 0.01) +(0.145 0.175 0.01) +(0.15 0.175 0.01) +(0 0.18 0.01) +(0.005 0.18 0.01) +(0.01 0.18 0.01) +(0.015 0.18 0.01) +(0.02 0.18 0.01) +(0.025 0.18 0.01) +(0.03 0.18 0.01) +(0.035 0.18 0.01) +(0.04 0.18 0.01) +(0.045 0.18 0.01) +(0.05 0.18 0.01) +(0.055 0.18 0.01) +(0.06 0.18 0.01) +(0.065 0.18 0.01) +(0.07 0.18 0.01) +(0.075 0.18 0.01) +(0.08 0.18 0.01) +(0.085 0.18 0.01) +(0.09 0.18 0.01) +(0.095 0.18 0.01) +(0.1 0.18 0.01) +(0.105 0.18 0.01) +(0.11 0.18 0.01) +(0.115 0.18 0.01) +(0.12 0.18 0.01) +(0.125 0.18 0.01) +(0.13 0.18 0.01) +(0.135 0.18 0.01) +(0.14 0.18 0.01) +(0.145 0.18 0.01) +(0.15 0.18 0.01) +(0 0.185 0.01) +(0.005 0.185 0.01) +(0.01 0.185 0.01) +(0.015 0.185 0.01) +(0.02 0.185 0.01) +(0.025 0.185 0.01) +(0.03 0.185 0.01) +(0.035 0.185 0.01) +(0.04 0.185 0.01) +(0.045 0.185 0.01) +(0.05 0.185 0.01) +(0.055 0.185 0.01) +(0.06 0.185 0.01) +(0.065 0.185 0.01) +(0.07 0.185 0.01) +(0.075 0.185 0.01) +(0.08 0.185 0.01) +(0.085 0.185 0.01) +(0.09 0.185 0.01) +(0.095 0.185 0.01) +(0.1 0.185 0.01) +(0.105 0.185 0.01) +(0.11 0.185 0.01) +(0.115 0.185 0.01) +(0.12 0.185 0.01) +(0.125 0.185 0.01) +(0.13 0.185 0.01) +(0.135 0.185 0.01) +(0.14 0.185 0.01) +(0.145 0.185 0.01) +(0.15 0.185 0.01) +(0 0.19 0.01) +(0.005 0.19 0.01) +(0.01 0.19 0.01) +(0.015 0.19 0.01) +(0.02 0.19 0.01) +(0.025 0.19 0.01) +(0.03 0.19 0.01) +(0.035 0.19 0.01) +(0.04 0.19 0.01) +(0.045 0.19 0.01) +(0.05 0.19 0.01) +(0.055 0.19 0.01) +(0.06 0.19 0.01) +(0.065 0.19 0.01) +(0.07 0.19 0.01) +(0.075 0.19 0.01) +(0.08 0.19 0.01) +(0.085 0.19 0.01) +(0.09 0.19 0.01) +(0.095 0.19 0.01) +(0.1 0.19 0.01) +(0.105 0.19 0.01) +(0.11 0.19 0.01) +(0.115 0.19 0.01) +(0.12 0.19 0.01) +(0.125 0.19 0.01) +(0.13 0.19 0.01) +(0.135 0.19 0.01) +(0.14 0.19 0.01) +(0.145 0.19 0.01) +(0.15 0.19 0.01) +(0 0.195 0.01) +(0.005 0.195 0.01) +(0.01 0.195 0.01) +(0.015 0.195 0.01) +(0.02 0.195 0.01) +(0.025 0.195 0.01) +(0.03 0.195 0.01) +(0.035 0.195 0.01) +(0.04 0.195 0.01) +(0.045 0.195 0.01) +(0.05 0.195 0.01) +(0.055 0.195 0.01) +(0.06 0.195 0.01) +(0.065 0.195 0.01) +(0.07 0.195 0.01) +(0.075 0.195 0.01) +(0.08 0.195 0.01) +(0.085 0.195 0.01) +(0.09 0.195 0.01) +(0.095 0.195 0.01) +(0.1 0.195 0.01) +(0.105 0.195 0.01) +(0.11 0.195 0.01) +(0.115 0.195 0.01) +(0.12 0.195 0.01) +(0.125 0.195 0.01) +(0.13 0.195 0.01) +(0.135 0.195 0.01) +(0.14 0.195 0.01) +(0.145 0.195 0.01) +(0.15 0.195 0.01) +(0 0.2 0.01) +(0.005 0.2 0.01) +(0.01 0.2 0.01) +(0.015 0.2 0.01) +(0.02 0.2 0.01) +(0.025 0.2 0.01) +(0.03 0.2 0.01) +(0.035 0.2 0.01) +(0.04 0.2 0.01) +(0.045 0.2 0.01) +(0.05 0.2 0.01) +(0.055 0.2 0.01) +(0.06 0.2 0.01) +(0.065 0.2 0.01) +(0.07 0.2 0.01) +(0.075 0.2 0.01) +(0.08 0.2 0.01) +(0.085 0.2 0.01) +(0.09 0.2 0.01) +(0.095 0.2 0.01) +(0.1 0.2 0.01) +(0.105 0.2 0.01) +(0.11 0.2 0.01) +(0.115 0.2 0.01) +(0.12 0.2 0.01) +(0.125 0.2 0.01) +(0.13 0.2 0.01) +(0.135 0.2 0.01) +(0.14 0.2 0.01) +(0.145 0.2 0.01) +(0.15 0.2 0.01) +(0 0.205 0.01) +(0.005 0.205 0.01) +(0.01 0.205 0.01) +(0.015 0.205 0.01) +(0.02 0.205 0.01) +(0.025 0.205 0.01) +(0.03 0.205 0.01) +(0.035 0.205 0.01) +(0.04 0.205 0.01) +(0.045 0.205 0.01) +(0.05 0.205 0.01) +(0.055 0.205 0.01) +(0.06 0.205 0.01) +(0.065 0.205 0.01) +(0.07 0.205 0.01) +(0.075 0.205 0.01) +(0.08 0.205 0.01) +(0.085 0.205 0.01) +(0.09 0.205 0.01) +(0.095 0.205 0.01) +(0.1 0.205 0.01) +(0.105 0.205 0.01) +(0.11 0.205 0.01) +(0.115 0.205 0.01) +(0.12 0.205 0.01) +(0.125 0.205 0.01) +(0.13 0.205 0.01) +(0.135 0.205 0.01) +(0.14 0.205 0.01) +(0.145 0.205 0.01) +(0.15 0.205 0.01) +(0 0.21 0.01) +(0.005 0.21 0.01) +(0.01 0.21 0.01) +(0.015 0.21 0.01) +(0.02 0.21 0.01) +(0.025 0.21 0.01) +(0.03 0.21 0.01) +(0.035 0.21 0.01) +(0.04 0.21 0.01) +(0.045 0.21 0.01) +(0.05 0.21 0.01) +(0.055 0.21 0.01) +(0.06 0.21 0.01) +(0.065 0.21 0.01) +(0.07 0.21 0.01) +(0.075 0.21 0.01) +(0.08 0.21 0.01) +(0.085 0.21 0.01) +(0.09 0.21 0.01) +(0.095 0.21 0.01) +(0.1 0.21 0.01) +(0.105 0.21 0.01) +(0.11 0.21 0.01) +(0.115 0.21 0.01) +(0.12 0.21 0.01) +(0.125 0.21 0.01) +(0.13 0.21 0.01) +(0.135 0.21 0.01) +(0.14 0.21 0.01) +(0.145 0.21 0.01) +(0.15 0.21 0.01) +(0 0.215 0.01) +(0.005 0.215 0.01) +(0.01 0.215 0.01) +(0.015 0.215 0.01) +(0.02 0.215 0.01) +(0.025 0.215 0.01) +(0.03 0.215 0.01) +(0.035 0.215 0.01) +(0.04 0.215 0.01) +(0.045 0.215 0.01) +(0.05 0.215 0.01) +(0.055 0.215 0.01) +(0.06 0.215 0.01) +(0.065 0.215 0.01) +(0.07 0.215 0.01) +(0.075 0.215 0.01) +(0.08 0.215 0.01) +(0.085 0.215 0.01) +(0.09 0.215 0.01) +(0.095 0.215 0.01) +(0.1 0.215 0.01) +(0.105 0.215 0.01) +(0.11 0.215 0.01) +(0.115 0.215 0.01) +(0.12 0.215 0.01) +(0.125 0.215 0.01) +(0.13 0.215 0.01) +(0.135 0.215 0.01) +(0.14 0.215 0.01) +(0.145 0.215 0.01) +(0.15 0.215 0.01) +(0 0.22 0.01) +(0.005 0.22 0.01) +(0.01 0.22 0.01) +(0.015 0.22 0.01) +(0.02 0.22 0.01) +(0.025 0.22 0.01) +(0.03 0.22 0.01) +(0.035 0.22 0.01) +(0.04 0.22 0.01) +(0.045 0.22 0.01) +(0.05 0.22 0.01) +(0.055 0.22 0.01) +(0.06 0.22 0.01) +(0.065 0.22 0.01) +(0.07 0.22 0.01) +(0.075 0.22 0.01) +(0.08 0.22 0.01) +(0.085 0.22 0.01) +(0.09 0.22 0.01) +(0.095 0.22 0.01) +(0.1 0.22 0.01) +(0.105 0.22 0.01) +(0.11 0.22 0.01) +(0.115 0.22 0.01) +(0.12 0.22 0.01) +(0.125 0.22 0.01) +(0.13 0.22 0.01) +(0.135 0.22 0.01) +(0.14 0.22 0.01) +(0.145 0.22 0.01) +(0.15 0.22 0.01) +(0 0.225 0.01) +(0.005 0.225 0.01) +(0.01 0.225 0.01) +(0.015 0.225 0.01) +(0.02 0.225 0.01) +(0.025 0.225 0.01) +(0.03 0.225 0.01) +(0.035 0.225 0.01) +(0.04 0.225 0.01) +(0.045 0.225 0.01) +(0.05 0.225 0.01) +(0.055 0.225 0.01) +(0.06 0.225 0.01) +(0.065 0.225 0.01) +(0.07 0.225 0.01) +(0.075 0.225 0.01) +(0.08 0.225 0.01) +(0.085 0.225 0.01) +(0.09 0.225 0.01) +(0.095 0.225 0.01) +(0.1 0.225 0.01) +(0.105 0.225 0.01) +(0.11 0.225 0.01) +(0.115 0.225 0.01) +(0.12 0.225 0.01) +(0.125 0.225 0.01) +(0.13 0.225 0.01) +(0.135 0.225 0.01) +(0.14 0.225 0.01) +(0.145 0.225 0.01) +(0.15 0.225 0.01) +(0 0.23 0.01) +(0.005 0.23 0.01) +(0.01 0.23 0.01) +(0.015 0.23 0.01) +(0.02 0.23 0.01) +(0.025 0.23 0.01) +(0.03 0.23 0.01) +(0.035 0.23 0.01) +(0.04 0.23 0.01) +(0.045 0.23 0.01) +(0.05 0.23 0.01) +(0.055 0.23 0.01) +(0.06 0.23 0.01) +(0.065 0.23 0.01) +(0.07 0.23 0.01) +(0.075 0.23 0.01) +(0.08 0.23 0.01) +(0.085 0.23 0.01) +(0.09 0.23 0.01) +(0.095 0.23 0.01) +(0.1 0.23 0.01) +(0.105 0.23 0.01) +(0.11 0.23 0.01) +(0.115 0.23 0.01) +(0.12 0.23 0.01) +(0.125 0.23 0.01) +(0.13 0.23 0.01) +(0.135 0.23 0.01) +(0.14 0.23 0.01) +(0.145 0.23 0.01) +(0.15 0.23 0.01) +(0 0.235 0.01) +(0.005 0.235 0.01) +(0.01 0.235 0.01) +(0.015 0.235 0.01) +(0.02 0.235 0.01) +(0.025 0.235 0.01) +(0.03 0.235 0.01) +(0.035 0.235 0.01) +(0.04 0.235 0.01) +(0.045 0.235 0.01) +(0.05 0.235 0.01) +(0.055 0.235 0.01) +(0.06 0.235 0.01) +(0.065 0.235 0.01) +(0.07 0.235 0.01) +(0.075 0.235 0.01) +(0.08 0.235 0.01) +(0.085 0.235 0.01) +(0.09 0.235 0.01) +(0.095 0.235 0.01) +(0.1 0.235 0.01) +(0.105 0.235 0.01) +(0.11 0.235 0.01) +(0.115 0.235 0.01) +(0.12 0.235 0.01) +(0.125 0.235 0.01) +(0.13 0.235 0.01) +(0.135 0.235 0.01) +(0.14 0.235 0.01) +(0.145 0.235 0.01) +(0.15 0.235 0.01) +(0 0.24 0.01) +(0.005 0.24 0.01) +(0.01 0.24 0.01) +(0.015 0.24 0.01) +(0.02 0.24 0.01) +(0.025 0.24 0.01) +(0.03 0.24 0.01) +(0.035 0.24 0.01) +(0.04 0.24 0.01) +(0.045 0.24 0.01) +(0.05 0.24 0.01) +(0.055 0.24 0.01) +(0.06 0.24 0.01) +(0.065 0.24 0.01) +(0.07 0.24 0.01) +(0.075 0.24 0.01) +(0.08 0.24 0.01) +(0.085 0.24 0.01) +(0.09 0.24 0.01) +(0.095 0.24 0.01) +(0.1 0.24 0.01) +(0.105 0.24 0.01) +(0.11 0.24 0.01) +(0.115 0.24 0.01) +(0.12 0.24 0.01) +(0.125 0.24 0.01) +(0.13 0.24 0.01) +(0.135 0.24 0.01) +(0.14 0.24 0.01) +(0.145 0.24 0.01) +(0.15 0.24 0.01) +(0 0.245 0.01) +(0.005 0.245 0.01) +(0.01 0.245 0.01) +(0.015 0.245 0.01) +(0.02 0.245 0.01) +(0.025 0.245 0.01) +(0.03 0.245 0.01) +(0.035 0.245 0.01) +(0.04 0.245 0.01) +(0.045 0.245 0.01) +(0.05 0.245 0.01) +(0.055 0.245 0.01) +(0.06 0.245 0.01) +(0.065 0.245 0.01) +(0.07 0.245 0.01) +(0.075 0.245 0.01) +(0.08 0.245 0.01) +(0.085 0.245 0.01) +(0.09 0.245 0.01) +(0.095 0.245 0.01) +(0.1 0.245 0.01) +(0.105 0.245 0.01) +(0.11 0.245 0.01) +(0.115 0.245 0.01) +(0.12 0.245 0.01) +(0.125 0.245 0.01) +(0.13 0.245 0.01) +(0.135 0.245 0.01) +(0.14 0.245 0.01) +(0.145 0.245 0.01) +(0.15 0.245 0.01) +(0 0.25 0.01) +(0.005 0.25 0.01) +(0.01 0.25 0.01) +(0.015 0.25 0.01) +(0.02 0.25 0.01) +(0.025 0.25 0.01) +(0.03 0.25 0.01) +(0.035 0.25 0.01) +(0.04 0.25 0.01) +(0.045 0.25 0.01) +(0.05 0.25 0.01) +(0.055 0.25 0.01) +(0.06 0.25 0.01) +(0.065 0.25 0.01) +(0.07 0.25 0.01) +(0.075 0.25 0.01) +(0.08 0.25 0.01) +(0.085 0.25 0.01) +(0.09 0.25 0.01) +(0.095 0.25 0.01) +(0.1 0.25 0.01) +(0.105 0.25 0.01) +(0.11 0.25 0.01) +(0.115 0.25 0.01) +(0.12 0.25 0.01) +(0.125 0.25 0.01) +(0.13 0.25 0.01) +(0.135 0.25 0.01) +(0.14 0.25 0.01) +(0.145 0.25 0.01) +(0.15 0.25 0.01) +(0 0.255 0.01) +(0.005 0.255 0.01) +(0.01 0.255 0.01) +(0.015 0.255 0.01) +(0.02 0.255 0.01) +(0.025 0.255 0.01) +(0.03 0.255 0.01) +(0.035 0.255 0.01) +(0.04 0.255 0.01) +(0.045 0.255 0.01) +(0.05 0.255 0.01) +(0.055 0.255 0.01) +(0.06 0.255 0.01) +(0.065 0.255 0.01) +(0.07 0.255 0.01) +(0.075 0.255 0.01) +(0.08 0.255 0.01) +(0.085 0.255 0.01) +(0.09 0.255 0.01) +(0.095 0.255 0.01) +(0.1 0.255 0.01) +(0.105 0.255 0.01) +(0.11 0.255 0.01) +(0.115 0.255 0.01) +(0.12 0.255 0.01) +(0.125 0.255 0.01) +(0.13 0.255 0.01) +(0.135 0.255 0.01) +(0.14 0.255 0.01) +(0.145 0.255 0.01) +(0.15 0.255 0.01) +(0 0.26 0.01) +(0.005 0.26 0.01) +(0.01 0.26 0.01) +(0.015 0.26 0.01) +(0.02 0.26 0.01) +(0.025 0.26 0.01) +(0.03 0.26 0.01) +(0.035 0.26 0.01) +(0.04 0.26 0.01) +(0.045 0.26 0.01) +(0.05 0.26 0.01) +(0.055 0.26 0.01) +(0.06 0.26 0.01) +(0.065 0.26 0.01) +(0.07 0.26 0.01) +(0.075 0.26 0.01) +(0.08 0.26 0.01) +(0.085 0.26 0.01) +(0.09 0.26 0.01) +(0.095 0.26 0.01) +(0.1 0.26 0.01) +(0.105 0.26 0.01) +(0.11 0.26 0.01) +(0.115 0.26 0.01) +(0.12 0.26 0.01) +(0.125 0.26 0.01) +(0.13 0.26 0.01) +(0.135 0.26 0.01) +(0.14 0.26 0.01) +(0.145 0.26 0.01) +(0.15 0.26 0.01) +(0 0.265 0.01) +(0.005 0.265 0.01) +(0.01 0.265 0.01) +(0.015 0.265 0.01) +(0.02 0.265 0.01) +(0.025 0.265 0.01) +(0.03 0.265 0.01) +(0.035 0.265 0.01) +(0.04 0.265 0.01) +(0.045 0.265 0.01) +(0.05 0.265 0.01) +(0.055 0.265 0.01) +(0.06 0.265 0.01) +(0.065 0.265 0.01) +(0.07 0.265 0.01) +(0.075 0.265 0.01) +(0.08 0.265 0.01) +(0.085 0.265 0.01) +(0.09 0.265 0.01) +(0.095 0.265 0.01) +(0.1 0.265 0.01) +(0.105 0.265 0.01) +(0.11 0.265 0.01) +(0.115 0.265 0.01) +(0.12 0.265 0.01) +(0.125 0.265 0.01) +(0.13 0.265 0.01) +(0.135 0.265 0.01) +(0.14 0.265 0.01) +(0.145 0.265 0.01) +(0.15 0.265 0.01) +(0 0.27 0.01) +(0.005 0.27 0.01) +(0.01 0.27 0.01) +(0.015 0.27 0.01) +(0.02 0.27 0.01) +(0.025 0.27 0.01) +(0.03 0.27 0.01) +(0.035 0.27 0.01) +(0.04 0.27 0.01) +(0.045 0.27 0.01) +(0.05 0.27 0.01) +(0.055 0.27 0.01) +(0.06 0.27 0.01) +(0.065 0.27 0.01) +(0.07 0.27 0.01) +(0.075 0.27 0.01) +(0.08 0.27 0.01) +(0.085 0.27 0.01) +(0.09 0.27 0.01) +(0.095 0.27 0.01) +(0.1 0.27 0.01) +(0.105 0.27 0.01) +(0.11 0.27 0.01) +(0.115 0.27 0.01) +(0.12 0.27 0.01) +(0.125 0.27 0.01) +(0.13 0.27 0.01) +(0.135 0.27 0.01) +(0.14 0.27 0.01) +(0.145 0.27 0.01) +(0.15 0.27 0.01) +(0 0.275 0.01) +(0.005 0.275 0.01) +(0.01 0.275 0.01) +(0.015 0.275 0.01) +(0.02 0.275 0.01) +(0.025 0.275 0.01) +(0.03 0.275 0.01) +(0.035 0.275 0.01) +(0.04 0.275 0.01) +(0.045 0.275 0.01) +(0.05 0.275 0.01) +(0.055 0.275 0.01) +(0.06 0.275 0.01) +(0.065 0.275 0.01) +(0.07 0.275 0.01) +(0.075 0.275 0.01) +(0.08 0.275 0.01) +(0.085 0.275 0.01) +(0.09 0.275 0.01) +(0.095 0.275 0.01) +(0.1 0.275 0.01) +(0.105 0.275 0.01) +(0.11 0.275 0.01) +(0.115 0.275 0.01) +(0.12 0.275 0.01) +(0.125 0.275 0.01) +(0.13 0.275 0.01) +(0.135 0.275 0.01) +(0.14 0.275 0.01) +(0.145 0.275 0.01) +(0.15 0.275 0.01) +(0 0.28 0.01) +(0.005 0.28 0.01) +(0.01 0.28 0.01) +(0.015 0.28 0.01) +(0.02 0.28 0.01) +(0.025 0.28 0.01) +(0.03 0.28 0.01) +(0.035 0.28 0.01) +(0.04 0.28 0.01) +(0.045 0.28 0.01) +(0.05 0.28 0.01) +(0.055 0.28 0.01) +(0.06 0.28 0.01) +(0.065 0.28 0.01) +(0.07 0.28 0.01) +(0.075 0.28 0.01) +(0.08 0.28 0.01) +(0.085 0.28 0.01) +(0.09 0.28 0.01) +(0.095 0.28 0.01) +(0.1 0.28 0.01) +(0.105 0.28 0.01) +(0.11 0.28 0.01) +(0.115 0.28 0.01) +(0.12 0.28 0.01) +(0.125 0.28 0.01) +(0.13 0.28 0.01) +(0.135 0.28 0.01) +(0.14 0.28 0.01) +(0.145 0.28 0.01) +(0.15 0.28 0.01) +(0 0.285 0.01) +(0.005 0.285 0.01) +(0.01 0.285 0.01) +(0.015 0.285 0.01) +(0.02 0.285 0.01) +(0.025 0.285 0.01) +(0.03 0.285 0.01) +(0.035 0.285 0.01) +(0.04 0.285 0.01) +(0.045 0.285 0.01) +(0.05 0.285 0.01) +(0.055 0.285 0.01) +(0.06 0.285 0.01) +(0.065 0.285 0.01) +(0.07 0.285 0.01) +(0.075 0.285 0.01) +(0.08 0.285 0.01) +(0.085 0.285 0.01) +(0.09 0.285 0.01) +(0.095 0.285 0.01) +(0.1 0.285 0.01) +(0.105 0.285 0.01) +(0.11 0.285 0.01) +(0.115 0.285 0.01) +(0.12 0.285 0.01) +(0.125 0.285 0.01) +(0.13 0.285 0.01) +(0.135 0.285 0.01) +(0.14 0.285 0.01) +(0.145 0.285 0.01) +(0.15 0.285 0.01) +(0 0.29 0.01) +(0.005 0.29 0.01) +(0.01 0.29 0.01) +(0.015 0.29 0.01) +(0.02 0.29 0.01) +(0.025 0.29 0.01) +(0.03 0.29 0.01) +(0.035 0.29 0.01) +(0.04 0.29 0.01) +(0.045 0.29 0.01) +(0.05 0.29 0.01) +(0.055 0.29 0.01) +(0.06 0.29 0.01) +(0.065 0.29 0.01) +(0.07 0.29 0.01) +(0.075 0.29 0.01) +(0.08 0.29 0.01) +(0.085 0.29 0.01) +(0.09 0.29 0.01) +(0.095 0.29 0.01) +(0.1 0.29 0.01) +(0.105 0.29 0.01) +(0.11 0.29 0.01) +(0.115 0.29 0.01) +(0.12 0.29 0.01) +(0.125 0.29 0.01) +(0.13 0.29 0.01) +(0.135 0.29 0.01) +(0.14 0.29 0.01) +(0.145 0.29 0.01) +(0.15 0.29 0.01) +(0 0.295 0.01) +(0.005 0.295 0.01) +(0.01 0.295 0.01) +(0.015 0.295 0.01) +(0.02 0.295 0.01) +(0.025 0.295 0.01) +(0.03 0.295 0.01) +(0.035 0.295 0.01) +(0.04 0.295 0.01) +(0.045 0.295 0.01) +(0.05 0.295 0.01) +(0.055 0.295 0.01) +(0.06 0.295 0.01) +(0.065 0.295 0.01) +(0.07 0.295 0.01) +(0.075 0.295 0.01) +(0.08 0.295 0.01) +(0.085 0.295 0.01) +(0.09 0.295 0.01) +(0.095 0.295 0.01) +(0.1 0.295 0.01) +(0.105 0.295 0.01) +(0.11 0.295 0.01) +(0.115 0.295 0.01) +(0.12 0.295 0.01) +(0.125 0.295 0.01) +(0.13 0.295 0.01) +(0.135 0.295 0.01) +(0.14 0.295 0.01) +(0.145 0.295 0.01) +(0.15 0.295 0.01) +(0 0.3 0.01) +(0.005 0.3 0.01) +(0.01 0.3 0.01) +(0.015 0.3 0.01) +(0.02 0.3 0.01) +(0.025 0.3 0.01) +(0.03 0.3 0.01) +(0.035 0.3 0.01) +(0.04 0.3 0.01) +(0.045 0.3 0.01) +(0.05 0.3 0.01) +(0.055 0.3 0.01) +(0.06 0.3 0.01) +(0.065 0.3 0.01) +(0.07 0.3 0.01) +(0.075 0.3 0.01) +(0.08 0.3 0.01) +(0.085 0.3 0.01) +(0.09 0.3 0.01) +(0.095 0.3 0.01) +(0.1 0.3 0.01) +(0.105 0.3 0.01) +(0.11 0.3 0.01) +(0.115 0.3 0.01) +(0.12 0.3 0.01) +(0.125 0.3 0.01) +(0.13 0.3 0.01) +(0.135 0.3 0.01) +(0.14 0.3 0.01) +(0.145 0.3 0.01) +(0.15 0.3 0.01) +(0 0.305 0.01) +(0.005 0.305 0.01) +(0.01 0.305 0.01) +(0.015 0.305 0.01) +(0.02 0.305 0.01) +(0.025 0.305 0.01) +(0.03 0.305 0.01) +(0.035 0.305 0.01) +(0.04 0.305 0.01) +(0.045 0.305 0.01) +(0.05 0.305 0.01) +(0.055 0.305 0.01) +(0.06 0.305 0.01) +(0.065 0.305 0.01) +(0.07 0.305 0.01) +(0.075 0.305 0.01) +(0.08 0.305 0.01) +(0.085 0.305 0.01) +(0.09 0.305 0.01) +(0.095 0.305 0.01) +(0.1 0.305 0.01) +(0.105 0.305 0.01) +(0.11 0.305 0.01) +(0.115 0.305 0.01) +(0.12 0.305 0.01) +(0.125 0.305 0.01) +(0.13 0.305 0.01) +(0.135 0.305 0.01) +(0.14 0.305 0.01) +(0.145 0.305 0.01) +(0.15 0.305 0.01) +(0 0.31 0.01) +(0.005 0.31 0.01) +(0.01 0.31 0.01) +(0.015 0.31 0.01) +(0.02 0.31 0.01) +(0.025 0.31 0.01) +(0.03 0.31 0.01) +(0.035 0.31 0.01) +(0.04 0.31 0.01) +(0.045 0.31 0.01) +(0.05 0.31 0.01) +(0.055 0.31 0.01) +(0.06 0.31 0.01) +(0.065 0.31 0.01) +(0.07 0.31 0.01) +(0.075 0.31 0.01) +(0.08 0.31 0.01) +(0.085 0.31 0.01) +(0.09 0.31 0.01) +(0.095 0.31 0.01) +(0.1 0.31 0.01) +(0.105 0.31 0.01) +(0.11 0.31 0.01) +(0.115 0.31 0.01) +(0.12 0.31 0.01) +(0.125 0.31 0.01) +(0.13 0.31 0.01) +(0.135 0.31 0.01) +(0.14 0.31 0.01) +(0.145 0.31 0.01) +(0.15 0.31 0.01) +(0 0.315 0.01) +(0.005 0.315 0.01) +(0.01 0.315 0.01) +(0.015 0.315 0.01) +(0.02 0.315 0.01) +(0.025 0.315 0.01) +(0.03 0.315 0.01) +(0.035 0.315 0.01) +(0.04 0.315 0.01) +(0.045 0.315 0.01) +(0.05 0.315 0.01) +(0.055 0.315 0.01) +(0.06 0.315 0.01) +(0.065 0.315 0.01) +(0.07 0.315 0.01) +(0.075 0.315 0.01) +(0.08 0.315 0.01) +(0.085 0.315 0.01) +(0.09 0.315 0.01) +(0.095 0.315 0.01) +(0.1 0.315 0.01) +(0.105 0.315 0.01) +(0.11 0.315 0.01) +(0.115 0.315 0.01) +(0.12 0.315 0.01) +(0.125 0.315 0.01) +(0.13 0.315 0.01) +(0.135 0.315 0.01) +(0.14 0.315 0.01) +(0.145 0.315 0.01) +(0.15 0.315 0.01) +(0 0.32 0.01) +(0.005 0.32 0.01) +(0.01 0.32 0.01) +(0.015 0.32 0.01) +(0.02 0.32 0.01) +(0.025 0.32 0.01) +(0.03 0.32 0.01) +(0.035 0.32 0.01) +(0.04 0.32 0.01) +(0.045 0.32 0.01) +(0.05 0.32 0.01) +(0.055 0.32 0.01) +(0.06 0.32 0.01) +(0.065 0.32 0.01) +(0.07 0.32 0.01) +(0.075 0.32 0.01) +(0.08 0.32 0.01) +(0.085 0.32 0.01) +(0.09 0.32 0.01) +(0.095 0.32 0.01) +(0.1 0.32 0.01) +(0.105 0.32 0.01) +(0.11 0.32 0.01) +(0.115 0.32 0.01) +(0.12 0.32 0.01) +(0.125 0.32 0.01) +(0.13 0.32 0.01) +(0.135 0.32 0.01) +(0.14 0.32 0.01) +(0.145 0.32 0.01) +(0.15 0.32 0.01) +(0 0.325 0.01) +(0.005 0.325 0.01) +(0.01 0.325 0.01) +(0.015 0.325 0.01) +(0.02 0.325 0.01) +(0.025 0.325 0.01) +(0.03 0.325 0.01) +(0.035 0.325 0.01) +(0.04 0.325 0.01) +(0.045 0.325 0.01) +(0.05 0.325 0.01) +(0.055 0.325 0.01) +(0.06 0.325 0.01) +(0.065 0.325 0.01) +(0.07 0.325 0.01) +(0.075 0.325 0.01) +(0.08 0.325 0.01) +(0.085 0.325 0.01) +(0.09 0.325 0.01) +(0.095 0.325 0.01) +(0.1 0.325 0.01) +(0.105 0.325 0.01) +(0.11 0.325 0.01) +(0.115 0.325 0.01) +(0.12 0.325 0.01) +(0.125 0.325 0.01) +(0.13 0.325 0.01) +(0.135 0.325 0.01) +(0.14 0.325 0.01) +(0.145 0.325 0.01) +(0.15 0.325 0.01) +(0 0.33 0.01) +(0.005 0.33 0.01) +(0.01 0.33 0.01) +(0.015 0.33 0.01) +(0.02 0.33 0.01) +(0.025 0.33 0.01) +(0.03 0.33 0.01) +(0.035 0.33 0.01) +(0.04 0.33 0.01) +(0.045 0.33 0.01) +(0.05 0.33 0.01) +(0.055 0.33 0.01) +(0.06 0.33 0.01) +(0.065 0.33 0.01) +(0.07 0.33 0.01) +(0.075 0.33 0.01) +(0.08 0.33 0.01) +(0.085 0.33 0.01) +(0.09 0.33 0.01) +(0.095 0.33 0.01) +(0.1 0.33 0.01) +(0.105 0.33 0.01) +(0.11 0.33 0.01) +(0.115 0.33 0.01) +(0.12 0.33 0.01) +(0.125 0.33 0.01) +(0.13 0.33 0.01) +(0.135 0.33 0.01) +(0.14 0.33 0.01) +(0.145 0.33 0.01) +(0.15 0.33 0.01) +(0 0.335 0.01) +(0.005 0.335 0.01) +(0.01 0.335 0.01) +(0.015 0.335 0.01) +(0.02 0.335 0.01) +(0.025 0.335 0.01) +(0.03 0.335 0.01) +(0.035 0.335 0.01) +(0.04 0.335 0.01) +(0.045 0.335 0.01) +(0.05 0.335 0.01) +(0.055 0.335 0.01) +(0.06 0.335 0.01) +(0.065 0.335 0.01) +(0.07 0.335 0.01) +(0.075 0.335 0.01) +(0.08 0.335 0.01) +(0.085 0.335 0.01) +(0.09 0.335 0.01) +(0.095 0.335 0.01) +(0.1 0.335 0.01) +(0.105 0.335 0.01) +(0.11 0.335 0.01) +(0.115 0.335 0.01) +(0.12 0.335 0.01) +(0.125 0.335 0.01) +(0.13 0.335 0.01) +(0.135 0.335 0.01) +(0.14 0.335 0.01) +(0.145 0.335 0.01) +(0.15 0.335 0.01) +(0 0.34 0.01) +(0.005 0.34 0.01) +(0.01 0.34 0.01) +(0.015 0.34 0.01) +(0.02 0.34 0.01) +(0.025 0.34 0.01) +(0.03 0.34 0.01) +(0.035 0.34 0.01) +(0.04 0.34 0.01) +(0.045 0.34 0.01) +(0.05 0.34 0.01) +(0.055 0.34 0.01) +(0.06 0.34 0.01) +(0.065 0.34 0.01) +(0.07 0.34 0.01) +(0.075 0.34 0.01) +(0.08 0.34 0.01) +(0.085 0.34 0.01) +(0.09 0.34 0.01) +(0.095 0.34 0.01) +(0.1 0.34 0.01) +(0.105 0.34 0.01) +(0.11 0.34 0.01) +(0.115 0.34 0.01) +(0.12 0.34 0.01) +(0.125 0.34 0.01) +(0.13 0.34 0.01) +(0.135 0.34 0.01) +(0.14 0.34 0.01) +(0.145 0.34 0.01) +(0.15 0.34 0.01) +(0 0.345 0.01) +(0.005 0.345 0.01) +(0.01 0.345 0.01) +(0.015 0.345 0.01) +(0.02 0.345 0.01) +(0.025 0.345 0.01) +(0.03 0.345 0.01) +(0.035 0.345 0.01) +(0.04 0.345 0.01) +(0.045 0.345 0.01) +(0.05 0.345 0.01) +(0.055 0.345 0.01) +(0.06 0.345 0.01) +(0.065 0.345 0.01) +(0.07 0.345 0.01) +(0.075 0.345 0.01) +(0.08 0.345 0.01) +(0.085 0.345 0.01) +(0.09 0.345 0.01) +(0.095 0.345 0.01) +(0.1 0.345 0.01) +(0.105 0.345 0.01) +(0.11 0.345 0.01) +(0.115 0.345 0.01) +(0.12 0.345 0.01) +(0.125 0.345 0.01) +(0.13 0.345 0.01) +(0.135 0.345 0.01) +(0.14 0.345 0.01) +(0.145 0.345 0.01) +(0.15 0.345 0.01) +(0 0.35 0.01) +(0.005 0.35 0.01) +(0.01 0.35 0.01) +(0.015 0.35 0.01) +(0.02 0.35 0.01) +(0.025 0.35 0.01) +(0.03 0.35 0.01) +(0.035 0.35 0.01) +(0.04 0.35 0.01) +(0.045 0.35 0.01) +(0.05 0.35 0.01) +(0.055 0.35 0.01) +(0.06 0.35 0.01) +(0.065 0.35 0.01) +(0.07 0.35 0.01) +(0.075 0.35 0.01) +(0.08 0.35 0.01) +(0.085 0.35 0.01) +(0.09 0.35 0.01) +(0.095 0.35 0.01) +(0.1 0.35 0.01) +(0.105 0.35 0.01) +(0.11 0.35 0.01) +(0.115 0.35 0.01) +(0.12 0.35 0.01) +(0.125 0.35 0.01) +(0.13 0.35 0.01) +(0.135 0.35 0.01) +(0.14 0.35 0.01) +(0.145 0.35 0.01) +(0.15 0.35 0.01) +(0 0.355 0.01) +(0.005 0.355 0.01) +(0.01 0.355 0.01) +(0.015 0.355 0.01) +(0.02 0.355 0.01) +(0.025 0.355 0.01) +(0.03 0.355 0.01) +(0.035 0.355 0.01) +(0.04 0.355 0.01) +(0.045 0.355 0.01) +(0.05 0.355 0.01) +(0.055 0.355 0.01) +(0.06 0.355 0.01) +(0.065 0.355 0.01) +(0.07 0.355 0.01) +(0.075 0.355 0.01) +(0.08 0.355 0.01) +(0.085 0.355 0.01) +(0.09 0.355 0.01) +(0.095 0.355 0.01) +(0.1 0.355 0.01) +(0.105 0.355 0.01) +(0.11 0.355 0.01) +(0.115 0.355 0.01) +(0.12 0.355 0.01) +(0.125 0.355 0.01) +(0.13 0.355 0.01) +(0.135 0.355 0.01) +(0.14 0.355 0.01) +(0.145 0.355 0.01) +(0.15 0.355 0.01) +(0 0.36 0.01) +(0.005 0.36 0.01) +(0.01 0.36 0.01) +(0.015 0.36 0.01) +(0.02 0.36 0.01) +(0.025 0.36 0.01) +(0.03 0.36 0.01) +(0.035 0.36 0.01) +(0.04 0.36 0.01) +(0.045 0.36 0.01) +(0.05 0.36 0.01) +(0.055 0.36 0.01) +(0.06 0.36 0.01) +(0.065 0.36 0.01) +(0.07 0.36 0.01) +(0.075 0.36 0.01) +(0.08 0.36 0.01) +(0.085 0.36 0.01) +(0.09 0.36 0.01) +(0.095 0.36 0.01) +(0.1 0.36 0.01) +(0.105 0.36 0.01) +(0.11 0.36 0.01) +(0.115 0.36 0.01) +(0.12 0.36 0.01) +(0.125 0.36 0.01) +(0.13 0.36 0.01) +(0.135 0.36 0.01) +(0.14 0.36 0.01) +(0.145 0.36 0.01) +(0.15 0.36 0.01) +(0 0.365 0.01) +(0.005 0.365 0.01) +(0.01 0.365 0.01) +(0.015 0.365 0.01) +(0.02 0.365 0.01) +(0.025 0.365 0.01) +(0.03 0.365 0.01) +(0.035 0.365 0.01) +(0.04 0.365 0.01) +(0.045 0.365 0.01) +(0.05 0.365 0.01) +(0.055 0.365 0.01) +(0.06 0.365 0.01) +(0.065 0.365 0.01) +(0.07 0.365 0.01) +(0.075 0.365 0.01) +(0.08 0.365 0.01) +(0.085 0.365 0.01) +(0.09 0.365 0.01) +(0.095 0.365 0.01) +(0.1 0.365 0.01) +(0.105 0.365 0.01) +(0.11 0.365 0.01) +(0.115 0.365 0.01) +(0.12 0.365 0.01) +(0.125 0.365 0.01) +(0.13 0.365 0.01) +(0.135 0.365 0.01) +(0.14 0.365 0.01) +(0.145 0.365 0.01) +(0.15 0.365 0.01) +(0 0.37 0.01) +(0.005 0.37 0.01) +(0.01 0.37 0.01) +(0.015 0.37 0.01) +(0.02 0.37 0.01) +(0.025 0.37 0.01) +(0.03 0.37 0.01) +(0.035 0.37 0.01) +(0.04 0.37 0.01) +(0.045 0.37 0.01) +(0.05 0.37 0.01) +(0.055 0.37 0.01) +(0.06 0.37 0.01) +(0.065 0.37 0.01) +(0.07 0.37 0.01) +(0.075 0.37 0.01) +(0.08 0.37 0.01) +(0.085 0.37 0.01) +(0.09 0.37 0.01) +(0.095 0.37 0.01) +(0.1 0.37 0.01) +(0.105 0.37 0.01) +(0.11 0.37 0.01) +(0.115 0.37 0.01) +(0.12 0.37 0.01) +(0.125 0.37 0.01) +(0.13 0.37 0.01) +(0.135 0.37 0.01) +(0.14 0.37 0.01) +(0.145 0.37 0.01) +(0.15 0.37 0.01) +(0 0.375 0.01) +(0.005 0.375 0.01) +(0.01 0.375 0.01) +(0.015 0.375 0.01) +(0.02 0.375 0.01) +(0.025 0.375 0.01) +(0.03 0.375 0.01) +(0.035 0.375 0.01) +(0.04 0.375 0.01) +(0.045 0.375 0.01) +(0.05 0.375 0.01) +(0.055 0.375 0.01) +(0.06 0.375 0.01) +(0.065 0.375 0.01) +(0.07 0.375 0.01) +(0.075 0.375 0.01) +(0.08 0.375 0.01) +(0.085 0.375 0.01) +(0.09 0.375 0.01) +(0.095 0.375 0.01) +(0.1 0.375 0.01) +(0.105 0.375 0.01) +(0.11 0.375 0.01) +(0.115 0.375 0.01) +(0.12 0.375 0.01) +(0.125 0.375 0.01) +(0.13 0.375 0.01) +(0.135 0.375 0.01) +(0.14 0.375 0.01) +(0.145 0.375 0.01) +(0.15 0.375 0.01) +(0 0.38 0.01) +(0.005 0.38 0.01) +(0.01 0.38 0.01) +(0.015 0.38 0.01) +(0.02 0.38 0.01) +(0.025 0.38 0.01) +(0.03 0.38 0.01) +(0.035 0.38 0.01) +(0.04 0.38 0.01) +(0.045 0.38 0.01) +(0.05 0.38 0.01) +(0.055 0.38 0.01) +(0.06 0.38 0.01) +(0.065 0.38 0.01) +(0.07 0.38 0.01) +(0.075 0.38 0.01) +(0.08 0.38 0.01) +(0.085 0.38 0.01) +(0.09 0.38 0.01) +(0.095 0.38 0.01) +(0.1 0.38 0.01) +(0.105 0.38 0.01) +(0.11 0.38 0.01) +(0.115 0.38 0.01) +(0.12 0.38 0.01) +(0.125 0.38 0.01) +(0.13 0.38 0.01) +(0.135 0.38 0.01) +(0.14 0.38 0.01) +(0.145 0.38 0.01) +(0.15 0.38 0.01) +(0 0.385 0.01) +(0.005 0.385 0.01) +(0.01 0.385 0.01) +(0.015 0.385 0.01) +(0.02 0.385 0.01) +(0.025 0.385 0.01) +(0.03 0.385 0.01) +(0.035 0.385 0.01) +(0.04 0.385 0.01) +(0.045 0.385 0.01) +(0.05 0.385 0.01) +(0.055 0.385 0.01) +(0.06 0.385 0.01) +(0.065 0.385 0.01) +(0.07 0.385 0.01) +(0.075 0.385 0.01) +(0.08 0.385 0.01) +(0.085 0.385 0.01) +(0.09 0.385 0.01) +(0.095 0.385 0.01) +(0.1 0.385 0.01) +(0.105 0.385 0.01) +(0.11 0.385 0.01) +(0.115 0.385 0.01) +(0.12 0.385 0.01) +(0.125 0.385 0.01) +(0.13 0.385 0.01) +(0.135 0.385 0.01) +(0.14 0.385 0.01) +(0.145 0.385 0.01) +(0.15 0.385 0.01) +(0 0.39 0.01) +(0.005 0.39 0.01) +(0.01 0.39 0.01) +(0.015 0.39 0.01) +(0.02 0.39 0.01) +(0.025 0.39 0.01) +(0.03 0.39 0.01) +(0.035 0.39 0.01) +(0.04 0.39 0.01) +(0.045 0.39 0.01) +(0.05 0.39 0.01) +(0.055 0.39 0.01) +(0.06 0.39 0.01) +(0.065 0.39 0.01) +(0.07 0.39 0.01) +(0.075 0.39 0.01) +(0.08 0.39 0.01) +(0.085 0.39 0.01) +(0.09 0.39 0.01) +(0.095 0.39 0.01) +(0.1 0.39 0.01) +(0.105 0.39 0.01) +(0.11 0.39 0.01) +(0.115 0.39 0.01) +(0.12 0.39 0.01) +(0.125 0.39 0.01) +(0.13 0.39 0.01) +(0.135 0.39 0.01) +(0.14 0.39 0.01) +(0.145 0.39 0.01) +(0.15 0.39 0.01) +(0 0.395 0.01) +(0.005 0.395 0.01) +(0.01 0.395 0.01) +(0.015 0.395 0.01) +(0.02 0.395 0.01) +(0.025 0.395 0.01) +(0.03 0.395 0.01) +(0.035 0.395 0.01) +(0.04 0.395 0.01) +(0.045 0.395 0.01) +(0.05 0.395 0.01) +(0.055 0.395 0.01) +(0.06 0.395 0.01) +(0.065 0.395 0.01) +(0.07 0.395 0.01) +(0.075 0.395 0.01) +(0.08 0.395 0.01) +(0.085 0.395 0.01) +(0.09 0.395 0.01) +(0.095 0.395 0.01) +(0.1 0.395 0.01) +(0.105 0.395 0.01) +(0.11 0.395 0.01) +(0.115 0.395 0.01) +(0.12 0.395 0.01) +(0.125 0.395 0.01) +(0.13 0.395 0.01) +(0.135 0.395 0.01) +(0.14 0.395 0.01) +(0.145 0.395 0.01) +(0.15 0.395 0.01) +(0 0.4 0.01) +(0.005 0.4 0.01) +(0.01 0.4 0.01) +(0.015 0.4 0.01) +(0.02 0.4 0.01) +(0.025 0.4 0.01) +(0.03 0.4 0.01) +(0.035 0.4 0.01) +(0.04 0.4 0.01) +(0.045 0.4 0.01) +(0.05 0.4 0.01) +(0.055 0.4 0.01) +(0.06 0.4 0.01) +(0.065 0.4 0.01) +(0.07 0.4 0.01) +(0.075 0.4 0.01) +(0.08 0.4 0.01) +(0.085 0.4 0.01) +(0.09 0.4 0.01) +(0.095 0.4 0.01) +(0.1 0.4 0.01) +(0.105 0.4 0.01) +(0.11 0.4 0.01) +(0.115 0.4 0.01) +(0.12 0.4 0.01) +(0.125 0.4 0.01) +(0.13 0.4 0.01) +(0.135 0.4 0.01) +(0.14 0.4 0.01) +(0.145 0.4 0.01) +(0.15 0.4 0.01) +(0 0.405 0.01) +(0.005 0.405 0.01) +(0.01 0.405 0.01) +(0.015 0.405 0.01) +(0.02 0.405 0.01) +(0.025 0.405 0.01) +(0.03 0.405 0.01) +(0.035 0.405 0.01) +(0.04 0.405 0.01) +(0.045 0.405 0.01) +(0.05 0.405 0.01) +(0.055 0.405 0.01) +(0.06 0.405 0.01) +(0.065 0.405 0.01) +(0.07 0.405 0.01) +(0.075 0.405 0.01) +(0.08 0.405 0.01) +(0.085 0.405 0.01) +(0.09 0.405 0.01) +(0.095 0.405 0.01) +(0.1 0.405 0.01) +(0.105 0.405 0.01) +(0.11 0.405 0.01) +(0.115 0.405 0.01) +(0.12 0.405 0.01) +(0.125 0.405 0.01) +(0.13 0.405 0.01) +(0.135 0.405 0.01) +(0.14 0.405 0.01) +(0.145 0.405 0.01) +(0.15 0.405 0.01) +(0 0.41 0.01) +(0.005 0.41 0.01) +(0.01 0.41 0.01) +(0.015 0.41 0.01) +(0.02 0.41 0.01) +(0.025 0.41 0.01) +(0.03 0.41 0.01) +(0.035 0.41 0.01) +(0.04 0.41 0.01) +(0.045 0.41 0.01) +(0.05 0.41 0.01) +(0.055 0.41 0.01) +(0.06 0.41 0.01) +(0.065 0.41 0.01) +(0.07 0.41 0.01) +(0.075 0.41 0.01) +(0.08 0.41 0.01) +(0.085 0.41 0.01) +(0.09 0.41 0.01) +(0.095 0.41 0.01) +(0.1 0.41 0.01) +(0.105 0.41 0.01) +(0.11 0.41 0.01) +(0.115 0.41 0.01) +(0.12 0.41 0.01) +(0.125 0.41 0.01) +(0.13 0.41 0.01) +(0.135 0.41 0.01) +(0.14 0.41 0.01) +(0.145 0.41 0.01) +(0.15 0.41 0.01) +(0 0.415 0.01) +(0.005 0.415 0.01) +(0.01 0.415 0.01) +(0.015 0.415 0.01) +(0.02 0.415 0.01) +(0.025 0.415 0.01) +(0.03 0.415 0.01) +(0.035 0.415 0.01) +(0.04 0.415 0.01) +(0.045 0.415 0.01) +(0.05 0.415 0.01) +(0.055 0.415 0.01) +(0.06 0.415 0.01) +(0.065 0.415 0.01) +(0.07 0.415 0.01) +(0.075 0.415 0.01) +(0.08 0.415 0.01) +(0.085 0.415 0.01) +(0.09 0.415 0.01) +(0.095 0.415 0.01) +(0.1 0.415 0.01) +(0.105 0.415 0.01) +(0.11 0.415 0.01) +(0.115 0.415 0.01) +(0.12 0.415 0.01) +(0.125 0.415 0.01) +(0.13 0.415 0.01) +(0.135 0.415 0.01) +(0.14 0.415 0.01) +(0.145 0.415 0.01) +(0.15 0.415 0.01) +(0 0.42 0.01) +(0.005 0.42 0.01) +(0.01 0.42 0.01) +(0.015 0.42 0.01) +(0.02 0.42 0.01) +(0.025 0.42 0.01) +(0.03 0.42 0.01) +(0.035 0.42 0.01) +(0.04 0.42 0.01) +(0.045 0.42 0.01) +(0.05 0.42 0.01) +(0.055 0.42 0.01) +(0.06 0.42 0.01) +(0.065 0.42 0.01) +(0.07 0.42 0.01) +(0.075 0.42 0.01) +(0.08 0.42 0.01) +(0.085 0.42 0.01) +(0.09 0.42 0.01) +(0.095 0.42 0.01) +(0.1 0.42 0.01) +(0.105 0.42 0.01) +(0.11 0.42 0.01) +(0.115 0.42 0.01) +(0.12 0.42 0.01) +(0.125 0.42 0.01) +(0.13 0.42 0.01) +(0.135 0.42 0.01) +(0.14 0.42 0.01) +(0.145 0.42 0.01) +(0.15 0.42 0.01) +(0 0.425 0.01) +(0.005 0.425 0.01) +(0.01 0.425 0.01) +(0.015 0.425 0.01) +(0.02 0.425 0.01) +(0.025 0.425 0.01) +(0.03 0.425 0.01) +(0.035 0.425 0.01) +(0.04 0.425 0.01) +(0.045 0.425 0.01) +(0.05 0.425 0.01) +(0.055 0.425 0.01) +(0.06 0.425 0.01) +(0.065 0.425 0.01) +(0.07 0.425 0.01) +(0.075 0.425 0.01) +(0.08 0.425 0.01) +(0.085 0.425 0.01) +(0.09 0.425 0.01) +(0.095 0.425 0.01) +(0.1 0.425 0.01) +(0.105 0.425 0.01) +(0.11 0.425 0.01) +(0.115 0.425 0.01) +(0.12 0.425 0.01) +(0.125 0.425 0.01) +(0.13 0.425 0.01) +(0.135 0.425 0.01) +(0.14 0.425 0.01) +(0.145 0.425 0.01) +(0.15 0.425 0.01) +(0 0.43 0.01) +(0.005 0.43 0.01) +(0.01 0.43 0.01) +(0.015 0.43 0.01) +(0.02 0.43 0.01) +(0.025 0.43 0.01) +(0.03 0.43 0.01) +(0.035 0.43 0.01) +(0.04 0.43 0.01) +(0.045 0.43 0.01) +(0.05 0.43 0.01) +(0.055 0.43 0.01) +(0.06 0.43 0.01) +(0.065 0.43 0.01) +(0.07 0.43 0.01) +(0.075 0.43 0.01) +(0.08 0.43 0.01) +(0.085 0.43 0.01) +(0.09 0.43 0.01) +(0.095 0.43 0.01) +(0.1 0.43 0.01) +(0.105 0.43 0.01) +(0.11 0.43 0.01) +(0.115 0.43 0.01) +(0.12 0.43 0.01) +(0.125 0.43 0.01) +(0.13 0.43 0.01) +(0.135 0.43 0.01) +(0.14 0.43 0.01) +(0.145 0.43 0.01) +(0.15 0.43 0.01) +(0 0.435 0.01) +(0.005 0.435 0.01) +(0.01 0.435 0.01) +(0.015 0.435 0.01) +(0.02 0.435 0.01) +(0.025 0.435 0.01) +(0.03 0.435 0.01) +(0.035 0.435 0.01) +(0.04 0.435 0.01) +(0.045 0.435 0.01) +(0.05 0.435 0.01) +(0.055 0.435 0.01) +(0.06 0.435 0.01) +(0.065 0.435 0.01) +(0.07 0.435 0.01) +(0.075 0.435 0.01) +(0.08 0.435 0.01) +(0.085 0.435 0.01) +(0.09 0.435 0.01) +(0.095 0.435 0.01) +(0.1 0.435 0.01) +(0.105 0.435 0.01) +(0.11 0.435 0.01) +(0.115 0.435 0.01) +(0.12 0.435 0.01) +(0.125 0.435 0.01) +(0.13 0.435 0.01) +(0.135 0.435 0.01) +(0.14 0.435 0.01) +(0.145 0.435 0.01) +(0.15 0.435 0.01) +(0 0.44 0.01) +(0.005 0.44 0.01) +(0.01 0.44 0.01) +(0.015 0.44 0.01) +(0.02 0.44 0.01) +(0.025 0.44 0.01) +(0.03 0.44 0.01) +(0.035 0.44 0.01) +(0.04 0.44 0.01) +(0.045 0.44 0.01) +(0.05 0.44 0.01) +(0.055 0.44 0.01) +(0.06 0.44 0.01) +(0.065 0.44 0.01) +(0.07 0.44 0.01) +(0.075 0.44 0.01) +(0.08 0.44 0.01) +(0.085 0.44 0.01) +(0.09 0.44 0.01) +(0.095 0.44 0.01) +(0.1 0.44 0.01) +(0.105 0.44 0.01) +(0.11 0.44 0.01) +(0.115 0.44 0.01) +(0.12 0.44 0.01) +(0.125 0.44 0.01) +(0.13 0.44 0.01) +(0.135 0.44 0.01) +(0.14 0.44 0.01) +(0.145 0.44 0.01) +(0.15 0.44 0.01) +(0 0.445 0.01) +(0.005 0.445 0.01) +(0.01 0.445 0.01) +(0.015 0.445 0.01) +(0.02 0.445 0.01) +(0.025 0.445 0.01) +(0.03 0.445 0.01) +(0.035 0.445 0.01) +(0.04 0.445 0.01) +(0.045 0.445 0.01) +(0.05 0.445 0.01) +(0.055 0.445 0.01) +(0.06 0.445 0.01) +(0.065 0.445 0.01) +(0.07 0.445 0.01) +(0.075 0.445 0.01) +(0.08 0.445 0.01) +(0.085 0.445 0.01) +(0.09 0.445 0.01) +(0.095 0.445 0.01) +(0.1 0.445 0.01) +(0.105 0.445 0.01) +(0.11 0.445 0.01) +(0.115 0.445 0.01) +(0.12 0.445 0.01) +(0.125 0.445 0.01) +(0.13 0.445 0.01) +(0.135 0.445 0.01) +(0.14 0.445 0.01) +(0.145 0.445 0.01) +(0.15 0.445 0.01) +(0 0.45 0.01) +(0.005 0.45 0.01) +(0.01 0.45 0.01) +(0.015 0.45 0.01) +(0.02 0.45 0.01) +(0.025 0.45 0.01) +(0.03 0.45 0.01) +(0.035 0.45 0.01) +(0.04 0.45 0.01) +(0.045 0.45 0.01) +(0.05 0.45 0.01) +(0.055 0.45 0.01) +(0.06 0.45 0.01) +(0.065 0.45 0.01) +(0.07 0.45 0.01) +(0.075 0.45 0.01) +(0.08 0.45 0.01) +(0.085 0.45 0.01) +(0.09 0.45 0.01) +(0.095 0.45 0.01) +(0.1 0.45 0.01) +(0.105 0.45 0.01) +(0.11 0.45 0.01) +(0.115 0.45 0.01) +(0.12 0.45 0.01) +(0.125 0.45 0.01) +(0.13 0.45 0.01) +(0.135 0.45 0.01) +(0.14 0.45 0.01) +(0.145 0.45 0.01) +(0.15 0.45 0.01) +(0 0.455 0.01) +(0.005 0.455 0.01) +(0.01 0.455 0.01) +(0.015 0.455 0.01) +(0.02 0.455 0.01) +(0.025 0.455 0.01) +(0.03 0.455 0.01) +(0.035 0.455 0.01) +(0.04 0.455 0.01) +(0.045 0.455 0.01) +(0.05 0.455 0.01) +(0.055 0.455 0.01) +(0.06 0.455 0.01) +(0.065 0.455 0.01) +(0.07 0.455 0.01) +(0.075 0.455 0.01) +(0.08 0.455 0.01) +(0.085 0.455 0.01) +(0.09 0.455 0.01) +(0.095 0.455 0.01) +(0.1 0.455 0.01) +(0.105 0.455 0.01) +(0.11 0.455 0.01) +(0.115 0.455 0.01) +(0.12 0.455 0.01) +(0.125 0.455 0.01) +(0.13 0.455 0.01) +(0.135 0.455 0.01) +(0.14 0.455 0.01) +(0.145 0.455 0.01) +(0.15 0.455 0.01) +(0 0.46 0.01) +(0.005 0.46 0.01) +(0.01 0.46 0.01) +(0.015 0.46 0.01) +(0.02 0.46 0.01) +(0.025 0.46 0.01) +(0.03 0.46 0.01) +(0.035 0.46 0.01) +(0.04 0.46 0.01) +(0.045 0.46 0.01) +(0.05 0.46 0.01) +(0.055 0.46 0.01) +(0.06 0.46 0.01) +(0.065 0.46 0.01) +(0.07 0.46 0.01) +(0.075 0.46 0.01) +(0.08 0.46 0.01) +(0.085 0.46 0.01) +(0.09 0.46 0.01) +(0.095 0.46 0.01) +(0.1 0.46 0.01) +(0.105 0.46 0.01) +(0.11 0.46 0.01) +(0.115 0.46 0.01) +(0.12 0.46 0.01) +(0.125 0.46 0.01) +(0.13 0.46 0.01) +(0.135 0.46 0.01) +(0.14 0.46 0.01) +(0.145 0.46 0.01) +(0.15 0.46 0.01) +(0 0.465 0.01) +(0.005 0.465 0.01) +(0.01 0.465 0.01) +(0.015 0.465 0.01) +(0.02 0.465 0.01) +(0.025 0.465 0.01) +(0.03 0.465 0.01) +(0.035 0.465 0.01) +(0.04 0.465 0.01) +(0.045 0.465 0.01) +(0.05 0.465 0.01) +(0.055 0.465 0.01) +(0.06 0.465 0.01) +(0.065 0.465 0.01) +(0.07 0.465 0.01) +(0.075 0.465 0.01) +(0.08 0.465 0.01) +(0.085 0.465 0.01) +(0.09 0.465 0.01) +(0.095 0.465 0.01) +(0.1 0.465 0.01) +(0.105 0.465 0.01) +(0.11 0.465 0.01) +(0.115 0.465 0.01) +(0.12 0.465 0.01) +(0.125 0.465 0.01) +(0.13 0.465 0.01) +(0.135 0.465 0.01) +(0.14 0.465 0.01) +(0.145 0.465 0.01) +(0.15 0.465 0.01) +(0 0.47 0.01) +(0.005 0.47 0.01) +(0.01 0.47 0.01) +(0.015 0.47 0.01) +(0.02 0.47 0.01) +(0.025 0.47 0.01) +(0.03 0.47 0.01) +(0.035 0.47 0.01) +(0.04 0.47 0.01) +(0.045 0.47 0.01) +(0.05 0.47 0.01) +(0.055 0.47 0.01) +(0.06 0.47 0.01) +(0.065 0.47 0.01) +(0.07 0.47 0.01) +(0.075 0.47 0.01) +(0.08 0.47 0.01) +(0.085 0.47 0.01) +(0.09 0.47 0.01) +(0.095 0.47 0.01) +(0.1 0.47 0.01) +(0.105 0.47 0.01) +(0.11 0.47 0.01) +(0.115 0.47 0.01) +(0.12 0.47 0.01) +(0.125 0.47 0.01) +(0.13 0.47 0.01) +(0.135 0.47 0.01) +(0.14 0.47 0.01) +(0.145 0.47 0.01) +(0.15 0.47 0.01) +(0 0.475 0.01) +(0.005 0.475 0.01) +(0.01 0.475 0.01) +(0.015 0.475 0.01) +(0.02 0.475 0.01) +(0.025 0.475 0.01) +(0.03 0.475 0.01) +(0.035 0.475 0.01) +(0.04 0.475 0.01) +(0.045 0.475 0.01) +(0.05 0.475 0.01) +(0.055 0.475 0.01) +(0.06 0.475 0.01) +(0.065 0.475 0.01) +(0.07 0.475 0.01) +(0.075 0.475 0.01) +(0.08 0.475 0.01) +(0.085 0.475 0.01) +(0.09 0.475 0.01) +(0.095 0.475 0.01) +(0.1 0.475 0.01) +(0.105 0.475 0.01) +(0.11 0.475 0.01) +(0.115 0.475 0.01) +(0.12 0.475 0.01) +(0.125 0.475 0.01) +(0.13 0.475 0.01) +(0.135 0.475 0.01) +(0.14 0.475 0.01) +(0.145 0.475 0.01) +(0.15 0.475 0.01) +(0 0.48 0.01) +(0.005 0.48 0.01) +(0.01 0.48 0.01) +(0.015 0.48 0.01) +(0.02 0.48 0.01) +(0.025 0.48 0.01) +(0.03 0.48 0.01) +(0.035 0.48 0.01) +(0.04 0.48 0.01) +(0.045 0.48 0.01) +(0.05 0.48 0.01) +(0.055 0.48 0.01) +(0.06 0.48 0.01) +(0.065 0.48 0.01) +(0.07 0.48 0.01) +(0.075 0.48 0.01) +(0.08 0.48 0.01) +(0.085 0.48 0.01) +(0.09 0.48 0.01) +(0.095 0.48 0.01) +(0.1 0.48 0.01) +(0.105 0.48 0.01) +(0.11 0.48 0.01) +(0.115 0.48 0.01) +(0.12 0.48 0.01) +(0.125 0.48 0.01) +(0.13 0.48 0.01) +(0.135 0.48 0.01) +(0.14 0.48 0.01) +(0.145 0.48 0.01) +(0.15 0.48 0.01) +(0 0.485 0.01) +(0.005 0.485 0.01) +(0.01 0.485 0.01) +(0.015 0.485 0.01) +(0.02 0.485 0.01) +(0.025 0.485 0.01) +(0.03 0.485 0.01) +(0.035 0.485 0.01) +(0.04 0.485 0.01) +(0.045 0.485 0.01) +(0.05 0.485 0.01) +(0.055 0.485 0.01) +(0.06 0.485 0.01) +(0.065 0.485 0.01) +(0.07 0.485 0.01) +(0.075 0.485 0.01) +(0.08 0.485 0.01) +(0.085 0.485 0.01) +(0.09 0.485 0.01) +(0.095 0.485 0.01) +(0.1 0.485 0.01) +(0.105 0.485 0.01) +(0.11 0.485 0.01) +(0.115 0.485 0.01) +(0.12 0.485 0.01) +(0.125 0.485 0.01) +(0.13 0.485 0.01) +(0.135 0.485 0.01) +(0.14 0.485 0.01) +(0.145 0.485 0.01) +(0.15 0.485 0.01) +(0 0.49 0.01) +(0.005 0.49 0.01) +(0.01 0.49 0.01) +(0.015 0.49 0.01) +(0.02 0.49 0.01) +(0.025 0.49 0.01) +(0.03 0.49 0.01) +(0.035 0.49 0.01) +(0.04 0.49 0.01) +(0.045 0.49 0.01) +(0.05 0.49 0.01) +(0.055 0.49 0.01) +(0.06 0.49 0.01) +(0.065 0.49 0.01) +(0.07 0.49 0.01) +(0.075 0.49 0.01) +(0.08 0.49 0.01) +(0.085 0.49 0.01) +(0.09 0.49 0.01) +(0.095 0.49 0.01) +(0.1 0.49 0.01) +(0.105 0.49 0.01) +(0.11 0.49 0.01) +(0.115 0.49 0.01) +(0.12 0.49 0.01) +(0.125 0.49 0.01) +(0.13 0.49 0.01) +(0.135 0.49 0.01) +(0.14 0.49 0.01) +(0.145 0.49 0.01) +(0.15 0.49 0.01) +(0 0.495 0.01) +(0.005 0.495 0.01) +(0.01 0.495 0.01) +(0.015 0.495 0.01) +(0.02 0.495 0.01) +(0.025 0.495 0.01) +(0.03 0.495 0.01) +(0.035 0.495 0.01) +(0.04 0.495 0.01) +(0.045 0.495 0.01) +(0.05 0.495 0.01) +(0.055 0.495 0.01) +(0.06 0.495 0.01) +(0.065 0.495 0.01) +(0.07 0.495 0.01) +(0.075 0.495 0.01) +(0.08 0.495 0.01) +(0.085 0.495 0.01) +(0.09 0.495 0.01) +(0.095 0.495 0.01) +(0.1 0.495 0.01) +(0.105 0.495 0.01) +(0.11 0.495 0.01) +(0.115 0.495 0.01) +(0.12 0.495 0.01) +(0.125 0.495 0.01) +(0.13 0.495 0.01) +(0.135 0.495 0.01) +(0.14 0.495 0.01) +(0.145 0.495 0.01) +(0.15 0.495 0.01) +(0 0.5 0.01) +(0.005 0.5 0.01) +(0.01 0.5 0.01) +(0.015 0.5 0.01) +(0.02 0.5 0.01) +(0.025 0.5 0.01) +(0.03 0.5 0.01) +(0.035 0.5 0.01) +(0.04 0.5 0.01) +(0.045 0.5 0.01) +(0.05 0.5 0.01) +(0.055 0.5 0.01) +(0.06 0.5 0.01) +(0.065 0.5 0.01) +(0.07 0.5 0.01) +(0.075 0.5 0.01) +(0.08 0.5 0.01) +(0.085 0.5 0.01) +(0.09 0.5 0.01) +(0.095 0.5 0.01) +(0.1 0.5 0.01) +(0.105 0.5 0.01) +(0.11 0.5 0.01) +(0.115 0.5 0.01) +(0.12 0.5 0.01) +(0.125 0.5 0.01) +(0.13 0.5 0.01) +(0.135 0.5 0.01) +(0.14 0.5 0.01) +(0.145 0.5 0.01) +(0.15 0.5 0.01) +(0 0.505 0.01) +(0.005 0.505 0.01) +(0.01 0.505 0.01) +(0.015 0.505 0.01) +(0.02 0.505 0.01) +(0.025 0.505 0.01) +(0.03 0.505 0.01) +(0.035 0.505 0.01) +(0.04 0.505 0.01) +(0.045 0.505 0.01) +(0.05 0.505 0.01) +(0.055 0.505 0.01) +(0.06 0.505 0.01) +(0.065 0.505 0.01) +(0.07 0.505 0.01) +(0.075 0.505 0.01) +(0.08 0.505 0.01) +(0.085 0.505 0.01) +(0.09 0.505 0.01) +(0.095 0.505 0.01) +(0.1 0.505 0.01) +(0.105 0.505 0.01) +(0.11 0.505 0.01) +(0.115 0.505 0.01) +(0.12 0.505 0.01) +(0.125 0.505 0.01) +(0.13 0.505 0.01) +(0.135 0.505 0.01) +(0.14 0.505 0.01) +(0.145 0.505 0.01) +(0.15 0.505 0.01) +(0 0.51 0.01) +(0.005 0.51 0.01) +(0.01 0.51 0.01) +(0.015 0.51 0.01) +(0.02 0.51 0.01) +(0.025 0.51 0.01) +(0.03 0.51 0.01) +(0.035 0.51 0.01) +(0.04 0.51 0.01) +(0.045 0.51 0.01) +(0.05 0.51 0.01) +(0.055 0.51 0.01) +(0.06 0.51 0.01) +(0.065 0.51 0.01) +(0.07 0.51 0.01) +(0.075 0.51 0.01) +(0.08 0.51 0.01) +(0.085 0.51 0.01) +(0.09 0.51 0.01) +(0.095 0.51 0.01) +(0.1 0.51 0.01) +(0.105 0.51 0.01) +(0.11 0.51 0.01) +(0.115 0.51 0.01) +(0.12 0.51 0.01) +(0.125 0.51 0.01) +(0.13 0.51 0.01) +(0.135 0.51 0.01) +(0.14 0.51 0.01) +(0.145 0.51 0.01) +(0.15 0.51 0.01) +(0 0.515 0.01) +(0.005 0.515 0.01) +(0.01 0.515 0.01) +(0.015 0.515 0.01) +(0.02 0.515 0.01) +(0.025 0.515 0.01) +(0.03 0.515 0.01) +(0.035 0.515 0.01) +(0.04 0.515 0.01) +(0.045 0.515 0.01) +(0.05 0.515 0.01) +(0.055 0.515 0.01) +(0.06 0.515 0.01) +(0.065 0.515 0.01) +(0.07 0.515 0.01) +(0.075 0.515 0.01) +(0.08 0.515 0.01) +(0.085 0.515 0.01) +(0.09 0.515 0.01) +(0.095 0.515 0.01) +(0.1 0.515 0.01) +(0.105 0.515 0.01) +(0.11 0.515 0.01) +(0.115 0.515 0.01) +(0.12 0.515 0.01) +(0.125 0.515 0.01) +(0.13 0.515 0.01) +(0.135 0.515 0.01) +(0.14 0.515 0.01) +(0.145 0.515 0.01) +(0.15 0.515 0.01) +(0 0.52 0.01) +(0.005 0.52 0.01) +(0.01 0.52 0.01) +(0.015 0.52 0.01) +(0.02 0.52 0.01) +(0.025 0.52 0.01) +(0.03 0.52 0.01) +(0.035 0.52 0.01) +(0.04 0.52 0.01) +(0.045 0.52 0.01) +(0.05 0.52 0.01) +(0.055 0.52 0.01) +(0.06 0.52 0.01) +(0.065 0.52 0.01) +(0.07 0.52 0.01) +(0.075 0.52 0.01) +(0.08 0.52 0.01) +(0.085 0.52 0.01) +(0.09 0.52 0.01) +(0.095 0.52 0.01) +(0.1 0.52 0.01) +(0.105 0.52 0.01) +(0.11 0.52 0.01) +(0.115 0.52 0.01) +(0.12 0.52 0.01) +(0.125 0.52 0.01) +(0.13 0.52 0.01) +(0.135 0.52 0.01) +(0.14 0.52 0.01) +(0.145 0.52 0.01) +(0.15 0.52 0.01) +(0 0.525 0.01) +(0.005 0.525 0.01) +(0.01 0.525 0.01) +(0.015 0.525 0.01) +(0.02 0.525 0.01) +(0.025 0.525 0.01) +(0.03 0.525 0.01) +(0.035 0.525 0.01) +(0.04 0.525 0.01) +(0.045 0.525 0.01) +(0.05 0.525 0.01) +(0.055 0.525 0.01) +(0.06 0.525 0.01) +(0.065 0.525 0.01) +(0.07 0.525 0.01) +(0.075 0.525 0.01) +(0.08 0.525 0.01) +(0.085 0.525 0.01) +(0.09 0.525 0.01) +(0.095 0.525 0.01) +(0.1 0.525 0.01) +(0.105 0.525 0.01) +(0.11 0.525 0.01) +(0.115 0.525 0.01) +(0.12 0.525 0.01) +(0.125 0.525 0.01) +(0.13 0.525 0.01) +(0.135 0.525 0.01) +(0.14 0.525 0.01) +(0.145 0.525 0.01) +(0.15 0.525 0.01) +(0 0.53 0.01) +(0.005 0.53 0.01) +(0.01 0.53 0.01) +(0.015 0.53 0.01) +(0.02 0.53 0.01) +(0.025 0.53 0.01) +(0.03 0.53 0.01) +(0.035 0.53 0.01) +(0.04 0.53 0.01) +(0.045 0.53 0.01) +(0.05 0.53 0.01) +(0.055 0.53 0.01) +(0.06 0.53 0.01) +(0.065 0.53 0.01) +(0.07 0.53 0.01) +(0.075 0.53 0.01) +(0.08 0.53 0.01) +(0.085 0.53 0.01) +(0.09 0.53 0.01) +(0.095 0.53 0.01) +(0.1 0.53 0.01) +(0.105 0.53 0.01) +(0.11 0.53 0.01) +(0.115 0.53 0.01) +(0.12 0.53 0.01) +(0.125 0.53 0.01) +(0.13 0.53 0.01) +(0.135 0.53 0.01) +(0.14 0.53 0.01) +(0.145 0.53 0.01) +(0.15 0.53 0.01) +(0 0.535 0.01) +(0.005 0.535 0.01) +(0.01 0.535 0.01) +(0.015 0.535 0.01) +(0.02 0.535 0.01) +(0.025 0.535 0.01) +(0.03 0.535 0.01) +(0.035 0.535 0.01) +(0.04 0.535 0.01) +(0.045 0.535 0.01) +(0.05 0.535 0.01) +(0.055 0.535 0.01) +(0.06 0.535 0.01) +(0.065 0.535 0.01) +(0.07 0.535 0.01) +(0.075 0.535 0.01) +(0.08 0.535 0.01) +(0.085 0.535 0.01) +(0.09 0.535 0.01) +(0.095 0.535 0.01) +(0.1 0.535 0.01) +(0.105 0.535 0.01) +(0.11 0.535 0.01) +(0.115 0.535 0.01) +(0.12 0.535 0.01) +(0.125 0.535 0.01) +(0.13 0.535 0.01) +(0.135 0.535 0.01) +(0.14 0.535 0.01) +(0.145 0.535 0.01) +(0.15 0.535 0.01) +(0 0.54 0.01) +(0.005 0.54 0.01) +(0.01 0.54 0.01) +(0.015 0.54 0.01) +(0.02 0.54 0.01) +(0.025 0.54 0.01) +(0.03 0.54 0.01) +(0.035 0.54 0.01) +(0.04 0.54 0.01) +(0.045 0.54 0.01) +(0.05 0.54 0.01) +(0.055 0.54 0.01) +(0.06 0.54 0.01) +(0.065 0.54 0.01) +(0.07 0.54 0.01) +(0.075 0.54 0.01) +(0.08 0.54 0.01) +(0.085 0.54 0.01) +(0.09 0.54 0.01) +(0.095 0.54 0.01) +(0.1 0.54 0.01) +(0.105 0.54 0.01) +(0.11 0.54 0.01) +(0.115 0.54 0.01) +(0.12 0.54 0.01) +(0.125 0.54 0.01) +(0.13 0.54 0.01) +(0.135 0.54 0.01) +(0.14 0.54 0.01) +(0.145 0.54 0.01) +(0.15 0.54 0.01) +(0 0.545 0.01) +(0.005 0.545 0.01) +(0.01 0.545 0.01) +(0.015 0.545 0.01) +(0.02 0.545 0.01) +(0.025 0.545 0.01) +(0.03 0.545 0.01) +(0.035 0.545 0.01) +(0.04 0.545 0.01) +(0.045 0.545 0.01) +(0.05 0.545 0.01) +(0.055 0.545 0.01) +(0.06 0.545 0.01) +(0.065 0.545 0.01) +(0.07 0.545 0.01) +(0.075 0.545 0.01) +(0.08 0.545 0.01) +(0.085 0.545 0.01) +(0.09 0.545 0.01) +(0.095 0.545 0.01) +(0.1 0.545 0.01) +(0.105 0.545 0.01) +(0.11 0.545 0.01) +(0.115 0.545 0.01) +(0.12 0.545 0.01) +(0.125 0.545 0.01) +(0.13 0.545 0.01) +(0.135 0.545 0.01) +(0.14 0.545 0.01) +(0.145 0.545 0.01) +(0.15 0.545 0.01) +(0 0.55 0.01) +(0.005 0.55 0.01) +(0.01 0.55 0.01) +(0.015 0.55 0.01) +(0.02 0.55 0.01) +(0.025 0.55 0.01) +(0.03 0.55 0.01) +(0.035 0.55 0.01) +(0.04 0.55 0.01) +(0.045 0.55 0.01) +(0.05 0.55 0.01) +(0.055 0.55 0.01) +(0.06 0.55 0.01) +(0.065 0.55 0.01) +(0.07 0.55 0.01) +(0.075 0.55 0.01) +(0.08 0.55 0.01) +(0.085 0.55 0.01) +(0.09 0.55 0.01) +(0.095 0.55 0.01) +(0.1 0.55 0.01) +(0.105 0.55 0.01) +(0.11 0.55 0.01) +(0.115 0.55 0.01) +(0.12 0.55 0.01) +(0.125 0.55 0.01) +(0.13 0.55 0.01) +(0.135 0.55 0.01) +(0.14 0.55 0.01) +(0.145 0.55 0.01) +(0.15 0.55 0.01) +(0 0.555 0.01) +(0.005 0.555 0.01) +(0.01 0.555 0.01) +(0.015 0.555 0.01) +(0.02 0.555 0.01) +(0.025 0.555 0.01) +(0.03 0.555 0.01) +(0.035 0.555 0.01) +(0.04 0.555 0.01) +(0.045 0.555 0.01) +(0.05 0.555 0.01) +(0.055 0.555 0.01) +(0.06 0.555 0.01) +(0.065 0.555 0.01) +(0.07 0.555 0.01) +(0.075 0.555 0.01) +(0.08 0.555 0.01) +(0.085 0.555 0.01) +(0.09 0.555 0.01) +(0.095 0.555 0.01) +(0.1 0.555 0.01) +(0.105 0.555 0.01) +(0.11 0.555 0.01) +(0.115 0.555 0.01) +(0.12 0.555 0.01) +(0.125 0.555 0.01) +(0.13 0.555 0.01) +(0.135 0.555 0.01) +(0.14 0.555 0.01) +(0.145 0.555 0.01) +(0.15 0.555 0.01) +(0 0.56 0.01) +(0.005 0.56 0.01) +(0.01 0.56 0.01) +(0.015 0.56 0.01) +(0.02 0.56 0.01) +(0.025 0.56 0.01) +(0.03 0.56 0.01) +(0.035 0.56 0.01) +(0.04 0.56 0.01) +(0.045 0.56 0.01) +(0.05 0.56 0.01) +(0.055 0.56 0.01) +(0.06 0.56 0.01) +(0.065 0.56 0.01) +(0.07 0.56 0.01) +(0.075 0.56 0.01) +(0.08 0.56 0.01) +(0.085 0.56 0.01) +(0.09 0.56 0.01) +(0.095 0.56 0.01) +(0.1 0.56 0.01) +(0.105 0.56 0.01) +(0.11 0.56 0.01) +(0.115 0.56 0.01) +(0.12 0.56 0.01) +(0.125 0.56 0.01) +(0.13 0.56 0.01) +(0.135 0.56 0.01) +(0.14 0.56 0.01) +(0.145 0.56 0.01) +(0.15 0.56 0.01) +(0 0.565 0.01) +(0.005 0.565 0.01) +(0.01 0.565 0.01) +(0.015 0.565 0.01) +(0.02 0.565 0.01) +(0.025 0.565 0.01) +(0.03 0.565 0.01) +(0.035 0.565 0.01) +(0.04 0.565 0.01) +(0.045 0.565 0.01) +(0.05 0.565 0.01) +(0.055 0.565 0.01) +(0.06 0.565 0.01) +(0.065 0.565 0.01) +(0.07 0.565 0.01) +(0.075 0.565 0.01) +(0.08 0.565 0.01) +(0.085 0.565 0.01) +(0.09 0.565 0.01) +(0.095 0.565 0.01) +(0.1 0.565 0.01) +(0.105 0.565 0.01) +(0.11 0.565 0.01) +(0.115 0.565 0.01) +(0.12 0.565 0.01) +(0.125 0.565 0.01) +(0.13 0.565 0.01) +(0.135 0.565 0.01) +(0.14 0.565 0.01) +(0.145 0.565 0.01) +(0.15 0.565 0.01) +(0 0.57 0.01) +(0.005 0.57 0.01) +(0.01 0.57 0.01) +(0.015 0.57 0.01) +(0.02 0.57 0.01) +(0.025 0.57 0.01) +(0.03 0.57 0.01) +(0.035 0.57 0.01) +(0.04 0.57 0.01) +(0.045 0.57 0.01) +(0.05 0.57 0.01) +(0.055 0.57 0.01) +(0.06 0.57 0.01) +(0.065 0.57 0.01) +(0.07 0.57 0.01) +(0.075 0.57 0.01) +(0.08 0.57 0.01) +(0.085 0.57 0.01) +(0.09 0.57 0.01) +(0.095 0.57 0.01) +(0.1 0.57 0.01) +(0.105 0.57 0.01) +(0.11 0.57 0.01) +(0.115 0.57 0.01) +(0.12 0.57 0.01) +(0.125 0.57 0.01) +(0.13 0.57 0.01) +(0.135 0.57 0.01) +(0.14 0.57 0.01) +(0.145 0.57 0.01) +(0.15 0.57 0.01) +(0 0.575 0.01) +(0.005 0.575 0.01) +(0.01 0.575 0.01) +(0.015 0.575 0.01) +(0.02 0.575 0.01) +(0.025 0.575 0.01) +(0.03 0.575 0.01) +(0.035 0.575 0.01) +(0.04 0.575 0.01) +(0.045 0.575 0.01) +(0.05 0.575 0.01) +(0.055 0.575 0.01) +(0.06 0.575 0.01) +(0.065 0.575 0.01) +(0.07 0.575 0.01) +(0.075 0.575 0.01) +(0.08 0.575 0.01) +(0.085 0.575 0.01) +(0.09 0.575 0.01) +(0.095 0.575 0.01) +(0.1 0.575 0.01) +(0.105 0.575 0.01) +(0.11 0.575 0.01) +(0.115 0.575 0.01) +(0.12 0.575 0.01) +(0.125 0.575 0.01) +(0.13 0.575 0.01) +(0.135 0.575 0.01) +(0.14 0.575 0.01) +(0.145 0.575 0.01) +(0.15 0.575 0.01) +(0 0.58 0.01) +(0.005 0.58 0.01) +(0.01 0.58 0.01) +(0.015 0.58 0.01) +(0.02 0.58 0.01) +(0.025 0.58 0.01) +(0.03 0.58 0.01) +(0.035 0.58 0.01) +(0.04 0.58 0.01) +(0.045 0.58 0.01) +(0.05 0.58 0.01) +(0.055 0.58 0.01) +(0.06 0.58 0.01) +(0.065 0.58 0.01) +(0.07 0.58 0.01) +(0.075 0.58 0.01) +(0.08 0.58 0.01) +(0.085 0.58 0.01) +(0.09 0.58 0.01) +(0.095 0.58 0.01) +(0.1 0.58 0.01) +(0.105 0.58 0.01) +(0.11 0.58 0.01) +(0.115 0.58 0.01) +(0.12 0.58 0.01) +(0.125 0.58 0.01) +(0.13 0.58 0.01) +(0.135 0.58 0.01) +(0.14 0.58 0.01) +(0.145 0.58 0.01) +(0.15 0.58 0.01) +(0 0.585 0.01) +(0.005 0.585 0.01) +(0.01 0.585 0.01) +(0.015 0.585 0.01) +(0.02 0.585 0.01) +(0.025 0.585 0.01) +(0.03 0.585 0.01) +(0.035 0.585 0.01) +(0.04 0.585 0.01) +(0.045 0.585 0.01) +(0.05 0.585 0.01) +(0.055 0.585 0.01) +(0.06 0.585 0.01) +(0.065 0.585 0.01) +(0.07 0.585 0.01) +(0.075 0.585 0.01) +(0.08 0.585 0.01) +(0.085 0.585 0.01) +(0.09 0.585 0.01) +(0.095 0.585 0.01) +(0.1 0.585 0.01) +(0.105 0.585 0.01) +(0.11 0.585 0.01) +(0.115 0.585 0.01) +(0.12 0.585 0.01) +(0.125 0.585 0.01) +(0.13 0.585 0.01) +(0.135 0.585 0.01) +(0.14 0.585 0.01) +(0.145 0.585 0.01) +(0.15 0.585 0.01) +(0 0.59 0.01) +(0.005 0.59 0.01) +(0.01 0.59 0.01) +(0.015 0.59 0.01) +(0.02 0.59 0.01) +(0.025 0.59 0.01) +(0.03 0.59 0.01) +(0.035 0.59 0.01) +(0.04 0.59 0.01) +(0.045 0.59 0.01) +(0.05 0.59 0.01) +(0.055 0.59 0.01) +(0.06 0.59 0.01) +(0.065 0.59 0.01) +(0.07 0.59 0.01) +(0.075 0.59 0.01) +(0.08 0.59 0.01) +(0.085 0.59 0.01) +(0.09 0.59 0.01) +(0.095 0.59 0.01) +(0.1 0.59 0.01) +(0.105 0.59 0.01) +(0.11 0.59 0.01) +(0.115 0.59 0.01) +(0.12 0.59 0.01) +(0.125 0.59 0.01) +(0.13 0.59 0.01) +(0.135 0.59 0.01) +(0.14 0.59 0.01) +(0.145 0.59 0.01) +(0.15 0.59 0.01) +(0 0.595 0.01) +(0.005 0.595 0.01) +(0.01 0.595 0.01) +(0.015 0.595 0.01) +(0.02 0.595 0.01) +(0.025 0.595 0.01) +(0.03 0.595 0.01) +(0.035 0.595 0.01) +(0.04 0.595 0.01) +(0.045 0.595 0.01) +(0.05 0.595 0.01) +(0.055 0.595 0.01) +(0.06 0.595 0.01) +(0.065 0.595 0.01) +(0.07 0.595 0.01) +(0.075 0.595 0.01) +(0.08 0.595 0.01) +(0.085 0.595 0.01) +(0.09 0.595 0.01) +(0.095 0.595 0.01) +(0.1 0.595 0.01) +(0.105 0.595 0.01) +(0.11 0.595 0.01) +(0.115 0.595 0.01) +(0.12 0.595 0.01) +(0.125 0.595 0.01) +(0.13 0.595 0.01) +(0.135 0.595 0.01) +(0.14 0.595 0.01) +(0.145 0.595 0.01) +(0.15 0.595 0.01) +(0 0.6 0.01) +(0.005 0.6 0.01) +(0.01 0.6 0.01) +(0.015 0.6 0.01) +(0.02 0.6 0.01) +(0.025 0.6 0.01) +(0.03 0.6 0.01) +(0.035 0.6 0.01) +(0.04 0.6 0.01) +(0.045 0.6 0.01) +(0.05 0.6 0.01) +(0.055 0.6 0.01) +(0.06 0.6 0.01) +(0.065 0.6 0.01) +(0.07 0.6 0.01) +(0.075 0.6 0.01) +(0.08 0.6 0.01) +(0.085 0.6 0.01) +(0.09 0.6 0.01) +(0.095 0.6 0.01) +(0.1 0.6 0.01) +(0.105 0.6 0.01) +(0.11 0.6 0.01) +(0.115 0.6 0.01) +(0.12 0.6 0.01) +(0.125 0.6 0.01) +(0.13 0.6 0.01) +(0.135 0.6 0.01) +(0.14 0.6 0.01) +(0.145 0.6 0.01) +(0.15 0.6 0.01) +(0 0.605 0.01) +(0.005 0.605 0.01) +(0.01 0.605 0.01) +(0.015 0.605 0.01) +(0.02 0.605 0.01) +(0.025 0.605 0.01) +(0.03 0.605 0.01) +(0.035 0.605 0.01) +(0.04 0.605 0.01) +(0.045 0.605 0.01) +(0.05 0.605 0.01) +(0.055 0.605 0.01) +(0.06 0.605 0.01) +(0.065 0.605 0.01) +(0.07 0.605 0.01) +(0.075 0.605 0.01) +(0.08 0.605 0.01) +(0.085 0.605 0.01) +(0.09 0.605 0.01) +(0.095 0.605 0.01) +(0.1 0.605 0.01) +(0.105 0.605 0.01) +(0.11 0.605 0.01) +(0.115 0.605 0.01) +(0.12 0.605 0.01) +(0.125 0.605 0.01) +(0.13 0.605 0.01) +(0.135 0.605 0.01) +(0.14 0.605 0.01) +(0.145 0.605 0.01) +(0.15 0.605 0.01) +(0 0.61 0.01) +(0.005 0.61 0.01) +(0.01 0.61 0.01) +(0.015 0.61 0.01) +(0.02 0.61 0.01) +(0.025 0.61 0.01) +(0.03 0.61 0.01) +(0.035 0.61 0.01) +(0.04 0.61 0.01) +(0.045 0.61 0.01) +(0.05 0.61 0.01) +(0.055 0.61 0.01) +(0.06 0.61 0.01) +(0.065 0.61 0.01) +(0.07 0.61 0.01) +(0.075 0.61 0.01) +(0.08 0.61 0.01) +(0.085 0.61 0.01) +(0.09 0.61 0.01) +(0.095 0.61 0.01) +(0.1 0.61 0.01) +(0.105 0.61 0.01) +(0.11 0.61 0.01) +(0.115 0.61 0.01) +(0.12 0.61 0.01) +(0.125 0.61 0.01) +(0.13 0.61 0.01) +(0.135 0.61 0.01) +(0.14 0.61 0.01) +(0.145 0.61 0.01) +(0.15 0.61 0.01) +(0 0.615 0.01) +(0.005 0.615 0.01) +(0.01 0.615 0.01) +(0.015 0.615 0.01) +(0.02 0.615 0.01) +(0.025 0.615 0.01) +(0.03 0.615 0.01) +(0.035 0.615 0.01) +(0.04 0.615 0.01) +(0.045 0.615 0.01) +(0.05 0.615 0.01) +(0.055 0.615 0.01) +(0.06 0.615 0.01) +(0.065 0.615 0.01) +(0.07 0.615 0.01) +(0.075 0.615 0.01) +(0.08 0.615 0.01) +(0.085 0.615 0.01) +(0.09 0.615 0.01) +(0.095 0.615 0.01) +(0.1 0.615 0.01) +(0.105 0.615 0.01) +(0.11 0.615 0.01) +(0.115 0.615 0.01) +(0.12 0.615 0.01) +(0.125 0.615 0.01) +(0.13 0.615 0.01) +(0.135 0.615 0.01) +(0.14 0.615 0.01) +(0.145 0.615 0.01) +(0.15 0.615 0.01) +(0 0.62 0.01) +(0.005 0.62 0.01) +(0.01 0.62 0.01) +(0.015 0.62 0.01) +(0.02 0.62 0.01) +(0.025 0.62 0.01) +(0.03 0.62 0.01) +(0.035 0.62 0.01) +(0.04 0.62 0.01) +(0.045 0.62 0.01) +(0.05 0.62 0.01) +(0.055 0.62 0.01) +(0.06 0.62 0.01) +(0.065 0.62 0.01) +(0.07 0.62 0.01) +(0.075 0.62 0.01) +(0.08 0.62 0.01) +(0.085 0.62 0.01) +(0.09 0.62 0.01) +(0.095 0.62 0.01) +(0.1 0.62 0.01) +(0.105 0.62 0.01) +(0.11 0.62 0.01) +(0.115 0.62 0.01) +(0.12 0.62 0.01) +(0.125 0.62 0.01) +(0.13 0.62 0.01) +(0.135 0.62 0.01) +(0.14 0.62 0.01) +(0.145 0.62 0.01) +(0.15 0.62 0.01) +(0 0.625 0.01) +(0.005 0.625 0.01) +(0.01 0.625 0.01) +(0.015 0.625 0.01) +(0.02 0.625 0.01) +(0.025 0.625 0.01) +(0.03 0.625 0.01) +(0.035 0.625 0.01) +(0.04 0.625 0.01) +(0.045 0.625 0.01) +(0.05 0.625 0.01) +(0.055 0.625 0.01) +(0.06 0.625 0.01) +(0.065 0.625 0.01) +(0.07 0.625 0.01) +(0.075 0.625 0.01) +(0.08 0.625 0.01) +(0.085 0.625 0.01) +(0.09 0.625 0.01) +(0.095 0.625 0.01) +(0.1 0.625 0.01) +(0.105 0.625 0.01) +(0.11 0.625 0.01) +(0.115 0.625 0.01) +(0.12 0.625 0.01) +(0.125 0.625 0.01) +(0.13 0.625 0.01) +(0.135 0.625 0.01) +(0.14 0.625 0.01) +(0.145 0.625 0.01) +(0.15 0.625 0.01) +(0 0.63 0.01) +(0.005 0.63 0.01) +(0.01 0.63 0.01) +(0.015 0.63 0.01) +(0.02 0.63 0.01) +(0.025 0.63 0.01) +(0.03 0.63 0.01) +(0.035 0.63 0.01) +(0.04 0.63 0.01) +(0.045 0.63 0.01) +(0.05 0.63 0.01) +(0.055 0.63 0.01) +(0.06 0.63 0.01) +(0.065 0.63 0.01) +(0.07 0.63 0.01) +(0.075 0.63 0.01) +(0.08 0.63 0.01) +(0.085 0.63 0.01) +(0.09 0.63 0.01) +(0.095 0.63 0.01) +(0.1 0.63 0.01) +(0.105 0.63 0.01) +(0.11 0.63 0.01) +(0.115 0.63 0.01) +(0.12 0.63 0.01) +(0.125 0.63 0.01) +(0.13 0.63 0.01) +(0.135 0.63 0.01) +(0.14 0.63 0.01) +(0.145 0.63 0.01) +(0.15 0.63 0.01) +(0 0.635 0.01) +(0.005 0.635 0.01) +(0.01 0.635 0.01) +(0.015 0.635 0.01) +(0.02 0.635 0.01) +(0.025 0.635 0.01) +(0.03 0.635 0.01) +(0.035 0.635 0.01) +(0.04 0.635 0.01) +(0.045 0.635 0.01) +(0.05 0.635 0.01) +(0.055 0.635 0.01) +(0.06 0.635 0.01) +(0.065 0.635 0.01) +(0.07 0.635 0.01) +(0.075 0.635 0.01) +(0.08 0.635 0.01) +(0.085 0.635 0.01) +(0.09 0.635 0.01) +(0.095 0.635 0.01) +(0.1 0.635 0.01) +(0.105 0.635 0.01) +(0.11 0.635 0.01) +(0.115 0.635 0.01) +(0.12 0.635 0.01) +(0.125 0.635 0.01) +(0.13 0.635 0.01) +(0.135 0.635 0.01) +(0.14 0.635 0.01) +(0.145 0.635 0.01) +(0.15 0.635 0.01) +(0 0.64 0.01) +(0.005 0.64 0.01) +(0.01 0.64 0.01) +(0.015 0.64 0.01) +(0.02 0.64 0.01) +(0.025 0.64 0.01) +(0.03 0.64 0.01) +(0.035 0.64 0.01) +(0.04 0.64 0.01) +(0.045 0.64 0.01) +(0.05 0.64 0.01) +(0.055 0.64 0.01) +(0.06 0.64 0.01) +(0.065 0.64 0.01) +(0.07 0.64 0.01) +(0.075 0.64 0.01) +(0.08 0.64 0.01) +(0.085 0.64 0.01) +(0.09 0.64 0.01) +(0.095 0.64 0.01) +(0.1 0.64 0.01) +(0.105 0.64 0.01) +(0.11 0.64 0.01) +(0.115 0.64 0.01) +(0.12 0.64 0.01) +(0.125 0.64 0.01) +(0.13 0.64 0.01) +(0.135 0.64 0.01) +(0.14 0.64 0.01) +(0.145 0.64 0.01) +(0.15 0.64 0.01) +(0 0.645 0.01) +(0.005 0.645 0.01) +(0.01 0.645 0.01) +(0.015 0.645 0.01) +(0.02 0.645 0.01) +(0.025 0.645 0.01) +(0.03 0.645 0.01) +(0.035 0.645 0.01) +(0.04 0.645 0.01) +(0.045 0.645 0.01) +(0.05 0.645 0.01) +(0.055 0.645 0.01) +(0.06 0.645 0.01) +(0.065 0.645 0.01) +(0.07 0.645 0.01) +(0.075 0.645 0.01) +(0.08 0.645 0.01) +(0.085 0.645 0.01) +(0.09 0.645 0.01) +(0.095 0.645 0.01) +(0.1 0.645 0.01) +(0.105 0.645 0.01) +(0.11 0.645 0.01) +(0.115 0.645 0.01) +(0.12 0.645 0.01) +(0.125 0.645 0.01) +(0.13 0.645 0.01) +(0.135 0.645 0.01) +(0.14 0.645 0.01) +(0.145 0.645 0.01) +(0.15 0.645 0.01) +(0 0.65 0.01) +(0.005 0.65 0.01) +(0.01 0.65 0.01) +(0.015 0.65 0.01) +(0.02 0.65 0.01) +(0.025 0.65 0.01) +(0.03 0.65 0.01) +(0.035 0.65 0.01) +(0.04 0.65 0.01) +(0.045 0.65 0.01) +(0.05 0.65 0.01) +(0.055 0.65 0.01) +(0.06 0.65 0.01) +(0.065 0.65 0.01) +(0.07 0.65 0.01) +(0.075 0.65 0.01) +(0.08 0.65 0.01) +(0.085 0.65 0.01) +(0.09 0.65 0.01) +(0.095 0.65 0.01) +(0.1 0.65 0.01) +(0.105 0.65 0.01) +(0.11 0.65 0.01) +(0.115 0.65 0.01) +(0.12 0.65 0.01) +(0.125 0.65 0.01) +(0.13 0.65 0.01) +(0.135 0.65 0.01) +(0.14 0.65 0.01) +(0.145 0.65 0.01) +(0.15 0.65 0.01) +(0 0.655 0.01) +(0.005 0.655 0.01) +(0.01 0.655 0.01) +(0.015 0.655 0.01) +(0.02 0.655 0.01) +(0.025 0.655 0.01) +(0.03 0.655 0.01) +(0.035 0.655 0.01) +(0.04 0.655 0.01) +(0.045 0.655 0.01) +(0.05 0.655 0.01) +(0.055 0.655 0.01) +(0.06 0.655 0.01) +(0.065 0.655 0.01) +(0.07 0.655 0.01) +(0.075 0.655 0.01) +(0.08 0.655 0.01) +(0.085 0.655 0.01) +(0.09 0.655 0.01) +(0.095 0.655 0.01) +(0.1 0.655 0.01) +(0.105 0.655 0.01) +(0.11 0.655 0.01) +(0.115 0.655 0.01) +(0.12 0.655 0.01) +(0.125 0.655 0.01) +(0.13 0.655 0.01) +(0.135 0.655 0.01) +(0.14 0.655 0.01) +(0.145 0.655 0.01) +(0.15 0.655 0.01) +(0 0.66 0.01) +(0.005 0.66 0.01) +(0.01 0.66 0.01) +(0.015 0.66 0.01) +(0.02 0.66 0.01) +(0.025 0.66 0.01) +(0.03 0.66 0.01) +(0.035 0.66 0.01) +(0.04 0.66 0.01) +(0.045 0.66 0.01) +(0.05 0.66 0.01) +(0.055 0.66 0.01) +(0.06 0.66 0.01) +(0.065 0.66 0.01) +(0.07 0.66 0.01) +(0.075 0.66 0.01) +(0.08 0.66 0.01) +(0.085 0.66 0.01) +(0.09 0.66 0.01) +(0.095 0.66 0.01) +(0.1 0.66 0.01) +(0.105 0.66 0.01) +(0.11 0.66 0.01) +(0.115 0.66 0.01) +(0.12 0.66 0.01) +(0.125 0.66 0.01) +(0.13 0.66 0.01) +(0.135 0.66 0.01) +(0.14 0.66 0.01) +(0.145 0.66 0.01) +(0.15 0.66 0.01) +(0 0.665 0.01) +(0.005 0.665 0.01) +(0.01 0.665 0.01) +(0.015 0.665 0.01) +(0.02 0.665 0.01) +(0.025 0.665 0.01) +(0.03 0.665 0.01) +(0.035 0.665 0.01) +(0.04 0.665 0.01) +(0.045 0.665 0.01) +(0.05 0.665 0.01) +(0.055 0.665 0.01) +(0.06 0.665 0.01) +(0.065 0.665 0.01) +(0.07 0.665 0.01) +(0.075 0.665 0.01) +(0.08 0.665 0.01) +(0.085 0.665 0.01) +(0.09 0.665 0.01) +(0.095 0.665 0.01) +(0.1 0.665 0.01) +(0.105 0.665 0.01) +(0.11 0.665 0.01) +(0.115 0.665 0.01) +(0.12 0.665 0.01) +(0.125 0.665 0.01) +(0.13 0.665 0.01) +(0.135 0.665 0.01) +(0.14 0.665 0.01) +(0.145 0.665 0.01) +(0.15 0.665 0.01) +(0 0.67 0.01) +(0.005 0.67 0.01) +(0.01 0.67 0.01) +(0.015 0.67 0.01) +(0.02 0.67 0.01) +(0.025 0.67 0.01) +(0.03 0.67 0.01) +(0.035 0.67 0.01) +(0.04 0.67 0.01) +(0.045 0.67 0.01) +(0.05 0.67 0.01) +(0.055 0.67 0.01) +(0.06 0.67 0.01) +(0.065 0.67 0.01) +(0.07 0.67 0.01) +(0.075 0.67 0.01) +(0.08 0.67 0.01) +(0.085 0.67 0.01) +(0.09 0.67 0.01) +(0.095 0.67 0.01) +(0.1 0.67 0.01) +(0.105 0.67 0.01) +(0.11 0.67 0.01) +(0.115 0.67 0.01) +(0.12 0.67 0.01) +(0.125 0.67 0.01) +(0.13 0.67 0.01) +(0.135 0.67 0.01) +(0.14 0.67 0.01) +(0.145 0.67 0.01) +(0.15 0.67 0.01) +(0 0.675 0.01) +(0.005 0.675 0.01) +(0.01 0.675 0.01) +(0.015 0.675 0.01) +(0.02 0.675 0.01) +(0.025 0.675 0.01) +(0.03 0.675 0.01) +(0.035 0.675 0.01) +(0.04 0.675 0.01) +(0.045 0.675 0.01) +(0.05 0.675 0.01) +(0.055 0.675 0.01) +(0.06 0.675 0.01) +(0.065 0.675 0.01) +(0.07 0.675 0.01) +(0.075 0.675 0.01) +(0.08 0.675 0.01) +(0.085 0.675 0.01) +(0.09 0.675 0.01) +(0.095 0.675 0.01) +(0.1 0.675 0.01) +(0.105 0.675 0.01) +(0.11 0.675 0.01) +(0.115 0.675 0.01) +(0.12 0.675 0.01) +(0.125 0.675 0.01) +(0.13 0.675 0.01) +(0.135 0.675 0.01) +(0.14 0.675 0.01) +(0.145 0.675 0.01) +(0.15 0.675 0.01) +(0 0.68 0.01) +(0.005 0.68 0.01) +(0.01 0.68 0.01) +(0.015 0.68 0.01) +(0.02 0.68 0.01) +(0.025 0.68 0.01) +(0.03 0.68 0.01) +(0.035 0.68 0.01) +(0.04 0.68 0.01) +(0.045 0.68 0.01) +(0.05 0.68 0.01) +(0.055 0.68 0.01) +(0.06 0.68 0.01) +(0.065 0.68 0.01) +(0.07 0.68 0.01) +(0.075 0.68 0.01) +(0.08 0.68 0.01) +(0.085 0.68 0.01) +(0.09 0.68 0.01) +(0.095 0.68 0.01) +(0.1 0.68 0.01) +(0.105 0.68 0.01) +(0.11 0.68 0.01) +(0.115 0.68 0.01) +(0.12 0.68 0.01) +(0.125 0.68 0.01) +(0.13 0.68 0.01) +(0.135 0.68 0.01) +(0.14 0.68 0.01) +(0.145 0.68 0.01) +(0.15 0.68 0.01) +(0 0.685 0.01) +(0.005 0.685 0.01) +(0.01 0.685 0.01) +(0.015 0.685 0.01) +(0.02 0.685 0.01) +(0.025 0.685 0.01) +(0.03 0.685 0.01) +(0.035 0.685 0.01) +(0.04 0.685 0.01) +(0.045 0.685 0.01) +(0.05 0.685 0.01) +(0.055 0.685 0.01) +(0.06 0.685 0.01) +(0.065 0.685 0.01) +(0.07 0.685 0.01) +(0.075 0.685 0.01) +(0.08 0.685 0.01) +(0.085 0.685 0.01) +(0.09 0.685 0.01) +(0.095 0.685 0.01) +(0.1 0.685 0.01) +(0.105 0.685 0.01) +(0.11 0.685 0.01) +(0.115 0.685 0.01) +(0.12 0.685 0.01) +(0.125 0.685 0.01) +(0.13 0.685 0.01) +(0.135 0.685 0.01) +(0.14 0.685 0.01) +(0.145 0.685 0.01) +(0.15 0.685 0.01) +(0 0.69 0.01) +(0.005 0.69 0.01) +(0.01 0.69 0.01) +(0.015 0.69 0.01) +(0.02 0.69 0.01) +(0.025 0.69 0.01) +(0.03 0.69 0.01) +(0.035 0.69 0.01) +(0.04 0.69 0.01) +(0.045 0.69 0.01) +(0.05 0.69 0.01) +(0.055 0.69 0.01) +(0.06 0.69 0.01) +(0.065 0.69 0.01) +(0.07 0.69 0.01) +(0.075 0.69 0.01) +(0.08 0.69 0.01) +(0.085 0.69 0.01) +(0.09 0.69 0.01) +(0.095 0.69 0.01) +(0.1 0.69 0.01) +(0.105 0.69 0.01) +(0.11 0.69 0.01) +(0.115 0.69 0.01) +(0.12 0.69 0.01) +(0.125 0.69 0.01) +(0.13 0.69 0.01) +(0.135 0.69 0.01) +(0.14 0.69 0.01) +(0.145 0.69 0.01) +(0.15 0.69 0.01) +(0 0.695 0.01) +(0.005 0.695 0.01) +(0.01 0.695 0.01) +(0.015 0.695 0.01) +(0.02 0.695 0.01) +(0.025 0.695 0.01) +(0.03 0.695 0.01) +(0.035 0.695 0.01) +(0.04 0.695 0.01) +(0.045 0.695 0.01) +(0.05 0.695 0.01) +(0.055 0.695 0.01) +(0.06 0.695 0.01) +(0.065 0.695 0.01) +(0.07 0.695 0.01) +(0.075 0.695 0.01) +(0.08 0.695 0.01) +(0.085 0.695 0.01) +(0.09 0.695 0.01) +(0.095 0.695 0.01) +(0.1 0.695 0.01) +(0.105 0.695 0.01) +(0.11 0.695 0.01) +(0.115 0.695 0.01) +(0.12 0.695 0.01) +(0.125 0.695 0.01) +(0.13 0.695 0.01) +(0.135 0.695 0.01) +(0.14 0.695 0.01) +(0.145 0.695 0.01) +(0.15 0.695 0.01) +(0 0.7 0.01) +(0.005 0.7 0.01) +(0.01 0.7 0.01) +(0.015 0.7 0.01) +(0.02 0.7 0.01) +(0.025 0.7 0.01) +(0.03 0.7 0.01) +(0.035 0.7 0.01) +(0.04 0.7 0.01) +(0.045 0.7 0.01) +(0.05 0.7 0.01) +(0.055 0.7 0.01) +(0.06 0.7 0.01) +(0.065 0.7 0.01) +(0.07 0.7 0.01) +(0.075 0.7 0.01) +(0.08 0.7 0.01) +(0.085 0.7 0.01) +(0.09 0.7 0.01) +(0.095 0.7 0.01) +(0.1 0.7 0.01) +(0.105 0.7 0.01) +(0.11 0.7 0.01) +(0.115 0.7 0.01) +(0.12 0.7 0.01) +(0.125 0.7 0.01) +(0.13 0.7 0.01) +(0.135 0.7 0.01) +(0.14 0.7 0.01) +(0.145 0.7 0.01) +(0.15 0.7 0.01) +(0 0.705 0.01) +(0.005 0.705 0.01) +(0.01 0.705 0.01) +(0.015 0.705 0.01) +(0.02 0.705 0.01) +(0.025 0.705 0.01) +(0.03 0.705 0.01) +(0.035 0.705 0.01) +(0.04 0.705 0.01) +(0.045 0.705 0.01) +(0.05 0.705 0.01) +(0.055 0.705 0.01) +(0.06 0.705 0.01) +(0.065 0.705 0.01) +(0.07 0.705 0.01) +(0.075 0.705 0.01) +(0.08 0.705 0.01) +(0.085 0.705 0.01) +(0.09 0.705 0.01) +(0.095 0.705 0.01) +(0.1 0.705 0.01) +(0.105 0.705 0.01) +(0.11 0.705 0.01) +(0.115 0.705 0.01) +(0.12 0.705 0.01) +(0.125 0.705 0.01) +(0.13 0.705 0.01) +(0.135 0.705 0.01) +(0.14 0.705 0.01) +(0.145 0.705 0.01) +(0.15 0.705 0.01) +(0 0.71 0.01) +(0.005 0.71 0.01) +(0.01 0.71 0.01) +(0.015 0.71 0.01) +(0.02 0.71 0.01) +(0.025 0.71 0.01) +(0.03 0.71 0.01) +(0.035 0.71 0.01) +(0.04 0.71 0.01) +(0.045 0.71 0.01) +(0.05 0.71 0.01) +(0.055 0.71 0.01) +(0.06 0.71 0.01) +(0.065 0.71 0.01) +(0.07 0.71 0.01) +(0.075 0.71 0.01) +(0.08 0.71 0.01) +(0.085 0.71 0.01) +(0.09 0.71 0.01) +(0.095 0.71 0.01) +(0.1 0.71 0.01) +(0.105 0.71 0.01) +(0.11 0.71 0.01) +(0.115 0.71 0.01) +(0.12 0.71 0.01) +(0.125 0.71 0.01) +(0.13 0.71 0.01) +(0.135 0.71 0.01) +(0.14 0.71 0.01) +(0.145 0.71 0.01) +(0.15 0.71 0.01) +(0 0.715 0.01) +(0.005 0.715 0.01) +(0.01 0.715 0.01) +(0.015 0.715 0.01) +(0.02 0.715 0.01) +(0.025 0.715 0.01) +(0.03 0.715 0.01) +(0.035 0.715 0.01) +(0.04 0.715 0.01) +(0.045 0.715 0.01) +(0.05 0.715 0.01) +(0.055 0.715 0.01) +(0.06 0.715 0.01) +(0.065 0.715 0.01) +(0.07 0.715 0.01) +(0.075 0.715 0.01) +(0.08 0.715 0.01) +(0.085 0.715 0.01) +(0.09 0.715 0.01) +(0.095 0.715 0.01) +(0.1 0.715 0.01) +(0.105 0.715 0.01) +(0.11 0.715 0.01) +(0.115 0.715 0.01) +(0.12 0.715 0.01) +(0.125 0.715 0.01) +(0.13 0.715 0.01) +(0.135 0.715 0.01) +(0.14 0.715 0.01) +(0.145 0.715 0.01) +(0.15 0.715 0.01) +(0 0.72 0.01) +(0.005 0.72 0.01) +(0.01 0.72 0.01) +(0.015 0.72 0.01) +(0.02 0.72 0.01) +(0.025 0.72 0.01) +(0.03 0.72 0.01) +(0.035 0.72 0.01) +(0.04 0.72 0.01) +(0.045 0.72 0.01) +(0.05 0.72 0.01) +(0.055 0.72 0.01) +(0.06 0.72 0.01) +(0.065 0.72 0.01) +(0.07 0.72 0.01) +(0.075 0.72 0.01) +(0.08 0.72 0.01) +(0.085 0.72 0.01) +(0.09 0.72 0.01) +(0.095 0.72 0.01) +(0.1 0.72 0.01) +(0.105 0.72 0.01) +(0.11 0.72 0.01) +(0.115 0.72 0.01) +(0.12 0.72 0.01) +(0.125 0.72 0.01) +(0.13 0.72 0.01) +(0.135 0.72 0.01) +(0.14 0.72 0.01) +(0.145 0.72 0.01) +(0.15 0.72 0.01) +(0 0.725 0.01) +(0.005 0.725 0.01) +(0.01 0.725 0.01) +(0.015 0.725 0.01) +(0.02 0.725 0.01) +(0.025 0.725 0.01) +(0.03 0.725 0.01) +(0.035 0.725 0.01) +(0.04 0.725 0.01) +(0.045 0.725 0.01) +(0.05 0.725 0.01) +(0.055 0.725 0.01) +(0.06 0.725 0.01) +(0.065 0.725 0.01) +(0.07 0.725 0.01) +(0.075 0.725 0.01) +(0.08 0.725 0.01) +(0.085 0.725 0.01) +(0.09 0.725 0.01) +(0.095 0.725 0.01) +(0.1 0.725 0.01) +(0.105 0.725 0.01) +(0.11 0.725 0.01) +(0.115 0.725 0.01) +(0.12 0.725 0.01) +(0.125 0.725 0.01) +(0.13 0.725 0.01) +(0.135 0.725 0.01) +(0.14 0.725 0.01) +(0.145 0.725 0.01) +(0.15 0.725 0.01) +(0 0.73 0.01) +(0.005 0.73 0.01) +(0.01 0.73 0.01) +(0.015 0.73 0.01) +(0.02 0.73 0.01) +(0.025 0.73 0.01) +(0.03 0.73 0.01) +(0.035 0.73 0.01) +(0.04 0.73 0.01) +(0.045 0.73 0.01) +(0.05 0.73 0.01) +(0.055 0.73 0.01) +(0.06 0.73 0.01) +(0.065 0.73 0.01) +(0.07 0.73 0.01) +(0.075 0.73 0.01) +(0.08 0.73 0.01) +(0.085 0.73 0.01) +(0.09 0.73 0.01) +(0.095 0.73 0.01) +(0.1 0.73 0.01) +(0.105 0.73 0.01) +(0.11 0.73 0.01) +(0.115 0.73 0.01) +(0.12 0.73 0.01) +(0.125 0.73 0.01) +(0.13 0.73 0.01) +(0.135 0.73 0.01) +(0.14 0.73 0.01) +(0.145 0.73 0.01) +(0.15 0.73 0.01) +(0 0.735 0.01) +(0.005 0.735 0.01) +(0.01 0.735 0.01) +(0.015 0.735 0.01) +(0.02 0.735 0.01) +(0.025 0.735 0.01) +(0.03 0.735 0.01) +(0.035 0.735 0.01) +(0.04 0.735 0.01) +(0.045 0.735 0.01) +(0.05 0.735 0.01) +(0.055 0.735 0.01) +(0.06 0.735 0.01) +(0.065 0.735 0.01) +(0.07 0.735 0.01) +(0.075 0.735 0.01) +(0.08 0.735 0.01) +(0.085 0.735 0.01) +(0.09 0.735 0.01) +(0.095 0.735 0.01) +(0.1 0.735 0.01) +(0.105 0.735 0.01) +(0.11 0.735 0.01) +(0.115 0.735 0.01) +(0.12 0.735 0.01) +(0.125 0.735 0.01) +(0.13 0.735 0.01) +(0.135 0.735 0.01) +(0.14 0.735 0.01) +(0.145 0.735 0.01) +(0.15 0.735 0.01) +(0 0.74 0.01) +(0.005 0.74 0.01) +(0.01 0.74 0.01) +(0.015 0.74 0.01) +(0.02 0.74 0.01) +(0.025 0.74 0.01) +(0.03 0.74 0.01) +(0.035 0.74 0.01) +(0.04 0.74 0.01) +(0.045 0.74 0.01) +(0.05 0.74 0.01) +(0.055 0.74 0.01) +(0.06 0.74 0.01) +(0.065 0.74 0.01) +(0.07 0.74 0.01) +(0.075 0.74 0.01) +(0.08 0.74 0.01) +(0.085 0.74 0.01) +(0.09 0.74 0.01) +(0.095 0.74 0.01) +(0.1 0.74 0.01) +(0.105 0.74 0.01) +(0.11 0.74 0.01) +(0.115 0.74 0.01) +(0.12 0.74 0.01) +(0.125 0.74 0.01) +(0.13 0.74 0.01) +(0.135 0.74 0.01) +(0.14 0.74 0.01) +(0.145 0.74 0.01) +(0.15 0.74 0.01) +(0 0.745 0.01) +(0.005 0.745 0.01) +(0.01 0.745 0.01) +(0.015 0.745 0.01) +(0.02 0.745 0.01) +(0.025 0.745 0.01) +(0.03 0.745 0.01) +(0.035 0.745 0.01) +(0.04 0.745 0.01) +(0.045 0.745 0.01) +(0.05 0.745 0.01) +(0.055 0.745 0.01) +(0.06 0.745 0.01) +(0.065 0.745 0.01) +(0.07 0.745 0.01) +(0.075 0.745 0.01) +(0.08 0.745 0.01) +(0.085 0.745 0.01) +(0.09 0.745 0.01) +(0.095 0.745 0.01) +(0.1 0.745 0.01) +(0.105 0.745 0.01) +(0.11 0.745 0.01) +(0.115 0.745 0.01) +(0.12 0.745 0.01) +(0.125 0.745 0.01) +(0.13 0.745 0.01) +(0.135 0.745 0.01) +(0.14 0.745 0.01) +(0.145 0.745 0.01) +(0.15 0.745 0.01) +(0 0.75 0.01) +(0.005 0.75 0.01) +(0.01 0.75 0.01) +(0.015 0.75 0.01) +(0.02 0.75 0.01) +(0.025 0.75 0.01) +(0.03 0.75 0.01) +(0.035 0.75 0.01) +(0.04 0.75 0.01) +(0.045 0.75 0.01) +(0.05 0.75 0.01) +(0.055 0.75 0.01) +(0.06 0.75 0.01) +(0.065 0.75 0.01) +(0.07 0.75 0.01) +(0.075 0.75 0.01) +(0.08 0.75 0.01) +(0.085 0.75 0.01) +(0.09 0.75 0.01) +(0.095 0.75 0.01) +(0.1 0.75 0.01) +(0.105 0.75 0.01) +(0.11 0.75 0.01) +(0.115 0.75 0.01) +(0.12 0.75 0.01) +(0.125 0.75 0.01) +(0.13 0.75 0.01) +(0.135 0.75 0.01) +(0.14 0.75 0.01) +(0.145 0.75 0.01) +(0.15 0.75 0.01) +(0 0.755 0.01) +(0.005 0.755 0.01) +(0.01 0.755 0.01) +(0.015 0.755 0.01) +(0.02 0.755 0.01) +(0.025 0.755 0.01) +(0.03 0.755 0.01) +(0.035 0.755 0.01) +(0.04 0.755 0.01) +(0.045 0.755 0.01) +(0.05 0.755 0.01) +(0.055 0.755 0.01) +(0.06 0.755 0.01) +(0.065 0.755 0.01) +(0.07 0.755 0.01) +(0.075 0.755 0.01) +(0.08 0.755 0.01) +(0.085 0.755 0.01) +(0.09 0.755 0.01) +(0.095 0.755 0.01) +(0.1 0.755 0.01) +(0.105 0.755 0.01) +(0.11 0.755 0.01) +(0.115 0.755 0.01) +(0.12 0.755 0.01) +(0.125 0.755 0.01) +(0.13 0.755 0.01) +(0.135 0.755 0.01) +(0.14 0.755 0.01) +(0.145 0.755 0.01) +(0.15 0.755 0.01) +(0 0.76 0.01) +(0.005 0.76 0.01) +(0.01 0.76 0.01) +(0.015 0.76 0.01) +(0.02 0.76 0.01) +(0.025 0.76 0.01) +(0.03 0.76 0.01) +(0.035 0.76 0.01) +(0.04 0.76 0.01) +(0.045 0.76 0.01) +(0.05 0.76 0.01) +(0.055 0.76 0.01) +(0.06 0.76 0.01) +(0.065 0.76 0.01) +(0.07 0.76 0.01) +(0.075 0.76 0.01) +(0.08 0.76 0.01) +(0.085 0.76 0.01) +(0.09 0.76 0.01) +(0.095 0.76 0.01) +(0.1 0.76 0.01) +(0.105 0.76 0.01) +(0.11 0.76 0.01) +(0.115 0.76 0.01) +(0.12 0.76 0.01) +(0.125 0.76 0.01) +(0.13 0.76 0.01) +(0.135 0.76 0.01) +(0.14 0.76 0.01) +(0.145 0.76 0.01) +(0.15 0.76 0.01) +(0 0.765 0.01) +(0.005 0.765 0.01) +(0.01 0.765 0.01) +(0.015 0.765 0.01) +(0.02 0.765 0.01) +(0.025 0.765 0.01) +(0.03 0.765 0.01) +(0.035 0.765 0.01) +(0.04 0.765 0.01) +(0.045 0.765 0.01) +(0.05 0.765 0.01) +(0.055 0.765 0.01) +(0.06 0.765 0.01) +(0.065 0.765 0.01) +(0.07 0.765 0.01) +(0.075 0.765 0.01) +(0.08 0.765 0.01) +(0.085 0.765 0.01) +(0.09 0.765 0.01) +(0.095 0.765 0.01) +(0.1 0.765 0.01) +(0.105 0.765 0.01) +(0.11 0.765 0.01) +(0.115 0.765 0.01) +(0.12 0.765 0.01) +(0.125 0.765 0.01) +(0.13 0.765 0.01) +(0.135 0.765 0.01) +(0.14 0.765 0.01) +(0.145 0.765 0.01) +(0.15 0.765 0.01) +(0 0.77 0.01) +(0.005 0.77 0.01) +(0.01 0.77 0.01) +(0.015 0.77 0.01) +(0.02 0.77 0.01) +(0.025 0.77 0.01) +(0.03 0.77 0.01) +(0.035 0.77 0.01) +(0.04 0.77 0.01) +(0.045 0.77 0.01) +(0.05 0.77 0.01) +(0.055 0.77 0.01) +(0.06 0.77 0.01) +(0.065 0.77 0.01) +(0.07 0.77 0.01) +(0.075 0.77 0.01) +(0.08 0.77 0.01) +(0.085 0.77 0.01) +(0.09 0.77 0.01) +(0.095 0.77 0.01) +(0.1 0.77 0.01) +(0.105 0.77 0.01) +(0.11 0.77 0.01) +(0.115 0.77 0.01) +(0.12 0.77 0.01) +(0.125 0.77 0.01) +(0.13 0.77 0.01) +(0.135 0.77 0.01) +(0.14 0.77 0.01) +(0.145 0.77 0.01) +(0.15 0.77 0.01) +(0 0.775 0.01) +(0.005 0.775 0.01) +(0.01 0.775 0.01) +(0.015 0.775 0.01) +(0.02 0.775 0.01) +(0.025 0.775 0.01) +(0.03 0.775 0.01) +(0.035 0.775 0.01) +(0.04 0.775 0.01) +(0.045 0.775 0.01) +(0.05 0.775 0.01) +(0.055 0.775 0.01) +(0.06 0.775 0.01) +(0.065 0.775 0.01) +(0.07 0.775 0.01) +(0.075 0.775 0.01) +(0.08 0.775 0.01) +(0.085 0.775 0.01) +(0.09 0.775 0.01) +(0.095 0.775 0.01) +(0.1 0.775 0.01) +(0.105 0.775 0.01) +(0.11 0.775 0.01) +(0.115 0.775 0.01) +(0.12 0.775 0.01) +(0.125 0.775 0.01) +(0.13 0.775 0.01) +(0.135 0.775 0.01) +(0.14 0.775 0.01) +(0.145 0.775 0.01) +(0.15 0.775 0.01) +(0 0.78 0.01) +(0.005 0.78 0.01) +(0.01 0.78 0.01) +(0.015 0.78 0.01) +(0.02 0.78 0.01) +(0.025 0.78 0.01) +(0.03 0.78 0.01) +(0.035 0.78 0.01) +(0.04 0.78 0.01) +(0.045 0.78 0.01) +(0.05 0.78 0.01) +(0.055 0.78 0.01) +(0.06 0.78 0.01) +(0.065 0.78 0.01) +(0.07 0.78 0.01) +(0.075 0.78 0.01) +(0.08 0.78 0.01) +(0.085 0.78 0.01) +(0.09 0.78 0.01) +(0.095 0.78 0.01) +(0.1 0.78 0.01) +(0.105 0.78 0.01) +(0.11 0.78 0.01) +(0.115 0.78 0.01) +(0.12 0.78 0.01) +(0.125 0.78 0.01) +(0.13 0.78 0.01) +(0.135 0.78 0.01) +(0.14 0.78 0.01) +(0.145 0.78 0.01) +(0.15 0.78 0.01) +(0 0.785 0.01) +(0.005 0.785 0.01) +(0.01 0.785 0.01) +(0.015 0.785 0.01) +(0.02 0.785 0.01) +(0.025 0.785 0.01) +(0.03 0.785 0.01) +(0.035 0.785 0.01) +(0.04 0.785 0.01) +(0.045 0.785 0.01) +(0.05 0.785 0.01) +(0.055 0.785 0.01) +(0.06 0.785 0.01) +(0.065 0.785 0.01) +(0.07 0.785 0.01) +(0.075 0.785 0.01) +(0.08 0.785 0.01) +(0.085 0.785 0.01) +(0.09 0.785 0.01) +(0.095 0.785 0.01) +(0.1 0.785 0.01) +(0.105 0.785 0.01) +(0.11 0.785 0.01) +(0.115 0.785 0.01) +(0.12 0.785 0.01) +(0.125 0.785 0.01) +(0.13 0.785 0.01) +(0.135 0.785 0.01) +(0.14 0.785 0.01) +(0.145 0.785 0.01) +(0.15 0.785 0.01) +(0 0.79 0.01) +(0.005 0.79 0.01) +(0.01 0.79 0.01) +(0.015 0.79 0.01) +(0.02 0.79 0.01) +(0.025 0.79 0.01) +(0.03 0.79 0.01) +(0.035 0.79 0.01) +(0.04 0.79 0.01) +(0.045 0.79 0.01) +(0.05 0.79 0.01) +(0.055 0.79 0.01) +(0.06 0.79 0.01) +(0.065 0.79 0.01) +(0.07 0.79 0.01) +(0.075 0.79 0.01) +(0.08 0.79 0.01) +(0.085 0.79 0.01) +(0.09 0.79 0.01) +(0.095 0.79 0.01) +(0.1 0.79 0.01) +(0.105 0.79 0.01) +(0.11 0.79 0.01) +(0.115 0.79 0.01) +(0.12 0.79 0.01) +(0.125 0.79 0.01) +(0.13 0.79 0.01) +(0.135 0.79 0.01) +(0.14 0.79 0.01) +(0.145 0.79 0.01) +(0.15 0.79 0.01) +(0 0.795 0.01) +(0.005 0.795 0.01) +(0.01 0.795 0.01) +(0.015 0.795 0.01) +(0.02 0.795 0.01) +(0.025 0.795 0.01) +(0.03 0.795 0.01) +(0.035 0.795 0.01) +(0.04 0.795 0.01) +(0.045 0.795 0.01) +(0.05 0.795 0.01) +(0.055 0.795 0.01) +(0.06 0.795 0.01) +(0.065 0.795 0.01) +(0.07 0.795 0.01) +(0.075 0.795 0.01) +(0.08 0.795 0.01) +(0.085 0.795 0.01) +(0.09 0.795 0.01) +(0.095 0.795 0.01) +(0.1 0.795 0.01) +(0.105 0.795 0.01) +(0.11 0.795 0.01) +(0.115 0.795 0.01) +(0.12 0.795 0.01) +(0.125 0.795 0.01) +(0.13 0.795 0.01) +(0.135 0.795 0.01) +(0.14 0.795 0.01) +(0.145 0.795 0.01) +(0.15 0.795 0.01) +(0 0.8 0.01) +(0.005 0.8 0.01) +(0.01 0.8 0.01) +(0.015 0.8 0.01) +(0.02 0.8 0.01) +(0.025 0.8 0.01) +(0.03 0.8 0.01) +(0.035 0.8 0.01) +(0.04 0.8 0.01) +(0.045 0.8 0.01) +(0.05 0.8 0.01) +(0.055 0.8 0.01) +(0.06 0.8 0.01) +(0.065 0.8 0.01) +(0.07 0.8 0.01) +(0.075 0.8 0.01) +(0.08 0.8 0.01) +(0.085 0.8 0.01) +(0.09 0.8 0.01) +(0.095 0.8 0.01) +(0.1 0.8 0.01) +(0.105 0.8 0.01) +(0.11 0.8 0.01) +(0.115 0.8 0.01) +(0.12 0.8 0.01) +(0.125 0.8 0.01) +(0.13 0.8 0.01) +(0.135 0.8 0.01) +(0.14 0.8 0.01) +(0.145 0.8 0.01) +(0.15 0.8 0.01) +(0 0.805 0.01) +(0.005 0.805 0.01) +(0.01 0.805 0.01) +(0.015 0.805 0.01) +(0.02 0.805 0.01) +(0.025 0.805 0.01) +(0.03 0.805 0.01) +(0.035 0.805 0.01) +(0.04 0.805 0.01) +(0.045 0.805 0.01) +(0.05 0.805 0.01) +(0.055 0.805 0.01) +(0.06 0.805 0.01) +(0.065 0.805 0.01) +(0.07 0.805 0.01) +(0.075 0.805 0.01) +(0.08 0.805 0.01) +(0.085 0.805 0.01) +(0.09 0.805 0.01) +(0.095 0.805 0.01) +(0.1 0.805 0.01) +(0.105 0.805 0.01) +(0.11 0.805 0.01) +(0.115 0.805 0.01) +(0.12 0.805 0.01) +(0.125 0.805 0.01) +(0.13 0.805 0.01) +(0.135 0.805 0.01) +(0.14 0.805 0.01) +(0.145 0.805 0.01) +(0.15 0.805 0.01) +(0 0.81 0.01) +(0.005 0.81 0.01) +(0.01 0.81 0.01) +(0.015 0.81 0.01) +(0.02 0.81 0.01) +(0.025 0.81 0.01) +(0.03 0.81 0.01) +(0.035 0.81 0.01) +(0.04 0.81 0.01) +(0.045 0.81 0.01) +(0.05 0.81 0.01) +(0.055 0.81 0.01) +(0.06 0.81 0.01) +(0.065 0.81 0.01) +(0.07 0.81 0.01) +(0.075 0.81 0.01) +(0.08 0.81 0.01) +(0.085 0.81 0.01) +(0.09 0.81 0.01) +(0.095 0.81 0.01) +(0.1 0.81 0.01) +(0.105 0.81 0.01) +(0.11 0.81 0.01) +(0.115 0.81 0.01) +(0.12 0.81 0.01) +(0.125 0.81 0.01) +(0.13 0.81 0.01) +(0.135 0.81 0.01) +(0.14 0.81 0.01) +(0.145 0.81 0.01) +(0.15 0.81 0.01) +(0 0.815 0.01) +(0.005 0.815 0.01) +(0.01 0.815 0.01) +(0.015 0.815 0.01) +(0.02 0.815 0.01) +(0.025 0.815 0.01) +(0.03 0.815 0.01) +(0.035 0.815 0.01) +(0.04 0.815 0.01) +(0.045 0.815 0.01) +(0.05 0.815 0.01) +(0.055 0.815 0.01) +(0.06 0.815 0.01) +(0.065 0.815 0.01) +(0.07 0.815 0.01) +(0.075 0.815 0.01) +(0.08 0.815 0.01) +(0.085 0.815 0.01) +(0.09 0.815 0.01) +(0.095 0.815 0.01) +(0.1 0.815 0.01) +(0.105 0.815 0.01) +(0.11 0.815 0.01) +(0.115 0.815 0.01) +(0.12 0.815 0.01) +(0.125 0.815 0.01) +(0.13 0.815 0.01) +(0.135 0.815 0.01) +(0.14 0.815 0.01) +(0.145 0.815 0.01) +(0.15 0.815 0.01) +(0 0.82 0.01) +(0.005 0.82 0.01) +(0.01 0.82 0.01) +(0.015 0.82 0.01) +(0.02 0.82 0.01) +(0.025 0.82 0.01) +(0.03 0.82 0.01) +(0.035 0.82 0.01) +(0.04 0.82 0.01) +(0.045 0.82 0.01) +(0.05 0.82 0.01) +(0.055 0.82 0.01) +(0.06 0.82 0.01) +(0.065 0.82 0.01) +(0.07 0.82 0.01) +(0.075 0.82 0.01) +(0.08 0.82 0.01) +(0.085 0.82 0.01) +(0.09 0.82 0.01) +(0.095 0.82 0.01) +(0.1 0.82 0.01) +(0.105 0.82 0.01) +(0.11 0.82 0.01) +(0.115 0.82 0.01) +(0.12 0.82 0.01) +(0.125 0.82 0.01) +(0.13 0.82 0.01) +(0.135 0.82 0.01) +(0.14 0.82 0.01) +(0.145 0.82 0.01) +(0.15 0.82 0.01) +(0 0.825 0.01) +(0.005 0.825 0.01) +(0.01 0.825 0.01) +(0.015 0.825 0.01) +(0.02 0.825 0.01) +(0.025 0.825 0.01) +(0.03 0.825 0.01) +(0.035 0.825 0.01) +(0.04 0.825 0.01) +(0.045 0.825 0.01) +(0.05 0.825 0.01) +(0.055 0.825 0.01) +(0.06 0.825 0.01) +(0.065 0.825 0.01) +(0.07 0.825 0.01) +(0.075 0.825 0.01) +(0.08 0.825 0.01) +(0.085 0.825 0.01) +(0.09 0.825 0.01) +(0.095 0.825 0.01) +(0.1 0.825 0.01) +(0.105 0.825 0.01) +(0.11 0.825 0.01) +(0.115 0.825 0.01) +(0.12 0.825 0.01) +(0.125 0.825 0.01) +(0.13 0.825 0.01) +(0.135 0.825 0.01) +(0.14 0.825 0.01) +(0.145 0.825 0.01) +(0.15 0.825 0.01) +(0 0.83 0.01) +(0.005 0.83 0.01) +(0.01 0.83 0.01) +(0.015 0.83 0.01) +(0.02 0.83 0.01) +(0.025 0.83 0.01) +(0.03 0.83 0.01) +(0.035 0.83 0.01) +(0.04 0.83 0.01) +(0.045 0.83 0.01) +(0.05 0.83 0.01) +(0.055 0.83 0.01) +(0.06 0.83 0.01) +(0.065 0.83 0.01) +(0.07 0.83 0.01) +(0.075 0.83 0.01) +(0.08 0.83 0.01) +(0.085 0.83 0.01) +(0.09 0.83 0.01) +(0.095 0.83 0.01) +(0.1 0.83 0.01) +(0.105 0.83 0.01) +(0.11 0.83 0.01) +(0.115 0.83 0.01) +(0.12 0.83 0.01) +(0.125 0.83 0.01) +(0.13 0.83 0.01) +(0.135 0.83 0.01) +(0.14 0.83 0.01) +(0.145 0.83 0.01) +(0.15 0.83 0.01) +(0 0.835 0.01) +(0.005 0.835 0.01) +(0.01 0.835 0.01) +(0.015 0.835 0.01) +(0.02 0.835 0.01) +(0.025 0.835 0.01) +(0.03 0.835 0.01) +(0.035 0.835 0.01) +(0.04 0.835 0.01) +(0.045 0.835 0.01) +(0.05 0.835 0.01) +(0.055 0.835 0.01) +(0.06 0.835 0.01) +(0.065 0.835 0.01) +(0.07 0.835 0.01) +(0.075 0.835 0.01) +(0.08 0.835 0.01) +(0.085 0.835 0.01) +(0.09 0.835 0.01) +(0.095 0.835 0.01) +(0.1 0.835 0.01) +(0.105 0.835 0.01) +(0.11 0.835 0.01) +(0.115 0.835 0.01) +(0.12 0.835 0.01) +(0.125 0.835 0.01) +(0.13 0.835 0.01) +(0.135 0.835 0.01) +(0.14 0.835 0.01) +(0.145 0.835 0.01) +(0.15 0.835 0.01) +(0 0.84 0.01) +(0.005 0.84 0.01) +(0.01 0.84 0.01) +(0.015 0.84 0.01) +(0.02 0.84 0.01) +(0.025 0.84 0.01) +(0.03 0.84 0.01) +(0.035 0.84 0.01) +(0.04 0.84 0.01) +(0.045 0.84 0.01) +(0.05 0.84 0.01) +(0.055 0.84 0.01) +(0.06 0.84 0.01) +(0.065 0.84 0.01) +(0.07 0.84 0.01) +(0.075 0.84 0.01) +(0.08 0.84 0.01) +(0.085 0.84 0.01) +(0.09 0.84 0.01) +(0.095 0.84 0.01) +(0.1 0.84 0.01) +(0.105 0.84 0.01) +(0.11 0.84 0.01) +(0.115 0.84 0.01) +(0.12 0.84 0.01) +(0.125 0.84 0.01) +(0.13 0.84 0.01) +(0.135 0.84 0.01) +(0.14 0.84 0.01) +(0.145 0.84 0.01) +(0.15 0.84 0.01) +(0 0.845 0.01) +(0.005 0.845 0.01) +(0.01 0.845 0.01) +(0.015 0.845 0.01) +(0.02 0.845 0.01) +(0.025 0.845 0.01) +(0.03 0.845 0.01) +(0.035 0.845 0.01) +(0.04 0.845 0.01) +(0.045 0.845 0.01) +(0.05 0.845 0.01) +(0.055 0.845 0.01) +(0.06 0.845 0.01) +(0.065 0.845 0.01) +(0.07 0.845 0.01) +(0.075 0.845 0.01) +(0.08 0.845 0.01) +(0.085 0.845 0.01) +(0.09 0.845 0.01) +(0.095 0.845 0.01) +(0.1 0.845 0.01) +(0.105 0.845 0.01) +(0.11 0.845 0.01) +(0.115 0.845 0.01) +(0.12 0.845 0.01) +(0.125 0.845 0.01) +(0.13 0.845 0.01) +(0.135 0.845 0.01) +(0.14 0.845 0.01) +(0.145 0.845 0.01) +(0.15 0.845 0.01) +(0 0.85 0.01) +(0.005 0.85 0.01) +(0.01 0.85 0.01) +(0.015 0.85 0.01) +(0.02 0.85 0.01) +(0.025 0.85 0.01) +(0.03 0.85 0.01) +(0.035 0.85 0.01) +(0.04 0.85 0.01) +(0.045 0.85 0.01) +(0.05 0.85 0.01) +(0.055 0.85 0.01) +(0.06 0.85 0.01) +(0.065 0.85 0.01) +(0.07 0.85 0.01) +(0.075 0.85 0.01) +(0.08 0.85 0.01) +(0.085 0.85 0.01) +(0.09 0.85 0.01) +(0.095 0.85 0.01) +(0.1 0.85 0.01) +(0.105 0.85 0.01) +(0.11 0.85 0.01) +(0.115 0.85 0.01) +(0.12 0.85 0.01) +(0.125 0.85 0.01) +(0.13 0.85 0.01) +(0.135 0.85 0.01) +(0.14 0.85 0.01) +(0.145 0.85 0.01) +(0.15 0.85 0.01) +(0 0.855 0.01) +(0.005 0.855 0.01) +(0.01 0.855 0.01) +(0.015 0.855 0.01) +(0.02 0.855 0.01) +(0.025 0.855 0.01) +(0.03 0.855 0.01) +(0.035 0.855 0.01) +(0.04 0.855 0.01) +(0.045 0.855 0.01) +(0.05 0.855 0.01) +(0.055 0.855 0.01) +(0.06 0.855 0.01) +(0.065 0.855 0.01) +(0.07 0.855 0.01) +(0.075 0.855 0.01) +(0.08 0.855 0.01) +(0.085 0.855 0.01) +(0.09 0.855 0.01) +(0.095 0.855 0.01) +(0.1 0.855 0.01) +(0.105 0.855 0.01) +(0.11 0.855 0.01) +(0.115 0.855 0.01) +(0.12 0.855 0.01) +(0.125 0.855 0.01) +(0.13 0.855 0.01) +(0.135 0.855 0.01) +(0.14 0.855 0.01) +(0.145 0.855 0.01) +(0.15 0.855 0.01) +(0 0.86 0.01) +(0.005 0.86 0.01) +(0.01 0.86 0.01) +(0.015 0.86 0.01) +(0.02 0.86 0.01) +(0.025 0.86 0.01) +(0.03 0.86 0.01) +(0.035 0.86 0.01) +(0.04 0.86 0.01) +(0.045 0.86 0.01) +(0.05 0.86 0.01) +(0.055 0.86 0.01) +(0.06 0.86 0.01) +(0.065 0.86 0.01) +(0.07 0.86 0.01) +(0.075 0.86 0.01) +(0.08 0.86 0.01) +(0.085 0.86 0.01) +(0.09 0.86 0.01) +(0.095 0.86 0.01) +(0.1 0.86 0.01) +(0.105 0.86 0.01) +(0.11 0.86 0.01) +(0.115 0.86 0.01) +(0.12 0.86 0.01) +(0.125 0.86 0.01) +(0.13 0.86 0.01) +(0.135 0.86 0.01) +(0.14 0.86 0.01) +(0.145 0.86 0.01) +(0.15 0.86 0.01) +(0 0.865 0.01) +(0.005 0.865 0.01) +(0.01 0.865 0.01) +(0.015 0.865 0.01) +(0.02 0.865 0.01) +(0.025 0.865 0.01) +(0.03 0.865 0.01) +(0.035 0.865 0.01) +(0.04 0.865 0.01) +(0.045 0.865 0.01) +(0.05 0.865 0.01) +(0.055 0.865 0.01) +(0.06 0.865 0.01) +(0.065 0.865 0.01) +(0.07 0.865 0.01) +(0.075 0.865 0.01) +(0.08 0.865 0.01) +(0.085 0.865 0.01) +(0.09 0.865 0.01) +(0.095 0.865 0.01) +(0.1 0.865 0.01) +(0.105 0.865 0.01) +(0.11 0.865 0.01) +(0.115 0.865 0.01) +(0.12 0.865 0.01) +(0.125 0.865 0.01) +(0.13 0.865 0.01) +(0.135 0.865 0.01) +(0.14 0.865 0.01) +(0.145 0.865 0.01) +(0.15 0.865 0.01) +(0 0.87 0.01) +(0.005 0.87 0.01) +(0.01 0.87 0.01) +(0.015 0.87 0.01) +(0.02 0.87 0.01) +(0.025 0.87 0.01) +(0.03 0.87 0.01) +(0.035 0.87 0.01) +(0.04 0.87 0.01) +(0.045 0.87 0.01) +(0.05 0.87 0.01) +(0.055 0.87 0.01) +(0.06 0.87 0.01) +(0.065 0.87 0.01) +(0.07 0.87 0.01) +(0.075 0.87 0.01) +(0.08 0.87 0.01) +(0.085 0.87 0.01) +(0.09 0.87 0.01) +(0.095 0.87 0.01) +(0.1 0.87 0.01) +(0.105 0.87 0.01) +(0.11 0.87 0.01) +(0.115 0.87 0.01) +(0.12 0.87 0.01) +(0.125 0.87 0.01) +(0.13 0.87 0.01) +(0.135 0.87 0.01) +(0.14 0.87 0.01) +(0.145 0.87 0.01) +(0.15 0.87 0.01) +(0 0.875 0.01) +(0.005 0.875 0.01) +(0.01 0.875 0.01) +(0.015 0.875 0.01) +(0.02 0.875 0.01) +(0.025 0.875 0.01) +(0.03 0.875 0.01) +(0.035 0.875 0.01) +(0.04 0.875 0.01) +(0.045 0.875 0.01) +(0.05 0.875 0.01) +(0.055 0.875 0.01) +(0.06 0.875 0.01) +(0.065 0.875 0.01) +(0.07 0.875 0.01) +(0.075 0.875 0.01) +(0.08 0.875 0.01) +(0.085 0.875 0.01) +(0.09 0.875 0.01) +(0.095 0.875 0.01) +(0.1 0.875 0.01) +(0.105 0.875 0.01) +(0.11 0.875 0.01) +(0.115 0.875 0.01) +(0.12 0.875 0.01) +(0.125 0.875 0.01) +(0.13 0.875 0.01) +(0.135 0.875 0.01) +(0.14 0.875 0.01) +(0.145 0.875 0.01) +(0.15 0.875 0.01) +(0 0.88 0.01) +(0.005 0.88 0.01) +(0.01 0.88 0.01) +(0.015 0.88 0.01) +(0.02 0.88 0.01) +(0.025 0.88 0.01) +(0.03 0.88 0.01) +(0.035 0.88 0.01) +(0.04 0.88 0.01) +(0.045 0.88 0.01) +(0.05 0.88 0.01) +(0.055 0.88 0.01) +(0.06 0.88 0.01) +(0.065 0.88 0.01) +(0.07 0.88 0.01) +(0.075 0.88 0.01) +(0.08 0.88 0.01) +(0.085 0.88 0.01) +(0.09 0.88 0.01) +(0.095 0.88 0.01) +(0.1 0.88 0.01) +(0.105 0.88 0.01) +(0.11 0.88 0.01) +(0.115 0.88 0.01) +(0.12 0.88 0.01) +(0.125 0.88 0.01) +(0.13 0.88 0.01) +(0.135 0.88 0.01) +(0.14 0.88 0.01) +(0.145 0.88 0.01) +(0.15 0.88 0.01) +(0 0.885 0.01) +(0.005 0.885 0.01) +(0.01 0.885 0.01) +(0.015 0.885 0.01) +(0.02 0.885 0.01) +(0.025 0.885 0.01) +(0.03 0.885 0.01) +(0.035 0.885 0.01) +(0.04 0.885 0.01) +(0.045 0.885 0.01) +(0.05 0.885 0.01) +(0.055 0.885 0.01) +(0.06 0.885 0.01) +(0.065 0.885 0.01) +(0.07 0.885 0.01) +(0.075 0.885 0.01) +(0.08 0.885 0.01) +(0.085 0.885 0.01) +(0.09 0.885 0.01) +(0.095 0.885 0.01) +(0.1 0.885 0.01) +(0.105 0.885 0.01) +(0.11 0.885 0.01) +(0.115 0.885 0.01) +(0.12 0.885 0.01) +(0.125 0.885 0.01) +(0.13 0.885 0.01) +(0.135 0.885 0.01) +(0.14 0.885 0.01) +(0.145 0.885 0.01) +(0.15 0.885 0.01) +(0 0.89 0.01) +(0.005 0.89 0.01) +(0.01 0.89 0.01) +(0.015 0.89 0.01) +(0.02 0.89 0.01) +(0.025 0.89 0.01) +(0.03 0.89 0.01) +(0.035 0.89 0.01) +(0.04 0.89 0.01) +(0.045 0.89 0.01) +(0.05 0.89 0.01) +(0.055 0.89 0.01) +(0.06 0.89 0.01) +(0.065 0.89 0.01) +(0.07 0.89 0.01) +(0.075 0.89 0.01) +(0.08 0.89 0.01) +(0.085 0.89 0.01) +(0.09 0.89 0.01) +(0.095 0.89 0.01) +(0.1 0.89 0.01) +(0.105 0.89 0.01) +(0.11 0.89 0.01) +(0.115 0.89 0.01) +(0.12 0.89 0.01) +(0.125 0.89 0.01) +(0.13 0.89 0.01) +(0.135 0.89 0.01) +(0.14 0.89 0.01) +(0.145 0.89 0.01) +(0.15 0.89 0.01) +(0 0.895 0.01) +(0.005 0.895 0.01) +(0.01 0.895 0.01) +(0.015 0.895 0.01) +(0.02 0.895 0.01) +(0.025 0.895 0.01) +(0.03 0.895 0.01) +(0.035 0.895 0.01) +(0.04 0.895 0.01) +(0.045 0.895 0.01) +(0.05 0.895 0.01) +(0.055 0.895 0.01) +(0.06 0.895 0.01) +(0.065 0.895 0.01) +(0.07 0.895 0.01) +(0.075 0.895 0.01) +(0.08 0.895 0.01) +(0.085 0.895 0.01) +(0.09 0.895 0.01) +(0.095 0.895 0.01) +(0.1 0.895 0.01) +(0.105 0.895 0.01) +(0.11 0.895 0.01) +(0.115 0.895 0.01) +(0.12 0.895 0.01) +(0.125 0.895 0.01) +(0.13 0.895 0.01) +(0.135 0.895 0.01) +(0.14 0.895 0.01) +(0.145 0.895 0.01) +(0.15 0.895 0.01) +(0 0.9 0.01) +(0.005 0.9 0.01) +(0.01 0.9 0.01) +(0.015 0.9 0.01) +(0.02 0.9 0.01) +(0.025 0.9 0.01) +(0.03 0.9 0.01) +(0.035 0.9 0.01) +(0.04 0.9 0.01) +(0.045 0.9 0.01) +(0.05 0.9 0.01) +(0.055 0.9 0.01) +(0.06 0.9 0.01) +(0.065 0.9 0.01) +(0.07 0.9 0.01) +(0.075 0.9 0.01) +(0.08 0.9 0.01) +(0.085 0.9 0.01) +(0.09 0.9 0.01) +(0.095 0.9 0.01) +(0.1 0.9 0.01) +(0.105 0.9 0.01) +(0.11 0.9 0.01) +(0.115 0.9 0.01) +(0.12 0.9 0.01) +(0.125 0.9 0.01) +(0.13 0.9 0.01) +(0.135 0.9 0.01) +(0.14 0.9 0.01) +(0.145 0.9 0.01) +(0.15 0.9 0.01) +(0 0.905 0.01) +(0.005 0.905 0.01) +(0.01 0.905 0.01) +(0.015 0.905 0.01) +(0.02 0.905 0.01) +(0.025 0.905 0.01) +(0.03 0.905 0.01) +(0.035 0.905 0.01) +(0.04 0.905 0.01) +(0.045 0.905 0.01) +(0.05 0.905 0.01) +(0.055 0.905 0.01) +(0.06 0.905 0.01) +(0.065 0.905 0.01) +(0.07 0.905 0.01) +(0.075 0.905 0.01) +(0.08 0.905 0.01) +(0.085 0.905 0.01) +(0.09 0.905 0.01) +(0.095 0.905 0.01) +(0.1 0.905 0.01) +(0.105 0.905 0.01) +(0.11 0.905 0.01) +(0.115 0.905 0.01) +(0.12 0.905 0.01) +(0.125 0.905 0.01) +(0.13 0.905 0.01) +(0.135 0.905 0.01) +(0.14 0.905 0.01) +(0.145 0.905 0.01) +(0.15 0.905 0.01) +(0 0.91 0.01) +(0.005 0.91 0.01) +(0.01 0.91 0.01) +(0.015 0.91 0.01) +(0.02 0.91 0.01) +(0.025 0.91 0.01) +(0.03 0.91 0.01) +(0.035 0.91 0.01) +(0.04 0.91 0.01) +(0.045 0.91 0.01) +(0.05 0.91 0.01) +(0.055 0.91 0.01) +(0.06 0.91 0.01) +(0.065 0.91 0.01) +(0.07 0.91 0.01) +(0.075 0.91 0.01) +(0.08 0.91 0.01) +(0.085 0.91 0.01) +(0.09 0.91 0.01) +(0.095 0.91 0.01) +(0.1 0.91 0.01) +(0.105 0.91 0.01) +(0.11 0.91 0.01) +(0.115 0.91 0.01) +(0.12 0.91 0.01) +(0.125 0.91 0.01) +(0.13 0.91 0.01) +(0.135 0.91 0.01) +(0.14 0.91 0.01) +(0.145 0.91 0.01) +(0.15 0.91 0.01) +(0 0.915 0.01) +(0.005 0.915 0.01) +(0.01 0.915 0.01) +(0.015 0.915 0.01) +(0.02 0.915 0.01) +(0.025 0.915 0.01) +(0.03 0.915 0.01) +(0.035 0.915 0.01) +(0.04 0.915 0.01) +(0.045 0.915 0.01) +(0.05 0.915 0.01) +(0.055 0.915 0.01) +(0.06 0.915 0.01) +(0.065 0.915 0.01) +(0.07 0.915 0.01) +(0.075 0.915 0.01) +(0.08 0.915 0.01) +(0.085 0.915 0.01) +(0.09 0.915 0.01) +(0.095 0.915 0.01) +(0.1 0.915 0.01) +(0.105 0.915 0.01) +(0.11 0.915 0.01) +(0.115 0.915 0.01) +(0.12 0.915 0.01) +(0.125 0.915 0.01) +(0.13 0.915 0.01) +(0.135 0.915 0.01) +(0.14 0.915 0.01) +(0.145 0.915 0.01) +(0.15 0.915 0.01) +(0 0.92 0.01) +(0.005 0.92 0.01) +(0.01 0.92 0.01) +(0.015 0.92 0.01) +(0.02 0.92 0.01) +(0.025 0.92 0.01) +(0.03 0.92 0.01) +(0.035 0.92 0.01) +(0.04 0.92 0.01) +(0.045 0.92 0.01) +(0.05 0.92 0.01) +(0.055 0.92 0.01) +(0.06 0.92 0.01) +(0.065 0.92 0.01) +(0.07 0.92 0.01) +(0.075 0.92 0.01) +(0.08 0.92 0.01) +(0.085 0.92 0.01) +(0.09 0.92 0.01) +(0.095 0.92 0.01) +(0.1 0.92 0.01) +(0.105 0.92 0.01) +(0.11 0.92 0.01) +(0.115 0.92 0.01) +(0.12 0.92 0.01) +(0.125 0.92 0.01) +(0.13 0.92 0.01) +(0.135 0.92 0.01) +(0.14 0.92 0.01) +(0.145 0.92 0.01) +(0.15 0.92 0.01) +(0 0.925 0.01) +(0.005 0.925 0.01) +(0.01 0.925 0.01) +(0.015 0.925 0.01) +(0.02 0.925 0.01) +(0.025 0.925 0.01) +(0.03 0.925 0.01) +(0.035 0.925 0.01) +(0.04 0.925 0.01) +(0.045 0.925 0.01) +(0.05 0.925 0.01) +(0.055 0.925 0.01) +(0.06 0.925 0.01) +(0.065 0.925 0.01) +(0.07 0.925 0.01) +(0.075 0.925 0.01) +(0.08 0.925 0.01) +(0.085 0.925 0.01) +(0.09 0.925 0.01) +(0.095 0.925 0.01) +(0.1 0.925 0.01) +(0.105 0.925 0.01) +(0.11 0.925 0.01) +(0.115 0.925 0.01) +(0.12 0.925 0.01) +(0.125 0.925 0.01) +(0.13 0.925 0.01) +(0.135 0.925 0.01) +(0.14 0.925 0.01) +(0.145 0.925 0.01) +(0.15 0.925 0.01) +(0 0.93 0.01) +(0.005 0.93 0.01) +(0.01 0.93 0.01) +(0.015 0.93 0.01) +(0.02 0.93 0.01) +(0.025 0.93 0.01) +(0.03 0.93 0.01) +(0.035 0.93 0.01) +(0.04 0.93 0.01) +(0.045 0.93 0.01) +(0.05 0.93 0.01) +(0.055 0.93 0.01) +(0.06 0.93 0.01) +(0.065 0.93 0.01) +(0.07 0.93 0.01) +(0.075 0.93 0.01) +(0.08 0.93 0.01) +(0.085 0.93 0.01) +(0.09 0.93 0.01) +(0.095 0.93 0.01) +(0.1 0.93 0.01) +(0.105 0.93 0.01) +(0.11 0.93 0.01) +(0.115 0.93 0.01) +(0.12 0.93 0.01) +(0.125 0.93 0.01) +(0.13 0.93 0.01) +(0.135 0.93 0.01) +(0.14 0.93 0.01) +(0.145 0.93 0.01) +(0.15 0.93 0.01) +(0 0.935 0.01) +(0.005 0.935 0.01) +(0.01 0.935 0.01) +(0.015 0.935 0.01) +(0.02 0.935 0.01) +(0.025 0.935 0.01) +(0.03 0.935 0.01) +(0.035 0.935 0.01) +(0.04 0.935 0.01) +(0.045 0.935 0.01) +(0.05 0.935 0.01) +(0.055 0.935 0.01) +(0.06 0.935 0.01) +(0.065 0.935 0.01) +(0.07 0.935 0.01) +(0.075 0.935 0.01) +(0.08 0.935 0.01) +(0.085 0.935 0.01) +(0.09 0.935 0.01) +(0.095 0.935 0.01) +(0.1 0.935 0.01) +(0.105 0.935 0.01) +(0.11 0.935 0.01) +(0.115 0.935 0.01) +(0.12 0.935 0.01) +(0.125 0.935 0.01) +(0.13 0.935 0.01) +(0.135 0.935 0.01) +(0.14 0.935 0.01) +(0.145 0.935 0.01) +(0.15 0.935 0.01) +(0 0.94 0.01) +(0.005 0.94 0.01) +(0.01 0.94 0.01) +(0.015 0.94 0.01) +(0.02 0.94 0.01) +(0.025 0.94 0.01) +(0.03 0.94 0.01) +(0.035 0.94 0.01) +(0.04 0.94 0.01) +(0.045 0.94 0.01) +(0.05 0.94 0.01) +(0.055 0.94 0.01) +(0.06 0.94 0.01) +(0.065 0.94 0.01) +(0.07 0.94 0.01) +(0.075 0.94 0.01) +(0.08 0.94 0.01) +(0.085 0.94 0.01) +(0.09 0.94 0.01) +(0.095 0.94 0.01) +(0.1 0.94 0.01) +(0.105 0.94 0.01) +(0.11 0.94 0.01) +(0.115 0.94 0.01) +(0.12 0.94 0.01) +(0.125 0.94 0.01) +(0.13 0.94 0.01) +(0.135 0.94 0.01) +(0.14 0.94 0.01) +(0.145 0.94 0.01) +(0.15 0.94 0.01) +(0 0.945 0.01) +(0.005 0.945 0.01) +(0.01 0.945 0.01) +(0.015 0.945 0.01) +(0.02 0.945 0.01) +(0.025 0.945 0.01) +(0.03 0.945 0.01) +(0.035 0.945 0.01) +(0.04 0.945 0.01) +(0.045 0.945 0.01) +(0.05 0.945 0.01) +(0.055 0.945 0.01) +(0.06 0.945 0.01) +(0.065 0.945 0.01) +(0.07 0.945 0.01) +(0.075 0.945 0.01) +(0.08 0.945 0.01) +(0.085 0.945 0.01) +(0.09 0.945 0.01) +(0.095 0.945 0.01) +(0.1 0.945 0.01) +(0.105 0.945 0.01) +(0.11 0.945 0.01) +(0.115 0.945 0.01) +(0.12 0.945 0.01) +(0.125 0.945 0.01) +(0.13 0.945 0.01) +(0.135 0.945 0.01) +(0.14 0.945 0.01) +(0.145 0.945 0.01) +(0.15 0.945 0.01) +(0 0.95 0.01) +(0.005 0.95 0.01) +(0.01 0.95 0.01) +(0.015 0.95 0.01) +(0.02 0.95 0.01) +(0.025 0.95 0.01) +(0.03 0.95 0.01) +(0.035 0.95 0.01) +(0.04 0.95 0.01) +(0.045 0.95 0.01) +(0.05 0.95 0.01) +(0.055 0.95 0.01) +(0.06 0.95 0.01) +(0.065 0.95 0.01) +(0.07 0.95 0.01) +(0.075 0.95 0.01) +(0.08 0.95 0.01) +(0.085 0.95 0.01) +(0.09 0.95 0.01) +(0.095 0.95 0.01) +(0.1 0.95 0.01) +(0.105 0.95 0.01) +(0.11 0.95 0.01) +(0.115 0.95 0.01) +(0.12 0.95 0.01) +(0.125 0.95 0.01) +(0.13 0.95 0.01) +(0.135 0.95 0.01) +(0.14 0.95 0.01) +(0.145 0.95 0.01) +(0.15 0.95 0.01) +(0 0.955 0.01) +(0.005 0.955 0.01) +(0.01 0.955 0.01) +(0.015 0.955 0.01) +(0.02 0.955 0.01) +(0.025 0.955 0.01) +(0.03 0.955 0.01) +(0.035 0.955 0.01) +(0.04 0.955 0.01) +(0.045 0.955 0.01) +(0.05 0.955 0.01) +(0.055 0.955 0.01) +(0.06 0.955 0.01) +(0.065 0.955 0.01) +(0.07 0.955 0.01) +(0.075 0.955 0.01) +(0.08 0.955 0.01) +(0.085 0.955 0.01) +(0.09 0.955 0.01) +(0.095 0.955 0.01) +(0.1 0.955 0.01) +(0.105 0.955 0.01) +(0.11 0.955 0.01) +(0.115 0.955 0.01) +(0.12 0.955 0.01) +(0.125 0.955 0.01) +(0.13 0.955 0.01) +(0.135 0.955 0.01) +(0.14 0.955 0.01) +(0.145 0.955 0.01) +(0.15 0.955 0.01) +(0 0.96 0.01) +(0.005 0.96 0.01) +(0.01 0.96 0.01) +(0.015 0.96 0.01) +(0.02 0.96 0.01) +(0.025 0.96 0.01) +(0.03 0.96 0.01) +(0.035 0.96 0.01) +(0.04 0.96 0.01) +(0.045 0.96 0.01) +(0.05 0.96 0.01) +(0.055 0.96 0.01) +(0.06 0.96 0.01) +(0.065 0.96 0.01) +(0.07 0.96 0.01) +(0.075 0.96 0.01) +(0.08 0.96 0.01) +(0.085 0.96 0.01) +(0.09 0.96 0.01) +(0.095 0.96 0.01) +(0.1 0.96 0.01) +(0.105 0.96 0.01) +(0.11 0.96 0.01) +(0.115 0.96 0.01) +(0.12 0.96 0.01) +(0.125 0.96 0.01) +(0.13 0.96 0.01) +(0.135 0.96 0.01) +(0.14 0.96 0.01) +(0.145 0.96 0.01) +(0.15 0.96 0.01) +(0 0.965 0.01) +(0.005 0.965 0.01) +(0.01 0.965 0.01) +(0.015 0.965 0.01) +(0.02 0.965 0.01) +(0.025 0.965 0.01) +(0.03 0.965 0.01) +(0.035 0.965 0.01) +(0.04 0.965 0.01) +(0.045 0.965 0.01) +(0.05 0.965 0.01) +(0.055 0.965 0.01) +(0.06 0.965 0.01) +(0.065 0.965 0.01) +(0.07 0.965 0.01) +(0.075 0.965 0.01) +(0.08 0.965 0.01) +(0.085 0.965 0.01) +(0.09 0.965 0.01) +(0.095 0.965 0.01) +(0.1 0.965 0.01) +(0.105 0.965 0.01) +(0.11 0.965 0.01) +(0.115 0.965 0.01) +(0.12 0.965 0.01) +(0.125 0.965 0.01) +(0.13 0.965 0.01) +(0.135 0.965 0.01) +(0.14 0.965 0.01) +(0.145 0.965 0.01) +(0.15 0.965 0.01) +(0 0.97 0.01) +(0.005 0.97 0.01) +(0.01 0.97 0.01) +(0.015 0.97 0.01) +(0.02 0.97 0.01) +(0.025 0.97 0.01) +(0.03 0.97 0.01) +(0.035 0.97 0.01) +(0.04 0.97 0.01) +(0.045 0.97 0.01) +(0.05 0.97 0.01) +(0.055 0.97 0.01) +(0.06 0.97 0.01) +(0.065 0.97 0.01) +(0.07 0.97 0.01) +(0.075 0.97 0.01) +(0.08 0.97 0.01) +(0.085 0.97 0.01) +(0.09 0.97 0.01) +(0.095 0.97 0.01) +(0.1 0.97 0.01) +(0.105 0.97 0.01) +(0.11 0.97 0.01) +(0.115 0.97 0.01) +(0.12 0.97 0.01) +(0.125 0.97 0.01) +(0.13 0.97 0.01) +(0.135 0.97 0.01) +(0.14 0.97 0.01) +(0.145 0.97 0.01) +(0.15 0.97 0.01) +(0 0.975 0.01) +(0.005 0.975 0.01) +(0.01 0.975 0.01) +(0.015 0.975 0.01) +(0.02 0.975 0.01) +(0.025 0.975 0.01) +(0.03 0.975 0.01) +(0.035 0.975 0.01) +(0.04 0.975 0.01) +(0.045 0.975 0.01) +(0.05 0.975 0.01) +(0.055 0.975 0.01) +(0.06 0.975 0.01) +(0.065 0.975 0.01) +(0.07 0.975 0.01) +(0.075 0.975 0.01) +(0.08 0.975 0.01) +(0.085 0.975 0.01) +(0.09 0.975 0.01) +(0.095 0.975 0.01) +(0.1 0.975 0.01) +(0.105 0.975 0.01) +(0.11 0.975 0.01) +(0.115 0.975 0.01) +(0.12 0.975 0.01) +(0.125 0.975 0.01) +(0.13 0.975 0.01) +(0.135 0.975 0.01) +(0.14 0.975 0.01) +(0.145 0.975 0.01) +(0.15 0.975 0.01) +(0 0.98 0.01) +(0.005 0.98 0.01) +(0.01 0.98 0.01) +(0.015 0.98 0.01) +(0.02 0.98 0.01) +(0.025 0.98 0.01) +(0.03 0.98 0.01) +(0.035 0.98 0.01) +(0.04 0.98 0.01) +(0.045 0.98 0.01) +(0.05 0.98 0.01) +(0.055 0.98 0.01) +(0.06 0.98 0.01) +(0.065 0.98 0.01) +(0.07 0.98 0.01) +(0.075 0.98 0.01) +(0.08 0.98 0.01) +(0.085 0.98 0.01) +(0.09 0.98 0.01) +(0.095 0.98 0.01) +(0.1 0.98 0.01) +(0.105 0.98 0.01) +(0.11 0.98 0.01) +(0.115 0.98 0.01) +(0.12 0.98 0.01) +(0.125 0.98 0.01) +(0.13 0.98 0.01) +(0.135 0.98 0.01) +(0.14 0.98 0.01) +(0.145 0.98 0.01) +(0.15 0.98 0.01) +(0 0.985 0.01) +(0.005 0.985 0.01) +(0.01 0.985 0.01) +(0.015 0.985 0.01) +(0.02 0.985 0.01) +(0.025 0.985 0.01) +(0.03 0.985 0.01) +(0.035 0.985 0.01) +(0.04 0.985 0.01) +(0.045 0.985 0.01) +(0.05 0.985 0.01) +(0.055 0.985 0.01) +(0.06 0.985 0.01) +(0.065 0.985 0.01) +(0.07 0.985 0.01) +(0.075 0.985 0.01) +(0.08 0.985 0.01) +(0.085 0.985 0.01) +(0.09 0.985 0.01) +(0.095 0.985 0.01) +(0.1 0.985 0.01) +(0.105 0.985 0.01) +(0.11 0.985 0.01) +(0.115 0.985 0.01) +(0.12 0.985 0.01) +(0.125 0.985 0.01) +(0.13 0.985 0.01) +(0.135 0.985 0.01) +(0.14 0.985 0.01) +(0.145 0.985 0.01) +(0.15 0.985 0.01) +(0 0.99 0.01) +(0.005 0.99 0.01) +(0.01 0.99 0.01) +(0.015 0.99 0.01) +(0.02 0.99 0.01) +(0.025 0.99 0.01) +(0.03 0.99 0.01) +(0.035 0.99 0.01) +(0.04 0.99 0.01) +(0.045 0.99 0.01) +(0.05 0.99 0.01) +(0.055 0.99 0.01) +(0.06 0.99 0.01) +(0.065 0.99 0.01) +(0.07 0.99 0.01) +(0.075 0.99 0.01) +(0.08 0.99 0.01) +(0.085 0.99 0.01) +(0.09 0.99 0.01) +(0.095 0.99 0.01) +(0.1 0.99 0.01) +(0.105 0.99 0.01) +(0.11 0.99 0.01) +(0.115 0.99 0.01) +(0.12 0.99 0.01) +(0.125 0.99 0.01) +(0.13 0.99 0.01) +(0.135 0.99 0.01) +(0.14 0.99 0.01) +(0.145 0.99 0.01) +(0.15 0.99 0.01) +(0 0.995 0.01) +(0.005 0.995 0.01) +(0.01 0.995 0.01) +(0.015 0.995 0.01) +(0.02 0.995 0.01) +(0.025 0.995 0.01) +(0.03 0.995 0.01) +(0.035 0.995 0.01) +(0.04 0.995 0.01) +(0.045 0.995 0.01) +(0.05 0.995 0.01) +(0.055 0.995 0.01) +(0.06 0.995 0.01) +(0.065 0.995 0.01) +(0.07 0.995 0.01) +(0.075 0.995 0.01) +(0.08 0.995 0.01) +(0.085 0.995 0.01) +(0.09 0.995 0.01) +(0.095 0.995 0.01) +(0.1 0.995 0.01) +(0.105 0.995 0.01) +(0.11 0.995 0.01) +(0.115 0.995 0.01) +(0.12 0.995 0.01) +(0.125 0.995 0.01) +(0.13 0.995 0.01) +(0.135 0.995 0.01) +(0.14 0.995 0.01) +(0.145 0.995 0.01) +(0.15 0.995 0.01) +(0 1 0.01) +(0.005 1 0.01) +(0.01 1 0.01) +(0.015 1 0.01) +(0.02 1 0.01) +(0.025 1 0.01) +(0.03 1 0.01) +(0.035 1 0.01) +(0.04 1 0.01) +(0.045 1 0.01) +(0.05 1 0.01) +(0.055 1 0.01) +(0.06 1 0.01) +(0.065 1 0.01) +(0.07 1 0.01) +(0.075 1 0.01) +(0.08 1 0.01) +(0.085 1 0.01) +(0.09 1 0.01) +(0.095 1 0.01) +(0.1 1 0.01) +(0.105 1 0.01) +(0.11 1 0.01) +(0.115 1 0.01) +(0.12 1 0.01) +(0.125 1 0.01) +(0.13 1 0.01) +(0.135 1 0.01) +(0.14 1 0.01) +(0.145 1 0.01) +(0.15 1 0.01) +) + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/ppProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/ppProperties new file mode 100644 index 00000000000..f064123adcf --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/ppProperties @@ -0,0 +1,29 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object ppProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +preAlphaExp 500; + +expMax 1000; + +alphaMax 0.62; + +g0 g0 [ 1 -1 -2 0 0 0 0 ] 0; + +packingLimiter no; + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/transportProperties b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/transportProperties new file mode 100644 index 00000000000..d01baacc6e6 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/constant/transportProperties @@ -0,0 +1,65 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object transportProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +phase1 +{ + rho 2500; + rho0 2500; + R 1e10; + Cp 6000; + + nu 1e-06; + kappa 0.613; + + diameterModel constant; + constantCoeffs + { + d 3e-4; + } +} + +phase2 +{ + rho 1.2; + rho0 0; + R 287; + Cp 721; + + nu 1.5e-05; + kappa 2.63e-2; + + diameterModel constant; + constantCoeffs + { + d 1; + } +} + +// Virtual-mass ceofficient +Cvm 0; + +// Lift coefficient +Cl 0; + +// Dispersed-phase turbulence coefficient +Ct 0; + +// Minimum allowable pressure +pMin 10000; + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/controlDict b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/controlDict new file mode 100644 index 00000000000..2ac45504509 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/controlDict @@ -0,0 +1,95 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object controlDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +application compressibleTwoPhaseEulerFoam; + +startFrom latestTime; + +startTime 0; + +stopAt endTime; + +endTime 2; + +deltaT 0.0002; + +writeControl runTime; + +writeInterval 0.01; + +purgeWrite 0; + +writeFormat ascii; + +writePrecision 6; + +writeCompression uncompressed; + +timeFormat general; + +timePrecision 6; + +runTimeModifiable on; + +adjustTimeStep no; + +maxCo 0.9; + +maxDeltaT 1e-05; + +functions +{ + fieldAverage1 + { + type fieldAverage; + functionObjectLibs ( "libfieldFunctionObjects.so" ); + outputControl outputTime; + fields + ( + U1 + { + mean on; + prime2Mean off; + base time; + } + + U2 + { + mean on; + prime2Mean off; + base time; + } + + alpha1 + { + mean on; + prime2Mean off; + base time; + } + + p + { + mean on; + prime2Mean off; + base time; + } + ); + } +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes new file mode 100644 index 00000000000..196c339f7fb --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes @@ -0,0 +1,74 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object fvSchemes; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +ddtSchemes +{ + default Euler; +} + +gradSchemes +{ + default Gauss linear; +} + +divSchemes +{ + default none; + + div(alphaPhi1,U1) Gauss limitedLinearV 1; + div(alphaPhi2,U2) Gauss limitedLinearV 1; + div(phi1,U1) Gauss limitedLinearV 1; + div(phi2,U2) Gauss limitedLinearV 1; + div(alphaPhi1,T1) Gauss limitedLinear 1; + div(alphaPhi2,T2) Gauss limitedLinear 1; + div(alphaPhi2,k) Gauss limitedLinear 1; + div(alphaPhi2,epsilon) Gauss limitedLinear 1; + div(phi,alpha1) Gauss limitedLinear01 1; + div(phir,alpha1) Gauss limitedLinear01 1; + div(phi,Theta) Gauss limitedLinear 1; + div((alpha1*Rc1)) Gauss linear; + div((alpha2*Rc2)) Gauss linear; + div(phid1,p) Gauss upwind; + div(phid2,p) Gauss upwind; + div(phi1,p) Gauss linear; + div(phi2,p) Gauss linear; +} + +laplacianSchemes +{ + default Gauss linear uncorrected; +} + +interpolationSchemes +{ + default linear; +} + +snGradSchemes +{ + default uncorrected; +} + +fluxRequired +{ + default no; + p ; + alpha1 ; +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSolution b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSolution new file mode 100644 index 00000000000..d3401317914 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSolution @@ -0,0 +1,111 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object fvSolution; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +solvers +{ + p + { + solver GAMG; + smoother DIC; + nPreSweeps 0; + nPostSweeps 2; + nFinestSweeps 2; + cacheAgglomeration true; + nCellsInCoarsestLevel 10; + agglomerator faceAreaPair; + mergeLevels 1; + tolerance 1e-08; + relTol 0.01; + } + + pFinal + { + $p; + tolerance 1e-08; + relTol 0; + } + + "U.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } + + "T.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-8; + relTol 0; + } + + "alpha.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-10; + relTol 0; + } + + "Theta.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } + + "k.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } + + "epsilon.*" + { + solver PBiCG; + preconditioner DILU; + tolerance 1e-05; + relTol 0; + } +} + +PIMPLE +{ + nOuterCorrectors 1; + nCorrectors 2; + nNonOrthogonalCorrectors 0; + nAlphaCorr 2; + correctAlpha yes; +} + +relaxationFactors +{ + "U.*" 1; + "T.*" 1; + "alpha.*" 1; + "Theta.*" 1; + "k.*" 1; + "epsilon.*" 1; +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/setFieldsDict b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/setFieldsDict new file mode 100644 index 00000000000..e3555f4a0f0 --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/setFieldsDict @@ -0,0 +1,23 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object setFieldsDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +defaultFieldValues ( volScalarFieldValue alpha1 0 ); + +regions ( boxToCell { box ( 0 0 -0.1 ) ( 0.15 0.5 0.1 ) ; fieldValues ( volScalarFieldValue alpha1 0.55 ) ; } ); + + +// ************************************************************************* // -- GitLab