main.tscn 104 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. [gd_scene load_steps=29 format=2]
  2. [ext_resource path="res://Login.gd" type="Script" id=1]
  3. [ext_resource path="res://envarg.gd" type="Script" id=2]
  4. [ext_resource path="res://Database.gd" type="Script" id=3]
  5. [ext_resource path="res://x509gen.gd" type="Script" id=4]
  6. [ext_resource path="res://BrowserListClient.gd" type="Script" id=5]
  7. [ext_resource path="res://loginnetcode.gd" type="Script" id=6]
  8. [ext_resource path="res://BrowseColumn.tscn" type="PackedScene" id=7]
  9. [ext_resource path="res://tiles/tile32bc.tres" type="TileSet" id=8]
  10. [ext_resource path="res://icon.png" type="Texture" id=9]
  11. [ext_resource path="res://art/Untitledcxz.png" type="Texture" id=10]
  12. [ext_resource path="res://Textures.gd" type="Script" id=11]
  13. [ext_resource path="res://Levelselect.gd" type="Script" id=12]
  14. [ext_resource path="res://Enemy.tscn" type="PackedScene" id=13]
  15. [ext_resource path="res://tiles/basicimage.tres" type="Material" id=14]
  16. [ext_resource path="res://art/Medieval_Castle_Asset_Pack/Background/layers71.png" type="Texture" id=15]
  17. [ext_resource path="res://art/Medieval_Castle_Asset_Pack/Background/layers3.png" type="Texture" id=16]
  18. [ext_resource path="res://NPC/soldier/soldieranim.tscn" type="PackedScene" id=17]
  19. [sub_resource type="AtlasTexture" id=1]
  20. atlas = ExtResource( 10 )
  21. region = Rect2( 0, 0, 112, 113 )
  22. [sub_resource type="AtlasTexture" id=2]
  23. atlas = ExtResource( 10 )
  24. region = Rect2( 112, 0, 112, 113 )
  25. [sub_resource type="AtlasTexture" id=3]
  26. atlas = ExtResource( 10 )
  27. region = Rect2( 224, 0, 112, 113 )
  28. [sub_resource type="AtlasTexture" id=4]
  29. atlas = ExtResource( 10 )
  30. region = Rect2( 336, 0, 112, 113 )
  31. [sub_resource type="SpriteFrames" id=5]
  32. animations = [ {
  33. "frames": [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ],
  34. "loop": true,
  35. "name": "default",
  36. "speed": 5.0
  37. } ]
  38. [sub_resource type="Shader" id=10]
  39. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  40. shader_type canvas_item;
  41. render_mode blend_mix;
  42. uniform vec4 color1 : hint_color;
  43. uniform vec4 color2 : hint_color;
  44. void fragment(){
  45. COLOR = mix(color1,color2,UV.y);
  46. }"
  47. [sub_resource type="ShaderMaterial" id=11]
  48. shader = SubResource( 10 )
  49. shader_param/color1 = Color( 0.298039, 0.819608, 0.847059, 1 )
  50. shader_param/color2 = Color( 0.466667, 0.698039, 0.8, 1 )
  51. [sub_resource type="Shader" id=6]
  52. code = "// NOTE: Shader automatically converted from Godot Engine 3.4.4.stable's CanvasItemMaterial.
  53. shader_type canvas_item;
  54. render_mode blend_mix;
  55. uniform sampler2D noise;
  56. void fragment(){
  57. COLOR = texture(noise,(UV+vec2(TIME/30f,0f))) - (UV.y*UV.y*2f-0.1f);
  58. if (COLOR.r > 0.45){
  59. COLOR.a = 0f;
  60. }
  61. COLOR *= 2.2f;
  62. COLOR.rgb = clamp(COLOR.rgb,0.8f,1f);
  63. }"
  64. [sub_resource type="OpenSimplexNoise" id=7]
  65. seed = 55
  66. octaves = 8
  67. period = 80.0
  68. [sub_resource type="NoiseTexture" id=8]
  69. flags = 2
  70. width = 640
  71. height = 360
  72. seamless = true
  73. noise = SubResource( 7 )
  74. [sub_resource type="ShaderMaterial" id=9]
  75. shader = SubResource( 6 )
  76. shader_param/noise = SubResource( 8 )
  77. [node name="Node" type="Node"]
  78. [node name="Textures" type="Node" parent="."]
  79. script = ExtResource( 11 )
  80. [node name="Goblin1" type="Viewport" parent="Textures"]
  81. size = Vector2( 64, 64 )
  82. own_world = true
  83. transparent_bg = true
  84. render_target_v_flip = true
  85. [node name="SoldierAnim3" parent="Textures/Goblin1" instance=ExtResource( 17 )]
  86. position = Vector2( 32, 12 )
  87. [node name="Goblin2" type="Viewport" parent="Textures"]
  88. size = Vector2( 64, 64 )
  89. own_world = true
  90. transparent_bg = true
  91. render_target_v_flip = true
  92. [node name="SoldierAnim2" parent="Textures/Goblin2" instance=ExtResource( 17 )]
  93. position = Vector2( 32, 12 )
  94. anim = "walk"
  95. [node name="Goblin3" type="Viewport" parent="Textures"]
  96. size = Vector2( 64, 64 )
  97. own_world = true
  98. transparent_bg = true
  99. render_target_v_flip = true
  100. [node name="Goblin" type="AnimatedSprite" parent="Textures/Goblin3"]
  101. modulate = Color( 1, 0, 0, 1 )
  102. frames = SubResource( 5 )
  103. frame = 2
  104. speed_scale = 1.2
  105. playing = true
  106. offset = Vector2( 32, 32 )
  107. [node name="Goblin4" type="Viewport" parent="Textures"]
  108. size = Vector2( 64, 64 )
  109. own_world = true
  110. transparent_bg = true
  111. render_target_v_flip = true
  112. [node name="Goblin" type="AnimatedSprite" parent="Textures/Goblin4"]
  113. modulate = Color( 1, 0, 0.984314, 1 )
  114. frames = SubResource( 5 )
  115. frame = 3
  116. speed_scale = 0.9
  117. playing = true
  118. offset = Vector2( 32, 32 )
  119. [node name="Bullet" type="Viewport" parent="Textures"]
  120. size = Vector2( 8, 8 )
  121. own_world = true
  122. transparent_bg = true
  123. render_target_v_flip = true
  124. [node name="Sprite" type="Sprite" parent="Textures/Bullet"]
  125. texture = ExtResource( 9 )
  126. [node name="PostgreSQL" type="Node" parent="."]
  127. script = ExtResource( 3 )
  128. [node name="Loginetcode" type="Node" parent="."]
  129. script = ExtResource( 6 )
  130. [node name="LoginUI" type="Node" parent="."]
  131. script = ExtResource( 1 )
  132. [node name="directconnect" type="Control" parent="LoginUI"]
  133. visible = false
  134. anchor_right = 1.0
  135. anchor_bottom = 1.0
  136. margin_left = 180.0
  137. margin_right = -180.0
  138. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/directconnect"]
  139. anchor_right = 1.0
  140. anchor_bottom = 1.0
  141. alignment = 1
  142. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/directconnect/VBoxContainer"]
  143. margin_top = 110.0
  144. margin_right = 280.0
  145. margin_bottom = 134.0
  146. alignment = 1
  147. [node name="LineEdit2" type="LineEdit" parent="LoginUI/directconnect/VBoxContainer/HBoxContainer"]
  148. margin_right = 218.0
  149. margin_bottom = 24.0
  150. size_flags_horizontal = 3
  151. size_flags_vertical = 3
  152. text = "127.0.0.1"
  153. align = 1
  154. expand_to_text_length = true
  155. placeholder_text = "IP Adress"
  156. [node name="LineEdit" type="LineEdit" parent="LoginUI/directconnect/VBoxContainer/HBoxContainer"]
  157. margin_left = 222.0
  158. margin_right = 280.0
  159. margin_bottom = 24.0
  160. text = "8081"
  161. align = 1
  162. placeholder_text = "Port"
  163. [node name="Button" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  164. margin_top = 138.0
  165. margin_right = 280.0
  166. margin_bottom = 158.0
  167. text = "connnect"
  168. [node name="Button2" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  169. margin_top = 162.0
  170. margin_right = 280.0
  171. margin_bottom = 182.0
  172. text = "create server"
  173. [node name="x509" type="Button" parent="LoginUI/directconnect/VBoxContainer"]
  174. margin_top = 186.0
  175. margin_right = 280.0
  176. margin_bottom = 206.0
  177. text = "x509 generate"
  178. [node name="CheckButton" type="CheckButton" parent="LoginUI/directconnect/VBoxContainer"]
  179. margin_top = 210.0
  180. margin_right = 280.0
  181. margin_bottom = 250.0
  182. pressed = true
  183. text = "login"
  184. [node name="loginscreen" type="Control" parent="LoginUI"]
  185. visible = false
  186. anchor_right = 1.0
  187. anchor_bottom = 1.0
  188. margin_left = 180.0
  189. margin_right = -180.0
  190. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/loginscreen"]
  191. anchor_right = 1.0
  192. anchor_bottom = 1.0
  193. alignment = 1
  194. [node name="HBoxContainer" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  195. margin_top = 133.0
  196. margin_right = 287.0
  197. margin_bottom = 157.0
  198. alignment = 1
  199. [node name="LineEdit2" type="LineEdit" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer"]
  200. margin_right = 287.0
  201. margin_bottom = 24.0
  202. size_flags_horizontal = 3
  203. size_flags_vertical = 3
  204. align = 1
  205. expand_to_text_length = true
  206. placeholder_text = "username"
  207. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  208. margin_top = 161.0
  209. margin_right = 287.0
  210. margin_bottom = 185.0
  211. alignment = 1
  212. [node name="LineEdit2" type="LineEdit" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer2"]
  213. margin_right = 287.0
  214. margin_bottom = 24.0
  215. size_flags_horizontal = 3
  216. size_flags_vertical = 3
  217. align = 1
  218. expand_to_text_length = true
  219. placeholder_text = "password"
  220. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/loginscreen/VBoxContainer"]
  221. margin_top = 189.0
  222. margin_right = 287.0
  223. margin_bottom = 209.0
  224. alignment = 1
  225. [node name="login" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  226. margin_right = 43.0
  227. margin_bottom = 20.0
  228. text = "login"
  229. [node name="register" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  230. margin_left = 47.0
  231. margin_right = 111.0
  232. margin_bottom = 20.0
  233. text = "Register"
  234. [node name="recover" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  235. margin_left = 115.0
  236. margin_right = 242.0
  237. margin_bottom = 20.0
  238. text = "Recover Password"
  239. [node name="back" type="Button" parent="LoginUI/loginscreen/VBoxContainer/HBoxContainer3"]
  240. margin_left = 246.0
  241. margin_right = 287.0
  242. margin_bottom = 20.0
  243. text = "back"
  244. [node name="Label2" type="Label" parent="LoginUI/loginscreen/VBoxContainer"]
  245. margin_top = 213.0
  246. margin_right = 287.0
  247. margin_bottom = 227.0
  248. text = "status"
  249. [node name="register" type="Control" parent="LoginUI"]
  250. visible = false
  251. anchor_right = 1.0
  252. anchor_bottom = 1.0
  253. margin_left = 180.0
  254. margin_right = -180.0
  255. [node name="VBoxContainer" type="VBoxContainer" parent="LoginUI/register"]
  256. anchor_right = 1.0
  257. anchor_bottom = 1.0
  258. alignment = 1
  259. [node name="HBoxContainer1" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  260. margin_top = 105.0
  261. margin_right = 280.0
  262. margin_bottom = 129.0
  263. alignment = 1
  264. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer1"]
  265. margin_right = 280.0
  266. margin_bottom = 24.0
  267. size_flags_horizontal = 3
  268. size_flags_vertical = 3
  269. align = 1
  270. expand_to_text_length = true
  271. placeholder_text = "username"
  272. [node name="HBoxContainer2" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  273. margin_top = 133.0
  274. margin_right = 280.0
  275. margin_bottom = 157.0
  276. alignment = 1
  277. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer2"]
  278. margin_right = 280.0
  279. margin_bottom = 24.0
  280. size_flags_horizontal = 3
  281. size_flags_vertical = 3
  282. align = 1
  283. expand_to_text_length = true
  284. placeholder_text = "password"
  285. [node name="HBoxContainer3" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  286. margin_top = 161.0
  287. margin_right = 280.0
  288. margin_bottom = 185.0
  289. alignment = 1
  290. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer3"]
  291. margin_right = 280.0
  292. margin_bottom = 24.0
  293. size_flags_horizontal = 3
  294. size_flags_vertical = 3
  295. align = 1
  296. expand_to_text_length = true
  297. placeholder_text = "comfirm password"
  298. [node name="HBoxContainer4" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  299. margin_top = 189.0
  300. margin_right = 280.0
  301. margin_bottom = 213.0
  302. alignment = 1
  303. [node name="LineEdit2" type="LineEdit" parent="LoginUI/register/VBoxContainer/HBoxContainer4"]
  304. margin_right = 280.0
  305. margin_bottom = 24.0
  306. size_flags_horizontal = 3
  307. size_flags_vertical = 3
  308. align = 1
  309. expand_to_text_length = true
  310. placeholder_text = "email"
  311. [node name="HBoxContainer6" type="HBoxContainer" parent="LoginUI/register/VBoxContainer"]
  312. margin_top = 217.0
  313. margin_right = 280.0
  314. margin_bottom = 237.0
  315. alignment = 1
  316. [node name="login2" type="Button" parent="LoginUI/register/VBoxContainer/HBoxContainer6"]
  317. margin_left = 83.0
  318. margin_right = 129.0
  319. margin_bottom = 20.0
  320. text = "Login"
  321. [node name="Register2" type="Button" parent="LoginUI/register/VBoxContainer/HBoxContainer6"]
  322. margin_left = 133.0
  323. margin_right = 197.0
  324. margin_bottom = 20.0
  325. text = "Register"
  326. [node name="Label" type="Label" parent="LoginUI/register/VBoxContainer"]
  327. margin_top = 241.0
  328. margin_right = 280.0
  329. margin_bottom = 255.0
  330. text = "status"
  331. [node name="envarg" type="Node" parent="."]
  332. script = ExtResource( 2 )
  333. [node name="x509gen" type="Node" parent="."]
  334. script = ExtResource( 4 )
  335. [node name="BrowserListClient" type="Node" parent="."]
  336. script = ExtResource( 5 )
  337. [node name="PanelContainer" type="PanelContainer" parent="BrowserListClient"]
  338. visible = false
  339. anchor_right = 1.0
  340. anchor_bottom = 1.0
  341. margin_left = 64.0
  342. margin_top = 36.0
  343. margin_right = -64.0
  344. margin_bottom = -36.0
  345. [node name="Table" type="VBoxContainer" parent="BrowserListClient/PanelContainer"]
  346. margin_left = 7.0
  347. margin_top = 7.0
  348. margin_right = 505.0
  349. margin_bottom = 281.0
  350. [node name="BrowseColumn" parent="BrowserListClient/PanelContainer/Table" instance=ExtResource( 7 )]
  351. anchor_right = 0.0
  352. margin_right = 498.0
  353. margin_bottom = 34.0
  354. clickable = false
  355. [node name="Timer" type="Timer" parent="BrowserListClient"]
  356. autostart = true
  357. [node name="Levelselect" type="Node" parent="."]
  358. script = ExtResource( 12 )
  359. [node name="test" type="Node2D" parent="Levelselect"]
  360. visible = false
  361. [node name="TileMap" type="TileMap" parent="Levelselect/test"]
  362. tile_set = ExtResource( 8 )
  363. cell_size = Vector2( 32, 32 )
  364. collision_layer = 8
  365. collision_mask = 8
  366. format = 1
  367. tile_data = PoolIntArray( -262155, 0, 5, -196619, 0, 65539, -131083, 0, 65539, -65547, 0, 65539, -130853, 0, 3, -11, 0, 65539, -65468, 0, 5, -65317, 0, 65539, 65525, 0, 65539, 68, 0, 65539, 219, 0, 65539, 131061, 0, 65539, 65604, 0, 65539, 65755, 0, 65539, 196597, 0, 65539, 131140, 0, 65539, 131156, 0, 0, 131157, 0, 1, 131158, 0, 1, 131159, 0, 1, 131160, 0, 1, 131161, 0, 1, 131162, 0, 1, 131163, 0, 1, 131164, 0, 1, 131165, 0, 1, 131166, 0, 1, 131167, 0, 1, 131168, 0, 1, 131169, 0, 1, 131170, 0, 1, 131171, 0, 1, 131172, 0, 1, 131173, 0, 1, 131174, 0, 1, 131175, 0, 1, 131176, 0, 1, 131177, 0, 1, 131178, 0, 1, 131179, 0, 1, 131180, 0, 1, 131181, 0, 1, 131182, 0, 1, 131183, 0, 1, 131184, 0, 1, 131185, 0, 1, 131186, 0, 1, 131187, 0, 1, 131188, 0, 1, 131189, 0, 1, 131190, 0, 1, 131191, 0, 1, 131192, 0, 1, 131193, 0, 2, 131291, 0, 65539, 262133, 0, 65539, 196676, 0, 65539, 196686, 0, 65540, 196687, 0, 196609, 196688, 0, 196609, 196689, 0, 65542, 196692, 0, 65536, 196693, 0, 65537, 196694, 0, 65537, 196695, 0, 65537, 196696, 0, 65537, 196697, 0, 65537, 196698, 0, 65537, 196699, 0, 65537, 196700, 0, 65537, 196701, 0, 65537, 196702, 0, 65537, 196703, 0, 65537, 196704, 0, 65537, 196705, 0, 65537, 196706, 0, 65537, 196707, 0, 65537, 196708, 0, 65537, 196709, 0, 65537, 196710, 0, 65537, 196711, 0, 65537, 196712, 0, 65537, 196713, 0, 65537, 196714, 0, 65537, 196715, 0, 65537, 196716, 0, 65537, 196717, 0, 65537, 196718, 0, 65537, 196719, 0, 65537, 196720, 0, 65537, 196721, 0, 65537, 196722, 0, 65537, 196723, 0, 65537, 196724, 0, 65537, 196725, 0, 65537, 196726, 0, 65537, 196727, 0, 65537, 196728, 0, 65537, 196729, 0, 589825, 196730, 0, 196609, 196731, 0, 65542, 196827, 0, 65539, 327669, 0, 65539, 262156, 0, 0, 262157, 0, 393220, 262158, 0, 2, 262212, 0, 65539, 262228, 0, 65536, 262229, 0, 65537, 262230, 0, 65537, 262231, 0, 65537, 262232, 0, 65537, 262233, 0, 65537, 262234, 0, 65537, 262235, 0, 65537, 262236, 0, 65537, 262237, 0, 65537, 262238, 0, 65537, 262239, 0, 65537, 262240, 0, 65537, 262241, 0, 65537, 262242, 0, 65537, 262243, 0, 65537, 262244, 0, 65537, 262245, 0, 65537, 262246, 0, 65537, 262247, 0, 65537, 262248, 0, 65537, 262249, 0, 65537, 262250, 0, 65537, 262251, 0, 65537, 262252, 0, 65537, 262253, 0, 65537, 262254, 0, 65537, 262255, 0, 65537, 262256, 0, 65537, 262257, 0, 65537, 262258, 0, 65537, 262259, 0, 65537, 262260, 0, 65537, 262261, 0, 65537, 262262, 0, 65537, 262263, 0, 65537, 262264, 0, 65537, 262265, 0, 65538, 262363, 0, 65539, 393205, 0, 65539, 327692, 0, 65536, 327693, 0, 262150, 327694, 0, 327683, 327748, 0, 393216, 327749, 0, 196609, 327750, 0, 196609, 327751, 0, 196609, 327752, 0, 196609, 327753, 0, 196609, 327754, 0, 65542, 327764, 0, 65536, 327765, 0, 65537, 327766, 0, 65537, 327767, 0, 65537, 327768, 0, 65537, 327769, 0, 65537, 327770, 0, 65537, 327771, 0, 65537, 327772, 0, 65537, 327773, 0, 65537, 327774, 0, 65537, 327775, 0, 65537, 327776, 0, 65537, 327777, 0, 65537, 327778, 0, 65537, 327779, 0, 65537, 327780, 0, 65537, 327781, 0, 65537, 327782, 0, 65537, 327783, 0, 65537, 327784, 0, 65537, 327785, 0, 65537, 327786, 0, 65537, 327787, 0, 65537, 327788, 0, 65537, 327789, 0, 65537, 327790, 0, 65537, 327791, 0, 65537, 327792, 0, 65537, 327793, 0, 65537, 327794, 0, 65537, 327795, 0, 65537, 327796, 0, 65537, 327797, 0, 65537, 327798, 0, 65537, 327799, 0, 65537, 327800, 0, 65537, 327801, 0, 65538, 327805, 0, 65540, 327806, 0, 196609, 327807, 0, 196609, 327808, 0, 196609, 327809, 0, 65542, 327899, 0, 65539, 458741, 0, 65539, 393228, 0, 131072, 393229, 0, 262148, 393230, 0, 131074, 393249, 0, 0, 393250, 0, 1, 393251, 0, 1, 393252, 0, 1, 393253, 0, 1, 393254, 0, 1, 393255, 0, 1, 393256, 0, 1, 393257, 0, 1, 393258, 0, 1, 393259, 0, 1, 393260, 0, 1, 393261, 0, 1, 393262, 0, 1, 393263, 0, 1, 393264, 0, 1, 393265, 0, 1, 393266, 0, 1, 393267, 0, 1, 393268, 0, 1, 393269, 0, 1, 393270, 0, 1, 393271, 0, 1, 393272, 0, 1, 393273, 0, 1, 393274, 0, 1, 393275, 0, 1, 393276, 0, 2, 393300, 0, 65536, 393301, 0, 65537, 393302, 0, 65537, 393303, 0, 65537, 393304, 0, 65537, 393305, 0, 65537, 393306, 0, 65537, 393307, 0, 65537, 393308, 0, 65537, 393309, 0, 65537, 393310, 0, 65537, 393311, 0, 65537, 393312, 0, 65537, 393313, 0, 65537, 393314, 0, 65537, 393315, 0, 65537, 393316, 0, 65537, 393317, 0, 65537, 393318, 0, 65537, 393319, 0, 65537, 393320, 0, 65537, 393321, 0, 65537, 393322, 0, 65537, 393323, 0, 65537, 393324, 0, 65537, 393325, 0, 65537, 393326, 0, 65537, 393327, 0, 65537, 393328, 0, 65537, 393329, 0, 65537, 393330, 0, 65537, 393331, 0, 65537, 393332, 0, 65537, 393333, 0, 65537, 393334, 0, 65537, 393335, 0, 65537, 393336, 0, 65537, 393337, 0, 65538, 393352, 0, 0, 393353, 0, 1, 393354, 0, 1, 393355, 0, 2, 393435, 0, 65539, 524277, 0, 65539, 458785, 0, 65536, 458786, 0, 65537, 458787, 0, 65537, 458788, 0, 65537, 458789, 0, 65537, 458790, 0, 65537, 458791, 0, 65537, 458792, 0, 65537, 458793, 0, 65537, 458794, 0, 65537, 458795, 0, 65537, 458796, 0, 65537, 458797, 0, 65537, 458798, 0, 65537, 458799, 0, 65537, 458800, 0, 65537, 458801, 0, 65537, 458802, 0, 65537, 458803, 0, 65537, 458804, 0, 65537, 458805, 0, 65537, 458806, 0, 65537, 458807, 0, 65537, 458808, 0, 65537, 458809, 0, 65537, 458810, 0, 65537, 458811, 0, 65537, 458812, 0, 393219, 458813, 0, 1, 458814, 0, 393220, 458815, 0, 2, 458828, 0, 196608, 458829, 0, 196609, 458830, 0, 196609, 458831, 0, 196609, 458832, 0, 196609, 458833, 0, 65542, 458836, 0, 65536, 458837, 0, 65537, 458838, 0, 65537, 458839, 0, 65537, 458840, 0, 65537, 458841, 0, 65537, 458842, 0, 65537, 458843, 0, 65537, 458844, 0, 65537, 458845, 0, 65537, 458846, 0, 65537, 458847, 0, 65537, 458848, 0, 65537, 458849, 0, 65537, 458850, 0, 65537, 458851, 0, 65537, 458852, 0, 65537, 458853, 0, 65537, 458854, 0, 65537, 458855, 0, 65537, 458856, 0, 65537, 458857, 0, 65537, 458858, 0, 65537, 458859, 0, 65537, 458860, 0, 65537, 458861, 0, 65537, 458862, 0, 65537, 458863, 0, 65537, 458864, 0, 65537, 458865, 0, 65537, 458866, 0, 65537, 458867, 0, 65537, 458868, 0, 65537, 458869, 0, 65537, 458870, 0, 65537, 458871, 0, 65537, 458872, 0, 65537, 458873, 0, 65538, 458885, 0, 0, 458886, 0, 1, 458887, 0, 1, 458888, 0, 393221, 458889, 0, 65537, 458890, 0, 65537, 458891, 0, 65538, 458971, 0, 65539, 589813, 0, 65539, 524318, 0, 0, 524319, 0, 1, 524320, 0, 1, 524321, 0, 393221, 524322, 0, 65537, 524323, 0, 65537, 524324, 0, 65537, 524325, 0, 65537, 524326, 0, 65537, 524327, 0, 65537, 524328, 0, 65537, 524329, 0, 65537, 524330, 0, 65537, 524331, 0, 65537, 524332, 0, 65537, 524333, 0, 65537, 524334, 0, 65537, 524335, 0, 65537, 524336, 0, 65537, 524337, 0, 65537, 524338, 0, 65537, 524339, 0, 65537, 524340, 0, 65537, 524341, 0, 65537, 524342, 0, 65537, 524343, 0, 65537, 524344, 0, 65537, 524345, 0, 65537, 524346, 0, 65537, 524347, 0, 65537, 524348, 0, 65537, 524349, 0, 262151, 524350, 0, 65537, 524351, 0, 65538, 524372, 0, 65536, 524373, 0, 65537, 524374, 0, 65537, 524375, 0, 65537, 524376, 0, 65537, 524377, 0, 65537, 524378, 0, 65537, 524379, 0, 65537, 524380, 0, 65537, 524381, 0, 65537, 524382, 0, 65537, 524383, 0, 65537, 524384, 0, 65537, 524385, 0, 65537, 524386, 0, 65537, 524387, 0, 65537, 524388, 0, 65537, 524389, 0, 65537, 524390, 0, 65537, 524391, 0, 65537, 524392, 0, 65537, 524393, 0, 65537, 524394, 0, 65537, 524395, 0, 65537, 524396, 0, 65537, 524397, 0, 65537, 524398, 0, 65537, 524399, 0, 65537, 524400, 0, 65537, 524401, 0, 65537, 524402, 0, 65537, 524403, 0, 65537, 524404, 0, 65537, 524405, 0, 65537, 524406, 0, 65537, 524407, 0, 65537, 524408, 0, 65537, 524409, 0, 65538, 524421, 0, 65536, 524422, 0, 65537, 524423, 0, 65537, 524424, 0, 65537, 524425, 0, 65537, 524426, 0, 65537, 524427, 0, 65538, 524507, 0, 65539, 655349, 0, 65539, 589842, 0, 5, 589854, 0, 327685, 589855, 0, 262150, 589856, 0, 262151, 589857, 0, 65537, 589858, 0, 65537, 589859, 0, 65537, 589860, 0, 65537, 589861, 0, 65537, 589862, 0, 65537, 589863, 0, 65537, 589864, 0, 65537, 589865, 0, 65537, 589866, 0, 65537, 589867, 0, 65537, 589868, 0, 65537, 589869, 0, 65537, 589870, 0, 65537, 589871, 0, 65537, 589872, 0, 65537, 589873, 0, 65537, 589874, 0, 65537, 589875, 0, 65537, 589876, 0, 65537, 589877, 0, 65537, 589878, 0, 65537, 589879, 0, 65537, 589880, 0, 65537, 589881, 0, 65537, 589882, 0, 65537, 589883, 0, 65537, 589884, 0, 65537, 589885, 0, 65537, 589886, 0, 65537, 589887, 0, 393219, 589888, 0, 1, 589889, 0, 1, 589890, 0, 1, 589891, 0, 1, 589892, 0, 1, 589893, 0, 1, 589894, 0, 1, 589895, 0, 1, 589896, 0, 1, 589897, 0, 1, 589898, 0, 1, 589899, 0, 1, 589900, 0, 1, 589901, 0, 1, 589902, 0, 1, 589903, 0, 1, 589904, 0, 1, 589905, 0, 1, 589906, 0, 1, 589907, 0, 1, 589908, 0, 393221, 589909, 0, 65537, 589910, 0, 65537, 589911, 0, 65537, 589912, 0, 65537, 589913, 0, 65537, 589914, 0, 65537, 589915, 0, 65537, 589916, 0, 65537, 589917, 0, 65537, 589918, 0, 65537, 589919, 0, 65537, 589920, 0, 65537, 589921, 0, 65537, 589922, 0, 65537, 589923, 0, 65537, 589924, 0, 65537, 589925, 0, 65537, 589926, 0, 65537, 589927, 0, 65537, 589928, 0, 65537, 589929, 0, 65537, 589930, 0, 65537, 589931, 0, 65537, 589932, 0, 65537, 589933, 0, 65537, 589934, 0, 65537, 589935, 0, 65537, 589936, 0, 65537, 589937, 0, 65537, 589938, 0, 65537, 589939, 0, 65537, 589940, 0, 65537, 589941, 0, 65537, 589942, 0, 65537, 589943, 0, 65537, 589944, 0, 65537, 589945, 0, 393219, 589946, 0, 1, 589947, 0, 1, 589948, 0, 1, 589949, 0, 1, 589950, 0, 1, 589951, 0, 1, 589952, 0, 1, 589953, 0, 1, 589954, 0, 1, 589955, 0, 1, 589956, 0, 1, 589957, 0, 393221, 589958, 0, 65537, 589959, 0, 65537, 589960, 0, 65537, 589961, 0, 65537, 589962, 0, 65537, 589963, 0, 393219, 589964, 0, 1, 589965, 0, 1, 589966, 0, 1, 589967, 0, 1, 589968, 0, 1, 589969, 0, 1, 589970, 0, 1, 589971, 0, 1, 589972, 0, 1, 589973, 0, 1, 589974, 0, 1, 589975, 0, 1, 589976, 0, 1, 589977, 0, 1, 589978, 0, 1, 589979, 0, 1, 589980, 0, 1, 589981, 0, 1, 589982, 0, 1, 589983, 0, 1, 589984, 0, 1, 589985, 0, 1, 589986, 0, 1, 589987, 0, 1, 589988, 0, 1, 589989, 0, 1, 589990, 0, 1, 589991, 0, 1, 589992, 0, 1, 589993, 0, 1, 589994, 0, 1, 589995, 0, 1, 589996, 0, 1, 589997, 0, 1, 589998, 0, 1, 589999, 0, 1, 590000, 0, 1, 590001, 0, 1, 590002, 0, 1, 590003, 0, 1, 590004, 0, 1, 590005, 0, 1, 590006, 0, 1, 590007, 0, 1, 590008, 0, 1, 590009, 0, 1, 590010, 0, 1, 590011, 0, 1, 590012, 0, 1, 590013, 0, 1, 590014, 0, 1, 590015, 0, 1, 590016, 0, 1, 590017, 0, 1, 590018, 0, 1, 590019, 0, 1, 590020, 0, 1, 590021, 0, 1, 590022, 0, 1, 590023, 0, 1, 590024, 0, 1, 590025, 0, 1, 590026, 0, 1, 590027, 0, 1, 590028, 0, 1, 590029, 0, 1, 590030, 0, 1, 590031, 0, 1, 590032, 0, 1, 590033, 0, 1, 590034, 0, 1, 590035, 0, 1, 590036, 0, 1, 590037, 0, 1, 590038, 0, 1, 590039, 0, 1, 590040, 0, 1, 590041, 0, 1, 590042, 0, 1, 590043, 0, 655372, 720885, 0, 655371, 720886, 0, 1, 720887, 0, 1, 720888, 0, 1, 720889, 0, 1, 720890, 0, 1, 720891, 0, 1, 720892, 0, 1, 720893, 0, 1, 720894, 0, 1, 720895, 0, 1, 655360, 0, 1, 655361, 0, 1, 655362, 0, 1, 655363, 0, 1, 655364, 0, 1, 655365, 0, 1, 655366, 0, 1, 655367, 0, 1, 655368, 0, 1, 655369, 0, 1, 655370, 0, 1, 655371, 0, 1, 655372, 0, 1, 655373, 0, 1, 655374, 0, 1, 655375, 0, 1, 655376, 0, 1, 655377, 0, 1, 655378, 0, 786433, 655379, 0, 1, 655380, 0, 1, 655381, 0, 1, 655382, 0, 1, 655383, 0, 1, 655384, 0, 1, 655385, 0, 1, 655386, 0, 1, 655387, 0, 1, 655388, 0, 1, 655389, 0, 1, 655390, 0, 393221, 655391, 0, 65537, 655392, 0, 65537, 655393, 0, 65537, 655394, 0, 65537, 655395, 0, 65537, 655396, 0, 65537, 655397, 0, 65537, 655398, 0, 65537, 655399, 0, 65537, 655400, 0, 65537, 655401, 0, 65537, 655402, 0, 65537, 655403, 0, 65537, 655404, 0, 65537, 655405, 0, 65537, 655406, 0, 65537, 655407, 0, 65537, 655408, 0, 65537, 655409, 0, 65537, 655410, 0, 65537, 655411, 0, 65537, 655412, 0, 65537, 655413, 0, 65537, 655414, 0, 65537, 655415, 0, 65537, 655416, 0, 65537, 655417, 0, 65537, 655418, 0, 65537, 655419, 0, 65537, 655420, 0, 65537, 655421, 0, 65537, 655422, 0, 65537, 655423, 0, 65537, 655424, 0, 65537, 655425, 0, 65537, 655426, 0, 65537, 655427, 0, 65537, 655428, 0, 65537, 655429, 0, 65537, 655430, 0, 65537, 655431, 0, 65537, 655432, 0, 65537, 655433, 0, 65537, 655434, 0, 65537, 655435, 0, 65537, 655436, 0, 65537, 655437, 0, 65537, 655438, 0, 65537, 655439, 0, 65537, 655440, 0, 65537, 655441, 0, 65537, 655442, 0, 65537, 655443, 0, 65537, 655444, 0, 65537, 655445, 0, 65537, 655446, 0, 65537, 655447, 0, 65537, 655448, 0, 65537, 655449, 0, 65537, 655450, 0, 65537, 655451, 0, 65537, 655452, 0, 65537, 655453, 0, 65537, 655454, 0, 65537, 655455, 0, 65537, 655456, 0, 65537, 655457, 0, 65537, 655458, 0, 65537, 655459, 0, 65537, 655460, 0, 65537, 655461, 0, 65537, 655462, 0, 65537, 655463, 0, 65537, 655464, 0, 65537, 655465, 0, 65537, 655466, 0, 65537, 655467, 0, 65537, 655468, 0, 65537, 655469, 0, 65537, 655470, 0, 65537, 655471, 0, 65537, 655472, 0, 65537, 655473, 0, 65537, 655474, 0, 65537, 655475, 0, 65537, 655476, 0, 65537, 655477, 0, 65537, 655478, 0, 65537, 655479, 0, 65537, 655480, 0, 65537, 655481, 0, 65537, 655482, 0, 65537, 655483, 0, 65537, 655484, 0, 65537, 655485, 0, 65537, 655486, 0, 65537, 655487, 0, 65537, 655488, 0, 65537, 655489, 0, 65537, 655490, 0, 65537, 655491, 0, 65537, 655492, 0, 65537, 655493, 0, 65537, 655494, 0, 65537, 655495, 0, 65537, 655496, 0, 65537, 655497, 0, 65537, 655498, 0, 65537, 655499, 0, 65537, 655500, 0, 65537, 655501, 0, 65537, 655502, 0, 65537, 655503, 0, 65537, 655504, 0, 65537, 655505, 0, 65537, 655506, 0, 65537, 655507, 0, 65537, 655508, 0, 65537, 655509, 0, 65537, 655510, 0, 65537, 655511, 0, 65537, 655512, 0, 65537, 655513, 0, 65537, 655514, 0, 65537, 655515, 0, 65537, 655516, 0, 65537, 655517, 0, 65537, 655518, 0, 65537, 655519, 0, 65537, 655520, 0, 65537, 655521, 0, 65537, 655522, 0, 65537, 655523, 0, 65537, 655524, 0, 65537, 655525, 0, 65537, 655526, 0, 65537, 655527, 0, 65537, 655528, 0, 65537, 655529, 0, 65537, 655530, 0, 65537, 655531, 0, 65537, 655532, 0, 65537, 655533, 0, 65537, 655534, 0, 65537, 655535, 0, 65537, 655536, 0, 65537, 655537, 0, 65537, 655538, 0, 65537, 655539, 0, 65537, 655540, 0, 65537, 655541, 0, 65537, 655542, 0, 65537, 655543, 0, 65537, 655544, 0, 65537, 655545, 0, 65537, 655546, 0, 65537, 655547, 0, 65537, 655548, 0, 65537, 655549, 0, 65537, 655550, 0, 65537, 655551, 0, 65537, 655552, 0, 65537, 655553, 0, 65537, 655554, 0, 65537, 655555, 0, 65537, 655556, 0, 65537, 655557, 0, 65537, 655558, 0, 65537, 655559, 0, 65537, 655560, 0, 65537, 655561, 0, 65537, 655562, 0, 65537, 655563, 0, 65537, 655564, 0, 65537, 655565, 0, 65537, 655566, 0, 65537, 655567, 0, 65537, 655568, 0, 65537, 655569, 0, 65537, 655570, 0, 65537, 655571, 0, 65537, 655572, 0, 65537, 655573, 0, 65537, 655574, 0, 65537, 655575, 0, 65537, 655576, 0, 65537, 655577, 0, 65537, 655578, 0, 65537, 655579, 0, 65538, 786421, 0, 65536, 786422, 0, 65537, 786423, 0, 65537, 786424, 0, 65537, 786425, 0, 65537, 786426, 0, 65537, 786427, 0, 65537, 786428, 0, 65537, 786429, 0, 65537, 786430, 0, 65537, 786431, 0, 65537, 720896, 0, 65537, 720897, 0, 65537, 720898, 0, 65537, 720899, 0, 65537, 720900, 0, 65537, 720901, 0, 65537, 720902, 0, 65537, 720903, 0, 65537, 720904, 0, 65537, 720905, 0, 65537, 720906, 0, 65537, 720907, 0, 65537, 720908, 0, 65537, 720909, 0, 65537, 720910, 0, 65537, 720911, 0, 65537, 720912, 0, 65537, 720913, 0, 65537, 720914, 0, 65537, 720915, 0, 65537, 720916, 0, 65537, 720917, 0, 65537, 720918, 0, 65537, 720919, 0, 65537, 720920, 0, 65537, 720921, 0, 65537, 720922, 0, 65537, 720923, 0, 65537, 720924, 0, 65537, 720925, 0, 65537, 720926, 0, 65537, 720927, 0, 65537, 720928, 0, 65537, 720929, 0, 65537, 720930, 0, 65537, 720931, 0, 65537, 720932, 0, 65537, 720933, 0, 65537, 720934, 0, 65537, 720935, 0, 65537, 720936, 0, 65537, 720937, 0, 65537, 720938, 0, 65537, 720939, 0, 65537, 720940, 0, 65537, 720941, 0, 65537, 720942, 0, 65537, 720943, 0, 65537, 720944, 0, 65537, 720945, 0, 65537, 720946, 0, 65537, 720947, 0, 65537, 720948, 0, 65537, 720949, 0, 65537, 720950, 0, 65537, 720951, 0, 65537, 720952, 0, 65537, 720953, 0, 65537, 720954, 0, 65537, 720955, 0, 65537, 720956, 0, 65537, 720957, 0, 65537, 720958, 0, 65537, 720959, 0, 65537, 720960, 0, 65537, 720961, 0, 65537, 720962, 0, 65537, 720963, 0, 65537, 720964, 0, 65537, 720965, 0, 65537, 720966, 0, 65537, 720967, 0, 65537, 720968, 0, 65537, 720969, 0, 65537, 720970, 0, 65537, 720971, 0, 65537, 720972, 0, 65537, 720973, 0, 65537, 720974, 0, 65537, 720975, 0, 65537, 720976, 0, 65537, 720977, 0, 65537, 720978, 0, 65537, 720979, 0, 65537, 720980, 0, 65537, 720981, 0, 65537, 720982, 0, 65537, 720983, 0, 65537, 720984, 0, 65537, 720985, 0, 65537, 720986, 0, 65537, 720987, 0, 65537, 720988, 0, 65537, 720989, 0, 65537, 720990, 0, 65537, 720991, 0, 65537, 720992, 0, 65537, 720993, 0, 65537, 720994, 0, 65537, 720995, 0, 65537, 720996, 0, 65537, 720997, 0, 65537, 720998, 0, 65537, 720999, 0, 65537, 721000, 0, 65537, 721001, 0, 65537, 721002, 0, 65537, 721003, 0, 65537, 721004, 0, 65537, 721005, 0, 65537, 721006, 0, 65537, 721007, 0, 65537, 721008, 0, 65537, 721009, 0, 65537, 721010, 0, 65537, 721011, 0, 65537, 721012, 0, 65537, 721013, 0, 65537, 721014, 0, 65537, 721015, 0, 65537, 721016, 0, 65537, 721017, 0, 65537, 721018, 0, 65537, 721019, 0, 65537, 721020, 0, 65537, 721021, 0, 65537, 721022, 0, 65537, 721023, 0, 65537, 721024, 0, 65537, 721025, 0, 65537, 721026, 0, 65537, 721027, 0, 65537, 721028, 0, 65537, 721029, 0, 65537, 721030, 0, 65537, 721031, 0, 65537, 721032, 0, 65537, 721033, 0, 65537, 721034, 0, 65537, 721035, 0, 65537, 721036, 0, 65537, 721037, 0, 65537, 721038, 0, 65537, 721039, 0, 65537, 721040, 0, 65537, 721041, 0, 65537, 721042, 0, 65537, 721043, 0, 65537, 721044, 0, 65537, 721045, 0, 65537, 721046, 0, 65537, 721047, 0, 65537, 721048, 0, 65537, 721049, 0, 65537, 721050, 0, 65537, 721051, 0, 65537, 721052, 0, 65537, 721053, 0, 65537, 721054, 0, 65537, 721055, 0, 65537, 721056, 0, 65537, 721057, 0, 65537, 721058, 0, 65537, 721059, 0, 65537, 721060, 0, 65537, 721061, 0, 65537, 721062, 0, 65537, 721063, 0, 65537, 721064, 0, 65537, 721065, 0, 65537, 721066, 0, 65537, 721067, 0, 65537, 721068, 0, 65537, 721069, 0, 65537, 721070, 0, 65537, 721071, 0, 65537, 721072, 0, 65537, 721073, 0, 65537, 721074, 0, 65537, 721075, 0, 65537, 721076, 0, 65537, 721077, 0, 65537, 721078, 0, 65537, 721079, 0, 65537, 721080, 0, 65537, 721081, 0, 65537, 721082, 0, 65537, 721083, 0, 65537, 721084, 0, 65537, 721085, 0, 65537, 721086, 0, 65537, 721087, 0, 65537, 721088, 0, 65537, 721089, 0, 65537, 721090, 0, 65537, 721091, 0, 65537, 721092, 0, 65537, 721093, 0, 65537, 721094, 0, 65537, 721095, 0, 65537, 721096, 0, 65537, 721097, 0, 65537, 721098, 0, 65537, 721099, 0, 65537, 721100, 0, 65537, 721101, 0, 65537, 721102, 0, 65537, 721103, 0, 65537, 721104, 0, 65537, 721105, 0, 65537, 721106, 0, 65537, 721107, 0, 65537, 721108, 0, 65537, 721109, 0, 65537, 721110, 0, 65537, 721111, 0, 65537, 721112, 0, 65537, 721113, 0, 65537, 721114, 0, 65537, 721115, 0, 65538, 851957, 0, 65536, 851958, 0, 65537, 851959, 0, 65537, 851960, 0, 65537, 851961, 0, 65537, 851962, 0, 65537, 851963, 0, 65537, 851964, 0, 65537, 851965, 0, 65537, 851966, 0, 65537, 851967, 0, 65537, 786432, 0, 65537, 786433, 0, 65537, 786434, 0, 65537, 786435, 0, 65537, 786436, 0, 65537, 786437, 0, 65537, 786438, 0, 65537, 786439, 0, 65537, 786440, 0, 65537, 786441, 0, 65537, 786442, 0, 65537, 786443, 0, 65537, 786444, 0, 65537, 786445, 0, 65537, 786446, 0, 65537, 786447, 0, 65537, 786448, 0, 65537, 786449, 0, 65537, 786450, 0, 65537, 786451, 0, 65537, 786452, 0, 65537, 786453, 0, 65537, 786454, 0, 65537, 786455, 0, 65537, 786456, 0, 65537, 786457, 0, 65537, 786458, 0, 65537, 786459, 0, 65537, 786460, 0, 65537, 786461, 0, 65537, 786462, 0, 65537, 786463, 0, 65537, 786464, 0, 65537, 786465, 0, 65537, 786466, 0, 65537, 786467, 0, 65537, 786468, 0, 65537, 786469, 0, 65537, 786470, 0, 65537, 786471, 0, 65537, 786472, 0, 65537, 786473, 0, 65537, 786474, 0, 65537, 786475, 0, 65537, 786476, 0, 65537, 786477, 0, 65537, 786478, 0, 65537, 786479, 0, 65537, 786480, 0, 65537, 786481, 0, 65537, 786482, 0, 65537, 786483, 0, 65537, 786484, 0, 65537, 786485, 0, 65537, 786486, 0, 65537, 786487, 0, 65537, 786488, 0, 65537, 786489, 0, 65537, 786490, 0, 65537, 786491, 0, 65537, 786492, 0, 65537, 786493, 0, 65537, 786494, 0, 65537, 786495, 0, 65537, 786496, 0, 65537, 786497, 0, 65537, 786498, 0, 65537, 786499, 0, 65537, 786500, 0, 65537, 786501, 0, 65537, 786502, 0, 65537, 786503, 0, 65537, 786504, 0, 65537, 786505, 0, 65537, 786506, 0, 65537, 786507, 0, 65537, 786508, 0, 65537, 786509, 0, 65537, 786510, 0, 65537, 786511, 0, 65537, 786512, 0, 65537, 786513, 0, 65537, 786514, 0, 65537, 786515, 0, 65537, 786516, 0, 65537, 786517, 0, 65537, 786518, 0, 65537, 786519, 0, 65537, 786520, 0, 65537, 786521, 0, 65537, 786522, 0, 65537, 786523, 0, 65537, 786524, 0, 65537, 786525, 0, 65537, 786526, 0, 65537, 786527, 0, 65537, 786528, 0, 65537, 786529, 0, 65537, 786530, 0, 65537, 786531, 0, 65537, 786532, 0, 65537, 786533, 0, 65537, 786534, 0, 65537, 786535, 0, 65537, 786536, 0, 65537, 786537, 0, 65537, 786538, 0, 65537, 786539, 0, 65537, 786540, 0, 65537, 786541, 0, 65537, 786542, 0, 65537, 786543, 0, 65537, 786544, 0, 65537, 786545, 0, 65537, 786546, 0, 65537, 786547, 0, 65537, 786548, 0, 65537, 786549, 0, 65537, 786550, 0, 65537, 786551, 0, 65537, 786552, 0, 65537, 786553, 0, 65537, 786554, 0, 65537, 786555, 0, 65537, 786556, 0, 65537, 786557, 0, 65537, 786558, 0, 65537, 786559, 0, 65537, 786560, 0, 65537, 786561, 0, 65537, 786562, 0, 65537, 786563, 0, 65537, 786564, 0, 65537, 786565, 0, 65537, 786566, 0, 65537, 786567, 0, 65537, 786568, 0, 65537, 786569, 0, 65537, 786570, 0, 65537, 786571, 0, 65537, 786572, 0, 65537, 786573, 0, 65537, 786574, 0, 65537, 786575, 0, 65537, 786576, 0, 65537, 786577, 0, 65537, 786578, 0, 65537, 786579, 0, 65537, 786580, 0, 65537, 786581, 0, 65537, 786582, 0, 65537, 786583, 0, 65537, 786584, 0, 65537, 786585, 0, 65537, 786586, 0, 65537, 786587, 0, 65537, 786588, 0, 65537, 786589, 0, 65537, 786590, 0, 65537, 786591, 0, 65537, 786592, 0, 65537, 786593, 0, 65537, 786594, 0, 65537, 786595, 0, 65537, 786596, 0, 65537, 786597, 0, 65537, 786598, 0, 65537, 786599, 0, 65537, 786600, 0, 65537, 786601, 0, 65537, 786602, 0, 65537, 786603, 0, 65537, 786604, 0, 65537, 786605, 0, 65537, 786606, 0, 65537, 786607, 0, 65537, 786608, 0, 65537, 786609, 0, 65537, 786610, 0, 65537, 786611, 0, 65537, 786612, 0, 65537, 786613, 0, 65537, 786614, 0, 65537, 786615, 0, 65537, 786616, 0, 65537, 786617, 0, 65537, 786618, 0, 65537, 786619, 0, 65537, 786620, 0, 65537, 786621, 0, 65537, 786622, 0, 65537, 786623, 0, 65537, 786624, 0, 65537, 786625, 0, 65537, 786626, 0, 65537, 786627, 0, 65537, 786628, 0, 65537, 786629, 0, 65537, 786630, 0, 65537, 786631, 0, 65537, 786632, 0, 65537, 786633, 0, 65537, 786634, 0, 65537, 786635, 0, 65537, 786636, 0, 65537, 786637, 0, 65537, 786638, 0, 65537, 786639, 0, 65537, 786640, 0, 65537, 786641, 0, 65537, 786642, 0, 65537, 786643, 0, 65537, 786644, 0, 65537, 786645, 0, 65537, 786646, 0, 65537, 786647, 0, 65537, 786648, 0, 65537, 786649, 0, 65537, 786650, 0, 65537, 786651, 0, 65538, 917493, 0, 65536, 917494, 0, 65537, 917495, 0, 65537, 917496, 0, 65537, 917497, 0, 65537, 917498, 0, 65537, 917499, 0, 65537, 917500, 0, 65537, 917501, 0, 65537, 917502, 0, 65537, 917503, 0, 65537, 851968, 0, 65537, 851969, 0, 65537, 851970, 0, 65537, 851971, 0, 65537, 851972, 0, 65537, 851973, 0, 65537, 851974, 0, 65537, 851975, 0, 65537, 851976, 0, 65537, 851977, 0, 65537, 851978, 0, 65537, 851979, 0, 65537, 851980, 0, 65537, 851981, 0, 65537, 851982, 0, 65537, 851983, 0, 65537, 851984, 0, 65537, 851985, 0, 65537, 851986, 0, 65537, 851987, 0, 65537, 851988, 0, 65537, 851989, 0, 65537, 851990, 0, 65537, 851991, 0, 65537, 851992, 0, 65537, 851993, 0, 65537, 851994, 0, 65537, 851995, 0, 65537, 851996, 0, 65537, 851997, 0, 65537, 851998, 0, 65537, 851999, 0, 65537, 852000, 0, 65537, 852001, 0, 65537, 852002, 0, 65537, 852003, 0, 65537, 852004, 0, 65537, 852005, 0, 65537, 852006, 0, 65537, 852007, 0, 65537, 852008, 0, 65537, 852009, 0, 65537, 852010, 0, 65537, 852011, 0, 65537, 852012, 0, 65537, 852013, 0, 65537, 852014, 0, 65537, 852015, 0, 65537, 852016, 0, 65537, 852017, 0, 65537, 852018, 0, 65537, 852019, 0, 65537, 852020, 0, 65537, 852021, 0, 65537, 852022, 0, 65537, 852023, 0, 65537, 852024, 0, 65537, 852025, 0, 65537, 852026, 0, 65537, 852027, 0, 65537, 852028, 0, 65537, 852029, 0, 65537, 852030, 0, 65537, 852031, 0, 65537, 852032, 0, 65537, 852033, 0, 65537, 852034, 0, 65537, 852035, 0, 65537, 852036, 0, 65537, 852037, 0, 65537, 852038, 0, 65537, 852039, 0, 65537, 852040, 0, 65537, 852041, 0, 65537, 852042, 0, 65537, 852043, 0, 65537, 852044, 0, 65537, 852045, 0, 65537, 852046, 0, 65537, 852047, 0, 65537, 852048, 0, 65537, 852049, 0, 65537, 852050, 0, 65537, 852051, 0, 65537, 852052, 0, 65537, 852053, 0, 65537, 852054, 0, 65537, 852055, 0, 65537, 852056, 0, 65537, 852057, 0, 65537, 852058, 0, 65537, 852059, 0, 65537, 852060, 0, 65537, 852061, 0, 65537, 852062, 0, 65537, 852063, 0, 65537, 852064, 0, 65537, 852065, 0, 65537, 852066, 0, 65537, 852067, 0, 65537, 852068, 0, 65537, 852069, 0, 65537, 852070, 0, 65537, 852071, 0, 65537, 852072, 0, 65537, 852073, 0, 65537, 852074, 0, 65537, 852075, 0, 65537, 852076, 0, 65537, 852077, 0, 65537, 852078, 0, 65537, 852079, 0, 65537, 852080, 0, 65537, 852081, 0, 65537, 852082, 0, 65537, 852083, 0, 65537, 852084, 0, 65537, 852085, 0, 65537, 852086, 0, 65537, 852087, 0, 65537, 852088, 0, 65537, 852089, 0, 65537, 852090, 0, 65537, 852091, 0, 65537, 852092, 0, 65537, 852093, 0, 65537, 852094, 0, 65537, 852095, 0, 65537, 852096, 0, 65537, 852097, 0, 65537, 852098, 0, 65537, 852099, 0, 65537, 852100, 0, 65537, 852101, 0, 65537, 852102, 0, 65537, 852103, 0, 65537, 852104, 0, 65537, 852105, 0, 65537, 852106, 0, 65537, 852107, 0, 65537, 852108, 0, 65537, 852109, 0, 65537, 852110, 0, 65537, 852111, 0, 65537, 852112, 0, 65537, 852113, 0, 65537, 852114, 0, 65537, 852115, 0, 65537, 852116, 0, 65537, 852117, 0, 65537, 852118, 0, 65537, 852119, 0, 65537, 852120, 0, 65537, 852121, 0, 65537, 852122, 0, 65537, 852123, 0, 65537, 852124, 0, 65537, 852125, 0, 65537, 852126, 0, 65537, 852127, 0, 65537, 852128, 0, 65537, 852129, 0, 65537, 852130, 0, 65537, 852131, 0, 65537, 852132, 0, 65537, 852133, 0, 65537, 852134, 0, 65537, 852135, 0, 65537, 852136, 0, 65537, 852137, 0, 65537, 852138, 0, 65537, 852139, 0, 65537, 852140, 0, 65537, 852141, 0, 65537, 852142, 0, 65537, 852143, 0, 65537, 852144, 0, 65537, 852145, 0, 65537, 852146, 0, 65537, 852147, 0, 65537, 852148, 0, 65537, 852149, 0, 65537, 852150, 0, 65537, 852151, 0, 65537, 852152, 0, 65537, 852153, 0, 65537, 852154, 0, 65537, 852155, 0, 65537, 852156, 0, 65537, 852157, 0, 65537, 852158, 0, 65537, 852159, 0, 65537, 852160, 0, 65537, 852161, 0, 65537, 852162, 0, 65537, 852163, 0, 65537, 852164, 0, 65537, 852165, 0, 65537, 852166, 0, 65537, 852167, 0, 65537, 852168, 0, 65537, 852169, 0, 65537, 852170, 0, 65537, 852171, 0, 65537, 852172, 0, 65537, 852173, 0, 65537, 852174, 0, 65537, 852175, 0, 65537, 852176, 0, 65537, 852177, 0, 65537, 852178, 0, 65537, 852179, 0, 65537, 852180, 0, 65537, 852181, 0, 65537, 852182, 0, 65537, 852183, 0, 65537, 852184, 0, 65537, 852185, 0, 65537, 852186, 0, 65537, 852187, 0, 65538, 983029, 0, 65536, 983030, 0, 65537, 983031, 0, 65537, 983032, 0, 65537, 983033, 0, 65537, 983034, 0, 65537, 983035, 0, 65537, 983036, 0, 65537, 983037, 0, 65537, 983038, 0, 65537, 983039, 0, 65537, 917504, 0, 65537, 917505, 0, 65537, 917506, 0, 65537, 917507, 0, 65537, 917508, 0, 65537, 917509, 0, 65537, 917510, 0, 65537, 917511, 0, 65537, 917512, 0, 65537, 917513, 0, 65537, 917514, 0, 65537, 917515, 0, 65537, 917516, 0, 65537, 917517, 0, 65537, 917518, 0, 65537, 917519, 0, 65537, 917520, 0, 65537, 917521, 0, 65537, 917522, 0, 65537, 917523, 0, 65537, 917524, 0, 65537, 917525, 0, 65537, 917526, 0, 65537, 917527, 0, 65537, 917528, 0, 65537, 917529, 0, 65537, 917530, 0, 65537, 917531, 0, 65537, 917532, 0, 65537, 917533, 0, 65537, 917534, 0, 65537, 917535, 0, 65537, 917536, 0, 65537, 917537, 0, 65537, 917538, 0, 65537, 917539, 0, 65537, 917540, 0, 65537, 917541, 0, 65537, 917542, 0, 65537, 917543, 0, 65537, 917544, 0, 65537, 917545, 0, 65537, 917546, 0, 65537, 917547, 0, 65537, 917548, 0, 65537, 917549, 0, 65537, 917550, 0, 65537, 917551, 0, 65537, 917552, 0, 65537, 917553, 0, 65537, 917554, 0, 65537, 917555, 0, 65537, 917556, 0, 65537, 917557, 0, 65537, 917558, 0, 65537, 917559, 0, 65537, 917560, 0, 65537, 917561, 0, 65537, 917562, 0, 65537, 917563, 0, 65537, 917564, 0, 65537, 917565, 0, 65537, 917566, 0, 65537, 917567, 0, 65537, 917568, 0, 65537, 917569, 0, 65537, 917570, 0, 65537, 917571, 0, 65537, 917572, 0, 65537, 917573, 0, 65537, 917574, 0, 65537, 917575, 0, 65537, 917576, 0, 65537, 917577, 0, 65537, 917578, 0, 65537, 917579, 0, 65537, 917580, 0, 65537, 917581, 0, 65537, 917582, 0, 65537, 917583, 0, 65537, 917584, 0, 65537, 917585, 0, 65537, 917586, 0, 65537, 917587, 0, 65537, 917588, 0, 65537, 917589, 0, 65537, 917590, 0, 65537, 917591, 0, 65537, 917592, 0, 65537, 917593, 0, 65537, 917594, 0, 65537, 917595, 0, 65537, 917596, 0, 65537, 917597, 0, 65537, 917598, 0, 65537, 917599, 0, 65537, 917600, 0, 65537, 917601, 0, 65537, 917602, 0, 65537, 917603, 0, 65537, 917604, 0, 65537, 917605, 0, 65537, 917606, 0, 65537, 917607, 0, 65537, 917608, 0, 65537, 917609, 0, 65537, 917610, 0, 65537, 917611, 0, 65537, 917612, 0, 65537, 917613, 0, 65537, 917614, 0, 65537, 917615, 0, 65537, 917616, 0, 65537, 917617, 0, 65537, 917618, 0, 65537, 917619, 0, 65537, 917620, 0, 65537, 917621, 0, 65537, 917622, 0, 65537, 917623, 0, 65537, 917624, 0, 65537, 917625, 0, 65537, 917626, 0, 65537, 917627, 0, 65537, 917628, 0, 65537, 917629, 0, 65537, 917630, 0, 65537, 917631, 0, 65537, 917632, 0, 65537, 917633, 0, 65537, 917634, 0, 65537, 917635, 0, 65537, 917636, 0, 65537, 917637, 0, 65537, 917638, 0, 65537, 917639, 0, 65537, 917640, 0, 65537, 917641, 0, 65537, 917642, 0, 65537, 917643, 0, 65537, 917644, 0, 65537, 917645, 0, 65537, 917646, 0, 65537, 917647, 0, 65537, 917648, 0, 65537, 917649, 0, 65537, 917650, 0, 65537, 917651, 0, 65537, 917652, 0, 65537, 917653, 0, 65537, 917654, 0, 65537, 917655, 0, 65537, 917656, 0, 65537, 917657, 0, 65537, 917658, 0, 65537, 917659, 0, 65537, 917660, 0, 65537, 917661, 0, 65537, 917662, 0, 65537, 917663, 0, 65537, 917664, 0, 65537, 917665, 0, 65537, 917666, 0, 65537, 917667, 0, 65537, 917668, 0, 65537, 917669, 0, 65537, 917670, 0, 65537, 917671, 0, 65537, 917672, 0, 65537, 917673, 0, 65537, 917674, 0, 65537, 917675, 0, 65537, 917676, 0, 65537, 917677, 0, 65537, 917678, 0, 65537, 917679, 0, 65537, 917680, 0, 65537, 917681, 0, 65537, 917682, 0, 65537, 917683, 0, 65537, 917684, 0, 65537, 917685, 0, 65537, 917686, 0, 65537, 917687, 0, 65537, 917688, 0, 65537, 917689, 0, 65537, 917690, 0, 65537, 917691, 0, 65537, 917692, 0, 65537, 917693, 0, 65537, 917694, 0, 65537, 917695, 0, 65537, 917696, 0, 65537, 917697, 0, 65537, 917698, 0, 65537, 917699, 0, 65537, 917700, 0, 65537, 917701, 0, 65537, 917702, 0, 65537, 917703, 0, 65537, 917704, 0, 65537, 917705, 0, 65537, 917706, 0, 65537, 917707, 0, 65537, 917708, 0, 65537, 917709, 0, 65537, 917710, 0, 65537, 917711, 0, 65537, 917712, 0, 65537, 917713, 0, 65537, 917714, 0, 65537, 917715, 0, 65537, 917716, 0, 65537, 917717, 0, 65537, 917718, 0, 65537, 917719, 0, 65537, 917720, 0, 65537, 917721, 0, 65537, 917722, 0, 65537, 917723, 0, 65538, 1048565, 0, 65536, 1048566, 0, 65537, 1048567, 0, 65537, 1048568, 0, 65537, 1048569, 0, 65537, 1048570, 0, 65537, 1048571, 0, 65537, 1048572, 0, 65537, 1048573, 0, 65537, 1048574, 0, 65537, 1048575, 0, 65537, 983040, 0, 65537, 983041, 0, 65537, 983042, 0, 65537, 983043, 0, 65537, 983044, 0, 65537, 983045, 0, 65537, 983046, 0, 65537, 983047, 0, 65537, 983048, 0, 65537, 983049, 0, 65537, 983050, 0, 65537, 983051, 0, 65537, 983052, 0, 65537, 983053, 0, 65537, 983054, 0, 65537, 983055, 0, 65537, 983056, 0, 65537, 983057, 0, 65537, 983058, 0, 65537, 983059, 0, 65537, 983060, 0, 65537, 983061, 0, 65537, 983062, 0, 65537, 983063, 0, 65537, 983064, 0, 65537, 983065, 0, 65537, 983066, 0, 65537, 983067, 0, 65537, 983068, 0, 65537, 983069, 0, 65537, 983070, 0, 65537, 983071, 0, 65537, 983072, 0, 65537, 983073, 0, 65537, 983074, 0, 65537, 983075, 0, 65537, 983076, 0, 65537, 983077, 0, 65537, 983078, 0, 65537, 983079, 0, 65537, 983080, 0, 65537, 983081, 0, 65537, 983082, 0, 65537, 983083, 0, 65537, 983084, 0, 65537, 983085, 0, 65537, 983086, 0, 65537, 983087, 0, 65537, 983088, 0, 65537, 983089, 0, 65537, 983090, 0, 65537, 983091, 0, 65537, 983092, 0, 65537, 983093, 0, 65537, 983094, 0, 65537, 983095, 0, 65537, 983096, 0, 65537, 983097, 0, 65537, 983098, 0, 65537, 983099, 0, 65537, 983100, 0, 65537, 983101, 0, 65537, 983102, 0, 65537, 983103, 0, 65537, 983104, 0, 65537, 983105, 0, 65537, 983106, 0, 65537, 983107, 0, 65537, 983108, 0, 65537, 983109, 0, 65537, 983110, 0, 65537, 983111, 0, 65537, 983112, 0, 65537, 983113, 0, 65537, 983114, 0, 65537, 983115, 0, 65537, 983116, 0, 65537, 983117, 0, 65537, 983118, 0, 65537, 983119, 0, 65537, 983120, 0, 65537, 983121, 0, 65537, 983122, 0, 65537, 983123, 0, 65537, 983124, 0, 65537, 983125, 0, 65537, 983126, 0, 65537, 983127, 0, 65537, 983128, 0, 65537, 983129, 0, 65537, 983130, 0, 65537, 983131, 0, 65537, 983132, 0, 65537, 983133, 0, 65537, 983134, 0, 65537, 983135, 0, 65537, 983136, 0, 65537, 983137, 0, 65537, 983138, 0, 65537, 983139, 0, 65537, 983140, 0, 65537, 983141, 0, 65537, 983142, 0, 65537, 983143, 0, 65537, 983144, 0, 65537, 983145, 0, 65537, 983146, 0, 65537, 983147, 0, 65537, 983148, 0, 65537, 983149, 0, 65537, 983150, 0, 65537, 983151, 0, 65537, 983152, 0, 65537, 983153, 0, 65537, 983154, 0, 65537, 983155, 0, 65537, 983156, 0, 65537, 983157, 0, 65537, 983158, 0, 65537, 983159, 0, 65537, 983160, 0, 65537, 983161, 0, 65537, 983162, 0, 65537, 983163, 0, 65537, 983164, 0, 65537, 983165, 0, 65537, 983166, 0, 65537, 983167, 0, 65537, 983168, 0, 65537, 983169, 0, 65537, 983170, 0, 65537, 983171, 0, 65537, 983172, 0, 65537, 983173, 0, 65537, 983174, 0, 65537, 983175, 0, 65537, 983176, 0, 65537, 983177, 0, 65537, 983178, 0, 65537, 983179, 0, 65537, 983180, 0, 65537, 983181, 0, 65537, 983182, 0, 65537, 983183, 0, 65537, 983184, 0, 65537, 983185, 0, 65537, 983186, 0, 65537, 983187, 0, 65537, 983188, 0, 65537, 983189, 0, 65537, 983190, 0, 65537, 983191, 0, 65537, 983192, 0, 65537, 983193, 0, 65537, 983194, 0, 65537, 983195, 0, 65537, 983196, 0, 65537, 983197, 0, 65537, 983198, 0, 65537, 983199, 0, 65537, 983200, 0, 65537, 983201, 0, 65537, 983202, 0, 65537, 983203, 0, 65537, 983204, 0, 65537, 983205, 0, 65537, 983206, 0, 65537, 983207, 0, 65537, 983208, 0, 65537, 983209, 0, 65537, 983210, 0, 65537, 983211, 0, 65537, 983212, 0, 65537, 983213, 0, 65537, 983214, 0, 65537, 983215, 0, 65537, 983216, 0, 65537, 983217, 0, 65537, 983218, 0, 65537, 983219, 0, 65537, 983220, 0, 65537, 983221, 0, 65537, 983222, 0, 65537, 983223, 0, 65537, 983224, 0, 65537, 983225, 0, 65537, 983226, 0, 65537, 983227, 0, 65537, 983228, 0, 65537, 983229, 0, 65537, 983230, 0, 65537, 983231, 0, 65537, 983232, 0, 65537, 983233, 0, 65537, 983234, 0, 65537, 983235, 0, 65537, 983236, 0, 65537, 983237, 0, 65537, 983238, 0, 65537, 983239, 0, 65537, 983240, 0, 65537, 983241, 0, 65537, 983242, 0, 65537, 983243, 0, 65537, 983244, 0, 65537, 983245, 0, 65537, 983246, 0, 65537, 983247, 0, 65537, 983248, 0, 65537, 983249, 0, 65537, 983250, 0, 65537, 983251, 0, 65537, 983252, 0, 65537, 983253, 0, 65537, 983254, 0, 65537, 983255, 0, 65537, 983256, 0, 65537, 983257, 0, 65537, 983258, 0, 65537, 983259, 0, 65538, 1114101, 0, 131072, 1114102, 0, 131073, 1114103, 0, 131073, 1114104, 0, 131073, 1114105, 0, 131073, 1114106, 0, 131073, 1114107, 0, 131073, 1114108, 0, 131073, 1114109, 0, 131073, 1114110, 0, 131073, 1114111, 0, 131073, 1048576, 0, 131073, 1048577, 0, 131073, 1048578, 0, 131073, 1048579, 0, 131073, 1048580, 0, 131073, 1048581, 0, 131073, 1048582, 0, 131073, 1048583, 0, 131073, 1048584, 0, 131073, 1048585, 0, 131073, 1048586, 0, 131073, 1048587, 0, 131073, 1048588, 0, 131073, 1048589, 0, 131073, 1048590, 0, 131073, 1048591, 0, 131073, 1048592, 0, 131073, 1048593, 0, 131073, 1048594, 0, 131073, 1048595, 0, 131073, 1048596, 0, 131073, 1048597, 0, 131073, 1048598, 0, 131073, 1048599, 0, 131073, 1048600, 0, 131073, 1048601, 0, 262149, 1048602, 0, 65537, 1048603, 0, 65537, 1048604, 0, 65537, 1048605, 0, 65537, 1048606, 0, 65537, 1048607, 0, 65537, 1048608, 0, 65537, 1048609, 0, 65537, 1048610, 0, 65537, 1048611, 0, 65537, 1048612, 0, 65537, 1048613, 0, 65537, 1048614, 0, 65537, 1048615, 0, 65537, 1048616, 0, 65537, 1048617, 0, 65537, 1048618, 0, 65537, 1048619, 0, 65537, 1048620, 0, 65537, 1048621, 0, 65537, 1048622, 0, 65537, 1048623, 0, 65537, 1048624, 0, 65537, 1048625, 0, 65537, 1048626, 0, 65537, 1048627, 0, 65537, 1048628, 0, 65537, 1048629, 0, 65537, 1048630, 0, 65537, 1048631, 0, 65537, 1048632, 0, 65537, 1048633, 0, 65537, 1048634, 0, 65537, 1048635, 0, 65537, 1048636, 0, 65537, 1048637, 0, 65537, 1048638, 0, 65537, 1048639, 0, 65537, 1048640, 0, 65537, 1048641, 0, 65537, 1048642, 0, 65537, 1048643, 0, 65537, 1048644, 0, 65537, 1048645, 0, 65537, 1048646, 0, 65537, 1048647, 0, 65537, 1048648, 0, 65537, 1048649, 0, 65537, 1048650, 0, 65537, 1048651, 0, 65537, 1048652, 0, 65537, 1048653, 0, 65537, 1048654, 0, 65537, 1048655, 0, 65537, 1048656, 0, 65537, 1048657, 0, 65537, 1048658, 0, 65537, 1048659, 0, 65537, 1048660, 0, 65537, 1048661, 0, 65537, 1048662, 0, 65537, 1048663, 0, 65537, 1048664, 0, 65537, 1048665, 0, 65537, 1048666, 0, 65537, 1048667, 0, 65537, 1048668, 0, 65537, 1048669, 0, 65537, 1048670, 0, 65537, 1048671, 0, 65537, 1048672, 0, 65537, 1048673, 0, 65537, 1048674, 0, 65537, 1048675, 0, 65537, 1048676, 0, 65537, 1048677, 0, 65537, 1048678, 0, 65537, 1048679, 0, 65537, 1048680, 0, 65537, 1048681, 0, 65537, 1048682, 0, 65537, 1048683, 0, 65537, 1048684, 0, 65537, 1048685, 0, 65537, 1048686, 0, 65537, 1048687, 0, 65537, 1048688, 0, 65537, 1048689, 0, 65537, 1048690, 0, 65537, 1048691, 0, 65537, 1048692, 0, 65537, 1048693, 0, 65537, 1048694, 0, 65537, 1048695, 0, 65537, 1048696, 0, 65537, 1048697, 0, 65537, 1048698, 0, 65537, 1048699, 0, 65537, 1048700, 0, 65537, 1048701, 0, 65537, 1048702, 0, 65537, 1048703, 0, 65537, 1048704, 0, 65537, 1048705, 0, 65537, 1048706, 0, 65537, 1048707, 0, 65537, 1048708, 0, 65537, 1048709, 0, 65537, 1048710, 0, 65537, 1048711, 0, 65537, 1048712, 0, 65537, 1048713, 0, 65537, 1048714, 0, 65537, 1048715, 0, 65537, 1048716, 0, 65537, 1048717, 0, 65537, 1048718, 0, 65537, 1048719, 0, 65537, 1048720, 0, 65537, 1048721, 0, 65537, 1048722, 0, 65537, 1048723, 0, 65537, 1048724, 0, 65537, 1048725, 0, 65537, 1048726, 0, 65537, 1048727, 0, 65537, 1048728, 0, 65537, 1048729, 0, 65537, 1048730, 0, 65537, 1048731, 0, 65537, 1048732, 0, 65537, 1048733, 0, 65537, 1048734, 0, 65537, 1048735, 0, 65537, 1048736, 0, 65537, 1048737, 0, 65537, 1048738, 0, 65537, 1048739, 0, 65537, 1048740, 0, 65537, 1048741, 0, 65537, 1048742, 0, 65537, 1048743, 0, 65537, 1048744, 0, 65537, 1048745, 0, 65537, 1048746, 0, 65537, 1048747, 0, 65537, 1048748, 0, 65537, 1048749, 0, 65537, 1048750, 0, 65537, 1048751, 0, 65537, 1048752, 0, 65537, 1048753, 0, 65537, 1048754, 0, 65537, 1048755, 0, 65537, 1048756, 0, 65537, 1048757, 0, 65537, 1048758, 0, 65537, 1048759, 0, 65537, 1048760, 0, 65537, 1048761, 0, 65537, 1048762, 0, 65537, 1048763, 0, 65537, 1048764, 0, 65537, 1048765, 0, 65537, 1048766, 0, 65537, 1048767, 0, 65537, 1048768, 0, 65537, 1048769, 0, 65537, 1048770, 0, 65537, 1048771, 0, 65537, 1048772, 0, 65537, 1048773, 0, 65537, 1048774, 0, 65537, 1048775, 0, 65537, 1048776, 0, 65537, 1048777, 0, 65537, 1048778, 0, 65537, 1048779, 0, 65537, 1048780, 0, 65537, 1048781, 0, 65537, 1048782, 0, 65537, 1048783, 0, 65537, 1048784, 0, 65537, 1048785, 0, 65537, 1048786, 0, 65537, 1048787, 0, 65537, 1048788, 0, 65537, 1048789, 0, 65537, 1048790, 0, 65537, 1048791, 0, 65537, 1048792, 0, 65537, 1048793, 0, 65537, 1048794, 0, 65537, 1048795, 0, 65538, 1114137, 0, 131072, 1114138, 0, 131073, 1114139, 0, 131073, 1114140, 0, 131073, 1114141, 0, 131073, 1114142, 0, 131073, 1114143, 0, 131073, 1114144, 0, 131073, 1114145, 0, 131073, 1114146, 0, 131073, 1114147, 0, 131073, 1114148, 0, 131073, 1114149, 0, 131073, 1114150, 0, 131073, 1114151, 0, 131073, 1114152, 0, 131073, 1114153, 0, 131073, 1114154, 0, 131073, 1114155, 0, 131073, 1114156, 0, 131073, 1114157, 0, 131073, 1114158, 0, 131073, 1114159, 0, 131073, 1114160, 0, 131073, 1114161, 0, 131073, 1114162, 0, 131073, 1114163, 0, 131073, 1114164, 0, 131073, 1114165, 0, 131073, 1114166, 0, 131073, 1114167, 0, 131073, 1114168, 0, 131073, 1114169, 0, 131073, 1114170, 0, 131073, 1114171, 0, 131073, 1114172, 0, 131073, 1114173, 0, 131073, 1114174, 0, 131073, 1114175, 0, 131073, 1114176, 0, 131073, 1114177, 0, 131073, 1114178, 0, 131073, 1114179, 0, 131073, 1114180, 0, 131073, 1114181, 0, 131073, 1114182, 0, 131073, 1114183, 0, 131073, 1114184, 0, 131073, 1114185, 0, 131073, 1114186, 0, 131073, 1114187, 0, 131073, 1114188, 0, 131073, 1114189, 0, 131073, 1114190, 0, 131073, 1114191, 0, 131073, 1114192, 0, 131073, 1114193, 0, 131073, 1114194, 0, 131073, 1114195, 0, 131073, 1114196, 0, 131073, 1114197, 0, 131073, 1114198, 0, 131073, 1114199, 0, 131073, 1114200, 0, 131073, 1114201, 0, 131073, 1114202, 0, 131073, 1114203, 0, 131073, 1114204, 0, 131073, 1114205, 0, 131073, 1114206, 0, 131073, 1114207, 0, 131073, 1114208, 0, 131073, 1114209, 0, 131073, 1114210, 0, 131073, 1114211, 0, 131073, 1114212, 0, 131073, 1114213, 0, 131073, 1114214, 0, 131073, 1114215, 0, 131073, 1114216, 0, 131073, 1114217, 0, 131073, 1114218, 0, 131073, 1114219, 0, 131073, 1114220, 0, 131073, 1114221, 0, 131073, 1114222, 0, 131073, 1114223, 0, 131073, 1114224, 0, 131073, 1114225, 0, 131073, 1114226, 0, 131073, 1114227, 0, 131073, 1114228, 0, 131073, 1114229, 0, 131073, 1114230, 0, 131073, 1114231, 0, 131073, 1114232, 0, 131073, 1114233, 0, 131073, 1114234, 0, 131073, 1114235, 0, 131073, 1114236, 0, 131073, 1114237, 0, 131073, 1114238, 0, 131073, 1114239, 0, 131073, 1114240, 0, 131073, 1114241, 0, 131073, 1114242, 0, 131073, 1114243, 0, 131073, 1114244, 0, 131073, 1114245, 0, 131073, 1114246, 0, 131073, 1114247, 0, 131073, 1114248, 0, 131073, 1114249, 0, 131073, 1114250, 0, 131073, 1114251, 0, 131073, 1114252, 0, 131073, 1114253, 0, 131073, 1114254, 0, 131073, 1114255, 0, 131073, 1114256, 0, 131073, 1114257, 0, 131073, 1114258, 0, 131073, 1114259, 0, 131073, 1114260, 0, 131073, 1114261, 0, 131073, 1114262, 0, 131073, 1114263, 0, 131073, 1114264, 0, 131073, 1114265, 0, 131073, 1114266, 0, 131073, 1114267, 0, 131073, 1114268, 0, 131073, 1114269, 0, 131073, 1114270, 0, 131073, 1114271, 0, 131073, 1114272, 0, 131073, 1114273, 0, 131073, 1114274, 0, 131073, 1114275, 0, 131073, 1114276, 0, 131073, 1114277, 0, 131073, 1114278, 0, 131073, 1114279, 0, 131073, 1114280, 0, 131073, 1114281, 0, 131073, 1114282, 0, 131073, 1114283, 0, 131073, 1114284, 0, 131073, 1114285, 0, 131073, 1114286, 0, 131073, 1114287, 0, 131073, 1114288, 0, 131073, 1114289, 0, 131073, 1114290, 0, 131073, 1114291, 0, 131073, 1114292, 0, 131073, 1114293, 0, 131073, 1114294, 0, 131073, 1114295, 0, 131073, 1114296, 0, 131073, 1114297, 0, 131073, 1114298, 0, 131073, 1114299, 0, 131073, 1114300, 0, 131073, 1114301, 0, 131073, 1114302, 0, 131073, 1114303, 0, 131073, 1114304, 0, 131073, 1114305, 0, 131073, 1114306, 0, 131073, 1114307, 0, 131073, 1114308, 0, 131073, 1114309, 0, 131073, 1114310, 0, 131073, 1114311, 0, 131073, 1114312, 0, 131073, 1114313, 0, 131073, 1114314, 0, 131073, 1114315, 0, 131073, 1114316, 0, 131073, 1114317, 0, 131073, 1114318, 0, 131073, 1114319, 0, 131073, 1114320, 0, 131073, 1114321, 0, 131073, 1114322, 0, 131073, 1114323, 0, 131073, 1114324, 0, 131073, 1114325, 0, 131073, 1114326, 0, 131073, 1114327, 0, 131073, 1114328, 0, 131073, 1114329, 0, 131073, 1114330, 0, 131073, 1114331, 0, 131074 )
  368. [node name="enemies" type="Node2D" parent="Levelselect/test"]
  369. [node name="Enemy" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  370. position = Vector2( 236.079, 304.464 )
  371. [node name="Enemy2" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  372. position = Vector2( 156.385, 304.464 )
  373. [node name="Enemy3" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  374. position = Vector2( 57.608, 302.219 )
  375. [node name="Enemy4" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  376. position = Vector2( 983.918, 232.923 )
  377. [node name="Enemy5" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  378. position = Vector2( 1341.71, 172.112 )
  379. [node name="Enemy6" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  380. position = Vector2( 1416.67, 169.283 )
  381. [node name="Enemy7" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  382. position = Vector2( 1494.45, 169.283 )
  383. [node name="Enemy8" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  384. position = Vector2( 2535.31, 207.467 )
  385. [node name="Enemy9" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  386. position = Vector2( 2284.99, 142.413 )
  387. [node name="Enemy10" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  388. position = Vector2( 2555.11, 80.1879 )
  389. [node name="Enemy11" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  390. position = Vector2( 2835.12, 46.2468 )
  391. [node name="Enemy12" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  392. position = Vector2( 2878.96, 46.2468 )
  393. [node name="Enemy13" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  394. position = Vector2( 2924.22, 46.2468 )
  395. [node name="Enemy14" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  396. position = Vector2( 3174.25, 46.2468 )
  397. [node name="Enemy15" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  398. position = Vector2( 3225.11, 46.2468 )
  399. [node name="Enemy16" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  400. position = Vector2( 3284.44, 46.2468 )
  401. [node name="Enemy17" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  402. position = Vector2( 3625.58, 46.2468 )
  403. [node name="Enemy18" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  404. position = Vector2( 3676.44, 46.2468 )
  405. [node name="Enemy19" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  406. position = Vector2( 3735.77, 46.2468 )
  407. [node name="Enemy20" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  408. position = Vector2( 4100.22, 137.361 )
  409. [node name="Enemy21" parent="Levelselect/test/enemies" instance=ExtResource( 13 )]
  410. position = Vector2( 4729.64, 269.902 )
  411. vida = 100
  412. speed = 200
  413. [node name="testclient" type="Node2D" parent="Levelselect"]
  414. visible = false
  415. [node name="ParallaxBackground" type="ParallaxBackground" parent="Levelselect/testclient"]
  416. [node name="ParallaxLayer4" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  417. motion_scale = Vector2( 0, 0 )
  418. motion_mirroring = Vector2( 640, 0 )
  419. [node name="Sprite" type="ColorRect" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer4"]
  420. material = SubResource( 11 )
  421. margin_top = -180.0
  422. margin_right = 640.0
  423. margin_bottom = 180.0
  424. [node name="ParallaxLayer6" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  425. motion_scale = Vector2( 0.4, 0.1 )
  426. motion_mirroring = Vector2( 640, 0 )
  427. [node name="Sprite" type="ColorRect" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer6"]
  428. material = SubResource( 9 )
  429. margin_top = -180.0
  430. margin_right = 640.0
  431. margin_bottom = 180.0
  432. [node name="ParallaxLayer5" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  433. motion_scale = Vector2( 0.4, 0.1 )
  434. motion_mirroring = Vector2( 640, 0 )
  435. [node name="Sprite" type="Sprite" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer5"]
  436. position = Vector2( 0, 36.9995 )
  437. texture = ExtResource( 16 )
  438. region_enabled = true
  439. region_rect = Rect2( 0, 0, 1280, 77 )
  440. [node name="ParallaxLayer" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  441. motion_scale = Vector2( 0.4, 0.1 )
  442. motion_mirroring = Vector2( 640, 0 )
  443. [node name="ColorRect" type="ColorRect" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer"]
  444. margin_left = 2.0
  445. margin_top = 73.0
  446. margin_right = 959.0
  447. margin_bottom = 326.0
  448. color = Color( 0.211765, 0.317647, 0.215686, 1 )
  449. [node name="ParallaxLayer3" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  450. motion_scale = Vector2( 0.6, 0.2 )
  451. motion_mirroring = Vector2( 640, 0 )
  452. [node name="Sprite" type="Sprite" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer3"]
  453. position = Vector2( 0, 65.5899 )
  454. texture = ExtResource( 15 )
  455. region_enabled = true
  456. region_rect = Rect2( 0, 0, 1280, 176 )
  457. [node name="ParallaxLayer2" type="ParallaxLayer" parent="Levelselect/testclient/ParallaxBackground"]
  458. motion_scale = Vector2( 0.8, 0.4 )
  459. motion_mirroring = Vector2( 640, 0 )
  460. [node name="Sprite" type="Sprite" parent="Levelselect/testclient/ParallaxBackground/ParallaxLayer2"]
  461. position = Vector2( 0, 122.771 )
  462. texture = ExtResource( 15 )
  463. region_enabled = true
  464. region_rect = Rect2( 0, 0, 1280, 176 )
  465. [node name="TileMap" type="TileMap" parent="Levelselect/testclient"]
  466. material = ExtResource( 14 )
  467. tile_set = ExtResource( 8 )
  468. cell_size = Vector2( 32, 32 )
  469. collision_layer = 8
  470. collision_mask = 8
  471. format = 1
  472. tile_data = PoolIntArray( -262155, 0, 5, -196619, 0, 65539, -131083, 0, 65539, -65547, 0, 65539, -130853, 0, 3, -11, 0, 65539, -65468, 0, 5, -65317, 0, 65539, 65525, 0, 65539, 68, 0, 65539, 219, 0, 65539, 131061, 0, 65539, 65604, 0, 65539, 65755, 0, 65539, 196597, 0, 65539, 131140, 0, 65539, 131156, 0, 0, 131157, 0, 1, 131158, 0, 1, 131159, 0, 1, 131160, 0, 1, 131161, 0, 1, 131162, 0, 1, 131163, 0, 1, 131164, 0, 1, 131165, 0, 1, 131166, 0, 1, 131167, 0, 1, 131168, 0, 1, 131169, 0, 1, 131170, 0, 1, 131171, 0, 1, 131172, 0, 1, 131173, 0, 1, 131174, 0, 1, 131175, 0, 1, 131176, 0, 1, 131177, 0, 1, 131178, 0, 1, 131179, 0, 1, 131180, 0, 1, 131181, 0, 1, 131182, 0, 1, 131183, 0, 1, 131184, 0, 1, 131185, 0, 1, 131186, 0, 1, 131187, 0, 1, 131188, 0, 1, 131189, 0, 1, 131190, 0, 1, 131191, 0, 1, 131192, 0, 1, 131193, 0, 2, 131291, 0, 65539, 262133, 0, 65539, 196676, 0, 65539, 196686, 0, 65540, 196687, 0, 196609, 196688, 0, 196609, 196689, 0, 65542, 196692, 0, 65536, 196693, 0, 65537, 196694, 0, 65537, 196695, 0, 65537, 196696, 0, 65537, 196697, 0, 65537, 196698, 0, 65537, 196699, 0, 65537, 196700, 0, 65537, 196701, 0, 65537, 196702, 0, 65537, 196703, 0, 65537, 196704, 0, 65537, 196705, 0, 65537, 196706, 0, 65537, 196707, 0, 65537, 196708, 0, 65537, 196709, 0, 65537, 196710, 0, 65537, 196711, 0, 65537, 196712, 0, 65537, 196713, 0, 65537, 196714, 0, 65537, 196715, 0, 65537, 196716, 0, 65537, 196717, 0, 65537, 196718, 0, 65537, 196719, 0, 65537, 196720, 0, 65537, 196721, 0, 65537, 196722, 0, 65537, 196723, 0, 65537, 196724, 0, 65537, 196725, 0, 65537, 196726, 0, 65537, 196727, 0, 65537, 196728, 0, 65537, 196729, 0, 589825, 196730, 0, 196609, 196731, 0, 65542, 196827, 0, 65539, 327669, 0, 65539, 262156, 0, 0, 262157, 0, 393220, 262158, 0, 2, 262212, 0, 65539, 262228, 0, 65536, 262229, 0, 65537, 262230, 0, 65537, 262231, 0, 65537, 262232, 0, 65537, 262233, 0, 65537, 262234, 0, 65537, 262235, 0, 65537, 262236, 0, 65537, 262237, 0, 65537, 262238, 0, 65537, 262239, 0, 65537, 262240, 0, 65537, 262241, 0, 65537, 262242, 0, 65537, 262243, 0, 65537, 262244, 0, 65537, 262245, 0, 65537, 262246, 0, 65537, 262247, 0, 65537, 262248, 0, 65537, 262249, 0, 65537, 262250, 0, 65537, 262251, 0, 65537, 262252, 0, 65537, 262253, 0, 65537, 262254, 0, 65537, 262255, 0, 65537, 262256, 0, 65537, 262257, 0, 65537, 262258, 0, 65537, 262259, 0, 65537, 262260, 0, 65537, 262261, 0, 65537, 262262, 0, 65537, 262263, 0, 65537, 262264, 0, 65537, 262265, 0, 65538, 262363, 0, 65539, 393205, 0, 65539, 327692, 0, 65536, 327693, 0, 262150, 327694, 0, 327683, 327748, 0, 393216, 327749, 0, 196609, 327750, 0, 196609, 327751, 0, 196609, 327752, 0, 196609, 327753, 0, 196609, 327754, 0, 65542, 327764, 0, 65536, 327765, 0, 65537, 327766, 0, 65537, 327767, 0, 65537, 327768, 0, 65537, 327769, 0, 65537, 327770, 0, 65537, 327771, 0, 65537, 327772, 0, 65537, 327773, 0, 65537, 327774, 0, 65537, 327775, 0, 65537, 327776, 0, 65537, 327777, 0, 65537, 327778, 0, 65537, 327779, 0, 65537, 327780, 0, 65537, 327781, 0, 65537, 327782, 0, 65537, 327783, 0, 65537, 327784, 0, 65537, 327785, 0, 65537, 327786, 0, 65537, 327787, 0, 65537, 327788, 0, 65537, 327789, 0, 65537, 327790, 0, 65537, 327791, 0, 65537, 327792, 0, 65537, 327793, 0, 65537, 327794, 0, 65537, 327795, 0, 65537, 327796, 0, 65537, 327797, 0, 65537, 327798, 0, 65537, 327799, 0, 65537, 327800, 0, 65537, 327801, 0, 65538, 327805, 0, 65540, 327806, 0, 196609, 327807, 0, 196609, 327808, 0, 196609, 327809, 0, 65542, 327899, 0, 65539, 458741, 0, 65539, 393228, 0, 131072, 393229, 0, 262148, 393230, 0, 131074, 393249, 0, 0, 393250, 0, 1, 393251, 0, 1, 393252, 0, 1, 393253, 0, 1, 393254, 0, 1, 393255, 0, 1, 393256, 0, 1, 393257, 0, 1, 393258, 0, 1, 393259, 0, 1, 393260, 0, 1, 393261, 0, 1, 393262, 0, 1, 393263, 0, 1, 393264, 0, 1, 393265, 0, 1, 393266, 0, 1, 393267, 0, 1, 393268, 0, 1, 393269, 0, 1, 393270, 0, 1, 393271, 0, 1, 393272, 0, 1, 393273, 0, 1, 393274, 0, 1, 393275, 0, 1, 393276, 0, 2, 393300, 0, 65536, 393301, 0, 65537, 393302, 0, 65537, 393303, 0, 65537, 393304, 0, 65537, 393305, 0, 65537, 393306, 0, 65537, 393307, 0, 65537, 393308, 0, 65537, 393309, 0, 65537, 393310, 0, 65537, 393311, 0, 65537, 393312, 0, 65537, 393313, 0, 65537, 393314, 0, 65537, 393315, 0, 65537, 393316, 0, 65537, 393317, 0, 65537, 393318, 0, 65537, 393319, 0, 65537, 393320, 0, 65537, 393321, 0, 65537, 393322, 0, 65537, 393323, 0, 65537, 393324, 0, 65537, 393325, 0, 65537, 393326, 0, 65537, 393327, 0, 65537, 393328, 0, 65537, 393329, 0, 65537, 393330, 0, 65537, 393331, 0, 65537, 393332, 0, 65537, 393333, 0, 65537, 393334, 0, 65537, 393335, 0, 65537, 393336, 0, 65537, 393337, 0, 65538, 393352, 0, 0, 393353, 0, 1, 393354, 0, 1, 393355, 0, 2, 393435, 0, 65539, 524277, 0, 65539, 458785, 0, 65536, 458786, 0, 65537, 458787, 0, 65537, 458788, 0, 65537, 458789, 0, 65537, 458790, 0, 65537, 458791, 0, 65537, 458792, 0, 65537, 458793, 0, 65537, 458794, 0, 65537, 458795, 0, 65537, 458796, 0, 65537, 458797, 0, 65537, 458798, 0, 65537, 458799, 0, 65537, 458800, 0, 65537, 458801, 0, 65537, 458802, 0, 65537, 458803, 0, 65537, 458804, 0, 65537, 458805, 0, 65537, 458806, 0, 65537, 458807, 0, 65537, 458808, 0, 65537, 458809, 0, 65537, 458810, 0, 65537, 458811, 0, 65537, 458812, 0, 393219, 458813, 0, 1, 458814, 0, 393220, 458815, 0, 2, 458828, 0, 196608, 458829, 0, 196609, 458830, 0, 196609, 458831, 0, 196609, 458832, 0, 196609, 458833, 0, 65542, 458836, 0, 65536, 458837, 0, 65537, 458838, 0, 65537, 458839, 0, 65537, 458840, 0, 65537, 458841, 0, 65537, 458842, 0, 65537, 458843, 0, 65537, 458844, 0, 65537, 458845, 0, 65537, 458846, 0, 65537, 458847, 0, 65537, 458848, 0, 65537, 458849, 0, 65537, 458850, 0, 65537, 458851, 0, 65537, 458852, 0, 65537, 458853, 0, 65537, 458854, 0, 65537, 458855, 0, 65537, 458856, 0, 65537, 458857, 0, 65537, 458858, 0, 65537, 458859, 0, 65537, 458860, 0, 65537, 458861, 0, 65537, 458862, 0, 65537, 458863, 0, 65537, 458864, 0, 65537, 458865, 0, 65537, 458866, 0, 65537, 458867, 0, 65537, 458868, 0, 65537, 458869, 0, 65537, 458870, 0, 65537, 458871, 0, 65537, 458872, 0, 65537, 458873, 0, 65538, 458885, 0, 0, 458886, 0, 1, 458887, 0, 1, 458888, 0, 393221, 458889, 0, 65537, 458890, 0, 65537, 458891, 0, 65538, 458971, 0, 65539, 589813, 0, 65539, 524318, 0, 0, 524319, 0, 1, 524320, 0, 1, 524321, 0, 393221, 524322, 0, 65537, 524323, 0, 65537, 524324, 0, 65537, 524325, 0, 65537, 524326, 0, 65537, 524327, 0, 65537, 524328, 0, 65537, 524329, 0, 65537, 524330, 0, 65537, 524331, 0, 65537, 524332, 0, 65537, 524333, 0, 65537, 524334, 0, 65537, 524335, 0, 65537, 524336, 0, 65537, 524337, 0, 65537, 524338, 0, 65537, 524339, 0, 65537, 524340, 0, 65537, 524341, 0, 65537, 524342, 0, 65537, 524343, 0, 65537, 524344, 0, 65537, 524345, 0, 65537, 524346, 0, 65537, 524347, 0, 65537, 524348, 0, 65537, 524349, 0, 262151, 524350, 0, 65537, 524351, 0, 65538, 524372, 0, 65536, 524373, 0, 65537, 524374, 0, 65537, 524375, 0, 65537, 524376, 0, 65537, 524377, 0, 65537, 524378, 0, 65537, 524379, 0, 65537, 524380, 0, 65537, 524381, 0, 65537, 524382, 0, 65537, 524383, 0, 65537, 524384, 0, 65537, 524385, 0, 65537, 524386, 0, 65537, 524387, 0, 65537, 524388, 0, 65537, 524389, 0, 65537, 524390, 0, 65537, 524391, 0, 65537, 524392, 0, 65537, 524393, 0, 65537, 524394, 0, 65537, 524395, 0, 65537, 524396, 0, 65537, 524397, 0, 65537, 524398, 0, 65537, 524399, 0, 65537, 524400, 0, 65537, 524401, 0, 65537, 524402, 0, 65537, 524403, 0, 65537, 524404, 0, 65537, 524405, 0, 65537, 524406, 0, 65537, 524407, 0, 65537, 524408, 0, 65537, 524409, 0, 65538, 524421, 0, 65536, 524422, 0, 65537, 524423, 0, 65537, 524424, 0, 65537, 524425, 0, 65537, 524426, 0, 65537, 524427, 0, 65538, 524507, 0, 65539, 655349, 0, 65539, 589842, 0, 5, 589854, 0, 327685, 589855, 0, 262150, 589856, 0, 262151, 589857, 0, 65537, 589858, 0, 65537, 589859, 0, 65537, 589860, 0, 65537, 589861, 0, 65537, 589862, 0, 65537, 589863, 0, 65537, 589864, 0, 65537, 589865, 0, 65537, 589866, 0, 65537, 589867, 0, 65537, 589868, 0, 65537, 589869, 0, 65537, 589870, 0, 65537, 589871, 0, 65537, 589872, 0, 65537, 589873, 0, 65537, 589874, 0, 65537, 589875, 0, 65537, 589876, 0, 65537, 589877, 0, 65537, 589878, 0, 65537, 589879, 0, 65537, 589880, 0, 65537, 589881, 0, 65537, 589882, 0, 65537, 589883, 0, 65537, 589884, 0, 65537, 589885, 0, 65537, 589886, 0, 65537, 589887, 0, 393219, 589888, 0, 1, 589889, 0, 1, 589890, 0, 1, 589891, 0, 1, 589892, 0, 1, 589893, 0, 1, 589894, 0, 1, 589895, 0, 1, 589896, 0, 1, 589897, 0, 1, 589898, 0, 1, 589899, 0, 1, 589900, 0, 1, 589901, 0, 1, 589902, 0, 1, 589903, 0, 1, 589904, 0, 1, 589905, 0, 1, 589906, 0, 1, 589907, 0, 1, 589908, 0, 393221, 589909, 0, 65537, 589910, 0, 65537, 589911, 0, 65537, 589912, 0, 65537, 589913, 0, 65537, 589914, 0, 65537, 589915, 0, 65537, 589916, 0, 65537, 589917, 0, 65537, 589918, 0, 65537, 589919, 0, 65537, 589920, 0, 65537, 589921, 0, 65537, 589922, 0, 65537, 589923, 0, 65537, 589924, 0, 65537, 589925, 0, 65537, 589926, 0, 65537, 589927, 0, 65537, 589928, 0, 65537, 589929, 0, 65537, 589930, 0, 65537, 589931, 0, 65537, 589932, 0, 65537, 589933, 0, 65537, 589934, 0, 65537, 589935, 0, 65537, 589936, 0, 65537, 589937, 0, 65537, 589938, 0, 65537, 589939, 0, 65537, 589940, 0, 65537, 589941, 0, 65537, 589942, 0, 65537, 589943, 0, 65537, 589944, 0, 65537, 589945, 0, 393219, 589946, 0, 1, 589947, 0, 1, 589948, 0, 1, 589949, 0, 1, 589950, 0, 1, 589951, 0, 1, 589952, 0, 1, 589953, 0, 1, 589954, 0, 1, 589955, 0, 1, 589956, 0, 1, 589957, 0, 393221, 589958, 0, 65537, 589959, 0, 65537, 589960, 0, 65537, 589961, 0, 65537, 589962, 0, 65537, 589963, 0, 393219, 589964, 0, 1, 589965, 0, 1, 589966, 0, 1, 589967, 0, 1, 589968, 0, 1, 589969, 0, 1, 589970, 0, 1, 589971, 0, 1, 589972, 0, 1, 589973, 0, 1, 589974, 0, 1, 589975, 0, 1, 589976, 0, 1, 589977, 0, 1, 589978, 0, 1, 589979, 0, 1, 589980, 0, 1, 589981, 0, 1, 589982, 0, 1, 589983, 0, 1, 589984, 0, 1, 589985, 0, 1, 589986, 0, 1, 589987, 0, 1, 589988, 0, 1, 589989, 0, 1, 589990, 0, 1, 589991, 0, 1, 589992, 0, 1, 589993, 0, 1, 589994, 0, 1, 589995, 0, 1, 589996, 0, 1, 589997, 0, 1, 589998, 0, 1, 589999, 0, 1, 590000, 0, 1, 590001, 0, 1, 590002, 0, 1, 590003, 0, 1, 590004, 0, 1, 590005, 0, 1, 590006, 0, 1, 590007, 0, 1, 590008, 0, 1, 590009, 0, 1, 590010, 0, 1, 590011, 0, 1, 590012, 0, 1, 590013, 0, 1, 590014, 0, 1, 590015, 0, 1, 590016, 0, 1, 590017, 0, 1, 590018, 0, 1, 590019, 0, 1, 590020, 0, 1, 590021, 0, 1, 590022, 0, 1, 590023, 0, 1, 590024, 0, 1, 590025, 0, 1, 590026, 0, 1, 590027, 0, 1, 590028, 0, 1, 590029, 0, 1, 590030, 0, 1, 590031, 0, 1, 590032, 0, 1, 590033, 0, 1, 590034, 0, 1, 590035, 0, 1, 590036, 0, 1, 590037, 0, 1, 590038, 0, 1, 590039, 0, 1, 590040, 0, 1, 590041, 0, 1, 590042, 0, 1, 590043, 0, 655372, 720885, 0, 655371, 720886, 0, 1, 720887, 0, 1, 720888, 0, 1, 720889, 0, 1, 720890, 0, 1, 720891, 0, 1, 720892, 0, 1, 720893, 0, 1, 720894, 0, 1, 720895, 0, 1, 655360, 0, 1, 655361, 0, 1, 655362, 0, 1, 655363, 0, 1, 655364, 0, 1, 655365, 0, 1, 655366, 0, 1, 655367, 0, 1, 655368, 0, 1, 655369, 0, 1, 655370, 0, 1, 655371, 0, 1, 655372, 0, 1, 655373, 0, 1, 655374, 0, 1, 655375, 0, 1, 655376, 0, 1, 655377, 0, 1, 655378, 0, 786433, 655379, 0, 1, 655380, 0, 1, 655381, 0, 1, 655382, 0, 1, 655383, 0, 1, 655384, 0, 1, 655385, 0, 1, 655386, 0, 1, 655387, 0, 1, 655388, 0, 1, 655389, 0, 1, 655390, 0, 393221, 655391, 0, 65537, 655392, 0, 65537, 655393, 0, 65537, 655394, 0, 65537, 655395, 0, 65537, 655396, 0, 65537, 655397, 0, 65537, 655398, 0, 65537, 655399, 0, 65537, 655400, 0, 65537, 655401, 0, 65537, 655402, 0, 65537, 655403, 0, 65537, 655404, 0, 65537, 655405, 0, 65537, 655406, 0, 65537, 655407, 0, 65537, 655408, 0, 65537, 655409, 0, 65537, 655410, 0, 65537, 655411, 0, 65537, 655412, 0, 65537, 655413, 0, 65537, 655414, 0, 65537, 655415, 0, 65537, 655416, 0, 65537, 655417, 0, 65537, 655418, 0, 65537, 655419, 0, 65537, 655420, 0, 65537, 655421, 0, 65537, 655422, 0, 65537, 655423, 0, 65537, 655424, 0, 65537, 655425, 0, 65537, 655426, 0, 65537, 655427, 0, 65537, 655428, 0, 65537, 655429, 0, 65537, 655430, 0, 65537, 655431, 0, 65537, 655432, 0, 65537, 655433, 0, 65537, 655434, 0, 65537, 655435, 0, 65537, 655436, 0, 65537, 655437, 0, 65537, 655438, 0, 65537, 655439, 0, 65537, 655440, 0, 65537, 655441, 0, 65537, 655442, 0, 65537, 655443, 0, 65537, 655444, 0, 65537, 655445, 0, 65537, 655446, 0, 65537, 655447, 0, 65537, 655448, 0, 65537, 655449, 0, 65537, 655450, 0, 65537, 655451, 0, 65537, 655452, 0, 65537, 655453, 0, 65537, 655454, 0, 65537, 655455, 0, 65537, 655456, 0, 65537, 655457, 0, 65537, 655458, 0, 65537, 655459, 0, 65537, 655460, 0, 65537, 655461, 0, 65537, 655462, 0, 65537, 655463, 0, 65537, 655464, 0, 65537, 655465, 0, 65537, 655466, 0, 65537, 655467, 0, 65537, 655468, 0, 65537, 655469, 0, 65537, 655470, 0, 65537, 655471, 0, 65537, 655472, 0, 65537, 655473, 0, 65537, 655474, 0, 65537, 655475, 0, 65537, 655476, 0, 65537, 655477, 0, 65537, 655478, 0, 65537, 655479, 0, 65537, 655480, 0, 65537, 655481, 0, 65537, 655482, 0, 65537, 655483, 0, 65537, 655484, 0, 65537, 655485, 0, 65537, 655486, 0, 65537, 655487, 0, 65537, 655488, 0, 65537, 655489, 0, 65537, 655490, 0, 65537, 655491, 0, 65537, 655492, 0, 65537, 655493, 0, 65537, 655494, 0, 65537, 655495, 0, 65537, 655496, 0, 65537, 655497, 0, 65537, 655498, 0, 65537, 655499, 0, 65537, 655500, 0, 65537, 655501, 0, 65537, 655502, 0, 65537, 655503, 0, 65537, 655504, 0, 65537, 655505, 0, 65537, 655506, 0, 65537, 655507, 0, 65537, 655508, 0, 65537, 655509, 0, 65537, 655510, 0, 65537, 655511, 0, 65537, 655512, 0, 65537, 655513, 0, 65537, 655514, 0, 65537, 655515, 0, 65537, 655516, 0, 65537, 655517, 0, 65537, 655518, 0, 65537, 655519, 0, 65537, 655520, 0, 65537, 655521, 0, 65537, 655522, 0, 65537, 655523, 0, 65537, 655524, 0, 65537, 655525, 0, 65537, 655526, 0, 65537, 655527, 0, 65537, 655528, 0, 65537, 655529, 0, 65537, 655530, 0, 65537, 655531, 0, 65537, 655532, 0, 65537, 655533, 0, 65537, 655534, 0, 65537, 655535, 0, 65537, 655536, 0, 65537, 655537, 0, 65537, 655538, 0, 65537, 655539, 0, 65537, 655540, 0, 65537, 655541, 0, 65537, 655542, 0, 65537, 655543, 0, 65537, 655544, 0, 65537, 655545, 0, 65537, 655546, 0, 65537, 655547, 0, 65537, 655548, 0, 65537, 655549, 0, 65537, 655550, 0, 65537, 655551, 0, 65537, 655552, 0, 65537, 655553, 0, 65537, 655554, 0, 65537, 655555, 0, 65537, 655556, 0, 65537, 655557, 0, 65537, 655558, 0, 65537, 655559, 0, 65537, 655560, 0, 65537, 655561, 0, 65537, 655562, 0, 65537, 655563, 0, 65537, 655564, 0, 65537, 655565, 0, 65537, 655566, 0, 65537, 655567, 0, 65537, 655568, 0, 65537, 655569, 0, 65537, 655570, 0, 65537, 655571, 0, 65537, 655572, 0, 65537, 655573, 0, 65537, 655574, 0, 65537, 655575, 0, 65537, 655576, 0, 65537, 655577, 0, 65537, 655578, 0, 65537, 655579, 0, 65538, 786421, 0, 65536, 786422, 0, 65537, 786423, 0, 65537, 786424, 0, 65537, 786425, 0, 65537, 786426, 0, 65537, 786427, 0, 65537, 786428, 0, 65537, 786429, 0, 65537, 786430, 0, 65537, 786431, 0, 65537, 720896, 0, 65537, 720897, 0, 65537, 720898, 0, 65537, 720899, 0, 65537, 720900, 0, 65537, 720901, 0, 65537, 720902, 0, 65537, 720903, 0, 65537, 720904, 0, 65537, 720905, 0, 65537, 720906, 0, 65537, 720907, 0, 65537, 720908, 0, 65537, 720909, 0, 65537, 720910, 0, 65537, 720911, 0, 65537, 720912, 0, 65537, 720913, 0, 65537, 720914, 0, 65537, 720915, 0, 65537, 720916, 0, 65537, 720917, 0, 65537, 720918, 0, 65537, 720919, 0, 65537, 720920, 0, 65537, 720921, 0, 65537, 720922, 0, 65537, 720923, 0, 65537, 720924, 0, 65537, 720925, 0, 65537, 720926, 0, 65537, 720927, 0, 65537, 720928, 0, 65537, 720929, 0, 65537, 720930, 0, 65537, 720931, 0, 65537, 720932, 0, 65537, 720933, 0, 65537, 720934, 0, 65537, 720935, 0, 65537, 720936, 0, 65537, 720937, 0, 65537, 720938, 0, 65537, 720939, 0, 65537, 720940, 0, 65537, 720941, 0, 65537, 720942, 0, 65537, 720943, 0, 65537, 720944, 0, 65537, 720945, 0, 65537, 720946, 0, 65537, 720947, 0, 65537, 720948, 0, 65537, 720949, 0, 65537, 720950, 0, 65537, 720951, 0, 65537, 720952, 0, 65537, 720953, 0, 65537, 720954, 0, 65537, 720955, 0, 65537, 720956, 0, 65537, 720957, 0, 65537, 720958, 0, 65537, 720959, 0, 65537, 720960, 0, 65537, 720961, 0, 65537, 720962, 0, 65537, 720963, 0, 65537, 720964, 0, 65537, 720965, 0, 65537, 720966, 0, 65537, 720967, 0, 65537, 720968, 0, 65537, 720969, 0, 65537, 720970, 0, 65537, 720971, 0, 65537, 720972, 0, 65537, 720973, 0, 65537, 720974, 0, 65537, 720975, 0, 65537, 720976, 0, 65537, 720977, 0, 65537, 720978, 0, 65537, 720979, 0, 65537, 720980, 0, 65537, 720981, 0, 65537, 720982, 0, 65537, 720983, 0, 65537, 720984, 0, 65537, 720985, 0, 65537, 720986, 0, 65537, 720987, 0, 65537, 720988, 0, 65537, 720989, 0, 65537, 720990, 0, 65537, 720991, 0, 65537, 720992, 0, 65537, 720993, 0, 65537, 720994, 0, 65537, 720995, 0, 65537, 720996, 0, 65537, 720997, 0, 65537, 720998, 0, 65537, 720999, 0, 65537, 721000, 0, 65537, 721001, 0, 65537, 721002, 0, 65537, 721003, 0, 65537, 721004, 0, 65537, 721005, 0, 65537, 721006, 0, 65537, 721007, 0, 65537, 721008, 0, 65537, 721009, 0, 65537, 721010, 0, 65537, 721011, 0, 65537, 721012, 0, 65537, 721013, 0, 65537, 721014, 0, 65537, 721015, 0, 65537, 721016, 0, 65537, 721017, 0, 65537, 721018, 0, 65537, 721019, 0, 65537, 721020, 0, 65537, 721021, 0, 65537, 721022, 0, 65537, 721023, 0, 65537, 721024, 0, 65537, 721025, 0, 65537, 721026, 0, 65537, 721027, 0, 65537, 721028, 0, 65537, 721029, 0, 65537, 721030, 0, 65537, 721031, 0, 65537, 721032, 0, 65537, 721033, 0, 65537, 721034, 0, 65537, 721035, 0, 65537, 721036, 0, 65537, 721037, 0, 65537, 721038, 0, 65537, 721039, 0, 65537, 721040, 0, 65537, 721041, 0, 65537, 721042, 0, 65537, 721043, 0, 65537, 721044, 0, 65537, 721045, 0, 65537, 721046, 0, 65537, 721047, 0, 65537, 721048, 0, 65537, 721049, 0, 65537, 721050, 0, 65537, 721051, 0, 65537, 721052, 0, 65537, 721053, 0, 65537, 721054, 0, 65537, 721055, 0, 65537, 721056, 0, 65537, 721057, 0, 65537, 721058, 0, 65537, 721059, 0, 65537, 721060, 0, 65537, 721061, 0, 65537, 721062, 0, 65537, 721063, 0, 65537, 721064, 0, 65537, 721065, 0, 65537, 721066, 0, 65537, 721067, 0, 65537, 721068, 0, 65537, 721069, 0, 65537, 721070, 0, 65537, 721071, 0, 65537, 721072, 0, 65537, 721073, 0, 65537, 721074, 0, 65537, 721075, 0, 65537, 721076, 0, 65537, 721077, 0, 65537, 721078, 0, 65537, 721079, 0, 65537, 721080, 0, 65537, 721081, 0, 65537, 721082, 0, 65537, 721083, 0, 65537, 721084, 0, 65537, 721085, 0, 65537, 721086, 0, 65537, 721087, 0, 65537, 721088, 0, 65537, 721089, 0, 65537, 721090, 0, 65537, 721091, 0, 65537, 721092, 0, 65537, 721093, 0, 65537, 721094, 0, 65537, 721095, 0, 65537, 721096, 0, 65537, 721097, 0, 65537, 721098, 0, 65537, 721099, 0, 65537, 721100, 0, 65537, 721101, 0, 65537, 721102, 0, 65537, 721103, 0, 65537, 721104, 0, 65537, 721105, 0, 65537, 721106, 0, 65537, 721107, 0, 65537, 721108, 0, 65537, 721109, 0, 65537, 721110, 0, 65537, 721111, 0, 65537, 721112, 0, 65537, 721113, 0, 65537, 721114, 0, 65537, 721115, 0, 65538, 851957, 0, 65536, 851958, 0, 65537, 851959, 0, 65537, 851960, 0, 65537, 851961, 0, 65537, 851962, 0, 65537, 851963, 0, 65537, 851964, 0, 65537, 851965, 0, 65537, 851966, 0, 65537, 851967, 0, 65537, 786432, 0, 65537, 786433, 0, 65537, 786434, 0, 65537, 786435, 0, 65537, 786436, 0, 65537, 786437, 0, 65537, 786438, 0, 65537, 786439, 0, 65537, 786440, 0, 65537, 786441, 0, 65537, 786442, 0, 65537, 786443, 0, 65537, 786444, 0, 65537, 786445, 0, 65537, 786446, 0, 65537, 786447, 0, 65537, 786448, 0, 65537, 786449, 0, 65537, 786450, 0, 65537, 786451, 0, 65537, 786452, 0, 65537, 786453, 0, 65537, 786454, 0, 65537, 786455, 0, 65537, 786456, 0, 65537, 786457, 0, 65537, 786458, 0, 65537, 786459, 0, 65537, 786460, 0, 65537, 786461, 0, 65537, 786462, 0, 65537, 786463, 0, 65537, 786464, 0, 65537, 786465, 0, 65537, 786466, 0, 65537, 786467, 0, 65537, 786468, 0, 65537, 786469, 0, 65537, 786470, 0, 65537, 786471, 0, 65537, 786472, 0, 65537, 786473, 0, 65537, 786474, 0, 65537, 786475, 0, 65537, 786476, 0, 65537, 786477, 0, 65537, 786478, 0, 65537, 786479, 0, 65537, 786480, 0, 65537, 786481, 0, 65537, 786482, 0, 65537, 786483, 0, 65537, 786484, 0, 65537, 786485, 0, 65537, 786486, 0, 65537, 786487, 0, 65537, 786488, 0, 65537, 786489, 0, 65537, 786490, 0, 65537, 786491, 0, 65537, 786492, 0, 65537, 786493, 0, 65537, 786494, 0, 65537, 786495, 0, 65537, 786496, 0, 65537, 786497, 0, 65537, 786498, 0, 65537, 786499, 0, 65537, 786500, 0, 65537, 786501, 0, 65537, 786502, 0, 65537, 786503, 0, 65537, 786504, 0, 65537, 786505, 0, 65537, 786506, 0, 65537, 786507, 0, 65537, 786508, 0, 65537, 786509, 0, 65537, 786510, 0, 65537, 786511, 0, 65537, 786512, 0, 65537, 786513, 0, 65537, 786514, 0, 65537, 786515, 0, 65537, 786516, 0, 65537, 786517, 0, 65537, 786518, 0, 65537, 786519, 0, 65537, 786520, 0, 65537, 786521, 0, 65537, 786522, 0, 65537, 786523, 0, 65537, 786524, 0, 65537, 786525, 0, 65537, 786526, 0, 65537, 786527, 0, 65537, 786528, 0, 65537, 786529, 0, 65537, 786530, 0, 65537, 786531, 0, 65537, 786532, 0, 65537, 786533, 0, 65537, 786534, 0, 65537, 786535, 0, 65537, 786536, 0, 65537, 786537, 0, 65537, 786538, 0, 65537, 786539, 0, 65537, 786540, 0, 65537, 786541, 0, 65537, 786542, 0, 65537, 786543, 0, 65537, 786544, 0, 65537, 786545, 0, 65537, 786546, 0, 65537, 786547, 0, 65537, 786548, 0, 65537, 786549, 0, 65537, 786550, 0, 65537, 786551, 0, 65537, 786552, 0, 65537, 786553, 0, 65537, 786554, 0, 65537, 786555, 0, 65537, 786556, 0, 65537, 786557, 0, 65537, 786558, 0, 65537, 786559, 0, 65537, 786560, 0, 65537, 786561, 0, 65537, 786562, 0, 65537, 786563, 0, 65537, 786564, 0, 65537, 786565, 0, 65537, 786566, 0, 65537, 786567, 0, 65537, 786568, 0, 65537, 786569, 0, 65537, 786570, 0, 65537, 786571, 0, 65537, 786572, 0, 65537, 786573, 0, 65537, 786574, 0, 65537, 786575, 0, 65537, 786576, 0, 65537, 786577, 0, 65537, 786578, 0, 65537, 786579, 0, 65537, 786580, 0, 65537, 786581, 0, 65537, 786582, 0, 65537, 786583, 0, 65537, 786584, 0, 65537, 786585, 0, 65537, 786586, 0, 65537, 786587, 0, 65537, 786588, 0, 65537, 786589, 0, 65537, 786590, 0, 65537, 786591, 0, 65537, 786592, 0, 65537, 786593, 0, 65537, 786594, 0, 65537, 786595, 0, 65537, 786596, 0, 65537, 786597, 0, 65537, 786598, 0, 65537, 786599, 0, 65537, 786600, 0, 65537, 786601, 0, 65537, 786602, 0, 65537, 786603, 0, 65537, 786604, 0, 65537, 786605, 0, 65537, 786606, 0, 65537, 786607, 0, 65537, 786608, 0, 65537, 786609, 0, 65537, 786610, 0, 65537, 786611, 0, 65537, 786612, 0, 65537, 786613, 0, 65537, 786614, 0, 65537, 786615, 0, 65537, 786616, 0, 65537, 786617, 0, 65537, 786618, 0, 65537, 786619, 0, 65537, 786620, 0, 65537, 786621, 0, 65537, 786622, 0, 65537, 786623, 0, 65537, 786624, 0, 65537, 786625, 0, 65537, 786626, 0, 65537, 786627, 0, 65537, 786628, 0, 65537, 786629, 0, 65537, 786630, 0, 65537, 786631, 0, 65537, 786632, 0, 65537, 786633, 0, 65537, 786634, 0, 65537, 786635, 0, 65537, 786636, 0, 65537, 786637, 0, 65537, 786638, 0, 65537, 786639, 0, 65537, 786640, 0, 65537, 786641, 0, 65537, 786642, 0, 65537, 786643, 0, 65537, 786644, 0, 65537, 786645, 0, 65537, 786646, 0, 65537, 786647, 0, 65537, 786648, 0, 65537, 786649, 0, 65537, 786650, 0, 65537, 786651, 0, 65538, 917493, 0, 65536, 917494, 0, 65537, 917495, 0, 65537, 917496, 0, 65537, 917497, 0, 65537, 917498, 0, 65537, 917499, 0, 65537, 917500, 0, 65537, 917501, 0, 65537, 917502, 0, 65537, 917503, 0, 65537, 851968, 0, 65537, 851969, 0, 65537, 851970, 0, 65537, 851971, 0, 65537, 851972, 0, 65537, 851973, 0, 65537, 851974, 0, 65537, 851975, 0, 65537, 851976, 0, 65537, 851977, 0, 65537, 851978, 0, 65537, 851979, 0, 65537, 851980, 0, 65537, 851981, 0, 65537, 851982, 0, 65537, 851983, 0, 65537, 851984, 0, 65537, 851985, 0, 65537, 851986, 0, 65537, 851987, 0, 65537, 851988, 0, 65537, 851989, 0, 65537, 851990, 0, 65537, 851991, 0, 65537, 851992, 0, 65537, 851993, 0, 65537, 851994, 0, 65537, 851995, 0, 65537, 851996, 0, 65537, 851997, 0, 65537, 851998, 0, 65537, 851999, 0, 65537, 852000, 0, 65537, 852001, 0, 65537, 852002, 0, 65537, 852003, 0, 65537, 852004, 0, 65537, 852005, 0, 65537, 852006, 0, 65537, 852007, 0, 65537, 852008, 0, 65537, 852009, 0, 65537, 852010, 0, 65537, 852011, 0, 65537, 852012, 0, 65537, 852013, 0, 65537, 852014, 0, 65537, 852015, 0, 65537, 852016, 0, 65537, 852017, 0, 65537, 852018, 0, 65537, 852019, 0, 65537, 852020, 0, 65537, 852021, 0, 65537, 852022, 0, 65537, 852023, 0, 65537, 852024, 0, 65537, 852025, 0, 65537, 852026, 0, 65537, 852027, 0, 65537, 852028, 0, 65537, 852029, 0, 65537, 852030, 0, 65537, 852031, 0, 65537, 852032, 0, 65537, 852033, 0, 65537, 852034, 0, 65537, 852035, 0, 65537, 852036, 0, 65537, 852037, 0, 65537, 852038, 0, 65537, 852039, 0, 65537, 852040, 0, 65537, 852041, 0, 65537, 852042, 0, 65537, 852043, 0, 65537, 852044, 0, 65537, 852045, 0, 65537, 852046, 0, 65537, 852047, 0, 65537, 852048, 0, 65537, 852049, 0, 65537, 852050, 0, 65537, 852051, 0, 65537, 852052, 0, 65537, 852053, 0, 65537, 852054, 0, 65537, 852055, 0, 65537, 852056, 0, 65537, 852057, 0, 65537, 852058, 0, 65537, 852059, 0, 65537, 852060, 0, 65537, 852061, 0, 65537, 852062, 0, 65537, 852063, 0, 65537, 852064, 0, 65537, 852065, 0, 65537, 852066, 0, 65537, 852067, 0, 65537, 852068, 0, 65537, 852069, 0, 65537, 852070, 0, 65537, 852071, 0, 65537, 852072, 0, 65537, 852073, 0, 65537, 852074, 0, 65537, 852075, 0, 65537, 852076, 0, 65537, 852077, 0, 65537, 852078, 0, 65537, 852079, 0, 65537, 852080, 0, 65537, 852081, 0, 65537, 852082, 0, 65537, 852083, 0, 65537, 852084, 0, 65537, 852085, 0, 65537, 852086, 0, 65537, 852087, 0, 65537, 852088, 0, 65537, 852089, 0, 65537, 852090, 0, 65537, 852091, 0, 65537, 852092, 0, 65537, 852093, 0, 65537, 852094, 0, 65537, 852095, 0, 65537, 852096, 0, 65537, 852097, 0, 65537, 852098, 0, 65537, 852099, 0, 65537, 852100, 0, 65537, 852101, 0, 65537, 852102, 0, 65537, 852103, 0, 65537, 852104, 0, 65537, 852105, 0, 65537, 852106, 0, 65537, 852107, 0, 65537, 852108, 0, 65537, 852109, 0, 65537, 852110, 0, 65537, 852111, 0, 65537, 852112, 0, 65537, 852113, 0, 65537, 852114, 0, 65537, 852115, 0, 65537, 852116, 0, 65537, 852117, 0, 65537, 852118, 0, 65537, 852119, 0, 65537, 852120, 0, 65537, 852121, 0, 65537, 852122, 0, 65537, 852123, 0, 65537, 852124, 0, 65537, 852125, 0, 65537, 852126, 0, 65537, 852127, 0, 65537, 852128, 0, 65537, 852129, 0, 65537, 852130, 0, 65537, 852131, 0, 65537, 852132, 0, 65537, 852133, 0, 65537, 852134, 0, 65537, 852135, 0, 65537, 852136, 0, 65537, 852137, 0, 65537, 852138, 0, 65537, 852139, 0, 65537, 852140, 0, 65537, 852141, 0, 65537, 852142, 0, 65537, 852143, 0, 65537, 852144, 0, 65537, 852145, 0, 65537, 852146, 0, 65537, 852147, 0, 65537, 852148, 0, 65537, 852149, 0, 65537, 852150, 0, 65537, 852151, 0, 65537, 852152, 0, 65537, 852153, 0, 65537, 852154, 0, 65537, 852155, 0, 65537, 852156, 0, 65537, 852157, 0, 65537, 852158, 0, 65537, 852159, 0, 65537, 852160, 0, 65537, 852161, 0, 65537, 852162, 0, 65537, 852163, 0, 65537, 852164, 0, 65537, 852165, 0, 65537, 852166, 0, 65537, 852167, 0, 65537, 852168, 0, 65537, 852169, 0, 65537, 852170, 0, 65537, 852171, 0, 65537, 852172, 0, 65537, 852173, 0, 65537, 852174, 0, 65537, 852175, 0, 65537, 852176, 0, 65537, 852177, 0, 65537, 852178, 0, 65537, 852179, 0, 65537, 852180, 0, 65537, 852181, 0, 65537, 852182, 0, 65537, 852183, 0, 65537, 852184, 0, 65537, 852185, 0, 65537, 852186, 0, 65537, 852187, 0, 65538, 983029, 0, 65536, 983030, 0, 65537, 983031, 0, 65537, 983032, 0, 65537, 983033, 0, 65537, 983034, 0, 65537, 983035, 0, 65537, 983036, 0, 65537, 983037, 0, 65537, 983038, 0, 65537, 983039, 0, 65537, 917504, 0, 65537, 917505, 0, 65537, 917506, 0, 65537, 917507, 0, 65537, 917508, 0, 65537, 917509, 0, 65537, 917510, 0, 65537, 917511, 0, 65537, 917512, 0, 65537, 917513, 0, 65537, 917514, 0, 65537, 917515, 0, 65537, 917516, 0, 65537, 917517, 0, 65537, 917518, 0, 65537, 917519, 0, 65537, 917520, 0, 65537, 917521, 0, 65537, 917522, 0, 65537, 917523, 0, 65537, 917524, 0, 65537, 917525, 0, 65537, 917526, 0, 65537, 917527, 0, 65537, 917528, 0, 65537, 917529, 0, 65537, 917530, 0, 65537, 917531, 0, 65537, 917532, 0, 65537, 917533, 0, 65537, 917534, 0, 65537, 917535, 0, 65537, 917536, 0, 65537, 917537, 0, 65537, 917538, 0, 65537, 917539, 0, 65537, 917540, 0, 65537, 917541, 0, 65537, 917542, 0, 65537, 917543, 0, 65537, 917544, 0, 65537, 917545, 0, 65537, 917546, 0, 65537, 917547, 0, 65537, 917548, 0, 65537, 917549, 0, 65537, 917550, 0, 65537, 917551, 0, 65537, 917552, 0, 65537, 917553, 0, 65537, 917554, 0, 65537, 917555, 0, 65537, 917556, 0, 65537, 917557, 0, 65537, 917558, 0, 65537, 917559, 0, 65537, 917560, 0, 65537, 917561, 0, 65537, 917562, 0, 65537, 917563, 0, 65537, 917564, 0, 65537, 917565, 0, 65537, 917566, 0, 65537, 917567, 0, 65537, 917568, 0, 65537, 917569, 0, 65537, 917570, 0, 65537, 917571, 0, 65537, 917572, 0, 65537, 917573, 0, 65537, 917574, 0, 65537, 917575, 0, 65537, 917576, 0, 65537, 917577, 0, 65537, 917578, 0, 65537, 917579, 0, 65537, 917580, 0, 65537, 917581, 0, 65537, 917582, 0, 65537, 917583, 0, 65537, 917584, 0, 65537, 917585, 0, 65537, 917586, 0, 65537, 917587, 0, 65537, 917588, 0, 65537, 917589, 0, 65537, 917590, 0, 65537, 917591, 0, 65537, 917592, 0, 65537, 917593, 0, 65537, 917594, 0, 65537, 917595, 0, 65537, 917596, 0, 65537, 917597, 0, 65537, 917598, 0, 65537, 917599, 0, 65537, 917600, 0, 65537, 917601, 0, 65537, 917602, 0, 65537, 917603, 0, 65537, 917604, 0, 65537, 917605, 0, 65537, 917606, 0, 65537, 917607, 0, 65537, 917608, 0, 65537, 917609, 0, 65537, 917610, 0, 65537, 917611, 0, 65537, 917612, 0, 65537, 917613, 0, 65537, 917614, 0, 65537, 917615, 0, 65537, 917616, 0, 65537, 917617, 0, 65537, 917618, 0, 65537, 917619, 0, 65537, 917620, 0, 65537, 917621, 0, 65537, 917622, 0, 65537, 917623, 0, 65537, 917624, 0, 65537, 917625, 0, 65537, 917626, 0, 65537, 917627, 0, 65537, 917628, 0, 65537, 917629, 0, 65537, 917630, 0, 65537, 917631, 0, 65537, 917632, 0, 65537, 917633, 0, 65537, 917634, 0, 65537, 917635, 0, 65537, 917636, 0, 65537, 917637, 0, 65537, 917638, 0, 65537, 917639, 0, 65537, 917640, 0, 65537, 917641, 0, 65537, 917642, 0, 65537, 917643, 0, 65537, 917644, 0, 65537, 917645, 0, 65537, 917646, 0, 65537, 917647, 0, 65537, 917648, 0, 65537, 917649, 0, 65537, 917650, 0, 65537, 917651, 0, 65537, 917652, 0, 65537, 917653, 0, 65537, 917654, 0, 65537, 917655, 0, 65537, 917656, 0, 65537, 917657, 0, 65537, 917658, 0, 65537, 917659, 0, 65537, 917660, 0, 65537, 917661, 0, 65537, 917662, 0, 65537, 917663, 0, 65537, 917664, 0, 65537, 917665, 0, 65537, 917666, 0, 65537, 917667, 0, 65537, 917668, 0, 65537, 917669, 0, 65537, 917670, 0, 65537, 917671, 0, 65537, 917672, 0, 65537, 917673, 0, 65537, 917674, 0, 65537, 917675, 0, 65537, 917676, 0, 65537, 917677, 0, 65537, 917678, 0, 65537, 917679, 0, 65537, 917680, 0, 65537, 917681, 0, 65537, 917682, 0, 65537, 917683, 0, 65537, 917684, 0, 65537, 917685, 0, 65537, 917686, 0, 65537, 917687, 0, 65537, 917688, 0, 65537, 917689, 0, 65537, 917690, 0, 65537, 917691, 0, 65537, 917692, 0, 65537, 917693, 0, 65537, 917694, 0, 65537, 917695, 0, 65537, 917696, 0, 65537, 917697, 0, 65537, 917698, 0, 65537, 917699, 0, 65537, 917700, 0, 65537, 917701, 0, 65537, 917702, 0, 65537, 917703, 0, 65537, 917704, 0, 65537, 917705, 0, 65537, 917706, 0, 65537, 917707, 0, 65537, 917708, 0, 65537, 917709, 0, 65537, 917710, 0, 65537, 917711, 0, 65537, 917712, 0, 65537, 917713, 0, 65537, 917714, 0, 65537, 917715, 0, 65537, 917716, 0, 65537, 917717, 0, 65537, 917718, 0, 65537, 917719, 0, 65537, 917720, 0, 65537, 917721, 0, 65537, 917722, 0, 65537, 917723, 0, 65538, 1048565, 0, 65536, 1048566, 0, 65537, 1048567, 0, 65537, 1048568, 0, 65537, 1048569, 0, 65537, 1048570, 0, 65537, 1048571, 0, 65537, 1048572, 0, 65537, 1048573, 0, 65537, 1048574, 0, 65537, 1048575, 0, 65537, 983040, 0, 65537, 983041, 0, 65537, 983042, 0, 65537, 983043, 0, 65537, 983044, 0, 65537, 983045, 0, 65537, 983046, 0, 65537, 983047, 0, 65537, 983048, 0, 65537, 983049, 0, 65537, 983050, 0, 65537, 983051, 0, 65537, 983052, 0, 65537, 983053, 0, 65537, 983054, 0, 65537, 983055, 0, 65537, 983056, 0, 65537, 983057, 0, 65537, 983058, 0, 65537, 983059, 0, 65537, 983060, 0, 65537, 983061, 0, 65537, 983062, 0, 65537, 983063, 0, 65537, 983064, 0, 65537, 983065, 0, 65537, 983066, 0, 65537, 983067, 0, 65537, 983068, 0, 65537, 983069, 0, 65537, 983070, 0, 65537, 983071, 0, 65537, 983072, 0, 65537, 983073, 0, 65537, 983074, 0, 65537, 983075, 0, 65537, 983076, 0, 65537, 983077, 0, 65537, 983078, 0, 65537, 983079, 0, 65537, 983080, 0, 65537, 983081, 0, 65537, 983082, 0, 65537, 983083, 0, 65537, 983084, 0, 65537, 983085, 0, 65537, 983086, 0, 65537, 983087, 0, 65537, 983088, 0, 65537, 983089, 0, 65537, 983090, 0, 65537, 983091, 0, 65537, 983092, 0, 65537, 983093, 0, 65537, 983094, 0, 65537, 983095, 0, 65537, 983096, 0, 65537, 983097, 0, 65537, 983098, 0, 65537, 983099, 0, 65537, 983100, 0, 65537, 983101, 0, 65537, 983102, 0, 65537, 983103, 0, 65537, 983104, 0, 65537, 983105, 0, 65537, 983106, 0, 65537, 983107, 0, 65537, 983108, 0, 65537, 983109, 0, 65537, 983110, 0, 65537, 983111, 0, 65537, 983112, 0, 65537, 983113, 0, 65537, 983114, 0, 65537, 983115, 0, 65537, 983116, 0, 65537, 983117, 0, 65537, 983118, 0, 65537, 983119, 0, 65537, 983120, 0, 65537, 983121, 0, 65537, 983122, 0, 65537, 983123, 0, 65537, 983124, 0, 65537, 983125, 0, 65537, 983126, 0, 65537, 983127, 0, 65537, 983128, 0, 65537, 983129, 0, 65537, 983130, 0, 65537, 983131, 0, 65537, 983132, 0, 65537, 983133, 0, 65537, 983134, 0, 65537, 983135, 0, 65537, 983136, 0, 65537, 983137, 0, 65537, 983138, 0, 65537, 983139, 0, 65537, 983140, 0, 65537, 983141, 0, 65537, 983142, 0, 65537, 983143, 0, 65537, 983144, 0, 65537, 983145, 0, 65537, 983146, 0, 65537, 983147, 0, 65537, 983148, 0, 65537, 983149, 0, 65537, 983150, 0, 65537, 983151, 0, 65537, 983152, 0, 65537, 983153, 0, 65537, 983154, 0, 65537, 983155, 0, 65537, 983156, 0, 65537, 983157, 0, 65537, 983158, 0, 65537, 983159, 0, 65537, 983160, 0, 65537, 983161, 0, 65537, 983162, 0, 65537, 983163, 0, 65537, 983164, 0, 65537, 983165, 0, 65537, 983166, 0, 65537, 983167, 0, 65537, 983168, 0, 65537, 983169, 0, 65537, 983170, 0, 65537, 983171, 0, 65537, 983172, 0, 65537, 983173, 0, 65537, 983174, 0, 65537, 983175, 0, 65537, 983176, 0, 65537, 983177, 0, 65537, 983178, 0, 65537, 983179, 0, 65537, 983180, 0, 65537, 983181, 0, 65537, 983182, 0, 65537, 983183, 0, 65537, 983184, 0, 65537, 983185, 0, 65537, 983186, 0, 65537, 983187, 0, 65537, 983188, 0, 65537, 983189, 0, 65537, 983190, 0, 65537, 983191, 0, 65537, 983192, 0, 65537, 983193, 0, 65537, 983194, 0, 65537, 983195, 0, 65537, 983196, 0, 65537, 983197, 0, 65537, 983198, 0, 65537, 983199, 0, 65537, 983200, 0, 65537, 983201, 0, 65537, 983202, 0, 65537, 983203, 0, 65537, 983204, 0, 65537, 983205, 0, 65537, 983206, 0, 65537, 983207, 0, 65537, 983208, 0, 65537, 983209, 0, 65537, 983210, 0, 65537, 983211, 0, 65537, 983212, 0, 65537, 983213, 0, 65537, 983214, 0, 65537, 983215, 0, 65537, 983216, 0, 65537, 983217, 0, 65537, 983218, 0, 65537, 983219, 0, 65537, 983220, 0, 65537, 983221, 0, 65537, 983222, 0, 65537, 983223, 0, 65537, 983224, 0, 65537, 983225, 0, 65537, 983226, 0, 65537, 983227, 0, 65537, 983228, 0, 65537, 983229, 0, 65537, 983230, 0, 65537, 983231, 0, 65537, 983232, 0, 65537, 983233, 0, 65537, 983234, 0, 65537, 983235, 0, 65537, 983236, 0, 65537, 983237, 0, 65537, 983238, 0, 65537, 983239, 0, 65537, 983240, 0, 65537, 983241, 0, 65537, 983242, 0, 65537, 983243, 0, 65537, 983244, 0, 65537, 983245, 0, 65537, 983246, 0, 65537, 983247, 0, 65537, 983248, 0, 65537, 983249, 0, 65537, 983250, 0, 65537, 983251, 0, 65537, 983252, 0, 65537, 983253, 0, 65537, 983254, 0, 65537, 983255, 0, 65537, 983256, 0, 65537, 983257, 0, 65537, 983258, 0, 65537, 983259, 0, 65538, 1114101, 0, 131072, 1114102, 0, 131073, 1114103, 0, 131073, 1114104, 0, 131073, 1114105, 0, 131073, 1114106, 0, 131073, 1114107, 0, 131073, 1114108, 0, 131073, 1114109, 0, 131073, 1114110, 0, 131073, 1114111, 0, 131073, 1048576, 0, 131073, 1048577, 0, 131073, 1048578, 0, 131073, 1048579, 0, 131073, 1048580, 0, 131073, 1048581, 0, 131073, 1048582, 0, 131073, 1048583, 0, 131073, 1048584, 0, 131073, 1048585, 0, 131073, 1048586, 0, 131073, 1048587, 0, 131073, 1048588, 0, 131073, 1048589, 0, 131073, 1048590, 0, 131073, 1048591, 0, 131073, 1048592, 0, 131073, 1048593, 0, 131073, 1048594, 0, 131073, 1048595, 0, 131073, 1048596, 0, 131073, 1048597, 0, 131073, 1048598, 0, 131073, 1048599, 0, 131073, 1048600, 0, 131073, 1048601, 0, 262149, 1048602, 0, 65537, 1048603, 0, 65537, 1048604, 0, 65537, 1048605, 0, 65537, 1048606, 0, 65537, 1048607, 0, 65537, 1048608, 0, 65537, 1048609, 0, 65537, 1048610, 0, 65537, 1048611, 0, 65537, 1048612, 0, 65537, 1048613, 0, 65537, 1048614, 0, 65537, 1048615, 0, 65537, 1048616, 0, 65537, 1048617, 0, 65537, 1048618, 0, 65537, 1048619, 0, 65537, 1048620, 0, 65537, 1048621, 0, 65537, 1048622, 0, 65537, 1048623, 0, 65537, 1048624, 0, 65537, 1048625, 0, 65537, 1048626, 0, 65537, 1048627, 0, 65537, 1048628, 0, 65537, 1048629, 0, 65537, 1048630, 0, 65537, 1048631, 0, 65537, 1048632, 0, 65537, 1048633, 0, 65537, 1048634, 0, 65537, 1048635, 0, 65537, 1048636, 0, 65537, 1048637, 0, 65537, 1048638, 0, 65537, 1048639, 0, 65537, 1048640, 0, 65537, 1048641, 0, 65537, 1048642, 0, 65537, 1048643, 0, 65537, 1048644, 0, 65537, 1048645, 0, 65537, 1048646, 0, 65537, 1048647, 0, 65537, 1048648, 0, 65537, 1048649, 0, 65537, 1048650, 0, 65537, 1048651, 0, 65537, 1048652, 0, 65537, 1048653, 0, 65537, 1048654, 0, 65537, 1048655, 0, 65537, 1048656, 0, 65537, 1048657, 0, 65537, 1048658, 0, 65537, 1048659, 0, 65537, 1048660, 0, 65537, 1048661, 0, 65537, 1048662, 0, 65537, 1048663, 0, 65537, 1048664, 0, 65537, 1048665, 0, 65537, 1048666, 0, 65537, 1048667, 0, 65537, 1048668, 0, 65537, 1048669, 0, 65537, 1048670, 0, 65537, 1048671, 0, 65537, 1048672, 0, 65537, 1048673, 0, 65537, 1048674, 0, 65537, 1048675, 0, 65537, 1048676, 0, 65537, 1048677, 0, 65537, 1048678, 0, 65537, 1048679, 0, 65537, 1048680, 0, 65537, 1048681, 0, 65537, 1048682, 0, 65537, 1048683, 0, 65537, 1048684, 0, 65537, 1048685, 0, 65537, 1048686, 0, 65537, 1048687, 0, 65537, 1048688, 0, 65537, 1048689, 0, 65537, 1048690, 0, 65537, 1048691, 0, 65537, 1048692, 0, 65537, 1048693, 0, 65537, 1048694, 0, 65537, 1048695, 0, 65537, 1048696, 0, 65537, 1048697, 0, 65537, 1048698, 0, 65537, 1048699, 0, 65537, 1048700, 0, 65537, 1048701, 0, 65537, 1048702, 0, 65537, 1048703, 0, 65537, 1048704, 0, 65537, 1048705, 0, 65537, 1048706, 0, 65537, 1048707, 0, 65537, 1048708, 0, 65537, 1048709, 0, 65537, 1048710, 0, 65537, 1048711, 0, 65537, 1048712, 0, 65537, 1048713, 0, 65537, 1048714, 0, 65537, 1048715, 0, 65537, 1048716, 0, 65537, 1048717, 0, 65537, 1048718, 0, 65537, 1048719, 0, 65537, 1048720, 0, 65537, 1048721, 0, 65537, 1048722, 0, 65537, 1048723, 0, 65537, 1048724, 0, 65537, 1048725, 0, 65537, 1048726, 0, 65537, 1048727, 0, 65537, 1048728, 0, 65537, 1048729, 0, 65537, 1048730, 0, 65537, 1048731, 0, 65537, 1048732, 0, 65537, 1048733, 0, 65537, 1048734, 0, 65537, 1048735, 0, 65537, 1048736, 0, 65537, 1048737, 0, 65537, 1048738, 0, 65537, 1048739, 0, 65537, 1048740, 0, 65537, 1048741, 0, 65537, 1048742, 0, 65537, 1048743, 0, 65537, 1048744, 0, 65537, 1048745, 0, 65537, 1048746, 0, 65537, 1048747, 0, 65537, 1048748, 0, 65537, 1048749, 0, 65537, 1048750, 0, 65537, 1048751, 0, 65537, 1048752, 0, 65537, 1048753, 0, 65537, 1048754, 0, 65537, 1048755, 0, 65537, 1048756, 0, 65537, 1048757, 0, 65537, 1048758, 0, 65537, 1048759, 0, 65537, 1048760, 0, 65537, 1048761, 0, 65537, 1048762, 0, 65537, 1048763, 0, 65537, 1048764, 0, 65537, 1048765, 0, 65537, 1048766, 0, 65537, 1048767, 0, 65537, 1048768, 0, 65537, 1048769, 0, 65537, 1048770, 0, 65537, 1048771, 0, 65537, 1048772, 0, 65537, 1048773, 0, 65537, 1048774, 0, 65537, 1048775, 0, 65537, 1048776, 0, 65537, 1048777, 0, 65537, 1048778, 0, 65537, 1048779, 0, 65537, 1048780, 0, 65537, 1048781, 0, 65537, 1048782, 0, 65537, 1048783, 0, 65537, 1048784, 0, 65537, 1048785, 0, 65537, 1048786, 0, 65537, 1048787, 0, 65537, 1048788, 0, 65537, 1048789, 0, 65537, 1048790, 0, 65537, 1048791, 0, 65537, 1048792, 0, 65537, 1048793, 0, 65537, 1048794, 0, 65537, 1048795, 0, 65538, 1114137, 0, 131072, 1114138, 0, 131073, 1114139, 0, 131073, 1114140, 0, 131073, 1114141, 0, 131073, 1114142, 0, 131073, 1114143, 0, 131073, 1114144, 0, 131073, 1114145, 0, 131073, 1114146, 0, 131073, 1114147, 0, 131073, 1114148, 0, 131073, 1114149, 0, 131073, 1114150, 0, 131073, 1114151, 0, 131073, 1114152, 0, 131073, 1114153, 0, 131073, 1114154, 0, 131073, 1114155, 0, 131073, 1114156, 0, 131073, 1114157, 0, 131073, 1114158, 0, 131073, 1114159, 0, 131073, 1114160, 0, 131073, 1114161, 0, 131073, 1114162, 0, 131073, 1114163, 0, 131073, 1114164, 0, 131073, 1114165, 0, 131073, 1114166, 0, 131073, 1114167, 0, 131073, 1114168, 0, 131073, 1114169, 0, 131073, 1114170, 0, 131073, 1114171, 0, 131073, 1114172, 0, 131073, 1114173, 0, 131073, 1114174, 0, 131073, 1114175, 0, 131073, 1114176, 0, 131073, 1114177, 0, 131073, 1114178, 0, 131073, 1114179, 0, 131073, 1114180, 0, 131073, 1114181, 0, 131073, 1114182, 0, 131073, 1114183, 0, 131073, 1114184, 0, 131073, 1114185, 0, 131073, 1114186, 0, 131073, 1114187, 0, 131073, 1114188, 0, 131073, 1114189, 0, 131073, 1114190, 0, 131073, 1114191, 0, 131073, 1114192, 0, 131073, 1114193, 0, 131073, 1114194, 0, 131073, 1114195, 0, 131073, 1114196, 0, 131073, 1114197, 0, 131073, 1114198, 0, 131073, 1114199, 0, 131073, 1114200, 0, 131073, 1114201, 0, 131073, 1114202, 0, 131073, 1114203, 0, 131073, 1114204, 0, 131073, 1114205, 0, 131073, 1114206, 0, 131073, 1114207, 0, 131073, 1114208, 0, 131073, 1114209, 0, 131073, 1114210, 0, 131073, 1114211, 0, 131073, 1114212, 0, 131073, 1114213, 0, 131073, 1114214, 0, 131073, 1114215, 0, 131073, 1114216, 0, 131073, 1114217, 0, 131073, 1114218, 0, 131073, 1114219, 0, 131073, 1114220, 0, 131073, 1114221, 0, 131073, 1114222, 0, 131073, 1114223, 0, 131073, 1114224, 0, 131073, 1114225, 0, 131073, 1114226, 0, 131073, 1114227, 0, 131073, 1114228, 0, 131073, 1114229, 0, 131073, 1114230, 0, 131073, 1114231, 0, 131073, 1114232, 0, 131073, 1114233, 0, 131073, 1114234, 0, 131073, 1114235, 0, 131073, 1114236, 0, 131073, 1114237, 0, 131073, 1114238, 0, 131073, 1114239, 0, 131073, 1114240, 0, 131073, 1114241, 0, 131073, 1114242, 0, 131073, 1114243, 0, 131073, 1114244, 0, 131073, 1114245, 0, 131073, 1114246, 0, 131073, 1114247, 0, 131073, 1114248, 0, 131073, 1114249, 0, 131073, 1114250, 0, 131073, 1114251, 0, 131073, 1114252, 0, 131073, 1114253, 0, 131073, 1114254, 0, 131073, 1114255, 0, 131073, 1114256, 0, 131073, 1114257, 0, 131073, 1114258, 0, 131073, 1114259, 0, 131073, 1114260, 0, 131073, 1114261, 0, 131073, 1114262, 0, 131073, 1114263, 0, 131073, 1114264, 0, 131073, 1114265, 0, 131073, 1114266, 0, 131073, 1114267, 0, 131073, 1114268, 0, 131073, 1114269, 0, 131073, 1114270, 0, 131073, 1114271, 0, 131073, 1114272, 0, 131073, 1114273, 0, 131073, 1114274, 0, 131073, 1114275, 0, 131073, 1114276, 0, 131073, 1114277, 0, 131073, 1114278, 0, 131073, 1114279, 0, 131073, 1114280, 0, 131073, 1114281, 0, 131073, 1114282, 0, 131073, 1114283, 0, 131073, 1114284, 0, 131073, 1114285, 0, 131073, 1114286, 0, 131073, 1114287, 0, 131073, 1114288, 0, 131073, 1114289, 0, 131073, 1114290, 0, 131073, 1114291, 0, 131073, 1114292, 0, 131073, 1114293, 0, 131073, 1114294, 0, 131073, 1114295, 0, 131073, 1114296, 0, 131073, 1114297, 0, 131073, 1114298, 0, 131073, 1114299, 0, 131073, 1114300, 0, 131073, 1114301, 0, 131073, 1114302, 0, 131073, 1114303, 0, 131073, 1114304, 0, 131073, 1114305, 0, 131073, 1114306, 0, 131073, 1114307, 0, 131073, 1114308, 0, 131073, 1114309, 0, 131073, 1114310, 0, 131073, 1114311, 0, 131073, 1114312, 0, 131073, 1114313, 0, 131073, 1114314, 0, 131073, 1114315, 0, 131073, 1114316, 0, 131073, 1114317, 0, 131073, 1114318, 0, 131073, 1114319, 0, 131073, 1114320, 0, 131073, 1114321, 0, 131073, 1114322, 0, 131073, 1114323, 0, 131073, 1114324, 0, 131073, 1114325, 0, 131073, 1114326, 0, 131073, 1114327, 0, 131073, 1114328, 0, 131073, 1114329, 0, 131073, 1114330, 0, 131073, 1114331, 0, 131074 )
  473. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/Button" to="LoginUI" method="_on_Button_button_down"]
  474. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/Button2" to="LoginUI" method="_on_Button2_button_down"]
  475. [connection signal="button_down" from="LoginUI/directconnect/VBoxContainer/x509" to="x509gen" method="_on_x509_button_down"]
  476. [connection signal="toggled" from="LoginUI/directconnect/VBoxContainer/CheckButton" to="LoginUI" method="_on_CheckButton_toggled"]
  477. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/login" to="LoginUI" method="_on_login_button_down"]
  478. [connection signal="button_down" from="LoginUI/loginscreen/VBoxContainer/HBoxContainer3/register" to="LoginUI" method="_on_register_button_down"]
  479. [connection signal="button_down" from="LoginUI/register/VBoxContainer/HBoxContainer6/login2" to="LoginUI" method="_on_login2_button_down"]
  480. [connection signal="button_down" from="LoginUI/register/VBoxContainer/HBoxContainer6/Register2" to="LoginUI" method="_on_Register2_button_down"]
  481. [connection signal="click" from="BrowserListClient" to="LoginUI" method="choose_a_server"]
  482. [connection signal="click" from="BrowserListClient/PanelContainer/Table/BrowseColumn" to="BrowserListClient" method="_on_BrowseColumn_click"]
  483. [connection signal="timeout" from="BrowserListClient/Timer" to="BrowserListClient" method="_on_Timer_timeout"]