Advertisement
AxeuerAlt

Rocket Test #3

Jun 10th, 2019
3,724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 141.25 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 134190
  3.  
  4. local Scripts = { function()
  5. local d=script.Parent local e=d.Main local f={}table.insert(f,e)function a(g,h)b=Instance.new("Weld")b.Part0=g b.Part1=h local i=CFrame.new(g.Position)b.C0=g.CFrame:inverse()*i b.C1=h.CFrame:inverse()*i b.Parent=g table.insert(f,h)end function c(g)local h=g:GetChildren()for i,j in pairs(h)do if j:IsA("BasePart")then a(e,j)end c(j)end end c(d)for g,h in pairs(f)do if h:IsA("BasePart")then h.Anchored=false end end script:Destroy()
  6. end; function()
  7. function a()script.Parent.ClickDetector.MaxActivationDistance=0 script.Parent.Parent.Core.A:Play()script.Parent.BrickColor=BrickColor.new("Bright red")wait(10)script.Parent.Parent.Door.CanCollide=true script.Parent.Parent.Door.Transparency=0 script.Parent.Parent.Core.A:Stop()script.Parent.Parent.Core.B:Play()script.Parent.Parent.Motor.BodyAngularVelocity.AngularVelocity=Vector3.new(0,0.2,0)wait(10)script.Parent.Parent.Core.Decoupler:Play()script.Parent.Parent.Booster.Engine1.ParticleEmitter.Enabled=true script.Parent.Parent.Booster.Engine1.Smoke.Enabled=true script.Parent.Parent.Booster.Engine2.ParticleEmitter.Enabled=true script.Parent.Parent.Booster.Engine2.Smoke.Enabled=true script.Parent.Parent.Booster.Engine3.ParticleEmitter.Enabled=true script.Parent.Parent.Booster.Engine3.Smoke.Enabled=true script.Parent.Parent.Booster.Engine4.ParticleEmitter.Enabled=true script.Parent.Parent.Booster.Engine4.Smoke.Enabled=true script.Parent.Parent.Core.C:Play()script.Parent.Parent.E1.BrickColor=BrickColor.new("Lime green")for b=-2,75,1 do wait(0.1)script.Parent.Parent.Core.BodyVelocity.Velocity=Vector3.new(0,b,0)end wait(1)wait(30)script.Parent.Parent.Booster.Engine1.ParticleEmitter.Enabled=false script.Parent.Parent.Booster.Engine1.Smoke.Enabled=false script.Parent.Parent.Booster.Engine2.ParticleEmitter.Enabled=false script.Parent.Parent.Booster.Engine2.Smoke.Enabled=false script.Parent.Parent.Booster.Engine3.ParticleEmitter.Enabled=false script.Parent.Parent.Booster.Engine3.Smoke.Enabled=false script.Parent.Parent.Booster.Engine4.ParticleEmitter.Enabled=false script.Parent.Parent.Booster.Engine4.Smoke.Enabled=false script.Parent.Parent.Core.C:Stop()script.Parent.Parent.E1.BrickColor=BrickColor.new("Really red")wait(0.5)script.Parent.Parent.Core.Decoupler:Play()script.Parent.Parent.Joint1:Destroy()script.Parent.Parent.Joint2:Destroy()script.Parent.Parent.Joint3:Destroy()script.Parent.Parent.Joint4:Destroy()wait(0.1)script.Parent.Parent.Engine5.ParticleEmitter.Enabled=true script.Parent.Parent.Core.D:Play()script.Parent.Parent.Core.BodyVelocity.Velocity=Vector3.new(0,100,0)script.Parent.Parent.E2.BrickColor=BrickColor.new("Lime green")wait(60)script.Parent.Parent.Engine5.ParticleEmitter.Enabled=false script.Parent.Parent.Core.D:Stop()script.Parent.BrickColor=BrickColor.new("Deep orange")script.Parent.Parent.E2.BrickColor=BrickColor.new("Really red")wait(1)script.Parent.Parent.Joint5:BreakJoints()script.Parent.Parent.Core.Decoupler:Play()wait(5)script.Parent.Parent.Core.E:Play()script.Parent.Parent.Engine6.ParticleEmitter.Enabled=true script.Parent.Parent.Core.BodyVelocity.Velocity=Vector3.new(0,125,0)script.Parent.Parent.E3.BrickColor=BrickColor.new("Lime green")end script.Parent.ClickDetector.MouseClick:connect(a)
  8. end; function()
  9. a=script.Parent.Parent b=""c=Instance.new("Message")c.Text=b d=a:clone()e=true function f()c.Parent=game.Workspace a:remove()wait(0.1)a=d:clone()a.Parent=game.Workspace a:makeJoints()c.Parent=nil script.Disabled=true script.Parent.BrickColor=BrickColor.new(26)wait(5)script.Parent.BrickColor=BrickColor.new(104)script.Disabled=false end function g(h)if(h.Parent:FindFirstChild("Humanoid")~=nil)and e then f()end end script.Parent.Touched:connect(g)
  10. end;}local ActualScripts = {}
  11. function s(var)
  12. local func = table.remove(Scripts,1)
  13. setfenv(func,setmetatable({script=var},{
  14. __index = getfenv(func),
  15. }))
  16. table.insert(ActualScripts,coroutine.wrap(func))
  17. end
  18.  
  19.  
  20. local Part_Classes = {"Part","WedgePart","CornerWedgePart"}
  21. local Part_Shapes = {"Brick","Cylinder","Sphere","Torso","Wedge"}
  22. local function DecodeUnion(t)
  23. local r = function()return table.remove(t,1) end
  24. local split = function(str,sep)
  25. local fields = {}
  26. str:gsub(("([^%s]+)"):format(sep or ','),function(c)fields[#fields+1]=c end)
  27. return fields
  28. end
  29. local m = Instance.new("Folder")
  30. m.Name = "UnionCache ["..tostring(math.random(1,9999)).."]"
  31. m.Archivable = false
  32. m.Parent = game:GetService("ServerStorage")
  33. local Union,Subtract = {},{}
  34. repeat
  35. local isNegate = false
  36. local class = r()
  37. if class=='-' then
  38. isNegate = true
  39. class = r()
  40. end
  41. if class=='n' then
  42. local d = {}
  43. local a = r()
  44. repeat
  45. table.insert(d,a)
  46. a = r()
  47. until a=='p'
  48. local u = DecodeUnion(d)
  49. if u then
  50. table.insert(isNegate and Subtract or Union,u)
  51. end
  52. else
  53. local size,pos,rot = Vector3.new(unpack(split(r()))),Vector3.new(unpack(split(r()))),Vector3.new(unpack(split(r())))
  54. local part = Instance.new(Part_Classes[tonumber(class)])
  55. part.Size = size
  56. part.Position = pos
  57. part.Orientation = rot
  58. if r()=="+" then
  59. local m,ms = r(),Vector3.new(unpack(split(r())))
  60. if tonumber(m)==6 then
  61. part.Shape = Enum.PartType.Cylinder
  62. elseif tonumber(m)==7 then
  63. part.Shape = Enum.PartType.Ball
  64. else
  65. local mesh = Instance.new(tonumber(m)==8 and "CylinderMesh" or "SpecialMesh")
  66. if tonumber(m)~=8 then
  67. mesh.MeshType = Enum.MeshType[Part_Shapes[tonumber(m)]]
  68. end
  69. mesh.Scale = ms
  70. mesh.Parent = part
  71. end
  72. end
  73. table.insert(isNegate and Subtract or Union,part)
  74. end
  75. until #t<=0
  76. local first = Union[1]
  77. first.Parent = m
  78. if #Union>1 then
  79. first = first:UnionAsync(Union)
  80. first.Parent = m
  81. end
  82. if #Subtract>0 then
  83. first = first:SubtractAsync(Subtract)
  84. first.Parent = m
  85. end
  86. first.Parent = nil
  87. m:Destroy()
  88. return first
  89. end
  90. local Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  91. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  92. function(t,f)
  93. for a,b in pairs(t) do
  94. f(a,b)
  95. end
  96. end
  97. local Types = {
  98. Color3 = Color3.new,
  99. Vector3 = Vector3.new,
  100. Vector2 = Vector2.new,
  101. UDim = UDim.new,
  102. UDim2 = UDim2.new,
  103. CFrame = CFrame.new,
  104. Rect = Rect.new,
  105. NumberRange = NumberRange.new,
  106. NumberSequence = function(...)
  107. local a = {...}
  108. local t = {}
  109. repeat
  110. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  111. until #a==0
  112. return NumberSequence.new(t)
  113. end,
  114. ColorSequence = function(...)
  115. local a = {...}
  116. local t = {}
  117. repeat
  118. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  119. until #a==0
  120. return ColorSequence.new(t)
  121. end,
  122. number = tonumber,
  123. boolean = function(a)
  124. return a=="1"
  125. end
  126. }
  127. split = function(str,sep)
  128. if not str then return end
  129. local fields = {}
  130. local ConcatNext = false
  131. str:gsub(("([^%s]+)"):format(sep),function(c)
  132. if ConcatNext == true then
  133. fields[#fields] = fields[#fields]..sep..c
  134. ConcatNext = false
  135. else
  136. fields[#fields+1] = c
  137. end
  138. if c:sub(#c)=="\\" then
  139. c = fields[#fields]
  140. fields[#fields] = c:sub(1,#c-1)
  141. ConcatNext = true
  142. end
  143. end)
  144. return fields
  145. end
  146. RemoveAndSplit = function(t)
  147. return split(table_remove(t,1),comma)
  148. end
  149. t = split(str,";")
  150. props = RemoveAndSplit(t)
  151. classes = RemoveAndSplit(t)
  152. values = split(table_remove(t,1),'|')
  153. ICList = RemoveAndSplit(t)
  154. InstanceList = {}
  155. Model = inst"Model"
  156. CurPar = Model
  157. table_foreach(t,function(ct,c)
  158. if c=="n" or c=="p" then
  159. CurPar = c=="n" and LastIns or CurPar[parnt]
  160. else
  161. ct = split(c,"|")
  162. local class = classes[tonum(table_remove(ct,1))]
  163. if class=="UnionOperation" then
  164. LastIns = {Locked="true",Anchored="true",UsePartColor="true"}
  165. else
  166. LastIns = inst(class)
  167. if LastIns:IsA"Script" then
  168. s(LastIns)
  169. end
  170. end
  171.  
  172. local function SetProperty(LastIns,p,str,s)
  173. s = Types[typeof(LastIns[p])]
  174. LastIns[p] = s and s(unpack(split(str,comma))) or str
  175. end
  176.  
  177. local UnionData
  178. table_foreach(ct,function(s,p,a,str)
  179. a = p:find":"
  180. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  181. if p=="UnionData" then
  182. UnionData = split(str," ")
  183. return
  184. end
  185. if class=="UnionOperation" then
  186. LastIns[p] = str
  187. return
  188. end
  189. SetProperty(LastIns,p,str)
  190. end)
  191.  
  192. if UnionData then
  193. local LI_Data = LastIns
  194. LastIns = DecodeUnion(UnionData)
  195. table_foreach(LI_Data,function(p,str)
  196. SetProperty(LastIns,p,str)
  197. end)
  198. end
  199. table.insert(InstanceList,LastIns)
  200. LastIns[parnt] = CurPar
  201. end
  202. end)
  203. table_remove(ICList,1)
  204. table_foreach(ICList,function(a,b)
  205. b = split(b,">")
  206. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  207. end)
  208.  
  209. return Model:GetChildren()
  210. end
  211.  
  212. local Objects = Decode('Name,Anchored,Color,Material,Position,Orientation,Size,C0,C1,Part0,Part1,Style,Transparency,Shape,BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface,Offset,Scale,MeshId,TextureId,MeshType,Texture,Enabled,Speed,LightEmission,EmissionDirection,Lifetime,LockedToPart,Rate,RotSpeed,CanCollide,Torque,MaxSpeed,LightInfluence,VertexColor,Velocity,MaxForce,Looped,SoundId,Volume,PlaybackSpeed,MaxActivationDistance,Range,Brightness,UnionData,AngularVelocity,MaxTorque;Part,Model,Snap,ManualWeld,TrussPart,Weld,SpecialMesh,ParticleEmitter,VehicleSeat,WedgePart,BlockMesh,Script,BodyVelocity,Sound,ClickDetector,CylinderMesh,PointLight,UnionOperation,BodyAngularVelocity,Rotate;Part|Rocket|1|0.105,0.164,0.207|1088|-44.035,57.355,103.977|-0.11,135,-0.101|0.2,0.2,1.019|0,0.1,0,-1,-0,-0,0,0,1,0,1,0|-0.001,-0.651,-0.001,-1,-0.001,-0.001,-0.001,0,1,0,1,-0.001|0,-0.101,0,1,0,0,-0,-'
  213. ..'0,-1,0,1,0|-0.001,0.65,0,1,-0.001,0,0,0,-1,0,1,0|-41.01,97.114,103.977|0.109,-135,-0.101|0.2,1.3,0.2|0,0.65,0,-1,-0,-0,0,0,1,0,1,0|0,-0.101,0,-1,0,-0.001,-0.001,-0.001,1,-0.001,0.999,-0.001|0,-0.651,0,1,0,0,-0,-0,-1,0,1,0|0,0.099,0,1,0,0,0,-0.001,-1,0,0.999,0|-44.375,58.854,105.516|0,-180,-0.141|0.2,0.2,2.5|Part-to-Part Strong Joint|0.1,-0.101,-1.25,-1,0,0,0,1,0,0,0,-1|1.997,1.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.484,60.359,103.649|2.549,0.2,0.2|-44.379,60.354,105.516|1.997,2.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.039,58.855,103.977|-0.001,-0.651,0,-1,-0.001,-0.001,-0.001,0,1,0,1,-0.001|-40.913,58.113,103.977|-44.371,57.354,105.516|1.997,-0.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.034,56.605,103.977|0.2,1.299,0.2|0,0.649,0,-1,-0,-0,0,0,1,0,1,0|0,-0.101,-0.001,-1,0,0,0,-0.001,1,0,1,0|0,-0.65,0,1,0,0,-0,-0,-1,0,1,0|0,0.1,-0.001,1,0,-0.0'
  214. ..'01,-0.001,-0.001,-1,-0.001,1,-0.001|-40.567,55.864,105.516|-1.803,-1.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.473,55.859,103.649|-40.59,64.864,105.516|-1.804,7.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.571,57.364,105.516|-1.803,-0.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.054,64.856,103.977|-42.496,64.859,103.649|-40.918,60.363,103.977|-0.001,0.65,-0.001,1,0,-0.001,-0.001,-0.001,-1,0,0.999,0|-0.001,-0.651,0,-1,0,0,0,-0.001,1,-0.001,0.999,-0.001|-40.929,64.863,103.977|-40.909,56.613,103.977|0,0.1,0,1,0,0,0,-0.001,-1,0,0.999,0|-40.914,58.863,103.977|-0.001,-0.65,0,-1,0,0,0,-0.001,1,-0.001,0.999,-0.001|-42.481,58.859,103.649|-44.468,96.356,105.516|1.992,38.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.472,97.856,105.516|1.992,40.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-41.011,97.864,103.977|-42.578,97.86,103.649|-44.037,58.10'
  215. ..'5,103.977|-40.907,55.863,103.977|-44.043,60.355,103.977|-0.001,0.649,0,1,-0.001,0,0,0,-1,0,1,0|-44.041,59.605,103.977|-40.916,59.613,103.977|0,0.099,-0.001,1,0,0,0,-0.001,-1,0,0.999,0|-40.92,61.113,103.977|0,0.1,-0.001,1,0,0,0,-0.001,-1,0,0.999,0|-40.575,58.864,105.516|-1.803,1.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.579,60.364,105.516|-1.803,2.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.477,57.359,103.649|-44.045,61.105,103.977|0,0.1,0,1,0,-0.001,-0.001,-0.001,-1,-0.001,1,-0.001|-44.134,97.106,103.977|0,0.099,0,1,0,-0.001,-0.001,-0.001,-1,-0.001,1,-0.001|-44.136,97.856,103.977|-41.006,95.614,103.977|-42.574,96.36,103.649|-40.668,96.365,105.516|-1.808,38.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-41.008,96.364,103.977|-44.144,100.856,103.977|-44.14,99.356,103.977|-42.581,99.36,103.649|-44.142,100.106,103.977|-44.138,98.606,103.977|-40.676,99.365,1'
  216. ..'05.516|-41.013,98.614,103.977|-44.131,95.606,103.977|-44.476,99.356,105.516|-44.132,96.356,103.977|-42.585,100.86,103.649|-41.015,99.364,103.977|-41.017,100.114,103.977|-40.672,97.865,105.516|-40.679,100.865,105.516|-41.019,100.864,103.977|-44.479,100.856,105.516|-42.504,68.959,107.266|2,62,2|2|-42.555,88.86,103.649|-44.093,80.606,103.977|-44.105,85.106,103.977|-40.642,85.864,105.516|-1.806,28.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.103,84.356,103.977|-42.544,84.36,103.649|-44.129,94.856,103.977|-44.127,94.106,103.977|-41.002,94.114,103.977|0,-0.1,0,-1,0,-0.001,-0.001,-0.001,1,-0.001,0.999,-0.001|-41,93.364,103.977|-0.001,-0.65,-0.001,-1,0,0,0,-0.001,1,-0.001,0.999,-0.001|-41.004,94.864,103.977|-44.101,83.606,103.977|-40.998,92.614,103.977|-44.435,82.855,105.516|1.994,25.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.665,94.865,105.516|-1.807,37.325,1,-1,-0.0'
  217. ..'01,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.465,94.856,105.516|1.993,37.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.125,93.356,103.977|-40.638,84.364,105.516|-1.806,26.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.567,93.36,103.649|-44.007,46.105,103.977|-42.447,45.359,103.649|-40.881,45.362,103.977|-40.661,93.365,105.516|-1.807,35.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.123,92.606,103.977|-42.57,94.86,103.649|-44.461,93.356,105.516|1.993,35.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.341,45.354,105.516|1.999,-12.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.883,46.112,103.977|-40.541,45.363,105.516|-1.801,-12.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.013,48.355,103.977|-44.009,46.855,103.977|-44.349,48.354,105.516|1.998,-9.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.454,48.359,103.649|-44.005,45.355,103.9'
  218. ..'77|-40.89,49.112,103.977|-40.886,47.612,103.977|-40.888,48.362,103.977|-44.015,49.105,103.977|-40.996,91.864,103.977|-44.011,47.605,103.977|-40.549,48.363,105.516|-1.802,-9.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.884,46.862,103.977|-0.001,-0.651,-0.001,-1,0,0,0,-0.001,1,-0.001,0.999,-0.001|-42.563,91.86,103.649|-40.545,46.863,105.516|-1.801,-10.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.451,46.859,103.649|-40.657,91.865,105.516|-1.807,34.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.457,91.855,105.516|1.993,34.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.121,91.856,103.977|-0.001,-0.65,0,-1,-0.001,-0.001,-0.001,0,1,0,1,-0.001|-44.345,46.854,105.516|1.999,-10.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.488,61.859,103.649|-44.05,63.355,103.977|-44.394,66.354,105.516|1.996,8.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44'
  219. ..'.052,64.105,103.977|-44.382,61.854,105.516|1.997,4.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.492,63.359,103.649|-40.925,63.363,103.977|-40.931,65.613,103.977|-40.586,63.364,105.516|-1.803,5.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.935,67.113,103.977|-44.032,55.855,103.977|-42.499,66.359,103.649|-44.048,62.605,103.977|-40.922,61.863,103.977|-44.386,63.354,105.516|1.997,5.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.39,64.854,105.516|1.996,7.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.594,66.364,105.516|-1.804,8.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.933,66.363,103.977|-40.582,61.864,105.516|-1.803,4.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.367,55.854,105.516|1.997,-1.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.927,64.113,103.977|-44.06,67.105,103.977|-40.924,62.613,103.977|-44.047,61.855,103.977'
  220. ..'|-44.056,65.606,103.977|-44.058,66.356,103.977|-0.001,-0.65,-0.001,-1,-0.001,-0.001,-0.001,0,1,0,1,-0.001|-44.488,100.956,108.666|0.2,3,0.2|-40.892,49.862,103.977|-40.556,51.363,105.516|-1.802,-6.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.02,51.355,103.977|-44.356,51.354,105.516|1.998,-6.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.458,49.859,103.649|-44.019,50.605,103.977|-40.905,55.113,103.977|-42.462,51.359,103.649|-44.352,49.854,105.516|1.998,-7.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.901,53.613,103.977|-44.364,54.354,105.516|1.998,-3.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.017,49.855,103.977|-40.552,49.863,105.516|-1.802,-7.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.898,52.113,103.977|-40.896,51.362,103.977|-44.022,52.105,103.977|-42.469,54.359,103.649|-40.894,50.612,103.977|-44.03,55.105,103.977|0,-0.1,-0.001,-1,'
  221. ..'0,0,0,-0.001,1,0,1,0|-44.026,53.605,103.977|-40.564,54.363,105.516|-1.802,-3.176,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.028,54.355,103.977|-40.899,52.863,103.977|-40.903,54.363,103.977|-44.36,52.854,105.516|1.998,-4.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.466,52.859,103.649|-40.56,52.863,105.516|-1.802,-4.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.024,52.855,103.977|-44.684,99.155,120.866|0.2,0.2,0.2|-42.443,43.858,103.649|-40.688,100.965,108.666|-40.692,102.365,107.766|0.2,0.2,1.599|-44.488,100.856,107.766|-44.338,43.854,105.516|1.999,-13.676,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.002,43.855,103.977|-0.012,0.649,0.011,1,-0.001,0,0,0,-1,0,1,0|-44.492,102.355,107.766|-40.688,100.965,106.866|0,-1.5,0,1,0,0,-0,-0,-1,0,1,0|-1.895,42.026,0.9,1,0,-0.001,0,0,-1.001,0,1,0|-40.538,43.863,105.516|-1.801,-13.676,1,-1,-0.001,0,-0.001,1,-0.001,'
  222. ..'-0.001,-0.001,-1|-44.488,100.956,106.866|1.905,42.026,0.9,1,0,-0.001,0,0,-1.001,0,1,0|-40.877,43.862,103.977|-40.879,44.612,103.977|-44.004,44.605,103.977|-40.688,100.865,107.766|-44.488,100.856,109.566|-40.683,102.365,105.516|-41.021,101.614,103.977|-44.483,102.356,105.516|-44.146,101.606,103.977|-44.49,101.606,110.466|0.2,1.7,0.2|-44.492,102.356,109.566|-42.589,102.36,103.649|-41.023,102.364,103.977|-44.147,102.356,103.977|-40.959,76.863,103.977|-42.529,78.359,103.649|-44.086,77.606,103.977|-40.939,68.613,103.977|-42.522,75.359,103.649|-40.954,74.613,103.977|-44.082,76.106,103.977|-42.518,73.859,103.649|-44.078,74.605,103.977|0,0.099,-0.001,1,0,-0.001,-0.001,-0.001,-1,-0.001,1,-0.001|-44.076,73.855,103.977|-40.965,79.113,103.977|-40.955,75.363,103.977|-40.963,78.363,103.977|-44.412,73.855,105.516|1.995,16.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.416,75.355,105.516|1'
  223. ..'.995,17.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.95,73.113,103.977|-40.616,75.364,105.516|-1.805,17.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.525,76.859,103.649|-44.084,76.856,103.977|-44.423,78.355,105.516|1.995,20.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.42,76.855,105.516|1.995,19.325,0.999,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.088,78.356,103.977|-40.62,76.864,105.516|-1.805,19.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.623,78.364,105.516|-1.805,20.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.952,73.863,103.977|-44.08,75.355,103.977|-40.612,73.864,105.516|-1.805,16.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.957,76.113,103.977|-44.09,79.106,103.977|-40.94,69.363,103.977|-44.401,69.354,105.516|1.996,11.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.961,77.613,103.977|-44.075,73.105,103.977'
  224. ..'|-40.937,67.863,103.977|-42.559,90.36,103.649|-40.646,87.364,105.516|-1.806,29.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.982,85.863,103.977|-44.065,69.355,103.977|-44.397,67.854,105.516|1.996,10.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.067,70.105,103.977|-44.446,87.355,105.516|1.994,29.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.112,88.106,103.977|-40.991,89.614,103.977|-44.117,90.356,103.977|-40.601,69.364,105.516|-1.804,11.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.514,72.359,103.649|-42.503,67.859,103.649|-40.597,67.864,105.516|-1.804,10.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.653,90.364,105.516|-1.807,32.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.427,79.855,105.516|1.994,22.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.106,85.856,103.977|-44.408,72.354,105.516|1.995,14.825,0.999,-1,-0.001,0,-0'
  225. ..'.001,1,-0.001,-0.001,-0.001,-1|-42.507,69.359,103.649|-40.946,71.613,103.977|-44.061,67.855,103.977|-40.942,70.113,103.977|-44.063,68.605,103.977|-42.548,85.86,103.649|-40.944,70.863,103.977|-44.108,86.606,103.977|-44.442,85.855,105.516|1.994,28.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.073,72.355,103.977|-40.948,72.363,103.977|-44.453,90.355,105.516|1.993,32.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.609,72.364,105.516|-1.805,14.824,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.405,70.854,105.516|1.996,13.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.987,88.113,103.977|-44.071,71.605,103.977|-44.11,87.356,103.977|-42.51,70.859,103.649|-42.552,87.36,103.649|-40.995,91.114,103.977|-40.985,87.363,103.977|-44.091,79.856,103.977|-44.069,70.855,103.977|-40.605,70.864,105.516|-1.804,13.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.119,91.10'
  226. ..'6,103.977|-44.116,89.606,103.977|-40.984,86.613,103.977|-40.969,80.613,103.977|-42.537,81.359,103.649|-44.099,82.856,103.977|-42.54,82.86,103.649|-40.65,88.864,105.516|-1.807,31.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-42.533,79.859,103.649|-40.635,82.864,105.516|-1.806,25.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-44.114,88.856,103.977|-40.972,82.113,103.977|-40.976,83.613,103.977|-44.095,81.356,103.977|-44.097,82.106,103.977|-40.993,90.364,103.977|-40.974,82.863,103.977|-40.97,81.363,103.977|-40.967,79.863,103.977|-44.438,84.355,105.516|1.994,26.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.98,85.113,103.977|-44.431,81.355,105.516|1.994,23.825,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.978,84.363,103.977|-44.45,88.855,105.516|1.993,31.325,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-40.631,81.364,105.516|-1.806,23.824,1,-1,-0.001,0,-0.001,1'
  227. ..',-0.001,-0.001,-0.001,-1|-40.989,88.863,103.977|-40.627,79.864,105.516|-1.806,22.324,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|0.388,0.372,0.384|-42.643,77.542,138.974|0,-180,-90.24|0.2,12,12|-0.101,0,0,-0,-0,-1,0,1,0,1,0,0|0.8,0.007,-0.001,0,0,-1,-0.001,1,0,1,0,0|Joint5|0.803,0.803,0.803|-42.64,78.443,138.974|1.599,12,12|-44.35,36.354,105.516|-44.009,34.104,103.977|-42.456,36.358,103.649|-40.888,35.612,103.977|-44.343,33.353,105.516|-44.016,37.104,103.977|-40.882,33.362,103.977|-44.01,34.854,103.977|-44.014,36.354,103.977|-44.007,33.354,103.977|-40.884,34.112,103.977|-40.891,37.112,103.977|-40.889,36.362,103.977|-44.012,35.604,103.977|-40.55,36.363,105.516|-40.886,34.862,103.977|-40.546,34.863,105.516|-42.452,34.858,103.649|-44.346,34.853,105.516|-42.448,33.358,103.649|-40.543,33.363,105.516|-44.339,31.853,105.516|-42.445,31.858,103.649|-40.88,32.612,103.977|-40.539,31.863,10'
  228. ..'5.516|-44.003,31.854,103.977|-40.878,31.862,103.977|-44.005,32.604,103.977|-0.012,0.649,-0.012,1,0,-0.001,-0.001,-0.001,-1,0,0.999,0|Engine6|-42.643,79.343,138.975|0,-180,-0.22|0,-0.25,0|7,6,7|http://www.roblox.com/asset/?id=1038653|http://www.roblox.com/asset/?id=1038654|5|0,0.392,1,1,0.587,1,0.333,0,1,1,0,0|0,0,0,1,1,0|0,5.65,0,1,0,0|rbxasset://textures/particles/explosion01_implosion_main.dds|0|150,150|4|0.4,0.4|1000000000|1000000,1000000|-0.8,0,-0.001,-0.001,0,0.999,0.999,-0.001,0,0,1,-0.001|9.004,0.006,-0.001,0,0,-1,-1,-0.001,-0.001,-0.001,1,0|0.768,0.156,0.109|-60.709,46.412,138.906|-0.16,90,-0.16|2,2,6|E1|1,0.686,0|288|-40.78,106.26,134.775|0.27,-90,0|0.2,0.2,0.05|10|E3|-40.78,106.26,135.575|0.28,-90,0|-44.339,25.853,105.516|-56.709,46.423,138.906|-0.16,90,179.839|4,2,2|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|-0.001,-0.001,3,1,-0.001,0,-0.001,-1.001,-0.001,0,0,-1.001|-42.453,28.858,1'
  229. ..'03.649|-42.711,97.947,138.975|0,-180,-90.231|1,12,12|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-0.505,3.994,-1,0,0,0,0,1,0,1,-0.001|4.505,-4.006,3.997,-0.001,-0.001,-1,0,1,-0.001,1,-0.001,-0.001|-0.006,-0.505,-0.001,0,1,-0.001,0,0,1,1,-0.001,-0.001|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|-9.001,-0.001,-0.001,-0.001,0,0.999,0,0.999,0,-1,-0.001,-0.001|E2|-40.779,106.259,135.175|0.259,-90,0|-40.881,26.612,103.977|-42.728,100.552,142.974|0,0,0.25|2,0.2,2|0,0.499,0,-1,0,0,-0.001,0,-1,-0.001,-1,-0.001|-40.547,28.863,105.516|-46.728,100.535,138.973|0.239,-90,0|-40.539,25.863,105.516|-62.613,30.406,139.001|2,30,2|0,15,0,-1,-0,-0,0,0,1,0,1,0|-0.052,-1.001,-1.949,-1.001,-0.001,0,0,-0.001,1,0,1,-0.001|-46.739,102.935,134.974|-0.25,90,-90|9,4,4|0,0,2,1,0,0,0,1,0,0,0,1|2,0.5,-1.499,-0.001,-0.001,-1.001,-1.001,0,0,0,1,-0.001|0,-2,0,1,0,0,-0,-0,-1,0,1,0|-2.003,-3,-1.501,-0.001,0,1,-1,0,-0.001,-0.001,-1.001,0|2,4.001,'
  230. ..'4,-0.001,-0.001,-1.001,-1.001,0,0,0,1,-0.001|-2.001,4.001,0,-0.001,0,1,-1,0,-0.001,-0.001,-1.001,0|-4.5,0,0,-0,-0,-1,0,1,0,1,0,0|3.996,-6.007,4,-1.001,-0.001,0,0,0,1,-0.001,1,-0.001|4.5,0,0,0,0,1,0,1,0,-1,-0,-0|-0.504,4.005,4.001,0,0,0.999,0.999,-0.001,-0.001,0,1,-0.001|-38.736,102.964,134.976|0,0,-89.761|-2,2,1.5,0,-0.001,1,-1,0,0,-0.001,-1,-0.001|-2.001,-1,1.499,0,-0.001,1,-1,0,0,-0.001,-1,-0.001|-1.999,-4.005,-0.002,-0.001,0,1,-1,-0.001,-0.001,0,-1,0|0.2,-3.305,-0.028,-0.001,1,-0.001,-1,-0.001,0,0,0,0.999|-0.599,-3.306,-0.029,-0.001,1,-0.001,-1,-0.001,0,0,0,0.999|-0.199,-3.304,-0.028,-0.001,1,-0.001,-1,-0.001,0,0,0,1|-4.008,-6.007,3.998,-0.001,-1,0,-0.001,0,0.999,-1,0,-0.001|-2.001,-3.002,-1.5,-0.001,-0.001,0.999,-1,-0.001,-0.001,0,-1,-0.001|-2.002,-4.005,3.998,0,0,1,-1.001,-0.001,0,0,-1,0|-1.999,3.995,-0.003,-0.001,0,1,-1,-0.001,-0.001,0,-1,0|-0.502,-3.997,3.999,0,-0.001,1,-0.0'
  231. ..'01,-1.001,-0.001,1,-0.001,-0.001|-2.001,-3,1.499,0,-0.001,1,-1.001,0,0,-0.001,-1.001,-0.001|-2.003,0.495,-1.501,0,0,0.999,-1,-0.001,0,0,-1,0|-2.003,3.996,3.998,0,0,1,-1.001,-0.001,0,0,-1,0|-46.738,102.934,142.973|0,-180,-90.25|1.999,-1,1.501,-0.001,-0.001,-1,-1,0,0,0,1,-0.001|2,4,-3.999,-0.001,-0.001,-1,-1,0,0,0,1,-0.001|3.995,-6.007,-3.999,-0.001,0.999,0,0,-0.001,0.999,1,0,-0.001|-38.737,102.965,142.974|0.25,-90,-90|1.998,-2.998,1.499,-0.001,0,-1,-1.001,-0.001,0,-0.001,1,0|1.999,2.001,1.5,0,0,-1,-1,-0.001,-0.001,-0.001,0.999,0|-4.007,-6.006,-4.001,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|2,-4.004,-0.001,-0.001,0,-1,-1.001,-0.001,0,-0.001,1,0|-0.503,-3.997,-4,-0.001,-0.001,1,-1.001,0,-0.001,-0.001,-1,-0.001|2,3.996,-0.002,-0.001,0,-1,-1,-0.001,0,-0.001,1,0|-2.002,3.996,-4.001,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|-2.003,-1.004,1.499,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-'
  232. ..'0.001|-38.726,100.564,138.974|-0.24,90,0|-0.001,0.499,0,-1,0,0,-0.001,-0.001,-1,-0.001,-1,0|-42.622,70.943,138.974|-0.501,-0.001,0,-0.001,0,0.999,0,0.999,-0.001,-1,0,-0.001|0.5,-0.001,-0.001,0,-0.001,-1,-0.001,1,-0.001,1,0,0|Booster|0.972,0.972,0.972|-52.929,23.65,138.974|-0.231,90,-90|1.5,8,8|0.75,0,0,0,0,1,0,1,0,-1,-0,-0|-0.001,0.999,0,1,0,0,0,0,-1.001,-0.001,1,0|-0.75,0,0,-0,-0,-1,0,1,0,1,0,0|0.25,-0.001,0,0,-0.001,-1.001,-0.001,1,-0.001,1,0,0|-52.933,24.65,138.974|0.5,8,8|-0.25,0,0,-0,-0,-1,0,1,0,1,0,0|0.25,-0.001,0,0,-0.001,-1,-0.001,1,-0.001,1,0,0|-52.937,25.651,138.974|-0.24,90,-90|0.25,0,0,0,0,1,0,1,0,-1,-0,-0|-0.251,0,0,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-52.935,25.151,138.974|-52.939,26.151,138.974|-0.251,-0.001,0,0,0,0.999,-0.001,1,-0.001,-1,-0.001,0|0.249,0,0,-0.001,0,-1,0,1,0,1,-0.001,-0.001|-52.941,26.651,138.974|9.749,-0.001,0,0,0,-1,0,1,0,1,-0.001,0|-52.982,36.651,13'
  233. ..'8.974|19.5,8,8|0,0,4,1,0,0,0,1,0,0,0,1|0.25,0,0,-0.001,0,-1,-1,0,0,0,1,0|-53.027,47.651,138.974|0.239,-90,90|-0.251,-0.001,0,-0.001,-0.001,1,0,1,0,-1,0,-0.001|0.249,0,0,0,-0.001,-1,-0.001,1,-0.001,1,0,0|-53.023,46.651,138.974|-9.751,0,0,0,-0.001,0.999,0,1,0,-1,0,0|-53.029,48.151,138.974|-53.035,49.651,138.974|0.23,-90,90|0.249,0,-0.001,0,-0.001,-1.001,-0.001,1,-0.001,1,0,0|-53.031,48.651,138.974|-53.025,47.151,138.974|-42.527,47.693,149.474|0,0,90.23|-0.251,-0.001,0,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-42.531,48.694,128.474|Engine1|-52.922,21.901,138.975|0,-180,-0.231|5,2,5|6,5,6|0,1,0.549,0,1,1,0,0|0,0.731,0,0.084,5.411,0,1,0,0|rbxasset://textures/particles/smoke_main.dds|200,200|0.8|1.25,1.25|500|10000000,10000000|Smoke|0,0.666,0.666,0.666,1,0.666,0.666,0.666|0,0.679,0,1,1,0|0,10,0,1,10,0|20,20|125|100,100|-53.059,55.401,138.975|0,-180,-0.24|8,10,8|4,13.34,4|3.0000000280822e+15,2.9'
  234. ..'99999954473e+31,3.0000000280822e+15|http://www.roblox.com/asset/?id=1033714|0,-5,0,1,0,0,-0,-0,-1,0,1,0|0.75,-0.001,0,-0.001,-0.001,-1.001,-0.001,1,-0.001,1,0,-0.001|-42.529,48.194,128.474|-0.25,-0.001,0,0,-0.001,1,-0.001,1,0,-1,-0.001,0|0.249,0,-0.001,-0.001,0,-1.001,-0.001,1,0,1,0,-0.001|-42.523,46.693,128.474|0,0,90.239|-9.75,-0.001,0,0,0,0.999,0,0.999,-0.001,-1,0,0|-0.251,0,0,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-42.559,55.443,149.475|Engine4|-42.422,21.944,149.475|-42.529,48.193,149.474|-42.531,48.693,149.474|0.25,0,0,-0.001,-0.001,-1.001,-0.001,1,-0.001,1,0,-0.001|-0.75,0,-0.001,-0.001,0,1,-0.001,1,-0.001,-1,-0.001,-0.001|-42.535,49.693,149.474|0,-5.001,0,1,0,-0.001,0,-0.001,1,0,-1.001,-0.001|-42.525,47.193,149.474|-0.251,-0.001,0,-0.001,0,1,-0.001,1,-0.001,-1,-0.001,-0.001|0.25,0,-0.001,0,0,-1,-0.001,0.999,0,1,0,0|-42.523,46.693,149.474|-9.75,0,0,0,-0.001,1,0,1,0,-1,0,0|-42.482'
  235. ..',36.693,149.475|9.75,0,0,0,0,1,0,1,0,-1,-0,-0|-0.251,-0.001,0,-0.001,-0.001,0.999,0,0.999,0,-1,0,-0.001|-42.439,26.193,149.474|0.249,-0.001,0,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|-42.441,26.693,149.474|-42.429,23.693,149.474|-0.001,0.999,-0.001,1,0,0,0,-0.001,-1.001,-0.001,1,-0.001|-42.437,25.693,149.474|0.25,-0.001,-0.001,0,0,-1.001,0,1,0,1,-0.001,0|-42.435,25.193,149.474|0.249,0,-0.001,-0.001,-0.001,-1.001,0,1,-0.001,1,-0.001,-0.001|-42.433,24.693,149.474|-0.75,-0.001,-0.001,-0.001,0,1,0,1,-0.001,-1,0,-0.001|0.249,0,0,0,0,-1.001,0,1,0,1,-0.001,0|-42.559,55.444,128.475|-0.231,90,0|-32.059,55.485,138.975|-42.535,49.693,128.474|0.249,0,-0.001,-0.001,-0.001,-1.001,-0.001,1,-0.001,1,0,-0.001|-42.527,47.694,128.474|-32.032,48.735,138.974|-0.75,0,0,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-32.028,47.735,138.974|-32.03,48.235,138.974|-0.251,-0.001,-0.001,0,0,1,0,1,-0.001,-1.001'
  236. ..',0,0|0.25,0,-0.001,0,0,-1.001,0,1,0,1,-0.001,0|-32.026,47.235,138.974|-0.251,-0.001,-0.001,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-32.024,46.735,138.974|-0.25,-0.001,0,0,-0.001,0.999,0,1,0,-1,0,0|-9.75,0,0,-0.001,-0.001,1,0,1,0,-1,0,-0.001|-32.036,49.735,138.974|-0.001,-5.001,0,-1.001,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|0.249,-0.001,-0.001,-0.001,0,-1.001,-0.001,1,0,1,0,-0.001|-31.983,36.736,138.974|-0.001,-5.001,0,-1,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|-31.939,26.236,138.974|-31.933,24.736,138.974|-31.937,25.736,138.974|0.249,0,0,-0.001,-0.001,-1.001,-0.001,1,-0.001,1,0,-0.001|-0.251,-0.001,0,-0.001,-0.001,1,-0.001,1,0,-1.001,-0.001,-0.001|-31.941,26.736,138.974|9.75,-0.001,0,-0.001,0,-1,-0.001,1,0,0.999,0,-0.001|-0.251,0,0,0,0,1,0,1,-0.001,-1,0,0|-31.929,23.736,138.974|0.249,-0.001,0,0,-0.001,-1,0,1,-0.001,1,-0.001,0|-0.001,0.999,0,1,0,-0.001,-0.001,0,-1,-0.001,1,0|-31.935,2'
  237. ..'5.236,138.974|-0.251,0,-0.001,-0.001,-0.001,1,0,1,0,-1.001,0,-0.001|Engine3|-31.922,21.986,138.975|-42.482,36.694,128.475|0,0,-4,-1,-0,-0,0,1,0,-0,-0,-1|0.25,0,0,-0.001,-0.001,-1,1,0,-0.001,0,-1,0|-42.525,47.193,128.474|-0.251,0,0,0,-0.001,1,0,1,0,-1,0,0|Engine2|-42.422,21.944,128.475|0.23,-90,0|-42.433,24.694,128.474|-0.75,0,0,0,-0.001,1,0,1,0,-1,0,0|0.25,0,-0.001,0,-0.001,-1,-0.001,1,-0.001,1,0,0|-42.428,23.694,128.474|-0.001,0.999,-0.001,1,0,0,0,-0.001,-1,-0.001,1,-0.001|-42.435,25.194,128.474|-42.437,25.694,128.474|0.249,-0.001,0,0,0,-1,-0.001,1,0,1,0,0|-42.439,26.194,128.474|-42.441,26.694,128.474|9.749,0,-0.001,-0.001,-0.001,-1,0,1,-0.001,1,-0.001,-0.001|-0.251,0,0,-0.001,0,1,-0.001,1,-0.001,-1,-0.001,-0.001|-42.431,24.443,138.974|4,12,12|2,0,0,0,0,1,0,1,0,-1,-0,-0|-0.001,0.099,0,-0.001,1,-0.001,-0.001,-0.001,-1,-1,-0.001,0|-2,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,0,-0.001,-0.001,-0.0'
  238. ..'01,-1,0,1,-0.001,1,-0.001,-0.001|-42.618,69.943,138.974|-42.614,68.943,138.974|0.5,-0.001,-0.001,-0.001,0,-1,0,1,0,1,-0.001,-0.001|-18.501,-0.001,0,-0.001,-0.001,1,0,1,0,-1,0,-0.001|0.066,0.066,0.066|-49.876,24.366,146.387|-0.231,135,0|0.5,2,9|-35.034,34.02,131.545|0.239,-45,0|0.5,17,9|-35.006,24.443,146.388|0,-135,-0.231|-49.903,33.943,131.545|0,45,0.23|-35.034,33.943,146.415|-35.006,24.521,131.518|-49.903,33.866,146.415|-49.876,24.444,131.517|Main|-42.536,49.943,138.974|37,12,12|0,0,6,1,0,0,0,1,0,0,0,1|-0.25,13.25,0,0,-0.001,1,-1,0,0,-0.001,-1,-0.001|0,6,0,-1,-0,-0,0,0,1,0,1,0|-0.251,13.249,0,-0.001,0,0.999,0.999,0,0,-0.001,1,-0.001|Weld|-42.752,105.951,144.476|0,180,-0.25|4,1,1|-3,-2,-1.504,-0.001,-1.001,-0.001,0,-0.001,1,-1,0,0|-3.004,1.501,2.002,0,-1.001,0,-1,-0.001,0,-0.001,-0.001,-1.001|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|0,1.5,-0.003,1,-0.001,0,0,-0.001,-1.001,0,1,-0.001|0,0.5,0,'
  239. ..'-1,-0,-0,0,0,1,0,1,0|0.001,-0.501,-5.502,-1.001,-0.001,-0.001,-0.001,-0.001,1,-0.001,1,0|Core|-42.673,88.447,138.975|18,12,12|0,0,0|inf,inf,inf|A|rbxassetid://154757584|B|rbxassetid://160914477|0.899|C|rbxassetid://167570993|3|D|1.5|rbxassetid://558246436|5|Decoupler|rbxassetid://231977665|E|2|-42.449,28.942,138.974|-0.25,-7.751,0,0,-0.001,1,-1,-0.001,0,0,-1,-0.001|-0.252,-7.752,0,0,0,1,1,0,-0.001,-0.001,1,-0.001|-42.445,27.943,138.974|0,0,-6,-1,-0,-0,0,1,0,-0,-0,-1|0.25,-8.751,0.001,-0.001,-0.001,-1,0.999,0,-0.001,0,-1,0|-0.25,-8.751,0,0,-0.001,1,-1,0,0,-0.001,-1,-0.001|-0.252,-8.752,0,0,0,0.999,0.999,0,-0.001,-0.001,1,-0.001|0,-6.001,0,1,0,0,-0,-0,-1,0,1,0|0.248,-8.75,0,-0.001,0,-1,-1,0,0,0,1,0|0.499,0,0,-0.001,-0.001,-1,-0.001,0.999,-0.001,1,-0.001,-0.001|-0.501,-0.001,0,-0.001,-0.001,1,0,1,0,-1,0,-0.001|-42.64,75.443,138.974|0.099,0.005,-0.001,-0.001,-0.001,-1,0,1,-0.001,1,-0.0'
  240. ..'01,-0.001|-0.501,-0.001,0,0,-0.001,1,-0.001,1,0,-1,-0.001,0|Joint1|-36.232,36.718,138.975|0.5,18.5,1|13.25,-6,-0.002,-0.001,-1,0,0,0,1,-1,0,0|-7.751,-6,-0.001,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|-5.75,-6,-0.001,-0.001,-1,0,0,0,0.999,-1,0,0|0,-0.001,-4,0,-1,0,1,0,-0.001,0,0,0.999|-6.751,-6,-0.001,-0.001,-1,-0.001,0,-0.001,0.999,-1,0,0|-42.458,30.943,138.974|-0.25,-5.751,0,0,-0.001,1,-1,0,0,-0.001,-1,-0.001|-0.251,-5.751,0,-0.001,0,1,1,0,0,-0.001,1,-0.001|18.5,-0.001,-0.002,0,-0.001,-1,-0.001,0.999,-0.001,1,-0.001,0|-0.502,0,0,0,-0.001,1,0,1,0,-1,0,0|-42.441,26.943,138.974|-42.453,29.942,138.974|-0.25,-6.752,0,0,-0.001,1,-1,-0.001,0,0,-1,-0.001|-0.252,-6.753,0,0,0,1,1,0,-0.001,-0.001,1,-0.001|-0.5,-0.001,0,-0.001,0,0.999,-0.001,0.999,-0.001,-1,-0.001,-0.001|-48.252,105.928,138.976|-3.001,1.5,1.996,0,-1,-0.001,-1,-0.001,0,-0.001,0,-1|Engine5|-42.423,22.344,138.975|0,-1,0|8,6,8|0,10,0,1'
  241. ..',0,0|300,300|0.5,0.5|0.015,0.686,0.925|0.6|-37.241,103.97,138.976|4,3,1|0,1.5,0,-1,-0,-0,0,0,1,0,1,0|-0.001,-0.5,0,-1,0,0,0,-0.001,1,0,1,0|-0.998,-1.999,-1.501,0,-1.001,0,0,0,1,-1.001,-0.001,0|0,1.499,0,1,0,0,0,-0.001,-1,-0.001,1,-0.001|-37.249,105.969,138.976|0.002,-0.507,-1.502,-1,-0.001,0,0,0,1,-0.001,1,-0.001|-41.479,100.757,142.973|0,-180,-0.25|0.5,2.599,2|Part-to-VehicleSeat Strong Joint|0.25,-1.3,1,0,0,1,0,1,-0,-1,0,0|0.999,-1.101,-1.001,-0.001,0,-1,0,1,0,1,-0.001,-0.001|0,1.299,0,-1,-0,-0,0,0,1,0,1,0|0,-0.1,-0.751,-1,0,0,0,-0.001,1,0,1,0|0,-1.3,0,1,0,0,-0,-0,-1,0,1,0|-1.25,0.5,-3.999,0.999,-0.001,0,0,-0.001,-1,0,1,-0.001|-42.73,100.952,144.474|-2,-1.5,0.5,1,0,0,0,1,0,0,0,1|-0.751,-1.3,-1.001,1,0,0,-0.001,1,0,-0.001,-0.001,1|-3.25,-1.3,-1.001,1,0,0,-0.001,1,0,-0.001,-0.001,1|2,-1.1,1,-1,-0.001,-0.001,-0.001,1,0,0,0,-1|2,-2.001,-1.502,-0.001,-1,-0.001,-0.001,-0.001,0.999,-1,0'
  242. ..',-0.001|0,0.5,-5.5,0.999,0,-0.001,-0.001,-0.001,-1,-0.001,1,-0.001|1.995,1.499,2.001,0,-1.001,0,-1,-0.001,-0.001,0,-0.001,-1.001|-0.001,-1.5,0,-1.001,0,0,0,0,1,0,1,-0.001|-37.228,100.97,138.975|-2,-0.5,-1,0.999,0,0,-0.001,0.999,-0.001,-0.001,0,0.999|-3.25,-1.3,-1.001,0.999,0,0,-0.001,0.999,0,-0.001,-0.001,0.999|-0.75,-1.3,-1.001,0.999,0,0,-0.001,0.999,0,-0.001,0,0.999|1.999,-1.1,1,-1,-0.001,-0.001,-0.001,1,-0.001,0,-0.001,-1|0,0.495,-1.502,1,-0.001,-0.001,-0.001,0,-1,0,1,0|-46.721,98.934,138.975|0.25,-90,0|4,1,4|1.248,-1.302,-0.001,1,-0.001,0,-0.001,-0.001,1,-0.001,-1.001,-0.001|-1.252,-1.302,-0.001,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|-0.503,4.005,0,-0.001,0,1,0,1,-0.001,-1,0,-0.001|-0.002,-0.502,0,0.999,-0.001,0,-0.001,-0.001,1,-0.001,-1.001,-0.001|4,0,1.998,0,-1,-0.001,-1,-0.001,-0.001,0,0,-1|Trigger|0.203,0.556,0.25|-41.485,102.156,142.223|0.4,0.2,0.4|12|Door|-42.737,102'
  243. ..'.451,133.475|4,6,1|0,-3,0,1,0,0,-0,-0,-1,0,1,0|0,0.5,5.499,1,0,-0.001,-0.001,-0.001,-1,-0.001,1,-0.001|-43.979,100.746,142.973|-0.25,-1.3,-1,0,0,-1,0,1,0,1,0,0|-1,-1.101,0.999,0,0,1,-0.001,1,-0.001,-1,-0.001,0|1.249,0.5,-3.999,1,-0.001,0,0,-0.001,-1,0,1,-0.001|-38.721,98.968,138.974|1.249,-1.296,0.001,-1,0,0,0,-0.001,1,0,1,0|-1.25,-1.296,0.001,-1,0,0,0,-0.001,1,0,1,0|Joint4|-42.482,36.693,145.225|13.249,0,-6.002,0,-1,0,1,0,-0.001,0,0,1|-7.752,0.001,-6.001,-0.001,-1.001,0,1,-0.001,-0.001,0,0,1|-5.751,0.001,-6.001,0,-1,0,0.999,0,-0.001,0,0,1|0,0,3.999,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|-6.752,0.001,-6.001,-0.001,-1,0,0.999,-0.001,-0.001,0,0,1|-42.726,99.952,142.974|2,1,2|-1,-0.5,-1,0,0,-1,0,1,0,1,0,0|0.249,-1.3,-1.001,0,0,-1,0,0.999,0,0.999,-0.001,0|1,-0.5,1,0,0,1,0,1,-0,-1,0,0|-0.25,-1.3,0.999,-0.001,0,0.999,-0.001,0.999,-0.001,-1,-0.001,-0.001|0,0.5,-4,1,0,-0.001,-0.001,-0.001,-1,'
  244. ..'-0.001,1,-0.001|-42.63,72.943,138.974|-48.23,100.929,138.973|2,-1.5,-0.5,-1,0,0,0,1,0,0,0,-1|-2.001,-0.5,-1,0.999,-0.001,-0.001,0,0.999,-0.001,0,0,0.999|-0.751,-1.3,-1.001,0.999,0,0,-0.001,0.999,-0.001,-0.001,0,0.999|-3.251,-1.3,-1.001,1,0,0,-0.001,1,0,-0.001,-0.001,1|2,-1.1,1,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|1.999,-2,-1.5,-0.001,-1,-0.001,-0.001,-0.001,1,-1,0,-0.001|1.999,1.5,1.999,0,-1,0,-1,-0.001,0,-0.001,-0.001,-1|-0.002,0.501,1.5,1,-0.001,-0.001,-0.001,0,-1,0,0.999,0|-0.001,-1.501,-0.001,-1,-0.001,0,0,0,1,-0.001,1,-0.001|-42.721,98.951,138.974|4,1,12|2,-0.5,6,0,0,1,0,1,-0,-1,0,0|-6,-0.5,-2,1,0,0,0,1,0,0,0,1|-2,-0.5,-6,0,0,-1,0,1,0,1,0,0|6,-0.5,2,-1,0,0,0,1,0,0,0,-1|-38.723,99.964,138.974|-0.25,-1.3,0.999,-0.001,0,1,-0.001,1,-0.001,-1,-0.001,-0.001|0.249,-1.3,-1.001,0,0,-1,0,1,0,1,-0.001,0|-0.001,0.495,-0.003,1,-0.001,-0.001,-0.001,0,-1,0,1,0|Joint3|-48.732,36.668,1'
  245. ..'38.975|-42.785,113.455,138.975|0,-180,-0.21|12,12,12|5.969,16,5.969|0,-6,0,1,0,0,-0,-0,-1,0,1,0|0,0.504,4.005,-0.001,-1,-0.001,0,0,-1,0.999,-0.001,0|-42.626,71.943,138.974|0.5,0,-0.001,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|-42.749,105.948,133.476|0,180,-0.24|-2.997,1.497,2.003,-0.001,-1,-0.001,-1,0,-0.001,0,0,-1|-0.003,2.996,-0.002,1,-0.001,0,0,-0.001,-1,0,1,-0.001|-48.243,103.929,138.974|-0.003,-0.5,-0.001,-1,0,0,0,-0.001,1,0,1,0|-1.001,-2,-1.5,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-1.001,1.499,1.999,0,-1,0,-1,-0.001,0,-0.001,-0.001,-1|-42.743,103.951,144.474|-46.726,99.935,138.973|0,-0.1,0,1,-0.001,-0.001,0,-0.001,1,-0.001,-1,-0.001|-46.729,100.735,140.223|0.5,2.6,2|0.25,-1.301,1,0,0,1,0,1,-0,-1,0,0|0.999,-1.1,-1.001,-0.001,0,-1,0,1,0,1,-0.001,-0.001|Joint2|-42.482,36.693,132.725|-38.727,100.764,137.724|-46.729,100.735,137.723|-1,-1.1,0.999,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-3'
  246. ..'8.727,100.764,140.224|-1.001,-1.1,0.999,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-38.755,106.969,138.974|-42.755,106.951,138.975|-4,-2.002,3.998,-0.001,-1.001,-0.001,-0.001,-0.001,1,-1,0,-0.001|-4.004,-4.001,2,0,-1.001,0,-1,-0.001,0,-0.001,-0.001,-1.001|-4,-4.001,2.001,-0.001,-1.001,-0.001,-1,0,-0.001,0,0,-1.001|-0.006,-6.005,0,-1.001,0,0,0,-0.001,1,0,1,0|0.001,0.503,-5.499,0.999,0,-0.001,-0.001,0,-1,-0.001,1,0|-46.755,106.934,138.975|-4,-2.001,0.001,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-4.001,-0.002,1.998,0,-1,-0.001,-1,-0.001,-0.001,0,0,-1|-0.002,0.5,-1.502,1,0,0,0,-0.001,-1,-0.001,0.999,-0.001|3.994,-6.007,-0.001,0,1,0,-0.001,-0.001,1,1,-0.001,0|-44.012,22.854,103.977|-44.344,21.353,105.516|-40.883,21.362,103.977|-40.885,22.112,103.977|-44.016,24.354,103.977|-44.351,24.353,105.516|-44.01,22.104,103.977|-40.544,21.363,105.516|-42.45,21.358,103.649|-42.453,22.858,103.649|-40.893,25.112,103'
  247. ..'.977|-40.889,23.612,103.977|-40.548,22.863,105.516|-40.551,24.363,105.516|-44.348,22.853,105.516|-44.008,21.354,103.977|-40.891,24.362,103.977|-44.017,25.104,103.977|0.011,-0.1,-0.012,-1,0,0,0,-0.001,1,0,1,0|-44.014,23.604,103.977|-40.887,22.862,103.977|-42.457,24.358,103.649|0.011,-0.1,0.011,-1,0,-0.001,-0.001,-0.001,1,-0.001,0.999,-0.001|-44.008,40.105,103.977|-44.01,40.855,103.977|-40.883,40.112,103.977|-44.349,42.354,105.516|-44.006,39.355,103.977|-42.455,42.358,103.649|-40.549,42.363,105.516|-40.885,40.862,103.977|-44.342,39.354,105.516|-40.542,39.363,105.516|-44.014,42.355,103.977|-40.891,43.112,103.977|-40.887,41.612,103.977|-40.889,42.362,103.977|-44.016,43.105,103.977|-42.448,39.358,103.649|-44.012,41.605,103.977|-40.881,39.362,103.977|-0.001,0.649,-0.001,1,0,-0.001,-0.001,-0.001,-1,0,0.999,0|-44.338,37.854,105.516|-40.878,37.862,103.977|-44.346,40.854,105.516|-44.004,38.6'
  248. ..'05,103.977|-44.002,37.854,103.977|-42.444,37.858,103.649|-40.538,37.863,105.516|-42.451,40.858,103.649|-40.88,38.612,103.977|-40.546,40.863,105.516|-42.394,26.958,107.266|2,22,2|0,11,0,-1,-0,-0,0,0,1,0,1,0|-0.005,-31.002,0,-1,0,0,-0.001,0,1,-0.001,1,0|-44.007,27.354,103.977|-40.911,57.363,103.977|Motor|0.639,0.635,0.647|1056|1 0.2,0.2,1.799 -40.688,100.865,112.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,122.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,120.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,122.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,120.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,128.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,128.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,130.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,130.066 0,-180,-0.141 = n 1 4,0.2,4 -42.584,99.36,110.764 0,-180,-0.141 + 8 1,1,1 1 3.2'
  249. ..',0.4,0.399 -42.583,99.06,116.964 0,-180,-0.141 = 1 0.4,0.4,4 -44.384,99.056,118.764 0,-180,-0.141 = 1 3.2,0.4,0.399 -42.583,99.06,124.564 0,-180,-0.141 = 1 3.2,0.4,0.399 -42.583,99.06,120.964 0,-180,-0.141 = 1 0.4,0.4,5 -42.583,99.06,122.764 0.1,-135,-0.101 = 1 0.4,0.4,4 -40.784,99.065,118.764 0,-180,-0.141 = 1 0.4,0.4,5 -42.583,99.06,118.764 -0.101,135,-0.101 = 1 0.4,0.4,5 -42.583,99.06,118.764 0.1,-135,-0.101 = 1 0.4,0.4,5 -42.583,99.06,122.764 -0.101,135,-0.101 = 1 0.4,0.4,4 -40.784,99.065,122.764 0,-180,-0.141 = 1 3.2,0.4,0.399 -42.583,99.06,120.564 0,-180,-0.141 = 1 0.4,0.4,4 -44.384,99.056,122.764 0,-180,-0.141 = 1 3.2,0.4,0.399 -42.583,99.06,124.964 0,-180,-0.141 = 1 3.2,0.4,0.399 -42.583,99.06,128.564 0,-180,-0.141 = 1 0.4,0.4,4 -44.384,99.056,126.764 0,-180,-0.141 = 1 0.4,0.4,5 -42.583,99.06,126.764 0.1,-135,-0.101 = 1 0.4,0.4,5 -42.583,99.06,126.764 -0.101,135,-0.101 = 1 '
  250. ..'0.4,0.4,4 -44.384,99.056,130.764 0,-180,-0.141 = 1 0.4,0.4,4 -40.784,99.065,126.764 0,-180,-0.141 = 1 3.2,0.4,0.399 -42.583,99.06,128.964 0,-180,-0.141 = 1 0.4,0.4,5 -42.583,99.06,130.764 -0.101,135,-0.101 = 1 3.2,0.4,0.399 -42.583,99.06,132.564 0,-180,-0.141 = 1 0.4,0.4,4 -40.784,99.065,130.764 0,-180,-0.141 = 1 0.4,0.4,5 -42.583,99.06,130.764 0.1,-135,-0.101 = 1 4,0.2,22 -42.584,99.36,121.764 0,-180,-0.141 = 1 0.4,0.4,6 -44.384,99.056,113.764 0,-180,-0.141 = 1 3.2,0.4,2.399 -42.583,99.06,111.964 0,-180,-0.141 = 1 3.2,0.4,0.399 -42.583,99.06,116.564 0,-180,-0.141 = 1 0.4,0.4,6 -40.784,99.065,113.764 0,-180,-0.141 = 1 0.4,0.4,5 -42.583,99.06,114.764 0.1,-135,-0.101 = 1 0.4,0.4,5 -42.583,99.06,114.764 -0.101,135,-0.101 = 1 4,0.4,4 -42.584,99.06,110.764 0,-180,-0.141 + 8 1,1,1 p 1 0.2,3,0.2 -40.688,100.965,121.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,127.066 0,-180,-0.141 = 1 '
  251. ..'0.2,3,0.2 -40.688,100.965,125.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,131.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,119.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,123.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,129.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,111.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,114.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,114.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,113.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,112.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,122.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,120.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,120.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,128.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,125.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,130.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,'
  252. ..'128.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,121.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,130.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,131.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,127.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,119.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,122.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,129.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,114.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,113.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,111.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,114.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,123.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,124.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,126.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,126.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,124.066 0,-180,-0.141 = 1 0.2,'
  253. ..'3,0.2 -44.488,100.955,117.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,115.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,118.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,112.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.492,102.355,116.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,116.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -44.488,100.855,118.066 0,-180,-0.141 = 1 0.2,0.2,1.399 -44.492,102.355,131.866 0,-180,-0.141 = 1 0.2,0.2,1.399 -44.488,100.855,131.866 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,124.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,126.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,124.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,126.066 0,-180,-0.141 = 1 0.2,3,0.2 -44.488,100.955,132.666 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,115.066 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,117.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,'
  254. ..'100.865,116.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,116.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.688,100.865,118.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,118.066 0,-180,-0.141 = 1 0.2,0.2,1.799 -40.692,102.365,112.066 0,-180,-0.141 = 1 0.2,0.2,1.399 -40.688,100.865,131.866 0,-180,-0.141 = 1 0.2,3,0.2 -40.688,100.965,132.666 0,-180,-0.141 = 1 0.2,0.2,1.399 -40.692,102.365,131.866 0,-180,-0.141 =|0,-0.201,0|0,100000000,0|-42.473,57.134,109.766|2,83.45,2|-42.473,57.134,110.766|6|0,41.725,0,-1,-0,-0,0,0,1,0,1,0|-0.01,-1.8,10,-1,-0,-0,0,0,1,0,1,0|-42.474,57.434,107.766|4,84.05,2|-2,-42.026,1,1,0,0,0,1,0,0,0,1|-3.916,-26.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.116,-26.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.916,-23.951,-1.25,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.116,-23.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.917,-22.451,-1.251,1,-0.001,-0.001,0,1'
  255. ..',0,0,-0.001,1|-3.916,-25.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.117,-22.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.116,-25.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.932,-20.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.933,-17.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.132,-20.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.133,-19.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.933,-19.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.133,-17.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.933,-16.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.133,-16.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.949,-11.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.149,-11.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.949,-14.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.149,-13.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.149,-14.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|'
  256. ..'-3.949,-13.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.949,-10.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.149,-10.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.966,-5.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.965,-8.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.166,-5.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.165,-7.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.165,-8.951,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|-3.965,-7.451,-1.251,1,-0.001,-0.001,0,1,0,0,-0.001,1|0,42.025,0,-1,-0,-0,0,0,1,0,1,0|-1.906,-1.502,0.9,-1,0,0,-0.001,0,1,-0.001,1,0|1.894,-1.502,0.9,-1,0,0,-0.001,0,1,-0.001,1,0|1.894,-1.502,-0.901,-1,0,0,-0.001,0,1,-0.001,1,0|-40.885,28.112,103.977|-44.015,30.354,103.977|-40.883,27.362,103.977|-44.343,27.353,105.516|-44.009,28.104,103.977|-42.449,27.358,103.649|-40.543,27.363,105.516|-44.011,28.854,103.977|-40.879,25.862,103.977|-44.351,30.353,105.516|-'
  257. ..'42.456,30.358,103.649|-40.886,28.862,103.977|-40.89,30.362,103.977|-40.892,31.112,103.977|-44.017,31.104,103.977|-40.888,29.612,103.977|-44.013,29.604,103.977|-40.551,30.363,105.516|-44.347,28.853,105.516|-42.445,25.858,103.649|-44.004,25.854,103.977|-44.006,26.604,103.977|-28.125,46.422,138.988|-0.16,-90,179.839|-24.125,46.411,138.988|-0.16,-90,-0.16|0,-1,0,1,0,0,-0,-0,-1,0,1,0|0.051,15,1.948,1,-0.001,0,0,0,-1,-0.001,1,-0.001|0,0,3,1,0,0,0,1,0,0,0,1|-0.001,-0.001,-1.001,-1.001,0,0,0,-1,-0.001,-0.001,0,1|-22.222,30.405,138.892|-42.274,30.405,159.141|-0.16,-180,-0.16|-0.052,-1.001,-1.949,-1.001,-0.001,-0.001,0,0,1,0,1,0|-42.369,46.412,157.237|-42.369,46.423,153.237|-0.16,-180,179.839|-0.001,-0.001,3,1,0,0,-0.001,-1,0,-0.001,0,-1|-42.383,30.405,118.749|-0.16,0,-0.16|-42.287,46.423,124.652|-0.16,0,179.839|-42.287,46.412,120.652|-0.001,-0.001,-1.001,-1.001,0,-0.001,-0.001,-1,0,-0.001,0'
  258. ..',1|0.051,15,1.948,1,0,-0.001,0,0,-1,0,1,0|Regen Button|0.419,0.196,0.486|-25.201,15.5,155.399|0,-180,0|4,0.4,4|0|Regen;0,4>10>3,4>11>59,5>10>3,5>11>1463,6>10>3,6>11>1447,8>10>7,8>11>54,9>10>7,9>11>90,10>10>7,10>11>1453,11>10>7,11>11>1501,13>10>12,13>11>1790,16>10>15,16>11>1790,18>10>17,18>11>68,21>10>20,21>11>1790,23>10>22,23>11>3,24>10>22,24>11>1440,25>10>22,25>11>275,26>10>22,26>11>1669,28>10>27,28>11>1790,31>10>30,31>11>1790,33>10>32,33>11>1790,37>10>36,37>11>1446,38>10>36,38>11>1477,40>10>39,40>11>1657,42>10>41,42>11>1402,43>10>41,43>11>61,45>10>44,45>11>19,46>10>44,46>11>69,47>10>44,47>11>1446,48>10>44,48>11>1459,51>10>50,51>11>1790,53>10>52,53>11>1790,55>10>54,55>11>106,56>10>54,56>11>1427,57>10>54,57>11>1470,60>10>59,60>11>17,62>10>61,62>11>1414,64>10>63,64>11>68,65>10>63,65>11>80,66>10>63,66>11>1443,67>10>63,67>11>1489,70>10>69,70>11>36,71>10>69,71>11>1399,73>10>72,73>11>36'
  259. ..',74>10>72,74>11>282,76>10>75,76>11>1790,78>10>77,78>11>1790,81>10>80,81>11>1436,83>10>82,83>11>85,84>10>82,84>11>1472,89>10>88,89>11>1790,91>10>90,91>11>86,92>10>90,92>11>1500,94>10>93,94>11>100,96>10>95,96>11>100,97>10>95,97>11>102,98>10>95,98>11>1467,101>10>100,101>11>1511,103>10>102,103>11>85,104>10>102,104>11>1511,108>10>107,108>11>1472,111>10>110,111>11>82,112>10>110,112>11>107,113>10>110,113>11>1479,116>10>115,116>11>106,117>10>115,117>11>1470,119>10>118,119>11>115,120>10>118,120>11>1490,121>10>118,121>11>1519,122>10>118,122>11>125,131>10>130,131>11>557,132>10>130,132>11>2011,134>10>133,134>11>1790,136>10>135,136>11>156,137>10>135,137>11>1523,138>10>135,138>11>130,139>10>135,139>11>1558,142>10>141,142>11>107,143>10>141,143>11>146,144>10>141,144>11>1485,145>10>141,145>11>1568,148>10>147,148>11>153,149>10>147,149>11>1550,151>10>150,151>11>147,152>10>150,152>11>1516,154>10>153,1'
  260. ..'54>11>86,155>10>153,155>11>1500,157>10>156,157>11>617,159>10>158,159>11>150,160>10>158,160>11>222,161>10>158,161>11>1624,163>10>162,163>11>1790,165>10>164,165>11>1790,167>10>166,167>11>1790,169>10>168,169>11>146,170>10>168,170>11>1589,172>10>171,172>11>1790,175>10>174,175>11>199,176>10>174,176>11>1601,179>10>178,179>11>194,180>10>178,180>11>1597,181>10>178,181>11>1896,183>10>182,183>11>1790,185>10>184,185>11>168,186>10>184,186>11>243,187>10>184,187>11>1572,188>10>184,188>11>1628,191>10>190,191>11>1790,193>10>192,193>11>1790,196>10>195,196>11>1790,198>10>197,198>11>219,201>10>200,201>11>1790,204>10>203,204>11>174,205>10>203,205>11>412,206>10>203,206>11>1576,207>10>203,207>11>1879,209>10>208,209>11>218,210>10>208,210>11>318,211>10>208,211>11>1623,212>10>208,212>11>1738,214>10>213,214>11>218,215>10>213,215>11>1623,216>10>213,216>11>231,217>10>213,217>11>1641,220>10>219,220>11>342,221>'
  261. ..'10>219,221>11>1731,223>10>222,223>11>597,225>10>224,225>11>197,226>10>224,226>11>1599,227>10>224,227>11>199,228>10>224,228>11>1601,230>10>229,230>11>1790,232>10>231,232>11>194,233>10>231,233>11>1597,234>10>231,234>11>1650,237>10>236,237>11>1790,240>10>239,240>11>1790,242>10>241,242>11>1790,244>10>243,244>11>609,245>10>243,245>11>1589,247>10>246,247>11>1790,250>10>249,250>11>254,251>10>249,251>11>1679,253>10>252,253>11>1790,255>10>254,255>11>34,256>10>254,256>11>1417,257>10>254,257>11>1646,259>10>258,259>11>1790,262>10>261,262>11>301,263>10>261,263>11>1705,265>10>264,265>11>39,266>10>264,266>11>289,267>10>264,267>11>1405,269>10>268,269>11>1790,271>10>270,271>11>289,272>10>270,272>11>519,273>10>270,273>11>1698,274>10>270,274>11>1944,276>10>275,276>11>1463,279>10>278,279>11>249,280>10>278,280>11>1646,281>10>278,281>11>1707,284>10>283,284>11>1790,286>10>285,286>11>1790,288>10>287,288>1'
  262. ..'1>1790,290>10>289,290>11>1657,292>10>291,292>11>1790,294>10>293,294>11>1790,296>10>295,296>11>39,297>10>295,297>11>1405,298>10>295,298>11>261,300>10>299,300>11>1994,302>10>301,302>11>282,304>10>303,304>11>80,305>10>303,305>11>1489,306>10>303,306>11>278,307>10>303,307>11>1679,309>10>308,309>11>34,310>10>308,310>11>1417,311>10>308,311>11>1716,313>10>312,313>11>299,314>10>312,314>11>308,315>10>312,315>11>1703,316>10>312,316>11>1713,320>10>319,320>11>1790,322>10>321,322>11>354,323>10>321,323>11>1749,325>10>324,325>11>1790,328>10>327,328>11>321,329>10>327,329>11>342,330>10>327,330>11>1731,332>10>331,332>11>61,333>10>331,333>11>1456,334>10>331,334>11>1778,337>10>336,337>11>1790,339>10>338,339>11>373,341>10>340,341>11>1790,343>10>342,343>11>1749,345>10>344,345>11>1790,347>10>346,347>11>351,348>10>346,348>11>373,349>10>346,349>11>1753,350>10>346,350>11>1772,352>10>351,352>11>1750,353>10>35'
  263. ..'1,353>11>1757,357>10>356,357>11>318,358>10>356,358>11>351,359>10>356,359>11>1738,360>10>356,360>11>1753,362>10>361,362>11>275,363>10>361,363>11>371,364>10>361,364>11>1669,366>10>365,366>11>384,367>10>365,367>11>371,368>10>365,368>11>1764,370>10>369,370>11>1790,372>10>371,372>11>1761,375>10>374,375>11>338,376>10>374,376>11>331,377>10>374,377>11>1721,378>10>374,378>11>1746,380>10>379,380>11>1790,383>10>382,383>11>1790,385>10>384,385>11>1761,386>10>384,386>11>1755,387>10>384,387>11>354,394>10>393,394>11>1790,396>10>395,396>11>1356,397>10>395,397>11>1879,400>10>399,400>11>1790,402>10>401,402>11>1790,404>10>403,404>11>1790,406>10>405,406>11>1896,408>10>407,408>11>178,409>10>407,409>11>405,410>10>407,410>11>1591,411>10>407,411>11>1887,413>10>412,413>11>395,414>10>412,414>11>1868,419>10>418,419>11>125,420>10>418,420>11>430,421>10>418,421>11>1519,422>10>418,422>11>1893,425>10>424,425>11>93'
  264. ..',426>10>424,426>11>431,435>10>434,435>11>482,436>10>434,436>11>477,437>10>434,437>11>1952,439>10>438,439>11>505,440>10>438,440>11>519,441>10>438,441>11>1944,442>10>438,442>11>1951,445>10>444,445>11>462,446>10>444,446>11>1910,447>10>444,447>11>1978,449>10>448,449>11>477,450>10>448,450>11>1980,453>10>452,453>11>457,454>10>452,454>11>493,455>10>452,455>11>1898,456>10>452,456>11>1980,458>10>457,458>11>1917,460>10>459,460>11>465,461>10>459,461>11>646,463>10>462,463>11>499,464>10>462,464>11>1900,466>10>465,466>11>1902,468>10>467,468>11>1790,470>10>469,470>11>1790,472>10>471,472>11>583,473>10>471,473>11>2079,475>10>474,475>11>1790,479>10>478,479>11>1790,481>10>480,481>11>1790,483>10>482,483>11>1967,485>10>484,485>11>1790,487>10>486,487>11>1790,489>10>488,489>11>444,490>10>488,490>11>471,491>10>488,491>11>1918,492>10>488,492>11>1900,494>10>493,494>11>448,495>10>493,495>11>1917,496>10>493,4'
  265. ..'96>11>1937,498>10>497,498>11>1790,500>10>499,500>11>432,501>10>499,501>11>1870,503>10>502,503>11>482,504>10>502,504>11>601,506>10>505,506>11>570,508>10>507,508>11>1790,510>10>509,510>11>432,511>10>509,511>11>465,512>10>509,512>11>1870,513>10>509,513>11>1925,515>10>514,515>11>457,516>10>514,516>11>1898,517>10>514,517>11>581,518>10>514,518>11>2061,522>10>521,522>11>1790,524>10>523,524>11>613,526>10>525,526>11>532,527>10>525,527>11>1945,528>10>525,528>11>572,529>10>525,529>11>2002,531>10>530,531>11>1790,533>10>532,533>11>1940,535>10>534,535>11>1790,537>10>536,537>11>626,538>10>536,538>11>2109,539>10>536,539>11>593,540>10>536,540>11>2050,542>10>541,542>11>637,544>10>543,544>11>609,545>10>543,545>11>611,546>10>543,546>11>2048,548>10>547,548>11>1790,552>10>551,552>11>1790,554>10>553,554>11>1790,556>10>555,556>11>1790,558>10>557,558>11>577,560>10>559,560>11>1790,563>10>562,563>11>583,564>'
  266. ..'10>562,564>11>2079,566>10>565,566>11>299,567>10>565,567>11>572,568>10>565,568>11>1703,569>10>565,569>11>2002,571>10>570,571>11>1951,575>10>574,575>11>570,576>10>574,576>11>562,578>10>577,578>11>2011,580>10>579,580>11>1790,582>10>581,582>11>592,585>10>584,585>11>1790,587>10>586,587>11>1790,589>10>588,589>11>1790,591>10>590,591>11>599,594>10>593,594>11>577,598>10>597,598>11>637,600>10>599,600>11>613,602>10>601,602>11>129,603>10>601,603>11>1967,605>10>604,605>11>532,606>10>604,606>11>592,608>10>607,608>11>1790,610>10>609,610>11>1628,612>10>611,612>11>626,615>10>614,615>11>646,618>10>617,618>11>636,619>10>617,619>11>2117,622>10>621,622>11>1790,625>10>624,625>11>1790,627>10>626,627>11>2048,629>10>628,629>11>643,630>10>628,630>11>2122,633>10>632,633>11>636,634>10>632,634>11>129,635>10>632,635>11>2117,639>10>638,639>11>628,640>10>638,640>11>631,641>10>638,641>11>2100,642>10>638,642>11>212'
  267. ..'7,644>10>643,644>11>614,645>10>643,645>11>2049,647>10>646,647>11>2049,649>10>648,649>11>1790,651>10>650,651>11>1988,652>10>650,652>11>523,654>10>653,654>11>1790,656>10>655,656>11>650,657>10>655,657>11>631,658>10>655,658>11>2127,659>10>655,659>11>2147,661>10>660,661>11>1790,663>10>662,663>11>1790,665>10>664,665>11>541,666>10>664,666>11>590,667>10>664,667>11>2032,668>10>664,668>11>2046,670>10>669,670>11>1790,672>10>671,672>11>673,678>10>677,678>11>771,681>10>680,681>11>688,684>10>683,684>11>703,685>10>683,685>11>675,686>10>683,686>11>747,687>10>683,687>11>754,690>10>689,690>11>675,691>10>689,691>11>744,692>10>689,692>11>747,694>10>693,694>11>682,695>10>693,695>11>728,697>10>696,697>11>771,699>10>698,699>11>677,700>10>698,700>11>696,701>10>698,701>11>725,702>10>698,702>11>776,704>10>703,704>11>688,707>10>706,707>11>693,708>10>706,708>11>725,709>10>706,709>11>677,716>10>715,716>11>682,'
  268. ..'717>10>715,717>11>706,718>10>715,718>11>720,719>10>715,719>11>728,721>10>720,721>11>693,722>10>720,722>11>725,723>10>720,723>11>677,726>10>725,726>11>771,730>10>729,730>11>688,733>10>732,733>11>682,734>10>732,734>11>728,735>10>732,735>11>742,739>10>738,739>11>2190,740>10>738,740>11>2244,745>10>744,745>11>756,746>10>744,746>11>738,755>10>754,755>11>688,757>10>756,757>11>675,758>10>756,758>11>747,762>10>761,762>11>703,763>10>761,763>11>729,764>10>761,764>11>680,765>10>761,765>11>754,767>10>766,767>11>703,768>10>766,768>11>675,769>10>766,769>11>747,770>10>766,770>11>754,773>10>772,773>11>744,774>10>772,774>11>2190,775>10>772,775>11>2244,777>10>776,777>11>771,779>10>778,779>11>689,780>10>778,780>11>756,781>10>778,781>11>738,782>10>778,782>11>772,784>10>783,784>11>682,785>10>783,785>11>728,786>10>783,786>11>742,787>10>783,787>11>788,789>10>788,789>11>732,790>10>788,790>11>2226,794>10>79'
  269. ..'1,794>11>673,795>10>791,795>11>1028,801>10>800,801>11>796,804>10>803,804>11>1109,805>10>803,805>11>843,806>10>803,806>11>1132,807>10>803,807>11>1028,810>10>809,810>11>2159,811>10>809,811>11>2211,812>10>809,812>11>2239,813>10>809,813>11>2170,815>10>814,815>11>1118,820>10>819,820>11>796,822>10>821,822>11>1104,823>10>821,823>11>1065,824>10>821,824>11>1132,825>10>821,825>11>1094,826>10>821,826>11>1141,827>10>821,827>11>803,829>10>828,829>11>1088,830>10>828,830>11>1070,831>10>828,831>11>1167,832>10>828,832>11>797,833>10>828,833>11>798,834>10>828,834>11>808,835>10>828,835>11>1141,836>10>828,836>11>1146,837>10>828,837>11>1168,838>10>828,838>11>1109,839>10>828,839>11>803,840>10>828,840>11>1074,841>10>828,841>11>1104,842>10>828,842>11>1132,844>10>843,844>11>1153,845>10>843,845>11>1132,846>10>843,846>11>1141,848>10>847,848>11>1074,849>10>847,849>11>1088,850>10>847,850>11>1141,851>10>847,851>'
  270. ..'11>1167,852>10>847,852>11>803,853>10>847,853>11>1109,854>10>847,854>11>1132,855>10>847,855>11>1153,857>10>856,857>11>1136,859>10>858,859>11>1002,860>10>858,860>11>1144,863>10>862,863>11>892,864>10>862,864>11>865,866>10>865,866>11>869,868>10>867,868>11>869,871>10>870,871>11>867,872>10>870,872>11>873,874>10>873,874>11>875,876>10>875,876>11>1140,878>10>877,878>11>883,879>10>877,879>11>888,881>10>880,881>11>875,882>10>880,882>11>888,884>10>883,884>11>887,886>10>885,886>11>887,890>10>889,890>11>911,898>10>896,898>11>885,900>10>899,900>11>891,901>10>899,901>11>943,903>10>902,903>11>978,904>10>902,904>11>980,913>10>912,913>11>911,914>10>912,914>11>915,916>10>915,916>11>905,918>10>917,918>11>889,919>10>917,919>11>920,921>10>920,921>11>922,923>10>922,923>11>926,925>10>924,925>11>926,928>10>927,928>11>907,930>10>929,930>11>924,932>10>931,932>11>929,934>10>933,934>11>927,935>10>933,935>11>931'
  271. ..',941>10>940,941>11>891,942>10>940,942>11>936,945>10>944,945>11>959,948>10>947,948>11>944,949>10>947,949>11>946,951>10>950,951>11>946,953>10>952,953>11>950,954>10>952,954>11>958,956>10>955,956>11>938,957>10>955,957>11>944,960>10>959,960>11>938,964>10>963,964>11>961,965>10>963,965>11>972,967>10>966,967>11>958,968>10>966,968>11>961,970>10>969,970>11>962,971>10>969,971>11>974,973>10>972,973>11>962,979>10>978,979>11>1160,981>10>980,981>11>943,987>10>986,987>11>989,988>10>986,988>11>991,990>10>989,990>11>982,993>10>992,993>11>991,994>10>992,994>11>995,997>10>996,997>11>978,998>10>996,998>11>995,1000>10>999,1000>11>1067,1001>10>999,1001>11>1060,1004>10>1003,1004>11>1002,1005>10>1003,1005>11>1019,1020>10>1019,1020>11>1160,1021>10>1019,1021>11>1140,1024>10>1023,1024>11>843,1025>10>1023,1025>11>847,1026>10>1023,1026>11>1153,1027>10>1023,1027>11>1168,1037>10>1036,1037>11>1160,1038>10>1036,103'
  272. ..'8>11>1140,1040>10>1039,1040>11>1112,1041>10>1039,1041>11>1160,1042>10>1039,1042>11>1140,1043>10>1039,1043>11>1049,1044>10>1039,1044>11>1036,1045>10>1039,1045>11>1060,1047>10>1046,1047>11>671,1048>10>1046,1048>11>1122,1050>10>1049,1050>11>1019,1051>10>1049,1051>11>1036,1052>10>1049,1052>11>1055,1053>10>1049,1053>11>958,1054>10>1049,1054>11>1061,1056>10>1055,1056>11>1160,1057>10>1055,1057>11>1140,1058>10>1055,1058>11>1019,1059>10>1055,1059>11>1061,1062>10>1061,1062>11>1160,1063>10>1061,1063>11>1140,1064>10>1061,1064>11>1036,1066>10>1065,1066>11>843,1071>10>1070,1071>11>1074,1072>10>1070,1072>11>847,1073>10>1070,1073>11>1088,1075>10>1074,1075>11>1167,1077>10>1076,1077>11>814,1078>10>1076,1078>11>1100,1079>10>1076,1079>11>1132,1081>10>1080,1081>11>1076,1082>10>1080,1082>11>1106,1083>10>1080,1083>11>814,1084>10>1080,1084>11>843,1085>10>1080,1085>11>1132,1086>10>1080,1086>11>847,1087>10>'
  273. ..'1080,1087>11>1153,1089>10>1088,1089>11>1136,1090>10>1088,1090>11>1165,1091>10>1088,1091>11>1161,1092>10>1088,1092>11>856,1093>10>1088,1093>11>1109,1095>10>1094,1095>11>1158,1096>10>1094,1096>11>1163,1097>10>1094,1097>11>803,1098>10>1094,1098>11>1154,1099>10>1094,1099>11>843,1105>10>1104,1105>11>1132,1107>10>1106,1107>11>814,1108>10>1106,1108>11>1132,1110>10>1109,1110>11>1161,1111>10>1109,1111>11>1165,1113>10>1112,1113>11>1019,1114>10>1112,1114>11>1036,1115>10>1112,1115>11>1055,1116>10>1112,1116>11>922,1117>10>1112,1117>11>1061,1119>10>1118,1119>11>1076,1120>10>1118,1120>11>1106,1121>10>1118,1121>11>1132,1124>10>1123,1124>11>1154,1125>10>1123,1125>11>1158,1126>10>1123,1126>11>1163,1127>10>1123,1127>11>817,1128>10>1123,1128>11>821,1129>10>1123,1129>11>843,1130>10>1123,1130>11>1094,1131>10>1123,1131>11>1149,1133>10>1132,1133>11>1094,1134>10>1132,1134>11>1109,1137>10>1136,1137>11>1165,'
  274. ..'1138>10>1136,1138>11>1161,1139>10>1136,1139>11>1109,1143>10>1141,1143>11>1167,1145>10>1144,1145>11>1122,1147>10>1146,1147>11>821,1148>10>1146,1148>11>1104,1150>10>1149,1150>11>1065,1151>10>1149,1151>11>821,1152>10>1149,1152>11>843,1155>10>1154,1155>11>1158,1156>10>1154,1156>11>1163,1157>10>1154,1157>11>817,1159>10>1158,1159>11>817,1162>10>1161,1162>11>856,1164>10>1163,1164>11>817,1166>10>1165,1166>11>856,1169>10>1168,1169>11>1176,1170>10>1168,1170>11>1167,1171>10>1168,1171>11>843,1172>10>1168,1172>11>847,1173>10>1168,1173>11>821,1174>10>1168,1174>11>1141,1175>10>1168,1175>11>1146,1177>10>1176,1177>11>821,1178>10>1176,1178>11>843,1179>10>1176,1179>11>1065,1180>10>1176,1180>11>1141,1182>10>1181,1182>11>1219,1183>10>1181,1183>11>1196,1184>10>1181,1184>11>1251,1185>10>1181,1185>11>1231,1189>10>1188,1189>11>1187,1190>10>1188,1190>11>1236,1191>10>1188,1191>11>1222,1192>10>1188,1192>11>12'
  275. ..'57,1194>10>1193,1194>11>1249,1197>10>1196,1197>11>1238,1198>10>1196,1198>11>1254,1204>10>1203,1204>11>1211,1209>10>1208,1209>11>1196,1210>10>1208,1210>11>1231,1212>10>1211,1212>11>1202,1213>10>1211,1213>11>1256,1215>10>1214,1215>11>1193,1216>10>1214,1216>11>1244,1217>10>1214,1217>11>2200,1218>10>1214,1218>11>2255,1220>10>1219,1220>11>1193,1221>10>1219,1221>11>1238,1223>10>1222,1223>11>1203,1224>10>1222,1224>11>1242,1225>10>1222,1225>11>1256,1228>10>1227,1228>11>1211,1229>10>1227,1229>11>1261,1230>10>1227,1230>11>2170,1232>10>1231,1232>11>1238,1233>10>1231,1233>11>1254,1237>10>1236,1237>11>1242,1243>10>1242,1243>11>1187,1245>10>1244,1245>11>1219,1246>10>1244,1246>11>1249,1247>10>1244,1247>11>1251,1252>10>1251,1252>11>1193,1253>10>1251,1253>11>1238,1258>10>1257,1258>11>1203,1259>10>1257,1259>11>1242,1260>10>1257,1260>11>1256,1262>10>1261,1262>11>1203,1263>10>1261,1263>11>1202,1264>10'
  276. ..'>1261,1264>11>1256,1267>10>1266,1267>11>1268,1269>10>1268,1269>11>1304,1270>10>1268,1270>11>1384,1272>10>1271,1272>11>1279,1275>10>1274,1275>11>1266,1276>10>1274,1276>11>1332,1283>10>1282,1283>11>1300,1284>10>1282,1284>11>1304,1285>10>1282,1285>11>1356,1286>10>1282,1286>11>1384,1288>10>1287,1288>11>405,1289>10>1287,1289>11>1366,1290>10>1287,1290>11>1887,1292>10>1291,1292>11>1358,1293>10>1291,1293>11>1279,1294>10>1291,1294>11>1366,1296>10>1295,1296>11>1287,1297>10>1295,1297>11>1291,1298>10>1295,1298>11>1347,1299>10>1295,1299>11>1389,1301>10>1300,1301>11>395,1302>10>1300,1302>11>1868,1306>10>1305,1306>11>1271,1307>10>1305,1307>11>1346,1308>10>1305,1308>11>1373,1310>10>1309,1310>11>1266,1311>10>1309,1311>11>1304,1312>10>1309,1312>11>1316,1313>10>1309,1313>11>1384,1317>10>1316,1317>11>1268,1318>10>1316,1318>11>1274,1322>10>1321,1322>11>1279,1323>10>1321,1323>11>1305,1324>10>1321,1324>1'
  277. ..'1>1352,1327>10>1326,1327>11>696,1328>10>1326,1328>11>776,1329>10>1326,1329>11>1346,1330>10>1326,1330>11>1373,1335>10>1334,1335>11>1300,1336>10>1334,1336>11>1304,1337>10>1334,1337>11>1356,1338>10>1334,1338>11>1384,1340>10>1339,1340>11>729,1341>10>1339,1341>11>1332,1342>10>1339,1342>11>680,1348>10>1347,1348>11>405,1349>10>1347,1349>11>1366,1350>10>1347,1350>11>1887,1353>10>1352,1353>11>1271,1354>10>1352,1354>11>1346,1355>10>1352,1355>11>1373,1357>10>1356,1357>11>1868,1359>10>1358,1359>11>1271,1360>10>1358,1360>11>1321,1361>10>1358,1361>11>1389,1369>10>1368,1369>11>696,1370>10>1368,1370>11>776,1371>10>1368,1371>11>1346,1372>10>1368,1372>11>1373,1375>10>1374,1375>11>1274,1376>10>1374,1376>11>1339,1377>10>1374,1377>11>1379,1378>10>1374,1378>11>1385,1380>10>1379,1380>11>1266,1381>10>1379,1381>11>1332,1382>10>1379,1382>11>1316,1386>10>1385,1386>11>729,1387>10>1385,1387>11>1332,1388>10>138'
  278. ..'5,1388>11>680,1390>10>1389,1390>11>1279,1391>10>1389,1391>11>1366,1394>10>1393,1394>11>1565,1395>10>1393,1395>11>127,1397>10>1396,1397>11>2162,1398>10>1396,1398>11>2238,1400>10>1399,1400>11>19,1401>10>1399,1401>11>1446,1403>10>1402,1403>11>1414,1404>10>1402,1404>11>19,1407>10>1406,1407>11>69,1408>10>1406,1408>11>72,1409>10>1406,1409>11>1446,1410>10>1406,1410>11>1477,1413>10>1412,1413>11>1790,1416>10>1415,1416>11>1790,1420>10>1419,1420>11>59,1421>10>1419,1421>11>68,1423>10>1422,1423>11>1790,1426>10>1425,1426>11>1790,1428>10>1427,1428>11>90,1429>10>1427,1429>11>1453,1430>10>1427,1430>11>1501,1433>10>1432,1433>11>1790,1435>10>1434,1435>11>1790,1437>10>1436,1437>11>68,1438>10>1436,1438>11>1443,1439>10>1436,1439>11>1489,1441>10>1440,1441>11>59,1442>10>1440,1442>11>1463,1444>10>1443,1444>11>17,1445>10>1443,1445>11>1419,1448>10>1447,1448>11>1419,1449>10>1447,1449>11>17,1450>10>1447,1450>1'
  279. ..'1>1440,1452>10>1451,1452>11>1790,1454>10>1453,1454>11>106,1455>10>1453,1455>11>1470,1457>10>1456,1457>11>41,1458>10>1456,1458>11>1414,1460>10>1459,1460>11>1399,1461>10>1459,1461>11>1402,1462>10>1459,1462>11>2278,1465>10>1464,1465>11>1790,1468>10>1467,1468>11>85,1469>10>1467,1469>11>1511,1475>10>1474,1475>11>1790,1478>10>1477,1478>11>282,1480>10>1479,1480>11>85,1481>10>1479,1481>11>1472,1483>10>1482,1483>11>1790,1486>10>1485,1486>11>110,1487>10>1485,1487>11>1472,1488>10>1485,1488>11>1540,1491>10>1490,1491>11>106,1492>10>1490,1492>11>1470,1494>10>1493,1494>11>1790,1496>10>1495,1496>11>82,1497>10>1495,1497>11>102,1498>10>1495,1498>11>1467,1499>10>1495,1499>11>1479,1502>10>1501,1502>11>86,1503>10>1501,1503>11>1500,1506>10>1505,1506>11>93,1507>10>1505,1507>11>95,1508>10>1505,1508>11>1511,1509>10>1505,1509>11>1512,1513>10>1512,1513>11>100,1514>10>1512,1514>11>424,1515>10>1512,1515>11>189'
  280. ..'0,1517>10>1516,1517>11>153,1518>10>1516,1518>11>1550,1520>10>1519,1520>11>1883,1524>10>1523,1524>11>557,1525>10>1523,1525>11>1528,1526>10>1523,1526>11>2011,1529>10>1528,1529>11>130,1530>10>1528,1530>11>156,1531>10>1528,1531>11>1558,1534>10>1533,1534>11>115,1535>10>1533,1535>11>125,1536>10>1533,1536>11>1490,1537>10>1533,1537>11>1519,1539>10>1538,1539>11>1790,1541>10>1540,1541>11>107,1542>10>1540,1542>11>146,1544>10>1543,1544>11>147,1545>10>1543,1545>11>158,1546>10>1543,1546>11>1516,1547>10>1543,1547>11>1560,1551>10>1550,1551>11>86,1552>10>1550,1552>11>1500,1554>10>1553,1554>11>632,1555>10>1553,1555>11>2112,1556>10>1553,1556>11>601,1557>10>1553,1557>11>2085,1559>10>1558,1559>11>617,1561>10>1560,1561>11>150,1562>10>1560,1562>11>222,1563>10>1560,1563>11>1624,1567>10>1566,1567>11>1790,1569>10>1568,1569>11>168,1570>10>1568,1570>11>1540,1571>10>1568,1571>11>1572,1573>10>1572,1573>11>146,1'
  281. ..'574>10>1572,1574>11>1589,1577>10>1576,1577>11>199,1578>10>1576,1578>11>1601,1580>10>1579,1580>11>218,1581>10>1579,1581>11>318,1582>10>1579,1582>11>1623,1583>10>1579,1583>11>1738,1585>10>1584,1585>11>1790,1588>10>1587,1588>11>1790,1590>10>1589,1590>11>1628,1592>10>1591,1592>11>194,1593>10>1591,1593>11>1597,1594>10>1591,1594>11>1896,1596>10>1595,1596>11>1790,1600>10>1599,1600>11>219,1604>10>1603,1604>11>1790,1606>10>1605,1606>11>1790,1608>10>1607,1608>11>1790,1610>10>1609,1610>11>174,1611>10>1609,1611>11>412,1612>10>1609,1612>11>1576,1613>10>1609,1613>11>1879,1615>10>1614,1615>11>1790,1617>10>1616,1617>11>1790,1620>10>1619,1620>11>1790,1622>10>1621,1622>11>1790,1625>10>1624,1625>11>597,1627>10>1626,1627>11>1790,1630>10>1629,1630>11>1790,1632>10>1631,1632>11>197,1633>10>1631,1633>11>342,1634>10>1631,1634>11>1599,1635>10>1631,1635>11>1731,1637>10>1636,1637>11>197,1638>10>1636,1638>11>1'
  282. ..'599,1639>10>1636,1639>11>199,1640>10>1636,1640>11>1601,1642>10>1641,1642>11>194,1643>10>1641,1643>11>1597,1644>10>1641,1644>11>1650,1649>10>1648,1649>11>1790,1651>10>1650,1651>11>218,1652>10>1650,1652>11>1623,1654>10>1653,1654>11>295,1655>10>1653,1655>11>301,1656>10>1653,1656>11>1705,1658>10>1657,1658>11>1405,1660>10>1659,1660>11>289,1661>10>1659,1661>11>519,1662>10>1659,1662>11>1698,1663>10>1659,1663>11>1944,1665>10>1664,1665>11>1790,1667>10>1666,1667>11>1790,1670>10>1669,1670>11>1463,1672>10>1671,1672>11>34,1673>10>1671,1673>11>1417,1674>10>1671,1674>11>249,1675>10>1671,1675>11>1646,1677>10>1676,1677>11>1790,1680>10>1679,1680>11>1646,1682>10>1681,1682>11>1790,1684>10>1683,1684>11>1790,1686>10>1685,1686>11>39,1687>10>1685,1687>11>1405,1688>10>1685,1688>11>261,1689>10>1685,1689>11>1653,1692>10>1691,1692>11>1790,1694>10>1693,1694>11>72,1695>10>1693,1695>11>1477,1696>10>1693,1696>11>'
  283. ..'301,1697>10>1693,1697>11>1705,1699>10>1698,1699>11>264,1700>10>1698,1700>11>1657,1702>10>1701,1702>11>1790,1704>10>1703,1704>11>1994,1706>10>1705,1706>11>282,1708>10>1707,1708>11>80,1709>10>1707,1709>11>1489,1710>10>1707,1710>11>1679,1712>10>1711,1712>11>1790,1714>10>1713,1714>11>34,1715>10>1713,1715>11>1417,1717>10>1716,1717>11>299,1718>10>1716,1718>11>1703,1719>10>1716,1719>11>1713,1722>10>1721,1722>11>373,1724>10>1723,1724>11>1790,1726>10>1725,1726>11>1790,1729>10>1727,1729>11>1548,1732>10>1731,1732>11>1749,1734>10>1733,1734>11>1790,1736>10>1735,1736>11>1790,1740>10>1739,1740>11>1790,1742>10>1741,1742>11>327,1743>10>1741,1743>11>354,1744>10>1741,1744>11>1749,1745>10>1741,1745>11>1755,1747>10>1746,1747>11>61,1748>10>1746,1748>11>1456,1751>10>1750,1751>11>373,1752>10>1750,1752>11>1753,1756>10>1755,1756>11>321,1758>10>1757,1758>11>318,1759>10>1757,1759>11>1738,1760>10>1757,1760>11>'
  284. ..'1753,1763>10>1762,1763>11>1790,1765>10>1764,1765>11>361,1766>10>1764,1766>11>1761,1768>10>1767,1768>11>275,1769>10>1767,1769>11>371,1770>10>1767,1770>11>1669,1771>10>1767,1771>11>1764,1773>10>1772,1773>11>338,1774>10>1772,1774>11>1721,1775>10>1772,1775>11>1750,1777>10>1776,1777>11>1790,1779>10>1778,1779>11>338,1780>10>1778,1780>11>1721,1781>10>1778,1781>11>1746,1784>10>1783,1784>11>1790,1786>10>1785,1786>11>354,1787>10>1785,1787>11>365,1788>10>1785,1788>11>1761,1789>10>1785,1789>11>1755,1791>10>1790,1791>11>1273,1792>10>1790,1792>11>1278,1793>10>1790,1793>11>1280,1794>10>1790,1794>11>1281,1795>10>1790,1795>11>1314,1796>10>1790,1796>11>1319,1797>10>1790,1797>11>1320,1798>10>1790,1798>11>1331,1799>10>1790,1799>11>1333,1800>10>1790,1800>11>1344,1801>10>1790,1801>11>1351,1802>10>1790,1802>11>1362,1803>10>1790,1803>11>1363,1804>10>1790,1804>11>1365,1805>10>1790,1805>11>1367,1806>10>1790'
  285. ..',1806>11>1392,1807>10>1790,1807>11>674,1808>10>1790,1808>11>679,1809>10>1790,1809>11>705,1810>10>1790,1810>11>710,1811>10>1790,1811>11>712,1812>10>1790,1812>11>714,1813>10>1790,1813>11>724,1814>10>1790,1814>11>736,1815>10>1790,1815>11>737,1816>10>1790,1816>11>741,1817>10>1790,1817>11>743,1818>10>1790,1818>11>748,1819>10>1790,1819>11>749,1820>10>1790,1820>11>752,1821>10>1790,1821>11>759,1822>10>1790,1822>11>760,1823>10>1790,1823>11>2161,1824>10>1790,1824>11>2164,1825>10>1790,1825>11>2172,1826>10>1790,1826>11>2184,1827>10>1790,1827>11>2195,1828>10>1790,1828>11>2197,1829>10>1790,1829>11>2199,1830>10>1790,1830>11>2202,1831>10>1790,1831>11>2203,1832>10>1790,1832>11>2205,1833>10>1790,1833>11>2229,1834>10>1790,1834>11>2230,1835>10>1790,1835>11>2243,1836>10>1790,1836>11>816,1837>10>1790,1837>11>799,1838>10>1790,1838>11>818,1839>10>1790,1839>11>1186,1840>10>1790,1840>11>1195,1841>10>1790,18'
  286. ..'41>11>1199,1842>10>1790,1842>11>1205,1843>10>1790,1843>11>1206,1844>10>1790,1844>11>1207,1845>10>1790,1845>11>1250,1846>10>1790,1846>11>1255,1847>10>1790,1847>11>1234,1848>10>1790,1848>11>1240,1849>10>1790,1849>11>1241,1850>10>1790,1850>11>1248,1851>10>1790,1851>11>1737,1852>10>1790,1852>11>1856,1853>10>1790,1853>11>1861,1854>10>1790,1854>11>390,1855>10>1790,1855>11>317,1863>10>1862,1863>11>1790,1865>10>1864,1865>11>1790,1867>10>1866,1867>11>1790,1872>10>1871,1872>11>477,1873>10>1871,1873>11>482,1877>10>1876,1877>11>424,1878>10>1876,1878>11>1890,1880>10>1879,1880>11>1868,1884>10>1883,1884>11>125,1885>10>1883,1885>11>430,1888>10>1887,1888>11>1896,1891>10>1890,1891>11>93,1892>10>1890,1892>11>431,1894>10>1893,1894>11>1883,1899>10>1898,1899>11>1917,1901>10>1900,1901>11>1978,1903>10>1902,1903>11>646,1906>10>1905,1906>11>505,1907>10>1905,1907>11>519,1908>10>1905,1908>11>1944,1909>10>1905'
  287. ..',1909>11>1951,1911>10>1910,1911>11>499,1912>10>1910,1912>11>1900,1914>10>1913,1914>11>1790,1916>10>1915,1916>11>1790,1919>10>1918,1919>11>1978,1920>10>1918,1920>11>583,1921>10>1918,1921>11>2079,1923>10>1922,1923>11>1790,1926>10>1925,1926>11>459,1927>10>1925,1927>11>1902,1929>10>1928,1929>11>434,1930>10>1928,1930>11>448,1931>10>1928,1931>11>1871,1932>10>1928,1932>11>1937,1934>10>1933,1934>11>1790,1936>10>1935,1936>11>1790,1938>10>1937,1938>11>477,1941>10>1940,1941>11>572,1943>10>1942,1943>11>1790,1946>10>1945,1946>11>604,1947>10>1945,1947>11>1940,1948>10>1945,1948>11>2089,1950>10>1949,1950>11>1790,1953>10>1952,1953>11>502,1954>10>1952,1954>11>1871,1955>10>1952,1955>11>1967,1957>10>1956,1957>11>1790,1959>10>1958,1959>11>1790,1961>10>1960,1961>11>1790,1963>10>1962,1963>11>432,1964>10>1962,1964>11>462,1965>10>1962,1965>11>1870,1966>10>1962,1966>11>1910,1969>10>1968,1969>11>432,1970>10>'
  288. ..'1968,1970>11>465,1971>10>1968,1971>11>1870,1972>10>1968,1972>11>1925,1974>10>1973,1974>11>457,1975>10>1973,1975>11>581,1976>10>1973,1976>11>1898,1977>10>1973,1977>11>2061,1979>10>1978,1979>11>471,1981>10>1980,1981>11>1917,1982>10>1980,1982>11>1937,1984>10>1983,1984>11>1790,1986>10>1985,1986>11>1790,1989>10>1988,1989>11>613,1990>10>1988,1990>11>2147,1992>10>1991,1992>11>1790,1995>10>1994,1995>11>572,1998>10>1997,1998>11>505,1999>10>1997,1999>11>574,2000>10>1997,2000>11>1951,2001>10>1997,2001>11>2013,2003>10>2002,2003>11>1940,2004>10>2002,2004>11>1994,2007>10>2006,2007>11>583,2008>10>2006,2008>11>2079,2009>10>2006,2009>11>574,2010>10>2006,2010>11>2013,2014>10>2013,2014>11>570,2015>10>2013,2015>11>562,2017>10>2016,2017>11>609,2018>10>2016,2018>11>611,2019>10>2016,2019>11>2048,2021>10>2020,2021>11>557,2022>10>2020,2022>11>593,2023>10>2020,2023>11>2011,2024>10>2020,2024>11>2050,2026>10>'
  289. ..'2025,2026>11>626,2027>10>2025,2027>11>2109,2028>10>2025,2028>11>593,2029>10>2025,2029>11>2050,2031>10>2030,2031>11>1790,2033>10>2032,2033>11>637,2035>10>2034,2035>11>1790,2037>10>2036,2037>11>1790,2039>10>2038,2039>11>1790,2041>10>2040,2041>11>523,2042>10>2040,2042>11>599,2043>10>2040,2043>11>1988,2045>10>2044,2045>11>1790,2047>10>2046,2047>11>599,2051>10>2050,2051>11>577,2053>10>2052,2053>11>1790,2055>10>2054,2055>11>1790,2057>10>2056,2057>11>243,2058>10>2056,2058>11>543,2059>10>2056,2059>11>1628,2060>10>2056,2060>11>2016,2062>10>2061,2062>11>592,2065>10>2064,2065>11>1790,2067>10>2066,2067>11>1790,2069>10>2068,2069>11>581,2070>10>2068,2070>11>2061,2071>10>2068,2071>11>604,2072>10>2068,2072>11>2089,2074>10>2073,2074>11>222,2075>10>2073,2075>11>637,2076>10>2073,2076>11>1624,2077>10>2073,2077>11>2118,2081>10>2080,2081>11>590,2082>10>2080,2082>11>613,2083>10>2080,2083>11>2040,2084>10>'
  290. ..'2080,2084>11>2046,2086>10>2085,2086>11>129,2087>10>2085,2087>11>1967,2088>10>2085,2088>11>502,2090>10>2089,2090>11>532,2091>10>2089,2091>11>592,2093>10>2092,2093>11>614,2094>10>2092,2094>11>628,2095>10>2092,2095>11>2049,2096>10>2092,2096>11>2100,2098>10>2097,2098>11>1790,2101>10>2100,2101>11>643,2102>10>2100,2102>11>2122,2104>10>2103,2104>11>156,2105>10>2103,2105>11>636,2106>10>2103,2106>11>1558,2107>10>2103,2107>11>2117,2110>10>2109,2110>11>611,2111>10>2109,2111>11>2048,2113>10>2112,2113>11>129,2114>10>2112,2114>11>636,2115>10>2112,2115>11>2117,2119>10>2118,2119>11>541,2120>10>2118,2120>11>597,2121>10>2118,2121>11>2032,2123>10>2122,2123>11>631,2124>10>2122,2124>11>2127,2126>10>2125,2126>11>1790,2129>10>2128,2129>11>459,2130>10>2128,2130>11>614,2131>10>2128,2131>11>1902,2132>10>2128,2132>11>2049,2134>10>2133,2134>11>1790,2136>10>2135,2136>11>650,2137>10>2135,2137>11>631,2138>10>213'
  291. ..'5,2138>11>2127,2139>10>2135,2139>11>2147,2141>10>2140,2141>11>1790,2143>10>2142,2143>11>541,2144>10>2142,2144>11>590,2145>10>2142,2145>11>2032,2146>10>2142,2146>11>2046,2148>10>2147,2148>11>523,2150>10>2149,2150>11>1790,2152>10>2151,2152>11>1790,2154>10>2153,2154>11>1790,2157>10>2156,2157>11>2194,2158>10>2156,2158>11>2204,2160>10>2159,2160>11>2155,2166>10>2165,2166>11>2162,2167>10>2165,2167>11>2194,2168>10>2165,2168>11>2204,2169>10>2165,2169>11>2238,2171>10>2170,2171>11>1202,2175>10>2174,2175>11>2155,2176>10>2174,2176>11>2193,2177>10>2174,2177>11>2215,2179>10>2178,2179>11>2193,2181>10>2180,2181>11>2162,2182>10>2180,2182>11>2231,2183>10>2180,2183>11>2238,2186>10>2185,2186>11>742,2187>10>2185,2187>11>788,2188>10>2185,2188>11>2178,2189>10>2185,2189>11>2251,2191>10>2190,2191>11>2156,2192>10>2190,2192>11>2235,2201>10>2200,2201>11>1249,2207>10>2206,2207>11>2180,2208>10>2206,2208>11>2200,'
  292. ..'2209>10>2206,2209>11>1396,2210>10>2206,2210>11>2255,2212>10>2211,2212>11>1202,2213>10>2211,2213>11>1227,2214>10>2211,2214>11>2248,2216>10>2215,2216>11>2159,2217>10>2215,2217>11>2218,2219>10>2218,2219>11>2155,2220>10>2218,2220>11>2193,2222>10>2221,2222>11>2174,2223>10>2221,2223>11>2178,2224>10>2221,2224>11>2218,2225>10>2221,2225>11>2251,2227>10>2226,2227>11>742,2228>10>2226,2228>11>2178,2232>10>2231,2232>11>1396,2233>10>2231,2233>11>2200,2234>10>2231,2234>11>2255,2236>10>2235,2236>11>2194,2237>10>2235,2237>11>2204,2240>10>2239,2240>11>2155,2241>10>2239,2241>11>2215,2242>10>2239,2242>11>2248,2245>10>2244,2245>11>2156,2246>10>2244,2246>11>2235,2249>10>2248,2249>11>2170,2250>10>2248,2250>11>2159,2252>10>2251,2252>11>2193,2253>10>2251,2253>11>2226,2256>10>2255,2256>11>1249,2258>10>2257,2258>11>2162,2259>10>2257,2259>11>2194,2260>10>2257,2260>11>2204,2261>10>2257,2261>11>2238,2265>10>226'
  293. ..'4,2265>11>2267,2266>10>2264,2266>11>2263,2269>10>2268,2269>11>2270,2272>10>2271,2272>11>2270,2276>10>2275,2276>11>2274,2277>10>2275,2277>11>2273,2279>10>2278,2279>11>19,2280>10>2278,2280>11>41,2281>10>2278,2281>11>1414;2;n;2|1:2;n;1|2:3|3:4|4:5|5:6|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;p;1|2:3|3:4|4:5|5:13|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:19;3|8:16|9:17;3|8:18|9:19;p;1|2:3|3:4|4:5|5:20|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:25;p;1|2:3|3:4|4:5|5:26|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:28|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:29;p;1|2:3|3:4|4:5|5:30|6:7|7:8|3:4|3:4;n;3|8:9|9:31;p;1|2:3|3:4|4:5|5:32|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:33|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:34;p;1|2:3|3:4|4:5|5:35|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:40;3|8:39|9:40;p;1|2:3|3:4|4:5|5:41|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:42;p;1|2:3|3:4|4:5|5:43|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:44|6:'
  294. ..'21|7:22|3:4|3:4;n;4|1:23|8:24|9:45;p;1|2:3|3:4|4:5|5:46|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:47;p;1|2:3|3:4|4:5|5:48|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:49|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:50|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:53|6:14|7:8|3:4|3:4;n;3|8:9|9:52;p;1|2:3|3:4|4:5|5:54|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:55;p;1|2:3|3:4|4:5|5:56|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:57;3|8:9|9:57;3|8:11|9:51;p;1|2:3|3:4|4:5|5:58|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:59|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:60;p;1|2:3|3:4|4:5|5:61|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:62;p;1|2:3|3:4|4:5|5:63|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:64|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:65|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:66|6:14|7:8|3:4|3:4;n;3|8:9|9:52;p;1|2:3|3:4|4:5|5:67|6:7|7:8|3:4|3:4;n;3|8:11|9:68;3|8:9|9:10;3|8:11|9:68;3|8:9|9:10;p;1|2:3|3:4|'
  295. ..'4:5|5:69|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:70|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:71;p;1|2:3|3:4|4:5|5:72|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:16|9:17;p;1|2:3|3:4|4:5|5:74|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:75;p;1|2:3|3:4|4:5|5:76|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:77;p;1|2:3|3:4|4:5|5:78|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:79|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:81|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:82;p;1|2:3|3:4|4:5|5:83|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:84|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:85|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:86|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:87;p;1|2:3|3:4|4:5|5:88|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:89|6:7|7:8|3:4|3:4;n;3|8:11|9:12;p;1|2:3|3:4|4:5|5:90|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:91|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:92|6:7|7:36|3:4|3:4;n;3|8:39|9:40;p;1|2:3|3:4|4:5|5:93|6:7|7'
  296. ..':36|3:4|3:4;n;3|8:39|9:82;3|8:37|9:38;p;1|2:3|3:4|4:5|5:94|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:95|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:96|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:97|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:98|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:99|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:100|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:101|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:18|9:73;3|8:16|9:17;3|8:16|9:17;p;1|2:3|3:4|4:5|5:102|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:103|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:104|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:105|6:21|7:22|3:4|3:4;5|2:3|3:4|4:5|5:106|6:21|7:107|12:108|3:4|3:4;1|2:3|3:4|4:5|5:109|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:110|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:111|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;p;1|2:3|3:4|4:5|5:112|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:113;p;1|2:3|3:4|4:5|5:114|6:7|7:8|3'
  297. ..':4|3:4;n;3|8:11|9:12;3|8:9|9:31;3|8:9|9:31;3|8:11|9:12;p;1|2:3|3:4|4:5|5:115|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:116|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:68;3|8:9|9:10;3|8:11|9:68;p;1|2:3|3:4|4:5|5:117|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:118|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:16|9:119;p;1|2:3|3:4|4:5|5:120|6:14|7:8|3:4|3:4;n;3|8:9|9:121;3|8:9|9:121;p;1|2:3|3:4|4:5|5:122|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;p;1|2:3|3:4|4:5|5:123|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:124|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:125|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:126;p;1|2:3|3:4|4:5|5:127|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:128;p;1|2:3|3:4|4:5|5:129|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:130;p;1|2:3|3:4|4:5|5:131|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;p;1|2:3|3:4|4:5|5:132|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:133;p;1|2:3|3:4|4:5|5:134|6:21|7:27|3:4|3:4;1|2:3|3:'
  298. ..'4|4:5|5:135|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;p;1|2:3|3:4|4:5|5:136|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:137|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:138|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:139;p;1|2:3|3:4|4:5|5:140|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:141|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:142|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:143;p;1|2:3|3:4|4:5|5:144|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:145;p;1|2:3|3:4|4:5|5:146|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:147|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:148;p;1|2:3|3:4|4:5|5:149|6:7|7:8|3:4|3:4;n;3|8:9|9:10;p;1|2:3|3:4|4:5|5:150|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:151|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:152;p;1|2:3|3:4|4:5|5:153|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:154|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:155|6:14|7:15|3:4|3:4;n;3|8:18|9'
  299. ..':73;3|8:16|9:17;3|8:18|9:73;3|8:16|9:17;p;1|2:3|3:4|4:5|5:156|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:16|9:119;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:157|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:158|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;p;1|2:3|3:4|4:5|5:159|6:14|7:8|3:4|3:4;n;3|8:11|9:51;p;1|2:3|3:4|4:5|5:160|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:161|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:162;p;1|2:3|3:4|4:5|5:163|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;3|8:9|9:164;p;1|2:3|3:4|4:5|5:165|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:166|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:167;p;1|2:3|3:4|4:5|5:168|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:169|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:170;p;1|2:3|3:4|4:5|5:171|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:172;p;1|2:3|3:4|4:5|5:173|6:7|7:8|3:4|3:4;n;3|8:11|9:68;3|8:9|9:174;p;1|2:3|3:4|4:5|5:175|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:176;p'
  300. ..';1|2:3|3:4|4:5|5:177|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:178|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;p;1|2:3|3:4|4:5|5:179|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:180;p;1|2:3|3:4|4:5|5:181|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:182|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:183;p;1|2:3|3:4|4:5|5:184|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:185|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:186|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:16|9:17;3|8:18|9:73;p;1|2:3|3:4|4:5|5:187|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:188;p;1|2:3|3:4|4:5|5:189|6:14|7:15|3:4|3:4;n;3|8:18|9:71;3|8:16|9:17;3|8:18|9:71;3|8:16|9:17;p;1|2:3|3:4|4:5|5:190|6:7|7:8|3:4|3:4;n;3|8:9|9:31;p;1|2:3|3:4|4:5|5:191|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:192|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:40;p;1|2:3|3:4|4:5|5:193|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:194|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:195;p;1'
  301. ..'|2:3|3:4|4:5|5:196|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:197;p;1|2:3|3:4|4:5|5:198|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:199;p;1|2:3|3:4|4:5|5:200|6:14|7:8|3:4|3:4;n;3|8:11|9:51;p;1|2:3|3:4|4:5|5:201|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:202;p;1|2:3|3:4|4:5|5:203|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:204;p;1|2:3|3:4|4:5|5:205|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;3|8:18|9:55;p;1|2:3|3:4|4:5|5:206|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:207|6:14|7:15|3:4|3:4;n;3|8:18|9:55;p;1|2:3|3:4|4:5|5:208|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:11|9:12;3|8:9|9:31;3|8:9|9:31;p;1|2:3|3:4|4:5|5:209|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:39|9:80;3|8:37|9:38;p;1|2:3|3:4|4:5|5:210|6:7|7:8|3:4|3:4;n;3|8:9|9:211;3|8:11|9:12;3|8:9|9:211;3|8:11|9:12;p;1|2:3|3:4|4:5|5:212|6:21|7:213|3:4|3:4;1|2:3|3:4|4:5|5:214|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:215|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:216;p;1|2:3|3:4|4:5|5:217|6:7|7:8|3:'
  302. ..'4|3:4;n;3|8:9|9:31;3|8:11|9:12;p;1|2:3|3:4|4:5|5:218|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:219;p;1|2:3|3:4|4:5|5:220|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:221|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:222|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;3|8:18|9:55;p;1|2:3|3:4|4:5|5:223|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:224|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:225;p;1|2:3|3:4|4:5|5:226|6:14|7:15|3:4|3:4;n;3|8:18|9:73;p;1|2:3|3:4|4:5|5:227|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:228;p;1|2:3|3:4|4:5|5:229|6:7|7:8|3:4|3:4;n;3|8:9|9:10;p;1|2:3|3:4|4:5|5:230|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:231;p;1|2:3|3:4|4:5|5:232|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:17;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:233|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:234|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:235|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:236|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:'
  303. ..'16|9:17;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:237|6:7|7:36|3:4|3:4;n;3|8:37|9:238;3|8:39|9:80;3|8:37|9:238;p;1|2:3|3:4|4:5|5:239|6:7|7:36|3:4|3:4;n;3|8:39|9:40;3|8:37|9:38;3|8:37|9:38;p;1|2:3|3:4|4:5|5:240|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:241;p;1|2:3|3:4|4:5|5:242|6:7|7:8|3:4|3:4;n;3|8:11|9:12;p;1|2:3|3:4|4:5|5:243|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:244|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:245|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:246;p;1|2:3|3:4|4:5|5:247|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:248|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:249;p;1|2:3|3:4|4:5|5:250|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:11|9:12;p;1|2:3|4:5|13:3|5:251|6:21|7:252;1|2:3|3:4|4:5|5:253|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:254|6:21|7:213|3:4|3:4;1|2:3|3:4|4:5|5:255|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:257|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:258|6:21|7:22|3:4|3:4;n;4|1:23|8'
  304. ..':24|9:259;p;1|2:3|3:4|4:5|5:260|6:7|7:8|3:4|3:4;n;3|8:11|9:261;3|8:9|9:10;p;1|2:3|3:4|4:5|5:262|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:263|6:21|7:213|3:4|3:4;n;3|8:264|9:265;p;1|2:3|3:4|4:5|5:266|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:267;p;1|2:3|3:4|4:5|5:268|6:21|7:213|3:4|3:4;n;3|8:264|9:269;p;1|2:3|3:4|4:5|5:270|6:14|7:8|3:4|3:4;n;3|8:9|9:52;p;1|2:3|3:4|4:5|5:271|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:73;3|8:16|9:17;3|8:18|9:73;p;1|2:3|3:4|4:5|5:272|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:273|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:274|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:275|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:276|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:119;3|8:18|9:55;3|8:16|9:119;p;1|2:3|3:4|4:5|5:277|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:278|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:37|9:38;p;1|2:3|3:4|4:5|5:279|6:21|7:280|3:4|3:4;1|2:3|3:4|4:5|5:281|6:21|7:256|3:4|3:4;1|2:3|3:4'
  305. ..'|4:5|5:282|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:283|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:284|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:285|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:286|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:287|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;3|8:37|9:38;p;1|2:3|3:4|4:5|5:288|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:18|9:55;3|8:18|9:55;3|8:16|9:119;p;1|2:3|3:4|4:5|5:289|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:290|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;3|8:18|9:19;p;1|2:3|3:4|4:5|5:291|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:292|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:293|6:7|7:36|3:4|3:4;n;3|8:39|9:294;3|8:37|9:38;3|8:39|9:294;3|8:37|9:38;p;1|2:3|3:4|4:5|5:295|6:7|7:8|3:4|3:4;n;3|8:9|9:31;p;1|2:3|3:4|4:5|5:296|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:16|9:119;p;1|2:3|3:4|4:5|5:297|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:298|6:14|7:8|3:4|3:4;n;3|8:9|9:52;p;1|2:'
  306. ..'3|3:4|4:5|5:299|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:300;p;1|2:3|3:4|4:5|5:301|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:302;p;1|2:3|3:4|4:5|5:303|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:304|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:305;p;1|2:3|3:4|4:5|5:306|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:307|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:308|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:309;p;1|2:3|3:4|4:5|5:310|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:311;p;1|2:3|3:4|4:5|5:312|6:7|7:8|3:4|3:4;n;3|8:9|9:211;p;1|2:3|3:4|4:5|5:313|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:314;p;1|2:3|3:4|4:5|5:315|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:316;p;1|2:3|3:4|4:5|5:317|6:14|7:8|3:4|3:4;n;3|8:9|9:121;3|8:11|9:51;3|8:11|9:51;3|8:9|9:121;p;1|2:3|3:4|4:5|5:318|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:319|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:320;p;1|2:3|3:4|4:5|5:321|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17'
  307. ..';p;1|2:3|3:4|4:5|5:322|6:7|7:36|3:4|3:4;n;3|8:39|9:82;3|8:37|9:38;p;1|2:3|3:4|4:5|5:323|6:14|7:8|3:4|3:4;n;3|8:9|9:164;p;1|2:3|3:4|4:5|5:324|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:325;p;1|2:3|3:4|4:5|5:326|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:16|9:17;3|8:18|9:73;3|8:16|9:17;p;1|2:3|3:4|4:5|5:327|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:328|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:329|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:330|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:331;p;1|2:3|3:4|4:5|5:332|6:14|7:8|3:4|3:4;n;3|8:9|9:57;p;1|2:3|3:4|4:5|5:333|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:9|9:10;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:334|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:335;p;1|2:3|3:4|4:5|5:336|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:337|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:338;p;1|2:3|3:4|4:5|5:339|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:82;3|8:39|9:82;p'
  308. ..';1|2:3|3:4|4:5|5:340|6:14|7:15|3:4|3:4;n;3|8:16|9:119;p;1|2:3|3:4|4:5|5:341|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:342|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:343;p;1|2:3|3:4|4:5|5:344|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:345|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:346|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:347;p;1|2:3|3:4|4:5|5:348|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:349;p;1|2:3|3:4|4:5|5:350|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:351;p;1|2:3|3:4|4:5|5:352|6:7|7:8|3:4|3:4;n;3|8:9|9:31;p;1|2:3|3:4|4:5|5:353|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:354;p;1|2:3|3:4|4:5|5:355|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:356|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:16|9:119;p;1|2:3|3:4|4:5|5:357|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:31;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:358|6:14|7:15|3:4|3:4;n;3|8:18|9:55;p;1|2:3|3:4|4:5|5:359|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:360|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5'
  309. ..':361|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:362|6:7|7:36|3:4|3:4;n;3|8:39|9:40;p;1|2:3|3:4|4:5|5:363|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:364;p;1|2:3|3:4|4:5|5:365|6:7|7:8|3:4|3:4;n;3|8:11|9:12;p;1|2:3|3:4|4:5|5:366|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:367|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:368;p;1|2:3|3:4|4:5|5:369|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:370;p;1|2:3|3:4|4:5|5:371|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:372;p;1|2:3|3:4|4:5|5:373|6:14|7:15|3:4|3:4;n;3|8:18|9:19;p;1|2:3|3:4|4:5|5:374|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:375|6:7|7:8|3:4|3:4;n;3|8:11|9:12;p;1|2:3|3:4|4:5|5:376|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:377|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:378|6:14|7:15|3:4|3:4;n;3|8:18|9:73;p;1|2:3|3:4|4:5|5:379|6:14|7:8|3:4|3:4;n;3|8:11|9:51;p;1|2:3|3:4|4:5|5:380|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;p;1|2:3|3:4|4:5|5:381|6:7|7:8|3:4|3:4;n;3|8:11|9:68;3|8:9|9:10;p;1|2:3|3:4|4'
  310. ..':5|5:382|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:383;p;1|2:3|3:4|4:5|5:384|6:7|7:36|3:4|3:4;n;3|8:37|9:238;p;1|2:3|3:4|4:5|5:385|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:386|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:387|6:14|7:15|3:4|3:4;n;3|8:18|9:55;p;1|2:3|3:4|4:5|5:388|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:389|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:390|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:391|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:392;p;1|2:3|3:4|4:5|5:393|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:394|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:395;p;1|2:3|3:4|4:5|5:396|6:7|7:8|3:4|3:4;n;3|8:9|9:10;p;1|2:3|3:4|4:5|5:397|6:14|7:15|3:4|3:4;n;3|8:18|9:19;3|8:16|9:17;p;1|2:3|3:4|4:5|5:398|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:399|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:400|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:401|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:402|6:14|7:8|3:4|3:4;n;3|8:11'
  311. ..'|9:51;3|8:9|9:57;3|8:11|9:51;3|8:9|9:57;p;1|2:3|3:4|4:5|5:403|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:404|6:14|7:8|3:4|3:4;n;3|8:9|9:52;p;1|2:3|3:4|4:5|5:405|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:406;p;1|2:3|3:4|4:5|5:407|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;p;1|2:3|3:4|4:5|5:408|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:409;p;1|2:3|3:4|4:5|5:410|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:411|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:412;p;1|2:3|3:4|4:5|5:413|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:414;p;1|2:3|3:4|4:5|5:415|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:416|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:417;p;1|3:418|4:5|5:419|6:420|7:421|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:418|3:418;n;6|8:422|9:423;p;1|1:424|3:425|4:5|5:426|6:420|7:427|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3'
  312. ..':425|3:425;1|2:3|3:4|4:5|5:428|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:429|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:430|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:431|6:14|7:15|3:4|3:4;n;3|8:16|9:17;p;1|2:3|3:4|4:5|5:432|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:433|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:434|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:435|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:11|9:12;3|8:9|9:10;p;1|2:3|3:4|4:5|5:436|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:437|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:438|6:14|7:15|3:4|3:4;n;3|8:18|9:71;3|8:18|9:71;p;1|2:3|3:4|4:5|5:439|6:14|7:15|3:4|3:4;n;3|8:18|9:73;p;1|2:3|3:4|4:5|5:440|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:441|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:442|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:443|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:164;3|8:9|9:164;p;1|2:3|3:4|4:5|5:4'
  313. ..'44|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:445|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:446|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:447|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:448|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:438|6:14|7:15|3:4|3:4;n;3|8:18|9:71;3|8:16|9:17;3|8:16|9:17;3|8:18|9:71;p;1|2:3|3:4|4:5|5:443|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:164;3|8:9|9:164;p;1|2:3|3:4|4:5|5:449|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:431|6:14|7:15|3:4|3:4;n;3|8:16|9:17;p;1|2:3|3:4|4:5|5:450|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:434|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:433|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:450|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:451|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;3|8:18|9:73;p;1|2:3|3:4|4:5|5:449|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:452|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:453|6:7|7:8|3:4|3:4;n;3|8:11|9:261;3|8:11|9:261;p;1|2:3|3:4|4:5|5:444|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:454|6:14|7:8|3:4|3:4;1'
  314. ..'|2:3|3:4|4:5|5:452|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:455|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:429|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:448|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:442|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:430|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:447|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:432|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:445|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:441|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:437|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:9|9:31;p;1|2:3|3:4|4:5|5:446|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:428|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:436|6:7|7:8|3:4|3:4;n;3|8:11|9:68;3|8:9|9:10;3|8:9|9:10;3|8:11|9:68;p;1|2:3|3:4|4:5|5:435|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:11|9:12;3|8:9|9:10;p;1|2:3|3:4|4:5|5:440|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:453|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:261;3|8:11|9:261;p;1|2:3|3:4|4:5|5:439|6:14|7:15|3:4|3:4;n;3|8:18|9:7'
  315. ..'3;p;1|2:3|3:4|4:5|5:455|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:451|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:454|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:456;p;1|1:457|4:5|5:458|6:459|7:252|20:108;n;7|21:460|22:461|23:462|24:463|25:464;8|3:465|13:466|7:467|26:468|27:469|3:465|28:470|29:3|3:465|30:471|31:472|32:3|33:473|34:474;6|8:11|9:475;6|8:9|9:476;p;5|2:3|3:477|4:5|5:478|6:479|7:480|3:477|3:477;1|1:481|3:482|4:483|5:484|6:485|7:486|17:487|20:108|3:482|3:482;1|1:488|3:482|4:483|5:489|6:490|7:486|17:487|20:108|3:482|3:482;1|2:3|3:4|4:5|5:491|6:21|7:22|3:4|3:4;5|2:3|3:4|4:5|5:492|6:493|7:494|35:469|3:4|3:4;n;3|8:495|9:496;p;1|2:3|3:4|4:5|5:497|6:21|7:27|3:4|3:4;1|3:418|4:5|5:498|6:499|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:418|3:418;n;6|8:501|9:502;6|8:501|9:503;6|8:501|9:504;6'
  316. ..'|8:505|9:506;p;1|1:507|3:482|4:483|5:508|6:509|7:486|17:487|20:108|3:482|3:482;1|2:3|3:4|4:5|5:510|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:55;3|8:16|9:17;3|8:18|9:55;p;9|3:4|4:5|5:511|6:512|7:513|3:4|36:469|3:4|37:469;n;3|8:11|9:514;p;1|2:3|3:4|4:5|5:515|6:21|7:22|3:4|3:4;9|3:4|4:5|5:516|6:517|7:513|3:4|36:469|3:4|37:469;1|2:3|3:4|4:5|5:518|6:21|7:22|3:4|3:4;5|2:3|3:477|4:5|5:519|6:479|7:520|3:477|3:477;n;3|8:521|9:522;p;10|3:425|4:5|5:523|6:524|7:525|15:108|16:108|17:487|20:487|3:425|3:425;n;6|8:526|9:527;6|8:528|9:529;6|8:526|9:530;6|8:528|9:531;6|8:532|9:533;6|8:534|9:535;p;10|3:425|4:5|5:536|6:537|7:525|15:108|16:108|17:487|20:487|3:425|3:425;n;6|8:526|9:538;6|8:526|9:539;6|8:526|9:540;6|8:528|9:541;6|8:528|9:542;6|8:528|9:543;6|8:532|9:544;6|8:528|9:545;6|8:528|9:546;6|8:526|9:547;6|8:534|9:548;6|8:526|9:549;6|8:528|9:550;6|8:528|9:551;p;10|3:425|4:5|5:552|6:553|7:525|15:108|'
  317. ..'16:108|17:487|20:487|3:425|3:425;n;6|8:528|9:554;6|8:528|9:555;6|8:532|9:556;p;10|3:425|4:5|5:557|6:558|7:525|15:108|16:108|17:487|20:487|3:425|3:425;n;6|8:528|9:559;6|8:528|9:560;6|8:532|9:561;6|8:528|9:562;6|8:534|9:563;6|8:528|9:564;6|8:526|9:565;6|8:526|9:566;p;9|3:4|4:5|5:567|6:568|7:513|3:4|36:469|3:4|37:469;n;3|8:11|9:569;p;1|3:4|4:5|5:570|6:499|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:505|9:571;6|8:501|9:572;p;2|1:573;n;1|3:574|4:5|5:575|6:576|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:578|9:579;6|8:580|9:581;p;1|3:4|4:5|5:582|6:576|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:585;p;1|3:4|4:5|5:586|6:587|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:589;p;1|3:574|4:5|5:590|6:576|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|3:574|4:5|5:'
  318. ..'591|6:587|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:592;6|8:584|9:593;p;1|3:4|4:5|5:594|6:587|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:595;p;1|1:573|3:574|4:5|5:596|6:587|7:597|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:598|9:599;p;1|3:4|4:5|5:600|6:601|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:602;6|8:584|9:603;p;1|3:4|4:5|5:604|6:601|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:605;6|8:588|9:602;p;1|3:574|4:5|5:606|6:601|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:602;p;1|3:574|4:5|5:607|6:608|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:580|9:609;p;1|3:4|4:5|5:610|6:601|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|3:574|4:5|5:611|6:601|7:583|'
  319. ..'14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|3:4|4:5|5:612|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:614;p;1|3:4|4:5|5:615|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|1:616|4:5|5:617|6:618|7:619|20:108;n;7|22:620|23:462|24:463|25:464;8|3:621|13:466|7:622|26:623|27:469|3:621|28:624|29:625|3:621|30:471|31:626|32:3|33:627|34:628;8|1:629|3:630|13:631|7:632|26:623|27:469|38:3|3:630|28:624|3:630|30:471|31:633|32:3|33:634|34:635;p;1|4:5|5:636|6:637|7:638|20:108;n;7|22:639|39:640|23:641|25:464;6|8:642|9:643;p;1|3:574|4:5|5:644|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:645;6|8:584|9:646;p;1|3:4|4:5|5:647|6:648|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:649;6|8:588|9:650;p;1|4:5|5:651|6:568|7:638|20:108;n;7|22:639|39:640|23:641|25:464;'
  320. ..'p;1|1:652|4:5|5:653|6:517|7:619|20:108;n;7|22:620|23:462|24:463|25:464;8|3:621|13:466|7:622|26:623|27:469|3:621|28:624|29:625|3:621|30:471|31:626|32:3|33:627|34:628;8|1:629|3:630|13:631|7:632|26:623|27:469|38:3|3:630|28:624|3:630|30:471|31:633|32:3|33:634|34:635;p;1|3:574|4:5|5:654|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|3:4|4:5|5:655|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:656;6|8:588|9:657;p;1|3:574|4:5|5:658|6:648|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:578|9:659;p;1|3:574|4:5|5:660|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:661;6|8:584|9:662;p;1|3:4|4:5|5:663|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:664;p;1|1:573|3:574|4:5|5:665|6:420|7:597|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3'
  321. ..':574|3:574;n;6|8:666|9:667;p;1|3:574|4:5|5:668|6:499|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:584|9:669;p;1|3:4|4:5|5:670|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|3:574|4:5|5:671|6:420|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:578|9:672;p;1|3:4|4:5|5:673|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:674;p;1|3:574|4:5|5:675|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:584|9:676;p;1|3:4|4:5|5:677|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:678;6|8:584|9:679;p;1|4:5|5:680|6:681|7:638|20:108;n;7|22:639|39:640|23:641|25:464;p;1|4:5|5:682|6:618|7:638|20:108;n;7|22:639|39:640|23:641|25:464;p;1|3:574|4:5|5:683|6:613|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:580|9:'
  322. ..'684;6|8:578|9:659;p;1|3:4|4:5|5:685|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|3:4|4:5|5:686|6:608|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:687;p;1|3:4|4:5|5:688|6:608|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|3:574|4:5|5:689|6:608|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:690;6|8:584|9:691;p;1|3:574|4:5|5:692|6:608|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:693;p;1|3:4|4:5|5:694|6:601|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:695;6|8:584|9:696;p;1|3:574|4:5|5:697|6:608|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:578|9:698;6|8:580|9:699;p;1|1:573|3:574|4:5|5:700|6:587|7:597|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|3:574|4:5|5:697|6:608|7:577|14'
  323. ..':108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:578|9:701;p;1|3:574|4:5|5:702|6:576|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|3:4|4:5|5:703|6:587|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|3:4|4:5|5:704|6:576|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:705;6|8:588|9:706;p;1|3:4|4:5|5:707|6:587|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:708;6|8:588|9:709;p;1|3:574|4:5|5:710|6:587|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:580|9:711;6|8:578|9:712;p;1|3:574|4:5|5:713|6:587|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:714;p;1|1:715|4:5|5:716|6:637|7:619|20:108;n;7|22:620|23:462|24:463|25:464;8|1:629|3:630|13:466|7:632|26:623|27:469|38:3|3:630|28:624|3:630|30:471|31:633|32:3|33:634|34:635;8|3:621|'
  324. ..'13:466|7:622|26:623|27:469|3:621|28:624|29:625|3:621|30:471|31:626|32:3|33:627|34:628;p;1|1:573|3:574|4:5|5:717|6:420|7:597|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:718|9:719;p;1|3:574|4:5|5:720|6:613|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:588|9:721;p;1|1:722|4:5|5:723|6:724|7:619|20:108;n;7|22:620|23:462|24:463|25:464;8|3:621|13:466|7:622|26:623|27:469|3:621|28:624|29:625|3:621|30:471|31:626|32:3|33:627|34:628;8|1:629|3:630|13:631|7:632|26:623|27:469|38:3|3:630|28:624|3:630|30:471|31:633|32:3|33:634|34:635;p;1|3:4|4:5|5:725|6:499|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:726;6|8:584|9:727;p;1|3:574|4:5|5:728|6:420|7:577|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:578|9:729;p;1|3:574|4:5|5:730|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|'
  325. ..'3:4|4:5|5:731|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:588|9:661;6|8:584|9:732;p;1|3:574|4:5|5:733|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|3:4|4:5|5:734|6:420|7:583|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:584|9:735;6|8:588|9:736;p;p;1|3:574|4:5|5:737|6:420|7:738|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:739|9:740;6|8:741|9:742;p;1|3:574|4:5|5:743|6:499|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;1|3:4|4:5|5:744|6:499|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:501|9:745;6|8:505|9:746;p;2;n;10|3:747|4:5|5:748|6:749|7:750|15:108|16:108|17:108|18:108|19:108|20:108|3:747|3:747;n;11;p;10|4:5|5:751|6:752|7:753|15:108|16:108|17:108|18:108|19:108|20:108;10|3:747|4:5|5:754|6:755|7:750|15:108|16:108|17:108|18:108|19:108|20:108|3:'
  326. ..'747|3:747;n;11;p;10|4:5|5:756|6:757|7:753|15:108|16:108|17:108|18:108|19:108|20:108;10|4:5|5:758|6:755|7:753|15:108|16:108|17:108|18:108|19:108|20:108;10|3:747|4:5|5:759|6:752|7:750|15:108|16:108|17:108|18:108|19:108|20:108|3:747|3:747;n;11;p;10|4:5|5:760|6:749|7:753|15:108|16:108|17:108|18:108|19:108|20:108;10|3:747|4:5|5:761|6:757|7:750|15:108|16:108|17:108|18:108|19:108|20:108|3:747|3:747;n;11;p;1|1:762|3:574|4:5|5:763|6:499|7:764|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:765|9:766;6|8:767|9:768;p;12|1:769;p;1|3:425|4:5|5:770|6:771|7:772|17:487|3:425|3:425;n;6|8:739|9:773;6|8:741|9:774;6|8:775|9:776;3|8:777|9:778;p;1|1:779|3:574|4:5|5:780|6:499|7:781|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;13|40:782|41:783;14|1:784|42:3|43:785;14|1:786|43:787|44:788;14|1:789|43:790|44:791;14|1:792|42:3|45:793|43:794|44:795;14|1:796|43:797|44:3;14|1'
  327. ..':798|42:3|43:794|44:799;p;1|3:4|4:5|5:800|6:420|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:765|9:801;6|8:767|9:802;p;1|3:574|4:5|5:803|6:420|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:804|9:805;6|8:765|9:806;6|8:767|9:807;6|8:808|9:809;6|8:501|9:810;6|8:505|9:811;p;1|3:574|4:5|5:812|6:499|7:738|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:741|9:813;6|8:739|9:814;p;1|1:815|3:418|4:5|5:816|6:637|7:817|15:108|16:108|17:108|18:108|19:108|20:108|3:418|3:418;n;6|8:588|9:818;6|8:588|9:819;6|8:588|9:820;6|8:584|9:821;6|8:588|9:822;p;1|3:4|4:5|5:823|6:499|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;n;6|8:765|9:824;6|8:767|9:825;6|8:501|9:826;6|8:505|9:827;p;1|3:4|4:5|5:828|6:420|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|3:574|4:5|5:829|6:420|7:500|14:108|15:108|16:108|17:1'
  328. ..'08|18:108|19:108|20:108|3:574|3:574;n;6|8:765|9:830;6|8:767|9:831;6|8:505|9:832;p;1|3:425|4:5|5:833|6:517|7:772|15:487|3:425|3:425;n;6|8:739|9:834;p;1|1:835|4:5|5:836|6:618|7:252|20:108;n;7|21:837|22:838|23:462|24:463|25:464;8|3:465|13:466|7:839|26:468|27:469|3:465|28:840|29:3|3:465|30:471|31:841|32:3|33:473|34:474;p;1|3:842|4:5|13:843|5:844|6:517|7:845|17:487|20:108|3:842|3:842;n;6|8:846|9:847;6|8:739|9:848;3|8:264|9:849;p;1|3:425|4:5|5:850|6:517|7:772|17:487|3:425|3:425;n;3|8:777|9:851;p;1|4:5|5:852|6:853|7:854;n;4|1:855|8:856|9:857;3|8:858|9:859;6|8:860|9:861;p;1|3:425|4:5|5:862|6:853|7:845|17:487|3:425|3:425;n;4|1:23|8:863|9:864;4|1:23|8:863|9:865;4|1:855|8:863|9:866;6|8:739|9:867;6|8:264|9:868;6|8:741|9:869;3|8:846|9:870;p;1|3:425|4:5|5:871|6:517|7:845|17:487|3:425|3:425;n;4|1:23|8:863|9:872;4|1:23|8:863|9:873;4|1:23|8:863|9:874;4|1:855|8:863|9:875;6|8:264|9:876;p;1|3:425|4:5|'
  329. ..'5:877|6:878|7:879|15:487|20:108|3:425|3:425;n;6|8:777|9:880;6|8:777|9:881;6|8:775|9:882;6|8:777|9:883;6|8:739|9:884;p;1|1:885|3:886|4:483|5:887|6:853|7:888|3:886|3:886;n;15|46:889;16;12;p;1|1:890|3:418|4:5|13:3|5:891|6:853|7:892|35:469|15:487|20:108|3:418|3:418;n;6|8:893|9:894;p;1|4:5|5:895|6:853|7:854;n;4|1:855|8:896|9:897;6|8:860|9:898;p;1|3:425|4:5|5:899|6:878|7:879|17:487|20:108|3:425|3:425;n;6|8:777|9:900;6|8:777|9:901;p;1|1:902|3:418|4:5|5:903|6:568|7:817|15:108|16:108|17:108|18:108|19:108|20:108|3:418|3:418;n;6|8:588|9:904;6|8:588|9:905;6|8:588|9:906;6|8:584|9:907;6|8:588|9:908;p;1|3:418|4:5|5:909|6:853|7:910|3:418|3:418;n;4|1:23|8:911|9:912;4|1:23|8:913|9:914;6|8:775|9:915;p;1|3:4|4:5|5:916|6:420|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:4|3:4;1|3:425|4:5|5:917|6:517|7:845|15:487|3:425|3:425;n;4|1:23|8:918|9:919;4|1:23|8:918|9:920;4|1:23|8:918|9:921;4|1:855|8'
  330. ..':918|9:922;6|8:741|9:923;6|8:739|9:924;6|8:264|9:925;3|8:846|9:926;p;1|3:425|4:5|5:927|6:853|7:928|17:487|20:108|3:425|3:425;n;4|1:23|8:929|9:930;4|1:23|8:931|9:932;17|47:889|48:799;p;1|3:418|4:5|5:933|6:517|7:910|3:418|3:418;n;4|1:23|8:913|9:934;4|1:23|8:911|9:935;6|8:775|9:936;p;1|1:937|3:418|4:5|5:938|6:618|7:817|15:108|16:108|17:108|18:108|19:108|20:108|3:418|3:418;1|3:4|4:5|5:939|6:940|7:941|16:108|20:108|3:4|3:4;n;7|22:942|39:640|23:641|25:464;6|8:943|9:944;p;1|3:574|4:5|5:945|6:420|7:500|14:108|15:108|16:108|17:108|18:108|19:108|20:108|3:574|3:574;n;6|8:501|9:946;p;1|3:425|4:5|5:947|6:948|7:772|15:487|3:425|3:425;n;6|8:739|9:949;6|8:775|9:950;p;1|3:842|4:5|13:843|5:951|6:878|7:845|17:108|20:108|3:842|3:842;n;6|8:846|9:952;6|8:741|9:953;6|8:739|9:954;p;1|3:842|4:5|13:843|5:955|6:853|7:845|20:108|3:842|3:842;1|3:418|4:5|5:956|6:568|7:910|3:418|3:418;n;4|1:23|8:911|9:935;4|1:23'
  331. ..'|8:913|9:934;3|8:777|9:957;p;1|4:5|5:958|6:568|7:959;n;4|1:855|8:960|9:961;p;1|1:962|3:418|4:5|5:963|6:568|7:817|15:108|16:108|17:108|18:108|19:108|20:108|3:418|3:418;1|4:5|5:964|6:517|7:854;n;4|1:855|8:856|9:961;p;1|4:5|5:965|6:568|7:854;n;4|1:855|8:896|9:966;p;1|4:5|5:967|6:517|7:854;n;4|1:855|8:896|9:968;p;1|3:425|4:5|5:969|6:878|7:879|17:487|20:108|3:425|3:425;1|3:425|4:5|5:970|6:853|7:928|15:487|17:487|20:108|3:425|3:425;n;4|1:23|8:929|9:930;4|1:23|8:931|9:932;6|8:739|9:971;6|8:741|9:972;6|8:739|9:973;6|8:777|9:974;3|8:775|9:975;p;1|3:425|4:5|5:976|6:878|7:879|15:487|20:108|3:425|3:425;n;6|8:741|9:977;6|8:739|9:978;3|8:775|9:979;6|8:777|9:980;p;1|2:3|3:4|4:5|5:981|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:982|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:983|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:984|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:18|9:73;3|8:16|9:17'
  332. ..';3|8:16|9:17;p;1|2:3|3:4|4:5|5:985|6:7|7:8|3:4|3:4;n;3|8:9|9:10;p;1|2:3|3:4|4:5|5:986|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:987|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:988|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:989|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:990|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:991|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:992|6:14|7:15|3:4|3:4;n;3|8:16|9:17;p;1|2:3|3:4|4:5|5:993|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:994|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:995|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:996|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:9|9:10;p;1|2:3|3:4|4:5|5:997|6:14|7:8|3:4|3:4;n;3|8:9|9:164;3|8:11|9:51;p;1|2:3|3:4|4:5|5:998|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:39|9:80;3|8:37|9:999;3|8:37|9:999;p;1|2:3|3:4|4:5|5:1000|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:1001|6:14|7:8|3:4|3:4;n;3|8:9|9:164;3|8:11|9:51;3|8:9|9:164;p;1|2:3|3:4|4:5|5:1002|6:21|7:27|3:4|3:4;1|2:'
  333. ..'3|3:4|4:5|5:991|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:18|9:55;3|8:16|9:1003;p;1|2:3|3:4|4:5|5:987|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:982|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:989|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:983|6:14|7:8|3:4|3:4;n;3|8:9|9:52;p;1|2:3|3:4|4:5|5:981|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:1002|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:986|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:988|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:984|6:14|7:15|3:4|3:4;n;3|8:18|9:73;p;1|2:3|3:4|4:5|5:985|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:994|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:998|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:995|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1000|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:996|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:993|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:992|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:1001|6:14|7:8|3:4|3:4;n;3|8:9|9:164;3|'
  334. ..'8:11|9:51;3|8:9|9:164;p;1|2:3|3:4|4:5|5:997|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:164;3|8:11|9:51;p;1|2:3|3:4|4:5|5:990|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1004|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:1005|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:9|9:10;p;1|2:3|3:4|4:5|5:1006|6:14|7:15|3:4|3:4;n;3|8:16|9:119;p;1|2:3|3:4|4:5|5:1007|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1008|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:68;p;1|2:3|3:4|4:5|5:1009|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1010|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1011|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:1012|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1013|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1014|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:1015|6:14|7:15|3:4|3:4;n;3|8:16|9:1003;3|8:18|9:55;3|8:16|9:1003;p;1|2:3|3:4|4:5|5:1016|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:1017|6:14|7:8|3:4|3:'
  335. ..'4;n;3|8:9|9:164;3|8:11|9:51;3|8:9|9:164;3|8:11|9:51;p;1|2:3|3:4|4:5|5:1018|6:7|7:36|3:4|3:4;n;3|8:37|9:999;3|8:37|9:999;p;1|2:3|3:4|4:5|5:1019|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1020|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:1021|6:14|7:8|3:4|3:4;n;3|8:9|9:164;3|8:11|9:1022;3|8:11|9:1022;p;1|2:3|3:4|4:5|5:1005|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;p;1|2:3|3:4|4:5|5:1007|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1019|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1004|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:1013|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1023|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1006|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:18|9:55;3|8:18|9:55;p;1|2:3|3:4|4:5|5:1009|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1024|6:14|7:8|3:4|3:4;n;3|8:11|9:456;3|8:11|9:456;3|8:9|9:164;3|8:9|9:164;p;1|2:3|3:4|4:5|5:1025|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1026|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:'
  336. ..'1012|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1014|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:1027|6:7|7:8|3:4|3:4;n;3|8:11|9:261;3|8:9|9:10;3|8:11|9:261;p;1|2:3|3:4|4:5|5:1028|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1029|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1030|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1031|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:1015|6:14|7:15|3:4|3:4;n;3|8:16|9:1003;3|8:18|9:55;3|8:16|9:1003;p;1|2:3|3:4|4:5|5:1032|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1021|6:14|7:8|3:4|3:4;n;3|8:9|9:164;3|8:11|9:1022;3|8:11|9:1022;p;1|2:3|3:4|4:5|5:1018|6:7|7:36|3:4|3:4;n;3|8:37|9:999;p;1|2:3|3:4|4:5|5:1011|6:14|7:8|3:4|3:4;n;3|8:11|9:1022;3|8:11|9:1022;3|8:9|9:164;p;1|2:3|3:4|4:5|5:1025|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1032|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1028|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1010|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1017|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5'
  337. ..':1029|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1024|6:14|7:8|3:4|3:4;n;3|8:11|9:456;3|8:11|9:456;3|8:9|9:164;3|8:9|9:164;p;1|2:3|3:4|4:5|5:1031|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:1026|6:7|7:36|3:4|3:4;n;3|8:37|9:238;3|8:39|9:80;3|8:37|9:238;3|8:39|9:80;p;1|2:3|3:4|4:5|5:1008|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:68;3|8:9|9:10;p;1|2:3|3:4|4:5|5:1030|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1020|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:1027|6:7|7:8|3:4|3:4;n;3|8:11|9:261;3|8:9|9:10;3|8:11|9:261;p;1|2:3|3:4|4:5|5:1016|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:1023|6:21|7:22|3:4|3:4;5|2:3|3:4|4:5|5:1033|6:21|7:1034|12:108|3:4|3:4;n;3|8:1035|9:1036;3|8:1035|9:1036;p;1|2:3|3:4|4:5|5:1037|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:9|9:10;p;1|2:3|3:4|4:5|5:56|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:57;p;1|2:3|3:4|4:5|5:1038|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:53|6:14|7:8|3:4|3:4;'
  338. ..'1|2:3|3:4|4:5|5:50|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:49|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:46|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:47;p;1|2:3|3:4|4:5|5:54|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:44|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:45;p;1|2:3|3:4|4:5|5:48|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:43|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:30|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:28|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:29;p;1|2:3|3:4|4:5|5:26|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:20|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:25;p;1|2:3|3:4|4:5|5:13|6:14|7:15|3:4|3:4;n;3|8:18|9:19;3|8:16|9:17;3|8:18|9:19;p;1|2:3|3:4|4:5|5:58|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:33|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:34;p;1|2:3|3:4|4:5|5:59|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:60;p;1|2:3|3:4|4:5|5:67|6:7|7:8|3:4|3:4;n;3|8:11|9:68;3|8:11|9:68;3|8:9|9:10;p;1|2:3|3:4|4:5|5:6|6:7|7:8|3'
  339. ..':4|3:4;n;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:69|6:7|7:36|3:4|3:4;n;3|8:39|9:40;3|8:39|9:40;p;1|2:3|3:4|4:5|5:70|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:65|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:41|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:42;p;1|2:3|3:4|4:5|5:63|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;p;1|2:3|3:4|4:5|5:66|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;p;1|2:3|3:4|4:5|5:32|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:35|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:61|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:62;p;1|2:3|3:4|4:5|5:64|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:93|6:7|7:36|3:4|3:4;n;3|8:39|9:82;3|8:37|9:38;p;1|2:3|3:4|4:5|5:95|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:97|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:98|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:99|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:76|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:77;p;1|2:3|3:4|4:5|5:78|6:21|7'
  340. ..':27|3:4|3:4;1|2:3|3:4|4:5|5:72|6:14|7:15|3:4|3:4;n;3|8:16|9:17;p;1|2:3|3:4|4:5|5:81|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:82;p;1|2:3|3:4|4:5|5:86|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:87;p;1|2:3|3:4|4:5|5:91|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:96|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:79|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:100|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:74|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:75;p;1|2:3|3:4|4:5|5:83|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:211;3|8:9|9:211;3|8:11|9:12;p;1|2:3|3:4|4:5|5:84|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:88|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:85|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:92|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:40;3|8:39|9:40;3|8:37|9:38;p;1|2:3|3:4|4:5|5:94|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:90|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:89|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3'
  341. ..'|8:9|9:10;3|8:9|9:10;p;1|2:3|3:4|4:5|5:118|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:16|9:119;p;1|2:3|3:4|4:5|5:104|6:14|7:8|3:4|3:4;n;3|8:9|9:164;p;1|2:3|3:4|4:5|5:105|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:109|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:111|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;3|8:37|9:38;p;1|2:3|3:4|4:5|5:102|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:114|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:115|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:101|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:16|9:17;3|8:18|9:73;3|8:16|9:17;p;1|2:3|3:4|4:5|5:112|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:113;p;1|2:3|3:4|4:5|5:116|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:68;p;1|2:3|3:4|4:5|5:120|6:14|7:8|3:4|3:4;n;3|8:9|9:121;3|8:11|9:51;3|8:9|9:121;3|8:11|9:51;p;18|1:1039|3:1040|4:1041|3:1040|3:1040|49:1042;n;19|50:1043|51:1044;p;1|2:3|3:4|4:5|5:122|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;p;1|2:3|3:4|4:'
  342. ..'5|5:110|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:40;3|8:39|9:40;p;1|2:3|3:4|4:5|5:123|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:124|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:103|6:21|7:22|3:4|3:4;5|2:3|3:4|4:5|5:106|6:21|7:107|12:108|3:4|3:4;1|2:3|3:4|4:5|5:125|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:126;p;1|2:3|3:4|4:5|5:117|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:37|9:238;3|8:39|9:80;p;1|2:3|3:4|4:5|5:131|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;p;1|2:3|3:4|4:5|5:134|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:135|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;p;1|2:3|3:4|4:5|5:155|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:16|9:17;3|8:18|9:73;3|8:16|9:17;p;1|2:3|3:4|4:5|5:132|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:133;p;1|2:3|3:4|4:5|5:136|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:147|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:148;p;1|2:3|3:4|4:5|5:140|6:7|7:36|3:4|3:4;n;3|8:39|9:80'
  343. ..';p;1|2:3|3:4|4:5|5:137|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:138|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:139;p;1|2:3|3:4|4:5|5:146|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:141|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:149|6:7|7:8|3:4|3:4;n;3|8:9|9:10;p;1|2:3|3:4|4:5|5:150|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:153|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:142|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:143;p;1|2:3|3:4|4:5|5:144|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:145;p;1|2:3|3:4|4:5|5:151|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:152;p;1|2:3|3:4|4:5|5:154|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:129|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:130;p;1|2:3|3:4|4:5|5:127|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:128;p;1|2:3|3:4|4:5|5:168|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:169|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:170;p;1|2:3|3:4|4:5|5:171|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:172;p;1|2:3|3:4|4'
  344. ..':5|5:157|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:159|6:14|7:8|3:4|3:4;n;3|8:11|9:51;p;1|2:3|3:4|4:5|5:161|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:162;p;1|2:3|3:4|4:5|5:173|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:175|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:176;p;1|2:3|3:4|4:5|5:158|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:37|9:38;3|8:39|9:80;3|8:37|9:38;p;1|2:3|3:4|4:5|5:160|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:163|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;3|8:9|9:164;p;1|2:3|3:4|4:5|5:177|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:178|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:165|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:166|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:167;p;1|2:3|3:4|4:5|5:156|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:16|9:119;p;1|2:3|3:4|4:5|5:185|6:14|7:8|3:4|3:4;n;3|8:9|9:164;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:186|6:14|7:15|3:4|3:4;n;3|8:18|9:73;p;1|2:3|3:4|4:5|5:189|6:14|7:15|3:4'
  345. ..'|3:4;n;3|8:18|9:71;3|8:16|9:17;3|8:18|9:71;3|8:16|9:17;p;1|2:3|3:4|4:5|5:187|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:188;p;1|2:3|3:4|4:5|5:179|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:180;p;1|2:3|3:4|4:5|5:184|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:190|6:7|7:8|3:4|3:4;n;3|8:9|9:31;p;1|2:3|3:4|4:5|5:181|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:182|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:183;p;1|2:3|3:4|4:5|5:191|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:192|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:198|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:199;p;1|2:3|3:4|4:5|5:201|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:202;p;1|2:3|3:4|4:5|5:205|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;3|8:18|9:55;3|8:18|9:55;p;1|2:3|4:5|5:1045|6:21|7:1046;1|2:3|3:4|4:5|5:196|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:197;p;1|2:3|3:4|4:5|5:193|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;3|8:9|9:164;3|8:9|9:164;p;'
  346. ..'1|2:3|3:4|4:5|5:200|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;p;1|2:3|3:4|4:5|5:203|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:204;p;1|2:3|3:4|4:5|5:206|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:207|6:14|7:15|3:4|3:4;n;3|8:18|9:55;p;1|2:3|3:4|4:5|5:208|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:194|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:195;p;1|2:3|3:4|4:5|5:209|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:210|6:7|7:8|3:4|3:4;n;3|8:9|9:211;3|8:9|9:211;3|8:11|9:12;p;1|2:3|3:4|4:5|5:223|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:226|6:14|7:15|3:4|3:4;n;3|8:18|9:73;p;1|2:3|3:4|4:5|5:218|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:219;p;1|2:3|3:4|4:5|5:227|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:228;p;1|2:3|4:5|5:1047|6:21|7:1046|20:1048;n;16;20|8:1049|9:1050;p;1|2:3|3:4|4:5|5:220|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:229|6:7|7:8|3:4|3:4;n;3|8:9|9:10;p;1|2:3|3:4|4:5|5:224|6:21'
  347. ..'|7:22|3:4|3:4;n;4|1:23|8:24|9:225;p;1|2:3|3:4|4:5|5:230|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:231;p;1|2:3|3:4|4:5|5:212|6:21|7:213|3:4|3:4;1|2:3|3:4|4:5|5:214|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:215|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:216;p;1|2:3|3:4|4:5|5:217|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:31;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:222|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:16|9:17;p;1|2:3|3:4|4:5|5:221|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:232|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:55;p;1|2:3|3:4|4:5|5:233|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:235|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:234|6:7|7:36|3:4|3:4;n;3|8:39|9:40;p;1|2:3|3:4|4:5|5:236|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:239|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:240|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:241;p;1|2:3|3:4|4:5|5:242|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:237|6:7|7:36|3:4|3:4;n;3|'
  348. ..'8:37|9:238;3|8:39|9:80;3|8:37|9:238;3|8:39|9:80;p;1|2:3|3:4|4:5|5:243|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:245|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:246;p;1|2:3|3:4|4:5|5:244|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:247|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:248|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:249;p;1|2:3|3:4|4:5|5:250|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:31;3|8:9|9:31;3|8:11|9:12;p;1|2:3|4:5|5:1051|6:21|7:1052;n;4|1:23|8:1053|9:1054;4|1:23|8:1053|9:1055;4|1:23|8:1053|9:1056;4|1:23|8:1053|9:1057;4|1:23|8:1053|9:1054;4|1:23|8:1053|9:1057;4|1:23|8:1053|9:1058;4|1:23|8:1053|9:1059;4|1:23|8:1053|9:1056;4|1:23|8:1053|9:1060;4|1:23|8:1053|9:1061;4|1:23|8:1053|9:1059;4|1:23|8:1053|9:1061;4|1:23|8:1053|9:1055;4|1:23|8:1053|9:1060;4|1:23|8:1053|9:1058;4|1:23|8:1053|9:1062;4|1:23|8:1053|9:1063;4|1:23|8:1053|9:1064;4|1:23|8:1053|9:106'
  349. ..'5;4|1:23|8:1053|9:1066;4|1:23|8:1053|9:1067;4|1:23|8:1053|9:1068;4|1:23|8:1053|9:1068;4|1:23|8:1053|9:1069;4|1:23|8:1053|9:1065;4|1:23|8:1053|9:1069;4|1:23|8:1053|9:1067;4|1:23|8:1053|9:1064;4|1:23|8:1053|9:1063;4|1:23|8:1053|9:1066;4|1:23|8:1053|9:1062;4|1:23|8:1053|9:1070;4|1:23|8:1053|9:1071;4|1:23|8:1053|9:1072;4|1:23|8:1053|9:1073;4|1:23|8:1053|9:1074;4|1:23|8:1053|9:1075;4|1:23|8:1053|9:1076;4|1:23|8:1053|9:1077;4|1:23|8:1053|9:1074;4|1:23|8:1053|9:1070;4|1:23|8:1053|9:1071;4|1:23|8:1053|9:1075;4|1:23|8:1053|9:1072;4|1:23|8:1053|9:1073;4|1:23|8:1053|9:1076;4|1:23|8:1053|9:1077;4|1:23|8:1053|9:1078;4|1:23|8:1053|9:1079;4|1:23|8:1053|9:1080;4|1:23|8:1053|9:1081;4|1:23|8:1053|9:1082;4|1:23|8:1053|9:1083;4|1:23|8:1053|9:1083;4|1:23|8:1053|9:1081;4|1:23|8:1053|9:1078;4|1:23|8:1053|9:1079;4|1:23|8:1053|9:1080;4|1:23|8:1053|9:1082;3|8:1084|9:1085;3|8:1084|9:1086;3|8:1084|9:1087;3|8:'
  350. ..'1084|9:1086;3|8:1084|9:1085;p;1|2:3|3:4|4:5|5:254|6:21|7:213|3:4|3:4;1|2:3|4:5|13:3|5:251|6:21|7:252;1|2:3|3:4|4:5|5:253|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:255|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:257|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:263|6:21|7:213|3:4|3:4;1|2:3|3:4|4:5|5:258|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:259;p;1|2:3|3:4|4:5|5:266|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:267;p;1|2:3|3:4|4:5|5:268|6:21|7:213|3:4|3:4;n;3|8:264|9:269;p;1|2:3|3:4|4:5|5:260|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:262|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:285|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:287|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:37|9:38;p;1|2:3|3:4|4:5|5:286|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:277|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:284|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:272|6:7|7:36|3:4|3:4;n;3|8:39|9:80;p;1|2:3|3:4|4:5|5:275|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:281|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|'
  351. ..'5:276|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:119;p;1|2:3|3:4|4:5|5:279|6:21|7:280|3:4|3:4;1|2:3|3:4|4:5|5:270|6:14|7:8|3:4|3:4;n;3|8:9|9:52;p;1|2:3|3:4|4:5|5:282|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:278|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:37|9:38;p;1|2:3|3:4|4:5|5:283|6:14|7:8|3:4|3:4;n;3|8:11|9:1022;p;1|2:3|3:4|4:5|5:273|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:271|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:274|6:21|7:256|3:4|3:4;1|2:3|3:4|4:5|5:295|6:7|7:8|3:4|3:4;n;3|8:9|9:31;p;1|2:3|3:4|4:5|5:290|6:14|7:15|3:4|3:4;n;3|8:18|9:19;p;1|2:3|3:4|4:5|5:296|6:14|7:15|3:4|3:4;n;3|8:16|9:119;p;1|2:3|3:4|4:5|5:289|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:288|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:18|9:55;3|8:18|9:55;3|8:16|9:119;p;1|2:3|3:4|4:5|5:297|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:299|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:300;p;1|2:3|3:4|4:5|5:301|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:302;p;1|'
  352. ..'2:3|3:4|4:5|5:293|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:303|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:304|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:305;p;1|2:3|3:4|4:5|5:306|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:298|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:9|9:52;p;1|2:3|3:4|4:5|5:307|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:308|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:309;p;1|2:3|3:4|4:5|5:310|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:311;p;1|2:3|3:4|4:5|5:291|6:7|7:36|3:4|3:4;n;3|8:37|9:38;p;1|2:3|3:4|4:5|5:292|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:333|6:7|7:8|3:4|3:4;n;3|8:11|9:12;p;1|2:3|3:4|4:5|5:334|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:335;p;1|2:3|3:4|4:5|5:328|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:336|6:7|7:36|3:4|3:4;n;3|8:37|9:238;3|8:39|9:80;3|8:37|9:238;p;1|2:3|3:4|4:5|5:337|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:338;p;1|2:3|3:4|4:5|5:323|6:14|7:8|3:4|3:'
  353. ..'4;1|2:3|3:4|4:5|5:312|6:7|7:8|3:4|3:4;n;3|8:9|9:211;3|8:11|9:12;3|8:9|9:211;p;1|2:3|3:4|4:5|5:313|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:314;p;1|2:3|3:4|4:5|5:315|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:316;p;1|2:3|3:4|4:5|5:319|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:320;p;1|2:3|3:4|4:5|5:321|6:14|7:15|3:4|3:4;n;3|8:16|9:17;3|8:18|9:71;3|8:16|9:17;3|8:18|9:71;p;1|2:3|3:4|4:5|5:322|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:326|6:14|7:15|3:4|3:4;n;3|8:18|9:73;3|8:16|9:17;3|8:18|9:73;3|8:16|9:17;p;1|2:3|3:4|4:5|5:327|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:317|6:14|7:8|3:4|3:4;n;3|8:11|9:51;p;1|2:3|3:4|4:5|5:318|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:31;p;1|2:3|3:4|4:5|5:324|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:325;p;1|2:3|3:4|4:5|5:330|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:331;p;1|2:3|3:4|4:5|5:329|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:332|6:14|7:8|3:4|3:4;n;3|8:9|9:57;3|8:11'
  354. ..'|9:51;p;1|2:3|3:4|4:5|5:353|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:354;p;1|2:3|3:4|4:5|5:355|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:357|6:7|7:8|3:4|3:4;n;3|8:9|9:31;p;1|2:3|3:4|4:5|5:344|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:358|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:17;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:359|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:294;p;1|2:3|3:4|4:5|5:345|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:356|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:16|9:119;3|8:18|9:55;3|8:18|9:55;p;1|2:3|3:4|4:5|5:352|6:7|7:8|3:4|3:4;1|2:3|3:4|4:5|5:360|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:361|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:341|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:362|6:7|7:36|3:4|3:4;n;3|8:39|9:40;3|8:37|9:38;3|8:39|9:40;3|8:37|9:38;p;1|2:3|3:4|4:5|5:339|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:82;3|8:39|9:82;p;1|2:3|3:4|4:5|5:342|6:'
  355. ..'21|7:22|3:4|3:4;n;4|1:23|8:24|9:343;p;1|2:3|3:4|4:5|5:340|6:14|7:15|3:4|3:4;n;3|8:16|9:119;p;1|2:3|3:4|4:5|5:348|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:349;p;1|2:3|3:4|4:5|5:350|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:351;p;1|2:3|3:4|4:5|5:346|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:347;p;1|2:3|3:4|4:5|5:386|6:14|7:15|3:4|3:4;n;3|8:18|9:71;3|8:16|9:17;3|8:18|9:71;p;1|2:3|3:4|4:5|5:369|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:370;p;1|2:3|3:4|4:5|5:373|6:14|7:15|3:4|3:4;n;3|8:18|9:19;p;1|2:3|3:4|4:5|5:385|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:387|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:375|6:7|7:8|3:4|3:4;n;3|8:11|9:12;p;1|2:3|3:4|4:5|5:382|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:383;p;1|2:3|3:4|4:5|5:367|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:368;p;1|2:3|3:4|4:5|5:384|6:7|7:36|3:4|3:4;n;3|8:37|9:238;3|8:39|9:80;3|8:37|9:238;3|8:39|9:80;p;1|2:3|3:4|4:5|5:365|6:7|7:8|3:4|3:4;n;3|8:11|9:12;p;1|2:3|3:4|4:5|5:376|6:21|7:27|3:4|3:4;1'
  356. ..'|2:3|3:4|4:5|5:371|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:372;p;1|2:3|3:4|4:5|5:363|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:364;p;1|2:3|3:4|4:5|5:374|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:37|9:38;3|8:39|9:40;3|8:39|9:40;p;1|2:3|3:4|4:5|5:378|6:14|7:15|3:4|3:4;n;3|8:16|9:119;3|8:18|9:73;3|8:16|9:119;3|8:18|9:73;p;1|2:3|3:4|4:5|5:377|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:366|6:14|7:8|3:4|3:4;1|2:3|3:4|4:5|5:379|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:380|6:7|7:8|3:4|3:4;n;3|8:9|9:31;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:381|6:7|7:8|3:4|3:4;n;3|8:11|9:68;3|8:9|9:10;p;1|2:3|3:4|4:5|5:403|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:391|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:392;p;1|2:3|3:4|4:5|5:393|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:397|6:14|7:15|3:4|3:4;n;3|8:18|9:19;3|8:16|9:17;p;1|2:3|3:4|4:5|5:389|6:7|7:8|3:4|3:4;n;3|8:9'
  357. ..'|9:10;3|8:11|9:12;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:390|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:396|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:9|9:10;p;1|2:3|3:4|4:5|5:399|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:31;3|8:9|9:31;p;1|2:3|3:4|4:5|5:388|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:400|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:401|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:402|6:14|7:8|3:4|3:4;n;3|8:9|9:57;3|8:9|9:57;p;1|2:3|3:4|4:5|5:394|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:395;p;1|2:3|3:4|4:5|5:398|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:404|6:14|7:8|3:4|3:4;n;3|8:11|9:1022;3|8:9|9:52;3|8:11|9:1022;3|8:9|9:52;p;1|2:3|3:4|4:5|5:411|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:412;p;1|2:3|3:4|4:5|5:410|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:413|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:414;p;1|2:3|3:4|4:5|5:415|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;3|8:9'
  358. ..'|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:407|6:14|7:15|3:4|3:4;n;3|8:16|9:17;p;1|2:3|3:4|4:5|5:416|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:417;p;1|2:3|3:4|4:5|5:408|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:409;p;1|2:3|3:4|4:5|5:405|6:21|7:22|3:4|3:4;n;4|1:23|8:24|9:406;p;1|2:3|3:4|4:5|5:1088|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:1089|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:1090|6:14|7:8|3:4|3:4;n;3|8:9|9:164;p;1|2:3|3:4|4:5|5:1091|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1092|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:1093|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1094|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1095|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:10;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:1096|6:14|7:8|3:4|3:4;n;3|8:11|9:456;p;1|2:3|3:4|4:5|5:1097|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1098|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1099|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;3|8:11|9:51;p;1|2:3|3:4|4:5|5:1100|6:14|7:8|'
  359. ..'3:4|3:4;n;3|8:11|9:51;p;1|2:3|3:4|4:5|5:1037|6:7|7:8|3:4|3:4;n;3|8:9|9:10;3|8:11|9:12;3|8:9|9:10;p;1|2:3|3:4|4:5|5:515|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1101|6:14|7:15|3:4|3:4;n;3|8:16|9:1003;3|8:16|9:1003;3|8:18|9:73;3|8:18|9:73;p;1|2:3|3:4|4:5|5:1102|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:1103|6:14|7:15|3:4|3:4;1|2:3|3:4|4:5|5:1104|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:1105|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:497|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1106|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1107|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:491|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1108|6:7|7:8|3:4|3:4;n;3|8:11|9:261;p;1|2:3|3:4|4:5|5:518|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1105|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1104|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:1091|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1109|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;3|8:37|9:38;3|8:39|9:80;p;1|2:3|3:4|4:5|5:1096|6:14|7:'
  360. ..'8|3:4|3:4;n;3|8:11|9:456;3|8:11|9:456;3|8:9|9:164;p;1|2:3|3:4|4:5|5:1088|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:1099|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:1103|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:17;3|8:18|9:55;3|8:16|9:17;p;1|2:3|3:4|4:5|5:1101|6:14|7:15|3:4|3:4;n;3|8:16|9:1003;3|8:18|9:73;p;1|2:3|3:4|4:5|5:1094|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1106|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1109|6:7|7:36|3:4|3:4;n;3|8:37|9:38;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:1089|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:11|9:12;p;1|2:3|3:4|4:5|5:1092|6:7|7:36|3:4|3:4;1|2:3|3:4|4:5|5:1090|6:14|7:8|3:4|3:4;n;3|8:9|9:164;3|8:9|9:164;3|8:11|9:51;p;1|2:3|3:4|4:5|5:1097|6:21|7:22|3:4|3:4;1|2:3|3:4|4:5|5:1102|6:7|7:36|3:4|3:4;n;3|8:39|9:80;3|8:39|9:80;p;1|2:3|3:4|4:5|5:1093|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:510|6:14|7:15|3:4|3:4;n;3|8:18|9:55;3|8:16|9:17;p;1|2'
  361. ..':3|3:4|4:5|5:1100|6:14|7:8|3:4|3:4;n;3|8:11|9:51;3|8:9|9:52;p;1|2:3|3:4|4:5|5:1107|6:21|7:27|3:4|3:4;1|2:3|3:4|4:5|5:1108|6:7|7:8|3:4|3:4;n;3|8:11|9:261;p;1|2:3|3:4|4:5|5:1095|6:7|7:8|3:4|3:4;n;3|8:11|9:12;3|8:9|9:10;3|8:9|9:10;3|8:11|9:12;p;1|2:3|3:4|4:5|5:1098|6:21|7:27|3:4|3:4;5|2:3|3:4|4:5|5:1110|6:1111|7:494|35:469|3:4|3:4;5|2:3|3:477|4:5|5:1112|6:1113|7:480|3:477|3:477;n;3|8:1114|9:1115;3|8:1116|9:1117;p;5|2:3|3:477|4:5|5:1118|6:1113|7:520|3:477|3:477;5|2:3|3:477|4:5|5:1119|6:1120|7:520|3:477|3:477;n;3|8:521|9:1121;p;5|2:3|3:477|4:5|5:1122|6:1120|7:480|3:477|3:477;5|2:3|3:4|4:5|5:1123|6:1124|7:494|35:469|3:4|3:4;n;3|8:495|9:1125;p;5|2:3|3:477|4:5|5:1126|6:1127|7:520|3:477|3:477;5|2:3|3:4|4:5|5:1128|6:1129|7:494|35:469|3:4|3:4;5|2:3|3:477|4:5|5:1130|6:1127|7:480|3:477|3:477;n;3|8:1116|9:1131;3|8:1114|9:1132;p;1|2:3|3:4|4:5|5:1038|6:14|7:8|3:4|3:4;n;3|8:9|9:52;3|8:11|9:51;3|8:1'
  362. ..'1|9:51;p;p;1|1:1133|2:3|3:1134|5:1135|6:1136|7:1137|20:1138|3:1134|3:1134;n;12|1:1139;p;p;')
  363. for _,Object in pairs(Objects) do
  364. Object.Parent = script and script.Parent==workspace and script or workspace
  365. end
  366. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement