diff --git a/.gitignore b/.gitignore index 1de5659..b512c09 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -target \ No newline at end of file +node_modules \ No newline at end of file diff --git a/clients/react-client/package.json b/clients/react-client/package.json index a495a44..1b4abfa 100644 --- a/clients/react-client/package.json +++ b/clients/react-client/package.json @@ -12,6 +12,7 @@ "dependencies": { "@dojoengine/core": "1.0.0-alpha.5", "@dojoengine/recs": "^2.0.13", + "@dojoengine/create-burner": "1.0.0-alpha.5", "@dojoengine/torii-client": "1.0.0-alpha.5", "@radix-ui/react-slot": "^1.1.0", "@types/node": "^22.4.2", diff --git a/contracts/target/CACHEDIR.TAG b/contracts/target/CACHEDIR.TAG new file mode 100644 index 0000000..b274bec --- /dev/null +++ b/contracts/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +Signature: 8a477f597d28d172789f06886806bc55 +# This file is a cache directory tag created by sozo. +# For information about cache directory tags see https://bford.info/cachedir/ diff --git a/contracts/target/dev/contracts/dojo_starter_rpg-actions-4afbdb7a.cairo b/contracts/target/dev/contracts/dojo_starter_rpg-actions-4afbdb7a.cairo new file mode 100644 index 0000000..56b2be1 --- /dev/null +++ b/contracts/target/dev/contracts/dojo_starter_rpg-actions-4afbdb7a.cairo @@ -0,0 +1,129 @@ +#[starknet::contract] +pub mod actions { + use dojo::world; + use dojo::world::IWorldDispatcher; + use dojo::world::IWorldDispatcherTrait; + use dojo::world::IWorldProvider; + use dojo::contract::IContract; + use starknet::storage::{ + StorageMapReadAccess, StorageMapWriteAccess, StoragePointerReadAccess, + StoragePointerWriteAccess + }; + + component!( + path: dojo::contract::upgradeable::upgradeable, + storage: upgradeable, + event: UpgradeableEvent + ); + + #[abi(embed_v0)] + pub impl ContractImpl of IContract { + fn contract_name(self: @ContractState) -> ByteArray { + "actions" + } + + fn namespace(self: @ContractState) -> ByteArray { + "dojo_starter_rpg" + } + + fn tag(self: @ContractState) -> ByteArray { + "dojo_starter_rpg-actions" + } + + fn name_hash(self: @ContractState) -> felt252 { + 2086192618380495284091910654139796563008957181282529006110721547110208160990 + } + + fn namespace_hash(self: @ContractState) -> felt252 { + 478818318480335965857378696073169770196363091739687234837836645523859370417 + } + + fn selector(self: @ContractState) -> felt252 { + 2119759012706724827775869657687441349302555895191611646984125534702989689384 + } + } + + #[abi(embed_v0)] + impl WorldProviderImpl of IWorldProvider { + fn world(self: @ContractState) -> IWorldDispatcher { + self.world_dispatcher.read() + } + } + + #[abi(embed_v0)] + impl UpgradableImpl = + dojo::contract::upgradeable::upgradeable::UpgradableImpl; + + // Component imports + + use rpg::components::playable::PlayableComponent; + + // Internal imports + + use rpg::types::mode::Mode; + + // Local imports + + use super::IActions; + + // Components + + component!(path: PlayableComponent, storage: playable, event: PlayableEvent); + impl PlayableInternalImpl = PlayableComponent::InternalImpl; + + #[storage] + struct Storage { + world_dispatcher: IWorldDispatcher, + #[substorage(v0)] + upgradeable: dojo::contract::upgradeable::upgradeable::Storage, + #[substorage(v0)] + playable: PlayableComponent::Storage + } + + #[event] + #[derive(Drop, starknet::Event)] + enum Event { + UpgradeableEvent: dojo::contract::upgradeable::upgradeable::Event, + #[flat] + PlayableEvent: PlayableComponent::Event + } + + // Implementations + + #[abi(embed_v0)] + impl ActionsImpl of IActions { + fn spawn(self: @ContractState, name: felt252, role: u8) { + self.playable.spawn(self.world(), name, role, Mode::Medium.into()) + } + fn move(self: @ContractState, direction: u8) { + self.playable.move(self.world(), direction) + } + fn attack(self: @ContractState) { + self.playable.attack(self.world()) + } + fn heal(self: @ContractState, quantity: u8) { + self.playable.heal(self.world(), quantity) + } + } + #[starknet::interface] + trait IDojoInit { + fn dojo_init(self: @ContractState); + } + + #[abi(embed_v0)] + impl IDojoInitImpl of IDojoInit { + fn dojo_init(self: @ContractState) { + assert( + starknet::get_caller_address() == self.world().contract_address, + 'Only world can init' + ); + assert( + self + .world() + .is_owner(self.selector(), starknet::get_tx_info().account_contract_address), + 'Only owner can init' + ); + } + } +} + diff --git a/contracts/target/dev/contracts/dojo_starter_rpg-actions-4afbdb7a.json b/contracts/target/dev/contracts/dojo_starter_rpg-actions-4afbdb7a.json new file mode 100644 index 0000000..5c9245e --- /dev/null +++ b/contracts/target/dev/contracts/dojo_starter_rpg-actions-4afbdb7a.json @@ -0,0 +1,8393 @@ +{ + "sierra_program": [ + "0x1", + "0x6", + "0x0", + "0x2", + "0x7", + "0x0", + "0x708", + "0xf8", + "0xf9", + "0x4172726179", + "0x800000000000000300000000000000000000000000000001", + "0x1", + "0xf3", + "0x66656c74323532", + "0x800000000000000700000000000000000000000000000000", + "0x753332", + "0x537472756374", + "0x800000000000000300000000000000000000000000000004", + "0x0", + "0x36775737a2dc48f3b19f9a1f4bc3ab9cb367d1e2e827cef96323826fd39f53f", + "0x2", + "0x556e696e697469616c697a6564", + "0x800000000000000200000000000000000000000000000001", + "0x3", + "0x426f78", + "0x800000000000000700000000000000000000000000000001", + "0x4d", + "0x800000000000000f00000000000000000000000000000001", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x456e756d", + "0x800000000000000700000000000000000000000000000003", + "0x384c87a23fc30bf0611d9057d59be188e63deef42bf1df3d92d6de1e425bc8c", + "0x5", + "0x6", + "0x536e617073686f74", + "0x8", + "0x9", + "0x4e", + "0xd114c32d1bdba1bce522b98c4c1bab4007d04b08a55f319b01e4b651dc3c8d", + "0xb", + "0xd", + "0xe", + "0x1e", + "0x53ab85eada0a6ea028c03d62be3bee85e33846f2cb70861f36156d3c342647", + "0x10", + "0x436f6e7374", + "0x800000000000000000000000000000000000000000000002", + "0x7533325f737562204f766572666c6f77", + "0x496e646578206f7574206f6620626f756e6473", + "0x800000000000000700000000000000000000000000000002", + "0x3142fbd31f041e72ed078d81fb3114100b27dfceb6a9f5844cfa830c1960670", + "0xd065c837ba98927ca43d2e15d8e840ca8e67646b8e00108f1b55d18a75d80f", + "0xd682fdeedea6d7edc10c60b7f4feb26bba9c226f7f49d20537e0a5c8e4dca4", + "0x6d6f64656c207374727563742e", + "0x6e756d626572206f6620235b6b65795d206669656c647320696e2074686520", + "0x746865206b657973207475706c65206973206d61746368696e672074686520", + "0x6e206661696c65642e20456e7375726520746865206c656e677468206f6620", + "0x4d6f64656c206044756e67656f6e603a20646573657269616c697a6174696f", + "0x7538", + "0x753136", + "0x800000000000000700000000000000000000000000000007", + "0x2d35fff891e795d8c01ff6e3124a8f80845d26ba9b3f87635bffe1527d2e50c", + "0x1f", + "0x19bf52e1108dd51b4222288809a7e3fad8daefaf9d0b563a16cad216526e885", + "0x20", + "0x14d34f771ec633c2f562d96c03f9299763555317b87ad49b1aa8c08079dde0e", + "0x302e3fabbdf3434889ae2d001808e262479a8c632c7fb7242854097fd3d5963", + "0xc", + "0x6f64656c207374727563742e", + "0x756d626572206f6620235b6b65795d206669656c647320696e20746865206d", + "0x6865206b657973207475706c65206973206d61746368696e6720746865206e", + "0x206661696c65642e20456e7375726520746865206c656e677468206f662074", + "0x4d6f64656c2060506c61796572603a20646573657269616c697a6174696f6e", + "0x46a6158a16a947e5916b2a2ca68501a45e93d7110e81aa2d6438b1c57c879a3", + "0x4f7074696f6e3a3a756e77726170206661696c65642e", + "0x80000000000000070000000000000000000000000000000a", + "0xa4f1fa2833a87c1fa7ca0b97c86843ea04c08d9c67385f12eac2d5ea1de97f", + "0x2a37e94a28f6ccb0be5d4110d01118cb0831f9f88b93e4f560f82ad67855815", + "0x2c", + "0x52657475726e6564206461746120746f6f2073686f7274", + "0x2f", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x30", + "0x1d49f7a4b277bf7b55a2664ce8cef5d6922b5ffb806b89644b9e0cdbbcac378", + "0x31", + "0x32", + "0x16a4c8d7c05909052238a862d8cc3e7975bf05a07b3a69c6b28951083a6d672", + "0x800000000000000300000000000000000000000000000003", + "0x34", + "0x13fdd7105045794a99550ae1c4ac13faa62610dfab62c16422bfcf5803baa6e", + "0x33", + "0x35", + "0x326593e1b7478914a9c4ff6d556d1561d942e60fae7253b1eb00c19702dbf1f", + "0x3d51cd80d097ac7cf0208e3ff0db65ac622c283bd6ce9e5f68c77e3a0aebca9", + "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60", + "0x2a80b61b29ec044d14c4c8c613e762ba1fb8eeb0c454d1ee00ed6dedaa5b5c5", + "0x49", + "0x3e", + "0x93765824cbeef1794ad2abf56eeaec6b82649f55c3773b8022b209982e4720", + "0xfb", + "0x27b848d338b362a9edc3f5d9143a504828207dd0d1d6515b2b3968154d59b0", + "0x42", + "0x5b4bf3e8c5705ff2b172ed7c0ff76f0096efed0943457e640b66da01b97d2", + "0x103b477c9d08fbf653bd237772c36affbe8076fa6a9db4b4e6f17566044d41d", + "0xa8be0a778a94eac2488e69eb5cf6921d2c02275d181a1189a6745aa6626f87", + "0x45", + "0x34c1a4ee6ef3ec231b7e21635f0ab0f5e73f747e42beb02d65fc54c8e0e0575", + "0x46", + "0x3ad29622c7a43be4ba50a1e97ec04a11d86740d6e621d111f2e1b8ce170acae", + "0x4c", + "0x253b435b9b9e399f77332f7e43e4cfd7c7976fa47c37b6c20025d9f33ae564b", + "0x47", + "0x39", + "0x15", + "0x14a9201f80ff7b74887454e7f1a7b569f78f6701624a54447e359946b856407", + "0x6d7573742062652063616c6c656420627920776f726c64", + "0x636c6173735f68617368206e6f7420776f726c642070726f7669646572", + "0x526573756c743a3a756e77726170206661696c65642e", + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3", + "0x3cc52bd7dde2343bdef8e4b4a31f55041906cf4ca00f6c6b7015a6da4773a5a", + "0x34d39288fb15fee029faf7f39b79c820c36189b37b2584c9ae77e78b767ace", + "0x436c61737348617368", + "0x172f2a40aae28e46eecffab73b9d7c87c193ce966d81e6f84889c9029058664", + "0x55", + "0x335a72276226112dac5d1992113757581bf9b0da6ff744f3e6a78b16956555d", + "0x56", + "0x334441547dac75caeb0c9c82a0030464f846f602759fccc9b5ef92017da62ae", + "0x57", + "0x54", + "0x52c9b9140222b08593a26daa782707297be9f7b3e8281d7b4974769f19afd0", + "0x636c6173735f686173682063616e6e6f74206265207a65726f", + "0x696e76616c696420776f726c642061646472657373", + "0x4f6e6c7920776f726c642063616e20696e6974", + "0x4f6e6c79206f776e65722063616e20696e6974", + "0x3288d594b9a45d15bb2fcb7903f06cdb06b27f0ba88186ec4cfaa98307cb972", + "0x5e", + "0xa853c166304d20fb0711becf2cbdf482dee3cac4e9717d040b7a7ab1df7eec", + "0x5f", + "0x68", + "0x61", + "0x1597b831feeb60c71f259624b79cf66995ea4f7e383403583674ab9c33b9cec", + "0x62", + "0x436f6e747261637441646472657373", + "0x75313238", + "0x80000000000000070000000000000000000000000000000e", + "0x348a62b7a38c0673e61e888d83a3ac1bf334ee7361a8514593d3d9532ed8b39", + "0x64", + "0x65", + "0x63", + "0x753634", + "0x800000000000000700000000000000000000000000000004", + "0x3342418ef16b3e2799b906b1e4e89dbb9b111332dd44f72458ce44f9895b508", + "0x67", + "0x7531365f6d756c204f766572666c6f77", + "0x506c617965723a206e6f7420656e6f75676820676f6c64", + "0x7531365f737562204f766572666c6f77", + "0x75385f616464204f766572666c6f77", + "0x44756e67656f6e3a206e6f742073686f70", + "0x44756e67656f6e3a20616c726561647920646f6e65", + "0x7531365f616464204f766572666c6f77", + "0x75385f6d756c204f766572666c6f77", + "0x75385f737562204f766572666c6f77", + "0x74", + "0xd7", + "0x4e6f6e5a65726f", + "0x506c617965723a2069732064656164", + "0x506c617965723a20696e76616c696420646972656374696f6e", + "0x23", + "0xf", + "0xa", + "0x14", + "0x19", + "0x800000000000000000000000000000000000000000000003", + "0x98", + "0x82", + "0x9e", + "0x83", + "0x4b", + "0x86", + "0x87", + "0x50", + "0x28", + "0x800000000000000700000000000000000000000000000006", + "0xfeb4c2d38a7f24854220e6805c9aab9727d485e5d23ab7a2dc87bf3f50e756", + "0x8b", + "0x8c", + "0x3c", + "0x8f", + "0x90", + "0x2d", + "0x93", + "0x94", + "0x97", + "0x553132384d756c47756172616e746565", + "0x800000000000000100000000000000000000000000000000", + "0x25e2ca4b84968c2d8b83ef476ca8549410346b00836ce79beaf538155990bb2", + "0x9a", + "0x9b", + "0x9d", + "0x800000000000000700000000000000000000000000000005", + "0x190329a174adf637c0f814747c08a59bac1cf158d2e2582ce1610396dba78e0", + "0x44756e67656f6e3a206e6f7420646f6e65", + "0x15c0f8d22493f7995d29f4572971738ef47bd1c19f40bbdc02634db2c74bfbf", + "0xa0", + "0x437fd4baff2c764dd1fb1f13f102d24903e9904bc8b15c3e8b306c29f152f97", + "0x4466924abcd41294bd44fc190b3b2c4f042433a2860830dde5185550a005d1", + "0xa3", + "0x685e4f67b2272c2412ab49a9b42dce28a74b7f21ec69e929188a55378160ca", + "0x38", + "0x1226809904dea0538de9942f231718b1616068beff94ed346385aaedec85069", + "0x53797374656d", + "0xa9", + "0x7536345f616464204f766572666c6f77", + "0x506c617965723a20696e76616c696420726f6c65", + "0x4", + "0x48415244", + "0x4d454449554d", + "0x45415359", + "0x4e4f4e45", + "0xbe", + "0xbf", + "0x93a80", + "0x54600", + "0x506c617965723a20696e76616c6964206e616d65", + "0x3779206c7399af13054a2e3a980025b2640c9350e1b7cd7afb5008f8e0878b1", + "0x3808c701a5d13e100ab11b6c02f91f752ecae7e420d21b56c90ec0a475cc7e5", + "0x66", + "0xc7", + "0x7d4d99e9ed8d285b5c61b493cedb63976bc3d9da867933d829f49ce838b5e7", + "0xc9", + "0xc8", + "0xca", + "0x506f736569646f6e", + "0xcc", + "0x18ef5e2178ac6be59ceafd15e6995810f636807e02c51d309c3f65e37000fc5", + "0xce", + "0x1b2a4ab0999ee0912bed722a53c457f9b434d7a3ab31d3f041e33f2de6e2167", + "0x800000000000000f00000000000000000000000000000003", + "0xd0", + "0x10ccdf718b00b0931b3dadeafcaecf695d387342be700a587a2330b6345a9cd", + "0xd1", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x800000000000000f00000000000000000000000000000002", + "0xcc5e86243f861d2d64b08c35db21013e773ac5cf10097946fe0011304886d5", + "0xd5", + "0x3c1b9a666b44a9a7ac03e94551b041fac18cae0e9389849f61b7adf4a74db30", + "0xb7cb4d36389f92f23b65d1d8f44397f02f4b30bbfddfc5ac9d828bd372feaf", + "0xd8", + "0x29d7d57c04a880978e7b3689f6218e507f3be17588744b58dc17762447ad0e7", + "0xda", + "0x11c6d8087e00642489f92d2821ad6ebd6532ad1a3b6d12833da6d6810391511", + "0x4e6f6e20436f6e747261637441646472657373", + "0xe5d9a70671e54f27c1e6b0a92065202a6b1b25888fa60f80369d0492e07130", + "0x53746f7261676541646472657373", + "0x53746f726167654261736541646472657373", + "0xdd329c79ea38b785573b49f069c08f51bb76bb0566c48a7d6a32b9bf213bbb", + "0xe1", + "0x4afbdb7add773dca44dae5b86d5056d40a89e5be598a6efc242639cfdcf4228", + "0x10f0066850a7341a231226b660fa1d846080241fa47415b6a34712323c2f1b1", + "0x49cbe40ea89380ffd13a291dbbff0b1890606fb467b27a2a7d2503dbe62c4de", + "0x18", + "0x646f6a6f5f737461727465725f7270672d616374696f6e73", + "0x646f6a6f5f737461727465725f727067", + "0x4f7574206f6620676173", + "0x74584e9f10ffb1a40aa5a3582e203f6758defc4a497d1a2d5a89f274a320e9", + "0xec", + "0x149ee8c97f9cdd259b09b6ca382e10945af23ee896a644de8c7b57da1779da7", + "0xee", + "0x7", + "0x616374696f6e73", + "0x62797465733331", + "0x4275696c74696e436f737473", + "0x9931c641b913035ae674b400b61a51476d506bbe8bba2ff8a6272790aba9e6", + "0xeb", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x4761734275696c74696e", + "0x52616e6765436865636b", + "0x226", + "0x616c6c6f635f6c6f63616c", + "0x66696e616c697a655f6c6f63616c73", + "0x7265766f6b655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x7374727563745f6465636f6e737472756374", + "0x73746f72655f74656d70", + "0xf8", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x64726f70", + "0x61727261795f6e6577", + "0x636f6e73745f61735f696d6d656469617465", + "0xf6", + "0x61727261795f617070656e64", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f696e6974", + "0xf5", + "0xf7", + "0x6765745f6275696c74696e5f636f737473", + "0xf4", + "0x77697468647261775f6761735f616c6c", + "0xf2", + "0xf1", + "0x73746f72655f6c6f63616c", + "0x736e617073686f745f74616b65", + "0x647570", + "0xf0", + "0x7374727563745f736e617073686f745f6465636f6e737472756374", + "0x61727261795f6c656e", + "0x7533325f746f5f66656c74323532", + "0xef", + "0x66756e6374696f6e5f63616c6c", + "0x656e756d5f6d61746368", + "0xed", + "0x72656e616d65", + "0xea", + "0xe9", + "0xe8", + "0xe7", + "0xe6", + "0xe5", + "0xe4", + "0xe3", + "0x73746f726167655f626173655f616464726573735f636f6e7374", + "0x1704e5494cfadd87ce405d38a662ae6a1d354612ea0ebdc9fefdeb969065774", + "0xe2", + "0x73746f726167655f616464726573735f66726f6d5f62617365", + "0xdf", + "0xe0", + "0x73746f726167655f726561645f73797363616c6c", + "0x21adb5788e32c84f69a1863d85ef9394b7bf761a0ce1190f826984e5075c371", + "0xde", + "0x636f6e74726163745f616464726573735f746f5f66656c74323532", + "0xdd", + "0x6a756d70", + "0x656e61626c655f61705f747261636b696e67", + "0x756e626f78", + "0xdc", + "0xdb", + "0x75385f7472795f66726f6d5f66656c74323532", + "0x64697361626c655f61705f747261636b696e67", + "0xd9", + "0xd6", + "0xd4", + "0xd3", + "0x11", + "0x12", + "0x636c6173735f686173685f7472795f66726f6d5f66656c74323532", + "0x13", + "0xd2", + "0xcf", + "0x627974657333315f746f5f66656c74323532", + "0x6765745f657865637574696f6e5f696e666f5f76325f73797363616c6c", + "0xcb", + "0x75385f746f5f66656c74323532", + "0x66656c743235325f69735f7a65726f", + "0xc5", + "0xc6", + "0xc4", + "0x66656c743235325f737562", + "0xc3", + "0xc2", + "0xcd", + "0xc1", + "0xc0", + "0x7536345f6f766572666c6f77696e675f616464", + "0xbd", + "0x7536345f736166655f6469766d6f64", + "0x7536345f746f5f66656c74323532", + "0xbc", + "0xbb", + "0xba", + "0xb9", + "0xb8", + "0x66656c743235325f616464", + "0x68616465735f7065726d75746174696f6e", + "0xb7", + "0xb6", + "0xb5", + "0xb4", + "0xb3", + "0xb2", + "0xb1", + "0xb0", + "0x75385f6571", + "0xaf", + "0xae", + "0xa6", + "0xa5", + "0x16", + "0x17", + "0xa4", + "0xa2", + "0xa1", + "0xad", + "0xab", + "0xac", + "0x9f", + "0x7531365f6571", + "0x75313238735f66726f6d5f66656c74323532", + "0x753132385f746f5f66656c74323532", + "0x9c", + "0x99", + "0x753235365f736166655f6469766d6f64", + "0x753132385f6d756c5f67756172616e7465655f766572696679", + "0x95", + "0x753132385f6f766572666c6f77696e675f737562", + "0x753132385f6571", + "0x92", + "0x91", + "0x8e", + "0x8d", + "0x8a", + "0x89", + "0x88", + "0x85", + "0x84", + "0x81", + "0x80", + "0x7f", + "0x7e", + "0x7d", + "0x7c", + "0x7b", + "0x7a", + "0x79", + "0x78", + "0x1a", + "0x77", + "0x76", + "0xaa", + "0xa8", + "0xa7", + "0x73", + "0x75385f736166655f6469766d6f64", + "0x75385f776964655f6d756c", + "0x646f776e63617374", + "0x75385f6f766572666c6f77696e675f737562", + "0x72", + "0x71", + "0x7531365f6f766572666c6f77696e675f616464", + "0x70", + "0x6f", + "0x75", + "0x6e", + "0x6d", + "0x757063617374", + "0x7531365f776964655f6d756c", + "0x7531365f6f766572666c6f77696e675f737562", + "0x75385f6f766572666c6f77696e675f616464", + "0x6c", + "0x6b", + "0x6a", + "0x69", + "0x1b", + "0x60", + "0x5d", + "0x5c", + "0x5b", + "0x636c6173735f686173685f746f5f66656c74323532", + "0x5a", + "0x59", + "0x6c6962726172795f63616c6c5f73797363616c6c", + "0x7265706c6163655f636c6173735f73797363616c6c", + "0x58", + "0x53", + "0x52", + "0x656d69745f6576656e745f73797363616c6c", + "0x51", + "0x4f", + "0x7531365f746f5f66656c74323532", + "0x1c", + "0x636f6e73745f61735f626f78", + "0x4a", + "0x7370616e5f66726f6d5f7475706c65", + "0x48", + "0x44", + "0x43", + "0x41", + "0x40", + "0x3f", + "0x3d", + "0x3b", + "0x3a", + "0x1d", + "0x37", + "0x63616c6c5f636f6e74726163745f73797363616c6c", + "0x36", + "0x2e", + "0x21", + "0x2b", + "0x2a", + "0x29", + "0x27", + "0x26", + "0x25", + "0x24", + "0x22", + "0x626f6f6c5f6e6f745f696d706c", + "0x7533325f7472795f66726f6d5f66656c74323532", + "0x61727261795f736c696365", + "0x7533325f6f766572666c6f77696e675f737562", + "0x7531365f7472795f66726f6d5f66656c74323532", + "0x1dc3", + "0xffffffffffffffff", + "0x14d", + "0x100", + "0x13f", + "0x137", + "0x192", + "0x171", + "0x185", + "0x1d6", + "0x1b5", + "0x1c9", + "0x21a", + "0x1f9", + "0x20d", + "0x28b", + "0x23d", + "0x27e", + "0x271", + "0x267", + "0x276", + "0x375", + "0x2a7", + "0x2ac", + "0x364", + "0x2b4", + "0x2b9", + "0x351", + "0x34c", + "0x2d5", + "0x33b", + "0x325", + "0x318", + "0x30f", + "0x332", + "0x32d", + "0x356", + "0x434", + "0x390", + "0x395", + "0x422", + "0x41e", + "0x3b0", + "0x40f", + "0x3fb", + "0x3f0", + "0x3e7", + "0x406", + "0x401", + "0x426", + "0x4bb", + "0x458", + "0x4ae", + "0x49d", + "0x493", + "0x48b", + "0x4a6", + "0x4a2", + "0x571", + "0x4d5", + "0x4da", + "0x560", + "0x55c", + "0x4f4", + "0x54e", + "0x53c", + "0x531", + "0x529", + "0x546", + "0x542", + "0x564", + "0x5c5", + "0x594", + "0x5b8", + "0x5b1", + "0x642", + "0x5e1", + "0x5e6", + "0x631", + "0x62d", + "0x5fd", + "0x61f", + "0x618", + "0x635", + "0x67b", + "0x65c", + "0x661", + "0x670", + "0x7e3", + "0x96", + "0x7d3", + "0x6b4", + "0x6de", + "0x6c1", + "0x6ce", + "0x6d9", + "0x6ef", + "0x7c9", + "0x7bb", + "0x702", + "0x707", + "0x70c", + "0x710", + "0x72c", + "0x731", + "0x736", + "0x73a", + "0x744", + "0x774", + "0x750", + "0x776", + "0x75c", + "0x768", + "0x772", + "0x7a1", + "0xf33", + "0xf18", + "0xf07", + "0xef3", + "0xee4", + "0xecb", + "0x87e", + "0x87c", + "0x880", + "0x886", + "0x8b6", + "0x892", + "0x8b8", + "0x89e", + "0x8aa", + "0x8b4", + "0xeb1", + "0xd9d", + "0xfa", + "0x8cb", + "0xfc", + "0x8cf", + "0x8d9", + "0x903", + "0x8e6", + "0x8f3", + "0x8fe", + "0xfd", + "0x90e", + "0x9a5", + "0xa3c", + "0xfe", + "0xff", + "0xad2", + "0x917", + "0x91b", + "0x101", + "0x102", + "0x103", + "0x104", + "0x105", + "0x106", + "0x107", + "0x108", + "0x109", + "0x10a", + "0x10b", + "0x996", + "0x10c", + "0x10d", + "0x933", + "0x939", + "0x991", + "0x10e", + "0x982", + "0x94a", + "0x950", + "0x97d", + "0x10f", + "0x96f", + "0x960", + "0x966", + "0x96b", + "0x110", + "0x97a", + "0x976", + "0x111", + "0x112", + "0x98e", + "0x98a", + "0x113", + "0x9a2", + "0x99e", + "0x114", + "0x115", + "0x116", + "0x9ae", + "0x117", + "0x118", + "0x119", + "0x11a", + "0x11b", + "0x11c", + "0x11d", + "0x9b2", + "0x11e", + "0x11f", + "0x120", + "0x121", + "0x122", + "0x123", + "0x124", + "0x125", + "0x126", + "0x127", + "0x128", + "0x129", + "0x12a", + "0x12b", + "0x12c", + "0x12d", + "0x12e", + "0xa2d", + "0x12f", + "0x130", + "0x9ca", + "0x131", + "0x9d0", + "0x132", + "0x133", + "0xa28", + "0x134", + "0x135", + "0x136", + "0x138", + "0x139", + "0x13a", + "0x13b", + "0x13c", + "0x13d", + "0x13e", + "0xa19", + "0x140", + "0x141", + "0x9e1", + "0x142", + "0x9e7", + "0x143", + "0x144", + "0xa14", + "0x145", + "0x146", + "0x147", + "0x148", + "0x149", + "0x14a", + "0x14b", + "0x14c", + "0x14e", + "0x14f", + "0xa06", + "0x150", + "0x151", + "0x9f7", + "0x152", + "0x9fd", + "0x153", + "0x154", + "0xa02", + "0x155", + "0x156", + "0x157", + "0x158", + "0x159", + "0x15a", + "0xa11", + "0x15b", + "0xa0d", + "0x15c", + "0x15d", + "0x15e", + "0x15f", + "0xa25", + "0x160", + "0xa21", + "0x161", + "0x162", + "0x163", + "0x164", + "0xa39", + "0x165", + "0xa35", + "0x166", + "0x167", + "0x168", + "0x169", + "0xa45", + "0x16a", + "0x16b", + "0x16c", + "0x16d", + "0x16e", + "0x16f", + "0x170", + "0xa49", + "0x172", + "0x173", + "0x174", + "0x175", + "0x176", + "0x177", + "0x178", + "0x179", + "0x17a", + "0x17b", + "0x17c", + "0x17d", + "0x17e", + "0x17f", + "0x180", + "0x181", + "0xac4", + "0x182", + "0x183", + "0xa61", + "0x184", + "0xa67", + "0x186", + "0xabf", + "0x187", + "0x188", + "0x189", + "0x18a", + "0x18b", + "0x18c", + "0x18d", + "0x18e", + "0x18f", + "0x190", + "0x191", + "0xab0", + "0x193", + "0x194", + "0xa78", + "0x195", + "0xa7e", + "0x196", + "0x197", + "0xaab", + "0x198", + "0x199", + "0x19a", + "0x19b", + "0x19c", + "0x19d", + "0x19e", + "0x19f", + "0x1a0", + "0x1a1", + "0x1a2", + "0xa9d", + "0x1a3", + "0x1a4", + "0xa8e", + "0x1a5", + "0xa94", + "0x1a6", + "0x1a7", + "0xa99", + "0x1a8", + "0x1a9", + "0x1aa", + "0x1ab", + "0x1ac", + "0x1ad", + "0xaa8", + "0x1ae", + "0xaa4", + "0x1af", + "0x1b0", + "0x1b1", + "0x1b2", + "0xabc", + "0x1b3", + "0xab8", + "0x1b4", + "0x1b6", + "0x1b7", + "0xad0", + "0x1b8", + "0xacc", + "0x1b9", + "0x1ba", + "0x1bb", + "0x1bc", + "0x1bd", + "0x1be", + "0xadd", + "0x1bf", + "0x1c0", + "0x1c1", + "0x1c2", + "0xb14", + "0x1c3", + "0x1c4", + "0x1c5", + "0xaea", + "0x1c6", + "0x1c7", + "0x1c8", + "0x1ca", + "0x1cb", + "0xaf7", + "0x1cc", + "0x1cd", + "0x1ce", + "0x1cf", + "0x1d0", + "0x1d1", + "0xb04", + "0x1d2", + "0x1d3", + "0x1d4", + "0x1d5", + "0xb0f", + "0x1d7", + "0x1d8", + "0x1d9", + "0x1da", + "0x1db", + "0x1dc", + "0xb1e", + "0x1dd", + "0xc04", + "0x1de", + "0xc9c", + "0x1df", + "0x1e0", + "0x1e1", + "0x1e2", + "0x1e3", + "0xd81", + "0x1e4", + "0x1e5", + "0xb27", + "0x1e6", + "0x1e7", + "0x1e8", + "0x1e9", + "0x1ea", + "0x1eb", + "0x1ec", + "0xb2b", + "0x1ed", + "0x1ee", + "0x1ef", + "0x1f0", + "0x1f1", + "0x1f2", + "0x1f3", + "0x1f4", + "0x1f5", + "0x1f6", + "0x1f7", + "0x1f8", + "0x1fa", + "0x1fb", + "0x1fc", + "0x1fd", + "0xbf4", + "0x1fe", + "0x1ff", + "0xb43", + "0x200", + "0xb49", + "0x201", + "0x202", + "0xbee", + "0x203", + "0x204", + "0x205", + "0x206", + "0x207", + "0x208", + "0x209", + "0x20a", + "0x20b", + "0x20c", + "0x20e", + "0xbde", + "0x20f", + "0x210", + "0xb5a", + "0x211", + "0xb60", + "0x212", + "0x213", + "0xbd8", + "0x214", + "0x215", + "0x216", + "0x217", + "0x218", + "0x219", + "0x21b", + "0x21c", + "0x21d", + "0x21e", + "0x21f", + "0xbc8", + "0x220", + "0x221", + "0xb71", + "0x222", + "0xb77", + "0x223", + "0x224", + "0xbc2", + "0x225", + "0x227", + "0x228", + "0x229", + "0x22a", + "0x22b", + "0x22c", + "0x22d", + "0x22e", + "0x22f", + "0xbb3", + "0x230", + "0x231", + "0xb87", + "0x232", + "0xb8d", + "0x233", + "0x234", + "0xbae", + "0x235", + "0x236", + "0x237", + "0xb94", + "0x238", + "0xb9a", + "0x239", + "0xba0", + "0x23a", + "0xba6", + "0x23b", + "0x23c", + "0x23e", + "0xbab", + "0x23f", + "0x240", + "0x241", + "0x242", + "0x243", + "0x244", + "0x245", + "0x246", + "0x247", + "0x248", + "0xbbf", + "0x249", + "0xbbb", + "0x24a", + "0x24b", + "0x24c", + "0x24d", + "0xbd5", + "0x24e", + "0xbd1", + "0x24f", + "0x250", + "0x251", + "0x252", + "0xbeb", + "0x253", + "0xbe7", + "0x254", + "0x255", + "0x256", + "0x257", + "0xc01", + "0x258", + "0xbfd", + "0x259", + "0x25a", + "0x25b", + "0x25c", + "0xc0e", + "0x25d", + "0x25e", + "0x25f", + "0x260", + "0x261", + "0x262", + "0x263", + "0xc12", + "0x264", + "0x265", + "0x266", + "0x268", + "0x269", + "0x26a", + "0x26b", + "0x26c", + "0x26d", + "0x26e", + "0x26f", + "0x270", + "0x272", + "0x273", + "0x274", + "0xc8d", + "0x275", + "0xc2a", + "0x277", + "0xc30", + "0x278", + "0x279", + "0xc88", + "0x27a", + "0x27b", + "0x27c", + "0x27d", + "0x27f", + "0x280", + "0x281", + "0x282", + "0x283", + "0x284", + "0x285", + "0xc79", + "0x286", + "0x287", + "0xc41", + "0x288", + "0xc47", + "0x289", + "0x28a", + "0xc74", + "0x28c", + "0x28d", + "0x28e", + "0x28f", + "0x290", + "0x291", + "0x292", + "0x293", + "0x294", + "0x295", + "0xc66", + "0x296", + "0x297", + "0xc57", + "0x298", + "0xc5d", + "0x299", + "0x29a", + "0xc62", + "0x29b", + "0x29c", + "0x29d", + "0x29e", + "0x29f", + "0x2a0", + "0xc71", + "0x2a1", + "0xc6d", + "0x2a2", + "0x2a3", + "0x2a4", + "0x2a5", + "0xc85", + "0x2a6", + "0xc81", + "0x2a8", + "0x2a9", + "0x2aa", + "0xc99", + "0x2ab", + "0xc95", + "0x2ad", + "0x2ae", + "0x2af", + "0xca5", + "0x2b0", + "0x2b1", + "0x2b2", + "0x2b3", + "0x2b5", + "0x2b6", + "0xca9", + "0x2b7", + "0x2b8", + "0x2ba", + "0x2bb", + "0x2bc", + "0x2bd", + "0x2be", + "0x2bf", + "0x2c0", + "0x2c1", + "0x2c2", + "0x2c3", + "0x2c4", + "0x2c5", + "0x2c6", + "0x2c7", + "0xd72", + "0x2c8", + "0x2c9", + "0xcc1", + "0x2ca", + "0xcc7", + "0x2cb", + "0x2cc", + "0xd6c", + "0x2cd", + "0x2ce", + "0x2cf", + "0x2d0", + "0x2d1", + "0x2d2", + "0x2d3", + "0x2d4", + "0x2d6", + "0x2d7", + "0x2d8", + "0xd5c", + "0x2d9", + "0x2da", + "0xcd8", + "0x2db", + "0xcde", + "0x2dc", + "0x2dd", + "0xd56", + "0x2de", + "0x2df", + "0x2e0", + "0x2e1", + "0x2e2", + "0x2e3", + "0x2e4", + "0x2e5", + "0x2e6", + "0x2e7", + "0x2e8", + "0x2e9", + "0xd46", + "0x2ea", + "0x2eb", + "0xcef", + "0x2ec", + "0xcf5", + "0x2ed", + "0x2ee", + "0xd40", + "0x2ef", + "0x2f0", + "0x2f1", + "0x2f2", + "0x2f3", + "0x2f4", + "0x2f5", + "0x2f6", + "0x2f7", + "0x2f8", + "0x2f9", + "0xd31", + "0x2fa", + "0x2fb", + "0xd05", + "0x2fc", + "0xd0b", + "0x2fd", + "0x2fe", + "0xd2c", + "0x2ff", + "0x300", + "0x301", + "0xd12", + "0x302", + "0xd18", + "0x303", + "0xd1e", + "0x304", + "0xd24", + "0x305", + "0x306", + "0x307", + "0x308", + "0xd29", + "0x309", + "0x30a", + "0x30b", + "0x30c", + "0x30d", + "0x30e", + "0x310", + "0x311", + "0x312", + "0xd3d", + "0x313", + "0xd39", + "0x314", + "0x315", + "0x316", + "0x317", + "0xd53", + "0xd4f", + "0x319", + "0x31a", + "0x31b", + "0x31c", + "0xd69", + "0x31d", + "0xd65", + "0x31e", + "0x31f", + "0x320", + "0x321", + "0xd7f", + "0x322", + "0xd7b", + "0x323", + "0x324", + "0x326", + "0x327", + "0x328", + "0x329", + "0x32a", + "0x32b", + "0x32c", + "0x32e", + "0x32f", + "0x330", + "0x331", + "0x333", + "0x334", + "0x335", + "0x336", + "0x337", + "0x338", + "0x339", + "0xe0d", + "0x33a", + "0xdb0", + "0x33c", + "0x33d", + "0x33e", + "0x33f", + "0xde7", + "0x340", + "0x341", + "0x342", + "0xdbd", + "0x343", + "0x344", + "0x345", + "0x346", + "0x347", + "0x348", + "0xdca", + "0x349", + "0x34a", + "0x34b", + "0x34d", + "0x34e", + "0xdd7", + "0x34f", + "0x350", + "0x352", + "0x353", + "0xde2", + "0x354", + "0x355", + "0x357", + "0x358", + "0x359", + "0x35a", + "0x35b", + "0xdf1", + "0x35c", + "0xdf7", + "0x35d", + "0xdfd", + "0x35e", + "0xe03", + "0x35f", + "0x360", + "0x361", + "0x362", + "0xe08", + "0x363", + "0x365", + "0x366", + "0x367", + "0x368", + "0x369", + "0x36a", + "0x36b", + "0x36c", + "0x36d", + "0x36e", + "0x36f", + "0x370", + "0x371", + "0xe1c", + "0x372", + "0xe21", + "0x373", + "0xe26", + "0x374", + "0xe2a", + "0x376", + "0x377", + "0x378", + "0x379", + "0xe31", + "0x37a", + "0xe36", + "0x37b", + "0xe3b", + "0x37c", + "0xe40", + "0x37d", + "0x37e", + "0xe44", + "0x37f", + "0x380", + "0x381", + "0x382", + "0x383", + "0x384", + "0xe4c", + "0x385", + "0xe51", + "0x386", + "0xe56", + "0x387", + "0x388", + "0xe5a", + "0x389", + "0x38a", + "0x38b", + "0x38c", + "0x38d", + "0xe62", + "0x38e", + "0xe67", + "0x38f", + "0xe6c", + "0x391", + "0xe70", + "0x392", + "0x393", + "0x394", + "0xe77", + "0x396", + "0xe7c", + "0x397", + "0xe81", + "0x398", + "0x399", + "0xe85", + "0x39a", + "0x39b", + "0x39c", + "0x39d", + "0x39e", + "0x39f", + "0x3a0", + "0x3a1", + "0x3a2", + "0x3a3", + "0x3a4", + "0xea2", + "0x3a5", + "0x3a6", + "0x3a7", + "0x3a8", + "0x3a9", + "0x3aa", + "0x3ab", + "0x3ac", + "0x3ad", + "0x3ae", + "0x3af", + "0x3b1", + "0x3b2", + "0x3b3", + "0x3b4", + "0x3b5", + "0x3b6", + "0x3b7", + "0x3b8", + "0x3b9", + "0x3ba", + "0x3bb", + "0x3bc", + "0xf02", + "0x3bd", + "0x3be", + "0x3bf", + "0x3c0", + "0xf2c", + "0x3c1", + "0x3c2", + "0x3c3", + "0xf28", + "0x3c4", + "0x3c5", + "0x3c6", + "0x3c7", + "0x12e8", + "0x12d5", + "0x12cb", + "0x12be", + "0x12b6", + "0x12a5", + "0x1292", + "0x128c", + "0xfbd", + "0xfe5", + "0xfc7", + "0xfd1", + "0xfdb", + "0xfe3", + "0xff0", + "0x1027", + "0xffd", + "0x100a", + "0x1017", + "0x1022", + "0x102e", + "0x1033", + "0x1038", + "0x103d", + "0x1041", + "0x1048", + "0x104d", + "0x1052", + "0x1057", + "0x105b", + "0x1086", + "0x1064", + "0x1069", + "0x106e", + "0x1073", + "0x1077", + "0x107d", + "0x1091", + "0x126b", + "0x109b", + "0x109f", + "0x1252", + "0x11cc", + "0x11c8", + "0x10b6", + "0x10de", + "0x10c0", + "0x10ca", + "0x10d4", + "0x10dc", + "0x10e8", + "0x111f", + "0x10f5", + "0x1102", + "0x110f", + "0x111a", + "0x1126", + "0x112b", + "0x1130", + "0x1135", + "0x1139", + "0x1140", + "0x1145", + "0x114a", + "0x114f", + "0x1153", + "0x117c", + "0x115c", + "0x1161", + "0x1166", + "0x116b", + "0x116f", + "0x1174", + "0x1186", + "0x11ad", + "0x1190", + "0x1194", + "0x119a", + "0x1205", + "0x11bf", + "0x11d0", + "0x11d6", + "0x11fa", + "0x11e2", + "0x11fc", + "0x11ee", + "0x11f8", + "0x1237", + "0x1224", + "0x121b", + "0x1249", + "0x1283", + "0x1298", + "0x12c6", + "0x12e2", + "0x12de", + "0x1419", + "0x1406", + "0x13fc", + "0x13ef", + "0x13e7", + "0x13d6", + "0x136c", + "0x13c4", + "0x13b8", + "0x13a6", + "0x1394", + "0x13cd", + "0x13f7", + "0x1413", + "0x140f", + "0x14e9", + "0x14db", + "0x14d0", + "0x14c2", + "0x14b5", + "0x14ab", + "0x14a1", + "0x149a", + "0x1490", + "0x14ba", + "0x14e1", + "0x15f6", + "0x15ea", + "0x1515", + "0x15df", + "0x15cf", + "0x15c2", + "0x15b2", + "0x154c", + "0x15a2", + "0x1592", + "0x1590", + "0x1586", + "0x15d7", + "0x15fd", + "0x16fc", + "0x1704", + "0x16f3", + "0x1711", + "0x170e", + "0x1754", + "0x174b", + "0x1744", + "0x1736", + "0x17c1", + "0x17b9", + "0x1794", + "0x1785", + "0x185d", + "0x1855", + "0x1830", + "0x1821", + "0x18eb", + "0x18de", + "0x18d2", + "0x18d7", + "0x191d", + "0x1925", + "0x1913", + "0x1932", + "0x192f", + "0x196e", + "0x1966", + "0x195d", + "0x19a1", + "0x1983", + "0x1988", + "0x1996", + "0x19c3", + "0x19d5", + "0x19e7", + "0x19f9", + "0x1a05", + "0x1a1e", + "0x1a23", + "0x1a75", + "0x1a6c", + "0x1a5f", + "0x1a50", + "0x1a44", + "0x1aa9", + "0x1a8b", + "0x1a90", + "0x1a9e", + "0x1ac0", + "0x1ac5", + "0x1c04", + "0x1acd", + "0x1ad2", + "0x1bfa", + "0x1bf5", + "0x1ae3", + "0x1ae8", + "0x1bea", + "0x1be4", + "0x1af9", + "0x1afe", + "0x1bd8", + "0x1bd1", + "0x1b0f", + "0x1b14", + "0x1bc4", + "0x1bbc", + "0x1b25", + "0x1b2a", + "0x1bae", + "0x1ba5", + "0x1b3b", + "0x1b40", + "0x1b96", + "0x1b8c", + "0x1b53", + "0x1b58", + "0x1b7e", + "0x1b62", + "0x1b67", + "0x1b70", + "0x1ba0", + "0x1bb7", + "0x1bcc", + "0x1bdf", + "0x1bf0", + "0x1bff", + "0x1c14", + "0x1c19", + "0x1ce9", + "0x1c21", + "0x1c26", + "0x1cdf", + "0x1cda", + "0x1c37", + "0x1c3c", + "0x1ccf", + "0x1cc9", + "0x1c4d", + "0x1c52", + "0x1cbd", + "0x1cb6", + "0x1c63", + "0x1c68", + "0x1ca9", + "0x1ca1", + "0x1c79", + "0x1c7e", + "0x1c94", + "0x1c8c", + "0x1c9c", + "0x1cb1", + "0x1cc4", + "0x1cd5", + "0x1ce4", + "0x1d1b", + "0x1cfc", + "0x1d01", + "0x1d10", + "0x1d6b", + "0x1d37", + "0x1d3c", + "0x1d60", + "0x1d59", + "0x1db4", + "0x1d88", + "0x1d8d", + "0x1da9", + "0x1da2", + "0x443", + "0x4c9", + "0x57f", + "0x5d3", + "0x650", + "0x689", + "0x7f2", + "0xf4a", + "0x12f7", + "0x1428", + "0x14f2", + "0x1605", + "0x168c", + "0x16d3", + "0x175c", + "0x17c9", + "0x17f8", + "0x1865", + "0x18b5", + "0x18f3", + "0x1977", + "0x19af", + "0x1a17", + "0x1a7f", + "0x1ab7", + "0x1c0b", + "0x1cf0", + "0x1d29", + "0x1d7a", + "0xf84d", + "0x180e01a030018030060280180b0140240400600e0180280400600800800", + "0xd01200600800819006060018170140580a81401404c040120060440800f", + "0x18020020640181f0060780501602a074018110200700180e01a06c01811", + "0x12819006090018230140580a82200604408021006038068200060440d01d", + "0x182a0140a40401801800c0182604a0a0060030060981282701800c01826", + "0x182604a080060030060981282c01800c0182604a0ac060030060981281c", + "0x1283001800c0182604a0bc060030060981282e01800c0182604a0b406003", + "0x18220060880182200600c018350140d0040060660181903101800c01826", + "0x60030060981283901800c0182604a064018380060dc0501602a0d801822", + "0x182604a0f4060030060981283c01800c0182604a0ec060030060981283a", + "0x1284101800c0182604a100060030060981283f01800c0182604a0f806003", + "0x1836006088018220060880182200600c0184401410c0404201800c01826", + "0x180200211c0600300609812819006118018450140580a80300600c01836", + "0x50160100640184c00612c0501602a128018490140a4040480060440d003", + "0x185101413c0a8480061400181401413c0404e01404c0404d00613001814", + "0x18550140a40400300600c018140140580405401800c0182604a14c01852", + "0x182604a164018580060981285701800c0182604a1580600300609812821", + "0x1285d0061600182604a170060030060981285b0180880182604a16806003", + "0x60030060981285f01800c0182604a090060220060981285e01800c01826", + "0x406401800c0182604a18c018620140a4040610060440d02200600800860", + "0xa81b0180880182604a16001811020194018580060981282200605005029", + "0x18030061a8050160101a0018190061a4018690061a00186700619805034", + "0x182604a1b4060030060981286c01800c0182604a1ac0600300609812812", + "0xa8730061c805029010018388700140440a86f01800c0182604a1b806003", + "0x182604a1e406003006098128780061dc018760140580a8750061d005029", + "0xa87d01800c0182604a1f0060030060981287b01800c0182604a1e806003", + "0x8530062040188001413c0a87f00605005029010064018190061f805016", + "0x18890142200400610e018430850062100502901020c0181103420801802", + "0x180c0061300188b0062300180300600c018030061300188b00622801803", + "0x1289101800c0182604a22c0189000600c0188f0142380400611a1300180c", + "0x60030060981289401800c0182604a24c060030060981289201800c01826", + "0x182604a00c060360060981289701800c0182604a2580600300609812895", + "0x180e01a0880181113826c0189a0060981289901800c0182604a26006003", + "0x182604a27c060360060981289e01800c0182604a2740600300609812838", + "0x128220180880182604a13406022006098128a10180d80182604a28006036", + "0x18a5006290128a00180880182604a28c06022006098128a201808801826", + "0x608b006098128a901822c0182604a29c018a8006294018a404a29c018a6", + "0x608b006098128a70062ac018a5006290128a70062a8018a50062901284d", + "0x1281900606401819006064018190062bc050ae02a2b40608b006098128ac", + "0x128b201822c0182604a29c018b1006294018a404a29c018b0006294018a4", + "0x128a70062d0018a5006290128a70062cc018a50062901281801822c01826", + "0x18a404a29c018b6006294018a404a2840608b006098128b501822c01826", + "0x18a5006290128a301822c0182604a27c0608b006098128a70062dc018a5", + "0x182604a22c0188b0062ec050160102880608b006098128ba17229c018b8", + "0x1819006300050bf02a29c018be006294018a404a294018111382f4018bc", + "0x60030060981280a01822c0182604a2280608b0060981281900606401819", + "0x182604a14c018c30063080504f02a0e00184c00613001814014238040c1", + "0xa853006318018c501413c0a8460061300184c0060500508e01031006003", + "0x180e01a1200180e01a32406003006098128c800600c0184c00631c0508e", + "0x182604a0880180e01a00c0180e01a0d80180e01a32c0180e01a2e8650c6", + "0x128ce01800c0182604a33806022006098128cd01800c0182604a33006003", + "0x6022006098128a10180880182604a228060220060981280a0180d801826", + "0x182604a028060030060981280a0180880182604a00c060220060981280f", + "0x128d201800c0182604a34406003006098128d001800c0182604a33c06003", + "0x128d60182400182604a35406090006098128900060444e0d400634c01826", + "0x60030060981280c01800c0182604a03c06003006098128d701800c01826", + "0x18d9014238040030060444e01900606401819006064018d80142fc0a803", + "0x18de006374018dc0142b8040db006044080da0060440808a00624001890", + "0x501602a010018110203840180e01a2e8700df006044080030062280188a", + "0x18e701413c0a81900639801814014394040e401404c0401900638c018e2", + "0xa819006050050eb0103a806003006098128e901800c0182604a14c018e8", + "0x18ef014394040ee01404c0400c0180880182604a14c018ed0063b00504f", + "0x18030063cc0501602a064018f20063c40501602a00c018110203c0018e6", + "0x7b8061ec0280600c0060981288a0063d4050290103d00600300609812819", + "0x182604a3ec06003006098128fa01800c0182604a3e4018f80140a404006", + "0x128240180300182604a3f806003006098128fd0180300182604a3f006003", + "0x181401413c0404c0060500502901040006003006098128ff01800c01826", + "0xd10400640c050290100280181103414c019020064040504f02a06401848", + "0x504f02a0188400620e41806003006098129050180300182604a03c01811", + "0x511001e00c0190f21c2e8868ba21842c060030060981285300642801909", + "0x250030064600180300645c8b003006454260030064500511301444805111", + "0x191c00600c0191523600c0191a00600c0191919c00c019181e400c01918", + "0x191524000c019150060308f803018478298030064742800300647401803", + "0x92003006468020030064640512324400c019150144848f80300645465803", + "0x192801e00c0191801e00c0192701e00c0192601e00c0191d24a00c0191a", + "0x20030064ac820030064a00600300646001803006460078030064a894803", + "0x980030064bc1000f0064b82400300645496803006454968030064740512c", + "0x192701800c0193100600c0193120800c0191803200c0191820400c01914", + "0x19180140308f80301847885003006474260030064742400300646024003", + "0x9a8030064689a00300646899803006468260030064609900300646894803", + "0x191d2760300193a27200c0191a27000c0191a26e00c0191a26c00c0191a", + "0x191a0144f47c8030064c49e0030064509e0030064609e00300649c9e003", + "0xa100300649ca1003006474051410145009f803006454060030064549f003", + "0x5146014514a20030064680514311400c0193128400c0191428400c01918", + "0xc803006474a4003006454250030064540500c29000c0611e00600c01947", + "0x611e29200c01915014030a4803018478a40030064bc0180c29000c0611e", + "0x191d1c200c0191504400c0191801452c0514a29200c0192f006030a4803", + "0xa6003006450a6003006460a600300649ca60030064747800300647473003", + "0x192f04203c0192e04400c0191528400c0191513600c0191a1cc00c01918", + "0xa7803006468a7003006468280030064602980300645076803006460a6803", + "0x193119600c0193124000c0193122c00c0193104803c0192e14003c0192e", + "0x192e0e600c019150e600c01918014548a880f0064b8a800f0064b824003", + "0xaa8030184780200300645c9680300645074003006460aa0030064bca980f", + "0x19472aa00c0192f006030aa803018478aa803006454820030064540500c", + "0x980030064540500c26000c0611e20400c0191d014558020030064c402003", + "0x191501455c780030064607080300643c0180c26000c0611e25a00c01918", + "0x450030064606f0030064606e8030064606f8030064506f80300651cac003", + "0x18030064a0480030064606d803006450051591b600c019471ba00c01915", + "0x191a2b800c019182b600c01915014030ad8030184780515a12000c01915", + "0x191a018030ad803018478af8030064680180c2b600c0611e014578ae803", + "0x191a2c400c0191a2c200c019182b600c0191801e030ad803018478b0003", + "0x192f2b600c0192801459c051661a600c019152ca00c0191a014590b1803", + "0xb6003006468b5803006468b5003006468b4803006468b4003006468ad803", + "0x191a2e400c0191a2e200c0191a2e000c0191a2de00c0191a0145b80516d", + "0x191d0145dc110030064a0bb003006468ba803006468ba003006468b9803", + "0x5100f0064b87080300649823003006454230030064602300300649c23003", + "0xbc8030064680180c29a00c0611e2f000c0191a06c00c0191829a00c01915", + "0x190f18c00c0190f19600c0190f06c00c0190f00600c0190f04400c0190f", + "0xbd803018478260030064a0bd003006468240030064983480f0064b824003", + "0x65803006498be00f0064b809003006454bd803006454a10030064a00500c", + "0x192e2fc00c0192f2fa03c0192e09800c0191521400c0191423e00c0192f", + "0x63003006450c00030064bc5180f0064b863003006498bf8030064687e80f", + "0x191807000c0191407000c0192818600c0191408c00c0191408c00c01928", + "0x1b0030064a0c2003006468c1803006460c10030064601c003006460c0803", + "0x1915014030c40030184780518711600c0191514e00c0191a01461805185", + "0x19180146285e0030064545280300645452803006474c4803006468c4003", + "0x518d11600c0192831800c0191a14a00c0191414a00c0192801462c52803", + "0x611e006030c4003018478c8003006468c78030064680518e11600c01918", + "0xc9003006468c88030064680780c31000c0611e31000c01931018030c4003", + "0xca803018478ca8030064540500c32a00c0611e32800c0191a32600c0191a", + "0x191819c030ca8030184780780c32a00c0611e018030ca8030184780180c", + "0xcc003006468ca8030064c4ca8030064bccb803006468cb003006468ca803", + "0x191a04400c0192631000c0192f00600c0192631000c0192833200c0191a", + "0x1b003006454cf003006468ce803006468ce003006468cd803006468cd003", + "0x192707000c0191d06c00c0192634200c0191a34000c0191a33e00c0191a", + "0xd200300646861803006460d1803006468d100f0064b81c0030064541c003", + "0x190f34e00c0191834c00c0191834a00c019180a600c0191518c00c01918", + "0x1b0030186ac051aa0146a44d003006454d4003006468ca8030064a01c003", + "0xd8003006468051af35c00c0191a35a00c0191a07000c019260146b011003", + "0x1b00304400c061b536800c0191a36600c0191a36400c0191836200c0191a", + "0x191a37400c0191a37200c0191a0146e0051b706c00c060030186ac051b6", + "0x6d0030064506d00300651c6f0030064546f803006454de003006468dd803", + "0x192f10200c0191437c00c0192f37a03c0192e11400c0191511800c01918", + "0x191838000c0191a014030a680301847876803006474df8030064683f803", + "0x51c20e600c019282a800c01915006030aa003018478e08030064686f803", + "0x500c0ee00c0611e0ea00c0191d014718051c538800c0191a38600c0191a", + "0xe38030064bce3803006454e3803006460e380300649c0500c38e00c0611e", + "0x51ca0e600c019310ea00c0191439200c0191a0ee00c0192f39000c0191a", + "0x56003006468e58030064683c0030064bc0500c2a800c0611e1d000c0191d", + "0xe803006464e700f0064b8051cd06c00c0193104400c0193139800c0191a", + "0x900301847833803006474e90030064682c0030067440500c3a000c061cf", + "0xea003006468e98030064680e8030064700e8030064540e8030064740500c", + "0x5900301873cec003006468eb8030064680500c3ac00c061cf3aa00c0191a", + "0x34003006474100030064601000300649ced003006468ec8030064680500c", + "0x260030064c4bd8030064bcbd803006460bd80300649c0180c02400c0611e", + "0x192e02400c0192719000c0191402400c019183b603c0192e00600c0192b", + "0x192f0a400c019143bc00c0192f06c03c0192e014774ee0030064681100f", + "0x5a8030064bc5a80300649cf000f0064b81c00f0064b8ef80300646826803", + "0xbf003018478f0803006468bf0030064540500c2fc00c0611e18c00c0191d", + "0xf200300646856803006468f1803006468f10030064685a8030064600180c", + "0x192e3d000c0191a13e00c0191a3ce00c0191a3cc00c0191a3ca00c0191a", + "0x1915014030c000301847861803006474f00030064bcf000300649cf400f", + "0x191a39c00c0191a3b600c0191a3c000c01918006030c0003018478c0003", + "0x3f803018478be8030064687e80300646851803006468d1003006468de803", + "0xdf00301847840803006474051e90140303f8030184783f8030064540180c", + "0x192802400c0192f2f800c0191a006030df003018478df0030064540500c", + "0x4f80f0064b833803006454110030064ac33803006450338030064c433803", + "0x192e0d000c0191503a00c0192b0d000c019140d000c019310d000c01928", + "0x34803006454090030064ac34803006450348030064c4348030064a0f380f", + "0x18030067ac060030064a0051ea09400c0192814400c0191a3cc03c0192e", + "0xef0030064540500c3bc00c0611e0a400c0191d01403026803018478051ec", + "0x51ed00603026803018478a88030064680180c3bc00c0611e2a600c0191a", + "0x500c3c000c0611e0060305a8030184785a8030064540500c16a00c0611e", + "0x1915014030a80030184781100300645c0180c3c000c0611e3c000c01915", + "0x191804400c019472a000c0192f006030a8003018478a800300645431803", + "0x19150140301d8030184780e80300645c1080300643c3380300646031803", + "0x194707600c0192f04200c019260060301d8030184781d80300645410803", + "0x3400300646050003006460108030064600e8030064500e8030064a00e803", + "0x828030064540e0030064540500c20a00c0611e02400c0191703800c0190f", + "0x348030064740900300651c828030064bc0e0030064980180c20a00c0611e", + "0x180a03000cf7803014028051ee0d200c0191814200c0191803800c01918", + "0x608b20a064061ef01800c0500c01e028051ef0060280600a0147bc0180a", + "0xf780303200c0c80a14200cf780301e00c0c00a0147bc0180a19c0280e01b", + "0xd80a0147bc0180a19c028100031fa0ec0f80c3de0305080320a0280c803", + "0x501f014028f780303000c5080a0147bc0183b0060700500a3de00c0f803", + "0x6021014280019ef00628001820014280019ef0060281d80a04200cf7803", + "0xa88033de00c12150018090051500067bc0180a140028120033de00c50021", + "0xf780320a00ca880a03200cf780303200c0c80a2a600cf78032a200ca800a", + "0x8281919c00ca98033de00ca9803144028060033de00c060032a602882803", + "0x510033de00c05069014028f780304000c0d80a0147bc0180a19c028a980c", + "0xbe80c0ee5f03480c3de0305110503203cbe80a14400cf780314400cbe00a", + "0x51a20067bc0180a03e028518033de00c050fd014028f7803014338050fd", + "0x19ef006738de8a301e6f4051ce0067bc0180a344028de8033de00c050a3", + "0x1822014088ed80c3de00c670033b6028670033de00c67018018738050ce", + "0xf003801e7bc018360060e005036044030f780304400c1b00a0147bc019db", + "0x61ef0060e00189f014028f78033d000cf400a0147bc019e0006780051e8", + "0xf3003040028f30033de00cf38033cc028f38033de00c4f8033ce0284f838", + "0x51e40067bc01838006794051e50067bc019e63440301080a3cc00cf7803", + "0x19ef006790019e40145f0019ef0065f0019510141a4019ef0061a401819", + "0xf11e315a03cf78033ca790be06919c78c051e50067bc019e50062b4051e4", + "0x19e10067840500a3de00c050ce014118019cc3c200cf780c3c400cf100a", + "0x1c00a090088061ef00608801836014028f78033be00c2300a3be2d4061ef", + "0x51ef006134019e8014028f780309400c5a80a09a1302500f3de00c24003", + "0x18220060e0050500067bc0185216a0301080a0a400cf780309800cef80a", + "0x1848014028f78033bc00cf000a0147bc018530062d4051dc3bc14c079ef", + "0xed0033de00c34050018084050680067bc018c8006798050c80067bc019dc", + "0xf780316400c2680a0147bc019d9006130050b23b2030f78033b400c2500a", + "0x56803032028eb8033de00c2c8030a00282c8033de00cec0030a4028ec003", + "0x5100a01800cf780301800ca980a3c600cf78033c600ca880a15a00cf7803", + "0x110030a6028051ef0060286700a3ae030f18ad19c00ceb8033de00ceb803", + "0x19510142b4019ef0062b401819014758019ef00611801950014028f7803", + "0x19d60067bc019d60062880500c0067bc0180c00654c051e30067bc019e3", + "0x180a03e028051ef006060018a1014028f7803014338051d601878c568ce", + "0xea80c0420282e8033de00c2e8030400282e8033de00c051de014754019ef", + "0x50610067bc019d43a60301200a3a600cf7803014280051d40067bc0185d", + "0x19ef0063f4019510145f4019ef0065f40181901418c019ef00618401950", + "0x60fd2fa338018630067bc018630062880500c0067bc0180c00654c050fd", + "0x500a3de00c0c003142028051ef00603c019dc014028f780301433805063", + "0x51d20067bc019d2006080051d20067bc0180a3bc028338033de00c0501f", + "0xf78030b074006024014740019ef0060285000a0b000cf78033a419c06021", + "0xe0032a20280d8033de00c0d803032028328033de00c548032a002854803", + "0x670030ca00cf78030ca00c5100a01800cf780301800ca980a03800cf7803", + "0xf78030140300500a3de00c05003014060019ef0060280500a0ca0300e01b", + "0x500a3de00c050ce0140700d80c2984140c80c3de0300180a01803c0500a", + "0x61ef01828401905014064019ef00606401819014284019ef00603c01818", + "0x1d803038028051ef00607c0181b014028f7803014338050200062c41d81f", + "0xf78030140ec050210067bc0180a03e028051ef006060018a1014028f7803", + "0x50a0014090019ef0062801080c042028500033de00c5000304002850003", + "0x51530067bc01951006540051510067bc018242a00301200a2a000cf7803", + "0x19ef00603001953014414019ef00641401951014064019ef00606401819", + "0x500a3de00c050ce01454c06105032338019530067bc019530062880500c", + "0x50a20067bc018a20065f0050a20067bc0180a0d2028051ef0060800181b", + "0x7e80a0147bc0180a19c0287e97d018560be0690187bc060a220a0640797d", + "0x50680146f4019ef0060286400a34400cf780301407c050a30067bc0180a", + "0x19ef0063380c00c39c028670033de00ce71bd14603cde80a39c00cf7803", + "0x18220060d80500a3de00ced803044028111db0187bc018ce00676c050ce", + "0x500a3de00cf00033c0028f41e007003cf780306c00c1c00a06c088061ef", + "0x19ef00627c019e701427c1c00c3de00c1c00313e028051ef0067a0019e8", + "0xf31a2018084051e60067bc019e6006080051e60067bc019e7006798051e7", + "0xa880a0d200cf78030d200c0c80a3c800cf780307000cf280a3ca00cf7803", + "0xf28033de00cf280315a028f20033de00cf20033c8028be0033de00cbe003", + "0xaf9e10067bc061e2006788051e23c62b4079ef006794f217c0d2338f180a", + "0x19df006118051df16a030f78033c200cf080a0147bc0180a19c02823003", + "0x504d098128079ef006120018380141201100c3de00c1100306c028051ef", + "0x50520067bc0184c00677c0500a3de00c268033d0028051ef006128018b5", + "0x2980316a028ee1de0a603cf780304400c1c00a0a000cf78030a42d406021", + "0x640033cc028640033de00cee003090028051ef006778019e0014028f7803", + "0x591d90187bc019da006128051da0067bc018680a00301080a0d000cf7803", + "0x19ef00676001852014760019ef0062c80184d014028f78033b200c2600a", + "0x19e3006544050ad0067bc018ad006064051d70067bc0185900614005059", + "0x568ce00675c019ef00675c018a2014030019ef0060300195301478c019ef", + "0xf780308c00ca800a0147bc0182200614c0500a3de00c050ce01475c061e3", + "0x60032a6028f18033de00cf18032a2028568033de00c56803032028eb003", + "0x180a19c028eb00c3c62b4670033ac00cf78033ac00c5100a01800cf7803", + "0x19ef006028ef00a3aa00cf780301407c0500a3de00c0c003142028051ef", + "0x180a140028ea0033de00c2e9d50180840505d0067bc0185d0060800505d", + "0xc80a0c600cf78030c200ca800a0c200cf78033a874c0602401474c019ef", + "0x60033de00c060032a60287e8033de00c7e8032a2028be8033de00cbe803", + "0xee00a0147bc0180a19c0283180c1fa5f4670030c600cf78030c600c5100a", + "0x51de01419c019ef0060280f80a0147bc018180062840500a3de00c07803", + "0x50580067bc019d20ce0301080a3a400cf78033a400c1000a3a400cf7803", + "0x19ef0062a4019500142a4019ef006160e800c048028e80033de00c050a0", + "0x180c00654c0501c0067bc0181c0065440501b0067bc0181b00606405065", + "0xf7803014028050650180700d8ce006194019ef006194018a2014030019ef", + "0x61ef01800c0500c01e028051ef0060280600a0147bc0180a0060280c003", + "0xc80a14200cf780301e00c0c00a0147bc0180a19c0280e01b0187c082819", + "0x180a19c028100033e20ec0f80c3de0305080320a0280c8033de00c0c803", + "0xf780303000c5080a0147bc0183b0060700500a3de00c0f803036028051ef", + "0x19ef00628001820014280019ef0060281d80a04200cf780301407c0500a", + "0x12150018090051500067bc0180a140028120033de00c50021018084050a0", + "0xa880a03200cf780303200c0c80a2a600cf78032a200ca800a2a200cf7803", + "0xa98033de00ca9803144028060033de00c060032a6028828033de00c82803", + "0x5069014028f780304000c0d80a0147bc0180a19c028a980c20a06467003", + "0x3480c3de0305110503203cbe80a14400cf780314400cbe00a14400cf7803", + "0x180a03e028518033de00c050fd014028f7803014338050fd2fa030f917c", + "0xde8a301e6f4051ce0067bc0180a3b2028de8033de00c051da014688019ef", + "0xed80c3de00c670033b6028670033de00c67018018738050ce0067bc019ce", + "0x18360060e005036044030f780304400c1b00a0147bc019db00608805022", + "0x189f014028f78033d000cf400a0147bc019e0006780051e83c00e0079ef", + "0xf30033de00cf38033cc028f38033de00c4f8033ce0284f8380187bc01838", + "0x1838006794051e50067bc019e63440301080a3cc00cf78033cc00c1000a", + "0x19e40145f0019ef0065f0019510141a4019ef0061a401819014790019ef", + "0xf78033ca790be06919c78c051e50067bc019e50062b4051e40067bc019e4", + "0x500a3de00c050ce014118019f33c200cf780c3c400cf100a3c478c5680f", + "0x61ef00608801836014028f78033be00c2300a3be2d4061ef006784019e1", + "0x19e8014028f780309400c5a80a09a1302500f3de00c2400307002824022", + "0x50500067bc0185216a0301080a0a400cf780309800cef80a0147bc0184d", + "0xf78033bc00cf000a0147bc018530062d4051dc3bc14c079ef00608801838", + "0x34050018084050680067bc018c8006798050c80067bc019dc0061200500a", + "0x2680a0147bc019d9006130050b23b2030f78033b400c2500a3b400cf7803", + "0xeb8033de00c2c8030a00282c8033de00cec0030a4028ec0033de00c59003", + "0xf780301800ca980a3c600cf78033c600ca880a15a00cf780315a00c0c80a", + "0x51ef0060286700a3ae030f18ad19c00ceb8033de00ceb80314402806003", + "0x19ef0062b401819014758019ef00611801950014028f780304400c2980a", + "0x19d60062880500c0067bc0180c00654c051e30067bc019e3006544050ad", + "0x51ef006060018a1014028f7803014338051d601878c568ce006758019ef", + "0x2e8033de00c2e8030400282e8033de00c051de014754019ef0060280f80a", + "0x19d43a60301200a3a600cf7803014280051d40067bc0185d3aa0301080a", + "0x19510145f4019ef0065f40181901418c019ef00618401950014184019ef", + "0x18630067bc018630062880500c0067bc0180c00654c050fd0067bc018fd", + "0xc003142028051ef00603c019dc014028f7803014338050630183f4be8ce", + "0x19d2006080051d20067bc0180a3bc028338033de00c0501f014028f7803", + "0x6024014740019ef0060285000a0b000cf78033a419c06021014748019ef", + "0xd8033de00c0d803032028328033de00c548032a0028548033de00c2c1d0", + "0xf78030ca00c5100a01800cf780301800ca980a03800cf780303800ca880a", + "0x61ef01800c0500c01e028051ef0060280600a0ca0300e01b19c00c32803", + "0xc80a03600cf780301e00c0c00a0147bc0180a19c028828190187d00c0ce", + "0x180a19c0280f8033ea2840e00c3de0300d80320a028670033de00c67003", + "0x19ef0060280f80a0147bc018a10060700500a3de00c0e003036028051ef", + "0x18200760301080a04000cf780304000c1000a04000cf78030140ec0503b", + "0x1950014090019ef0060845000c048028500033de00c050a0014084019ef", + "0x50180067bc01818006544050ce0067bc018ce006064051500067bc01824", + "0x5150018060670ce006540019ef006540018a2014030019ef00603001953", + "0x197c014544019ef0060283480a0147bc0181f00606c0500a3de00c050ce", + "0x6700a2f81a4061f614454c061ef0185440c0ce01e5f4051510067bc01951", + "0x7e8030400287e8033de00c050b20145f4019ef0060280f80a0147bc0180a", + "0xde9a20187bc018a3006128050a30067bc018fd2fa0301080a1fa00cf7803", + "0x19ef00673801852014738019ef0066f40184d014028f780334400c2600a", + "0x18a2006544051530067bc01953006064050220067bc019db006140051db", + "0xa98ce006088019ef006088018a2014030019ef00603001953014288019ef", + "0x19ef006028ef00a06c00cf780301407c0500a3de00c050ce014088060a2", + "0x180a140028f00033de00c1c036018084050380067bc0183800608005038", + "0xc80a3ce00cf780313e00ca800a13e00cf78033c07a0060240147a0019ef", + "0x60033de00c060032a6028be0033de00cbe0032a2028348033de00c34803", + "0xee00a0147bc0180a19c028f380c2f81a4670033ce00cf78033ce00c5100a", + "0x1820014794019ef006028ef00a3cc00cf780301407c0500a3de00c07803", + "0x50ad0067bc0180a140028f20033de00cf29e6018084051e50067bc019e5", + "0xf780303200c0c80a3c400cf78033c600ca800a3c600cf78033c82b406024", + "0xf1003144028060033de00c060032a6028828033de00c828032a20280c803", + "0x60030140300780a0147bc0180a018028f100c20a064670033c400cf7803", + "0xd8033de00c07803030028051ef0060286700a20a064061f7030338061ef", + "0x6700a03e00cfc0a1038030f780c03600c8280a19c00cf780319c00c0c80a", + "0x180a03e028051ef0062840181c014028f780303800c0d80a0147bc0180a", + "0x1d80c042028100033de00c10003040028100033de00c0503b0140ec019ef", + "0x50240067bc018211400301200a14000cf7803014280050210067bc01820", + "0x19ef00606001951014338019ef00633801819014540019ef00609001950", + "0x601819c338019500067bc019500062880500c0067bc0180c00654c05018", + "0x51510067bc0180a0d2028051ef00607c0181b014028f780301433805150", + "0xbe0690187e4511530187bc061510303380797d014544019ef0065440197c", + "0x1000a1fa00cf78030147600517d0067bc0180a03e028051ef0060286700a", + "0x61ef00628c0184a01428c019ef0063f4be80c0420287e8033de00c7e803", + "0x19ce006148051ce0067bc019bd0061340500a3de00cd1003098028de9a2", + "0x195101454c019ef00654c01819014088019ef00676c0185001476c019ef", + "0x18220067bc018220062880500c0067bc0180c00654c050a20067bc018a2", + "0x180a3bc0281b0033de00c0501f014028f780301433805022018288a98ce", + "0x5000a3c000cf78030700d8060210140e0019ef0060e0018200140e0019ef", + "0xf38033de00c4f8032a00284f8033de00cf01e8018090051e80067bc0180a", + "0xf780301800ca980a2f800cf78032f800ca880a0d200cf78030d200c0c80a", + "0x51ef0060286700a3ce030be06919c00cf38033de00cf380314402806003", + "0x51e50067bc0180a3bc028f30033de00c0501f014028f780301e00cee00a", + "0x19ef0060285000a3c800cf78033ca79806021014794019ef00679401820", + "0xc803032028f10033de00cf18032a0028f18033de00cf20ad018090050ad", + "0x5100a01800cf780301800ca980a20a00cf780320a00ca880a03200cf7803", + "0x500c01e028051ef0060280600a3c40308281919c00cf10033de00cf1003", + "0xf780301e00c0c00a0147bc0180a19c028828190187e80c0ce0187bc06003", + "0xf8033f62840e00c3de0300d80320a028670033de00c670030320280d803", + "0xf80a0147bc018a10060700500a3de00c0e003036028051ef0060286700a", + "0x1080a04000cf780304000c1000a04000cf78030140ec0503b0067bc0180a", + "0x19ef0060845000c048028500033de00c050a0014084019ef0060801d80c", + "0x1818006544050ce0067bc018ce006064051500067bc0182400654005024", + "0x670ce006540019ef006540018a2014030019ef00603001953014060019ef", + "0x19ef0060283480a0147bc0181f00606c0500a3de00c050ce01454006018", + "0x61fc14454c061ef0185440c0ce01e5f4051510067bc019510065f005151", + "0x7e8033de00c050590145f4019ef0060280f80a0147bc0180a19c028be069", + "0x18a3006128050a30067bc018fd2fa0301080a1fa00cf78031fa00c1000a", + "0x1852014738019ef0066f40184d014028f780334400c2600a37a688061ef", + "0x51530067bc01953006064050220067bc019db006140051db0067bc019ce", + "0x19ef006088018a2014030019ef00603001953014288019ef00628801951", + "0xef00a06c00cf780301407c0500a3de00c050ce014088060a22a633801822", + "0xf00033de00c1c036018084050380067bc01838006080050380067bc0180a", + "0xf780313e00ca800a13e00cf78033c07a0060240147a0019ef0060285000a", + "0x60032a6028be0033de00cbe0032a2028348033de00c34803032028f3803", + "0x180a19c028f380c2f81a4670033ce00cf78033ce00c5100a01800cf7803", + "0x19ef006028ef00a3cc00cf780301407c0500a3de00c078033b8028051ef", + "0x180a140028f20033de00cf29e6018084051e50067bc019e5006080051e5", + "0xc80a3c400cf78033c600ca800a3c600cf78033c82b4060240142b4019ef", + "0x60033de00c060032a6028828033de00c828032a20280c8033de00c0c803", + "0x780a0147bc0180a018028f100c20a064670033c400cf78033c400c5100a", + "0x7803030028051ef0060286700a20a064061fd030338061ef01800c0500c", + "0xff0a1038030f780c03600c8280a19c00cf780319c00c0c80a03600cf7803", + "0x51ef0062840181c014028f780303800c0d80a0147bc0180a19c0280f803", + "0x100033de00c10003040028100033de00c0503b0140ec019ef0060280f80a", + "0x18211400301200a14000cf7803014280050210067bc018200760301080a", + "0x1951014338019ef00633801819014540019ef00609001950014090019ef", + "0x19500067bc019500062880500c0067bc0180c00654c050180067bc01818", + "0x180a0d2028051ef00607c0181b014028f780301433805150018060670ce", + "0x511530187bc061510303380797d014544019ef0065440197c014544019ef", + "0x197d0067580517d0067bc0180a3ae028051ef0060286700a2f81a4061ff", + "0x19d4014028f780314600c2e80a34428c061ef0063f4019d50143f4019ef", + "0x51db0067bc019ce006184051ce0067bc019bd00674c051bd0067bc019a2", + "0xed8033de00ced8033a4028110033de00c110030ce028110033de00c05063", + "0x1001e00700d8079ef01876c1100c1443382c00a2a600cf78032a600c0c80a", + "0x1b0032a2028f00033de00cf0003040028051ef0060286700a3ce27cf400f", + "0xf29e60187bc061e02a6030e800a07000cf780307000ca980a06c00cf7803", + "0xf78033ca00c5480a15a00cf780301407c0500a3de00c050ce01479001a01", + "0xf080303a028051ef00678801812014784f100c3de00cf18030ca028f1803", + "0x1080a3be00cf780316a00c5600a16a00cf780308c00ce600a08c00cf7803", + "0xf780309400c2600a098128061ef0061200184a014120019ef00677c5680c", + "0x1852006140050520067bc0184d0061480504d0067bc0184c0061340500a", + "0x19530140d8019ef0060d801951014798019ef00679801819014140019ef", + "0x50ce0141401c0363cc338018500067bc01850006288050380067bc01838", + "0x19de006080051de0067bc0180a396028298033de00c0501f014028f7803", + "0xa880a19000cf78033c800c0c80a3b800cf78033bc14c06021014778019ef", + "0xec8033de00cee00315a028ed0033de00c1c0032a6028340033de00c1b003", + "0xa880a19000cf78032a600c0c80a0147bc0180a19c02805202006028e480a", + "0xec8033de00cf380315a028ed0033de00c4f8032a6028340033de00cf4003", + "0xf78033b000ca800a3b000cf78033b22c8060240142c8019ef0060285000a", + "0xed0032a6028340033de00c340032a2028640033de00c640030320282c803", + "0x180a19c0282c9da0d0320670030b200cf78030b200c5100a3b400cf7803", + "0xf78033ac00c1000a3ac00cf7803014778051d70067bc0180a03e028051ef", + "0x2e80c0480282e8033de00c050a0014754019ef006758eb80c042028eb003", + "0x50690067bc01869006064051d30067bc019d4006540051d40067bc019d5", + "0x19ef00674c018a2014030019ef006030019530145f0019ef0065f001951", + "0xf80a0147bc0180f0067700500a3de00c050ce01474c0617c0d2338019d3", + "0x1080a0c600cf78030c600c1000a0c600cf7803014778050610067bc0180a", + "0x19ef00619ce900c048028e90033de00c050a001419c019ef00618c3080c", + "0x1905006544050190067bc01819006064051d00067bc0185800654005058", + "0xc8ce006740019ef006740018a2014030019ef00603001953014414019ef", + "0x8280c4060640c00c3de0300600a01803c0500a3de00c0500c01474006105", + "0x500a3de00c051c8014070019ef00633801818014028f78030143380501b", + "0x50ce0140ec01a0403e284061ef01807001905014060019ef00606001819", + "0x1873014084019ef006080019df014080019ef00607c01878014028f7803", + "0x51500067bc018a00061dc050240067bc018a10061d4050a00067bc01821", + "0xa8803388028a88033de00c051c7014028f78030143380500a40a00c051c9", + "0xe180a2a000cf78032a600c3b80a04800cf780307600c3a80a2a600cf7803", + "0x61ef01809001905014028f780301433805069006818510033de030a8003", + "0x187501428c019ef0065f4019c1014028f7803014338050fd00681cbe97c", + "0x50ce01402904003014724051bd0067bc018a3006700051a20067bc0197c", + "0x7e8030ea028ed8033de00ce700337e028e70033de00c051c7014028f7803", + "0x1a0904400cf780c37a00c3f80a37a00cf78033b600ce000a34400cf7803", + "0x19ef0060e0019df0140e0019ef00608801878014028f780301433805036", + "0xf380341427cf400c3de030f0018018204051e00067bc019e0006080051e0", + "0xf300c3de030d100320a028f40033de00cf4003032028051ef0060286700a", + "0xf78033cc00c0d80a0147bc0180a37c028051ef0060286700a3c800d059e5", + "0x51ef006288019e0014028f780313e00c4180a0147bc019e50060700500a", + "0xf18033de00cf1803040028f18033de00c0503b0142b4019ef0060280f80a", + "0x19e23c20301200a3c200cf7803014280051e20067bc019e315a0301080a", + "0x18850147a0019ef0067a0018190142d4019ef00611801950014118019ef", + "0x500f0067bc0180f00654c050190067bc01819006544050030067bc01803", + "0xd80a0147bc0180a19c0285a80f03200cf40180062d4019ef0062d4018a2", + "0xbe80a3be00cf78033be00cbe00a3be00cf78030141a40500a3de00cf2003", + "0x51d7014028f78030143380504d0980310604a090030f780c3be064f400f", + "0x51de0a6030f78030a000cea80a0a000cf78030a400ceb00a0a400cf7803", + "0x640033de00cee0033a6028ee0033de00cef0033a8028051ef00614c0185d", + "0x19ef00676801867014768019ef0060283180a0d000cf780319000c3080a", + "0x784a19c160050480067bc01848006064050680067bc01868006748051da", + "0x1820014028f7803014338051d63ae16407a0d3b02c8ec80f3de030341da", + "0x50b20067bc018b200654c051d90067bc019d9006544051d80067bc019d8", + "0x180a37c028051ef0060286700a3a800d0705d3aa030f780c3b0120061d0", + "0x18613a60304580a0c200cf7803014228051d30067bc0180a118028051ef", + "0x1882014028f78030ce00c4800a3a419c061ef00618c018da01418c019ef", + "0x5480a15200cf78030146ec0500a3de00c2c003378028e80580187bc019d2", + "0xec8033de00cec8032a2028ea8033de00cea803032028328033de00c2e803", + "0xf78030ca00cdd00a16400cf780316400ca980a00600cf780300600c4280a", + "0x548033720284f8033de00c4f803372028510033de00c5100304002832803", + "0xe601d024060f780315227c510653a02c8019d93aa070da00a15200cf7803", + "0x19b1014028f7803014338051c800683ce48033de030e5803366028e58ac", + "0x2600a0ea1cc061ef0061e00184a0141e0019ef0060280f80a0147bc019c9", + "0x51c70067bc01877006148050770067bc018750061340500a3de00c39803", + "0x19ef00673001885014048019ef00604801819014710019ef00671c01850", + "0x19c4006288050ac0067bc018ac00654c0501d0067bc0181d006544051cc", + "0xf780339000cd800a0147bc0180a19c028e20ac03a73009018006710019ef", + "0xe600310a028e00033de00c09003032028051ef00670c019ae014704e180c", + "0x5680a10200cf780315800ca980a0fe00cf780303a00ca880a37e00cf7803", + "0x180a37c028051ef0060286700a0148400180a392028df0033de00ce0803", + "0x19ef0060280f80a0147bc018a20067800500a3de00c4f803106028051ef", + "0x18851060301080a10a00cf780310a00c1000a10a00cf780301472c05083", + "0x195301422c019ef00676401951014228019ef00675001819014230019ef", + "0x50ce01402908803014724050900067bc0188c0062b4050da0067bc018b2", + "0xf780314400cf000a0147bc0189f00620c0500a3de00c051be014028f7803", + "0x19d700654c0508b0067bc018590065440508a0067bc018480060640500a", + "0x1885014700019ef00622801819014240019ef006758018ad014368019ef", + "0x50810067bc018da00654c0507f0067bc0188b006544051bf0067bc01803", + "0x19ef0066f84100c048028410033de00c050a00146f8019ef006240018ad", + "0x19bf006214051c00067bc019c0006064051bb0067bc019bc006540051bc", + "0x18a2014204019ef006204019530141fc019ef0061fc019510146fc019ef", + "0x180a37c028051ef0060286700a3762043f9bf380060019bb0067bc019bb", + "0x19ef0060280f80a0147bc018a20067800500a3de00c4f803106028051ef", + "0x19b93740301080a37200cf780337200c1000a37200cf7803014778051ba", + "0x19500146c4019ef0066d0d980c048028d98033de00c050a00146d0019ef", + "0x50030067bc018030062140504c0067bc0184c006064051b00067bc019b1", + "0x19ef0066c0018a201403c019ef00603c01953014134019ef00613401951", + "0x500a3de00cd1003036028051ef0060286700a36003c26803098060019b0", + "0x6700a0148480180a392028d70033de00cf3803032028051ef006288019e0", + "0x510033c0028051ef0066880181b014028f780306c00c2300a0147bc0180a", + "0xf780301407c0500a3de00c051be0146b8019ef00606001819014028f7803", + "0xd41ad018084051a80067bc019a8006080051a80067bc0180a35a028d6803", + "0xa800a34800cf78031346c8060240146c8019ef0060285000a13400cf7803", + "0x18033de00c0180310a028d70033de00cd7003032028d18033de00cd2003", + "0xf780334600c5100a01e00cf780301e00ca980a03200cf780303200ca880a", + "0x500a3de00c051be014028f7803014338051a301e064019ae03000cd1803", + "0xd400a34200cf780301407c0500a3de00c12003036028051ef0061a401846", + "0xcf8033de00cd01a1018084051a00067bc019a0006080051a00067bc0180a", + "0xf780333a00ca800a33a00cf780333e67806024014678019ef0060285000a", + "0xc8032a2028018033de00c0180310a0280c0033de00c0c003032028ce003", + "0xc00333800cf780333800c5100a01e00cf780301e00ca980a03200cf7803", + "0x180a03e028051ef006338019dc014028f78030143380519c01e06401818", + "0xcd80c042028cd0033de00ccd003040028cd0033de00c051de01466c019ef", + "0x50a60067bc019993300301200a33000cf7803014280051990067bc0199a", + "0x19ef00600c01885014414019ef006414018190142a0019ef00629801950", + "0x18a80062880500f0067bc0180f00654c0501b0067bc0181b00654405003", + "0x600c0140300780a0147bc0180a0180285400f03600c828180062a0019ef", + "0xe0033de00c67003030028051ef0060286700a03641406213032060061ef", + "0x5080c3de0300e00320a0280c0033de00c0c003032028051ef006028e400a", + "0x508030ea028100033de00c0f803382028051ef0060286700a07600d0a01f", + "0x180a19c02805215006028e480a14000cf780304000ce000a04200cf7803", + "0x183b0061d4051500067bc018240066fc050240067bc0180a38e028051ef", + "0xa980342c544019ef0182800187f014280019ef006540019c0014084019ef", + "0x348033de00c510033be028510033de00ca88030f0028051ef0060286700a", + "0x50fd00685cbe97c0187bc060690300304080a0d200cf78030d200c1000a", + "0xd10a30187bc060210064140517c0067bc0197c0060640500a3de00c050ce", + "0x51ef00628c0181b014028f78030146f80500a3de00c050ce0146f401a18", + "0x51ce0067bc0180a03e028051ef0065f401883014028f780334400c0e00a", + "0x19ef00676ce700c042028ed8033de00ced803040028ed8033de00c0503b", + "0x1838006540050380067bc0182206c0301200a06c00cf780301428005022", + "0x195101400c019ef00600c018850145f0019ef0065f001819014780019ef", + "0x19e00067bc019e00062880500f0067bc0180f00654c050190067bc01819", + "0xde803036028051ef006028df00a0147bc0180a19c028f000f03200cbe018", + "0xbe00f2fa028f40033de00cf40032f8028f40033de00c05069014028f7803", + "0xf780301475c0500a3de00c050ce014794f300c43279c4f80c3de030f4019", + "0x185d014788f180c3de00c568033aa028568033de00cf20033ac028f2003", + "0x3080a08c00cf78033c200ce980a3c200cf78033c400cea00a0147bc019e3", + "0x51df0067bc019df00619c051df0067bc0180a0c60285a8033de00c23003", + "0x5a9df01e79c6705801427c019ef00627c018190142d4019ef0062d4019d2", + "0x184c0060800500a3de00c050ce0141402904d01e8682604a09003cf780c", + "0x61d0014128019ef00612801953014120019ef00612001951014130019ef", + "0x19ef0060284600a0147bc0180a19c028ee0034367782980c3de0302609f", + "0x19da006368051da0067bc018681900304580a0d000cf7803014228050c8", + "0xde00a0b2760061ef0062c801882014028f78033b200c4800a164764061ef", + "0x50530067bc01853006064051d70067bc019de0062a40500a3de00cec003", + "0x19ef0061280195301400c019ef00600c01885014120019ef00612001951", + "0x2405320a2680517d0067bc0197d0066e4051d70067bc019d70066e80504a", + "0x10e0610067bc061d30066cc051d33a8174ea9d60307bc0197d3ae16425003", + "0x338033de00c0501f014028f78030c200cd880a0147bc0180a19c02831803", + "0xf78030b000c2680a0147bc019d2006130050583a4030f78030ce00c2500a", + "0xeb003032028328033de00c548030a0028548033de00ce80030a4028e8003", + "0xa980a3aa00cf78033aa00ca880a0ba00cf78030ba00c4280a3ac00cf7803", + "0x50653a87542e9d603000c328033de00c32803144028ea0033de00cea003", + "0x500a3de00c0900335c0280e8120187bc018630066c00500a3de00c050ce", + "0x19ef006754019510142b0019ef00617401885014730019ef00675801819", + "0x10e803014724051c80067bc0181d0062b4051c90067bc019d400654c051cb", + "0x50780067bc0180a03e028051ef0065f401883014028f78030143380500a", + "0x19ef0061cc3c00c042028398033de00c39803040028398033de00c051cb", + "0x184a00654c051c70067bc01848006544050770067bc019dc00606405075", + "0xf78030143380500a43c00c051c901470c019ef0061d4018ad014710019ef", + "0xf780309a00ca880a0ee00cf780313e00c0c80a0147bc0197d00620c0500a", + "0x3b803032028e18033de00c2800315a028e20033de00c290032a6028e3803", + "0xa980a39600cf780338e00ca880a15800cf780300600c4280a39800cf7803", + "0x51c10067bc0180a140028e40033de00ce180315a028e48033de00ce2003", + "0xf780339800c0c80a37e00cf780338000ca800a38000cf780339070406024", + "0xe48032a6028e58033de00ce58032a2028560033de00c5600310a028e6003", + "0x50ce0146fce49cb1587300c00337e00cf780337e00c5100a39200cf7803", + "0xf78030147780507f0067bc0180a03e028051ef0065f401883014028f7803", + "0x50a00146f8019ef0062043f80c042028408033de00c4080304002840803", + "0x508c0067bc01885006540050850067bc019be1060301200a10600cf7803", + "0x19ef0067940195101400c019ef00600c01885014798019ef00679801819", + "0xf28033cc0600188c0067bc0188c0062880500f0067bc0180f00654c051e5", + "0x19ef0063f401819014028f780304200c0d80a0147bc0180a19c0284600f", + "0xd80a0147bc019530061180500a3de00c050ce0140290f8030147240508a", + "0x501f014028f78030146f80508a0067bc018180060640500a3de00c10803", + "0x6021014368019ef00636801820014368019ef006028d400a11600cf7803", + "0xde0033de00c48082018090050820067bc0180a140028480033de00c6d08b", + "0xf780300600c4280a11400cf780311400c0c80a37600cf780337800ca800a", + "0xdd803144028078033de00c078032a60280c8033de00c0c8032a202801803", + "0x18ce0067700500a3de00c050ce0146ec078190062280c00337600cf7803", + "0xf780337200c1000a37200cf7803014778051ba0067bc0180a03e028051ef", + "0xd980c048028d98033de00c050a00146d0019ef0066e4dd00c042028dc803", + "0x51050067bc01905006064051b00067bc019b1006540051b10067bc019b4", + "0x19ef00603c0195301406c019ef00606c0195101400c019ef00600c01885", + "0x51ef0060280600a36003c0d80320a060019b00067bc019b00062880500f", + "0xc00a0147bc0180a19c028828190188800c0ce0187bc060030140300780a", + "0xe00c3de0300d80320a028670033de00c670030320280d8033de00c07803", + "0x18a10060700500a3de00c0e003036028051ef0060286700a03e00d108a1", + "0xf780304000c1000a04000cf78030140ec0503b0067bc0180a03e028051ef", + "0x5000c048028500033de00c050a0014084019ef0060801d80c04202810003", + "0x50ce0067bc018ce006064051500067bc01824006540050240067bc01821", + "0x19ef006540018a2014030019ef00603001953014060019ef00606001951", + "0x3480a0147bc0181f00606c0500a3de00c050ce0145400601819c33801950", + "0x61ef0185440c0ce01e5f4051510067bc019510065f0051510067bc0180a", + "0x19d60145f4019ef006028eb80a0147bc0180a19c028be06901888851153", + "0x500a3de00c518030ba028d10a30187bc018fd006754050fd0067bc0197d", + "0x19ef00673801861014738019ef0066f4019d30146f4019ef006688019d4", + "0xf78033b600ce900a04400cf780304400c3380a04400cf780301418c051db", + "0x1c03601e7bc061db044030510ce0b0028a98033de00ca9803032028ed803", + "0xa880a3c000cf78033c000c1000a0147bc0180a19c028f389f3d003d119e0", + "0x61ef018780a980c3a00281c0033de00c1c0032a60281b0033de00c1b003", + "0x180a114028568033de00c0508c014028f7803014338051e4006890f29e6", + "0x50463c2030f78033c400c6d00a3c400cf78033c62b40608b01478c019ef", + "0x51ef0062d4019bc01477c5a80c3de00c23003104028051ef00678401890", + "0xf780306c00ca880a3cc00cf78033cc00c0c80a09000cf78033ca00c5480a", + "0xf3018364028240033de00c240033740281c0033de00c1c0032a60281b003", + "0x2980344a140019ef018148019b30141482684c094338f780309077c1c036", + "0x2500a3bc00cf780301407c0500a3de00c28003362028051ef0060286700a", + "0x340033de00c6400309a028051ef0067700184c014320ee00c3de00cef003", + "0xf780309400c0c80a3b200cf78033b400c2800a3b400cf78030d000c2900a", + "0xec803144028268033de00c268032a6028260033de00c260032a202825003", + "0xf78030a600cd800a0147bc0180a19c028ec84d098128670033b200cf7803", + "0x260032a20282c8033de00c25003032028051ef0062c8019ae0147605900c", + "0xe480a3aa00cf78033b000c5680a3ac00cf780309a00ca980a3ae00cf7803", + "0xf780301472c0505d0067bc0180a03e028051ef0060286700a0148980180a", + "0x181901474c019ef0067502e80c042028ea0033de00cea003040028ea003", + "0x50670067bc0183800654c050630067bc01836006544050610067bc019e4", + "0x1819014028f78030143380500a44e00c051c9014748019ef00674c018ad", + "0x50670067bc0189f00654c050630067bc019e8006544050610067bc01953", + "0x19ef00618c019a3014164019ef006184019a4014748019ef00679c018ad", + "0xf7803014280051d50067bc019d2006680051d60067bc01867006684051d7", + "0x18190142a4019ef00674001950014740019ef0067542c00c0480282c003", + "0x51d60067bc019d600654c051d70067bc019d7006544050590067bc01859", + "0x501f014028f7803014338050a93ac75c2c8ce0062a4019ef0062a4018a2", + "0x6021014048019ef00604801820014048019ef006028ef00a0ca00cf7803", + "0x560033de00c0e9cc018090051cc0067bc0180a1400280e8033de00c09065", + "0xf78032f800ca880a0d200cf78030d200c0c80a39600cf780315800ca800a", + "0xbe06919c00ce58033de00ce5803144028060033de00c060032a6028be003", + "0xe48033de00c0501f014028f780301e00cee00a0147bc0180a19c028e580c", + "0xf780339072406021014720019ef00672001820014720019ef006028ef00a", + "0x3a8032a00283a8033de00c3c073018090050730067bc0180a1400283c003", + "0xa980a20a00cf780320a00ca880a03200cf780303200c0c80a0ee00cf7803", + "0x600a0ee0308281919c00c3b8033de00c3b803144028060033de00c06003", + "0x180a19c028828190188a00c0ce0187bc060030140300780a0147bc0180a", + "0xf780319c00c0c80a0147bc0180a3900280d8033de00c07803030028051ef", + "0xe080a0147bc0180a19c0280f8034522840e00c3de0300d80320a02867003", + "0x108033de00c1d803380028100033de00c0e0030ea0281d8033de00c50803", + "0x19bf014280019ef006028e380a0147bc0180a19c0280522a006028e480a", + "0x50210067bc01824006700050200067bc0181f0061d4050240067bc018a0", + "0xf78032a000c3c00a0147bc0180a19c028a8803456540019ef0180840187f", + "0x6700c102028510033de00c51003040028510033de00ca98033be028a9803", + "0x19ef0061a401819014028f78030143380517d0068b0be0690187bc060a2", + "0x51be014028f7803014338051a20068b4518fd0187bc0602000641405069", + "0x197c00620c0500a3de00c51803038028051ef0063f40181b014028f7803", + "0xf780339c00c1000a39c00cf78030140ec051bd0067bc0180a03e028051ef", + "0x1100c048028110033de00c050a001476c019ef006738de80c042028e7003", + "0x50690067bc01869006064050380067bc01836006540050360067bc019db", + "0x19ef0060e0018a2014030019ef00603001953014060019ef00606001951", + "0x181b014028f78030146f80500a3de00c050ce0140e0060180d233801838", + "0x797d014780019ef0067800197c014780019ef0060283480a0147bc019a2", + "0x180a3ae028051ef0060286700a3cc79c0622e13e7a0061ef0187800c069", + "0x2e80a3c62b4061ef006790019d5014790019ef006794019d6014794019ef", + "0x51e10067bc019e200674c051e20067bc019e30067500500a3de00c56803", + "0x5a8033de00c5a8030ce0285a8033de00c05063014118019ef00678401861", + "0x5a80c13e3382c00a3d000cf78033d000c0c80a08c00cf780308c00ce900a", + "0x25003040028051ef0060286700a0a41342600f45e128241df01e7bc06046", + "0xe800a09000cf780309000ca980a3be00cf78033be00ca880a09400cf7803", + "0xf78030142300500a3de00c050ce01477801a300a6140061ef018128f400c", + "0x340031b4028340033de00c641dc01822c050c80067bc0180a114028ee003", + "0x51d8164030f78033b200c4100a0147bc019da006240051d93b4030f7803", + "0x280033de00c280030320282c8033de00c29803152028051ef0062c8019bc", + "0xf78030b200cdd00a09000cf780309000ca980a3be00cf78033be00ca880a", + "0x671ef0065f02c9d809077c2801933e028be0033de00cbe0033720282c803", + "0x500a3de00c050ce01474c01a313a800cf780c0ba00cd980a0ba754eb1d7", + "0x338630187bc01861006128050610067bc0180a03e028051ef006750019b1", + "0x19ef00674801852014748019ef00619c0184d014028f78030c600c2600a", + "0x19d6006544051d70067bc019d7006064051d00067bc0185800614005058", + "0xeb8ce006740019ef006740018a2014754019ef00675401953014758019ef", + "0x5480335c028328a90187bc019d30066c00500a3de00c050ce014740ea9d6", + "0x1953014074019ef00675801951014048019ef00675c01819014028f7803", + "0x50ce01402919003014724050ac0067bc018650062b4051cc0067bc019d5", + "0xf780301472c051cb0067bc0180a03e028051ef0065f001883014028f7803", + "0x1819014720019ef006724e580c042028e48033de00ce4803040028e4803", + "0x50750067bc0184800654c050730067bc019df006544050780067bc019de", + "0x1883014028f78030143380500a46600c051c90141dc019ef006720018ad", + "0xa980a0e600cf780309800ca880a0f000cf78033d000c0c80a0147bc0197c", + "0x90033de00c3c0033480283b8033de00c2900315a0283a8033de00c26803", + "0xf78030ee00cd000a39800cf78030ea00cd080a03a00cf78030e600cd180a", + "0xe20032a0028e20033de00c561c7018090051c70067bc0180a14002856003", + "0xa980a03a00cf780303a00ca880a02400cf780302400c0c80a38600cf7803", + "0x6700a3867300e81219c00ce18033de00ce1803144028e60033de00ce6003", + "0x180a3bc028e08033de00c0501f014028f78032f800c4180a0147bc0180a", + "0x5000a37e00cf780338070406021014700019ef00670001820014700019ef", + "0xdf0033de00c408032a0028408033de00cdf87f0180900507f0067bc0180a", + "0xf780301800ca980a3cc00cf78033cc00ca880a3ce00cf78033ce00c0c80a", + "0x51ef0060286700a37c030f31e719c00cdf0033de00cdf00314402806003", + "0x500a46800c051c901420c019ef0065f401819014028f780304000c0d80a", + "0x1819014028f780304000c0d80a0147bc019510061180500a3de00c050ce", + "0x180a350028428033de00c0501f014028f78030146f8050830067bc018ce", + "0x5000a11400cf780311821406021014230019ef00623001820014230019ef", + "0x480033de00c6d0032a00286d0033de00c4508b0180900508b0067bc0180a", + "0xf780301800ca980a03000cf780303000ca880a10600cf780310600c0c80a", + "0x51ef0060286700a1200300c08319c00c480033de00c4800314402806003", + "0x51bc0067bc0180a3bc028410033de00c0501f014028f780301e00cee00a", + "0x19ef0060285000a37600cf7803378208060210146f0019ef0066f001820", + "0xc803032028da0033de00cdc8032a0028dc8033de00cdd9ba018090051ba", + "0x5100a01800cf780301800ca980a20a00cf780320a00ca880a03200cf7803", + "0x500c01e028051ef0060280600a3680308281919c00cda0033de00cda003", + "0xf780301e00c0c00a0147bc0180a19c028828190188d40c0ce0187bc06003", + "0xf80346c2840e00c3de0300d80320a028670033de00c670030320280d803", + "0xf80a0147bc018a10060700500a3de00c0e003036028051ef0060286700a", + "0x1080a04000cf780304000c1000a04000cf78030140ec0503b0067bc0180a", + "0x19ef0060845000c048028500033de00c050a0014084019ef0060801d80c", + "0x1818006544050ce0067bc018ce006064051500067bc0182400654005024", + "0x670ce006540019ef006540018a2014030019ef00603001953014060019ef", + "0x19ef0060283480a0147bc0181f00606c0500a3de00c050ce01454006018", + "0x623714454c061ef0185440c0ce01e5f4051510067bc019510065f005151", + "0x7e8033de00c0508a0145f4019ef0060284600a0147bc0180a19c028be069", + "0xd1003120028de9a20187bc018a3006368050a30067bc018fd2fa0304580a", + "0x1953014288019ef0062880195101454c019ef00654c01819014028f7803", + "0x19b30140d8111db39c338f780337a0305115319c6780500c0067bc0180c", + "0x500a3de00c1c003362028051ef0060286700a3c000d1c0380067bc06036", + "0x51ef00627c0184c01479c4f80c3de00cf4003094028f40033de00c0501f", + "0xf78033ca00c2800a3ca00cf78033cc00c2900a3cc00cf78033ce00c2680a", + "0x110032a6028ed8033de00ced8032a2028e70033de00ce7003032028f2003", + "0x180a19c028f20223b6738670033c800cf78033c800c5100a04400cf7803", + "0xed8032a2028e70033de00ce7003032028568033de00cf00032a0028051ef", + "0x6700315a00cf780315a00c5100a04400cf780304400ca980a3b600cf7803", + "0xf7803014778051e30067bc0180a03e028051ef0060286700a15a088ed9ce", + "0x50a0014784019ef006788f180c042028f10033de00cf1003040028f1003", + "0x51df0067bc018b5006540050b50067bc019e108c0301200a08c00cf7803", + "0x19ef006030019530145f0019ef0065f0019510141a4019ef0061a401819", + "0x500a3de00c050ce01477c0617c0d2338019df0067bc019df0062880500c", + "0x1000a09400cf7803014778050480067bc0180a03e028051ef00603c019dc", + "0x268033de00c050a0014130019ef0061282400c042028250033de00c25003", + "0x1819006064050500067bc01852006540050520067bc0184c09a0301200a", + "0x18a2014030019ef00603001953014414019ef00641401951014064019ef", + "0x180a01803c0500a3de00c0500c01414006105032338018500067bc01850", + "0x19ef00603c01818014028f7803014338051050320311c81819c030f780c", + "0x61ef01806c01905014338019ef00633801819014028f78030147200501b", + "0x19df0140ec019ef00628401878014028f78030143380501f0068e85081c", + "0x50a00067bc0181c0061d4050210067bc018200061cc050200067bc0183b", + "0x51c7014028f78030143380500a47600c051c9014090019ef00608401877", + "0x3b80a14000cf780303e00c3a80a2a200cf78032a000ce200a2a000cf7803", + "0xf7803014338050a20068f0a98033de03012003386028120033de00ca8803", + "0xc80a0147bc0180a19c028be80347a5f03480c3de030a98ce0186740500a", + "0x180a19c028d100347c28c7e80c3de0305000320a028348033de00c34803", + "0x51ef00628c0181c014028f78031fa00c0d80a0147bc0180a37c028051ef", + "0x51ce0067bc0180a076028de8033de00c0501f014028f78032f800cce00a", + "0x19ef0060285000a3b600cf780339c6f406021014738019ef00673801820", + "0x348030320281c0033de00c1b0032a00281b0033de00ced82201809005022", + "0x5100a01800cf780301800ca980a03000cf780303000ca880a0d200cf7803", + "0x180a37c028051ef0060286700a0700300c06919c00c1c0033de00c1c003", + "0xf78033c000cbe00a3c000cf78030141a40500a3de00cd1003036028051ef", + "0xf7803014338051e63ce0311f89f3d0030f780c3c00603480f2fa028f0003", + "0xf780313e00ca880a3d000cf78033d000c0c80a3ca00cf78030142300500a", + "0xf4018334028be0033de00cbe003336028060033de00c060032a60284f803", + "0x23003480784019ef01878801999014788f18ad3c8338f78032f87940609f", + "0x2500a16a00cf780301407c0500a3de00cf0803330028051ef0060286700a", + "0x250033de00c2400309a028051ef00677c0184c014120ef80c3de00c5a803", + "0xf78033c800c0c80a09a00cf780309800c2800a09800cf780309400c2900a", + "0x26803144028f18033de00cf18032a6028568033de00c568032a2028f2003", + "0xf780308c00ca800a0147bc0180a19c028269e315a7906700309a00cf7803", + "0xf18032a6028568033de00c568032a2028f20033de00cf200303202829003", + "0x180a19c028291e315a790670030a400cf78030a400c5100a3c600cf7803", + "0x19ef006028ef00a0a000cf780301407c0500a3de00cbe003338028051ef", + "0x180a140028ef0033de00c29850018084050530067bc0185300608005053", + "0xc80a0d000cf780319000ca800a19000cf78033bc77006024014770019ef", + "0x60033de00c060032a6028f30033de00cf30032a2028f38033de00cf3803", + "0xd80a0147bc0180a19c0283400c3cc79c670030d000cf78030d000c5100a", + "0x50ce01402920803014724051da0067bc0197d0060640500a3de00c50003", + "0x18ce0060640500a3de00c50003036028051ef00628801846014028f7803", + "0x19ef006028d400a3b200cf780301407c0500a3de00c051be014768019ef", + "0x180a140028ec0033de00c591d9018084050b20067bc018b2006080050b2", + "0xc80a3ac00cf78033ae00ca800a3ae00cf78033b016406024014164019ef", + "0x60033de00c060032a60280c0033de00c0c0032a2028ed0033de00ced003", + "0xee00a0147bc0180a19c028eb00c030768670033ac00cf78033ac00c5100a", + "0x1820014174019ef006028ef00a3aa00cf780301407c0500a3de00c07803", + "0x51d30067bc0180a140028ea0033de00c2e9d50180840505d0067bc0185d", + "0xf780303200c0c80a0c600cf78030c200ca800a0c200cf78033a874c06024", + "0x31803144028060033de00c060032a6028828033de00c828032a20280c803", + "0x60030140300780a0147bc0180a37c0283180c20a064670030c600cf7803", + "0xd8033de00c0600314c028051ef0060286700a20a06406242030338061ef", + "0xe00c3de0300d803150028670033de00c67003032028051ef006028e400a", + "0xe00332c0281d8033de00c5080332e028051ef0060286700a03e00d218a1", + "0x180a19c02805244006028e480a04200cf780307600c5500a04000cf7803", + "0x181f006658050240067bc018a00062ac050a00067bc0180a38e028051ef", + "0xa880348a540019ef01808401995014084019ef006090018aa014080019ef", + "0xc980a2a600cf78032a000cca00a0147bc0180a37c028051ef0060286700a", + "0x348033de00c34803040028348033de00c51003160028510033de00ca9803", + "0x18ce0060640517d0067bc018200067940517c0067bc0186901e0301080a", + "0x18ad0145f4019ef0065f4019e4014060019ef00606001951014338019ef", + "0x518fd01e00cd10a31fa03cf78032f85f40c0ce19c78c0517c0067bc0197c", + "0x5a80a0147bc019510061180500a3de00c051be014028f7803014338051a2", + "0x51ce0067bc019bd01e0305880a37a00cf780301471c0500a3de00c10003", + "0x19ef00606001951014338019ef0063380181901476c019ef00673801992", + "0x2600a0147bc0180a19c028ed81819c03c019db0067bc019db00664405018", + "0x51de014088019ef0060280f80a0147bc0180c0062cc0500a3de00c07803", + "0x50380067bc018360440301080a06c00cf780306c00c1000a06c00cf7803", + "0x19ef0067a0018b40147a0019ef0060e0f000c048028f00033de00c050a0", + "0x189f006644051050067bc01905006544050190067bc018190060640509f", + "0x500a3de00c05003014284019ef006028c800a13e4140c80f00627c019ef", + "0x1d81f01e7bc0600f0060305b00a0147bc018ce00663c0500a3de00c051be", + "0xc600a04000cf780304000c5b80a0147bc0180a19c028120a004203d23020", + "0xa8803170028be06914454ca88183de00ca800348e028a80033de00c10003", + "0x197c0067800500a3de00c34803312028051ef00654c018a5014028f7803", + "0xbe8030400280f8033de00c0f8032a2028be8033de00c51003158028051ef", + "0x6700a3b6738de80f490688518fd01e7bc0603b03e0305b00a2fa00cf7803", + "0x12380a04400cf780334400cc600a34400cf780334400c5b80a0147bc0180a", + "0x19e00066240500a3de00c1c00314a0284f9e83c00e01b0183de00c11003", + "0xf780306c00c5e00a0147bc0189f0067800500a3de00cf4003312028051ef", + "0xf380317c028f30033de00c0d803310028f38033de00c1b00317a0281b003", + "0xe400a0147bc018ad0066240500a3de00cf280314e028569e43ca03cf7803", + "0x50fd0067bc018fd006544051e33cc030f78033cc00cc200a0147bc0180a", + "0x51ef01878c01980014790019ef006790018c301428c019ef00628c01953", + "0x19ef006028e380a0147bc019e60067800500a3de00c050ce01478801a49", + "0x125003014724050b50067bc01846006318050460067bc019e10065fc051e1", + "0x51df0067bc0180a2f6028051ef0067880197e014028f78030143380500a", + "0x184a0060800504a0067bc019df090030bd00a090798061ef00679801984", + "0x19e0014028f78030143380504c00692c051ef01812801980014128019ef", + "0x18c6014148019ef006134019a7014134019ef006028e380a0147bc019e6", + "0x184c0065f80500a3de00c050ce01402925003014724050b50067bc01852", + "0x2980c2f4028299e60187bc019e6006610050500067bc0180a34c028051ef", + "0x1a4c0147bc061de006600051de0067bc019de006080051de0067bc01850", + "0x50c80067bc0180a38e028051ef006798019e0014028f7803014338051dc", + "0x500a49400c051c90142d4019ef0061a0018c60141a0019ef006320018cb", + "0x617a014768019ef006028d280a0147bc019dc0065f80500a3de00c050ce", + "0x12680a3de030ec803300028ec8033de00cec803040028ec8033de00ced1e6", + "0x19ef00676001982014760019ef006028e380a0147bc0180a19c02859003", + "0x500a3de00c050ce01402925003014724050b50067bc0185900631805059", + "0x51d60067bc019d70065fc051d70067bc0180a38e028051ef0062c80197e", + "0xf780c3aa00cc000a3aa064061ef006064019840142d4019ef006758018c6", + "0x18180060480500a3de00cbe8033c0028051ef0060286700a0ba00d2700a", + "0xf780316a00cc180a0147bc0190500620c0500a3de00c0c8033c0028051ef", + "0xea0033de00c0501f014028f78033c800c5380a0147bc018a10066040500a", + "0xf78033a67500602101474c019ef00674c0182001474c019ef006028bc80a", + "0x180a392028338033de00c3080315a028318033de00c0500303202830803", + "0xe90033de00c05178014028f78030ba00cbf00a0147bc0180a19c0280524f", + "0x5480c4a07402c00c3de030e91e401403cbb00a3a400cf78033a400c6180a", + "0x90033de00c090032e8028090033de00c05175014028f780301433805065", + "0x1972014028f780315800c5380a1587300e80f3de00c091d00b003cb980a", + "0xe8033de00c0e803032028e48b50187bc018b50065c4051cb0067bc019cc", + "0xf78030143380507500694c398034a41e001a5139000cf78ce39200cb800a", + "0x19ef0061dc018200141dc019ef006028b780a0147bc019c80061180500a", + "0xb600a0147bc018780061180500a3de00c050ce0140292a003014724051c7", + "0x50ce0140292a003014724051c70067bc019c4006080051c40067bc0180a", + "0x19c3006080051c30067bc0180a2d6028051ef0061cc01846014028f7803", + "0x51ef0061d401846014028f78030143380500a4a800c051c901471c019ef", + "0xe00033de00c0516901471c019ef00670401820014704019ef006028b500a", + "0xe00033de00ce00030400283f8033de00c051690146fc019ef006028b480a", + "0xe39bf0185a0051bf0067bc019bf006080050810067bc019cb380030b400a", + "0x1000a37c00cf780337c00c1000a10200cf780310200c1000a37c00cf7803", + "0xbd80a1142304288319c7bc0187f37c204060ce2ca0283f8033de00c3f803", + "0x6d0033de00c458850185a0050850067bc018850060800508b0067bc0180a", + "0xf780311400c1000a11800cf780311800c1000a1b400cf78031b400c1000a", + "0xf780337800cf000a3766f04109019c7bc0188a118368418ce2ca02845003", + "0xf780310400c1000a12000cf780312000c4280a0147bc019bb0067800500a", + "0x50ce0146cc01a5736800d2b1b9006954dd0033de3385a8032e002841003", + "0x19b10066e4051b10067bc0180a1a6028051ef0066e801846014028f7803", + "0x51ef0066e401846014028f78030143380500a4b000c051c90146c0019ef", + "0x500a4b000c051c90146c0019ef0066b8019b90146b8019ef0060286a00a", + "0x19b90146b4019ef006028dd80a0147bc019b40061180500a3de00c050ce", + "0x19b30061180500a3de00c050ce0140292c003014724051b00067bc019ad", + "0x1905006620051b00067bc019a80066e4051a80067bc0180a2c6028051ef", + "0xf780301457c051a40067bc0180a2c0028d90033de00c05162014268019ef", + "0xd0003300028d009a0187bc0189a006610051a10067bc0180a2be028d1803", + "0x51c9014028f780313400cf000a0147bc0180a19c028cf8034b2028f780c", + "0x19ef006028bd80a0147bc0199f0065f80500a3de00c050ce0140292d003", + "0x1820014670019ef006678ce80c2f4028ce89a0187bc0189a0066100519e", + "0x500a3de00c050ce01466c01a5b0147bc0619c0066000519c0067bc0199c", + "0x51990067bc0199a0066e40519a0067bc0180a1a8028051ef006268019e0", + "0x180a34c028051ef00666c0197e014028f78030143380500a4b800c051c9", + "0x50a80067bc0199814c030bd00a14c268061ef00626801984014660019ef", + "0xf780301433805197006974051ef0182a0019800142a0019ef0062a001820", + "0x19ef006658019b9014658019ef006028dd80a0147bc0189a0067800500a", + "0xd280a0147bc019970065f80500a3de00c050ce0140292e00301472405199", + "0x19ef0062a85580c2f40285589a0187bc0189a006610050aa0067bc0180a", + "0x50ce01465001a5e0147bc06195006600051950067bc0199500608005195", + "0x19930066e4051930067bc0180a2c6028051ef006268019e0014028f7803", + "0x51ef0066500197e014028f78030143380500a4b800c051c9014664019ef", + "0xf780316200c1000a16200cf78031602680617a0142c0019ef006028ae80a", + "0x180a2b6028051ef0060286700a32400d2f80a3de0305880330002858803", + "0xf78030143380500a4b800c051c9014664019ef006644019b9014644019ef", + "0x19ef0062cc019b90142cc019ef0060286980a0147bc019920065f80500a", + "0x5a19001836c05190332030f780333200cae00a16800cf780301434c05199", + "0x19990065700500a3de00c051be014028f78030143380500a4c0028f780c", + "0x51690142dc019ef006028b480a16c00cf780331e00cc400a31e664061ef", + "0x61680142dc019ef0062dc0182001491c019ef006028b480a31800cf7803", + "0x19ef0062d8c600c2d0028c60033de00cc60030400285c0033de00c410b7", + "0x1a47006080050a50067bc018a5006080050b80067bc018b8006080050a5", + "0xf78030145ec0518817a2f0c48ce3de00d238a51702406716501491c019ef", + "0x182001429c019ef0062f85e00c2d00285e0033de00c5e0030400285f003", + "0x51880067bc01988006080050bd0067bc018bd006080050a70067bc018a7", + "0xf000a0147bc018c3006780051801866100e0ce3de00cc40bd14e62467165", + "0x517f0067bc01819308684d19a4364664d817d0383780500a3de00cc0003", + "0x19ef00607401819014028f780318c00c6f80a2fc318061ef0065fc018dd", + "0x197e006560050a30067bc018a300654c050fd0067bc018fd0065440501d", + "0xb080a03800cf7803038284060e1014060019ef006060019ba0145f8019ef", + "0x517b0067bc0197b006064051a634e5e8bd8ce3de00c0c17e1463f40e818", + "0x19ef00669c01953014070019ef006070018850145e8019ef0065e801951", + "0x51ef0060286700a34c69c0e17a2f6060019a60067bc019a600638c051a7", + "0xf000a0147bc018180060480500a3de00cbe8033c0028051ef006028df00a", + "0x1955014028f780334200caa80a0147bc019b000620c0500a3de00c0c803", + "0xcc803106028051ef0066c801883014028f780334800c4180a0147bc019a3", + "0xf780301407c0500a3de00c410033c0028051ef00628401981014028f7803", + "0xd28cb018084051a50067bc019a5006080051a50067bc0180a1cc02865803", + "0x7400a30200cf780330460c0602401460c019ef0060285000a30400cf7803", + "0x7e8033de00c7e8032a20280e8033de00c0e803032028bc8033de00cc0803", + "0xf78032f200c7180a14600cf780314600ca980a12000cf780312000c4280a", + "0x51ef006194018a7014028f7803014338051791462407e81d03000cbc803", + "0x500a3de00c0c8033c0028051ef00606001812014028f78032fa00cf000a", + "0xf80a0147bc018a10066040500a3de00c5a803306028051ef00641401883", + "0x1080a2ec00cf78032ec00c1000a2ec00cf7803014550051780067bc0180a", + "0x19ef0065d4018ad01418c019ef0062a4018190145d4019ef0065d8bc00c", + "0x19ef00619cba00c048028ba0033de00c050a0014028f78030146f805067", + "0x18fd006544050630067bc01863006064051720067bc019730063a005173", + "0x18e301428c019ef00628c01953014030019ef006030018850143f4019ef", + "0x50803302028051ef0060286700a2e428c060fd0c6060019720067bc01972", + "0x18180060480500a3de00cbe8033c0028051ef00606c01883014028f7803", + "0x19ef0060285000a0147bc0190500620c0500a3de00c0c8033c0028051ef", + "0x5003032028b78033de00cb80031d0028b80033de00ced97101809005171", + "0xa980a01800cf780301800c4280a37a00cf780337a00ca880a01400cf7803", + "0x516f39c030de80a03000cb78033de00cb78031c6028e70033de00ce7003", + "0x1883014028f780303600c4180a0147bc018a10066040500a3de00c050ce", + "0x180a140028051ef006064019e0014028f780303000c0900a0147bc01905", + "0xc80a2d400cf78032d600c7400a2d600cf78030485b0060240145b0019ef", + "0x60033de00c0600310a028108033de00c108032a2028050033de00c05003", + "0x5000c0420280c0032d400cf78032d400c7180a14000cf780314000ca980a", + "0x1d8033de00c0514f014284019ef006028a780a03600cf78030146400516a", + "0x51510067bc0180a29e028120033de00c050ed014084019ef006028a700a", + "0x7800a1fa00cf780301426c0517c0067bc0180a29a028510033de00c0514f", + "0x180a37c028051ef0060280180a39c00cf7803014534051a20067bc0180a", + "0x7a6106c088ed80f3de030078030182d80500a3de00c6700331e028051ef", + "0x1836006630050360067bc018360062dc0500a3de00c050ce0147a0f0038", + "0x51ef00679c018b80142b4f21e53cc79c0c1ef00627c01a4701427c019ef", + "0x500a3de00c568033c0028051ef00679001989014028f78033cc00c5280a", + "0xf18033de00cf1803040028f10033de00c0501f01478c019ef006794018ac", + "0x18a33440307900a3c200cf7803014530050a30067bc019e33c40301080a", + "0x184d014028f780308c00c2600a16a118061ef00628c0184a01428c019ef", + "0x504a3be030f78033be00ca400a09000cf7803014524051df0067bc018b5", + "0x19ef00676c01951014028019ef00602801819014130019ef00612801944", + "0x26803374028268180187bc01818006508050220067bc0182200654c051db", + "0x9f80a09800cf780309800c9f00a09000cf780309000c1000a09a00cf7803", + "0xde8500a4338f78033c21302404d04476c051051f2028f08033de00cf0803", + "0x51dc006988ef0033de03029803272028de8033de00cde9ce0184f005053", + "0x50520067bc01852006064050c80067bc019de0064e00500a3de00c050ce", + "0xf78030d000c9b80a0d077c061ef00677c01948014140019ef00614001951", + "0xec9da01e7bc018c80d0140290ce26c028640033de00c6400326e02834003", + "0x180a268028051ef0060286700a3b000d3197d0067bc060b20064d4050b2", + "0x1944014758ef80c3de00cef803290028eb8033de00c05133014164019ef", + "0x51d90067bc019d9006544051da0067bc019da006064051d50067bc019d6", + "0xf78030ba00cdd00a0ba060061ef006060019420146f4019ef0066f401953", + "0x2c80327e028ea8033de00cea80327c028eb8033de00ceb8030400282e803", + "0xea9d70ba6f4ec9da20a3e40517d0067bc0197d1fa0309900a0b200cf7803", + "0x60610064e4050690067bc018692f80309e00a0c21a4e99d419c7bc01859", + "0xc80a3a400cf78030c600c9c00a0147bc0180a19c028338034c818c019ef", + "0xef8033de00cef80326e028e98033de00ce98032a2028ea0033de00cea003", + "0x50a93a0160079ef006748ef9d33a83388500a3a400cf78033a400c9b80a", + "0xf78032fa00c9800a0147bc0180a19c028090034ca194019ef0182a401902", + "0x56003208028051ef006730019dc014028f780303a00cee00a1587300e80f", + "0x51c338871c3b8750e61e0e41c90387bc019cb0064b4051cb158030f7803", + "0x4180a0147bc0187800620c0500a3de00ce4003106028051ef006724019e0", + "0x19e0014028f780338e00caa80a0147bc018770065540500a3de00c39803", + "0x3a80c1b6028e08033de00c050d3014028f780338600cf000a0147bc019c4", + "0x3f9bf38003cf78030ca00c9480a0147bc0180a19c028052660147bc061c1", + "0x3f80c3de00c3f80324a028051ef0066fc019dc014028f780338000cee00a", + "0x500a3de00cdf0033c00284588a118214419be0327bc0188100649005081", + "0x6980a0147bc0188b0065540500a3de00c46003106028051ef00621401883", + "0x500a4ce028f780c1b420c060db014028f7803014720050da0067bc0180a", + "0x52680147bc060901140306d80a12000cf780301434c0500a3de00c050ce", + "0x1812014028f780303600cc080a0147bc0180a37c028051ef0060286700a", + "0x1d803008028051ef0061fc01922014028f780314400c0200a0147bc01818", + "0x182400647c0500a3de00c560031be028051ef00654401804014028f7803", + "0xf780303200c4180a0147bc0182100646c0500a3de00c50803008028051ef", + "0x19ef0066f0018200146f0019ef0060289000a10400cf780301407c0500a", + "0xdd9ba018090051ba0067bc0180a140028dd8033de00cde082018084051bc", + "0xa880a0b000cf78030b000c0c80a36800cf780337200c7400a37200cf7803", + "0x348033de00c348032a6028060033de00c0600310a028e80033de00ce8003", + "0x500a3de00c050ce0146d03480c3a01600c00336800cf780336800c7180a", + "0xc803310028051ef00622801883014028f78030143380500a4d200c051c9", + "0x1a6a0147bc061b1006600051b1366030f780336600cc200a36600cf7803", + "0x6700a0149ac0180a392028051ef0066cc019e0014028f7803014338051b0", + "0xd9803308028d70033de00c0517b014028f780336000cbf00a0147bc0180a", + "0xd40033de00cd4003040028d40033de00cd71ad0185e8051ad366030f7803", + "0xf780336600cf000a0147bc0180a19c0284d0034d8028f780c35000cc000a", + "0x526d006028e480a34800cf780336400cdc80a36400cf78030143500500a", + "0xc200a34600cf78030146980500a3de00c4d0032fc028051ef0060286700a", + "0xf780334000c1000a34000cf78033466840617a014684d980c3de00cd9803", + "0xd98033c0028051ef0060286700a33e00d3700a3de030d0003300028d0003", + "0x180a392028d20033de00ccf003372028cf0033de00c051bb014028f7803", + "0xce8033de00c051a5014028f780333e00cbf00a0147bc0180a19c0280526d", + "0xcd803040028cd8033de00cce99c0185e80519c366030f780336600cc200a", + "0xf000a0147bc0180a19c028cd0034de028f780c33600cc000a33600cf7803", + "0xe480a34800cf780333200cdc80a33200cf780301458c0500a3de00cd9803", + "0xf78030145740500a3de00ccd0032fc028051ef0060286700a0149b40180a", + "0x1980014298019ef00629801820014298019ef006660d980c2f4028cc003", + "0xdc80a32e00cf780301456c0500a3de00c050ce0142a001a700147bc060a6", + "0x540032fc028051ef0060286700a0149b40180a392028d20033de00ccb803", + "0x180a1a6028d20033de00ccb003372028cb0033de00c050d3014028f7803", + "0x52710147bc060aa1560306d80a156690061ef0066900195c0142a8019ef", + "0xe1ef0066540192d0146545600c3de00c56003208028051ef0060286700a", + "0xf780316600c8b00a31e00cf780301457c051901682ccc89921622c0c9994", + "0x18df014028f78030143380500a4e4028f780c31e2d8060000142d85980c", + "0xc600c3de0305b8580189cc050b7168030f780316800cc200a0147bc018ac", + "0x18190142f0019ef0060282d80a0147bc0180a19c028c48a517003d3a247", + "0x50be0067bc018bc0069d4051880067bc01a470069d4050bd0067bc0198c", + "0x1a750142f4019ef0062e001819014028f78030143380500a4ec00c051c9", + "0x539930187bc01993006570050be0067bc018a50069d4051880067bc01989", + "0x60c3006600050c3308030f780330800cc200a30800cf780314e00cc400a", + "0x180a38e028051ef006610019e0014028f7803014338051800069dc051ef", + "0x51c90145f8019ef006318018c6014318019ef0065fc0197f0145fc019ef", + "0x19ef006028bd80a0147bc019800065f80500a3de00c050ce0140293c003", + "0x182001469c019ef0065ecbd00c2f4028bd1840187bc019840066100517b", + "0x500a3de00c050ce01469801a790147bc061a7006600051a70067bc019a7", + "0x51a50067bc018cb00669c050cb0067bc0180a38e028051ef006610019e0", + "0x197e014028f78030143380500a4f000c051c90145f8019ef006694018c6", + "0xbd00a306610061ef00661001984014608019ef006028d300a0147bc019a6", + "0x51ef01860401980014604019ef00660401820014604019ef006608c180c", + "0x19ef006028e380a0147bc019840067800500a3de00c050ce0145e401a7a", + "0x13c0030147240517e0067bc01976006318051760067bc0197800632c05178", + "0x51750067bc0180a34a028051ef0065e40197e014028f78030143380500a", + "0xf780c2e800cc000a2e800cf78032e800c1000a2e800cf78032ea6100617a", + "0x1972006608051720067bc0180a38e028051ef0060286700a2e600d3d80a", + "0xf78030143380500a4f000c051c90145f8019ef0065c4018c60145c4019ef", + "0x19ef0065c00197f0145c0019ef006028e380a0147bc019730065f80500a", + "0x197e0065c40516c0067bc019880069f00517e0067bc0196f0063180516f", + "0x51650069fcb40034fc5a401a7d2d400cf78ce2d600cb800a2d65f8061ef", + "0x51c7014028f78032d800cf000a0147bc0196a0061180500a3de00c050ce", + "0x14080a2c600cf780317a00c0c80a1a800cf78031a600d4000a1a600cf7803", + "0xb480308c028051ef0060286700a014a080180a392028b10033de00c6a003", + "0x180a19c028ae15b2ba03d4195f2c0030f780c2d82f406273014028f7803", + "0x195f0069d4050de0067bc01960006064050db0067bc0180a0b6028051ef", + "0xf78030143380500a50800c051c901437c019ef00636c01a75014374019ef", + "0x195b0069d4050dd0067bc0195c0069d4050de0067bc0195d0060640500a", + "0x1a86014384019ef00637c6e80c50a028ac0033de00c051f101437c019ef", + "0x671ef006560708de01ea20051580067bc01958006a1c050e10067bc018e1", + "0x14580a1d000cf78031cc5840628a014028f78031c600d4480a1cc55471961", + "0x19ef0060294680a29c53c061ef00655001a8c014550aa80c3de00caa803", + "0x1a8e0143c0a700c3de00ca700351c0284d94d0187bc018ed006a30050ed", + "0xf780c2983c07400f51e028a60033de00ca60034ea028a609b0187bc0189b", + "0xc80a0147bc01949006a440500a3de00c050ce014510a400c5205247900c", + "0x51ef0060286700a014a4c051ef01826ca700c524028790033de00c79003", + "0xa10033de00c79003032028051ef00653c01a91014028f780329a00d4880a", + "0x14780a29a00cf780329a00d3a80a0147bc0180a19c02805294006028e480a", + "0x1a91014028f78030143380513c1f20314a93f27c030f780c29a53c7900f", + "0x51392aa030f78032aa00d4580a28400cf780327c00c0c80a0147bc0193f", + "0x61ef0064d801a8c0144d8019ef0060294b00a26e4e0061ef0064e401a8c", + "0x13a80a2644d0061ef0064d001a8e0144cc9b80c3de00c9b80351c0289a135", + "0x51042600314b902214030f780c2644cca100f51e028990033de00c99003", + "0x14900a21400cf780321400c0c80a0147bc01902006a440500a3de00c050ce", + "0x500a3de00c9a803522028051ef0060286700a014a60051ef0184d09b80c", + "0x6700a014a640180a392028968033de00c85003032028051ef0064e001a91", + "0x9480c3de0309a93821403d4780a26a00cf780326a00d3a80a0147bc0180a", + "0x94803032028051ef00649401a91014028f7803014338050042480314d125", + "0x14600a23600cf7803014a6c0511f244030f78032aa00d4600a25a00cf7803", + "0xf780322c00d4700a00047c061ef00647c01a8e0144589000c3de00c8d803", + "0x13a85b0187bc062730004b407a8f0149cc019ef0069cc01a750149cc8b00c", + "0x185b0060640500a3de00d3a803522028051ef0060286700a5009f00629c", + "0x1a91014028f78030143380500a53a028f780c22c47c0629201416c019ef", + "0x51c9014a04019ef00616c01819014028f780324400d4880a0147bc01920", + "0x9105b01ea3c051200067bc019200069d40500a3de00c050ce0140294f003", + "0xf780350a00d4880a0147bc0180a19c02943a86018a7d429f10187bc06120", + "0xf780351000d5000a51000cf780301471c052810067bc019f10060640500a", + "0x180a392029458033de00d44803502029450033de00d4080334802944803", + "0x19ef006a1801819014028f780350e00d4880a0147bc0180a19c028052a1", + "0x14880a0147bc01a80006a440500a3de00c050ce014029510030147240528c", + "0x1a91014028f780324400d4880a0147bc01920006a440500a3de00c8f803", + "0x1aa3014a34019ef006028e380a51800cf78034f800c0c80a0147bc01916", + "0x528b0067bc01a8e006a040528a0067bc01a8c0066900528e0067bc01a8d", + "0x500a54a00c051c9014a44019ef006a2c01aa4014a3c019ef006a28019a4", + "0x1819014028f78032aa00d4480a0147bc01804006a440500a3de00c050ce", + "0x1904006a440500a3de00c050ce01402953003014724052920067bc01924", + "0xf780326a00d4880a0147bc01937006a440500a3de00caa803512028051ef", + "0x19ef0064c001819014028f780326800d4880a0147bc01938006a440500a", + "0xf780352400cd200a53600cf780352c00d5380a52c00cf780301471c05292", + "0x148803548029500033de00d47803348029488033de00d4d80350202947803", + "0xf780327800d4880a0147bc0180a19c028052a8006028e480a54600cf7803", + "0x52a9006028e480a54800cf78031f200c0c80a0147bc01955006a240500a", + "0x14880a0147bc01955006a240500a3de00ca2003522028051ef0060286700a", + "0x1a91014028f780329e00d4880a0147bc0194d006a440500a3de00ca7003", + "0x1a80014a9c019ef006028e380a54800cf780329000c0c80a0147bc0189b", + "0x52a30067bc01aaa006a04052a00067bc01aa4006690052aa0067bc01aa7", + "0x500a50400c051c9014588019ef006a8c01aa401458c019ef006a80019a4", + "0x1562ab0187bc0616c17a0313980a0147bc019680061180500a3de00c050ce", + "0x155803032029588033de00c0505b014028f7803014338052b055eab807aad", + "0xe480a56800cf780356200d3a80a56600cf780355800d3a80a56400cf7803", + "0x1580034ea029590033de00d57003032028051ef0060286700a014ad40180a", + "0x6285014ad8019ef006028f880a56800cf780355e00d3a80a56600cf7803", + "0x15b0033de00d5b00350e0295b8033de00d5b80350c0295b8033de00d5a2b3", + "0x14500a0147bc01ab9006a24052bb574ae55c0ce3de00d5b2b756403d4400a", + "0xf780357a00d4600a57aae8061ef006ae801a8b014af0019ef006aed5c00c", + "0x1a8e014b096080c3de00d60003518029600033de00c052aa014afd5f00c", + "0x19ef006b1001a75014b116100c3de00d6100351c02961abf0187bc01abf", + "0x51ef0060286700a592b20062c758cb14061ef018b1161abc01ea3c052c4", + "0xf780c584afc06292014b14019ef006b1401819014028f780358c00d4880a", + "0xf780357c00d4880a0147bc01ac1006a440500a3de00c050ce0140296500a", + "0x500a3de00c050ce01402966003014724052cb0067bc01ac50060640500a", + "0x168ad0018b3d672cd0187bc062c157cb1407a8f014b04019ef006b0401a75", + "0x52cb0067bc01acd0060640500a3de00d67003522028051ef0060286700a", + "0xf7803014a34052d33e6030f78035a400d4600a5a4ae8061ef006ae801a8b", + "0x14700a5aeb4c061ef006b4c01a8e014b596a80c3de00d6a0035180296a003", + "0x62d85aeb2c07a8f014b60019ef006b6001a75014b616b00c3de00d6b003", + "0x500a3de00cf9003522028051ef0060286700a5b8b6c062da3e4b64061ef", + "0xf78030143380500a5ba028f780c5acb4c06292014b64019ef006b6401819", + "0x19ef006b6401819014028f78033e600d4880a0147bc01ad5006a440500a", + "0x52d50067bc01ad50069d40500a3de00c050ce0140296f803014724052de", + "0x14880a0147bc0180a19c029722e3018b8970ae00187bc062d53e6b6407a8f", + "0x1732e50187bc01aba006a30052de0067bc01ae00060640500a3de00d70803", + "0xf78035cc00d4700a5d2ba0061ef006b9c01a8c014b9c019ef0060295580a", + "0x14780a3e000cf78033e000d3a80a3e0ba4061ef006ba401a8e014ba97300c", + "0x1a91014028f7803014338052ef5dc03176aec5d6030f780c3e0ba96f00f", + "0x52f00147bc062e95cc0314900a5d600cf78035d600c0c80a0147bc01aec", + "0xc80a0147bc01ae5006a440500a3de00d74003522028051ef0060286700a", + "0x1740034ea028051ef0060286700a014bc80180a392029788033de00d75803", + "0x50ce014bdd7b00c5eabd17980c3de031742e55d603d4780a5d000cf7803", + "0x180a38e029788033de00d79803032028051ef006bd001a91014028f7803", + "0x1a81014be8019ef006bc4019a4014be4019ef006be001aa0014be0019ef", + "0x1af7006a440500a3de00c050ce0140297e003014724052fb0067bc01af9", + "0x51ef0060286700a014bf80180a3920297e8033de00d7b003032028051ef", + "0x500a3de00d74003522028051ef006b9801a91014028f78035de00d4880a", + "0x52fd0067bc01aee0060640500a3de00d74803522028051ef006b9401a91", + "0x17d0033de00d7e803348029800033de00d7f8035460297f8033de00c051c7", + "0xf78035f600d5200a60200cf78035f400cd200a5f600cf780360000d4080a", + "0x500a3de00d72003522028051ef0060286700a014c0c0180a39202981003", + "0x6700a014c140180a392029820033de00d71803032028051ef006ae801a89", + "0x169803522028051ef006ae801a89014028f78035b800d4880a0147bc0180a", + "0x1ad6006a440500a3de00cf9803522028051ef006b5401a91014028f7803", + "0x1b06006a9c053060067bc0180a38e029820033de00d6d803032028051ef", + "0x19a4014c08019ef006c1c01a81014c04019ef006c10019a4014c1c019ef", + "0x50ce01402985003014724053090067bc01b02006a90053080067bc01b01", + "0x1ad00060640500a3de00d5d003512028051ef006b4401a91014028f7803", + "0x51ef006b2401a91014028f78030143380500a61800c051c9014c2c019ef", + "0x500a3de00d60803522028051ef006afc01a91014028f780357400d4480a", + "0x530b0067bc01ac80060640500a3de00d61003522028051ef006af801a91", + "0x1840033de00d85803348029870033de00d86803500029868033de00c051c7", + "0xf780361200d5200a2c600cf780361000cd200a61200cf780361c00d4080a", + "0x500a3de00cb280308c028051ef0060286700a014a080180a392028b1003", + "0x2d80a0147bc0180a19c0298a31362403d88b1061e030f780c2d82f406273", + "0x53170067bc01b100069d4053160067bc01b0f006064053150067bc0180a", + "0x1819014028f78030143380500a63200c051c9014c60019ef006c5401a75", + "0x53180067bc01b130069d4053170067bc01b140069d4053160067bc01b12", + "0x19ef006c6801a86014c68019ef006c618b80c50a028fa8033de00c051f1", + "0x18f31d638c6c671ef0067d58d31601ea20051f50067bc019f5006a1c0531a", + "0xf780363a00d4580a63e00cf780363cc6c0628a014028f780363800d4480a", + "0x1a8c014c8c019ef0060295600a644c84061ef006c8001a8c014c818e80c", + "0x61ef006c9401a8e014c999100c3de00d9100351c02992b240187bc01b23", + "0x195329650030f780c64ec998f80f51e029938033de00d938034ea02993b25", + "0xf780365000c0c80a0147bc01b29006a440500a3de00c050ce014cb19580c", + "0x192003522028051ef0060286700a014cb4051ef018c959100c52402994003", + "0x180a392029970033de00d94003032028051ef006c8401a91014028f7803", + "0x19232165003d4780a64800cf780364800d3a80a0147bc0180a19c0280532f", + "0x51ef006cc001a91014028f78030143380533366403198b303ec030f780c", + "0x1b34006a300533463a030f780363a00d4580a65c00cf78033ec00c0c80a", + "0x14700a672ce0061ef006cdc01a8c014cdc019ef0060294b00a66ccd4061ef", + "0xf780367600d3a80a676ce4061ef006ce401a8e014ce99b00c3de00d9b003", + "0xf78030143380533f67c0319e9f4678030f780c676ce99700f51e0299d803", + "0x633966c0314900a67800cf780367800c0c80a0147bc019f4006a440500a", + "0x1b35006a440500a3de00d9c003522028051ef0060286700a014d00051ef", + "0x51ef0060286700a014d080180a392029a08033de00d9e003032028051ef", + "0x1a300c68ad11a180c3de0319c33567803d4780a67000cf780367000d3a80a", + "0x1a08033de00da1803032028051ef006d1001a91014028f780301433805347", + "0xf780369400d4600a69400cf7803014ab805349690030f780363a00d4600a", + "0x534e698030f780369800d4700a69ad24061ef006d2401a8e014d31a580c", + "0x1a9b52018d45a834f0187bc0634e69ad0407a8f014d38019ef006d3801a75", + "0x534f0067bc01b4f0060640500a3de00da8003522028051ef0060286700a", + "0x51ef006d2c01a91014028f78030143380500a6a8028f780c698d2406292", + "0x500a6ac00c051c9014d54019ef006d3c01819014028f780369000d4880a", + "0x61ef018d2da434f01ea3c0534b0067bc01b4b0069d40500a3de00c050ce", + "0x1819014028f78036b000d4880a0147bc0180a19c029adb5a018d65ac357", + "0xd200a6ba00cf78036b800d5000a6b800cf780301471c053550067bc01b57", + "0x6700a014d800180a392029af8033de00dae803502029af0033de00daa803", + "0x51c9014d84019ef006d6801819014028f78036b600d4880a0147bc0180a", + "0xf780369200d4880a0147bc01b53006a440500a3de00c050ce014029b1003", + "0x51ef006d3001a91014028f780369000d4880a0147bc01b4b006a440500a", + "0x19ef006d8c01aa3014d8c019ef006028e380a6c200cf78036a400c0c80a", + "0x1b5e0066900535f0067bc01b64006a040535e0067bc01b6100669005364", + "0xf78030143380500a6ce00c051c9014d98019ef006d7c01aa4014d94019ef", + "0x19ef006d1801819014028f780363a00d4480a0147bc01b47006a440500a", + "0x14480a0147bc01b3f006a440500a3de00c050ce014029b480301472405368", + "0x1a91014028f780367000d4880a0147bc01b36006a440500a3de00d8e803", + "0x51c7014da0019ef006cf801819014028f780367200d4880a0147bc01b35", + "0x14080a6ca00cf78036d000cd200a3f000cf78036d400d5380a6d400cf7803", + "0x1b60033de00db3003548029b58033de00db2803348029b30033de00cfc003", + "0x1a89014028f780366600d4880a0147bc0180a19c0280536d006028e480a", + "0x180a19c0280536f006028e480a6dc00cf780366400c0c80a0147bc01b1d", + "0xf780364400d4880a0147bc01b1d006a240500a3de00d96003522028051ef", + "0x51ef006c9401a91014028f780364200d4880a0147bc01b24006a440500a", + "0x19ef006dc001a80014dc0019ef006028e380a6dc00cf780365600c0c80a", + "0x1b6b0066900536c0067bc01b71006a040536b0067bc01b6e00669005371", + "0x195c014dc8019ef0062f801a7c014588019ef006db001aa401458c019ef", + "0x1ba00c3de00dba003308029ba0033de00db9803310029b98b00187bc018b0", + "0x1b740067800500a3de00c050ce014ddc01b760147bc0637500660005375", + "0x1b79006ac0053790067bc01b78006abc053780067bc0180a38e028051ef", + "0x51ef006ddc0197e014028f78030143380500a6f600c051c9014de8019ef", + "0x1b7c6fa030bd00a6fadd0061ef006dd001984014df0019ef006028bd80a", + "0x5380006dfc051ef018df801980014df8019ef006df801820014df8019ef", + "0x1ab1014e04019ef006028e380a0147bc01b740067800500a3de00c050ce", + "0x50ce014029bd8030147240537a0067bc01b82006ac0053820067bc01b81", + "0x1b74006610051f90067bc0180a34c028051ef006e000197e014028f7803", + "0x53840067bc01b84006080053840067bc019f9706030bd00a706dd0061ef", + "0x51ef006dd0019e0014028f780301433805386006e14051ef018e1001980", + "0x19ef006e2001ab0014e20019ef006e1c01ab2014e1c019ef006028e380a", + "0xd280a0147bc01b860065f80500a3de00c050ce014029bd8030147240537a", + "0x19ef006e25c500c2f4029c53740187bc01b74006610053890067bc0180a", + "0x50ce014e3401b8c0147bc0638b0066000538b0067bc01b8b0060800538b", + "0x1b8e006acc0538e0067bc0180a38e028051ef006dd0019e0014028f7803", + "0xf78030143380500a6f600c051c9014de8019ef006e3c01ab0014e3c019ef", + "0xf7803720dd00617a014e40019ef006028ae80a0147bc01b8d0065f80500a", + "0x6700a72400dc880a3de030fb803300028fb8033de00cfb803040028fb803", + "0x1ab0014e50019ef006e4c01ab4014e4c019ef006028e380a0147bc0180a", + "0x1b920065f80500a3de00c050ce014029bd8030147240537a0067bc01b94", + "0x1b96006ac0053960067bc01b95006abc053950067bc0180a38e028051ef", + "0x6700a73a00dce39b006e69cc803730e5c019ef19c5f801970014de8019ef", + "0x1b90033c0028051ef006de801ab6014028f780372e00c2300a0147bc0180a", + "0xb1803032029cf8033de00dcf00355e029cf0033de00c051c7014028f7803", + "0x180a19c028053a2006028e480a74200cf780373e00d5800a74000cf7803", + "0x1d300f74ae91d180c3de031b91630189cc0500a3de00dcc80308c028051ef", + "0x19ef006e8c01819014ea4019ef0060282d80a0147bc0180a19c029d43a7", + "0x1d6803014724053ac0067bc01ba90069d4053ab0067bc01ba40069d4053aa", + "0x19ef006ea001a75014ea8019ef006e9801819014028f78030143380500a", + "0x1bac7560314280a75c00cf78030147c4053ac0067bc01ba70069d4053ab", + "0x7a88014eb8019ef006eb801a87014ebc019ef006ebc01a86014ebc019ef", + "0x1d9bb0018a280500a3de00dd8803512029d9bb2762ec0671ef006eb9d7baa", + "0x1dbbb60187bc01bb5006a30053b5764030f780376400d4580a76800cf7803", + "0xf780376e00d4700a3f6ee4061ef006ee001a8c014ee0019ef0060294680a", + "0x14780a77600cf780377600d3a80a7767ec061ef0067ec01a8e014ee9db80c", + "0x1a91014028f7803014338053c077e031df3bd778030f780c776ee9da00f", + "0x53c10147bc061fb76e0314900a77800cf780377800c0c80a0147bc01bbd", + "0xc80a0147bc01bb6006a440500a3de00ddc803522028051ef0060286700a", + "0x1dc8034ea028051ef0060286700a014f0c0180a392029e10033de00dde003", + "0x50ce014f21e380c78cf15e200c3de031dcbb677803d4780a77200cf7803", + "0x1d9003516029e10033de00de2003032028051ef006f1401a91014028f7803", + "0x53cc0067bc0180a56e029e5bca0187bc01bc9006a30053c9764030f7803", + "0x1bce006a38053cf796030f780379600d4700a79cf34061ef006f3001a8c", + "0xfe00c3de031e83cf78403d4780a7a000cf78037a000d3a80a7a0f38061ef", + "0xfe003032028051ef006f4401a91014028f7803014338053d47a6031e93d1", + "0x14880a0147bc0180a19c028053d50147bc063ce7960314900a3f800cf7803", + "0xe480a7ac00cf78033f800c0c80a0147bc01bca006a440500a3de00de6803", + "0xfe00f51e029e68033de00de68034ea028051ef0060286700a014f5c0180a", + "0x1bd9006a440500a3de00c050ce014f71ed80c7b4f65ec00c3de031e6bca", + "0x1a8c014f75d900c3de00dd9003516029eb0033de00dec003032028051ef", + "0x1f09fa0187bc01be0006a30053e00067bc0180a55c029efbde0187bc01bdd", + "0x1f18034ea029f1be10187bc01be1006a38053e27be030f78037be00d4700a", + "0x50ce014fa1f380c7ccf95f200c3de031f1be27ac03d4780a7c600cf7803", + "0x1ef80c524029f20033de00df2003032028051ef006f9401a91014028f7803", + "0x1a91014028f78033f400d4880a0147bc0180a19c028053e90147bc063e1", + "0x180a19c028053eb006028e480a7d400cf78037c800c0c80a0147bc01bde", + "0x1f73ed7d8030f780c3f4f79f200f51e028fd0033de00cfd0034ea028051ef", + "0xf78037d800c0c80a0147bc01bed006a440500a3de00c050ce014439f780c", + "0x1f9003518029f90033de00c052b8014fc5f800c3de00dd9003518029f5003", + "0x1fa00c3de00dfa00351c029fabf10187bc01bf1006a38053f47e6030f7803", + "0x63f97f0fdc061ef018fd9fabea01ea3c053f60067bc01bf60069d4053f6", + "0x19ef006fdc01819014028f78037f000d4880a0147bc0180a19c029fdbfa", + "0x1bf3006a440500a3de00c050ce014029fe00a3de031fa3f1018a48053f7", + "0x1ff003014724053fd0067bc01bf70060640500a3de00df8003522028051ef", + "0x63f37e0fdc07a8f014fcc019ef006fcc01a75014028f78030143380500a", + "0x500a3de00e00003522028051ef0060286700a80700806401800ffc061ef", + "0x204c0800701e0300380b010019ef030de801ab9014ff4019ef006ffc01819", + "0x180a38e028051ef00701001846014028f78030143380540c00702e05003", + "0x51c9015038019ef0067f801ab00147f8019ef00703401aaf015034019ef", + "0x19ef006028e380a0147bc01c060061180500a3de00c050ce01402a07803", + "0x2078030147240540e0067bc01c11006ac0054110067bc01c10006ad005410", + "0x54120067bc0180a38e028051ef00702001846014028f78030143380500a", + "0x500a81e00c051c9015038019ef00704c01ab001504c019ef00704801ab1", + "0x1ab2015050019ef006028e380a0147bc01c0a0061180500a3de00c050ce", + "0x50ce01402a078030147240540e0067bc01c15006ac0054150067bc01c14", + "0x1c16006acc054160067bc0180a38e028051ef00703001846014028f7803", + "0x1ab0015060019ef006ff401819015038019ef00705c01ab001505c019ef", + "0x1c03006a440500a3de00c050ce01402a0d003014724054190067bc01c0e", + "0x20e0030147240541b0067bc01c020060640500a3de00dbd00356c028051ef", + "0x500a3de00dbd00356c028051ef006fec01a91014028f78030143380500a", + "0x14880a0147bc01bf0006a440500a3de00df9803522028051ef006fc401a91", + "0x15a00a83a00cf780301471c0541b0067bc01bfa0060640500a3de00dfa003", + "0x20c8033de00e0f00356002a0c0033de00e0d80334802a0f0033de00e0e803", + "0x5421006028e480a84000cf780383200d5d00a83e00cf780383000cd200a", + "0x14480a0147bc01b7a006ad80500a3de00c87003522028051ef0060286700a", + "0x50ce01402a11803014724054220067bc01bef0060640500a3de00dd9003", + "0x1bb2006a240500a3de00dbd00356c028051ef006fa001a91014028f7803", + "0xf78037bc00d4880a0147bc019fa006a440500a3de00def803522028051ef", + "0x19ef006028e380a84400cf78037ce00c0c80a0147bc01be1006a440500a", + "0x1c25006ac00541f0067bc01c22006690054250067bc01c24006acc05424", + "0x51c901509c019ef00708001aba015098019ef00707c019a4015080019ef", + "0xf78036f400d5b00a0147bc01bdc006a440500a3de00c050ce01402a14003", + "0x542a006028e480a85200cf78037b600c0c80a0147bc01bb2006a240500a", + "0x14480a0147bc01b7a006ad80500a3de00dea003522028051ef0060286700a", + "0x1a91014028f780379a00d4880a0147bc01bcb006a440500a3de00dd9003", + "0x51c70150a4019ef006f4c01819014028f780379c00d4880a0147bc01bca", + "0x15800a84c00cf780385200cd200a85800cf780385600d5900a85600cf7803", + "0x2170033de00e1380357402a168033de00e1300334802a138033de00e16003", + "0x1ab6014028f780379000d4880a0147bc0180a19c0280542f006028e480a", + "0x51c90150c0019ef006f1c01819014028f780376400d4480a0147bc01b7a", + "0xf78036f400d5b00a0147bc01bc0006a440500a3de00c050ce01402a18803", + "0x51ef006ee401a91014028f780376e00d4880a0147bc01bb2006a240500a", + "0x2180033de00ddf803032028051ef0067ec01a91014028f780376c00d4880a", + "0x19ef0070c0019a40150cc019ef0070c801ab10150c8019ef006028e380a", + "0x1c2e006ae8053a00067bc01c2d0066900542e0067bc01c33006ac00542d", + "0x51ef006e6c01846014028f78030143380500a74400c051c9014e84019ef", + "0x21cc3886e03e1b435868030f780c6e458c06273014028f78036f400d5b00a", + "0x543b0067bc01c340060640543a0067bc0180a0b6028051ef0060286700a", + "0x500a87c00c051c90150f4019ef0070e801a750150f0019ef0070d401a75", + "0x543c0067bc01c390069d40543b0067bc01c370060640500a3de00c050ce", + "0x19ef0070f61e00c50a02a1f8033de00c051f10150f4019ef0070e001a75", + "0x22043b01ea200543f0067bc01c3f006a1c054400067bc01c40006a1805440", + "0xf78038871040628a014028f780340200d4480a88710900c4119c7bc01c3f", + "0x14b00a88f118061ef00711401a8c0151162100c3de00e2100351602a22003", + "0x22380c3de00e2380351c02a254490187bc01c48006a30054480067bc0180a", + "0x22200f51e02a258033de00e258034ea02a25c4a0187bc01c4a006a3805200", + "0x1c4d006a440500a3de00c050ce01480a2780c89d1362600c3de03225a00", + "0x6700a015140051ef01912a2380c52402a260033de00e26003032028051ef", + "0x226003032028051ef00711801a91014028f780389200d4880a0147bc0180a", + "0xf780389200d3a80a0147bc0180a19c02805452006028e480a8a200cf7803", + "0xf7803014338054578ac0322ac548a6030f780c89311a2600f51e02a24803", + "0xf780388400d4580a8a200cf78038a600c0c80a0147bc01c54006a440500a", + "0x1a8c015168019ef0060295d80a3ff164061ef00716001a8c0151622100c", + "0x61ef00717001a8e015174ff80c3de00cff80351c02a2e45b0187bc01c5a", + "0x230c608be030f780c8bd1762880f51e02a2f0033de00e2f0034ea02a2f45c", + "0xf78038be00c0c80a0147bc01c60006a440500a3de00c050ce01518e3100c", + "0x22d803522028051ef0060286700a015190051ef019170ff80c52402a2f803", + "0x180a39202a328033de00e2f803032028051ef00716401a91014028f7803", + "0x22dc598be03d4780a8b600cf78038b600d3a80a0147bc0180a19c02805466", + "0x51ef0071a001a91014028f78030143380546a3fa03234c688ce030f780c", + "0xf7803014af00546c8d6030f780388400d4600a8ca00cf78038ce00c0c80a", + "0x14700a8e11b0061ef0071b001a8e0151be3700c3de00e3680351802a36803", + "0x64718e119407a8f0151c4019ef0071c401a750151c63780c3de00e37803", + "0x500a3de00e39803522028051ef0060286700a8ed1d4064748e71c8061ef", + "0xf78030143380500a8ee028f780c8df1b0062920151c8019ef0071c801819", + "0x19ef0071c801819014028f78038d600d4880a0147bc01c6e006a440500a", + "0x546e0067bc01c6e0069d40500a3de00c050ce01402a3c80301472405478", + "0x14880a0147bc0180a19c02a3f47d0191f23dc7a0187bc0646e8d71c807a8f", + "0x15a00a8fe00cf780301471c054780067bc01c7a0060640500a3de00e3d803", + "0x2410033de00e4000356002a408033de00e3c00334802a400033de00e3f803", + "0x1819014028f78038fc00d4880a0147bc0180a19c02805483006028e480a", + "0x1c76006a440500a3de00c050ce01402a42803014724054840067bc01c7d", + "0xf78038d600d4880a0147bc01c6e006a440500a3de00e36003522028051ef", + "0x19ef006028e380a90800cf78038ea00c0c80a0147bc01c6f006a440500a", + "0x1c87006ac0054810067bc01c84006690054870067bc01c86006acc05486", + "0x51c9015224019ef00720801aba015220019ef007204019a4015208019ef", + "0xf780388400d4480a0147bc01c6a006a440500a3de00c050ce01402a45003", + "0x500a3de00c050ce01402a460030147240548b0067bc019fd0060640500a", + "0x14880a0147bc019ff006a440500a3de00e21003512028051ef00718c01a91", + "0x1819014028f78038b800d4880a0147bc01c59006a440500a3de00e2d803", + "0xd200a91a00cf780340800d5900a40800cf780301471c0548b0067bc01c62", + "0x2470033de00e4400334802a448033de00e4680356002a440033de00e45803", + "0x14880a0147bc0180a19c02805490006028e480a91e00cf780391200d5d00a", + "0xe480a92200cf78038ac00c0c80a0147bc01c42006a240500a3de00e2b803", + "0x1c42006a240500a3de00d01003522028051ef0060286700a0152480180a", + "0xf780388c00d4880a0147bc01c49006a440500a3de00e23803522028051ef", + "0x19ef006028e380a92200cf780389e00c0c80a0147bc01c4a006a440500a", + "0x1c93006ac00548e0067bc01c91006690054930067bc01a05006ac405205", + "0x51c9014e84019ef00723c01aba014e80019ef007238019a401523c019ef", + "0x63722c60313980a0147bc01b9d0061180500a3de00c050ce014029d1003", + "0x24d0033de00c0505b014028f78030143380549993125c07c9692b250061ef", + "0xf780393400d3a80a93600cf780392a00d3a80a40e00cf780392800c0c80a", + "0x1038033de00e4b803032028051ef0060286700a0152740180a39202a4e003", + "0x19ef006028f880a93800cf780393000d3a80a93600cf780393200d3a80a", + "0x24f00350e02a4f8033de00e4f80350c02a4f8033de00e4e49b018a140549e", + "0x1ca0006a24054a2943281040ce3de00e4f49f40e03d4400a93c00cf7803", + "0x14600a949284061ef00728401a8b01528c019ef0072890400c514028051ef", + "0x25400c3de00e5380351802a538033de00c0528d01529a5280c3de00e52003", + "0x1a750152ae5480c3de00e5480351c02a554a60187bc01ca6006a38054a9", + "0x6700a9612bc064ae95b2b0061ef0192ae554a301ea3c054ab0067bc01cab", + "0x62920152b0019ef0072b001819014028f780395a00d4880a0147bc0180a", + "0x14880a0147bc01ca8006a440500a3de00c050ce01402a5880a3de03254ca6", + "0x50ce01402a59803014724054b20067bc01cac0060640500a3de00e52803", + "0x25acb40187bc064a894b2b007a8f0152a0019ef0072a001a75014028f7803", + "0x1cb40060640500a3de00e5a803522028051ef0060286700a9712dc064b6", + "0x54bb974030f780397200d4600a973284061ef00728401a8b0152c8019ef", + "0x61ef0072ec01a8e0152fa5e80c3de00e5e00351802a5e0033de00c052b7", + "0x7a8f0152fc019ef0072fc01a750152fe5f00c3de00e5f00351c02905cbb", + "0x260803522028051ef0060286700a98930c064c2983300061ef0192fd05cb2", + "0x500a98a028f780c97d2ec06292015300019ef00730001819014028f7803", + "0x1819014028f780397400d4880a0147bc01cbd006a440500a3de00c050ce", + "0x1cbd0069d40500a3de00c050ce01402a63803014724054c60067bc01cc0", + "0x180a19c02a664cb01932a64cc80187bc064bd97530007a8f0152f4019ef", + "0x1ca1006a2c054c60067bc01cc80060640500a3de00e64803522028051ef", + "0x14600a9a000cf7803014ab8054cf99c030f780399a00d4600a99b284061ef", + "0xf78039a400d4700a9a733c061ef00733c01a8e01534a6880c3de00e68003", + "0x26b4d50187bc064d49a731807a8f015350019ef00735001a750153526900c", + "0x1cd50060640500a3de00e6b003522028051ef0060286700a9b3360064d7", + "0x1a91014028f78030143380500a9b4028f780c9a533c06292015354019ef", + "0x51c901536c019ef00735401819014028f780399c00d4880a0147bc01cd1", + "0x2674d501ea3c054d10067bc01cd10069d40500a3de00c050ce01402a6e003", + "0xf78039bc00d4880a0147bc0180a19c02a70ce001937e6f4dd0187bc064d1", + "0x180a57002a71ce20187bc01ca1006a30054db0067bc01cdd0060640500a", + "0x54e79c6030f78039c600d4700a9cd394061ef00739001a8c015390019ef", + "0x2744e79b603d4780a9d000cf78039d000d3a80a9d1398061ef00739801a8e", + "0x51ef0073a801a91014028f7803014338054ed9d803275cea9d2030f780c", + "0x180a19c028054ee0147bc064e69c60314900a9d200cf78039d200c0c80a", + "0xf78039d200c0c80a0147bc01ce2006a440500a3de00e72803522028051ef", + "0x2728033de00e728034ea028051ef0060286700a0153c00180a39202a77803", + "0x500a3de00c050ce0153d67a00c9e73ca7880c3de03272ce29d203d4780a", + "0x27b0033de061bd00357202a778033de00e78803032028051ef0073c801a91", + "0x27b00308c028051ef0060286700a9fc00e7ecfc0073ee7d0039f33e001cf7", + "0x28000356002a800033de00e7f80355e02a7f8033de00c051c7014028f7803", + "0xf78039f000c2300a0147bc0180a19c02805502006028e480aa0200cf7803", + "0xf7803a0800d5800aa0800cf7803a0600d5900aa0600cf780301471c0500a", + "0x500a3de00e7d00308c028051ef0060286700a0154080180a39202a80803", + "0x2808033de00e8300356002a830033de00e8280356602a828033de00c051c7", + "0x51c7014028f78039f800c2300a0147bc0180a19c02805502006028e480a", + "0xe480aa0200cf7803a1000d5800aa1000cf7803a0e00d5a00aa0e00cf7803", + "0xf780301471c0500a3de00e7f00308c028051ef0060286700a0154080180a", + "0x27780303202a808033de00e8480356002a848033de00d0780356202907803", + "0x180a19c0280550c006028e480aa1600cf7803a0200d5800aa1400cf7803", + "0xf78039e800c0c80a0147bc01b7a006ad80500a3de00e7a803522028051ef", + "0x500a3de00e76803522028051ef0060286700a0154380180a39202a86803", + "0x14880a0147bc01ce5006a440500a3de00e71803522028051ef006de801ab6", + "0xe380aa1a00cf78039d800c0c80a0147bc01ce6006a440500a3de00e71003", + "0x550a0067bc01d0d006690055100067bc01d0f006ad00550f0067bc0180a", + "0x19ef00742c01aba015444019ef007428019a401542c019ef00744001ab0", + "0x15b00a0147bc01ce1006a440500a3de00c050ce01402a8980301472405512", + "0xe480a41c00cf78039c000c0c80a0147bc01ca1006a240500a3de00dbd003", + "0x1b7a006ad80500a3de00e6c803522028051ef0060286700a0154500180a", + "0xf78039a200d4880a0147bc01ccf006a440500a3de00e50803512028051ef", + "0x19ef00736001819014028f78039a400d4880a0147bc01cce006a440500a", + "0xf780341c00cd200aa2c00cf7803a2a00d5980aa2a00cf780301471c0520e", + "0x28900357402a8b8033de00e8880334802a890033de00e8b00356002a88803", + "0xf780399800d4880a0147bc0180a19c02805519006028e480aa3000cf7803", + "0x19ef00732c01819014028f780394200d4480a0147bc01b7a006ad80500a", + "0x15b00a0147bc01cc4006a440500a3de00c050ce01402a8d8030147240551a", + "0x1a91014028f780397600d4880a0147bc01ca1006a240500a3de00dbd003", + "0x261803032028051ef0072f801a91014028f780397400d4880a0147bc01cbd", + "0x19a4015474019ef00747001ab2015470019ef006028e380aa3400cf7803", + "0x551e0067bc01d17006690055180067bc01d1d006ac0055170067bc01d1a", + "0x1a91014028f78030143380500aa4000c051c901547c019ef00746001aba", + "0x25b803032028051ef00728401a89014028f78036f400d5b00a0147bc01cb8", + "0xf780396000d4880a0147bc0180a19c02805522006028e480aa4200cf7803", + "0x51ef00729801a91014028f780394200d4480a0147bc01b7a006ad80500a", + "0x500a3de00e54803522028051ef00729401a91014028f780395000d4880a", + "0x2920033de00e9180356202a918033de00c051c7015484019ef0072bc01819", + "0xf7803a3c00cd200aa3e00cf7803a4800d5800aa3c00cf7803a4200cd200a", + "0x180a2d2029068033de00cd2003310029d08033de00e8f803574029d0003", + "0x1d25006080055270067bc0180a2d202a930033de00c05169015494019ef", + "0xb400aa4c00cf7803a4c00c1000aa5000cf780316949406168015494019ef", + "0x19ef0074a4018200154a0019ef0074a0018200154a4019ef0068369300c", + "0x108d2ba54338f7803a4f4a69400c19c594055270067bc01d2700608005529", + "0x1d2da56030b400aa5600cf7803a5600c1000aa5a00cf78030145ec0552c", + "0x1820014844019ef006844018200154b8019ef0074b8018200154b8019ef", + "0x19e00154c698210a5e338f7803a588469752a19c5940552c0067bc01d2c", + "0x1080b3322648588b03266500e0de014028f7803a6200cf000a0147bc01d30", + "0x51050067bc01d2f006214055330067bc01ba0006064055320067bc01990", + "0x19ef006e8401ab00154d4019ef00658801a810154d0019ef0074c801958", + "0xf000a0147bc019a400620c0500a3de00c050ce01402a9b80301472405536", + "0x1883014028f780332000cf000a0147bc018b40067800500a3de00cca003", + "0xc9003106028051ef00664401955014028f780316600caa80a0147bc01993", + "0x29c00330802a9c0033de00c58003310028051ef0062c401883014028f7803", + "0x500a3de00c050ce0154e801d390147bc0620c0066000520ca70030f7803", + "0x553c0067bc01d3b006abc0553b0067bc0180a38e028051ef0074e0019e0", + "0x197e014028f78030143380500aa7c00c051c90154f4019ef0074f001ab0", + "0xbd00aa814e0061ef0074e0019840154fc019ef006028bd80a0147bc01d3a", + "0x51ef01950401980015504019ef00750401820015504019ef0074fea000c", + "0x19ef006028e380a0147bc01d380067800500a3de00c050ce01550c01d42", + "0x29f0030147240553d0067bc01d45006ac0055450067bc01d44006ac405544", + "0x55460067bc0180a34c028051ef00750c0197e014028f78030143380500a", + "0x1d48006080055480067bc01d46a8e030bd00aa8f4e0061ef0074e001984", + "0x19e0014028f78030143380554a007524051ef01952001980015520019ef", + "0x1ab0015530019ef00752c01ab201552c019ef006028e380a0147bc01d38", + "0x1d4a0065f80500a3de00c050ce01402a9f0030147240553d0067bc01d4c", + "0x2a680c2f402aa6d380187bc01d380066100520a0067bc0180a34a028051ef", + "0x1d4f0147bc0654e0066000554e0067bc01d4e0060800554e0067bc01a0a", + "0x55510067bc0180a38e028051ef0074e0019e0014028f780301433805550", + "0x500aa7c00c051c90154f4019ef00682401ab0014824019ef00754401ab3", + "0x617a015548019ef006028ae80a0147bc01d500065f80500a3de00c050ce", + "0x2aa00a3de032a980330002aa98033de00ea980304002aa98033de00ea9538", + "0x19ef00755801ab4015558019ef006028e380a0147bc0180a19c02aaa803", + "0x500a3de00c050ce01402a9f0030147240553d0067bc01a12006ac005212", + "0x55580067bc01d57006abc055570067bc0180a38e028051ef0075540197e", + "0x2ad0033de00eac80354002aac8033de00c051c70154f4019ef00756001ab0", + "0x2af803abd57401d5cab600cf7818a7a00d5c80aab400cf7803ab400d4080a", + "0x51c7014028f7803ab600c2300a0147bc0180a19c02ab1803ac558401d60", + "0xe480aacc00cf7803aca00d5800aaca00cf7803ac800d5780aac800cf7803", + "0xf780301471c0500a3de00eae80308c028051ef0060286700a01559c0180a", + "0x180a39202ab30033de00d03003560029030033de00eb400356802ab4003", + "0x2b48033de00c051c7014028f7803abe00c2300a0147bc0180a19c02805567", + "0x5567006028e480aacc00cf7803ad400d5800aad400cf7803ad200d5880a", + "0x15900aad600cf780301471c0500a3de00eb080308c028051ef0060286700a", + "0x6700a01559c0180a39202ab30033de00eb600356002ab60033de00eb5803", + "0x2b680356602ab68033de00c051c7014028f7803ac600c2300a0147bc0180a", + "0x4280aa6600cf78030b000c0c80aacc00cf7803adc00d5800aadc00cf7803", + "0x29a8033de00ead00350202a9a0033de00c560032b0028828033de00c06003", + "0x5573ae55c6b856f040064f78030fe00c9200aa6c00cf7803acc00d5800a", + "0x4180a0147bc01d7100620c0500a3de00eb8003106028051ef0075bc01883", + "0x5574a6a030f7803a6a00d5e80a0147bc01d730065540500a3de00eb9003", + "0x67574006afc050200067bc018200420315f00a20a00cf780320a06c060e1", + "0x2ba80308c028051ef0060286700aaf600ebd5790075e2bb803aed5d4019ef", + "0x180a3920280f8033de00d01803372029018033de00c050d3014028f7803", + "0x2be8033de00c050d4014028f7803aee00c2300a0147bc0180a19c0280557c", + "0x2300a0147bc0180a19c0280557c006028e480a03e00cf7803afa00cdc80a", + "0xe480a03e00cf7803afc00cdc80aafc00cf78030146ec0500a3de00ebc803", + "0xf780301458c0500a3de00ebd80308c028051ef0060286700a0155f00180a", + "0x1ab901407c019ef00607c1d80c5800280f8033de00ebf80337202abf803", + "0xf78030143380558800761ec3003b0b61001d83b0400ec0d800067bc0c536", + "0x19ef007624019b9015624019ef0060286980a0147bc01d800061180500a", + "0x6a00a0147bc01d820061180500a3de00c050ce01402ac50030147240501c", + "0x50ce01402ac50030147240501c0067bc01d8b0066e40558b0067bc0180a", + "0x1d8c0066e40558c0067bc0180a376028051ef00761001846014028f7803", + "0x51ef00761801846014028f78030143380500ab1400c051c9014070019ef", + "0x500ab1400c051c9014070019ef007634019b9015634019ef006028b180a", + "0x19b9015638019ef006028ad80a0147bc01d880061180500a3de00c050ce", + "0x19ef0060705080c58002ac7d350187bc01d35006af40501c0067bc01d8e", + "0x180a19c02acb003b2b65001d93b2400ec8d900067bc6758f006afc0501c", + "0xf7803b2e00cdc80ab2e00cf780301434c0500a3de00ec800308c028051ef", + "0x500a3de00ec900308c028051ef0060286700a0156600180a392028a9803", + "0x6700a0156600180a392028a98033de00ecc80337202acc8033de00c05162", + "0x2cd00337202acd0033de00c052c1014028f7803b2800c2300a0147bc0180a", + "0xf7803b2c00c2300a0147bc0180a19c02805598006028e480a2a600cf7803", + "0xf7803a6a00d5e80a2a600cf7803b3600cdc80ab3600cf7803014b080500a", + "0x1d9eb3a00cf78ceb3800d5f80a2a600cf78032a6288062c00156729a80c", + "0x6980a0147bc01d9d0061180500a3de00c050ce01485001da2b4200ed059f", + "0x50ce01402ad2003014724051500067bc01da30066e4055a30067bc0180a", + "0x1da50066e4055a50067bc0180a586028051ef00767c01846014028f7803", + "0x51ef00768401846014028f78030143380500ab4800c051c9014540019ef", + "0x500ab4800c051c9014540019ef007698019b9015698019ef0060296200a", + "0x19b901569c019ef0060296280a0147bc01a140061180500a3de00c050ce", + "0x10a8033de33a9a80357e028a80033de00ca8151018b00051500067bc01da7", + "0x51ef00685401846014028f7803014338055ad0076b2d5803b556a401da8", + "0x500ab5e00c051c9014280019ef0076b801ac60156b8019ef006028af80a", + "0x1ac60156c0019ef0060296400a0147bc01da90061180500a3de00c050ce", + "0x1dab0061180500a3de00c050ce01402ad7803014724050a00067bc01db0", + "0x2d7803014724050a00067bc01db1006b18055b10067bc0180a592028051ef", + "0x55b20067bc0180a596028051ef0076b401846014028f78030143380500a", + "0x2da5b30187bc01d340063740500a3de00c051be014280019ef0076c801ac6", + "0x19ef006740019510154cc019ef0074cc01819014028f7803b6600c6f80a", + "0x1818006508055b40067bc01db4006560050690067bc0186900654c051d0", + "0x50a00067bc018a00480316680ab6a00cf7803b6a00cdd00ab6a060061ef", + "0x2dd0033de032dc80336602adcdb8b6f6d8671ef0076d6da0693a14cc0c161", + "0xe01f0400656700a0147bc01dba0066c40500a3de00c050ce0156f001dbb", + "0xf7803b7c00c9100ab7f6f8061ef0076f401ad00156f4019ef006280a8153", + "0x1db800654c055b70067bc01db7006544055b60067bc01db60060640500a", + "0xc2d2014060019ef006060019ba0156fc019ef0076fc01ad10156e0019ef", + "0xa880ab8000cf7803b8000c0c80ab8770ae0dc019c7bc01818b7f6e2dbdb6", + "0x2e10033de00ee10032a6028828033de00c8280310a02ae08033de00ee0803", + "0x500a3de00c050ce01570ee1105b837000c003b8600cf7803b8600c7180a", + "0x4180a0147bc0195000620c0500a3de00c500032aa028051ef00606001812", + "0x19e0014028f780303e00c4180a0147bc0181c00620c0500a3de00ca9803", + "0xa880ab6c00cf7803b6c00c0c80ab8800cf7803b7800c7400a0147bc01820", + "0x2dc0033de00edc0032a6028828033de00c8280310a02adb8033de00edb803", + "0x500a3de00c050ce015712dc105b6f6d80c003b8800cf7803b8800c7180a", + "0x1804014028f780303000c0900a0147bc0181b0066040500a3de00c051be", + "0xd2003106028051ef0060ec01804014028f78030fe00c9100a0147bc018a2", + "0x182400647c0500a3de00c560031be028051ef00654401804014028f7803", + "0x19ef0060280f80a0147bc0182100646c0500a3de00c50803008028051ef", + "0x1dc6b8a0301080ab8c00cf7803b8c00c1000ab8c00cf78030147cc055c5", + "0x18e8015720019ef006862e380c04802ae38033de00c050a0014860019ef", + "0x51d00067bc019d0006544050580067bc01858006064055c90067bc01dc8", + "0x19ef007724018e30141a4019ef0061a401953014030019ef00603001885", + "0x500a3de00c0d803302028051ef0060286700ab921a4061d00b006001dc9", + "0x200a0147bc0181900620c0500a3de00c51003008028051ef00606001812", + "0x191f014028f780315800c6f80a0147bc019510060100500a3de00c1d803", + "0x328035a6028051ef0060840191b014028f780314200c0200a0147bc01824", + "0x1dcb006080055cb0067bc0180a5a802ae50033de00c0501f014028f7803", + "0x6024015734019ef0060285000ab9800cf7803b977280602101572c019ef", + "0x2c0033de00c2c00303202ae78033de00ee70031d002ae70033de00ee65cd", + "0xf78030d200ca980a01800cf780301800c4280a3a000cf78033a000ca880a", + "0xf7803014338055cf0d2030e805803000ee78033de00ee78031c602834803", + "0x51ef00628801804014028f780303000c0900a0147bc0181b0066040500a", + "0x500a3de00ca8803008028051ef0060ec01804014028f780303200c4180a", + "0x8d80a0147bc018a10060100500a3de00c1200323e028051ef0065f401ad5", + "0x55d10067bc019d0006544055d00067bc018580060640500a3de00c10803", + "0x1804014028f78030143380500aba600c051c9015748019ef00604801ad6", + "0xc003024028051ef00606c01981014028f780304200c8d80a0147bc018a1", + "0x183b0060100500a3de00c0c803106028051ef00628801804014028f7803", + "0xf780304800c8f80a0147bc0197d006b540500a3de00ca8803008028051ef", + "0xf78033a600ca880aba000cf78033a800c0c80a0147bc019df0067700500a", + "0x2e88032a202aea0033de00ee800303202ae90033de00c338035ac02ae8803", + "0xe480abae00cf7803ba400d6b00abac00cf78030d200ca980abaa00cf7803", + "0x19df0067700500a3de00c50803008028051ef0060286700a0157600180a", + "0xf780303000c0900a0147bc0181b0066040500a3de00c10803236028051ef", + "0x51ef0060ec01804014028f780303200c4180a0147bc018a20060100500a", + "0x500a3de00cbe0035ae028051ef0060900191f014028f78032a200c0200a", + "0x2ed0033de00cec8032a202aec8033de00ced003032028051ef0063f401ad8", + "0x200a0147bc0180a19c028055dc006028e480abb600cf78033b000d6b00a", + "0x1981014028f780304200c8d80a0147bc019df0067700500a3de00c50803", + "0xc803106028051ef00628801804014028f780303000c0900a0147bc0181b", + "0x18fd006b600500a3de00ca8803008028051ef0060ec01804014028f7803", + "0xf78030a400c0c80a0147bc0197c006b5c0500a3de00c1200323e028051ef", + "0x2ec80303202aed8033de00cee0035ac02aed0033de00c280032a202aec803", + "0x16b00abac00cf780337a00ca980abaa00cf7803bb400ca880aba800cf7803", + "0x2ea0033de00eea00303202aee8033de00eeb8031d002aeb8033de00eed803", + "0xf7803bac00ca980a01800cf780301800c4280abaa00cf7803baa00ca880a", + "0xf7803014338055ddbac032eadd403000eee8033de00eee8031c602aeb003", + "0x51ef0060840191b014028f780334400d6c80a0147bc018a10060100500a", + "0x500a3de00c51003008028051ef00606001812014028f780303600cc080a", + "0x16c00a0147bc019510060100500a3de00c1d803008028051ef00606401883", + "0x1ad7014028f78032f800d6b80a0147bc0182400647c0500a3de00c7e803", + "0x7400abbe00cf78033d177806024015778019ef0060285000a0147bc019ce", + "0x1c0033de00c1c0032a2028050033de00c0500303202af00033de00eef803", + "0xf7803bc000c7180a3c000cf78033c000ca980a01800cf780301800c4280a", + "0x19ef006028a680a03200cf78030147c8055e03c00301c00a03000ef0003", + "0x108033de00c0514d0140ec019ef0060287800a14200cf780301426c0501b", + "0x60b6014028f780301e00cc780a0147bc0180a37c028051ef0060280180a", + "0x18b7014028f7803014338050a22a654407de12a00905000f3de03006003", + "0xbe97c0307bc0186900691c050690067bc01950006630051500067bc01950", + "0x18a30066240500a3de00cbe80314a028051ef0065f0018b8014688518fd", + "0xf780301407c051bd0067bc018fd0062b00500a3de00cd10033c0028051ef", + "0x514c01407c019ef0066f4e700c042028de8033de00cde803040028e7003", + "0x1b0220187bc0181f0061280501f0067bc0181f0760307900a3b600cf7803", + "0xf00033de00c051490140e0019ef0060d80184d014028f780304400c2600a", + "0x180a0060640509f0067bc019e8006510051e8070030f780307000ca400a", + "0x1942014090019ef00609001953014280019ef00628001951014028019ef", + "0xf00033de00cf0003040028f38033de00cf3803374028f38ce0187bc018ce", + "0x120a00144147c80a3b600cf78033b600c9f80a13e00cf780313e00c9f00a", + "0x9c80a04000cf78030400840613c014790101e53cc338f78033b627cf01e7", + "0x19ef0062b401938014028f7803014338051e3007788568033de030f2003", + "0x1838006520051e50067bc019e5006544051e60067bc019e6006064051e2", + "0x9b00a3c400cf78033c400c9b80a3c200cf78033c200c9b80a3c20e0061ef", + "0x24003bc6070019ef01877c0193501477c5a84601e7bc019e23c2794f30ce", + "0xa400a09800cf78030144cc0504a0067bc0180a268028051ef0060286700a", + "0x19ef00611801819014148019ef006134019440141341c00c3de00c1c003", + "0x18ce006508050200067bc0182000654c050b50067bc018b500654405046", + "0x9f00a09800cf780309800c1000a0a000cf78030a000cdd00a0a0338061ef", + "0x19ef0060705080c264028250033de00c2500327e028290033de00c29003", + "0xd80c278028ee1053bc14c671ef0061282904c0a00805a84620a3e40501c", + "0x51ef0060286700a0d000ef20c80067bc061dc0064e4051050067bc01905", + "0xf78033bc00ca880a0a600cf78030a600c0c80a3b400cf780319000c9c00a", + "0x298ce214028ed0033de00ced00326e0281c0033de00c1c00326e028ef003", + "0x6700a3ae00ef28590067bc061d8006408051d8164764079ef0067681c1de", + "0x500a3de00ceb0033b80282e9d53ac03cf780303800c9800a0147bc0180a", + "0xe1ef0067500192d0147502e80c3de00c2e803208028051ef006754019dc", + "0xf78030c200c4180a0147bc019d3006780050651527402c1d20ce18c309d3", + "0x51ef00616001955014028f78030ce00c4180a0147bc0186300620c0500a", + "0x500a3de00c328033c0028051ef0062a4019e0014028f78033a000caa80a", + "0x51ef0060286700a015798051ef018048e900c1b6028090033de00c050d3", + "0x19cc0067700500a3de00c0e8033b8028561cc03a03cf78030b200c9480a", + "0x398783907240c9ef00672c0192401472c5600c3de00c5600324a028051ef", + "0xf78030e600c4180a0147bc0187800620c0500a3de00ce48033c00283b875", + "0x500a3de00c051c801471c019ef0060286980a0147bc018770065540500a", + "0xe20033de00c050d3014028f78030143380500abce028f780c38e720060db", + "0xf78030ba00c9680a0147bc0180a19c028055e80147bc061c40ea0306d80a", + "0x1988014230e000c3de00ce00032b80284288337c2043f9bf380704e181c", + "0x2f480a3de030458033000284588a0187bc0188a0066100508a0067bc0188c", + "0x500abd400c051c9014028f780311400cf000a0147bc0180a19c0286d003", + "0x1984014240019ef006028bd80a0147bc018da0065f80500a3de00c050ce", + "0x19ef0066f0018200146f0019ef0062404100c2f40284108a0187bc0188a", + "0x188a0067800500a3de00c050ce0146ec01deb0147bc061bc006600051bc", + "0x500a3de00cdd8032fc028051ef0060286700a0157a80180a392028051ef", + "0xf78033746e40617a0146e44500c3de00c45003308028dd0033de00c051a6", + "0x6700a36600ef600a3de030da003300028da0033de00cda003040028da003", + "0xf78030143380500abd400c051c9014028f780311400cf000a0147bc0180a", + "0x61ef006228019840146c4019ef006028d280a0147bc019b30065f80500a", + "0x19800146b8019ef0066b8018200146b8019ef0066c4d800c2f4028d808a", + "0xe480a0147bc0188a0067800500a3de00c050ce0146b401ded0147bc061ae", + "0xf78030145740500a3de00cd68032fc028051ef0060286700a0157a80180a", + "0x1980014268019ef00626801820014268019ef0066a04500c2f4028d4003", + "0x50ce01402af50030147240500a3de00c050ce0146c801dee0147bc0609a", + "0xcf9a034268cd20193de00c56003248028051ef0066c80197e014028f7803", + "0xce003308028ce0033de00cce803310028ce9a10187bc019a10065700519e", + "0x500a3de00c050ce01466801def0147bc0619b0066000519b338030f7803", + "0x51980067bc01999006abc051990067bc0180a38e028051ef006670019e0", + "0x197e014028f78030143380500abe000c051c9014298019ef00666001ab0", + "0xbd00a32e670061ef006670019840142a0019ef006028bd80a0147bc0199a", + "0x51ef01865801980014658019ef00665801820014658019ef0062a0cb80c", + "0x19ef006028e380a0147bc0199c0067800500a3de00c050ce0142a801df1", + "0x2f8003014724050a60067bc01995006ac0051950067bc018ab006ac4050ab", + "0x51940067bc0180a34c028051ef0062a80197e014028f78030143380500a", + "0x18b0006080050b00067bc01994326030bd00a326670061ef00667001984", + "0x19e0014028f7803014338050b10077c8051ef0182c0019800142c0019ef", + "0x1ab0014644019ef00664801ab2014648019ef006028e380a0147bc0199c", + "0x18b10065f80500a3de00c050ce01402af8003014724050a60067bc01991", + "0x5a00c2f40285a19c0187bc0199c006610050b30067bc0180a34a028051ef", + "0x1df30147bc06190006600051900067bc01990006080051900067bc018b3", + "0x50b60067bc0180a38e028051ef006670019e0014028f78030143380518f", + "0x500abe000c051c9014298019ef0062dc01ab00142dc019ef0062d801ab3", + "0x617a014630019ef006028ae80a0147bc0198f0065f80500a3de00c050ce", + "0x2fa00a3de03123803300029238033de00d23803040029238033de00cc619c", + "0x19ef00629401ab4014294019ef006028e380a0147bc0180a19c0285c003", + "0x500a3de00c050ce01402af8003014724050a60067bc01989006ac005189", + "0x50bd0067bc018bc006abc050bc0067bc0180a38e028051ef0062e00197e", + "0xf781831000d5c80a310298061ef00629801adb014298019ef0062f401ab0", + "0x2300a0147bc0180a19c028c0003bf030c01df730800efb0a70077d45f003", + "0xe480a18c00cf78032fe00cdc80a2fe00cf780301434c0500a3de00c5f003", + "0xf78030143500500a3de00c5380308c028051ef0060286700a0157e40180a", + "0x51ef0060286700a0157e40180a392028630033de00cbf003372028bf003", + "0x630033de00cbd803372028bd8033de00c051bb014028f780330800c2300a", + "0x5163014028f780318600c2300a0147bc0180a19c028055f9006028e480a", + "0x180a19c028055f9006028e480a18c00cf78032f400cdc80a2f400cf7803", + "0xf780334e00cdc80a34e00cf780301456c0500a3de00cc000308c028051ef", + "0xd2803bf432c019ef03069801ab90146985300c3de00c530035b602863003", + "0x51ef00632c01846014028f7803014338051810077f4c1803bf860801dfb", + "0x500abfc00c051c90145e0019ef0065e4019b90145e4019ef0060286980a", + "0x19b90145d8019ef006028dd80a0147bc019a50061180500a3de00c050ce", + "0x19820061180500a3de00c050ce01402aff003014724051780067bc01976", + "0x2ff003014724051780067bc019750066e4051750067bc0180a2c6028051ef", + "0x51740067bc0180a2b6028051ef00660c01846014028f78030143380500a", + "0x1846014028f78030143380500abfc00c051c90145e0019ef0065d0019b9", + "0x195c0145e0019ef0065cc019b90145cc019ef0060286a00a0147bc01981", + "0x51ef0060286700a0157fc051ef0185e0b900c1b6028b90c60187bc018c6", + "0x6700a2d600f0196c007808b7803c025c001e002e200cf781814c00d5c80a", + "0xb5003372028b50033de00c050d3014028f78032e200c2300a0147bc0180a", + "0xf78032e000c2300a0147bc0180a19c02805604006028e480a2d200cf7803", + "0x5604006028e480a2d200cf78032d000cdc80a2d000cf780301456c0500a", + "0xdc80a2ca00cf78030143500500a3de00cb780308c028051ef0060286700a", + "0xb600308c028051ef0060286700a0158100180a392028b48033de00cb2803", + "0x180a392028b48033de00c69803372028698033de00c051bb014028f7803", + "0x6a0033de00c05163014028f78032d600c2300a0147bc0180a19c02805604", + "0x180a19c028056050147bc0616918c0306d80a2d200cf78031a800cdc80a", + "0x19b9014588df80c3de00cdf8032b8028b18033de00cec803032028051ef", + "0xf7803014b700500a3de00c050ce01402b03003014724051620067bc01962", + "0x7ae0014580019ef00658001ade01457cdf80c3de00cdf8032b8028b0003", + "0xf78032ba00c0c80a0147bc0195c00620c0515c2b6574079ef006580af9d9", + "0x51ef0060286700a0158180180a392028b10033de00cad803372028b1803", + "0x50db0067bc0180a376028051ef00629801ab6014028f780318c00c4180a", + "0x18dd006b18050dd0067bc018db1bc0317080a1bc6fc061ef0066fc0195c", + "0x51ef0060286700a1c200f039581be030f780c1ba764062e3014374019ef", + "0xf78032c400cae00a2c400cf78032b000cdc80a2c600cf78031be00c0c80a", + "0xaa80c3de030719612c603d7200a1c667c061ef00667c0195c014584b100c", + "0xb1003106028051ef00639801883014028f7803014338051541d0033040e6", + "0xdc80a29c67c061ef00667c0195c01453c019ef00655401819014028f7803", + "0xaa003106028051ef0060286700a0158240180a392028a70033de00ca7003", + "0x7ae4014538019ef006588019b901453c019ef0063a001819014028f7803", + "0x180a1a6028051ef0060286700a1e026c0660a29a3b4061ef018538cf94f", + "0x5149342030f780334200cae00a1e468c061ef00668c0195c014530019ef", + "0x791a4032b380514429a030f780329a00cae00a290680061ef0066800195c", + "0x18ed00606405142346030f780334600cae00a03000cf780333c510a4149", + "0x560b0147bc0614c2840306d80a03000cf7803030064062e50143b4019ef", + "0x30600a3de0309f14d01836c0513e0067bc0180a1a6028051ef0060286700a", + "0x9f8033de00cd0803310028051ef00668c01883014028f78030143380500a", + "0x50ce0144f001e0d0147bc060f9006600050f927e030f780327e00cc200a", + "0x51ef0060286700a0158380180a392028051ef0064fc019e0014028f7803", + "0x9f80c3de00c9f8033080289c8033de00c0517b014028f780327800cbf00a", + "0x9b8033000289b8033de00c9b8030400289b8033de00c9c9380185e805138", + "0x51c9014028f780327e00cf000a0147bc0180a19c0289b003c1e028f780c", + "0x19ef006028d300a0147bc019360065f80500a3de00c050ce01402b07003", + "0x18200144cc019ef0064d49a00c2f40289a13f0187bc0193f00661005135", + "0x500a3de00c050ce0144c801e100147bc06133006600051330067bc01933", + "0x990032fc028051ef0060286700a0158380180a392028051ef0064fc019e0", + "0x617a0144089f80c3de00c9f803308028850033de00c051a5014028f7803", + "0x30880a3de03098003300028980033de00c98003040028980033de00c85102", + "0x500ac1c00c051c9014028f780327e00cf000a0147bc0180a19c02882003", + "0x617a0144b4019ef006028ae80a0147bc019040065f80500a3de00c050ce", + "0x30900a3de03094803300028948033de00c94803040028948033de00c9693f", + "0xbf00a0147bc0180a19c0280560e006028e480a0147bc0180a19c02892803", + "0x20033de00c92003310028921c00187bc019c00065700500a3de00c92803", + "0x50ce01447c01e130147bc0612200660005122008030f780300800cc200a", + "0x191b006abc0511b0067bc0180a38e028051ef006010019e0014028f7803", + "0xf78030143380500ac2800c051c9014458019ef00648001ab0014480019ef", + "0x61ef00601001984014000019ef006028bd80a0147bc0191f0065f80500a", + "0x198001416c019ef00616c0182001416c019ef0060013980c2f402939804", + "0xe380a0147bc018040067800500a3de00c050ce0149d401e150147bc0605b", + "0x51160067bc01a80006ac0052800067bc01a7c006ac40527c0067bc0180a", + "0x180a34c028051ef0069d40197e014028f78030143380500ac2800c051c9", + "0x52850067bc01a813e2030bd00a3e2010061ef00601001984014a04019ef", + "0xf780301433805286007858051ef018a1401980014a14019ef006a1401820", + "0x19ef006a1c01ab2014a1c019ef006028e380a0147bc018040067800500a", + "0x500a3de00c050ce01402b0a003014724051160067bc01a88006ac005288", + "0x1450040187bc01804006610052890067bc0180a34a028051ef006a180197e", + "0x628b0066000528b0067bc01a8b0060800528b0067bc01a89514030bd00a", + "0x180a38e028051ef006010019e0014028f78030143380528c00785c051ef", + "0x51c9014458019ef006a3801ab0014a38019ef006a3401ab3014a34019ef", + "0x19ef006028ae80a0147bc01a8c0065f80500a3de00c050ce01402b0a003", + "0x148803300029488033de00d48803040029488033de00d478040185e80528f", + "0x1ab4014a58019ef006028e380a0147bc0180a19c02949003c30028f780c", + "0x50ce01402b0a003014724051160067bc01a9b006ac00529b0067bc01a96", + "0x1aa0006abc052a00067bc0180a38e028051ef006a480197e014028f7803", + "0x15c80a548458061ef00645801adb014458019ef006a8c01ab0014a8c019ef", + "0x180a19c02957003c38ab001e1b55600f0d2aa007865538033de06152003", + "0xf780355e00cdc80a55e00cf780301434c0500a3de00d5380308c028051ef", + "0x500a3de00d5500308c028051ef0060286700a0158740180a39202958003", + "0x6700a0158740180a392029580033de00d58803372029588033de00c050d4", + "0x159003372029590033de00c051bb014028f780355600c2300a0147bc0180a", + "0xf780355800c2300a0147bc0180a19c0280561d006028e480a56000cf7803", + "0x561d006028e480a56000cf780356600cdc80a56600cf780301458c0500a", + "0xdc80a56800cf780301456c0500a3de00d5700308c028051ef0060286700a", + "0x19ef030ad801ab9014ad88b00c3de00c8b0035b6029580033de00d5a003", + "0x1846014028f7803014338052bb0078855d003c40ae401e1f57000f0f2b7", + "0x51c9014af4019ef006af0019b9014af0019ef0060286980a0147bc01ab7", + "0x19ef006028dd80a0147bc01ab80061180500a3de00c050ce01402b11003", + "0x500a3de00c050ce01402b11003014724052bd0067bc01abe0066e4052be", + "0x52bd0067bc01abf0066e4052bf0067bc0180a2c6028051ef006ae401846", + "0x180a2b6028051ef006ae801846014028f78030143380500ac4400c051c9", + "0xf78030143380500ac4400c051c9014af4019ef006b00019b9014b00019ef", + "0x19ef006b04019b9014b04019ef0060286a00a0147bc01abb0061180500a", + "0x6700a01588c051ef018af56100c1b6029612b00187bc01ab0006570052bd", + "0x313ac600789962803c4ab1001e2458600cf781822c00d5c80a0147bc0180a", + "0x1648033de00c050d3014028f780358600c2300a0147bc0180a19c02964003", + "0x2300a0147bc0180a19c02805628006028e480a59600cf780359200cdc80a", + "0xe480a59600cf780359a00cdc80a59a00cf780301456c0500a3de00d62003", + "0xf78030143500500a3de00d6280308c028051ef0060286700a0158a00180a", + "0x51ef0060286700a0158a00180a392029658033de00d6700337202967003", + "0x1658033de00d68003372029680033de00c051bb014028f780358c00c2300a", + "0x5163014028f780359000c2300a0147bc0180a19c02805628006028e480a", + "0x56290147bc062cb5600306d80a59600cf78035a200cdc80a5a200cf7803", + "0xf98033de00cd0003372029690033de00c76803032028051ef0060286700a", + "0x1ade014b4c019ef0060296e00a0147bc0180a19c0280562a006028e480a", + "0x1ad600620c052d65aab50079ef006b4cd00ed01eb80052d30067bc01ad3", + "0x180a392028f98033de00d6a803372029690033de00d6a003032028051ef", + "0x51ef00645801ab6014028f780356000c4180a0147bc0180a19c0280562a", + "0xf78035b000d6300a5b000cf78035ae680062e1014b5c019ef006028dd80a", + "0x500a3de00c050ce014b6c01e2b3e4b64061ef018b607680c5c60296c003", + "0x61ef0067cc0195c0147cc019ef0067c8019b9014b48019ef006b6401819", + "0x170ae00187bc062de5b8b4807ae4014b783f80c3de00c3f8032b80296e1f3", + "0x19f300620c0500a3de00d70803106028051ef0060286700a5c8b8c0662c", + "0x19b9014b983f80c3de00c3f8032b8029728033de00d70003032028051ef", + "0x1ae400620c0500a3de00c050ce01402b16803014724052e60067bc01ae6", + "0x17280f5c8029730033de00cf9803372029728033de00d71803032028051ef", + "0xe09c30383780500a3de00c050ce014ba97480cc5cba17380c3de0317307f", + "0x1958014bac019ef006b9c018190147c0019ef006214419be102ba0df9c0", + "0x1aea00620c0500a3de00c050ce01402b17803014724052ec0067bc019f0", + "0xf780338600cf000a0147bc018180064880500a3de00c67003024028051ef", + "0x51ef0066f801955014028f780310600cf000a0147bc018850067800500a", + "0x500a3de00cdf803106028051ef00670401883014028f780310200caa80a", + "0x1000a5de00cf7803014b98052ee0067bc0180a03e028051ef00670001883", + "0x19ef006ba401819014bc4019ef006bbd7700c042029778033de00d77803", + "0x500a3de00c050ce01402b18003014724052f40067bc01af10062b4052f3", + "0xf000a0147bc019c30067800500a3de00c0c003244028051ef00633801812", + "0x1955014028f780337c00caa80a0147bc018830067800500a3de00c42803", + "0xe0003106028051ef0066fc01883014028f780338200c4180a0147bc01881", + "0xf7803014b9c052f60067bc0180a03e028051ef0061fc01883014028f7803", + "0x1819014be0019ef006bdd7b00c0420297b8033de00d7b8030400297b803", + "0x50a0014028f78030146f8052f40067bc01af80062b4052f30067bc01adb", + "0x52fb0067bc01afa0063a0052fa0067bc01af45f20301200a5f200cf7803", + "0x19ef006414019530142c8019ef0062c801951014bcc019ef006bcc01819", + "0x500a3de00c050ce014bec828b25e633801afb0067bc01afb00638c05105", + "0x50ce01402b188030147240500a3de00cd0803106028051ef00668001883", + "0x194d00620c0500a3de00cd0803106028051ef00668001883014028f7803", + "0x1980014bfd7e80c3de00d7e8033080297e8033de00cd1803310028051ef", + "0xe480a0147bc01afd0067800500a3de00c050ce014c0001e320147bc062ff", + "0xf78030145ec0500a3de00d800032fc028051ef0060286700a0158cc0180a", + "0x1000a60800cf7803602c080617a014c097e80c3de00d7e80330802980803", + "0x51ef0060286700a60c00f1a00a3de03182003300029820033de00d82003", + "0x1840033de00d8380358c029838033de00c052c8014028f78035fa00cf000a", + "0x51a6014028f780360c00cbf00a0147bc0180a19c02805635006028e480a", + "0x1868033de00d84b0b0185e80530b5fa030f78035fa00cc200a61200cf7803", + "0x180a19c02987003c6c028f780c61a00cc000a61a00cf780361a00c1000a", + "0xf780361e00d6300a61e00cf7803014b240500a3de00d7e8033c0028051ef", + "0x500a3de00d870032fc028051ef0060286700a0158d40180a39202984003", + "0x19ef006c4801820014c48019ef006c417e80c2f4029880033de00c051a5", + "0xf7803014b2c0500a3de00c050ce014c4c01e370147bc0631200660005312", + "0x51ef0060286700a0158d40180a392029840033de00d8a00358c0298a003", + "0x1840033de00d8a80358c0298a8033de00c0515f014028f780362600cbf00a", + "0x500a3de00c050ce0147d58c00cc70c5d8b00c3de031840811da03d7400a", + "0xf780c6346f98b00f5d00298d0033de00d8d00358c0298d0033de00c052e9", + "0x18b87f37e700e09c30383780500a3de00c050ce014c798e80cc72c718d80c", + "0x19ef006c7c01958014bac019ef006c6c01819014c7c019ef00621441b1c", + "0xf780364000c6f80a642c80061ef006bb0018dd014028f78030146f8052ec", + "0x190500654c050b20067bc018b2006544052eb0067bc01aeb0060640500a", + "0xdd00a644338061ef00633801942014c84019ef006c8401958014414019ef", + "0x532664ac91918ce3de00d9132120a2c9758182c2029910033de00d91003", + "0xf780364e00cd880a0147bc0180a19c02994003c74c9c019ef018c98019b3", + "0x1b230060640500a3de00d9480324402995b290187bc01818006b400500a", + "0x1ad1014c94019ef006c9401953014c90019ef006c9001951014c8c019ef", + "0x18ce656c9592323030b48050ce0067bc018ce0066e80532b0067bc01b2b", + "0x67003024028051ef0060286700a6607d99732c19c00d981f665ccb0671ef", + "0x191803032029990033de00d940031d0028051ef00606001922014028f7803", + "0x7180a64a00cf780364a00ca980a64800cf780364800ca880a64600cf7803", + "0x18f0032aa028051ef0060286700a664c959232319c00d990033de00d99003", + "0x19c30067800500a3de00c0c003244028051ef00633801812014028f7803", + "0xf780338200c4180a0147bc018830067800500a3de00c428033c0028051ef", + "0x51ef0066fc01883014028f78030fe00c4180a0147bc01b170065540500a", + "0x53340067bc0180a5d4029998033de00c0501f014028f780338000c4180a", + "0xf780363a00c0c80a66a00cf7803668ccc06021014cd0019ef006cd001820", + "0x51ef0060286700a0158ec0180a3920299b8033de00d9a80315a0299b003", + "0x500a3de00c0c003244028051ef00633801812014028f78033ea00caa80a", + "0x4180a0147bc018830067800500a3de00c428033c0028051ef00670c019e0", + "0x1883014028f78030fe00c4180a0147bc019be0065540500a3de00ce0803", + "0x180a5d40299c0033de00c0501f014028f780338000c4180a0147bc019bf", + "0xc80a67400cf7803672ce006021014ce4019ef006ce401820014ce4019ef", + "0x5000a0147bc0180a37c0299b8033de00d9d00315a0299b0033de00d8c003", + "0xfa0033de00d9e0031d00299e0033de00d9bb3b0180900533b0067bc0180a", + "0xf780320a00ca980a16400cf780316400ca880a66c00cf780366c00c0c80a", + "0x51ef0060286700a3e84145933619c00cfa0033de00cfa0031c602882803", + "0x500a3de00cd20033c0028051ef00633801812014028f78031e000c4180a", + "0xaa80a0147bc018830067800500a3de00c428033c0028051ef00670c019e0", + "0x1883014028f780338200c4180a0147bc018810065540500a3de00cdf003", + "0xd0003106028051ef0061fc01883014028f780338000c4180a0147bc019bf", + "0x19a300620c0500a3de00cd0803106028051ef00667801955014028f7803", + "0x19ef0060297300a67c00cf780301407c0500a3de00c0c8033e0028051ef", + "0x4d803032029a08033de00d9fb3e0180840533f0067bc01b3f0060800533f", + "0x180a19c0280563c006028e480a68800cf780368200c5680a68600cf7803", + "0xf780338600cf000a0147bc019a40067800500a3de00c67003024028051ef", + "0x51ef0066f801955014028f780310600cf000a0147bc018850067800500a", + "0x500a3de00cdf803106028051ef00670401883014028f780310200caa80a", + "0xaa80a0147bc019a000620c0500a3de00c3f803106028051ef00670001883", + "0x19f0014028f780334600c4180a0147bc019a100620c0500a3de00ccf003", + "0x180a5ce029a30033de00c0501f014028f780333e00c4180a0147bc01819", + "0xc80a69000cf780368ed1806021014d1c019ef006d1c01820014d1c019ef", + "0x5000a0147bc0180a37c029a20033de00da400315a029a18033de00c70803", + "0x1a58033de00da50031d0029a50033de00da2349018090053490067bc0180a", + "0xf780320a00ca980a16400cf780316400ca880a68600cf780368600c0c80a", + "0x51ef0060286700a6964145934319c00da58033de00da58031c602882803", + "0x500a3de00c0c8033e0028051ef0062b001922014028f780319c00c0900a", + "0x67003024028051ef0060286700a0158f40180a392028051ef006174018df", + "0x185d00637c0500a3de00c0c8033e0028051ef0062b001922014028f7803", + "0x1a60033de00c0501f014028f78030146f80500a3de00c3a803106028051ef", + "0xf780369ad3006021014d34019ef006d3401820014d34019ef0060297580a", + "0x1a80031d0029a80033de00da734f0180900534f0067bc0180a140029a7003", + "0xa980a16400cf780316400ca880a3b200cf78033b200c0c80a6a400cf7803", + "0x6700a6a4414591d919c00da90033de00da90031c6028828033de00c82803", + "0xc8033e0028051ef006174018df014028f780319c00c0900a0147bc0180a", + "0xf7803014b50053530067bc0180a03e028051ef00616401ad3014028f7803", + "0x50a0014d5c019ef006d55a980c042029aa8033de00daa803040029aa803", + "0x535b0067bc01b5a0063a00535a0067bc01b576b00301200a6b000cf7803", + "0x19ef006414019530142c8019ef0062c801951014764019ef00676401819", + "0x500a3de00c050ce014d6c828b23b233801b5b0067bc01b5b00638c05105", + "0xc80a0147bc018190067c00500a3de00c0e0035aa028051ef00633801812", + "0x1af0033de00ceb8035ac029ae8033de00c590032a2029ae0033de00cec803", + "0x19f0014028f780319c00c0900a0147bc0180a19c0280563e006028e480a", + "0x29803032028051ef0060e0019dc014028f780303800d6a80a0147bc01819", + "0xc80a6bc00cf78030d000d6b00a6ba00cf78033bc00ca880a6b800cf7803", + "0x1b18033de00c828032a6029b08033de00dae8032a2029af8033de00dae003", + "0x900a0147bc0180a19c0280563f006028e480a6c800cf78036bc00d6b00a", + "0x1ad7014028f780307000cee00a0147bc018190067c00500a3de00c67003", + "0x1951014d94019ef00611801819014028f780314200d6c00a0147bc0181b", + "0x50ce01402b20003014724053680067bc01848006b58053660067bc018b5", + "0x18a1006b600500a3de00c0c8033e0028051ef00633801812014028f7803", + "0xf78033cc00c0c80a0147bc0181b006b5c0500a3de00c1c0033b8028051ef", + "0x1b2803032029b40033de00cf18035ac029b30033de00cf28032a2029b2803", + "0x16b00a6c600cf780304000ca980a6c200cf78036cc00ca880a6be00cf7803", + "0x1af8033de00daf803032029b50033de00db20031d0029b20033de00db4003", + "0xf78036d400c7180a6c600cf78036c600ca980a6c200cf78036c200ca880a", + "0x500a3de00c67003024028051ef0060286700a6d4d8db0b5f19c00db5003", + "0x16b80a0147bc0183b006b640500a3de00c508035b0028051ef006064019f0", + "0x60240147e0019ef0060285000a0147bc01821006b5c0500a3de00c0d803", + "0x50033de00c05003032029b60033de00db58031d0029b58033de00c511f8", + "0xf78036d800c7180a2a600cf78032a600ca980a2a200cf78032a200ca880a", + "0xe0033de00c0514d014414019ef0060284d80a6d854ca880a19c00db6003", + "0xdf00a0147bc0180a006028100033de00c0514d01407c019ef0060287800a", + "0x120a004203cf780c01800c060b6014028f780301e00cc780a0147bc0180a", + "0x198c014090019ef006090018b7014028f7803014338051532a254007e41", + "0x18690062e0050a31fa5f4be0690307bc018a200691c050a20067bc01824", + "0xf780314600cf000a0147bc018fd0066240500a3de00cbe00314a028051ef", + "0xf780334400c1000a37a00cf780301407c051a20067bc0197d0062b00500a", + "0xf80c1e4028e70033de00c0514c014284019ef006688de80c042028d1003", + "0x500a3de00ced803098028111db0187bc018a1006128050a10067bc018a1", + "0x1b00c3de00c1b0032900281c0033de00c051490140d8019ef0060880184d", + "0x18210065440500a0067bc0180a006064051e80067bc019e0006510051e0", + "0xdd00a13e338061ef00633801942014280019ef00628001953014084019ef", + "0xf40033de00cf400327c0281c0033de00c1c0030400284f8033de00c4f803", + "0xf38ce3de00ce71e807027c500210144147c80a39c00cf780339c00c9f80a", + "0x1e423c800cf780c3ca00c9c80a07600cf78030760800613c0147941d9e6", + "0x19ef00679c0181901478c019ef00679001938014028f7803014338050ad", + "0xf100326e028f10360187bc01836006520051e60067bc019e6006544051e7", + "0x79ef00678cf11e63ce3389b00a3c600cf78033c600c9b80a3c400cf7803", + "0x9a00a0147bc0180a19c028ef803c86064019ef0182d4019350142d4231e1", + "0x504c06c030f780306c00ca400a09400cf78030144cc050480067bc0180a", + "0x19ef00611801951014784019ef00678401819014134019ef00613001944", + "0x29003374028290ce0187bc018ce0065080503b0067bc0183b00654c05046", + "0x9f80a09a00cf780309a00c9f00a09400cf780309400c1000a0a400cf7803", + "0x2903b08c784828f9014064019ef0060648280c264028240033de00c24003", + "0x193901406c019ef00606c0e00c278028ef01b0a6140671ef0061202684a", + "0x340033de00cee003270028051ef0060286700a19000f221dc0067bc061de", + "0xf780306c00c9b80a0a600cf78030a600ca880a0a000cf78030a000c0c80a", + "0xec9da01e7bc0186806c14c280ce214028340033de00c3400326e0281b003", + "0xc803260028051ef0060286700a0b200f229d80067bc060b2006408050b2", + "0x8200a0147bc019d60067700500a3de00ceb8033b8028ea9d63ae03cf7803", + "0xe80583a419c318613a67500e1ef0061740192d014174ea80c3de00cea803", + "0x51ef00618401883014028f78033a600c4180a0147bc019d4006780050a9", + "0x500a3de00c2c0032aa028051ef00674801955014028f78030c600c4180a", + "0x6d80a0ca00cf780301434c0500a3de00c548033c0028051ef006740019e0", + "0x900f3de00cec003252028051ef0060286700a015918051ef0181943380c", + "0xf780339800c9200a0147bc0181d0067700500a3de00c090033b8028e601d", + "0x500a3de00ce4803106028051ef0062b0019e00141cc3c1c839272c56019", + "0x6980a0147bc018730065540500a3de00c3c003106028051ef00672001883", + "0x500a3de00c050ce01402b2380a3de0303a9cb01836c050750067bc0180a", + "0xf80a0147bc0181800620c0500a3de00cea8031be028051ef00633801812", + "0x1080a38e00cf780338e00c1000a38e00cf7803014bb0050770067bc0180a", + "0x19ef006710e180c048028e18033de00c050a0014710019ef00671c3b80c", + "0x19d9006544051da0067bc019da006064051c00067bc019c10063a0051c1", + "0xed0ce006700019ef006700018e301406c019ef00606c01953014764019ef", + "0xf7803014b20051bf0067bc01818006bb80500a3de00c050ce0147000d9d9", + "0x188100619c0500a3de00c051c8014204019ef0061fcdf80c5de0283f803", + "0x51ef0060286700a10a00f2408337c030f780c102768062f1014204019ef", + "0xde0821203684588a0387bc0188c0064b40508c3aa030f78033aa00c8200a", + "0x18da00620c0500a3de00c45803106028051ef006228019e00146e4dd1bb", + "0xf780337600caa80a0147bc0188200620c0500a3de00c48003106028051ef", + "0x61ef00620c01916014028f780337200cf000a0147bc019ba0067800500a", + "0xf7803014338051ae360033249b1366030f780c3686f0df00f5e6028da083", + "0xd09a33486c84d1a835a070f78033aa00c9680a0147bc019b10065540500a", + "0xf78030143380519b3380332519d33c030f780c10668cd980f5e6028cf9a0", + "0xcd1a433c03d7a00a33400cf780333400cdc80a33400cf7803014b0c0500a", + "0x500a3de00c051be014028f7803014338050a814c03325998332030f780c", + "0x61ef00665c018dd01465c019ef00667cd01a133a660d909a3506b40e0de", + "0x19d9006544051990067bc019990060640500a3de00ccb0031be02855196", + "0x19ba0142a8019ef0062a80195801406c019ef00606c01953014764019ef", + "0x67003326650ca8ab19c7bc018ce15406cec999030584050ce0067bc018ce", + "0x18ce0060480500a3de00c54003106028051ef0060286700a326650ca8ab", + "0xf780334000cf000a0147bc0199f0067800500a3de00cd68033c0028051ef", + "0x51ef0066a001883014028f780333a00caa80a0147bc019a10065540500a", + "0x50b00067bc0180a03e028051ef00626801883014028f780336400c4180a", + "0x19ef0062c45800c042028588033de00c58803040028588033de00c052f6", + "0x326003014724050b30067bc019920062b4051910067bc018a600606405192", + "0x500a3de00c67003024028051ef00666c01955014028f78030143380500a", + "0xaa80a0147bc019a00067800500a3de00ccf8033c0028051ef0066b4019e0", + "0x1883014028f780335000c4180a0147bc019a400620c0500a3de00cd0803", + "0x180a5ee0285a0033de00c0501f014028f780313400c4180a0147bc019b2", + "0xc80a31e00cf78033202d006021014640019ef00664001820014640019ef", + "0x6700a0159300180a392028598033de00cc780315a028c88033de00cce003", + "0xea8031be028051ef00633801812014028f780335c00caa80a0147bc0180a", + "0xf7803014be0050b60067bc0180a03e028051ef00620c01955014028f7803", + "0x1819014630019ef0062dc5b00c0420285b8033de00c5b8030400285b803", + "0x50ce01402b26003014724050b30067bc0198c0062b4051910067bc019b0", + "0xf780301407c0500a3de00cea8031be028051ef00633801812014028f7803", + "0x5c247018084050b80067bc018b8006080050b80067bc0180a5f202923803", + "0xdf00a16600cf780314a00c5680a32200cf780310a00c0c80a14a00cf7803", + "0x7400a17800cf780316662406024014624019ef0060285000a0147bc0180a", + "0xec8033de00cec8032a2028c88033de00cc88030320285e8033de00c5e003", + "0x5e81b3b26446700317a00cf780317a00c7180a03600cf780303600ca980a", + "0x4180a0147bc019d500637c0500a3de00c67003024028051ef0060286700a", + "0x52d4014620019ef0060280f80a0147bc019d8006b4c0500a3de00c0c003", + "0x50a70067bc018be3100301080a17c00cf780317c00c1000a17c00cf7803", + "0x19ef00630c018e801430c019ef00629cc200c048028c20033de00c050a0", + "0x181b00654c051d90067bc019d9006544051da0067bc019da00606405180", + "0xf780301433805180036764ed0ce006600019ef006600018e301406c019ef", + "0x51ef00606001883014028f780303200d6a80a0147bc018ce0060480500a", + "0xf78030b200d6b00a18c00cf78033b200ca880a2fe00cf78033b400c0c80a", + "0x500a3de00c0c8035aa028051ef0060286700a0159340180a392028bf003", + "0xc80a0147bc018360067700500a3de00c67003024028051ef00606001883", + "0xbf0033de00c640035ac028630033de00c298032a2028bf8033de00c28003", + "0xf780303600ca980a2f400cf780318c00ca880a2f600cf78032fe00c0c80a", + "0x51ef0060286700a0159380180a392028d30033de00cbf0035ac028d3803", + "0x500a3de00c67003024028051ef00606001883014028f780306c00cee00a", + "0x50cb0067bc019e10060640500a3de00c828035b0028051ef00607001ad7", + "0x500ac9e00c051c9014608019ef00677c01ad6014694019ef00611801951", + "0x1883014028f780306c00cee00a0147bc01905006b600500a3de00c050ce", + "0xf3803032028051ef00607001ad7014028f780319c00c0900a0147bc01818", + "0xc80a30400cf780315a00d6b00a34a00cf78033cc00ca880a19600cf7803", + "0xd38033de00c1d8032a6028bd0033de00cd28032a2028bd8033de00c65803", + "0xf78032f600c0c80a30600cf780334c00c7400a34c00cf780330400d6b00a", + "0xc18031c6028d38033de00cd38032a6028bd0033de00cbd0032a2028bd803", + "0xf780320a00d6c00a0147bc0180a19c028c19a72f45ec6700330600cf7803", + "0x51ef00633801812014028f780303000c4180a0147bc0181f006b640500a", + "0x51810067bc0180a140028051ef00608001ad7014028f780303800d6b80a", + "0xf780301400c0c80a2f000cf78032f200c7400a2f200cf78032a660406024", + "0xbc0031c6028a88033de00ca88032a6028a80033de00ca80032a202805003", + "0x60030182d80500a3de00c07803120028bc1512a0028670032f000cf7803", + "0x18190062dc0500a3de00c050ce0140700d90501f9400c81819c03cf780c", + "0xf8033ac0280f8033de00c051d7014284019ef0060640198c014064019ef", + "0xea00a0147bc0182000617405021040030f780307600cea80a07600cf7803", + "0xa80033de00c120030c2028120033de00c500033a6028500033de00c10803", + "0x19ef00654401867014338019ef00633801951014544019ef0060283180a", + "0xc0ce19c160050a10067bc018a1006be8051500067bc0195000674805151", + "0x1820014028f7803014338050fd2fa5f007e510d2288a980f3de030a8151", + "0x50a20067bc018a200654c051530067bc01953006544050690067bc01869", + "0x5080348e028051ef0060286700a37a00f291a2146030f780c0d2028061d0", + "0x51ef00676c018a5014028f780339c00c5c00a0700d8111db39c060f7803", + "0xf00033de00c11003158028051ef0060e0019e0014028f780306c00cc480a", + "0x189f0060800509f0067bc019e83c0030bd00a3d000cf780334400c5600a", + "0x51e700794c051ef01827c0198001428c019ef00628c0181901427c019ef", + "0xea80a3ca00cf78033cc00ceb00a3cc00cf780301475c0500a3de00c050ce", + "0xf18033de00c568033a8028051ef0067900185d0142b4f200c3de00cf2803", + "0x19ef0060283180a3c200cf78033c400c3080a3c400cf78033c600ce980a", + "0x5115319c160051e10067bc019e1006748050460067bc0184600619c05046", + "0x1820014028f78030143380504d09812807e5409077c5a80f3de030f0846", + "0x51df0067bc019df00654c050b50067bc018b5006544050480067bc01848", + "0x29003032028051ef0060286700a0a600f2a8500a4030f780c09028c061d0", + "0x6700a3b27683400fcac320ee1de01e7bc061df16a0305b00a0a400cf7803", + "0x12380a16400cf780319000cc600a19000cf780319000c5b80a0147bc0180a", + "0x19d70066240500a3de00cec003170028ea9d63ae164ec0183de00c59003", + "0xf78030b200d7d80a0147bc019d50067800500a3de00ceb003312028051ef", + "0x18500062a4051d40067bc0180a0b20282e8033de00c2c8035fa0282c803", + "0x561cc03a048328a93a0160e90670c6184101ef00617401aff01474c019ef", + "0x51ef006748019dc014028f78030ce00d4880a0147bc01861006780051cb", + "0x500a3de00c548033c0028051ef006740019e0014028f78030b000cf000a", + "0xf400a0147bc0181d0067700500a3de00c09003522028051ef00619401b00", + "0x1951014028f780339600cee00a0147bc018ac0067a00500a3de00ce6003", + "0x51d30067bc019d30066e8051dc0067bc019dc00654c051de0067bc019de", + "0xea1d33b87780c30201418c019ef00618c01b01014750019ef00675001820", + "0x180a19c0283a803cae1cc019ef0181e001b040141e0e41c901e7bc01863", + "0x51c4007960e38033de0303b80360e0283b8033de00c3980360c028051ef", + "0x530801470c019ef0060280f80a0147bc019c70061180500a3de00c050ce", + "0x51c00067bc019c13860301080a38200cf780338200c1000a38200cf7803", + "0x19ef0061fc018e80141fc019ef006700df80c048028df8033de00c050a0", + "0x19c800654c051c90067bc019c9006544050520067bc0185200606405081", + "0xf780301433805081390724290ce006204019ef006204018e3014720019ef", + "0x19ef0066f801b090146f8019ef006028e380a0147bc019c40061180500a", + "0x19c9006544050520067bc01852006064050850067bc01883006c2c05083", + "0x290ce006214019ef006214018e3014720019ef00672001953014724019ef", + "0x18520060640508c0067bc018750063a00500a3de00c050ce014214e41c9", + "0x18e3014720019ef00672001953014724019ef00672401951014148019ef", + "0x18500066240500a3de00c050ce014230e41c90a43380188c0067bc0188c", + "0x458031d0028458033de00cec88a0180900508a0067bc0180a140028051ef", + "0xa980a0d000cf78030d000ca880a0a400cf78030a400c0c80a1b400cf7803", + "0x6700a1b47683405219c00c6d0033de00c6d0031c6028ed0033de00ced003", + "0x41003040028410033de00c051cb014240019ef0060280f80a0147bc0180a", + "0x51bb0067bc01853006064051bc0067bc018821200301080a10400cf7803", + "0x19ef0066f0018ad0146e4019ef00677c019530146e8019ef0062d401951", + "0x51bb0067bc018a30060640500a3de00c050ce01402b2c803014724051b4", + "0x19ef006134018ad0146e4019ef006130019530146e8019ef00612801951", + "0x19b10063a0051b10067bc019b43660301200a36600cf7803014280051b4", + "0x19530146e8019ef0066e8019510146ec019ef0066ec018190146c0019ef", + "0x50ce0146c0dc9ba376338019b00067bc019b000638c051b90067bc019b9", + "0xf7803014c34051ae0067bc0180a03e028051ef00679c0197e014028f7803", + "0x50a00146a0019ef0066b4d700c042028d68033de00cd6803040028d6803", + "0x51a40067bc019b20063a0051b20067bc019a81340301200a13400cf7803", + "0x19ef0062880195301454c019ef00654c0195101428c019ef00628c01819", + "0x500a3de00c050ce01469051153146338019a40067bc019a400638c050a2", + "0x1000a34200cf780301472c051a30067bc0180a03e028051ef00628401b0e", + "0x19ef0066f401819014680019ef006684d180c042028d08033de00cd0803", + "0x19a00062b40519d0067bc018a200654c0519e0067bc019530065440519f", + "0x51ef00628401b0e014028f78030143380500acb400c051c9014670019ef", + "0xf78032fa00ca980a33c00cf78032f800ca880a33e00cf780301400c0c80a", + "0xce19b0180900519b0067bc0180a140028ce0033de00c7e80315a028ce803", + "0xa880a33e00cf780333e00c0c80a33200cf780333400c7400a33400cf7803", + "0xcc8033de00ccc8031c6028ce8033de00cce8032a6028cf0033de00ccf003", + "0x6024014660019ef0060285000a0147bc0180a19c028cc99d33c67c67003", + "0x50033de00c05003032028540033de00c530031d0028530033de00c0e198", + "0xf780315000c7180a03600cf780303600ca980a20a00cf780320a00ca880a", + "0x19ef006060019d6014060019ef006028eb80a15006c8280a19c00c54003", + "0x181b0067500500a3de00c828030ba0280d9050187bc0181900675405019", + "0x506301407c019ef00628401861014284019ef006070019d3014070019ef", + "0x2c00a03e00cf780303e00ce900a07600cf780307600c3380a07600cf7803", + "0x51ef0060286700a2a25401200fcb62801082001e7bc0601f076030018ce", + "0xf780304200ca980a04000cf780304000ca880a14000cf780314000c1000a", + "0x500a3de00c050ce0141a401e5c14454c061ef0182800500c3a002810803", + "0x51ef0185f00198001454c019ef00654c018190145f0019ef006288018ac", + "0xf780319c00cce00a0147bc0180f0066f00500a3de00c050ce0145f401e5d", + "0x19ef00628c0182001428c019ef0060298780a1fa00cf780301407c0500a", + "0xd11bd018090051bd0067bc0180a140028d10033de00c518fd018084050a3", + "0xa880a2a600cf78032a600c0c80a3b600cf780339c00d8800a39c00cf7803", + "0xed8033de00ced803624028108033de00c108032a6028100033de00c10003", + "0x60b6014028f78032fa00cbf00a0147bc0180a19c028ed82104054c67003", + "0x18b7014028f78030143380509f3d078007e5e0700d81100f3de03010820", + "0xeb00a3cc00cf780301475c051e70067bc01838006630050380067bc01838", + "0x51ef0067900185d0142b4f200c3de00cf28033aa028f28033de00cf3003", + "0xf78033c400c3080a3c400cf78033c600ce980a3c600cf780315a00cea00a", + "0x184600619c050220067bc01822006544050460067bc0180a0c6028f0803", + "0x6705801479c019ef00679c01afa014784019ef006784019d2014118019ef", + "0x500a3de00c050ce0141342604a01f97c241df16a03cf780c3c21181b022", + "0x19ef00677c019530142d4019ef0062d401951014120019ef00612001820", + "0x12380a0147bc0180a19c02829803cc01402900c3de03024153018740051df", + "0x19dc0062940500a3de00cef003170028ed068190770ef0183de00cf3803", + "0xf780319000c5600a0147bc019da0067800500a3de00c34003312028051ef", + "0x1820014760019ef0062c8ec80c2f4028590033de00c28003158028ec803", + "0x1e610147bc061d8006600050520067bc01852006064051d80067bc019d8", + "0xf78033ae00d8a00a3ae338061ef00633801b13014028f780301433805059", + "0x7803378028051ef0060286700a3aa00f3100a3de030eb003300028eb003", + "0xf7803014c540505d0067bc0180a03e028051ef0063380199c014028f7803", + "0x50a001474c019ef0067502e80c042028ea0033de00cea003040028ea003", + "0x50670067bc01863006c40050630067bc019d30c20301200a0c200cf7803", + "0x19ef00677c019530142d4019ef0062d401951014148019ef00614801819", + "0x500a3de00c050ce01419cef8b50a4338018670067bc01867006c48051df", + "0x2500a0b000cf7803014c58051d20067bc0180a03e028051ef0067540197e", + "0x328033de00c5480309a028051ef0067400184c0142a4e800c3de00ce9003", + "0xef8b5030c5c050580067bc018580060800501219c030f780319c00d8980a", + "0xee00a0147bc0180a19c028e41c939603f318ac398074079ef0181942c012", + "0xe8033de00c0e8032a20283c0ce0187bc018ce006c4c0500a3de00c56003", + "0x51ef0060286700a38871c3b80fcc81d43980c3de0303c1cc03a03d8c00a", + "0xe00033de00c670033ea028e08033de00c0501f01470c019ef0060280f80a", + "0xf78030fe00d8e00a0fe00cf780337e00d8d80a37e00cf780338000d8d00a", + "0x398032a2028df0033de00cdf00363c028051ef00620401b1d0146f84080c", + "0x1e6510600cf780c37c00d8f80a0ea00cf78030ea00ca980a0e600cf7803", + "0x460033de00c46003040028460033de00c05320014028f780301433805085", + "0xf78030143380508b0067bc01883006c840508a0067bc0188c3860301080a", + "0x18da1140301080a1b400cf78031b400c1000a1b400cf7803014c880500a", + "0x1b140146f0019ef00620801b24014208019ef00622c01b23014240019ef", + "0xdc80c3de00c48003094028dd0033de00cdd9c1018084051bb0067bc019bc", + "0x19b3006130051b1366030f780337400c2500a0147bc019b9006130051b4", + "0xd800326e028d70033de00cd880309a028d80033de00cda00309a028051ef", + "0x61ef0186b8d80750e63399280a35c00cf780335c00c9b80a36000cf7803", + "0x19300a34600cf780301471c0500a3de00c050ce014690d909a01f998d41ad", + "0x19ef00614801819014680019ef00668401b27014684019ef00668c0780c", + "0x19a0006c48051a80067bc019a800654c051ad0067bc019ad00654405052", + "0x51ef00603c019bc014028f7803014338051a03506b4290ce006680019ef", + "0xf780333c00d8800a33c00cf780334867c0602401467c019ef0060285000a", + "0xd90032a60284d0033de00c4d0032a2028290033de00c29003032028ce803", + "0x180a19c028ce9b21341486700333a00cf780333a00d8900a36400cf7803", + "0xde00a0147bc019c40061300500a3de00c050ce01402842803650028051ef", + "0x5329014670019ef0060280f80a0147bc018ce0066700500a3de00c07803", + "0x519a0067bc0199b3380301080a33600cf780333600c1000a33600cf7803", + "0x19ef00666001b10014660019ef006668cc80c048028cc8033de00c050a0", + "0x19c700654c050770067bc01877006544050520067bc01852006064050a6", + "0xf7803014338050a638e1dc290ce006298019ef00629801b1201471c019ef", + "0x51ef0063380199c014028f780301e00cde00a0147bc019c80061300500a", + "0xcb8033de00ccb803040028cb8033de00c0532b0142a0019ef0060280f80a", + "0x19961540301200a15400cf7803014280051960067bc019971500301080a", + "0x1951014148019ef00614801819014654019ef0062ac01b100142ac019ef", + "0x19950067bc01995006c48051c90067bc019c900654c051cb0067bc019cb", + "0x7803378028051ef0061640197e014028f78030143380519539272c290ce", + "0xf7803014cb0051940067bc0180a03e028051ef0063380199c014028f7803", + "0x50a00142c0019ef00664cca00c042028c98033de00cc9803040028c9803", + "0x51910067bc01992006c40051920067bc018b01620301200a16200cf7803", + "0x19ef00677c019530142d4019ef0062d401951014148019ef00614801819", + "0x500a3de00c050ce014644ef8b50a4338019910067bc01991006c48051df", + "0xf80a0147bc018ce0066700500a3de00c07803378028051ef00679c01b0e", + "0x1080a16800cf780316800c1000a16800cf780301472c050b30067bc0180a", + "0x19ef0062d40195101463c019ef00614c01819014640019ef0062d05980c", + "0x3338030147240518c0067bc019900062b4050b70067bc019df00654c050b6", + "0x500a3de00c67003338028051ef00679c01b0e014028f78030143380500a", + "0x5b0033de00c250032a2028c78033de00ca9803032028051ef00603c019bc", + "0x19ef0060285000a31800cf780309a00c5680a16e00cf780309800ca980a", + "0xc7803032028528033de00c5c0036200285c0033de00cc624701809005247", + "0x18900a16e00cf780316e00ca980a16c00cf780316c00ca880a31e00cf7803", + "0x7803378028051ef0060286700a14a2dc5b18f19c00c528033de00c52803", + "0x4f989018090051890067bc0180a140028051ef0063380199c014028f7803", + "0xa880a2a600cf78032a600c0c80a17a00cf780317800d8800a17800cf7803", + "0x5e8033de00c5e803624028f40033de00cf40032a6028f00033de00cf0003", + "0x19bc014028f780319c00cce00a0147bc0180a19c0285e9e83c054c67003", + "0x5f0030400285f0033de00c051cb014620019ef0060280f80a0147bc0180f", + "0x51840067bc01869006064050a70067bc018be3100301080a17c00cf7803", + "0x19ef00629c018ad014600019ef0060840195301430c019ef00608001951", + "0xde00a0147bc018ce0066700500a3de00c050ce01402b340030147240517f", + "0x50c30067bc01824006544051840067bc0180a0060640500a3de00c07803", + "0x630033de00c050a00145fc019ef006544018ad014600019ef00654001953", + "0x19840060640517b0067bc0197e006c400517e0067bc0197f18c0301200a", + "0x1b12014600019ef0066000195301430c019ef00630c01951014610019ef", + "0xf780301407c0500a3de00c051be0145ecc00c33083380197b0067bc0197b", + "0x5081c0364140e1ef0060640192d0140640780c3de00c078032080280c003", + "0x1883014028f780303800c4180a0147bc0181b00620c050a00420801d81f", + "0x100032aa028051ef0060ec01955014028f780303e00c4180a0147bc018a1", + "0x190500677c0500a3de00c500033c0028051ef006084019e0014028f7803", + "0x1904014544019ef0060280f80a2a000cf780304806006021014090019ef", + "0xe71bd34428c7e97d2f81a45101c3de00ca980325a028a980f0187bc0180f", + "0x500a3de00cbe803106028051ef0065f001883014028f780314400cf000a", + "0xf000a0147bc019a20065540500a3de00c518032aa028051ef0063f401883", + "0xc400a3b600cf78030d200d9700a0147bc019ce0067800500a3de00cde803", + "0x61ef00603c019040140d8019ef006088a880c042028110033de00ced803", + "0xf00033c0028f18ad3c8794f31e713e7a0f001c3de00c1c00325a0281c00f", + "0x19e600620c0500a3de00cf3803106028051ef0067a001883014028f7803", + "0xf780315a00cf000a0147bc019e40065540500a3de00cf28032aa028051ef", + "0xf78033c400cc400a3c400cf780313e00d9700a0147bc019e30067800500a", + "0x9680a16a03c061ef00603c01904014118019ef0067841b00c042028f0803", + "0x500a3de00cef8033c0028ef0530a01482684c094120ef81c3de00c5a803", + "0xaa80a0147bc0184d00620c0500a3de00c25003106028051ef00612001883", + "0x19e0014028f78030a600cf000a0147bc018500065540500a3de00c29003", + "0x1080a19000cf78033b800cc400a3b800cf780309800d9700a0147bc019de", + "0xf78033b400c9680a3b403c061ef00603c019040141a0019ef0063202300c", + "0x18b200620c0500a3de00cec8033c0028ea05d3aa758eb8593b02c8ec81c", + "0xf78033ac00caa80a0147bc0185900620c0500a3de00cec003106028051ef", + "0x51ef006750019e0014028f78030ba00cf000a0147bc019d50065540500a", + "0x18610d00301080a0c200cf78033a600cc400a3a600cf78033ae00d9700a", + "0xe80583a4070f78030ce00c9680a0ce03c061ef00603c0190401418c019ef", + "0x4180a0147bc0185800620c0500a3de00ce90033c0028561cc03a048328a9", + "0x1955014028f78030ca00c4180a0147bc018a900620c0500a3de00ce8003", + "0x90033ec028051ef0062b0019e0014028f780339800cf000a0147bc0181d", + "0x51c80067bc019c90c60301080a39200cf780339600d9800a39600cf7803", + "0xe09c338871c3b8750e6070f78030f000c9680a0f003c061ef00603c01904", + "0xf78030ee00c4180a0147bc0187500620c0500a3de00c398033c0028df9c0", + "0x51ef00670c01955014028f780338800c4180a0147bc019c700620c0500a", + "0x3f8033de00ce08033ec028051ef0066fc019e0014028f780338000cf000a", + "0x180f006410051be0067bc018813900301080a10200cf78030fe00d9800a", + "0xf000a3766f0410901b422c4508c10a070f780310600c9680a10603c061ef", + "0x1883014028f780311400c4180a0147bc0188c00620c0500a3de00c42803", + "0x410032aa028051ef00624001955014028f78031b400c4180a0147bc0188b", + "0xdf00c042028dd0033de00cde0033be028051ef0066ec019e0014028f7803", + "0x51b21346a0d69ae3606c4d99b40387bc0180f0064b4051b90067bc019ba", + "0x4180a0147bc019b100620c0500a3de00cd9803106028051ef0066d0019e0", + "0x1955014028f780335a00caa80a0147bc019ae00620c0500a3de00cd8003", + "0x6021014690019ef0066c8019df014028f780313400cf000a0147bc019a8", + "0x2500a34000cf7803014524051a10067bc0180a298028d18033de00cd21b9", + "0xce8033de00ccf00309a028051ef00667c0184c014678cf80c3de00ca8003", + "0x199b0061300519a336030f780334600c2500a33800cf780333a00ca200a", + "0x18032a2028050033de00c05003032028cc8033de00ccd00309a028051ef", + "0x1000a19c00cf780319c00cdd00a01800cf780301800ca980a00600cf7803", + "0xcc8033de00ccc80326e028ce0033de00cce00327c028d00033de00cd0003", + "0x671ef006684cc99c3403380600301406d9900a34200cf780334200c9f80a", + "0xf7803014cd00500a0067bc0180a666028cb8a814c6606700332e2a053198", + "0x180c006cdc0500f0067bc0180a66c028060033de00c0180366a02801803", + "0x19d00a03200cf780303003c06339014060019ef00633801b38014338019ef", + "0xd8033de00c05334014414019ef0060640500c6760280c8033de00c0c803", + "0x19ef00607001b37014284019ef0060299e00a03800cf780303600d9a80a", + "0x10003674028100033de00c1d8a1018ce40503b0067bc0181f006ce00501f", + "0x19a80a14000cf7803014cd0050210067bc0182020a0319d80a04000cf7803", + "0x51510067bc01824006cdc051500067bc0180a3e8028120033de00c50003", + "0xf780314400d9d00a14400cf78032a65400633901454c019ef00654401b38", + "0xbe00366a028be0033de00c053340141a4019ef0062881080c67602851003", + "0x1b3801428c019ef0065f401b370143f4019ef0060299f00a2fa00cf7803", + "0xde8033de00cde803674028de8033de00cd10fd018ce4051a20067bc018a3", + "0xf78033b600d9a80a3b600cf7803014cfc051ce0067bc019bd0d20319d80a", + "0x1838006ce0050380067bc01822006cdc050360067bc0180a68202811003", + "0x19d80a3d000cf78033d000d9d00a3d000cf78033c00d806339014780019ef", + "0xf30033de00cf380366a028f38033de00c0533f01427c019ef0067a0e700c", + "0x19ef00679001b38014790019ef00679801b37014794019ef006029a180a", + "0x4f80c676028f18033de00cf1803674028f18033de00c569e5018ce4050ad", + "0x1a300a08c00cf78033c200d9a80a3c200cf7803014d10051e20067bc019e3", + "0x50480067bc019df006ce0051df0067bc01846006cdc050b50067bc0180a", + "0x184a3c40319d80a09400cf780309400d9d00a09400cf78030902d406339", + "0x180a68e028290033de00c2680366a028268033de00c05344014130019ef", + "0x6339014778019ef00614c01b3801414c019ef00614801b37014140019ef", + "0x19ef0067702600c676028ee0033de00cee003674028ee0033de00cef050", + "0x19da006d280500a3de00c34003692028ed0680187bc018c8006d20050c8", + "0x590030062c8019ef0062c80193f0142c8019ef00676401b4b014764019ef", + "0xd8033de00c67105018084051050067bc0180a03e028051ef006028df00a", + "0xf780303600c5680a0147bc0181c006d34050a1038030f780303000da600a", + "0x51ef0060286700a04000f3503b0079a40f8033de03c5080369c0280d803", + "0xf780304206c06021014084019ef00608401820014084019ef006028b480a", + "0x1818014540019ef00609001b4f0140900f80c3de00c0f80329002850003", + "0x50a20067bc01953006798051530067bc01951006d40051510067bc01950", + "0xf780303e00da780a0d200cf780314428006021014288019ef00628801820", + "0xbe00326e028018033de00c018032a2028050033de00c05003032028be003", + "0x79ef0061a4be003014339a900a0d200cf78030d200c5680a2f800cf7803", + "0xf080a0147bc0180a19c028de803cd6688019ef01828c019e201428c7e97d", + "0x110033de00cbe803032028051ef00676c0184601476ce700c3de00cd1003", + "0x566c006028e480a07000cf780339c00c5680a06c00cf78031fa00ca880a", + "0xa800a0147bc01819006d4c0500a3de00c07803024028051ef0060286700a", + "0x7e8033de00c7e8032a2028be8033de00cbe803032028f00033de00cde803", + "0xf000c1fa5f4670033c000cf78033c000c5100a01800cf780301800ca980a", + "0x51e80067bc019e8006080051e80067bc0180a2f6028051ef0060286700a", + "0x19e713e0301080a3ce00cf780307600cef80a13e00cf78033d006c06021", + "0xf78030143380500acda00c051c9014794019ef006798018ad014798019ef", + "0x19e40360301080a3c800cf78033c800c1000a3c800cf78030146980500a", + "0x1080a3c200cf78033c600cef80a3c478c061ef00608001b550142b4019ef", + "0xf780316a118060210142d4019ef006788019df014118019ef0067845680c", + "0x18032a2028110033de00c05003032028f28033de00cef80315a028ef803", + "0x504a090030f780303200dab80a07000cf78033ca00c5680a06c00cf7803", + "0x1b0033de00c1b0032a2028110033de00c11003032028051ef00612001b53", + "0x25036044339ac00a07000cf780307000c5680a09400cf780309400c9f80a", + "0x180a19c02829803cdc140019ef018148019e20141482684c01e7bc01838", + "0x780303a028051ef00677001846014770ef00c3de00c280033c2028051ef", + "0x2600a3b2768061ef0067780184a0141a0019ef006029ad00a19000cf7803", + "0x50680067bc01868006080050b20067bc019d90061340500a3de00ced003", + "0x180a19c0282e9d53ac03f379d70b2760079ef0182c8340c80181340c35b", + "0x2600c6b8028eb8033de00ceb80326e028260033de00c26003032028051ef", + "0x2c8033de00c2c8032a6028ec0033de00cec0032a2028e99d40187bc019d7", + "0x1861006d780500a3de00c050ce01418c01e700c200cf780c3a600dae80a", + "0xe8003ce2160019ef01874801b5f014028f78030ce00cee00a3a419c061ef", + "0x328033de00c548030a0028548033de00c2c0030a4028051ef0060286700a", + "0xf78030b200ca980a3b000cf78033b000ca880a3a800cf78033a800c0c80a", + "0x51ef0060286700a0ca164ec1d419c00c328033de00c328031440282c803", + "0x501d0067bc0180a6c2028090033de00c0501f014028f78033a000c2300a", + "0x19ef0060285000a39800cf780303a04806021014074019ef00607401820", + "0xea003032028e48033de00ce58032a0028e58033de00ce60ac018090050ac", + "0x5100a0b200cf78030b200ca980a3b000cf78033b000ca880a3a800cf7803", + "0x318032a0028051ef0060286700a392164ec1d419c00ce48033de00ce4803", + "0xa980a3b000cf78033b000ca880a3a800cf78033a800c0c80a39000cf7803", + "0x6700a390164ec1d419c00ce40033de00ce40031440282c8033de00c2c803", + "0xa800a0e600cf78030ba1e0060240141e0019ef0060285000a0147bc0180a", + "0xeb0033de00ceb0032a2028260033de00c260030320283a8033de00c39803", + "0x3a9d53ac130670030ea00cf78030ea00c5100a3aa00cf78033aa00ca980a", + "0x50770067bc018530065400500a3de00c07803024028051ef0060286700a", + "0x19ef00603001953014134019ef00613401951014130019ef00613001819", + "0x500a3de00c051be0141dc0604d098338018770067bc018770062880500c", + "0x18033de00c018032a2028050033de00c05003032028670033de00c0501f", + "0x18180064dc05018018030f780301800ca400a19c00cf780319c00c5680a", + "0xf780c03600cf100a0364140c80f3de00c0c0ce00602867363014060019ef", + "0x2300a07607c061ef006070019e1014028f7803014338050a10079c80e003", + "0x51050067bc01905006544050190067bc018190060640500a3de00c1d803", + "0xf780304000c9b80a04003c061ef00603c0194801407c019ef00607c018ad", + "0x19ef018090019e20140905002101e7bc0182003e4140c8ce6c602810003", + "0x1846014288a980c3de00ca80033c2028051ef0060286700a2a200f39950", + "0x2680a0147bc018690061300517c0d2030f78032a600c2500a0147bc018a2", + "0xbe8033de00cbe80326e028108033de00c10803032028be8033de00cbe003", + "0xd10036ca028051ef00628c019dc014688518fd01e7bc0197d042031b200a", + "0x51ef0060286700a04400f3a1db0067bc061ce006d98051ce37a030f7803", + "0x180a19c0281c003cea0d8019ef0186f401b66014028f78033b600c6f80a", + "0xc80a3d000cf78033c000db500a3c000cf780306c03c0600f6d0028051ef", + "0xf40033de00cf40033f0028500033de00c500032a20287e8033de00c7e803", + "0x60033b8028051ef0060e001846014028f7803014338051e81403f407803", + "0xf7803014dac0509f0067bc0180a03e028051ef00603c019dc014028f7803", + "0x50a0014798019ef00679c4f80c042028f38033de00cf3803040028f3803", + "0x50ad0067bc019e4006db0051e40067bc019e63ca0301200a3ca00cf7803", + "0x19ef0062b4019f8014280019ef006280019510143f4019ef0063f401819", + "0x19dc014028f780304400c2300a0147bc0180a19c028568a01fa03c018ad", + "0x180a03e028051ef0066f401b6e014028f780301e00cee00a0147bc0180c", + "0xf180c042028f10033de00cf1003040028f10033de00c0537001478c019ef", + "0x1080a08c00cf780308c00c1000a08c00cf7803014574051e10067bc019e2", + "0xef8033de00cef803040028ef8033de00c053710142d4019ef006118f080c", + "0xf780309400c1000a09400cf7803014dc8050480067bc019df16a0301080a", + "0x26803040028268033de00c05373014130019ef0061282400c04202825003", + "0x1000a0a000cf7803014dd0050520067bc0184d0980301080a09a00cf7803", + "0xef0033de00c0537501414c019ef0061402900c042028280033de00c28003", + "0xf7803014ddc051dc0067bc019de0a60301080a3bc00cf78033bc00c1000a", + "0x50a00141a0019ef006320ee00c042028640033de00c6400304002864003", + "0x50b20067bc019d9006db0051d90067bc018683b40301200a3b400cf7803", + "0x19ef0062c8019f8014280019ef006280019510143f4019ef0063f401819", + "0x19dc014028f780301e00cee00a0147bc0180a19c028590a01fa03c018b2", + "0xa880a04200cf780304200c0c80a3b000cf78032a200db600a0147bc0180c", + "0x50ce0147605002101e00cec0033de00cec0033f0028500033de00c50003", + "0x18a1006db00500a3de00c060033b8028051ef00603c019dc014028f7803", + "0x19f8014414019ef00641401951014064019ef00606401819014164019ef", + "0xf7803014cd00500a0067bc0180a6660282c90503203c018590067bc01859", + "0x180c006cdc0500f0067bc0180a6f0028060033de00c0180366a02801803", + "0x19d00a03200cf780303003c06339014060019ef00633801b38014338019ef", + "0xd8033de00c05334014414019ef0060640500c6760280c8033de00c0c803", + "0x19ef00607001b37014284019ef0060299e00a03800cf780303600d9a80a", + "0x10003674028100033de00c1d8a1018ce40503b0067bc0181f006ce00501f", + "0x19a80a14000cf7803014cd0050210067bc0182020a0319d80a04000cf7803", + "0x51510067bc01824006cdc051500067bc0180a3e8028120033de00c50003", + "0xf780314400d9d00a14400cf78032a65400633901454c019ef00654401b38", + "0xbe00366a028be0033de00c053340141a4019ef0062881080c67602851003", + "0x1b3801428c019ef0065f401b370143f4019ef0060299f00a2fa00cf7803", + "0xde8033de00cde803674028de8033de00cd10fd018ce4051a20067bc018a3", + "0xf78033b600d9a80a3b600cf7803014cfc051ce0067bc019bd0d20319d80a", + "0x1838006ce0050380067bc01822006cdc050360067bc0180a6f202811003", + "0x19d80a3d000cf78033d000d9d00a3d000cf78033c00d806339014780019ef", + "0xf78033ce00da480a3cc79c061ef00627c01b4801427c019ef0067a0e700c", + "0x19e40064fc051e40067bc019e5006d2c051e50067bc019e6006d280500a", + "0x1819014338019ef0060280f80a0147bc0180a37c028f2003006790019ef", + "0x50ce0067bc018ce0062b4050030067bc018030065440500a0067bc0180a", + "0x67003014339b180a03000cf780303000c9b80a030030061ef00603001948", + "0x180a19c02850803cec070019ef01806c019e201406c8281901e7bc01818", + "0xc803032028051ef0060ec018460140ec0f80c3de00c0e0033c2028051ef", + "0xa400a03e00cf780303e00c5680a20a00cf780320a00ca880a03200cf7803", + "0x1001f20a06467363014080019ef006080019370140800780c3de00c07803", + "0xf7803014338051510079dca80033de030120033c4028120a004203cf7803", + "0x19530061280500a3de00c5100308c028511530187bc019500067840500a", + "0x18190145f4019ef0065f00184d014028f78030d200c2600a2f81a4061ef", + "0x7e80f3de00cbe821018de80517d0067bc0197d0064dc050210067bc01821", + "0xe70036fa028e71bd0187bc019a2006df00500a3de00c518033b8028d10a3", + "0x1be80a0147bc019db0064880500a3de00c050ce01408801e783b600cf780c", + "0x183601e03007b7e014028f7803014338050380079e41b0033de030de803", + "0x19510143f4019ef0063f4018190147a0019ef00678001b80014780019ef", + "0x180a19c028f40a01fa03c019e80067bc019e8006e04050a00067bc018a0", + "0xf780301e00cee00a0147bc0180c0067700500a3de00c1c00308c028051ef", + "0x19ef00679c0182001479c019ef006029b580a13e00cf780301407c0500a", + "0xf31e5018090051e50067bc0180a140028f30033de00cf389f018084051e7", + "0xa880a1fa00cf78031fa00c0c80a15a00cf78033c800dc100a3c800cf7803", + "0x50ce0142b4500fd01e00c568033de00c56803702028500033de00c50003", + "0x180f0067700500a3de00c060033b8028051ef00608801846014028f7803", + "0x19ef006029b800a3c600cf780301407c0500a3de00cde8033f2028051ef", + "0x180a2ba028f08033de00cf11e3018084051e20067bc019e2006080051e2", + "0x1c180a16a00cf780308c78406021014118019ef00611801820014118019ef", + "0x240033de00cef8b5018084051df0067bc019df006080051df0067bc0180a", + "0xf780309412006021014128019ef00612801820014128019ef006029c200a", + "0x2684c0180840504d0067bc0184d0060800504d0067bc0180a70c02826003", + "0x6021014140019ef00614001820014140019ef006029c380a0a400cf7803", + "0x51de0067bc019de006080051de0067bc0180a710028298033de00c28052", + "0x19ef00632001820014320019ef006029c480a3b800cf78033bc14c06021", + "0x341da018090051da0067bc0180a140028340033de00c641dc018084050c8", + "0xa880a1fa00cf78031fa00c0c80a16400cf78033b200dc100a3b200cf7803", + "0x50ce0142c8500fd01e00c590033de00c59003702028500033de00c50003", + "0x1951006e080500a3de00c060033b8028051ef00603c019dc014028f7803", + "0x1b81014280019ef00628001951014084019ef00608401819014760019ef", + "0xf780301e00cee00a0147bc0180a19c028ec0a004203c019d80067bc019d8", + "0xf780303200c0c80a0b200cf780314200dc100a0147bc0180c0067700500a", + "0x8281901e00c2c8033de00c2c803702028828033de00c828032a20280c803", + "0x780c3de00c0780324a0280c0033de00c0501f014028f78030146f805059", + "0x500a3de00c0d8031060281d81f1420700d9050327bc0181900649005019", + "0xaa80a0147bc0181f00620c0500a3de00c50803106028051ef00607001883", + "0x108033de00c10018018084050200067bc0190500677c0500a3de00c1d803", + "0xf780304800c9200a04803c061ef00603c01925014280019ef0060280f80a", + "0x500a3de00ca9803106028051ef006540019e00145f0348a22a6544a8019", + "0x19700a0147bc0197c0065540500a3de00c34803106028051ef00628801883", + "0x19ef0063f45000c0420287e8033de00cbe803310028be8033de00ca8803", + "0x1b0223b6738de8193de00cd1003248028d100f0187bc0180f006494050a3", + "0x51ef00608801883014028f780339c00c4180a0147bc019bd00678005038", + "0xf00033de00ced80365c028051ef0060e001955014028f780306c00c4180a", + "0x180f0064940509f0067bc019e81460301080a3d000cf78033c000cc400a", + "0x19e6006780051e23c62b4f21e53cc064f78033ce00c9200a3ce03c061ef", + "0xf78033c600c4180a0147bc019e400620c0500a3de00cf2803106028051ef", + "0xf78033c200cc400a3c200cf780315a00d9700a0147bc019e20065540500a", + "0x9200a3be03c061ef00603c019250142d4019ef0061184f80c04202823003", + "0x25003106028051ef006120019e00141402904d098128240193de00cef803", + "0x18500065540500a3de00c26803106028051ef00613001883014028f7803", + "0x5a80c042028ef0033de00c29803310028298033de00c2900365c028051ef", + "0x640033c0028ec0b23b2768340c80327bc0180f006490051dc0067bc019de", + "0x19d900620c0500a3de00ced003106028051ef0061a001883014028f7803", + "0x1859006cc0050590067bc019d80067d80500a3de00c59003106028051ef", + "0x5133014754019ef0060289a00a3ac00cf78033ae7700602101475c019ef", + "0x2680a0147bc019d4006130051d33a8030f780304200c2500a0ba00cf7803", + "0x3380c3de00ceb003094028318033de00c30803288028308033de00ce9803", + "0xf780301400c0c80a0b000cf78033a400c2680a0147bc01867006130051d2", + "0x67003374028060033de00c060032a6028018033de00c018032a202805003", + "0x9b80a0c600cf78030c600c9f00a0ba00cf78030ba00c1000a19c00cf7803", + "0x2e8ce01800c0501b664028ea8033de00cea80327e0282c0033de00c2c003", + "0x19ef0060280f80a024194549d019c00c09065152740671ef0067542c063", + "0xc80c042028828033de00c670031580280c8033de00c0781801808405018", + "0x2500a14200cf7803014e280501c0067bc0180c0060740501b0067bc01905", + "0x100033de00c1d80309a028051ef00607c0184c0140ec0f80c3de00c0d803", + "0xe003014061ad80a04000cf780304000c9b80a14200cf780314200c1000a", + "0x1818014028f7803014338051532a254007e7a0482801080f3de030100a1", + "0x50210067bc01821006544050a20067bc018a20061d4050a20067bc01824", + "0x50ce0145f401e7b2f81a4061ef01828801905014280019ef00628001953", + "0x7e8033be0287e8033de00cbe0030f0028051ef0061a40181b014028f7803", + "0xd1003cf8028f780c14600cc000a14600cf780314600c1000a14600cf7803", + "0x51ce0067bc019bd006e2c051bd0067bc0180a38e028051ef0060286700a", + "0x197e014028f78030143380500acfa00c051c901476c019ef00673801b8d", + "0x1b8d0140d8019ef00608801b8e014088019ef006028e380a0147bc019a2", + "0x51e00067bc01838006e40050380067bc019db006e3c051db0067bc01836", + "0x19ef00628001953014084019ef006084019510147a0019ef006780019f7", + "0xd80a0147bc0180a19c028f40a004203c019e80067bc019e8006e48050a0", + "0x182001479c019ef006029b080a13e00cf780301407c0500a3de00cbe803", + "0x51e50067bc0180a140028f30033de00cf389f018084051e70067bc019e7", + "0xf780304200ca880a15a00cf78033c800dc980a3c800cf78033cc79406024", + "0x5002101e00c568033de00c56803724028500033de00c500032a602810803", + "0x19ef00654cf180c048028f18033de00c050a0014028f7803014338050ad", + "0x195100654c051500067bc01950006544051e10067bc019e2006e4c051e2", + "0x51ef006028df00a3c2544a800f006784019ef00678401b92014544019ef", + "0xf780303000da600a03800cf780319c06c0602101406c019ef0060280f80a", + "0xf80369c0280e0033de00c0e00315a028051ef00628401b4d01407c5080c", + "0x19ef006028b480a0147bc0180a19c02810803cfe08001e7e07600cf780f", + "0x1d803290028120033de00c5001c018084050a00067bc018a0006080050a0", + "0x51530067bc01951006060051510067bc01950006d3c05150076030f7803", + "0x19ef0061a4018200141a4019ef006288019e6014288019ef00654c01b50", + "0x5003032028be8033de00c1d80369e028be0033de00c3482401808405069", + "0x5680a2fa00cf78032fa00c9b80a00600cf780300600ca880a01400cf7803", + "0x19e2014688518fd01e7bc0197c2fa00c050ce6a4028be0033de00cbe003", + "0xed80c3de00cde8033c2028051ef0060286700a39c00f401bd0067bc061a2", + "0xf780314600ca880a06c00cf78031fa00c0c80a0147bc0182200611805022", + "0x51ef0060286700a015a040180a392028f00033de00ced80315a0281c003", + "0x500a3de00c0c8033b8028051ef00641401b53014028f780301e00c0900a", + "0x19ef00628c019510143f4019ef0063f4018190147a0019ef006738018e8", + "0x60a31fa338019e80067bc019e800638c0500c0067bc0180c00654c050a3", + "0x4f8033de00c4f8030400284f8033de00c0517b014028f7803014338051e8", + "0xf31e7018084051e60067bc0182000677c051e70067bc0189f0380301080a", + "0x180a19c02805682006028e480a3c800cf78033ca00c5680a3ca00cf7803", + "0x5681c018084050ad0067bc018ad006080050ad0067bc0180a34c028051ef", + "0x50460067bc019e200677c051e13c4030f780304200daa80a3c600cf7803", + "0x19df16a0301080a3be00cf78033c200cef80a16a00cf780308c78c06021", + "0x19510140d8019ef00602801819014790019ef006120018ad014120019ef", + "0x250190187bc01819006520051e00067bc019e40062b4050380067bc01803", + "0xf780309a00cf300a09a00cf780309800da800a09800cf780309400c0c00a", + "0x1819014140019ef006148f000c042028290033de00c2900304002829003", + "0x50190067bc018190064dc050380067bc01838006544050360067bc01836", + "0xf100a3b87782980f3de00c280190700d867352014140019ef006140018ad", + "0x61ef006320019e1014028f780301433805068007a0c640033de030ee003", + "0x590036a6028ec0b20187bc01905006d5c0500a3de00cec80308c028ec9da", + "0x193f014778019ef0067780195101414c019ef00614c01819014028f7803", + "0xf78033b4760ef05319cd60051da0067bc019da0062b4051d80067bc019d8", + "0x500a3de00c050ce01417401e843aa00cf780c3ac00cf100a3ac75c2c80f", + "0x19ef00603c0181d014028f78033a600c2300a3a6750061ef006754019e1", + "0x1867006130051d20ce030f78033a800c2500a0c600cf7803014e5005061", + "0xeb8186b6028318033de00c318030400282c0033de00ce900309a028051ef", + "0x500a3de00c050ce0147300e81201fa14328a93a003cf780c0b018c3080c", + "0x51cb0067bc018ac006c24050ac0067bc0180a38e028051ef006194019dc", + "0x19ef00674001951014164019ef00616401819014724019ef00672c01b0b", + "0x549d00b2338019c90067bc019c900638c050a90067bc018a900654c051d0", + "0x19ef006730e400c048028e40033de00c050a0014028f7803014338051c9", + "0x1812006544050590067bc01859006064050730067bc018780063a005078", + "0x2c8ce0061cc019ef0061cc018e3014074019ef00607401953014048019ef", + "0xf78030ba00c7400a0147bc0180f0060480500a3de00c050ce0141cc0e812", + "0x60032a6028eb8033de00ceb8032a20282c8033de00c2c8030320283a803", + "0x180a19c0283a80c3ae164670030ea00cf78030ea00c7180a01800cf7803", + "0xf78030d000c7400a0147bc01905006d4c0500a3de00c07803024028051ef", + "0x60032a6028ef0033de00cef0032a2028298033de00c298030320283b803", + "0x180a37c0283b80c3bc14c670030ee00cf78030ee00c7180a01800cf7803", + "0x51ef0060286700a20a06406686030338061ef01800c0500c01e028051ef", + "0x670033de00c67003032028051ef006028e400a03600cf780301800c0c00a", + "0x50803382028051ef0060286700a03e00f438a1038030f780c03600c8280a", + "0xe480a04200cf780307600ce000a04000cf780303800c3a80a07600cf7803", + "0x18a00066fc050a00067bc0180a38e028051ef0060286700a015a200180a", + "0x187f014084019ef006090019c0014080019ef00607c01875014090019ef", + "0x3c00a0147bc0180a37c028051ef0060286700a2a200f449500067bc06021", + "0x510033de00c51003040028510033de00ca98033be028a98033de00ca8003", + "0x18ce0060640517c0067bc01820006134050690067bc018a201e0301080a", + "0x18ad0145f0019ef0065f001937014060019ef00606001951014338019ef", + "0x7e97d01e00c518fd2fa03cf78030d25f00c0ce19cd48050690067bc01869", + "0xd80a0147bc019510061180500a3de00c051be014028f7803014338050a3", + "0x51bd0067bc019a201e0305880a34400cf780301471c0500a3de00c10003", + "0x19ef00606001951014338019ef00633801819014738019ef0066f401992", + "0x2600a0147bc0180a19c028e701819c03c019ce0067bc019ce00664405018", + "0x51de01476c019ef0060280f80a0147bc0180c0067700500a3de00c07803", + "0x50360067bc018223b60301080a04400cf780304400c1000a04400cf7803", + "0x19ef006780018b4014780019ef0060d81c00c0480281c0033de00c050a0", + "0x19e8006644051050067bc01905006544050190067bc01819006064051e8", + "0x670033de0640600372a028051ef006028df00a3d04140c80f0067a0019ef", + "0x500a3de00c050ce01407001e8e03600f46905007a300c803d1606001e8a", + "0x19ef0062840780c042028508033de00c50803040028508033de00c05169", + "0x10003732028100033de00c1d80372e0281d8ce0187bc018ce006e580501f", + "0x1000a04800cf780314000cf300a14000cf780304200dcd80a04200cf7803", + "0x19ef00633801b97014540019ef0060900f80c042028120033de00c12003", + "0x1951006e74050030067bc018030065440500a0067bc0180a00606405151", + "0xa980f3de00ca81510060286739e014540019ef006540018ad014544019ef", + "0x1000a2f800cf78030145ec0500a3de00c050ce0141a45115301e00c348a2", + "0x61ef00606001b9f0145f4019ef0065f00780c042028be0033de00cbe003", + "0xd1003746028d10033de00c51803742028518033de00c7e8037400287e818", + "0x1080a39c00cf780339c00c1000a39c00cf780337a00cf300a37a00cf7803", + "0x19ef00602801819014088019ef00606001ba001476c019ef006738be80c", + "0x19db0062b4050220067bc01822006e90050030067bc018030065440500a", + "0x51e00700d8078033c00e01b00f3de00ced822006028673a601476c019ef", + "0x1080a3d000cf78033d000c1000a3d000cf78030146980500a3de00c050ce", + "0xf78033ce00dd400a3ce064061ef00606401ba701427c019ef0067a00780c", + "0xf20033cc028f20033de00cf2803754028f28033de00cf3003752028f3003", + "0x51e30067bc018ad13e0301080a15a00cf780315a00c1000a15a00cf7803", + "0x19ef00600c01951014028019ef00602801819014788019ef00606401ba8", + "0x180a19ceb0051e30067bc019e30062b4051e20067bc019e2006eac05003", + "0x51a5014028f7803014338050b508c7840780316a118f080f3de00cf19e2", + "0x50480067bc019df01e0301080a3be00cf78033be00c1000a3be00cf7803", + "0xf780309800dd480a09800cf780309400dd400a094414061ef00641401ba7", + "0x28003040028280033de00c290033cc028290033de00c2680375402826803", + "0x51de0067bc01905006ea0050530067bc018500900301080a0a000cf7803", + "0x19ef00677801bab01400c019ef00600c01951014028019ef00602801819", + "0x340c83b803cf78030a67780180a19ceb0050530067bc018530062b4051de", + "0x180a2ba028051ef00606c01846014028f78030143380506819077007803", + "0xe380a3b200cf78033b403c06021014768019ef00676801820014768019ef", + "0x2c8033de00cec003324028ec0033de00c591d90182c4050b20067bc0180a", + "0xf78030b200cc880a00600cf780300600ca880a01400cf780301400c0c80a", + "0x1000a3ae00cf7803014eb80500a3de00c050ce0141640180a01e00c2c803", + "0x61ef00607001b9f014758019ef00675c0780c042028eb8033de00ceb803", + "0xea003746028ea0033de00c2e8037420282e8033de00cea803740028ea81c", + "0x1080a0c200cf78030c200c1000a0c200cf78033a600cf300a3a600cf7803", + "0x19ef0060280181901419c019ef00607001ba001418c019ef006184eb00c", + "0x18630062b4050670067bc01867006e90050030067bc018030065440500a", + "0x51d00b0748078033a0160e900f3de00c31867006028673a601418c019ef", + "0x50ce01406001e8f19c03c061ef01803001905014030019ef00600c01818", + "0x19c0014414019ef00603c01875014064019ef006338019c1014028f7803", + "0xf780301471c0500a3de00c050ce01402b480030147240501b0067bc01819", + "0x50803380028828033de00c0c0030ea028508033de00c0e00337e0280e003", + "0x503b0067bc0181f0061340501f20a030f780320a00dd780a03600cf7803", + "0xf780304000c3c00a0147bc0180a19c02810803d22080019ef01806c0187f", + "0x500c760028120033de00c12003040028120033de00c500033be02850003", + "0x51ef0060ec019dc014028f780301433805153007a48a89500187bc06024", + "0xf78032a200dd880a0d2414061ef00641401baf014288019ef0060283180a", + "0xbe80c3de030be0a20d2540673b2014288019ef006288018670145f0a880c", + "0x1b500146888280c3de00c8280375e028051ef0060286700a14600f498fd", + "0xde8033de00cde8030ce028e71510187bc01951006ec4051bd0067bc019a2", + "0x1b00cd28088ed80c3de030e71bd2fa03dd980a1fa00cf78031fa00c3a80a", + "0x4f803d2a7a0f000c3de0301115120a76c673b2014028f780301433805038", + "0xf30033de00cf3803768028f38033de00c7e80309a028051ef0060286700a", + "0x19e4006ed8051e40067bc019e63ca031da80a3ca00cf78033d000c2680a", + "0xf000c0062b4019ef0062b401bb7014780019ef006780018190142b4019ef", + "0x51e30067bc0180a03e028051ef0063f40181b014028f7803014338050ad", + "0x19ef006788f180c042028f10033de00cf1003040028f10033de00c053b8", + "0x18b5006ee4050b50067bc019e108c0301200a08c00cf7803014280051e1", + "0x4f80c00677c019ef00677c01bb701427c019ef00627c0181901477c019ef", + "0x500a3de00c7e803036028051ef0060e0019e8014028f7803014338051df", + "0xfd80a09000cf780301407c0500a3de00ca88033d0028051ef0064140181b", + "0x260033de00c250480180840504a0067bc0184a0060800504a0067bc0180a", + "0xf78030a400ddc80a0a400cf780309813406024014134019ef0060285000a", + "0x2803601800c280033de00c2800376e0281b0033de00c1b00303202828003", + "0xf80a0147bc0190500606c0500a3de00ca88033d0028051ef0060286700a", + "0x1080a3bc00cf78033bc00c1000a3bc00cf7803014ee0050530067bc0180a", + "0x19ef0067706400c048028640033de00c050a0014770019ef0067782980c", + "0x19da006edc050a30067bc018a3006064051da0067bc01868006ee405068", + "0xe380a0147bc0190500606c0500a3de00c050ce0147685180c006768019ef", + "0xec0033de00c5903b018ed4050b20067bc019d9006ee8051d90067bc0180a", + "0xf78030b200ddb80a2a600cf78032a600c0c80a0b200cf78033b000ddb00a", + "0x181b014028f780304200c2300a0147bc0180a19c0282c95301800c2c803", + "0x63b5014758019ef00675c01bba01475c019ef006028e380a0147bc01905", + "0x50033de00c050030320282e8033de00cea80376c028ea8033de00ceb03b", + "0x500c01e028051ef006028df00a0ba028060030ba00cf78030ba00ddb80a", + "0xf780301e00c0c00a0147bc0180a19c02882819019a580c0ce0187bc06003", + "0xf780c03600c8280a19c00cf780319c00c0c80a0147bc0180a3900280d803", + "0x3a80a07600cf780314200ce080a0147bc0180a19c0280f803d2e2840e00c", + "0x6700a015a600180a392028108033de00c1d803380028100033de00c0e003", + "0x1875014090019ef006280019bf014280019ef006028e380a0147bc0180a", + "0x34c9500067bc060210061fc050210067bc01824006700050200067bc0181f", + "0xa98033de00ca80030f0028051ef006028df00a0147bc0180a19c028a8803", + "0x18a20180301080a14400cf780314400c1000a14400cf78032a600cef80a", + "0x1951014338019ef006338018190145f0019ef0060800184d0141a4019ef", + "0x517c0067bc0197c0064dc050690067bc018690062b4050180067bc01818", + "0xf7803014338050a31fa5f4078031463f4be80f3de00cbe06903033867363", + "0x500a3de00c10003036028051ef00654401846014028f78030146f80500a", + "0x19ef0066f4019920146f4019ef0066880600c162028d10033de00c051c7", + "0x19ce006644050180067bc01818006544050ce0067bc018ce006064051ce", + "0x500a3de00c078033b8028051ef0060286700a39c0606700f006738019ef", + "0x1000a04400cf7803014778051db0067bc0180a03e028051ef0060300184c", + "0x1c0033de00c050a00140d8019ef006088ed80c042028110033de00c11003", + "0x1819006064051e80067bc019e00062d0051e00067bc018360700301200a", + "0xc80f0067a0019ef0067a001991014414019ef00641401951014064019ef", + "0xc003d343380780c3de0300600320a028060033de00c01803030028f4105", + "0x828033de00c0c8033be0280c8033de00c670030f0028051ef0060286700a", + "0xf780303600c3b80a03800cf780301e00c3a80a03600cf780320a00c3980a", + "0x501f0067bc0180a38e028051ef0060286700a015a6c0180a39202850803", + "0x19ef0060ec01877014070019ef006060018750140ec019ef00607c019c4", + "0xe00320a028051ef0060286700a04200f4e0200067bc060a100670c050a1", + "0xa88033de00c12003382028051ef0060286700a2a000f4e824140030f780c", + "0x569e006028e480a14400cf78032a200ce000a2a600cf780314000c3a80a", + "0x517c0067bc018690066fc050690067bc0180a38e028051ef0060286700a", + "0x61ef00654c01baf014288019ef0065f0019c001454c019ef00654001875", + "0x51a2007a7c518033de030510030fe0287e8033de00cbe80309a028be953", + "0x51ce0067bc019bd00677c051bd0067bc018a30061e00500a3de00c050ce", + "0x6700a06c00f500223b6030f780c39c02806081014738019ef00673801820", + "0x190501476c019ef00676c01819014028f78031fa00cee00a0147bc0180a", + "0x19ef006780019c1014028f7803014338051e8007a84f00380187bc06153", + "0x351003014724051e60067bc0189f006700051e70067bc018380061d40509f", + "0xf20033de00cf280337e028f28033de00c051c7014028f78030143380500a", + "0xf78033ce00dd780a3cc00cf78033c800ce000a3ce00cf78033d000c3a80a", + "0xf0803d46788019ef0187980187f01478c019ef0062b40184d0142b4f380c", + "0x5a8033de00c230033be028230033de00cf10030f0028051ef0060286700a", + "0x504a007a90241df0187bc060b53b60304080a16a00cf780316a00c1000a", + "0x8280a3be00cf78033be00c0c80a0147bc019e30067700500a3de00c050ce", + "0xf780309a00ce080a0147bc0180a19c02829003d4a1342600c3de030f3803", + "0x180a392028ef0033de00c28003380028298033de00c260030ea02828003", + "0x19ef006770019bf014770019ef006028e380a0147bc0180a19c028056a6", + "0x1853006ebc051de0067bc018c8006700050530067bc018520061d4050c8", + "0x1ea73b200cf780c3bc00c3f80a3b400cf78030d000c2680a0d014c061ef", + "0x19ef006760019df014760019ef00676401878014028f7803014338050b2", + "0xea803d50758eb80c3de0302c9df018204050590067bc0185900608005059", + "0x51d70067bc019d70060640500a3de00ced0033b8028051ef0060286700a", + "0x19d40067040500a3de00c050ce01474c01ea93a8174061ef01814c01905", + "0x51c901419c019ef006184019c001418c019ef00617401875014184019ef", + "0xf78033a400cdf80a3a400cf780301471c0500a3de00c050ce01402b55003", + "0x3180375e028338033de00c2c003380028318033de00ce98030ea0282c003", + "0x3558650067bc060670061fc050a90067bc019d0006134051d00c6030f7803", + "0xf780303a00cef80a03a00cf78030ca00c3c00a0147bc0180a19c02809003", + "0x1eac3962b0061ef018730eb80c102028e60033de00ce6003040028e6003", + "0x560033de00c56003032028051ef0062a4019dc014028f7803014338051c9", + "0x3c003382028051ef0060286700a0e600f56878390030f780c0c600c8280a", + "0xe480a38e00cf78030ea00ce000a0ee00cf780339000c3a80a0ea00cf7803", + "0x19c40066fc051c40067bc0180a38e028051ef0060286700a015ab80180a", + "0x1baf01471c019ef00670c019c00141dc019ef0061cc0187501470c019ef", + "0xdf8033de030e38030fe028e00033de00ce080309a028e08770187bc01877", + "0x188100677c050810067bc019bf0061e00500a3de00c050ce0141fc01eaf", + "0x358085106030f780c37c2b0063bb0146f8019ef0066f8018200146f8019ef", + "0x19ef00620c01819014028f780338000cee00a0147bc0180a19c02846003", + "0x19c1014028f7803014338050da007ac44588a0187bc0607700641405083", + "0x51bc0067bc01890006700050820067bc0188a0061d4050900067bc0188b", + "0xdd80337e028dd8033de00c051c7014028f78030143380500ad6400c051c9", + "0x1d780a37800cf780337400ce000a10400cf78031b400c3a80a37400cf7803", + "0x19ef0186f00187f0146d0019ef0066e40184d0146e44100c3de00c41003", + "0xd80033be028d80033de00cd98030f0028051ef0060286700a36200f599b3", + "0xd41ad0187bc061ae106031dd80a35c00cf780335c00c1000a35c00cf7803", + "0xf780335a00c0c80a0147bc019b40067700500a3de00c050ce01426801eb4", + "0x3c00a0147bc0180a19c028d1803d6a690d900c3de0304100320a028d6803", + "0xcf8033de00cd00030e6028d00033de00cd08033be028d08033de00cd2003", + "0x56b6006028e480a33a00cf780333e00c3b80a33c00cf780336400c3a80a", + "0x519b0067bc0199c0067100519c0067bc0180a38e028051ef0060286700a", + "0x19ef018674019c3014674019ef00666c01877014678019ef00668c01875", + "0x54003d70298cc00c3de030cf00320a028051ef0060286700a33200f5b99a", + "0xcb0033de00ccb8033be028cb8033de00c530030f0028051ef0060286700a", + "0xf780315400c3b80a15600cf780333000c3a80a15400cf780332c00c3980a", + "0x51940067bc0180a38e028051ef0060286700a015ae40180a392028ca803", + "0x19ef00664c018770142ac019ef0062a00187501464c019ef006650019c4", + "0x6700a32400f5d0b10067bc0619500670c050b00067bc018ab00613405195", + "0x1de00a32200cf7803162668d4085396758240220400706f00a0147bc0180a", + "0x580033de00c5800326e028d68033de00cd6803032028598033de00cc8803", + "0x19e0014028f7803014338050b31606b40780316600cf780316600dde80a", + "0x428032aa028051ef0066a001955014028f780333400cf000a0147bc01820", + "0x184800620c0500a3de00ceb003106028051ef00672c01883014028f7803", + "0x19ad006064050b40067bc01992006efc0500a3de00c11003106028051ef", + "0xd680f0062d0019ef0062d001bbd0142c0019ef0062c0019370146b4019ef", + "0x51ef006080019e0014028f780304400c4180a0147bc0180a19c0285a0b0", + "0x500a3de00ce5803106028051ef00621401955014028f780335000caa80a", + "0x51900067bc0199e0061340500a3de00c24003106028051ef00675801883", + "0x19ef006640019370146b4019ef0066b40181901463c019ef00666401bbf", + "0xd80a0147bc0180a19c028c799035a03c0198f0067bc0198f006ef405190", + "0x1883014028f780304000cf000a0147bc0182200620c0500a3de00c41003", + "0xe5803106028051ef00621401955014028f78033ac00c4180a0147bc01848", + "0xf78030143380500ad7600c051c90142d8019ef00626801819014028f7803", + "0x51ef00608801883014028f780310400c0d80a0147bc019b10061180500a", + "0x500a3de00ceb003106028051ef00612001883014028f780304000cf000a", + "0x50b60067bc018830060640500a3de00ce5803106028051ef00621401955", + "0xda0033de00cda00326e028c60033de00c5b80377e0285b8033de00c051c7", + "0x181b014028f78030143380518c3682d80780331800cf780331800dde80a", + "0x24003106028051ef006080019e0014028f780304400c4180a0147bc01877", + "0x188c0060640500a3de00ce5803106028051ef00675801883014028f7803", + "0x51ef0061fc01846014028f78030143380500ad7800c051c901491c019ef", + "0x500a3de00c100033c0028051ef00608801883014028f78030ee00c0d80a", + "0xc80a0147bc019cb00620c0500a3de00ceb003106028051ef00612001883", + "0x50a50067bc018b8006efc050b80067bc0180a38e029238033de00c56003", + "0x6700a14a7012380f006294019ef00629401bbd014700019ef00670001937", + "0x100033c0028051ef00608801883014028f78030c600c0d80a0147bc0180a", + "0x19c90060640500a3de00ceb003106028051ef00612001883014028f7803", + "0x51ef00604801846014028f78030143380500ad7a00c051c9014624019ef", + "0x500a3de00c100033c0028051ef00608801883014028f78030c600c0d80a", + "0x51890067bc019d70060640500a3de00ceb003106028051ef00612001883", + "0x548033de00c5480326e0285e8033de00c5e00377e0285e0033de00c051c7", + "0x181b014028f7803014338050bd1526240780317a00cf780317a00dde80a", + "0x24003106028051ef006080019e0014028f780304400c4180a0147bc01853", + "0xf78030143380500ad7c00c051c9014620019ef00675401819014028f7803", + "0x51ef00608801883014028f78030a600c0d80a0147bc018b20061180500a", + "0xc40033de00cef803032028051ef00612001883014028f780304000cf000a", + "0x19ef0067680193701429c019ef0062f801bbf0142f8019ef006028e380a", + "0xd80a0147bc0180a19c028539da31003c018a70067bc018a7006ef4051da", + "0x1819014028f780304000cf000a0147bc0182200620c0500a3de00cf3803", + "0x19e10061180500a3de00c050ce01402b5f803014724051840067bc0184a", + "0xf780304000cf000a0147bc0182200620c0500a3de00cf3803036028051ef", + "0xf780318600ddf80a18600cf780301471c051840067bc019db0060640500a", + "0xf198401e00cc00033de00cc000377a028f18033de00cf180326e028c0003", + "0x500a3de00c100033c0028051ef00654c0181b014028f780301433805180", + "0x1846014028f78030143380500ad8000c051c90145fc019ef0060d801819", + "0x5003032028051ef006080019e0014028f78032a600c0d80a0147bc019a2", + "0x19370145f8019ef00631801bbf014318019ef006028e380a2fe00cf7803", + "0x180a19c028bf0fd2fe03c0197e0067bc0197e006ef4050fd0067bc018fd", + "0x5003032028bd0033de00c1080377e028bd8033de00c0e00309a028051ef", + "0x78032f400cf78032f400dde80a2f600cf78032f600c9b80a01400cf7803", + "0x1ec119c03c061ef01803001905014030019ef00600c018180145e8bd80a", + "0x19ef006064019df014064019ef00633801878014028f780301433805018", + "0x181b0061dc0501c0067bc0180f0061d40501b0067bc019050061cc05105", + "0xf8033de00c051c7014028f78030143380500ad8400c051c9014284019ef", + "0xf780307600c3b80a03800cf780303000c3a80a07600cf780303e00ce200a", + "0x1905014028f780301433805021007b0c100033de0305080338602850803", + "0x19ef006090019c1014028f780301433805150007b10120a00187bc0601c", + "0x362803014724050a20067bc01951006700051530067bc018a00061d405151", + "0xbe0033de00c3480337e028348033de00c051c7014028f78030143380500a", + "0xf78032a600dd780a14400cf78032f800ce000a2a600cf78032a000c3a80a", + "0xd1003d8c28c019ef0182880187f0143f4019ef0065f40184d0145f4a980c", + "0xe70033de00cde8033be028de8033de00c518030f0028051ef0060286700a", + "0x5036007b1c111db0187bc061ce0140304080a39c00cf780339c00c1000a", + "0x8280a3b600cf78033b600c0c80a0147bc018fd0067700500a3de00c050ce", + "0xf78033c000ce080a0147bc0180a19c028f4003d907801c00c3de030a9803", + "0x180a392028f30033de00c4f803380028f38033de00c1c0030ea0284f803", + "0x19ef006794019bf014794019ef006028e380a0147bc0180a19c028056c9", + "0x19e7006ebc051e60067bc019e4006700051e70067bc019e80061d4051e4", + "0x1eca3c400cf780c3cc00c3f80a3c600cf780315a00c2680a15a79c061ef", + "0x19ef006118019df014118019ef00678801878014028f7803014338051e1", + "0x25003d96120ef80c3de0305a9db018204050b50067bc018b5006080050b5", + "0x51df0067bc019df0060640500a3de00cf18033b8028051ef0060286700a", + "0x184d0067040500a3de00c050ce01414801ecc09a130061ef01879c01905", + "0x51c9014778019ef006140019c001414c019ef00613001875014140019ef", + "0xf78033b800cdf80a3b800cf780301471c0500a3de00c050ce01402b66803", + "0x2980375e028ef0033de00c64003380028298033de00c290030ea02864003", + "0x3671d90067bc061de0061fc051da0067bc01868006134050680a6030f7803", + "0xf78033b000cef80a3b000cf78033b200c3c00a0147bc0180a19c02859003", + "0x1ecf3ac75c061ef018164ef80c1020282c8033de00c2c8030400282c803", + "0xeb8033de00ceb803032028051ef006768019dc014028f7803014338051d5", + "0xea003382028051ef0060286700a3a600f681d40ba030f780c0a600c8280a", + "0xe480a0ce00cf78030c200ce000a0c600cf78030ba00c3a80a0c200cf7803", + "0x19d20066fc051d20067bc0180a38e028051ef0060286700a015b440180a", + "0x1baf01419c019ef006160019c001418c019ef00674c01875014160019ef", + "0x328033de030338030fe028548033de00ce800309a028e80630187bc01863", + "0x181d00677c0501d0067bc018650061e00500a3de00c050ce01404801ed2", + "0x3699cb158030f780c39875c06081014730019ef00673001820014730019ef", + "0x19ef0062b001819014028f780315200cee00a0147bc0180a19c028e4803", + "0x19c1014028f780301433805073007b503c1c80187bc06063006414050ac", + "0x51c70067bc01875006700050770067bc019c80061d4050750067bc01878", + "0xe200337e028e20033de00c051c7014028f78030143380500adaa00c051c9", + "0x2680a38e00cf780338600ce000a0ee00cf78030e600c3a80a38600cf7803", + "0xf7803014338051bf007b58e00033de030e38030fe028e08033de00c3b803", + "0x1881006080050810067bc0187f00677c0507f0067bc019c00061e00500a", + "0x51ef0060286700a10a00f6b88337c030f780c1022b0063bb014204019ef", + "0x508a0067bc0188c006f000508c0067bc01883396758240220400656700a", + "0x19ef00622801bc2014704019ef006704019370146f8019ef0066f801819", + "0x1883014028f780304000cf000a0147bc0180a19c028451c137c03c0188a", + "0x24003106028051ef00675801883014028f780339600c4180a0147bc01822", + "0xf78030143380500adb000c051c901422c019ef00621401819014028f7803", + "0x51ef00608801883014028f780304000cf000a0147bc019bf0061180500a", + "0x500a3de00c24003106028051ef00675801883014028f780339600c4180a", + "0x480033de00c6d0037880286d0033de00c051c701422c019ef0062b001819", + "0x509038222c0780312000cf780312000de100a38200cf780338200c9b80a", + "0x1883014028f78030c600c0d80a0147bc018200067800500a3de00c050ce", + "0xe4803032028051ef00675801883014028f780309000c4180a0147bc01822", + "0xf780302400c2300a0147bc0180a19c028056d9006028e480a10400cf7803", + "0x51ef00608801883014028f78030c600c0d80a0147bc018200067800500a", + "0x410033de00ceb803032028051ef00675801883014028f780309000c4180a", + "0x19ef0062a4019370146ec019ef0066f001bc40146f0019ef006028e380a", + "0xf000a0147bc0180a19c028dd8a910403c019bb0067bc019bb006f08050a9", + "0x1883014028f780304400c4180a0147bc0185300606c0500a3de00c10003", + "0x180a19c028056da006028e480a37400cf78033aa00c0c80a0147bc01848", + "0xf78030a600c0d80a0147bc018200067800500a3de00c5900308c028051ef", + "0x19ef00677c01819014028f780309000c4180a0147bc0182200620c0500a", + "0xf78033b400c9b80a36800cf780337200de200a37200cf780301471c051ba", + "0x500a3de00c050ce0146d0ed1ba01e00cda0033de00cda003784028ed003", + "0xc80a0147bc0182200620c0500a3de00cf3803036028051ef006080019e0", + "0xf080308c028051ef0060286700a015b6c0180a392028d98033de00c25003", + "0x182200620c0500a3de00cf3803036028051ef006080019e0014028f7803", + "0x19b1006f10051b10067bc0180a38e028d98033de00ced803032028051ef", + "0xd980f0066c0019ef0066c001bc201478c019ef00678c019370146c0019ef", + "0x51ef00654c0181b014028f780304000cf000a0147bc0180a19c028d81e3", + "0x2300a0147bc0180a19c028056dc006028e480a35c00cf780306c00c0c80a", + "0x1819014028f78032a600c0d80a0147bc018200067800500a3de00cd1003", + "0x9b80a35000cf780335a00de200a35a00cf780301471c051ae0067bc0180a", + "0x50ce0146a07e9ae01e00cd40033de00cd40037840287e8033de00c7e803", + "0x18190146c8019ef00608401bc4014268019ef0060700184d014028f7803", + "0x19b20067bc019b2006f080509a0067bc0189a0064dc0500a0067bc0180a", + "0x66dd030338061ef01800c0500c01e028051ef006028df00a3642680500f", + "0x51ef006028e400a03600cf780301800dcc80a0147bc0180a19c02882819", + "0x6700a03e00f6f0a1038030f780c03600de280a19c00cf780319c00c0c80a", + "0x1e480a04000cf780303800de400a07600cf780314200de380a0147bc0180a", + "0x180a38e028051ef0060286700a015b7c0180a392028108033de00c1d803", + "0x1bc9014080019ef00607c01bc8014090019ef00628001bca014280019ef", + "0x51ef0060286700a2a200f701500067bc06021006f2c050210067bc01824", + "0x510033de00ca980365c028a98033de00ca8003798028051ef006028df00a", + "0x186901e0301080a0d200cf78030d200c1000a0d200cf780314400cc400a", + "0x1951014338019ef006338018190145f4019ef00608001b370145f0019ef", + "0x517c0067bc0197c0062b40517d0067bc0197d006e74050180067bc01818", + "0xf7803014338051a21463f40780334428c7e80f3de00cbe17d0303386739e", + "0x500a3de00c1000379a028051ef00654401846014028f78030146f80500a", + "0x19ef00673801992014738019ef0066f40780c162028de8033de00c051c7", + "0x19db006644050180067bc01818006544050ce0067bc018ce006064051db", + "0x500a3de00c07803098028051ef0060286700a3b60606700f00676c019ef", + "0x1000a06c00cf7803014778050220067bc0180a03e028051ef00603001bce", + "0xf00033de00c050a00140e0019ef0060d81100c0420281b0033de00c1b003", + "0x18190060640509f0067bc019e80062d0051e80067bc018383c00301200a", + "0xc80f00627c019ef00627c01991014414019ef00641401951014064019ef", + "0x500a3de00c051be014028f780301400c050180067bc0180a79e0284f905", + "0x1ba1014028f78030143380501c03603370905032030f780c0060280600f", + "0x1bd0014064019ef00606401819014028f7803014720050a10067bc0180c", + "0x19ef0060ec019fc014028f780301433805020007b881d81f0187bc060a1", + "0x371803014724050a00067bc01821006f4c050ce0067bc0181f006f4405021", + "0xa80033de00c120037a8028120033de00c051c7014028f78030143380500a", + "0x18ce030031eb00a14000cf78032a000de980a19c00cf780304000de880a", + "0xdf00a0147bc0180a19c028a9803dc8544019ef01828001bd8014338019ef", + "0x1ed80a14400cf780314400d9d00a14400cf78032a200dec80a0147bc0180a", + "0xf78032fa00da980a2fa5f0061ef0061a401bdc0141a45100c3de00c51003", + "0x510037b8028518033de00c7e80f018084050fd0067bc0197c00677c0500a", + "0xa880a03200cf780303200c0c80a0147bc019a2006780051bd344030f7803", + "0x518033de00c5180315a028de8033de00cde80327e028828033de00c82803", + "0x3728360067bc06022006788050223b6738079ef00628cde905032339ac00a", + "0xf780306c00cf080a3c000cf780319c00da500a0147bc0180a19c0281c003", + "0xed8032a2028e70033de00ce7003032028051ef00627c0184601427cf400c", + "0x1d300a3d000cf78033d000c5680a3c000cf78033c000dd200a3b600cf7803", + "0x51ef0060286700a3ca798f380f006794f31e701e7bc019e83c076ce70ce", + "0x19ef00673801819014790019ef0060e0018b4014028f780319c00dee80a", + "0xf21db39c03c019e40067bc019e4006644051db0067bc019db006544051ce", + "0x1bdd014028f78032a600c2300a0147bc0180a37c028051ef0060286700a", + "0xc900a3c600cf780315a03c060b10142b4019ef006028e380a0147bc018ce", + "0x828033de00c828032a20280c8033de00c0c803032028f10033de00cf1803", + "0x1bde014028f7803014338051e220a064078033c400cf78033c400cc880a", + "0x180a03e028051ef00603001bdf014028f780301e00c2600a0147bc01818", + "0xf080c042028230033de00c23003040028230033de00c051de014784019ef", + "0x50480067bc018b53be0301200a3be00cf7803014280050b50067bc01846", + "0x19ef0060700195101406c019ef00606c01819014128019ef006120018b4", + "0x50180067bc0180a7c00282501c03603c0184a0067bc0184a0066440501c", + "0x373105032030f780c0060280600f014028f78030146f80500a3de00c05003", + "0xf7803014720050a10067bc0180c006ea40500a3de00c050ce0140700d80c", + "0x5020007b9c1d81f0187bc060a10067e8050190067bc018190060640500a", + "0x50ce0067bc0181f006f88050210067bc0183b006f840500a3de00c050ce", + "0x51c7014028f78030143380500add000c051c9014280019ef00608401be3", + "0x1f180a19c00cf780304000df100a2a000cf780304800df200a04800cf7803", + "0x19ef01828001be7014338019ef0063380c00c7ca028500033de00ca8003", + "0xf78032a200df400a0147bc0180a37c028051ef0060286700a2a600f74951", + "0x5100327e028828033de00c828032a20280c8033de00c0c80303202851003", + "0x79ef00603c51105032339ac00a01e00cf780301e00c5680a14400cf7803", + "0x1f500a0147bc0180a19c02851803dd43f4019ef0185f4019e20145f4be069", + "0x51ef00673801846014738de80c3de00c7e8033c2028d10033de00c67003", + "0xf780334400dd580a2f800cf78032f800ca880a0d200cf78030d200c0c80a", + "0x111db01e7bc019bd3445f0348ce758028de8033de00cde80315a028d1003", + "0x18b4014028f780319c00df600a0147bc0180a19c0281b0223b603c01836", + "0x517c0067bc0197c006544050690067bc01869006064050380067bc018a3", + "0x180a37c028051ef0060286700a0705f03480f0060e0019ef0060e001991", + "0x19ef006028e380a0147bc018ce006fb00500a3de00ca980308c028051ef", + "0xc8030320284f8033de00cf4003324028f40033de00cf000f0182c4051e0", + "0x780313e00cf780313e00cc880a20a00cf780320a00ca880a03200cf7803", + "0xf780301e00c2600a0147bc01818006fb40500a3de00c050ce01427c82819", + "0xf30033de00c051de01479c019ef0060280f80a0147bc0180c006fbc0500a", + "0xf7803014280051e50067bc019e63ce0301080a3cc00cf78033cc00c1000a", + "0x181901478c019ef0062b4018b40142b4019ef006794f200c048028f2003", + "0x19e30067bc019e30066440501c0067bc0181c0065440501b0067bc0181b", + "0x8b0ce01403c0600301447c6592022c338260cb240458671e53c60700d80f", + "0x6592022c338260cb2404586709a01e0300180a23e32c9011619c13065920", + "0x672ff01e0300180a23e32c9011619c1306592022c3389a00f01800c0511f", + "0x9011619c1306592022c339a700f01800c0511f1964808b0ce09832c90116", + "0x1f880f01800c0511f1964808b0ce09832c9011619ce8c0780c0060288f8cb", + "0x900e122c0623d0ce01e0300180a23e32c900e122c060260cb2403848b018", + "0x9011619c1306592022c33ac80ce01e0300180a23e32c900e122c060260cb", + "0x37600f01800c0511f1964808b0ce09832c9011619dbac0780c0060288f8cb", + "0x8b0ce09832c9011619dbb40780c0060288f8cb2404586704c1964808b0ce", + "0x37780f01800c051302404580784825a4808b0ceddc03c0600301447c65920", + "0xc0ce01e0300180a29a32c7092022c06011022006508780cb1c24808b01c", + "0x780c006028a68cb1c24808b018044508780cb1c24808b105de006c82819", + "0xcef219c03c060030145346592022c338a10f01964808b018de20640c0ce", + "0x6592022c33b7981819c03c060030145346592022c338111421e032c90116", + "0xaa0cb240458670731cc32c90116031bd00780c006028a68cb2404586714c", + "0x6700f01800c0514d1964808b0ce2841186592022c0637a8ce01e0300180a", + "0x780c0060288f8cb240458670122f600ca10cb24045882ef702400c056f6", + "0x37d01200602b7c80f01800c0517e2404580784c0984808b0cedf00640c0ce", + "0x8b0ce2840e06592022c0637d80f01800c051802404580784c0984808b0ce", + "0x60030146f86592001e228019421964800c6fc19c03c0600301453465920", + "0x6700f01800c0514d1964808b0ce024130bd80328432c90116037bf46700f", + "0x912022c33b7f80f01800c05130240458078480984808b0cedfc4140c818", + "0x9011619dc040180a3bc4580604c22c0338000f01800c0513024045807848", + "0x67030060285a84c22c03c26116019c080780c0060289812022c03c26048", + "0x780c0060289812022c03c2406724045867704006028f004c22c03c26116", + "0x8b00f0901a49011619dc180780c0060289812022c03c2406824045867705", + "0x1c1c0780c00602898120" + ], + "sierra_program_debug_info": { + "type_names": [ + [ + 0, + "Array" + ], + [ + 1, + "felt252" + ], + [ + 2, + "u32" + ], + [ + 3, + "core::byte_array::ByteArray" + ], + [ + 4, + "Uninitialized" + ], + [ + 5, + "Box" + ], + [ + 6, + "Unit" + ], + [ + 7, + "core::option::Option::>" + ], + [ + 8, + "Array" + ], + [ + 9, + "Snapshot>" + ], + [ + 10, + "Uninitialized>>" + ], + [ + 11, + "Box" + ], + [ + 12, + "core::option::Option::>" + ], + [ + 13, + "Array" + ], + [ + 14, + "Snapshot>" + ], + [ + 15, + "Uninitialized>>" + ], + [ + 16, + "Box" + ], + [ + 17, + "core::option::Option::>" + ], + [ + 18, + "Const" + ], + [ + 19, + "Const" + ], + [ + 20, + "Const" + ], + [ + 21, + "core::array::Span::" + ], + [ + 22, + "Const" + ], + [ + 23, + "Const" + ], + [ + 24, + "Const" + ], + [ + 25, + "Const" + ], + [ + 26, + "Const" + ], + [ + 27, + "Const" + ], + [ + 28, + "Const" + ], + [ + 29, + "Const" + ], + [ + 30, + "u8" + ], + [ + 31, + "u16" + ], + [ + 32, + "rpg::models::index::Dungeon" + ], + [ + 33, + "core::option::Option::" + ], + [ + 34, + "Const" + ], + [ + 35, + "Const" + ], + [ + 36, + "Const" + ], + [ + 37, + "Const" + ], + [ + 38, + "Const" + ], + [ + 39, + "Const" + ], + [ + 40, + "Const" + ], + [ + 41, + "Const" + ], + [ + 42, + "Const" + ], + [ + 43, + "Const" + ], + [ + 44, + "rpg::models::index::Player" + ], + [ + 45, + "core::option::Option::" + ], + [ + 46, + "Const" + ], + [ + 47, + "Array" + ], + [ + 48, + "Snapshot>" + ], + [ + 49, + "core::array::Span::" + ], + [ + 50, + "core::option::Option::>" + ], + [ + 51, + "Tuple, core::option::Option::>>" + ], + [ + 52, + "core::panics::Panic" + ], + [ + 53, + "Tuple>" + ], + [ + 54, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 55, + "Const" + ], + [ + 56, + "Tuple" + ], + [ + 57, + "core::array::Span::" + ], + [ + 58, + "Const" + ], + [ + 59, + "Const" + ], + [ + 60, + "Const, Const>" + ], + [ + 61, + "Const" + ], + [ + 62, + "Const" + ], + [ + 63, + "Const" + ], + [ + 64, + "Const, Const>" + ], + [ + 65, + "Const" + ], + [ + 66, + "Const" + ], + [ + 67, + "Const" + ], + [ + 68, + "Const" + ], + [ + 69, + "Array" + ], + [ + 70, + "Snapshot>" + ], + [ + 71, + "core::array::Span::" + ], + [ + 72, + "Const" + ], + [ + 73, + "Tuple" + ], + [ + 74, + "Const, Const>" + ], + [ + 75, + "Box>" + ], + [ + 76, + "Const" + ], + [ + 77, + "dojo::model::layout::Layout" + ], + [ + 78, + "dojo::model::layout::FieldLayout" + ], + [ + 79, + "Const" + ], + [ + 80, + "Const" + ], + [ + 81, + "Const" + ], + [ + 82, + "Const" + ], + [ + 83, + "Const" + ], + [ + 84, + "rpg::components::playable::PlayableComponent::Event" + ], + [ + 85, + "ClassHash" + ], + [ + 86, + "dojo::contract::upgradeable::upgradeable::Upgraded" + ], + [ + 87, + "dojo::contract::upgradeable::upgradeable::Event" + ], + [ + 88, + "rpg::systems::actions::actions::Event" + ], + [ + 89, + "Const" + ], + [ + 90, + "Const" + ], + [ + 91, + "Const" + ], + [ + 92, + "Const" + ], + [ + 93, + "Const" + ], + [ + 94, + "core::bool" + ], + [ + 95, + "Tuple" + ], + [ + 96, + "core::panics::PanicResult::<(core::bool,)>" + ], + [ + 97, + "Array" + ], + [ + 98, + "Snapshot>" + ], + [ + 99, + "core::array::Span::" + ], + [ + 100, + "ContractAddress" + ], + [ + 101, + "u128" + ], + [ + 102, + "core::starknet::info::v2::TxInfo" + ], + [ + 103, + "u64" + ], + [ + 104, + "core::starknet::info::v2::ResourceBounds" + ], + [ + 105, + "Const" + ], + [ + 106, + "Const" + ], + [ + 107, + "Const" + ], + [ + 108, + "Const" + ], + [ + 109, + "Const" + ], + [ + 110, + "Const" + ], + [ + 111, + "Const" + ], + [ + 112, + "Const" + ], + [ + 113, + "Const" + ], + [ + 114, + "Const" + ], + [ + 115, + "Const, Const>" + ], + [ + 116, + "NonZero" + ], + [ + 117, + "Uninitialized" + ], + [ + 118, + "Const" + ], + [ + 119, + "Const" + ], + [ + 120, + "Const" + ], + [ + 121, + "Const" + ], + [ + 122, + "Const" + ], + [ + 123, + "Const" + ], + [ + 124, + "Const" + ], + [ + 125, + "Const" + ], + [ + 126, + "Const" + ], + [ + 127, + "Const" + ], + [ + 128, + "Const, Const>" + ], + [ + 129, + "Const, Const>" + ], + [ + 130, + "Const" + ], + [ + 131, + "Const" + ], + [ + 132, + "Const, Const>" + ], + [ + 133, + "Const, Const>" + ], + [ + 134, + "Const" + ], + [ + 135, + "Const" + ], + [ + 136, + "rpg::types::role::Role" + ], + [ + 137, + "Const, Const>" + ], + [ + 138, + "Const, Const>" + ], + [ + 139, + "Const" + ], + [ + 140, + "Const" + ], + [ + 141, + "Const, Const>" + ], + [ + 142, + "Const, Const>" + ], + [ + 143, + "Const" + ], + [ + 144, + "Const" + ], + [ + 145, + "Const, Const>" + ], + [ + 146, + "Const, Const>" + ], + [ + 147, + "Const" + ], + [ + 148, + "Const" + ], + [ + 149, + "Const, Const>" + ], + [ + 150, + "U128MulGuarantee" + ], + [ + 151, + "Const" + ], + [ + 152, + "core::integer::u256" + ], + [ + 153, + "Const, Const, Const>>" + ], + [ + 154, + "NonZero" + ], + [ + 155, + "Const, Const>" + ], + [ + 156, + "rpg::types::monster::Monster" + ], + [ + 157, + "Const" + ], + [ + 158, + "Const" + ], + [ + 159, + "Const" + ], + [ + 160, + "Tuple, core::array::Span::, rpg::models::index::Dungeon>" + ], + [ + 161, + "core::panics::PanicResult::<(core::array::Span::, core::array::Span::, rpg::models::index::Dungeon)>" + ], + [ + 162, + "Const" + ], + [ + 163, + "Tuple, core::array::Span::, rpg::models::index::Player>" + ], + [ + 164, + "core::panics::PanicResult::<(core::array::Span::, core::array::Span::, rpg::models::index::Player)>" + ], + [ + 165, + "dojo::model::model::ModelIndex" + ], + [ + 166, + "Const" + ], + [ + 167, + "Uninitialized>" + ], + [ + 168, + "Uninitialized, core::array::Span::, rpg::models::index::Player>>" + ], + [ + 169, + "System" + ], + [ + 170, + "Uninitialized" + ], + [ + 171, + "Uninitialized" + ], + [ + 172, + "Uninitialized" + ], + [ + 173, + "Uninitialized" + ], + [ + 174, + "Const" + ], + [ + 175, + "Const" + ], + [ + 176, + "Const" + ], + [ + 177, + "Const" + ], + [ + 178, + "Const" + ], + [ + 179, + "Const" + ], + [ + 180, + "Const" + ], + [ + 181, + "Const" + ], + [ + 182, + "Const" + ], + [ + 183, + "Const" + ], + [ + 184, + "Const" + ], + [ + 185, + "Const" + ], + [ + 186, + "Const" + ], + [ + 187, + "Const" + ], + [ + 188, + "Const" + ], + [ + 189, + "Const, Const>" + ], + [ + 190, + "NonZero" + ], + [ + 191, + "Const" + ], + [ + 192, + "Const" + ], + [ + 193, + "Const" + ], + [ + 194, + "Const" + ], + [ + 195, + "Const" + ], + [ + 196, + "Const" + ], + [ + 197, + "rpg::types::mode::Mode" + ], + [ + 198, + "NonZero" + ], + [ + 199, + "core::starknet::info::BlockInfo" + ], + [ + 200, + "Box" + ], + [ + 201, + "Box" + ], + [ + 202, + "core::starknet::info::v2::ExecutionInfo" + ], + [ + 203, + "Box" + ], + [ + 204, + "Poseidon" + ], + [ + 205, + "Uninitialized" + ], + [ + 206, + "Box" + ], + [ + 207, + "core::option::Option::>" + ], + [ + 208, + "dojo::contract::upgradeable::upgradeable::ComponentState::" + ], + [ + 209, + "Tuple, Unit>" + ], + [ + 210, + "core::panics::PanicResult::<(dojo::contract::upgradeable::upgradeable::ComponentState::, ())>" + ], + [ + 211, + "Const" + ], + [ + 212, + "Const" + ], + [ + 213, + "Tuple" + ], + [ + 214, + "core::panics::PanicResult::<((),)>" + ], + [ + 215, + "Const" + ], + [ + 216, + "rpg::components::playable::PlayableComponent::ComponentState::" + ], + [ + 217, + "rpg::systems::actions::actions::ContractState" + ], + [ + 218, + "Box" + ], + [ + 219, + "core::option::Option::>" + ], + [ + 220, + "core::option::Option::" + ], + [ + 221, + "Const" + ], + [ + 222, + "dojo::world::world_contract::IWorldDispatcher" + ], + [ + 223, + "Const" + ], + [ + 224, + "StorageAddress" + ], + [ + 225, + "StorageBaseAddress" + ], + [ + 226, + "core::starknet::storage::StoragePointer0Offset::" + ], + [ + 227, + "Const" + ], + [ + 228, + "Const" + ], + [ + 229, + "Const" + ], + [ + 230, + "Const" + ], + [ + 231, + "Const" + ], + [ + 232, + "Const" + ], + [ + 233, + "Const" + ], + [ + 234, + "Const" + ], + [ + 235, + "Tuple>" + ], + [ + 236, + "Tuple, Unit>" + ], + [ + 237, + "core::panics::PanicResult::<(core::array::Array::, ())>" + ], + [ + 238, + "Snapshot>" + ], + [ + 239, + "core::array::Span::" + ], + [ + 240, + "Snapshot" + ], + [ + 241, + "Const" + ], + [ + 242, + "Const" + ], + [ + 243, + "bytes31" + ], + [ + 244, + "BuiltinCosts" + ], + [ + 245, + "core::panics::PanicResult::<(core::array::Span::,)>" + ], + [ + 246, + "Const" + ], + [ + 247, + "GasBuiltin" + ], + [ + 248, + "RangeCheck" + ] + ], + "libfunc_names": [ + [ + 0, + "alloc_local" + ], + [ + 1, + "finalize_locals" + ], + [ + 2, + "revoke_ap_tracking" + ], + [ + 3, + "withdraw_gas" + ], + [ + 4, + "branch_align" + ], + [ + 5, + "struct_deconstruct>" + ], + [ + 6, + "store_temp" + ], + [ + 7, + "array_snapshot_pop_front" + ], + [ + 8, + "drop>>" + ], + [ + 9, + "drop>" + ], + [ + 10, + "drop>" + ], + [ + 11, + "array_new" + ], + [ + 12, + "const_as_immediate>" + ], + [ + 13, + "store_temp" + ], + [ + 14, + "array_append" + ], + [ + 15, + "struct_construct" + ], + [ + 16, + "struct_construct>>" + ], + [ + 17, + "enum_init,)>, 1>" + ], + [ + 18, + "store_temp" + ], + [ + 19, + "store_temp" + ], + [ + 20, + "store_temp,)>>" + ], + [ + 21, + "get_builtin_costs" + ], + [ + 22, + "store_temp" + ], + [ + 23, + "withdraw_gas_all" + ], + [ + 24, + "array_new" + ], + [ + 25, + "const_as_immediate>" + ], + [ + 26, + "const_as_immediate>" + ], + [ + 27, + "struct_construct" + ], + [ + 28, + "store_local" + ], + [ + 29, + "snapshot_take" + ], + [ + 30, + "drop" + ], + [ + 31, + "dup>" + ], + [ + 32, + "struct_snapshot_deconstruct" + ], + [ + 33, + "drop" + ], + [ + 34, + "drop" + ], + [ + 35, + "dup>>" + ], + [ + 36, + "array_len" + ], + [ + 37, + "u32_to_felt252" + ], + [ + 38, + "struct_construct>" + ], + [ + 39, + "store_temp>" + ], + [ + 40, + "store_temp>" + ], + [ + 41, + "function_call, core::bytes_31::bytes31Drop>>" + ], + [ + 42, + "enum_match, ())>>" + ], + [ + 43, + "struct_deconstruct, Unit>>" + ], + [ + 44, + "drop" + ], + [ + 45, + "drop>>" + ], + [ + 46, + "rename" + ], + [ + 47, + "rename" + ], + [ + 48, + "snapshot_take>" + ], + [ + 49, + "drop>" + ], + [ + 50, + "struct_construct>" + ], + [ + 51, + "struct_construct>>" + ], + [ + 52, + "enum_init,)>, 0>" + ], + [ + 53, + "drop>" + ], + [ + 54, + "const_as_immediate>" + ], + [ + 55, + "drop>" + ], + [ + 56, + "const_as_immediate>" + ], + [ + 57, + "const_as_immediate>" + ], + [ + 58, + "const_as_immediate>" + ], + [ + 59, + "const_as_immediate>" + ], + [ + 60, + "const_as_immediate>" + ], + [ + 61, + "const_as_immediate>" + ], + [ + 62, + "const_as_immediate>" + ], + [ + 63, + "storage_base_address_const<650740336360668524901595230498343242982653637614200266226588133205735790452>" + ], + [ + 64, + "struct_construct>" + ], + [ + 65, + "snapshot_take>" + ], + [ + 66, + "drop>" + ], + [ + 67, + "struct_deconstruct>" + ], + [ + 68, + "rename" + ], + [ + 69, + "storage_address_from_base" + ], + [ + 70, + "const_as_immediate>" + ], + [ + 71, + "store_temp" + ], + [ + 72, + "store_temp" + ], + [ + 73, + "storage_read_syscall" + ], + [ + 74, + "contract_address_try_from_felt252" + ], + [ + 75, + "struct_construct" + ], + [ + 76, + "snapshot_take" + ], + [ + 77, + "drop" + ], + [ + 78, + "struct_deconstruct" + ], + [ + 79, + "rename" + ], + [ + 80, + "contract_address_to_felt252" + ], + [ + 81, + "const_as_immediate>" + ], + [ + 82, + "jump" + ], + [ + 83, + "enable_ap_tracking" + ], + [ + 84, + "unbox" + ], + [ + 85, + "enum_init, 0>" + ], + [ + 86, + "store_temp>>" + ], + [ + 87, + "store_temp>" + ], + [ + 88, + "struct_construct" + ], + [ + 89, + "enum_init, 1>" + ], + [ + 90, + "enum_match>" + ], + [ + 91, + "enum_init>, 0>" + ], + [ + 92, + "store_temp>>" + ], + [ + 93, + "enum_init>, 1>" + ], + [ + 94, + "enum_match>>" + ], + [ + 95, + "u8_try_from_felt252" + ], + [ + 96, + "disable_ap_tracking" + ], + [ + 97, + "drop" + ], + [ + 98, + "store_temp" + ], + [ + 99, + "struct_construct>" + ], + [ + 100, + "struct_construct>" + ], + [ + 101, + "struct_construct" + ], + [ + 102, + "snapshot_take" + ], + [ + 103, + "drop" + ], + [ + 104, + "struct_deconstruct" + ], + [ + 105, + "drop>" + ], + [ + 106, + "const_as_immediate>" + ], + [ + 107, + "store_temp" + ], + [ + 108, + "store_temp" + ], + [ + 109, + "function_call::spawn>" + ], + [ + 110, + "enum_match>" + ], + [ + 111, + "drop>" + ], + [ + 112, + "struct_deconstruct>>" + ], + [ + 113, + "drop" + ], + [ + 114, + "const_as_immediate>" + ], + [ + 115, + "const_as_immediate>" + ], + [ + 116, + "function_call::move>" + ], + [ + 117, + "function_call::attack>" + ], + [ + 118, + "rename" + ], + [ + 119, + "rename" + ], + [ + 120, + "rename" + ], + [ + 121, + "rename>" + ], + [ + 122, + "function_call::heal>" + ], + [ + 123, + "function_call" + ], + [ + 124, + "class_hash_try_from_felt252" + ], + [ + 125, + "drop" + ], + [ + 126, + "store_temp" + ], + [ + 127, + "function_call::upgrade>" + ], + [ + 128, + "enum_match, ())>>" + ], + [ + 129, + "drop, Unit>>" + ], + [ + 130, + "struct_deconstruct>" + ], + [ + 131, + "array_snapshot_pop_front" + ], + [ + 132, + "enum_init>, 0>" + ], + [ + 133, + "store_temp>>" + ], + [ + 134, + "store_temp>>" + ], + [ + 135, + "enum_init>, 1>" + ], + [ + 136, + "enum_match>>" + ], + [ + 137, + "unbox" + ], + [ + 138, + "rename" + ], + [ + 139, + "bytes31_to_felt252" + ], + [ + 140, + "struct_construct, Unit>>" + ], + [ + 141, + "enum_init, ())>, 0>" + ], + [ + 142, + "store_temp, ())>>" + ], + [ + 143, + "drop>" + ], + [ + 144, + "enum_init, ())>, 1>" + ], + [ + 145, + "alloc_local" + ], + [ + 146, + "drop>" + ], + [ + 147, + "get_execution_info_v2_syscall" + ], + [ + 148, + "store_temp>" + ], + [ + 149, + "unbox" + ], + [ + 150, + "struct_deconstruct" + ], + [ + 151, + "drop>" + ], + [ + 152, + "drop>" + ], + [ + 153, + "drop" + ], + [ + 154, + "store_temp>" + ], + [ + 155, + "unbox" + ], + [ + 156, + "u8_to_felt252" + ], + [ + 157, + "struct_deconstruct" + ], + [ + 158, + "drop" + ], + [ + 159, + "dup" + ], + [ + 160, + "store_temp" + ], + [ + 161, + "felt252_is_zero" + ], + [ + 162, + "enum_init" + ], + [ + 163, + "store_temp" + ], + [ + 164, + "drop>" + ], + [ + 165, + "const_as_immediate>" + ], + [ + 166, + "felt252_sub" + ], + [ + 167, + "enum_init" + ], + [ + 168, + "const_as_immediate>" + ], + [ + 169, + "enum_init" + ], + [ + 170, + "const_as_immediate>" + ], + [ + 171, + "enum_init" + ], + [ + 172, + "drop" + ], + [ + 173, + "drop>" + ], + [ + 174, + "const_as_immediate>" + ], + [ + 175, + "const_as_immediate>" + ], + [ + 176, + "u64_overflowing_add" + ], + [ + 177, + "const_as_immediate, Const>>" + ], + [ + 178, + "store_temp>" + ], + [ + 179, + "u64_safe_divmod" + ], + [ + 180, + "u64_to_felt252" + ], + [ + 181, + "dup" + ], + [ + 182, + "enum_match" + ], + [ + 183, + "const_as_immediate>" + ], + [ + 184, + "const_as_immediate>" + ], + [ + 185, + "const_as_immediate>" + ], + [ + 186, + "const_as_immediate>" + ], + [ + 187, + "const_as_immediate>" + ], + [ + 188, + "felt252_add" + ], + [ + 189, + "hades_permutation" + ], + [ + 190, + "const_as_immediate>" + ], + [ + 191, + "const_as_immediate>" + ], + [ + 192, + "const_as_immediate>" + ], + [ + 193, + "const_as_immediate>" + ], + [ + 194, + "const_as_immediate>" + ], + [ + 195, + "const_as_immediate>" + ], + [ + 196, + "const_as_immediate>" + ], + [ + 197, + "const_as_immediate>" + ], + [ + 198, + "dup" + ], + [ + 199, + "u8_eq" + ], + [ + 200, + "struct_construct" + ], + [ + 201, + "snapshot_take" + ], + [ + 202, + "drop" + ], + [ + 203, + "store_temp" + ], + [ + 204, + "store_local" + ], + [ + 205, + "function_call" + ], + [ + 206, + "store_temp>" + ], + [ + 207, + "drop" + ], + [ + 208, + "const_as_immediate>" + ], + [ + 209, + "enum_init, 1>" + ], + [ + 210, + "const_as_immediate>" + ], + [ + 211, + "alloc_local" + ], + [ + 212, + "alloc_local" + ], + [ + 213, + "alloc_local" + ], + [ + 214, + "alloc_local" + ], + [ + 215, + "alloc_local, core::array::Span::, rpg::models::index::Player>>" + ], + [ + 216, + "alloc_local>" + ], + [ + 217, + "function_call" + ], + [ + 218, + "store_local>" + ], + [ + 219, + "const_as_immediate>" + ], + [ + 220, + "dup>" + ], + [ + 221, + "enum_init" + ], + [ + 222, + "dup" + ], + [ + 223, + "store_temp" + ], + [ + 224, + "store_temp" + ], + [ + 225, + "function_call" + ], + [ + 226, + "store_local" + ], + [ + 227, + "enum_match,)>>" + ], + [ + 228, + "struct_deconstruct>>" + ], + [ + 229, + "store_temp>" + ], + [ + 230, + "function_call" + ], + [ + 231, + "enum_match, core::array::Span::, rpg::models::index::Player)>>" + ], + [ + 232, + "function_call" + ], + [ + 233, + "const_as_immediate>" + ], + [ + 234, + "store_local, core::array::Span::, rpg::models::index::Player>>" + ], + [ + 235, + "function_call" + ], + [ + 236, + "enum_match, core::array::Span::, rpg::models::index::Dungeon)>>" + ], + [ + 237, + "struct_deconstruct, core::array::Span::, rpg::models::index::Player>>" + ], + [ + 238, + "dup" + ], + [ + 239, + "struct_deconstruct" + ], + [ + 240, + "struct_deconstruct, core::array::Span::, rpg::models::index::Dungeon>>" + ], + [ + 241, + "dup" + ], + [ + 242, + "struct_deconstruct" + ], + [ + 243, + "drop>" + ], + [ + 244, + "drop" + ], + [ + 245, + "drop>" + ], + [ + 246, + "drop>" + ], + [ + 247, + "const_as_immediate>" + ], + [ + 248, + "dup" + ], + [ + 249, + "u16_eq" + ], + [ + 250, + "u128s_from_felt252" + ], + [ + 251, + "const_as_immediate>" + ], + [ + 252, + "store_temp" + ], + [ + 253, + "u128_to_felt252" + ], + [ + 254, + "enum_init" + ], + [ + 255, + "store_temp" + ], + [ + 256, + "const_as_immediate, Const, Const>>>" + ], + [ + 257, + "struct_construct" + ], + [ + 258, + "store_temp" + ], + [ + 259, + "store_temp>" + ], + [ + 260, + "u256_safe_divmod" + ], + [ + 261, + "drop" + ], + [ + 262, + "u128_mul_guarantee_verify" + ], + [ + 263, + "dup" + ], + [ + 264, + "struct_deconstruct" + ], + [ + 265, + "const_as_immediate, Const>>" + ], + [ + 266, + "dup" + ], + [ + 267, + "u128_overflowing_sub" + ], + [ + 268, + "drop" + ], + [ + 269, + "u128_eq" + ], + [ + 270, + "const_as_immediate, Const>>" + ], + [ + 271, + "const_as_immediate, Const>>" + ], + [ + 272, + "enum_init" + ], + [ + 273, + "enum_init" + ], + [ + 274, + "rename" + ], + [ + 275, + "enum_init" + ], + [ + 276, + "const_as_immediate, Const>>" + ], + [ + 277, + "const_as_immediate, Const>>" + ], + [ + 278, + "const_as_immediate, Const>>" + ], + [ + 279, + "const_as_immediate, Const>>" + ], + [ + 280, + "enum_init" + ], + [ + 281, + "store_temp" + ], + [ + 282, + "enum_init" + ], + [ + 283, + "enum_init" + ], + [ + 284, + "enum_init" + ], + [ + 285, + "enum_init" + ], + [ + 286, + "drop" + ], + [ + 287, + "const_as_immediate, Const>>" + ], + [ + 288, + "const_as_immediate, Const>>" + ], + [ + 289, + "enum_match" + ], + [ + 290, + "rename" + ], + [ + 291, + "const_as_immediate, Const>>" + ], + [ + 292, + "const_as_immediate, Const>>" + ], + [ + 293, + "dup" + ], + [ + 294, + "store_local" + ], + [ + 295, + "enum_match" + ], + [ + 296, + "store_local" + ], + [ + 297, + "const_as_immediate>" + ], + [ + 298, + "const_as_immediate>" + ], + [ + 299, + "const_as_immediate>" + ], + [ + 300, + "const_as_immediate>" + ], + [ + 301, + "const_as_immediate>" + ], + [ + 302, + "store_temp" + ], + [ + 303, + "const_as_immediate>" + ], + [ + 304, + "const_as_immediate>" + ], + [ + 305, + "const_as_immediate>" + ], + [ + 306, + "store_local" + ], + [ + 307, + "struct_construct" + ], + [ + 308, + "snapshot_take" + ], + [ + 309, + "store_temp" + ], + [ + 310, + "function_call" + ], + [ + 311, + "const_as_immediate>" + ], + [ + 312, + "drop, core::array::Span::, rpg::models::index::Dungeon>>" + ], + [ + 313, + "const_as_immediate>" + ], + [ + 314, + "drop, core::array::Span::, rpg::models::index::Player>>" + ], + [ + 315, + "store_temp>>" + ], + [ + 316, + "drop>" + ], + [ + 317, + "drop, core::array::Span::, rpg::models::index::Player>>>" + ], + [ + 318, + "drop>>" + ], + [ + 319, + "alloc_local" + ], + [ + 320, + "dup" + ], + [ + 321, + "const_as_immediate, Const>>" + ], + [ + 322, + "store_temp>" + ], + [ + 323, + "u8_safe_divmod" + ], + [ + 324, + "u8_wide_mul" + ], + [ + 325, + "downcast" + ], + [ + 326, + "u8_overflowing_sub" + ], + [ + 327, + "store_local" + ], + [ + 328, + "const_as_immediate>" + ], + [ + 329, + "const_as_immediate>" + ], + [ + 330, + "u16_overflowing_add" + ], + [ + 331, + "const_as_immediate>" + ], + [ + 332, + "const_as_immediate>" + ], + [ + 333, + "drop>" + ], + [ + 334, + "const_as_immediate>" + ], + [ + 335, + "const_as_immediate>" + ], + [ + 336, + "upcast" + ], + [ + 337, + "u16_wide_mul" + ], + [ + 338, + "downcast" + ], + [ + 339, + "u16_overflowing_sub" + ], + [ + 340, + "u8_overflowing_add" + ], + [ + 341, + "const_as_immediate>" + ], + [ + 342, + "const_as_immediate>" + ], + [ + 343, + "const_as_immediate>" + ], + [ + 344, + "const_as_immediate>" + ], + [ + 345, + "store_temp" + ], + [ + 346, + "store_temp>" + ], + [ + 347, + "unbox" + ], + [ + 348, + "struct_deconstruct" + ], + [ + 349, + "drop>" + ], + [ + 350, + "store_temp" + ], + [ + 351, + "function_call" + ], + [ + 352, + "enum_match>" + ], + [ + 353, + "struct_deconstruct>" + ], + [ + 354, + "enum_match" + ], + [ + 355, + "const_as_immediate>" + ], + [ + 356, + "struct_construct>" + ], + [ + 357, + "enum_init, 0>" + ], + [ + 358, + "const_as_immediate>" + ], + [ + 359, + "drop" + ], + [ + 360, + "const_as_immediate>" + ], + [ + 361, + "enum_init, ())>, 1>" + ], + [ + 362, + "store_temp, ())>>" + ], + [ + 363, + "dup" + ], + [ + 364, + "class_hash_to_felt252" + ], + [ + 365, + "const_as_immediate>" + ], + [ + 366, + "const_as_immediate>" + ], + [ + 367, + "library_call_syscall" + ], + [ + 368, + "replace_class_syscall" + ], + [ + 369, + "struct_construct" + ], + [ + 370, + "enum_init" + ], + [ + 371, + "enum_init" + ], + [ + 372, + "snapshot_take" + ], + [ + 373, + "drop" + ], + [ + 374, + "store_temp" + ], + [ + 375, + "enum_match" + ], + [ + 376, + "const_as_immediate>" + ], + [ + 377, + "enum_match" + ], + [ + 378, + "const_as_immediate>" + ], + [ + 379, + "struct_deconstruct" + ], + [ + 380, + "rename" + ], + [ + 381, + "emit_event_syscall" + ], + [ + 382, + "struct_construct, Unit>>" + ], + [ + 383, + "enum_init, ())>, 0>" + ], + [ + 384, + "enum_match" + ], + [ + 385, + "const_as_immediate>" + ], + [ + 386, + "const_as_immediate>" + ], + [ + 387, + "const_as_immediate>" + ], + [ + 388, + "rename" + ], + [ + 389, + "rename" + ], + [ + 390, + "u16_to_felt252" + ], + [ + 391, + "function_call" + ], + [ + 392, + "array_new" + ], + [ + 393, + "const_as_box, Const>, 0>" + ], + [ + 394, + "span_from_tuple>" + ], + [ + 395, + "const_as_immediate>" + ], + [ + 396, + "struct_construct>" + ], + [ + 397, + "enum_init" + ], + [ + 398, + "struct_construct" + ], + [ + 399, + "store_temp" + ], + [ + 400, + "array_append" + ], + [ + 401, + "const_as_immediate>" + ], + [ + 402, + "const_as_immediate>" + ], + [ + 403, + "const_as_immediate>" + ], + [ + 404, + "const_as_box, Const>, 0>" + ], + [ + 405, + "const_as_immediate>" + ], + [ + 406, + "const_as_immediate>" + ], + [ + 407, + "const_as_box, Const>, 0>" + ], + [ + 408, + "const_as_immediate>" + ], + [ + 409, + "const_as_immediate>" + ], + [ + 410, + "snapshot_take>" + ], + [ + 411, + "drop>" + ], + [ + 412, + "struct_construct>" + ], + [ + 413, + "enum_init" + ], + [ + 414, + "snapshot_take" + ], + [ + 415, + "drop" + ], + [ + 416, + "enum_match" + ], + [ + 417, + "rename>" + ], + [ + 418, + "array_len" + ], + [ + 419, + "function_call>" + ], + [ + 420, + "drop" + ], + [ + 421, + "struct_deconstruct>" + ], + [ + 422, + "snapshot_take" + ], + [ + 423, + "function_call" + ], + [ + 424, + "const_as_immediate>" + ], + [ + 425, + "call_contract_syscall" + ], + [ + 426, + "function_call" + ], + [ + 427, + "enum_match, core::option::Option::>)>>" + ], + [ + 428, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 429, + "enum_match>>" + ], + [ + 430, + "const_as_immediate>" + ], + [ + 431, + "function_call::append_span::, core::felt252Drop>>" + ], + [ + 432, + "function_call" + ], + [ + 433, + "snapshot_take>" + ], + [ + 434, + "enum_match>" + ], + [ + 435, + "struct_construct, core::array::Span::, rpg::models::index::Player>>" + ], + [ + 436, + "enum_init, core::array::Span::, rpg::models::index::Player)>, 0>" + ], + [ + 437, + "store_temp, core::array::Span::, rpg::models::index::Player)>>" + ], + [ + 438, + "const_as_immediate>" + ], + [ + 439, + "enum_init, core::array::Span::, rpg::models::index::Player)>, 1>" + ], + [ + 440, + "drop>" + ], + [ + 441, + "const_as_immediate>" + ], + [ + 442, + "const_as_immediate>" + ], + [ + 443, + "const_as_immediate>" + ], + [ + 444, + "const_as_immediate>" + ], + [ + 445, + "const_as_immediate>" + ], + [ + 446, + "const_as_immediate>" + ], + [ + 447, + "const_as_immediate>" + ], + [ + 448, + "const_as_immediate>" + ], + [ + 449, + "const_as_immediate>" + ], + [ + 450, + "function_call" + ], + [ + 451, + "snapshot_take>" + ], + [ + 452, + "enum_match>" + ], + [ + 453, + "struct_construct, core::array::Span::, rpg::models::index::Dungeon>>" + ], + [ + 454, + "enum_init, core::array::Span::, rpg::models::index::Dungeon)>, 0>" + ], + [ + 455, + "store_temp, core::array::Span::, rpg::models::index::Dungeon)>>" + ], + [ + 456, + "enum_init, core::array::Span::, rpg::models::index::Dungeon)>, 1>" + ], + [ + 457, + "drop>" + ], + [ + 458, + "const_as_immediate>" + ], + [ + 459, + "const_as_immediate>" + ], + [ + 460, + "const_as_immediate>" + ], + [ + 461, + "const_as_immediate>" + ], + [ + 462, + "const_as_immediate>" + ], + [ + 463, + "const_as_immediate>" + ], + [ + 464, + "const_as_immediate>" + ], + [ + 465, + "enum_init" + ], + [ + 466, + "store_temp" + ], + [ + 467, + "enum_init" + ], + [ + 468, + "bool_not_impl" + ], + [ + 469, + "struct_construct>" + ], + [ + 470, + "enum_init, 0>" + ], + [ + 471, + "store_temp>" + ], + [ + 472, + "enum_init, 1>" + ], + [ + 473, + "const_as_immediate>" + ], + [ + 474, + "enum_match" + ], + [ + 475, + "dup>" + ], + [ + 476, + "rename>" + ], + [ + 477, + "struct_deconstruct>" + ], + [ + 478, + "array_len" + ], + [ + 479, + "store_temp>" + ], + [ + 480, + "function_call, core::integer::u8Drop>>" + ], + [ + 481, + "dup>" + ], + [ + 482, + "rename>" + ], + [ + 483, + "struct_deconstruct>" + ], + [ + 484, + "array_len" + ], + [ + 485, + "store_temp>" + ], + [ + 486, + "function_call>" + ], + [ + 487, + "dup>" + ], + [ + 488, + "rename>" + ], + [ + 489, + "struct_deconstruct>" + ], + [ + 490, + "array_len" + ], + [ + 491, + "store_temp>" + ], + [ + 492, + "function_call>" + ], + [ + 493, + "const_as_immediate>" + ], + [ + 494, + "dup>>" + ], + [ + 495, + "u32_try_from_felt252" + ], + [ + 496, + "dup" + ], + [ + 497, + "array_slice" + ], + [ + 498, + "u32_overflowing_sub" + ], + [ + 499, + "enum_init>, 0>" + ], + [ + 500, + "struct_construct, core::option::Option::>>>" + ], + [ + 501, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 502, + "store_temp, core::option::Option::>)>>" + ], + [ + 503, + "const_as_immediate>" + ], + [ + 504, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 505, + "const_as_immediate>" + ], + [ + 506, + "enum_init>, 1>" + ], + [ + 507, + "u16_try_from_felt252" + ], + [ + 508, + "enum_init, 0>" + ], + [ + 509, + "store_temp>" + ], + [ + 510, + "enum_init, 1>" + ], + [ + 511, + "enum_init, 0>" + ], + [ + 512, + "store_temp>" + ], + [ + 513, + "enum_init, 1>" + ], + [ + 514, + "array_snapshot_pop_front" + ], + [ + 515, + "enum_init>, 0>" + ], + [ + 516, + "store_temp>>" + ], + [ + 517, + "store_temp>>" + ], + [ + 518, + "enum_init>, 1>" + ], + [ + 519, + "enum_match>>" + ], + [ + 520, + "unbox" + ], + [ + 521, + "drop>>" + ], + [ + 522, + "drop>" + ], + [ + 523, + "alloc_local>>" + ], + [ + 524, + "array_snapshot_pop_front" + ], + [ + 525, + "enum_init>, 0>" + ], + [ + 526, + "store_temp>>" + ], + [ + 527, + "store_temp>>" + ], + [ + 528, + "enum_init>, 1>" + ], + [ + 529, + "store_local>>" + ], + [ + 530, + "enum_match>>" + ], + [ + 531, + "unbox" + ], + [ + 532, + "dup" + ], + [ + 533, + "struct_deconstruct" + ], + [ + 534, + "drop>>" + ], + [ + 535, + "drop>>>" + ], + [ + 536, + "drop>" + ], + [ + 537, + "alloc_local>>" + ], + [ + 538, + "array_snapshot_pop_front" + ], + [ + 539, + "enum_init>, 0>" + ], + [ + 540, + "store_temp>>" + ], + [ + 541, + "store_temp>>" + ], + [ + 542, + "enum_init>, 1>" + ], + [ + 543, + "store_local>>" + ], + [ + 544, + "enum_match>>" + ], + [ + 545, + "unbox" + ], + [ + 546, + "struct_construct>" + ], + [ + 547, + "drop>>" + ], + [ + 548, + "drop>>>" + ], + [ + 549, + "drop>" + ] + ], + "user_func_names": [ + [ + 0, + "rpg::systems::actions::actions::__wrapper__ContractImpl__contract_name" + ], + [ + 1, + "rpg::systems::actions::actions::__wrapper__ContractImpl__namespace" + ], + [ + 2, + "rpg::systems::actions::actions::__wrapper__ContractImpl__tag" + ], + [ + 3, + "rpg::systems::actions::actions::__wrapper__ContractImpl__name_hash" + ], + [ + 4, + "rpg::systems::actions::actions::__wrapper__ContractImpl__namespace_hash" + ], + [ + 5, + "rpg::systems::actions::actions::__wrapper__ContractImpl__selector" + ], + [ + 6, + "rpg::systems::actions::actions::__wrapper__WorldProviderImpl__world" + ], + [ + 7, + "rpg::systems::actions::actions::__wrapper__ActionsImpl__spawn" + ], + [ + 8, + "rpg::systems::actions::actions::__wrapper__ActionsImpl__move" + ], + [ + 9, + "rpg::systems::actions::actions::__wrapper__ActionsImpl__attack" + ], + [ + 10, + "rpg::systems::actions::actions::__wrapper__ActionsImpl__heal" + ], + [ + 11, + "rpg::systems::actions::actions::__wrapper__IDojoInitImpl__dojo_init" + ], + [ + 12, + "dojo::contract::upgradeable::upgradeable::__wrapper__UpgradableImpl__upgrade::" + ], + [ + 13, + "core::array::serialize_array_helper::, core::bytes_31::bytes31Drop>" + ], + [ + 14, + "rpg::components::playable::PlayableComponent::InternalImpl::::spawn" + ], + [ + 15, + "rpg::components::playable::PlayableComponent::InternalImpl::::move" + ], + [ + 16, + "rpg::components::playable::PlayableComponent::InternalImpl::::attack" + ], + [ + 17, + "rpg::components::playable::PlayableComponent::InternalImpl::::heal" + ], + [ + 18, + "rpg::systems::actions::actions::IDojoInitImpl::dojo_init" + ], + [ + 19, + "dojo::contract::upgradeable::upgradeable::Upgradable::::upgrade" + ], + [ + 20, + "rpg::models::index::PlayerModelImpl::set" + ], + [ + 21, + "rpg::models::index::PlayerIntrospect::layout" + ], + [ + 22, + "dojo::world::world_contract::IWorldDispatcherImpl::entity" + ], + [ + 23, + "rpg::models::index::PlayerStoreImpl::from_values" + ], + [ + 24, + "rpg::models::index::DungeonIntrospect::layout" + ], + [ + 25, + "rpg::models::index::DungeonStoreImpl::from_values" + ], + [ + 26, + "rpg::models::index::DungeonModelImpl::set" + ], + [ + 27, + "dojo::world::world_contract::IWorldDispatcherImpl::is_owner" + ], + [ + 28, + "dojo::world::world_contract::IWorldDispatcherImpl::set_entity" + ], + [ + 29, + "core::array::serialize_array_helper::" + ], + [ + 30, + "dojo::model::layout::LayoutSerde::serialize" + ], + [ + 31, + "core::array::SpanFelt252Serde::deserialize" + ], + [ + 32, + "core::array::ArrayImpl::::append_span::, core::felt252Drop>" + ], + [ + 33, + "rpg::models::index::PlayerSerde::deserialize" + ], + [ + 34, + "rpg::models::index::DungeonSerde::deserialize" + ], + [ + 35, + "core::array::serialize_array_helper::, core::integer::u8Drop>" + ], + [ + 36, + "core::array::serialize_array_helper::" + ], + [ + 37, + "core::array::serialize_array_helper::" + ] + ] + }, + "contract_class_version": "0.1.0", + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0xf800aee223ec4f0f7f13ec0e9fb1b8a8186bbfdb275780ce6218872155189", + "function_idx": 1 + }, + { + "selector": "0x11fe2a708d5242b13f178422d4088cb270c488d9932765064ea92953422272", + "function_idx": 5 + }, + { + "selector": "0x28d6abc033a417f7d1d3af778209c99edcd7e387c70385075bdcbb90c65411", + "function_idx": 0 + }, + { + "selector": "0x52c9b9140222b08593a26daa782707297be9f7b3e8281d7b4974769f19afd0", + "function_idx": 6 + }, + { + "selector": "0x67f8e3b5f86b0a36003d0e3f31133602246468e2ab09abc9fc359066c37ee6", + "function_idx": 10 + }, + { + "selector": "0xf2f7c15cbe06c8d94597cd91fd7f3369eae842359235712def5584f8d270cd", + "function_idx": 12 + }, + { + "selector": "0x217c73ea9ef26581623f20edd45571c1d024612b70d0af3e0842c5b0dc253cd", + "function_idx": 7 + }, + { + "selector": "0x239e4c8fbd11b680d7214cfc26d1780d5c099453f0832beb15fd040aebd4ebb", + "function_idx": 8 + }, + { + "selector": "0x26721ef2e2697a3490a32de42a8d68264d798a05cf361f0a2908f89910d60a2", + "function_idx": 3 + }, + { + "selector": "0x27ee81f914e54799ebb1b37d35da06513fa84a138a99eee282a1be1b997ccc3", + "function_idx": 11 + }, + { + "selector": "0x2d1af4265f4530c75b41282ed3b71617d3d435e96fe13b08848482173692f4f", + "function_idx": 9 + }, + { + "selector": "0x324a51d83534d627d4d54adcb04e8170343de5bf845f840edbd6ca7a83512e8", + "function_idx": 4 + }, + { + "selector": "0x3721080eade4b057eae589a1435045aca04c882598f794915100d4634a2c909", + "function_idx": 2 + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [] + }, + "abi": [ + { + "type": "impl", + "name": "ContractImpl", + "interface_name": "dojo::contract::contract::IContract" + }, + { + "type": "struct", + "name": "core::byte_array::ByteArray", + "members": [ + { + "name": "data", + "type": "core::array::Array::" + }, + { + "name": "pending_word", + "type": "core::felt252" + }, + { + "name": "pending_word_len", + "type": "core::integer::u32" + } + ] + }, + { + "type": "interface", + "name": "dojo::contract::contract::IContract", + "items": [ + { + "type": "function", + "name": "contract_name", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "namespace", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "tag", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "name_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "namespace_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "selector", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + } + ] + }, + { + "type": "impl", + "name": "WorldProviderImpl", + "interface_name": "dojo::world::world_contract::IWorldProvider" + }, + { + "type": "struct", + "name": "dojo::world::world_contract::IWorldDispatcher", + "members": [ + { + "name": "contract_address", + "type": "core::starknet::contract_address::ContractAddress" + } + ] + }, + { + "type": "interface", + "name": "dojo::world::world_contract::IWorldProvider", + "items": [ + { + "type": "function", + "name": "world", + "inputs": [], + "outputs": [ + { + "type": "dojo::world::world_contract::IWorldDispatcher" + } + ], + "state_mutability": "view" + } + ] + }, + { + "type": "impl", + "name": "ActionsImpl", + "interface_name": "rpg::systems::actions::IActions" + }, + { + "type": "interface", + "name": "rpg::systems::actions::IActions", + "items": [ + { + "type": "function", + "name": "spawn", + "inputs": [ + { + "name": "name", + "type": "core::felt252" + }, + { + "name": "role", + "type": "core::integer::u8" + } + ], + "outputs": [], + "state_mutability": "view" + }, + { + "type": "function", + "name": "move", + "inputs": [ + { + "name": "direction", + "type": "core::integer::u8" + } + ], + "outputs": [], + "state_mutability": "view" + }, + { + "type": "function", + "name": "attack", + "inputs": [], + "outputs": [], + "state_mutability": "view" + }, + { + "type": "function", + "name": "heal", + "inputs": [ + { + "name": "quantity", + "type": "core::integer::u8" + } + ], + "outputs": [], + "state_mutability": "view" + } + ] + }, + { + "type": "impl", + "name": "IDojoInitImpl", + "interface_name": "rpg::systems::actions::actions::IDojoInit" + }, + { + "type": "interface", + "name": "rpg::systems::actions::actions::IDojoInit", + "items": [ + { + "type": "function", + "name": "dojo_init", + "inputs": [], + "outputs": [], + "state_mutability": "view" + } + ] + }, + { + "type": "impl", + "name": "UpgradableImpl", + "interface_name": "dojo::contract::upgradeable::IUpgradeable" + }, + { + "type": "interface", + "name": "dojo::contract::upgradeable::IUpgradeable", + "items": [ + { + "type": "function", + "name": "upgrade", + "inputs": [ + { + "name": "new_class_hash", + "type": "core::starknet::class_hash::ClassHash" + } + ], + "outputs": [], + "state_mutability": "external" + } + ] + }, + { + "type": "event", + "name": "dojo::contract::upgradeable::upgradeable::Upgraded", + "kind": "struct", + "members": [ + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::contract::upgradeable::upgradeable::Event", + "kind": "enum", + "variants": [ + { + "name": "Upgraded", + "type": "dojo::contract::upgradeable::upgradeable::Upgraded", + "kind": "nested" + } + ] + }, + { + "type": "event", + "name": "rpg::components::playable::PlayableComponent::Event", + "kind": "enum", + "variants": [] + }, + { + "type": "event", + "name": "rpg::systems::actions::actions::Event", + "kind": "enum", + "variants": [ + { + "name": "UpgradeableEvent", + "type": "dojo::contract::upgradeable::upgradeable::Event", + "kind": "nested" + }, + { + "name": "PlayableEvent", + "type": "rpg::components::playable::PlayableComponent::Event", + "kind": "flat" + } + ] + } + ] +} \ No newline at end of file diff --git a/contracts/target/dev/dojo-base.json b/contracts/target/dev/dojo-base.json new file mode 100644 index 0000000..03e4483 --- /dev/null +++ b/contracts/target/dev/dojo-base.json @@ -0,0 +1,1304 @@ +{ + "sierra_program": [ + "0x1", + "0x6", + "0x0", + "0x2", + "0x7", + "0x0", + "0x122", + "0xde", + "0x35", + "0x52616e6765436865636b", + "0x800000000000000100000000000000000000000000000000", + "0x436f6e7374", + "0x800000000000000000000000000000000000000000000002", + "0x1", + "0xc", + "0x2", + "0x6d7573742062652063616c6c656420627920776f726c64", + "0x636c6173735f68617368206e6f7420776f726c642070726f7669646572", + "0x526573756c743a3a756e77726170206661696c65642e", + "0x2db340e6c609371026731f47050d3976552c89b4fbb012941663841c59d1af3", + "0x436c61737348617368", + "0x800000000000000700000000000000000000000000000000", + "0x537472756374", + "0x800000000000000700000000000000000000000000000002", + "0x0", + "0x172f2a40aae28e46eecffab73b9d7c87c193ce966d81e6f84889c9029058664", + "0x5", + "0x456e756d", + "0x335a72276226112dac5d1992113757581bf9b0da6ff744f3e6a78b16956555d", + "0x6", + "0x33c190de066f4c7af904e43a6b86fea7f12a614c52c446c640586413e884e2b", + "0x7", + "0x52c9b9140222b08593a26daa782707297be9f7b3e8281d7b4974769f19afd0", + "0x636c6173735f686173682063616e6e6f74206265207a65726f", + "0x696e76616c696420776f726c642061646472657373", + "0x66656c74323532", + "0x4e6f6e5a65726f", + "0x800000000000000700000000000000000000000000000001", + "0x426f78", + "0x19", + "0x1b", + "0x436f6e747261637441646472657373", + "0x75313238", + "0x4172726179", + "0x800000000000000300000000000000000000000000000001", + "0x536e617073686f74", + "0x12", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x13", + "0x1c", + "0x15", + "0x1597b831feeb60c71f259624b79cf66995ea4f7e383403583674ab9c33b9cec", + "0x16", + "0x753332", + "0x80000000000000070000000000000000000000000000000e", + "0x348a62b7a38c0673e61e888d83a3ac1bf334ee7361a8514593d3d9532ed8b39", + "0x10", + "0x11", + "0x14", + "0x17", + "0x18", + "0x753634", + "0x800000000000000700000000000000000000000000000004", + "0x3808c701a5d13e100ab11b6c02f91f752ecae7e420d21b56c90ec0a475cc7e5", + "0x1a", + "0x3342418ef16b3e2799b906b1e4e89dbb9b111332dd44f72458ce44f9895b508", + "0x800000000000000700000000000000000000000000000006", + "0x7d4d99e9ed8d285b5c61b493cedb63976bc3d9da867933d829f49ce838b5e7", + "0xf", + "0xe", + "0x1d", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x800000000000000f00000000000000000000000000000001", + "0x181998cc420696a775d73ae069fd41e8fba6e7c8d313d25a20d415c53aa15a5", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x800000000000000f00000000000000000000000000000003", + "0x20", + "0x21", + "0x16a4c8d7c05909052238a862d8cc3e7975bf05a07b3a69c6b28951083a6d672", + "0x800000000000000300000000000000000000000000000003", + "0x23", + "0x382a8d3ad6477a72e1cfa0ca4da89bcd3685512e9b656761b408865caf03e1b", + "0x22", + "0x24", + "0x800000000000000700000000000000000000000000000003", + "0x11c6d8087e00642489f92d2821ad6ebd6532ad1a3b6d12833da6d6810391511", + "0x4f7574206f6620676173", + "0x4e6f6e20436f6e747261637441646472657373", + "0xe5d9a70671e54f27c1e6b0a92065202a6b1b25888fa60f80369d0492e07130", + "0x53746f7261676541646472657373", + "0x53746f726167654261736541646472657373", + "0xdd329c79ea38b785573b49f069c08f51bb76bb0566c48a7d6a32b9bf213bbb", + "0x2d", + "0x4275696c74696e436f737473", + "0x53797374656d", + "0x9931c641b913035ae674b400b61a51476d506bbe8bba2ff8a6272790aba9e6", + "0x29", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x4761734275696c74696e", + "0x6e", + "0x7265766f6b655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x7374727563745f6465636f6e737472756374", + "0x73746f72655f74656d70", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x64726f70", + "0x33", + "0x61727261795f6e6577", + "0x636f6e73745f61735f696d6d656469617465", + "0x32", + "0x61727261795f617070656e64", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f696e6974", + "0x31", + "0x34", + "0x30", + "0x6765745f6275696c74696e5f636f737473", + "0x2f", + "0x77697468647261775f6761735f616c6c", + "0x73746f726167655f626173655f616464726573735f636f6e7374", + "0x1704e5494cfadd87ce405d38a662ae6a1d354612ea0ebdc9fefdeb969065774", + "0x2e", + "0x736e617073686f745f74616b65", + "0x72656e616d65", + "0x73746f726167655f616464726573735f66726f6d5f62617365", + "0x2b", + "0x2c", + "0x73746f726167655f726561645f73797363616c6c", + "0x21adb5788e32c84f69a1863d85ef9394b7bf761a0ce1190f826984e5075c371", + "0x2a", + "0x636f6e74726163745f616464726573735f746f5f66656c74323532", + "0x28", + "0x6a756d70", + "0x27", + "0x656e61626c655f61705f747261636b696e67", + "0x756e626f78", + "0x26", + "0x656e756d5f6d61746368", + "0x636c6173735f686173685f7472795f66726f6d5f66656c74323532", + "0x64697361626c655f61705f747261636b696e67", + "0x66756e6374696f6e5f63616c6c", + "0x3", + "0x25", + "0x1f", + "0x6765745f657865637574696f6e5f696e666f5f76325f73797363616c6c", + "0x1e", + "0x73746f726167655f77726974655f73797363616c6c", + "0x66656c743235325f69735f7a65726f", + "0xb", + "0xd", + "0x66656c743235325f737562", + "0x647570", + "0x636c6173735f686173685f746f5f66656c74323532", + "0xa", + "0x9", + "0x6c6962726172795f63616c6c5f73797363616c6c", + "0x7265706c6163655f636c6173735f73797363616c6c", + "0x8", + "0x4", + "0x656d69745f6576656e745f73797363616c6c", + "0x264", + "0xffffffffffffffff", + "0x63", + "0x56", + "0x49", + "0x3f", + "0x36", + "0x37", + "0x38", + "0x39", + "0x3a", + "0x3b", + "0x4e", + "0x3c", + "0x3d", + "0x3e", + "0x40", + "0x41", + "0x42", + "0x43", + "0x44", + "0x45", + "0x46", + "0x47", + "0x48", + "0x4a", + "0xe0", + "0x7f", + "0x84", + "0xcf", + "0xcb", + "0x9b", + "0xbd", + "0xb6", + "0xd3", + "0x149", + "0x103", + "0x13c", + "0x12f", + "0x4b", + "0x4c", + "0x12a", + "0x133", + "0x255", + "0x249", + "0x4d", + "0x17a", + "0x4f", + "0x50", + "0x51", + "0x52", + "0x23e", + "0x53", + "0x22e", + "0x221", + "0x54", + "0x211", + "0x55", + "0x1b1", + "0x57", + "0x58", + "0x59", + "0x201", + "0x5a", + "0x1f1", + "0x5b", + "0x5c", + "0x5d", + "0x5e", + "0x5f", + "0x60", + "0x61", + "0x62", + "0x64", + "0x65", + "0x66", + "0x67", + "0x68", + "0x69", + "0x6a", + "0x6b", + "0x6c", + "0x6d", + "0x6f", + "0x70", + "0x1e7", + "0x71", + "0x72", + "0x73", + "0x74", + "0x75", + "0x76", + "0x77", + "0x78", + "0x79", + "0x7a", + "0x7b", + "0x7c", + "0x7d", + "0x7e", + "0x80", + "0x81", + "0x82", + "0x83", + "0x85", + "0x86", + "0x87", + "0x88", + "0x89", + "0x8a", + "0x8b", + "0x8c", + "0x8d", + "0x8e", + "0x8f", + "0x90", + "0x91", + "0x92", + "0x236", + "0x93", + "0x94", + "0x95", + "0x96", + "0x97", + "0x98", + "0x99", + "0x9a", + "0x9c", + "0x9d", + "0x9e", + "0x9f", + "0x25c", + "0xa0", + "0xa1", + "0xa2", + "0xee", + "0x157", + "0x15c3", + "0x2c0e0602810060a038180a04018240e06028100608038180a04018080200", + "0xc30070301408030b8142c100784c2a050a0401e13090142210078381a0c", + "0x344220028743c1f028743c0602874380d0d8680e06028100619038180a04", + "0x401e0e150143a25148144823140144e10078384c050e8940c051208c1a22", + "0xc40a33028180a06028180a32028c40a30028180a2f080b81c0d168b00a2b", + "0x140c051c8406c0e1801470051c0146e101b0381a351901468051a0146405", + "0xfc0e0602810063e028743c06028c00a30028f40a3c028ec203a070c40a38", + "0x149005210408e0e23040800e22814880521040860e21040800e20840800e", + "0x180a04019380e06028100645028180a4d08130264b029280a490811c2626", + "0x401e0e069481a510801c68050200c6005280401e0e190148410078389e07", + "0x8b406028743c59038180a040192c0a580295c204709808ac0d2a9500a53", + "0x18c0a05310a00a05310180a05308400a05300c80a052f840bc102e840b85b", + "0x140e69258140a68240140a68030140a67030140a60330140a65030140a64", + "0x1c40e0538040de6e02814c010369a80a05301b00a05301ac0a05300140e6a", + "0x180ec050299420752a0140a74390140a5f390140a62390140a73390140a68", + "0x1e80a052f9e80a05311e80a05399e80a0534040f2103c1dc0a05300d00a05", + "0x1cd405039a4b005029a06405029a04c05029884c05029cc207b180140a74", + "0x14e8060281500103f8c80a05311f80a0532840fa2602814c07c02814ca10", + "0x2080a07408140e69228140a68408140a60140140a600801d0205039a40c05", + "0x21c0a05412190c05428480a05301100a05340480a0531041081041a040a05", + "0x1887c050297c7c0502a011405029802089440140a65228140a62250140a62", + "0x2340a05329100a05310411810458180a05310c00a05310f40a05310f00a05", + "0x1942091090140a900823c7c05029811c05029890e05029800a07438140e69", + "0x400e960281cd2100385c0a07348540a05340412a104a24c0a0532a480a05", + "0x140a5f4b8140a650b8140a824b0140a824b0140a604b0140a624b0140a73", + "0x14ca8602814ca1003a1c0a07349280a0534041303202814c01202814e815", + "0x492e074d01c0a100381420104d0142010082647c05029880a05029940e05", + "0x412e054d0152e054b8412c054d0150c0543040209a028400e100b8540e9b", + "0x142e10082680a930285420104d0142007082340a2a4924c0e9a03a580a12", + "0x411c054d0151c05490411c054d0142093080180a9a028412c10082680a92", + "0x147a101801534051e8f00e8e080f00a9a028400c101e8153405470180e8d", + "0x2680a07028c0201202a680a12028f0209702a680a9702a5c203102a680a30", + "0x151a050a840209a028400e101881c24974b81462054d0146205188400e05", + "0xa00e9a038982497430c8202602a680a26028a0202602a680a1013040209a", + "0x4068054d01466051604066054d014202a0804134050801c202c1501d3832", + "0x800a38080800a9a028e00a1f0804134050f81468101c07c0e9a028d00a33", + "0x2280a9a02a280a3e082280a9a0284052101f0153405148144010148153405", + "0x2210c9a038f914071925d1010140153405140152e101f01534051f0151410", + "0x2680a88028f0204502a680a4502a4820104d01420070812c904a432748a44", + "0x142007081f80a9e40a1c0e9a0391450072204088054d0148805180411005", + "0x40ec7a03a680a5802928205802a680a8102914207c02a680a104b040209a", + "0x14a80540840a8054d014ee0543840ee054d014ec0525840209a029e80a48", + "0x2680a6c029f0206a3601d340537014fc10370153405391f00e8d081c80a9a", + "0x25c206b02a680a63029d8206302a680a66029e8206602a680a6a029602010", + "0x14d6051884088054d01488051804110054d01510051e0410e054d0150e05", + "0x2680a103b84000054d01420960804134050801c206b222210e97029ac0a9a", + "0x2840a9a029f80a97082800a9a02a7c0007468413e054d0153e05490413e05", + "0x40e41052015340550014a810518153405220146010510153405440147810", + "0xc020a202a680a4a028f020a102a680a2802a5c20104d0142007080414a05", + "0x1548a603a3820a602a680a100304148054d01496052a04146054d0149005", + "0x2880a9a02a880a3c082840a9a02a840a97082a00a9a02a9c0a3d0829c0a9a", + "0x2680a100384150a3512852e05540153405540146210518153405518146010", + "0x2780e8d082a40a9a02aa40a92082a40a9a02840dc104f0153405082582010", + "0x2680aac028f420ac02a680aaa5581d1c105581534050801820aa02a680aa9", + "0x400e054d0140e051804058054d01458051e04054054d01454054b8415a05", + "0x40209a02a180a6c0804134050801c20ad038b0549702ab40a9a02ab40a31", + "0x155eae03a3420af02a680aaf02a4820af02a680a10370415c054d0142096", + "0x2c80a9a02a740a3d082740a9a02ac162074704162054d0142006082c00a9a", + "0x1462100381534050381460100b81534050b81478100a81534050a8152e10", + "0x492e074d01c0a100381420104d0142010082c80e170aa5c0ab202a680ab2", + "0x152e10082680a10350412c054d0150c0543040209a028400e100b8540eb3", + "0x2480a660804134050801c208d02ad1249303a680e9602848209702a680a97", + "0x1534054981400101e815340547014d61047015340503014c610030153405", + "0x1534050828020104d0142007080416a05081c8203002a680a3d02a7c203c", + "0x288203002a680a2602a7c203c02a680a8d02800202602a680a3102a842031", + "0x156e2c1501d34071425c0ea30804134050801c203202ad850054d01c6005", + "0xe00ab80f8d00e9a038f00a12080a80a9a028a80a970804134050801c2033", + "0x40209a0287c0a170804134051a0142a10082680a1052040209a028400e10", + "0x1534051481524101481534050824c202002a680a104b040209a028b00aa6", + "0x4110054d0147c8a03a38208a02a680a10030407c054d014522003a342029", + "0x1c0a30080480a9a028480a3c080a80a9a028a80a97081100a9a02a200a3d", + "0x414810082680a10038408807090a92e05220153405220146210038153405", + "0xc8204502a680a45028a0204502a680a1013040209a028e00a15080413405", + "0x4102054d01420a70804134050801c20872581d72482501d3407228485486", + "0xb00aa80801c0a9a0281c0a30081200a9a029200a3c081280a9a029280a97", + "0x1d80a9a039e80aa9081e8b07c3f25d3405162040e48250493c10160153405", + "0x1500a7e081500a9a028412c10082680a7602aa820104d0142007081dc0aba", + "0x15340536014f41036015340537014b010082680a72029f0206e3901d3405", + "0xc0207c02a680a7c028f0207e02a680a7e02a5c206602a680a6a029d8206a", + "0x40209a028400e1033160f87e4b814cc054d014cc0518840b0054d014b005", + "0x1600a30081f00a9a029f00a3c081f80a9a029f80a970818c0a9a029dc0a3d", + "0x154c10082680a1003840c6583e1f92e053181534053181462102c0153405", + "0x4000054d01400054904000054d014206e081ac0a9a028412c10082680a2c", + "0x147a105081534054fa800e8e082800a9a028400c104f8153405001ac0e8d", + "0x2680a07028c0208702a680a87028f0204b02a680a4b02a5c20a202a680aa1", + "0x1478050a840209a028400e105101d0e4b4b81544054d0154405188400e05", + "0x14640555840209a028400e10082ec0a103904146054d01466054b840209a", + "0x1420960804134050829020a302a680a9702a5c20104d01478050a840209a", + "0x29c0a9a02a994807468414c054d0154c05490414c054d01420ac082900a9a", + "0x152e105481534054f0147a104f015340553aa00e8e082a00a9a028400c10", + "0x2680aa9028c4200702a680a07028c0201202a680a12028f020a302a680aa3", + "0x1534050825820104d0150c0536040209a028400e105481c24a34b8155205", + "0x1820ac02a680aab5501d1a10558153405558152410558153405081b820aa", + "0x142a054b8415e054d0155c051e8415c054d01558ad03a3820ad02a680a10", + "0x2bc0a9a02abc0a310801c0a9a0281c0a300805c0a9a0285c0a3c080540a9a", + "0x402e1503af0249703a680e050801c0a10082680a10080415e070b8552e05", + "0x2680e9602848209702a680a9702a5c209602a680a8602a1820104d0142007", + "0x40209a02a480a17080413405498142a10082680a10038411a055ea492607", + "0x151c0603a34208e02a680a8e02a48208e02a680a10498400c054d0142096", + "0xc40a9a028c00a3d080c00a9a028f478074704078054d0142006080f40a9a", + "0x1462100381534050381460100901534050901478104b81534054b8152e10", + "0x404c10082680a8d0285420104d0142007080c40e124ba5c0a3102a680a31", + "0xb054075f0c850074d01c4c124ba186410130153405130145010130153405", + "0x2680e071901d5a10140153405140152e10082680a1035040209a028400e10", + "0x7c0aaf0807c0a9a0287c0aae0804134050801c2029100e10cbf0f8d06686", + "0x2200ab108120944522220249a028f80ab0082280a9a0284054101f0153405", + "0x150210082680a4802b0020104d014940559040209a029100a9d080413405", + "0x153405198147810408153405080a4208702a680a8a02880204b02a680a45", + "0x304204b02a680a4b02a48208702a680a8702a28208102a680a81028f82033", + "0x2680a1052040209a028400e103b1e8b086611f0fc074d01c9687408d06612", + "0x14b010082680a54029f020722a01d34053b814fc103b8153405082582010", + "0x2680a2802a5c206a02a680a6c029d8206c02a680a6e029e8206e02a680a72", + "0x14d4054d014d40518840f8054d014f80518040fc054d014fc051e0405005", + "0x18c0a9a029e80a30081980a9a029600a3c0804134050801c206a3e1f85097", + "0x1534051c0147810082680a100384020c302840e4103581534053b014a810", + "0x14200608041340508290206b02a680a2902950206302a680a20028c02066", + "0x153405140152e105001534054f8147a104f8153405358000e8e080000a9a", + "0x25c0aa002a680aa0028c4206302a680a63028c0206602a680a66028f02028", + "0x152410510153405081b820a102a680a104b040209a028400e105018ccc28", + "0x1546a403a3820a402a680a100304146054d01544a103a3420a202a680aa2", + "0xb00a9a028b00a3c080a80a9a028a80a970829c0a9a02a980a3d082980a9a", + "0x2680a10038414e07160a92e05538153405538146210038153405038146010", + "0x153c05490413c054d014206e082a00a9a028412c10082680a86029b02010", + "0x15340554aa80e8e082a80a9a028400c105481534054f2a00e8d082780a9a", + "0xc0201702a680a17028f0201502a680a1502a5c20ac02a680aab028f420ab", + "0x480a9a0284054105601c2e154b81558054d0155805188400e054d0140e05", + "0x143e10082680a17028d020960b81d34050a81466100a8153405090145810", + "0x153405080a4208d02a680a9202880209202a680a93028e0209302a680a96", + "0x2193407468180e054ba20208d02a680a8d02a28200602a680a06028f82006", + "0x151c051e04078054d014780549040209a028400e10130c46086620f07a8e", + "0x400e10150158a321401d34071e0400e44080f40a9a028f40a30082380a9a", + "0x31c209a038b00ac6080a00a9a028a00a97080b00a9a028c80a81080413405", + "0x2680a104b040209a02a5c0aa6080413405430154a10082680a10038406605", + "0x4070054d0143e3403a34201f02a680a1f02a48201f02a680a10640406805", + "0xa00a97080f80a9a028a40ac9080a40a9a028e040074704040054d0142006", + "0x1534051f01594101e81534051e8146010470153405470147810140153405", + "0x2680e3d4701d5a10082680a3302b2c20104d0142007080f87a8e1425c0a3e", + "0x1100aaf081100a9a029100aae0804134050801c2048251150ccc222211486", + "0x1f80e9a02a040a33082040a9a02a1c0a2c0821c0a9a028405410258153405", + "0x1440103d01534052c01470102c01534053e0143e10082680a7e028d0207c", + "0x1534053b8147c104501534054501478103b8153405080a4207602a680a7a", + "0x21934073b1dd108a4ba20204b02a680a4b02b34207602a680a7602a282077", + "0x14a8051e040dc054d014dc0549040209a028400e10331a8d886671b8e454", + "0x400e10000159e6b3181d3407370a00e44081c80a9a029c80a30081500a9a", + "0x1540054e840209a02a7c0ab10828d44a15027c249a0292c0ab0080413405", + "0x150210520153405508150210082680aa302b0020104d015440559040209a", + "0x14c6054b8414e054d0154e05490414e054d0154ca403b4020a602a680a6b", + "0x25c0e9a02a5c0ad20804134050801c20a802b44209a03a9c0ac60818c0a9a", + "0x29420104d0142007082a80ad3082680ea902b1820a902a680a9e02a70209e", + "0x4158054d01420d4082ac0a9a028412c10082680a9702a9820104d0150c05", + "0x2b80e8e082b80a9a028400c10568153405562ac0e8d082b00a9a02ab00a92", + "0x2680a54028f0206302a680a6302a5c20b002a680aaf02b2420af02a680aad", + "0x400e10581c8a8634b81560054d015600565040e4054d014e40518040a805", + "0x14fc104e81534050835420b102a680a104b040209a02aa80acb080413405", + "0x2680a9702b4820c102a680ac00296020104d01564053e04180b203a680ab1", + "0x219aec9642950c9a03b053ac63915024d6082740a9a02a740a92083192e07", + "0xf020d04b81d34054b815a410082680ac9029b020104d01420070833596ca", + "0x2680a1003841acd56a219b29c6901d3407683214a866c0414a054d0154a05", + "0x36c0adb0836c0a9a02a5c0ada083680a9a028412c106c0153405082582010", + "0x2680ade02b7820df6f01d34056e815ba106e81534056e015b8106e0153405", + "0x3800ae10804134050801c20e002a680adf02b8020df02a680adf02b7c2010", + "0x234209b02a680a9b02a48209b02a680a104d840209a028400e10708153405", + "0x3900a9c083900a9a02b8c0ae30838c0a9a02b840ae2083880a9a02a6db007", + "0x15ce053e041d0e703a680ae2029f820e602a680ae56d01d1a10728153405", + "0x41d6054d015d0052c040209a02ba40a7c083a9d2074d015cc053f040209a", + "0x16c0ae4083ac0a9a02bac0ae4083480a9a02b480a3c0816c0a9a02ba80a58", + "0x4134050801c20f1783bd0cee76bb00e9a0396dd69c6925dca102d8153405", + "0x152e107a015340579815ce10798153405792180ee6083c80a9a028414010", + "0x2680af402b2820ed02a680aed028c020ec02a680aec028f0206302a680a63", + "0x1534050801820104d0150c0552840209a028400e107a3b5d8634b815e805", + "0x40c6054d014c6054b841ee054d015ec0564841ec054d015e2f503a3820f5", + "0x3bcc69702bdc0a9a02bdc0aca083c00a9a02bc00a30083bc0a9a02bbc0a3c", + "0x152e0553040209a02a180aa50804134056b014f810082680a1003841eef0", + "0x1d1a107c81534057c81524107c8153405083a020f802a680a104b040209a", + "0x15f80564841f8054d015f4fb03a3820fb02a680a1003041f4054d015f2f8", + "0x3540a9a02b540a30083500a9a02b500a3c0818c0a9a0298c0a97082d00a9a", + "0x41340566814f810082680a100384168d56a18d2e055a01534055a0159410", + "0x153405083a420fd02a680a104b040209a02a5c0aa6080413405430154a10", + "0x238210002a680a1003041fe054d015fcfd03a3420fe02a680afe02a4820fe", + "0x3280a3c0818c0a9a0298c0a97084040a9a02ad40ac9082d40a9a02bfe0007", + "0x4202cb6518d2e05808153405808159410658153405658146010650153405", + "0x40209a02a5c0aa6080413405430154a10082680aa802b2c20104d0142007", + "0x16070203a34210302a680b0302a48210302a680a107504204054d0142096", + "0x41c0a9a02c180ac9084180a9a02c120a07470420a054d0142006084100a9a", + "0x1594103901534053901460102a01534052a0147810318153405318152e10", + "0x154a10082680a4b02bac20104d01420070841ce45431a5c0b0702a680b07", + "0x248210902a680a103b84210054d01420960804134054b8154c10082680a86", + "0x1500a3c0842c0a9a028000a97084280a9a02c2610074684212054d0161205", + "0x40210f02840e41087015340585014a810868153405390146010860153405", + "0x40209a02a180aa50804134054b8154c10082680a4b02bac20104d0142007", + "0x1980a54084340a9a029a80a30084300a9a029b00a3c0842c0a9a028a00a97", + "0x153405888159210888153405874400e8e084400a9a028400c10870153405", + "0x328210d02a680b0d028c0210c02a680b0c028f0210b02a680b0b02a5c2112", + "0x29820104d0150c0552840209a028400e1089436190b4b81624054d0162405", + "0x2680b1402b24211402a680a488981d1c108981534050801820104d0152e05", + "0x4094054d0149405180408a054d0148a051e04050054d01450054b8422a05", + "0x40209a02a5c0aa60804134050801c211525114509702c540a9a02c540aca", + "0x1534058b81524108b8153405081dc211602a680a104b040209a02a180aa5", + "0x4232054d0151c051e04230054d01454054b84170054d0162f1603a342117", + "0x4134050801c20108e01420720846c0a9a02ae00a54084680a9a028f40a30", + "0x1460051e04230054d01420054b840209a02a180aa50804134054b8154c10", + "0x423a054d01420060846c0a9a028980a54084680a9a028c40a30084640a9a", + "0x1478108c01534058c0152e108f81534058f01592108f01534058dc740e8e", + "0x47e35198c25c0b1f02a680b1f02b28211a02a680b1a028c0211902a680b19", + "0x40d46c358412e32361ac2097082180e05081a8d86b0825c646c358412e97", + "0x412e12221b0d610094810c0702840d46c358412e32361ac209777a180e05", + "0x1214ba180e050821cd86b" + ], + "sierra_program_debug_info": { + "type_names": [ + [ + 0, + "RangeCheck" + ], + [ + 1, + "Const" + ], + [ + 2, + "Const" + ], + [ + 3, + "Const" + ], + [ + 4, + "Const" + ], + [ + 5, + "ClassHash" + ], + [ + 6, + "dojo::contract::upgradeable::upgradeable::Upgraded" + ], + [ + 7, + "dojo::contract::upgradeable::upgradeable::Event" + ], + [ + 8, + "dojo::contract::base_contract::base::Event" + ], + [ + 9, + "Const" + ], + [ + 10, + "Const" + ], + [ + 11, + "Const" + ], + [ + 12, + "felt252" + ], + [ + 13, + "NonZero" + ], + [ + 14, + "Box" + ], + [ + 15, + "Box" + ], + [ + 16, + "ContractAddress" + ], + [ + 17, + "u128" + ], + [ + 18, + "Array" + ], + [ + 19, + "Snapshot>" + ], + [ + 20, + "core::array::Span::" + ], + [ + 21, + "Array" + ], + [ + 22, + "Snapshot>" + ], + [ + 23, + "core::array::Span::" + ], + [ + 24, + "u32" + ], + [ + 25, + "core::starknet::info::v2::TxInfo" + ], + [ + 26, + "u64" + ], + [ + 27, + "core::starknet::info::BlockInfo" + ], + [ + 28, + "core::starknet::info::v2::ResourceBounds" + ], + [ + 29, + "core::starknet::info::v2::ExecutionInfo" + ], + [ + 30, + "Box" + ], + [ + 31, + "Const" + ], + [ + 32, + "dojo::contract::upgradeable::upgradeable::ComponentState::" + ], + [ + 33, + "Unit" + ], + [ + 34, + "Tuple, Unit>" + ], + [ + 35, + "core::panics::Panic" + ], + [ + 36, + "Tuple>" + ], + [ + 37, + "core::panics::PanicResult::<(dojo::contract::upgradeable::upgradeable::ComponentState::, ())>" + ], + [ + 38, + "core::option::Option::" + ], + [ + 39, + "Const" + ], + [ + 40, + "Const" + ], + [ + 41, + "Tuple>" + ], + [ + 42, + "dojo::world::world_contract::IWorldDispatcher" + ], + [ + 43, + "Const" + ], + [ + 44, + "StorageAddress" + ], + [ + 45, + "StorageBaseAddress" + ], + [ + 46, + "core::starknet::storage::StoragePointer0Offset::" + ], + [ + 47, + "BuiltinCosts" + ], + [ + 48, + "System" + ], + [ + 49, + "core::panics::PanicResult::<(core::array::Span::,)>" + ], + [ + 50, + "Const" + ], + [ + 51, + "Box" + ], + [ + 52, + "GasBuiltin" + ] + ], + "libfunc_names": [ + [ + 0, + "revoke_ap_tracking" + ], + [ + 1, + "withdraw_gas" + ], + [ + 2, + "branch_align" + ], + [ + 3, + "struct_deconstruct>" + ], + [ + 4, + "store_temp" + ], + [ + 5, + "array_snapshot_pop_front" + ], + [ + 6, + "drop>>" + ], + [ + 7, + "drop>" + ], + [ + 8, + "array_new" + ], + [ + 9, + "const_as_immediate>" + ], + [ + 10, + "store_temp" + ], + [ + 11, + "array_append" + ], + [ + 12, + "struct_construct" + ], + [ + 13, + "struct_construct>>" + ], + [ + 14, + "enum_init,)>, 1>" + ], + [ + 15, + "store_temp" + ], + [ + 16, + "store_temp" + ], + [ + 17, + "store_temp,)>>" + ], + [ + 18, + "get_builtin_costs" + ], + [ + 19, + "store_temp" + ], + [ + 20, + "withdraw_gas_all" + ], + [ + 21, + "storage_base_address_const<650740336360668524901595230498343242982653637614200266226588133205735790452>" + ], + [ + 22, + "struct_construct>" + ], + [ + 23, + "snapshot_take>" + ], + [ + 24, + "drop>" + ], + [ + 25, + "struct_deconstruct>" + ], + [ + 26, + "rename" + ], + [ + 27, + "storage_address_from_base" + ], + [ + 28, + "const_as_immediate>" + ], + [ + 29, + "store_temp" + ], + [ + 30, + "store_temp" + ], + [ + 31, + "storage_read_syscall" + ], + [ + 32, + "contract_address_try_from_felt252" + ], + [ + 33, + "struct_construct" + ], + [ + 34, + "snapshot_take" + ], + [ + 35, + "drop" + ], + [ + 36, + "struct_deconstruct" + ], + [ + 37, + "rename" + ], + [ + 38, + "contract_address_to_felt252" + ], + [ + 39, + "snapshot_take>" + ], + [ + 40, + "drop>" + ], + [ + 41, + "struct_construct>" + ], + [ + 42, + "struct_construct>>" + ], + [ + 43, + "enum_init,)>, 0>" + ], + [ + 44, + "const_as_immediate>" + ], + [ + 45, + "store_temp>" + ], + [ + 46, + "jump" + ], + [ + 47, + "const_as_immediate>" + ], + [ + 48, + "drop>" + ], + [ + 49, + "enable_ap_tracking" + ], + [ + 50, + "unbox" + ], + [ + 51, + "rename" + ], + [ + 52, + "enum_init, 0>" + ], + [ + 53, + "store_temp>>" + ], + [ + 54, + "store_temp>" + ], + [ + 55, + "struct_construct" + ], + [ + 56, + "enum_init, 1>" + ], + [ + 57, + "enum_match>" + ], + [ + 58, + "class_hash_try_from_felt252" + ], + [ + 59, + "disable_ap_tracking" + ], + [ + 60, + "drop" + ], + [ + 61, + "struct_construct>" + ], + [ + 62, + "store_temp" + ], + [ + 63, + "function_call::upgrade>" + ], + [ + 64, + "enum_match, ())>>" + ], + [ + 65, + "drop, Unit>>" + ], + [ + 66, + "drop" + ], + [ + 67, + "const_as_immediate>" + ], + [ + 68, + "get_execution_info_v2_syscall" + ], + [ + 69, + "store_temp>" + ], + [ + 70, + "unbox" + ], + [ + 71, + "struct_deconstruct" + ], + [ + 72, + "drop>" + ], + [ + 73, + "drop>" + ], + [ + 74, + "drop" + ], + [ + 75, + "drop" + ], + [ + 76, + "storage_write_syscall" + ], + [ + 77, + "felt252_is_zero" + ], + [ + 78, + "drop>" + ], + [ + 79, + "const_as_immediate>" + ], + [ + 80, + "enum_init, ())>, 1>" + ], + [ + 81, + "store_temp, ())>>" + ], + [ + 82, + "drop>" + ], + [ + 83, + "store_temp" + ], + [ + 84, + "felt252_sub" + ], + [ + 85, + "dup" + ], + [ + 86, + "class_hash_to_felt252" + ], + [ + 87, + "const_as_immediate>" + ], + [ + 88, + "const_as_immediate>" + ], + [ + 89, + "library_call_syscall" + ], + [ + 90, + "replace_class_syscall" + ], + [ + 91, + "struct_construct" + ], + [ + 92, + "enum_init" + ], + [ + 93, + "enum_init" + ], + [ + 94, + "snapshot_take" + ], + [ + 95, + "drop" + ], + [ + 96, + "store_temp" + ], + [ + 97, + "enum_match" + ], + [ + 98, + "enum_match" + ], + [ + 99, + "const_as_immediate>" + ], + [ + 100, + "struct_deconstruct" + ], + [ + 101, + "rename" + ], + [ + 102, + "store_temp>" + ], + [ + 103, + "emit_event_syscall" + ], + [ + 104, + "struct_construct, Unit>>" + ], + [ + 105, + "enum_init, ())>, 0>" + ], + [ + 106, + "const_as_immediate>" + ], + [ + 107, + "const_as_immediate>" + ], + [ + 108, + "const_as_immediate>" + ], + [ + 109, + "drop" + ] + ], + "user_func_names": [ + [ + 0, + "dojo::contract::base_contract::base::__wrapper__WorldProviderImpl__world" + ], + [ + 1, + "dojo::contract::upgradeable::upgradeable::__wrapper__UpgradableImpl__upgrade::" + ], + [ + 2, + "dojo::contract::base_contract::base::__wrapper__constructor" + ], + [ + 3, + "dojo::contract::upgradeable::upgradeable::Upgradable::::upgrade" + ] + ] + }, + "contract_class_version": "0.1.0", + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0x52c9b9140222b08593a26daa782707297be9f7b3e8281d7b4974769f19afd0", + "function_idx": 0 + }, + { + "selector": "0xf2f7c15cbe06c8d94597cd91fd7f3369eae842359235712def5584f8d270cd", + "function_idx": 1 + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [ + { + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", + "function_idx": 2 + } + ] + }, + "abi": [ + { + "type": "impl", + "name": "WorldProviderImpl", + "interface_name": "dojo::world::world_contract::IWorldProvider" + }, + { + "type": "struct", + "name": "dojo::world::world_contract::IWorldDispatcher", + "members": [ + { + "name": "contract_address", + "type": "core::starknet::contract_address::ContractAddress" + } + ] + }, + { + "type": "interface", + "name": "dojo::world::world_contract::IWorldProvider", + "items": [ + { + "type": "function", + "name": "world", + "inputs": [], + "outputs": [ + { + "type": "dojo::world::world_contract::IWorldDispatcher" + } + ], + "state_mutability": "view" + } + ] + }, + { + "type": "impl", + "name": "UpgradableImpl", + "interface_name": "dojo::contract::upgradeable::IUpgradeable" + }, + { + "type": "interface", + "name": "dojo::contract::upgradeable::IUpgradeable", + "items": [ + { + "type": "function", + "name": "upgrade", + "inputs": [ + { + "name": "new_class_hash", + "type": "core::starknet::class_hash::ClassHash" + } + ], + "outputs": [], + "state_mutability": "external" + } + ] + }, + { + "type": "constructor", + "name": "constructor", + "inputs": [] + }, + { + "type": "event", + "name": "dojo::contract::upgradeable::upgradeable::Upgraded", + "kind": "struct", + "members": [ + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::contract::upgradeable::upgradeable::Event", + "kind": "enum", + "variants": [ + { + "name": "Upgraded", + "type": "dojo::contract::upgradeable::upgradeable::Upgraded", + "kind": "nested" + } + ] + }, + { + "type": "event", + "name": "dojo::contract::base_contract::base::Event", + "kind": "enum", + "variants": [ + { + "name": "UpgradeableEvent", + "type": "dojo::contract::upgradeable::upgradeable::Event", + "kind": "flat" + } + ] + } + ] +} \ No newline at end of file diff --git a/contracts/target/dev/dojo-world.json b/contracts/target/dev/dojo-world.json new file mode 100644 index 0000000..0c133c6 --- /dev/null +++ b/contracts/target/dev/dojo-world.json @@ -0,0 +1,30360 @@ +{ + "sierra_program": [ + "0x1", + "0x6", + "0x0", + "0x2", + "0x7", + "0x0", + "0xf0c", + "0xf4", + "0x33c", + "0x42697477697365", + "0x800000000000000100000000000000000000000000000000", + "0x556e696e697469616c697a6564", + "0x800000000000000200000000000000000000000000000001", + "0x1", + "0x0", + "0x436f6e7374", + "0x800000000000000000000000000000000000000000000002", + "0x5", + "0x2", + "0x496e76616c6964207061636b696e67206f6666736574", + "0x496e76616c6964206c61796f75742073697a65", + "0x191", + "0x1e", + "0x66656c74323532", + "0x800000000000000700000000000000000000000000000000", + "0x7538", + "0x4172726179", + "0x800000000000000300000000000000000000000000000001", + "0x537472756374", + "0x800000000000000f00000000000000000000000000000001", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x800000000000000300000000000000000000000000000005", + "0x6", + "0x7", + "0x8", + "0x16a4c8d7c05909052238a862d8cc3e7975bf05a07b3a69c6b28951083a6d672", + "0x800000000000000300000000000000000000000000000003", + "0xa", + "0x456e756d", + "0x148ac8a1a92f797fc0df7a766d21db68e3b15883eaacab5f2f750e883d74f3", + "0x9", + "0xb", + "0x753235365f6d756c204f766572666c6f77", + "0x753235365f737562204f766572666c6f77", + "0x11", + "0x8000000000000110000000000000000", + "0x4469766973696f6e2062792030", + "0x75313238", + "0x800000000000000700000000000000000000000000000003", + "0x25e2ca4b84968c2d8b83ef476ca8549410346b00836ce79beaf538155990bb2", + "0x3288d594b9a45d15bb2fcb7903f06cdb06b27f0ba88186ec4cfaa98307cb972", + "0x12", + "0x13", + "0x800000000000000000000000000000000000000000000003", + "0x1de", + "0x1fc", + "0x426f78", + "0x800000000000000700000000000000000000000000000001", + "0x800000000000000700000000000000000000000000000101", + "0x536e617073686f74", + "0x18", + "0x800000000000000000000000000000000000000000000101", + "0x17", + "0x15", + "0x189", + "0x188", + "0x187", + "0x186", + "0x185", + "0x184", + "0x183", + "0x1b8", + "0x182", + "0x181", + "0x180", + "0x17f", + "0x17e", + "0x17d", + "0x17c", + "0x17b", + "0x17a", + "0x179", + "0x178", + "0x177", + "0x176", + "0x175", + "0x174", + "0x173", + "0x172", + "0x171", + "0x170", + "0x16f", + "0x16e", + "0x16d", + "0x16c", + "0x16b", + "0x16a", + "0x169", + "0x168", + "0x167", + "0x166", + "0x165", + "0x164", + "0x163", + "0x162", + "0x161", + "0x160", + "0x15f", + "0x15e", + "0x15d", + "0x15c", + "0x15b", + "0x15a", + "0x159", + "0x158", + "0x157", + "0x156", + "0x155", + "0x154", + "0x153", + "0x152", + "0x151", + "0x150", + "0x14f", + "0x14e", + "0x14d", + "0x14c", + "0x14b", + "0x14a", + "0x149", + "0x148", + "0x147", + "0x146", + "0x145", + "0x144", + "0x143", + "0x142", + "0x141", + "0x140", + "0x13f", + "0x13e", + "0x13d", + "0x13c", + "0x13b", + "0x13a", + "0x139", + "0x138", + "0x137", + "0x136", + "0x135", + "0x134", + "0x133", + "0x132", + "0x131", + "0x130", + "0x12f", + "0x12e", + "0x12d", + "0x12c", + "0x12b", + "0x12a", + "0x129", + "0x128", + "0x127", + "0x126", + "0x125", + "0x124", + "0x123", + "0x122", + "0x121", + "0x120", + "0x11f", + "0x11e", + "0x11d", + "0x11c", + "0x11b", + "0x11a", + "0x119", + "0x118", + "0x117", + "0x116", + "0x115", + "0x114", + "0x113", + "0x112", + "0x111", + "0x110", + "0x10f", + "0x10e", + "0x10d", + "0x10c", + "0x10a", + "0x109", + "0x106", + "0x105", + "0x102", + "0x101", + "0xfe", + "0xfd", + "0xfb", + "0xfa", + "0xf7", + "0xf6", + "0xf3", + "0xf2", + "0xef", + "0xee", + "0xec", + "0xeb", + "0xe8", + "0xe7", + "0xe4", + "0xe3", + "0xe0", + "0xdf", + "0xdd", + "0xdc", + "0xd9", + "0xd8", + "0xd5", + "0xd4", + "0xd1", + "0xd0", + "0xce", + "0xcd", + "0xca", + "0xc9", + "0xc6", + "0xc5", + "0xc2", + "0xc1", + "0xbf", + "0xbe", + "0xbb", + "0xba", + "0xb7", + "0xb6", + "0xb3", + "0xb2", + "0xb0", + "0xaf", + "0xac", + "0xab", + "0xa8", + "0xa7", + "0xa4", + "0xa3", + "0xa1", + "0xa0", + "0x9d", + "0x9c", + "0x99", + "0x98", + "0x95", + "0x94", + "0x92", + "0x91", + "0x8e", + "0x8d", + "0x8a", + "0x89", + "0x86", + "0x85", + "0x83", + "0x82", + "0x7f", + "0x7e", + "0x7b", + "0x7a", + "0x77", + "0x76", + "0x74", + "0x73", + "0x70", + "0x6f", + "0x6c", + "0x6b", + "0x68", + "0x67", + "0x65", + "0x64", + "0x61", + "0x60", + "0x5d", + "0x5c", + "0x59", + "0x58", + "0x56", + "0x55", + "0x52", + "0x51", + "0x4e", + "0x4d", + "0x4a", + "0x49", + "0x47", + "0x46", + "0x43", + "0x42", + "0x3f", + "0x3e", + "0x3b", + "0x3a", + "0x38", + "0x37", + "0x34", + "0x33", + "0x30", + "0x2f", + "0x2c", + "0x2b", + "0x29", + "0x28", + "0x25", + "0x24", + "0x21", + "0x20", + "0x1d", + "0x1c", + "0x1f", + "0x80000000000000000000000000000000", + "0x40000000000000000000000000000000", + "0x22", + "0x23", + "0x20000000000000000000000000000000", + "0x10000000000000000000000000000000", + "0x26", + "0x27", + "0x8000000000000000000000000000000", + "0x4000000000000000000000000000000", + "0x2a", + "0x1cf", + "0x2000000000000000000000000000000", + "0x2d", + "0x2e", + "0x800000000000000000000000000000", + "0x400000000000000000000000000000", + "0x31", + "0x32", + "0x200000000000000000000000000000", + "0x100000000000000000000000000000", + "0x35", + "0x36", + "0x80000000000000000000000000000", + "0x40000000000000000000000000000", + "0x39", + "0x1d0", + "0x20000000000000000000000000000", + "0x3c", + "0x3d", + "0x8000000000000000000000000000", + "0x4000000000000000000000000000", + "0x40", + "0x41", + "0x2000000000000000000000000000", + "0x1000000000000000000000000000", + "0x44", + "0x45", + "0x800000000000000000000000000", + "0x400000000000000000000000000", + "0x48", + "0x1d1", + "0x200000000000000000000000000", + "0x4b", + "0x4c", + "0x80000000000000000000000000", + "0x40000000000000000000000000", + "0x4f", + "0x50", + "0x20000000000000000000000000", + "0x10000000000000000000000000", + "0x53", + "0x54", + "0x8000000000000000000000000", + "0x4000000000000000000000000", + "0x57", + "0x1d2", + "0x2000000000000000000000000", + "0x5a", + "0x5b", + "0x800000000000000000000000", + "0x400000000000000000000000", + "0x5e", + "0x5f", + "0x200000000000000000000000", + "0x100000000000000000000000", + "0x62", + "0x63", + "0x80000000000000000000000", + "0x40000000000000000000000", + "0x66", + "0x1d3", + "0x20000000000000000000000", + "0x69", + "0x6a", + "0x8000000000000000000000", + "0x4000000000000000000000", + "0x6d", + "0x6e", + "0x2000000000000000000000", + "0x1000000000000000000000", + "0x71", + "0x72", + "0x800000000000000000000", + "0x400000000000000000000", + "0x75", + "0x1d4", + "0x200000000000000000000", + "0x78", + "0x79", + "0x80000000000000000000", + "0x40000000000000000000", + "0x7c", + "0x7d", + "0x20000000000000000000", + "0x10000000000000000000", + "0x80", + "0x81", + "0x8000000000000000000", + "0x4000000000000000000", + "0x84", + "0x1d5", + "0x2000000000000000000", + "0x87", + "0x88", + "0x800000000000000000", + "0x400000000000000000", + "0x8b", + "0x8c", + "0x200000000000000000", + "0x100000000000000000", + "0x8f", + "0x90", + "0x80000000000000000", + "0x40000000000000000", + "0x93", + "0x1d6", + "0x20000000000000000", + "0x96", + "0x97", + "0x8000000000000000", + "0x4000000000000000", + "0x9a", + "0x9b", + "0x2000000000000000", + "0x1000000000000000", + "0x9e", + "0x9f", + "0x800000000000000", + "0x400000000000000", + "0xa2", + "0x1d7", + "0x200000000000000", + "0xa5", + "0xa6", + "0x80000000000000", + "0x40000000000000", + "0xa9", + "0xaa", + "0x20000000000000", + "0x10000000000000", + "0xad", + "0xae", + "0x8000000000000", + "0x4000000000000", + "0xb1", + "0x1d8", + "0x2000000000000", + "0xb4", + "0xb5", + "0x800000000000", + "0x400000000000", + "0xb8", + "0xb9", + "0x200000000000", + "0x100000000000", + "0xbc", + "0xbd", + "0x80000000000", + "0x40000000000", + "0xc0", + "0x1d9", + "0x20000000000", + "0xc3", + "0xc4", + "0x8000000000", + "0x4000000000", + "0xc7", + "0xc8", + "0x2000000000", + "0x1000000000", + "0xcb", + "0xcc", + "0x800000000", + "0x400000000", + "0xcf", + "0x1da", + "0x200000000", + "0xd2", + "0xd3", + "0x80000000", + "0x40000000", + "0xd6", + "0xd7", + "0x20000000", + "0x10000000", + "0xda", + "0xdb", + "0x8000000", + "0x4000000", + "0xde", + "0x1db", + "0x2000000", + "0xe1", + "0xe2", + "0x800000", + "0x400000", + "0xe5", + "0xe6", + "0x200000", + "0x100000", + "0xe9", + "0xea", + "0x80000", + "0x40000", + "0xed", + "0x1dc", + "0x20000", + "0xf0", + "0xf1", + "0x8000", + "0x4000", + "0xf4", + "0xf5", + "0x2000", + "0x1000", + "0xf8", + "0xf9", + "0x800", + "0x400", + "0xfc", + "0x1dd", + "0x200", + "0xff", + "0x100", + "0x103", + "0x104", + "0x10", + "0x107", + "0x108", + "0x4", + "0x10b", + "0x800000000000000700000000000000000000000000000004", + "0x800000000000000000000000000000000000000000000004", + "0x18a", + "0x1e9", + "0x18d", + "0x18e", + "0x53746f726167654261736541646472657373", + "0x753332", + "0x101dc0399934cc08fa0d6f6f2daead4e4a38cabeea1c743e1fc28d2d6e58e99", + "0x800000000000000300000000000000000000000000000006", + "0x190", + "0x192", + "0x1af0cfeaebda15ad2f70e2f94e87f444611d8eeefea5a922d677a5d850e1db7", + "0x193", + "0x75385f737562204f766572666c6f77", + "0x75385f616464204f766572666c6f77", + "0x553132384d756c47756172616e746565", + "0x6d69736d61746368656420696e707574206c656e73", + "0x800000000000000700000000000000000000000000000002", + "0x34c1a4ee6ef3ec231b7e21635f0ab0f5e73f747e42beb02d65fc54c8e0e0575", + "0x800000000000000300000000000000000000000000000007", + "0x19c", + "0x243bd3a9d9a8aca05e0ed402a2ec609a07c5467e0f9ae670f3126c753894ddf", + "0x19d", + "0x556e7061636b20696e6e6572206661696c6564", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x1a0", + "0x11c6d8087e00642489f92d2821ad6ebd6532ad1a3b6d12833da6d6810391511", + "0x800000000000000700000000000000000000000000000005", + "0x1a1", + "0x1a2", + "0x6674d95cd1bd0dbe726032fc9199ab86923a7c44cdd22efabbc3bdeb4dd800", + "0x1a3", + "0x446f6a6f53746f726167654368756e6b", + "0x53ab85eada0a6ea028c03d62be3bee85e33846f2cb70861f36156d3c342647", + "0x1a7", + "0x496e76616c69642076616c756573206c656e677468", + "0x7574", + "0x556e61626c6520746f2066696e64207468652076617269616e74206c61796f", + "0x1f3", + "0x1ad", + "0x3d51cd80d097ac7cf0208e3ff0db65ac622c283bd6ce9e5f68c77e3a0aebca9", + "0x1ae", + "0x1b3", + "0x1b0", + "0x3142fbd31f041e72ed078d81fb3114100b27dfceb6a9f5844cfa830c1960670", + "0x1b1", + "0x800000000000000700000000000000000000000000000007", + "0x253b435b9b9e399f77332f7e43e4cfd7c7976fa47c37b6c20025d9f33ae564b", + "0x1af", + "0x1b2", + "0x193160377320b4e40e97d6e32674285d8d0086a56eee02835996d2a968dd8f7", + "0x1b4", + "0x725ba6e66a3b787bd70816044bea95b30958c4c2bea1b5bb1ec8c4ce889b8f", + "0x1b5", + "0x696e76616c69642076617269616e742076616c7565", + "0x1c1", + "0x1bb", + "0x3", + "0xfffffffc", + "0x696e76616c6964206172726179206c656e677468", + "0x1c0", + "0x696e7465726e616c206461746162617365206572726f72", + "0xffffffff", + "0x62617365206d757374206265203c3d203336", + "0x32d", + "0x800000000000000300000000000000000000000000000004", + "0x36775737a2dc48f3b19f9a1f4bc3ab9cb367d1e2e827cef96323826fd39f53f", + "0x1c6", + "0x1c7", + "0x395f5edeebf31beced8281bdd52124b53763f5c326972f497bcbfc255abc724", + "0x1c8", + "0x3c2698f998616d470461463b759c9c156ebc3760cd989ba2a007eafb24ffcd5", + "0x1ca", + "0x62617365206d757374206265203e2031", + "0x6e5f627974657320746f6f20626967", + "0x1000000000000000000000000000000", + "0x10000000000000000000000000000", + "0x100000000000000000000000000", + "0x1000000000000000000000000", + "0x10000000000000000000000", + "0x100000000000000000000", + "0x1000000000000000000", + "0x10000000000000000", + "0x100000000000000", + "0x1000000000000", + "0x10000000000", + "0x100000000", + "0x1000000", + "0x10000", + "0x800000000000000700000000000000000000000000000011", + "0x14cb65c06498f4a8e9db457528e9290f453897bdb216ce18347fff8fef2cd11", + "0x426f756e646564496e74", + "0xf", + "0x276791b1db09a1316e9c63a09463a6f62efdfb58dac5b87f9651adad70de175", + "0x1e1", + "0x949e9fd3b1ab222a7de8378c2d7759b5d9450bd4a5d812efdca682d9654cba", + "0x1e3", + "0x366297339d1e0201b5a58c410076507621ab70e220d351d6614955cea9d16f6", + "0x1e7", + "0x161ee0e6962e56453b5d68e09d1cabe5633858c1ba3a7e73fee8c70867eced0", + "0x1ea", + "0x220fa4805b00818ec08c03a36a239ded37261e4332d2103f947ffa3142363ec", + "0x1eb", + "0x1b13666c37cff3f8cd3a8175895ee97e12fa502081162baac108de2ea7bd1d0", + "0x1ee", + "0x263", + "0x6020686173206e6f20777269746520616363657373206f6e206d6f64656c20", + "0x14a9201f80ff7b74887454e7f1a7b569f78f6701624a54447e359946b856407", + "0x2c165577d2f90dcc2f9e339de27055cbf9457b92d4697ee6bf280306e0621b2", + "0x4e6f6e5a65726f", + "0x60206973207265676973746572656420627574206e6f74206173206120", + "0x100000000000000000000000000000000", + "0x2f23416cc60464d4158423619ba713070eb82b686c9d621a22c67bd37f6e0a9", + "0x1fa", + "0x3462d99dfa11ebb99485ec99c137a9de975baef9e969169664f0afa16b85aca", + "0x1fd", + "0x149ee8c97f9cdd259b09b6ca382e10945af23ee896a644de8c7b57da1779da7", + "0x1ff", + "0x3fe5d90df61c84f3fd3beb32bcd6bed327af186c179553f400314d549dbfe10", + "0x201", + "0xd", + "0x6020286e6f74206f776e657229", + "0x602063616e6e6f74207570677261646520746865207265736f757263652060", + "0x4e616d6573706163652060", + "0x6020697320616c72656164792072656769737465726564", + "0x2060", + "0x6020686173206e6f20777269746520616363657373206f6e20", + "0x6163652060", + "0x6020686173206e6f20777269746520616363657373206f6e206e616d657370", + "0x1b", + "0x496e76616c6964207265736f757263652073656c6563746f722060", + "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60", + "0x60206973206e6f742072656769737465726564", + "0x5265736f757263652060", + "0x60206973206e6f7420616e206163636f756e74", + "0x183e0d774c9220cf0aafd04797cb0ce5cf25e2488075f4a618e8384910d995b", + "0x19365de832427d717654cf618788cb2b25b8743b5f0b288bfabfe9b40242723", + "0x3a416388c3386a8b163a7e474773a958a36a999fc9e44beeb6f8210bcbcc1db", + "0x197d01acc5bedc8ee3e7fa0555eda7f8398b0f523f2dd801da2b021aa93d9f8", + "0x150cab1b3ce1f581965c46dec05378be21ec536435330fcac770a131b858c03", + "0x1062404958dc8c1108761b486c079063d18e574094add29f4cecada8fed72d", + "0x22cf28ad915d4655dcd87526f5461f2c386e0d8ae93d31dff5725b4777cb549", + "0x669efaa2192f54841ccb92b165625cca30ec440cfe380667975cb01226a100", + "0x32b9c1aaab98c9fd35d3bcc8aac050d9d0526ff950ceea2eefeb341821ae2e8", + "0x2598602927757aee8973a4c3572c425c4062ad95bd06ca478e6483d23edde29", + "0x1a2f334228cee715f1f0f54053bb6b5eac54fa336e0bc1aacf7516decb0471d", + "0x126edba6875c3928ffe266fef7bd0a9237bcc30f00131985c4f2f08963f7cf9", + "0x2474f33346a1e5cfe0f6bedbc1facc0224efeb1be69ea9160b8dd8886a100dd", + "0x2ba324eb8eee9a8e0ac296e410694bc3578679a63675bb75bb550cbd568d3b2", + "0x290118457a640990dbcdeb696bd7f53f1d7d71d19b7d566efd42da398c908d3", + "0x2399aa6e1326b07d2fd6c8c467f11b0fb5ed23db5f8723a777dca0f37d48bcf", + "0x3e9c3b9095bf5289dfd73cfc7851a4e432a54ab1c1fd2ab864e8364b27ecef2", + "0x8248d60b6c95dac1563fa392e8dfc0cb968be73d80faedfe9a90e66811b45f", + "0x26b160f10156dea0639bec90696772c640b9706a47f5b8c52ea1abe5858b34d", + "0x20f4a9eb90c382f623710b9c287e5c670ffc7e969860c063aa3ea54cf7325e7", + "0x436c61737348617368", + "0x436f6e747261637441646472657373", + "0x4ac67cac29ae842412306e82be54898048cd9fdfa39fef56f9f371c632a7cc", + "0x22b", + "0x22c", + "0x22d", + "0x17aac27591c2f7808768adc15dd5b84b29345e61b22b6a43318da20a54c4e11", + "0x22f", + "0x2d24225f6f884fb1ffe10fc2a7b769f527786052f840174bdcd961caec3d9b9", + "0x231", + "0x1bb1c01c344452838702a3de34586afdaa7e97a96ca6b5e5fa6e280e28bab6d", + "0x233", + "0x290594d6108d686e93420931c4351a4bc04a5d0e5ee93f633e2e19f2c3f3993", + "0x235", + "0x11bb5c454b3204fc9d799b4c8cb886ab53bb35179567fbae03ddb11debbd14b", + "0x237", + "0x800000000000000f00000000000000000000000000000002", + "0xcc5e86243f861d2d64b08c35db21013e773ac5cf10097946fe0011304886d5", + "0x239", + "0x7263652060", + "0x60206973206e6f7420746865206f776e6572206f6620746865207265736f75", + "0x43616c6c65722060", + "0x6174615f75726920646573657269616c697a6174696f6e206661696c65642e", + "0x4d6f64656c20605265736f757263654d65746164617461603a206d65746164", + "0x4f7074696f6e3a3a756e77726170206661696c65642e", + "0x1202a7fa2fddcf8a3022c40822f1c5916c5ca2aa21b537f816965f87593a1f9", + "0x243", + "0x64656c2e", + "0x556e6578706563746564206c61796f7574207479706520666f722061206d6f", + "0x7da71e1dc546b96d9fd53438ce53f427347947c6c30c6495690af26972951f", + "0x247", + "0x800000000000000300000000000000000000000000000002", + "0xd6c13b3de37ab086293a960c056f9bf97c7a722a9bcb214e24a39fbf15397b", + "0x249", + "0x2da", + "0x646f6a6f5f73746f72616765", + "0x31dccfc77101530a7c4054f90ed4205d8a831c26a28a410e0a160f9437b4631", + "0x255", + "0x24e", + "0x1597b831feeb60c71f259624b79cf66995ea4f7e383403583674ab9c33b9cec", + "0x24f", + "0x80000000000000070000000000000000000000000000000e", + "0x348a62b7a38c0673e61e888d83a3ac1bf334ee7361a8514593d3d9532ed8b39", + "0x250", + "0x251", + "0x286a95f1de7cb8e12bbb630f3b06ba41aebafefbb10ace4d6f3a6f22a6667e1", + "0x753634", + "0x3342418ef16b3e2799b906b1e4e89dbb9b111332dd44f72458ce44f9895b508", + "0x254", + "0x294621871dcb875c7f1b767db147c0e2baed4485ce6443bc37954d591481deb", + "0x436f6e6669673a206e6f74206f776e6572206f72206f70657261746f72", + "0x1a9483a0cb02779e0dba7a46b59503d16f962f0d3447656cb717b1bf772acec", + "0x34f8dd597b244d2d758e40eac8fd70e33b88b15771510e9a0c9d4bcfb96b6ea", + "0x258", + "0x256", + "0x253", + "0x924583257a47dd83702b92d1bcf41027fba06c39486295102ef8c82b4f8b94", + "0x77726f6e67206f75747075742068617368", + "0x77726f6e672070726f6772616d2068617368", + "0x60d3c2bfa4bb8ea82e481193539864886ec6eac861d63d1b6ec097446cc9d4", + "0x6e6f207374617465207472616e736974696f6e2070726f6f66", + "0xd43caae71b4142ae92c077fac1a3f2e031a845983cfd3bfb55f46d43ac2455", + "0x1166fe35572d4e7764dac0caf1fd7fc591901fd01156db2561a07b68ab8dca2", + "0x260", + "0x2d5c2adc511295f618016f15ed62536b30bd5fe8d2d426de434b73031d530a", + "0x261", + "0xac37b9cd090aa0932c2b4186836ca774baaaa0364f83f866a78de261ea7d38", + "0x21118475deb954ae63c5ac0595041d0c08953ad589d98ff34b06bbd6fdbfa86", + "0x4b37cf8204eff041d71cd920f0faf5583a7f281acdd0603c214198a7c336b7", + "0x696e76616c696420636c6173735f68617368", + "0x556e6b6e6f776e20656e756d20696e64696361746f723a", + "0x43616e6e6f742064656c65746520656e74697479206d656d626572", + "0x20b0b27f514171ca612420fb166c486d8dcccccd4f445fd0e38ba971d64ef73", + "0x22fef42bc64d083814133638e095dba15ccd2dec2d6fd3f557fade7c46cf923", + "0x2c7ce259c9b5f7fb22bcc22c23c278ad0a9e766d355ae137dfbf13ce345841e", + "0x26d", + "0x186d4ad090b9ad4bb2689c27d8e4af0f51c81a4670ee1dfa87bcc0d0d0bf8cc", + "0x32d657d27cc2e725c84669f15c1d45b02fd8dabd42e8f6d4c2081a5ac3895f", + "0x19", + "0x6d6f64656c20286f722069742773206e616d65737061636529", + "0x1223a759da93fbf429e1d57d45e1d050e99cacc2789394218174dff95419a58", + "0x34612e3e1214a8bf7fec5a5dea578e5ae830fbc22da1d2489208243cfa280c9", + "0x278", + "0x3a81b2df269d50d5269ae365c506881d64304381350e30e435cb2e67661b3df", + "0x279", + "0x16711f2470c6bad862ef65dd531380e4978e858ef855a741147c09946498a43", + "0x13cc5b768580df62507f70d12af49d5fadeaed50b9513330a751f6c3a6e3024", + "0x27c", + "0x2ac014b736f8d8ecfefd82cf6f2a227eeaa35b67be8b6e825f829f325bf57b5", + "0x27d", + "0x1285071ce26920dc861d902176f38b138552fe3ec227c3561fcaff97a2dd005", + "0x172b2d029d59f97d93dd24b7cc98c01ca8efd7bf422afd18e9041d6a1a5c170", + "0x280", + "0x30f87c80a9ff91f3ba0997da70c24279680d81f2429f998f2964b1a555ebb1a", + "0x281", + "0x27ac189be2665e35a306076d813d25df74772a62033822174b340faa0a188cd", + "0x283", + "0x636f6e7472616374", + "0x27e9d0ce25623a3fa117c6f1ec1f419a4977e71bdb9fd23c3922ba9c81e175", + "0x324548439d61685bbe668de2cdd31ffdf0b09731a4c3c1b5d11ee448524b3fc", + "0x1797195a5a08c4532ca96c3133e2a5c4a10596efe423aeed6c92c49e52937d2", + "0x288", + "0x287", + "0x289", + "0x797a1452b4eb6bfc3d21619bb85794704c48e3efef2512d237fc675208dd26", + "0x28a", + "0x2068617320616c7265616479206265656e20696e697469616c697a6564", + "0x436f6e747261637420", + "0x3c4fa8efecf8b6340cf825369ce6f2dd76ad69ea3b853bb426405f3ae73aea7", + "0x27ee81f914e54799ebb1b37d35da06513fa84a138a99eee282a1be1b997ccc3", + "0x2c4be14f60c29d8dedd01a1091ea8c1572e3277b511cfff4179da99e219457e", + "0x2487213a2e92e8c6a8727c551b670514a7796fa30e2e4c9ef4309fa53c3c313", + "0x3fe32abdb74caa53a41818ed690898a15ba2a4b6b1bd9a722a69c82f9b09b1c", + "0x7533325f737562204f766572666c6f77", + "0x496e646578206f7574206f6620626f756e6473", + "0x3a8a0a3320dd9aee9bbc8cd6afb6b486a2a08eda54e0494012eb9a19abe8bc3", + "0x324a51d83534d627d4d54adcb04e8170343de5bf845f840edbd6ca7a83512e8", + "0x28d6abc033a417f7d1d3af778209c99edcd7e387c70385075bdcbb90c65411", + "0xf800aee223ec4f0f7f13ec0e9fb1b8a8186bbfdb275780ce6218872155189", + "0xf2f7c15cbe06c8d94597cd91fd7f3369eae842359235712def5584f8d270cd", + "0x183200a6a4152123baa1b81f196782c91f5482916ec49fad15123907b10a497", + "0x526573756c743a3a756e77726170206661696c65642e", + "0x6d6f64656c", + "0x679ea9c5b65e40ad9da80f5a4150d36f3b6af3e88305e2e3ae5eccbc5743d9", + "0x2a1", + "0x53746f7265553332202d206e6f6e20753332", + "0x7533325f616464204f766572666c6f77", + "0x5b9304f5e1c8e3109707ef96fc2ba4cf5360d21752ceb905d488f0aef67c7", + "0x2a5", + "0x52657475726e6564206461746120746f6f2073686f7274", + "0x6e616d657370616365", + "0x3721080eade4b057eae589a1435045aca04c882598f794915100d4634a2c909", + "0x11fe2a708d5242b13f178422d4088cb270c488d9932765064ea92953422272", + "0x34be5630cda6efe115a7b234ad278c3d538a0f477b2274146b06d38f9157ffc", + "0x2ad", + "0x2ae", + "0x330a3c36f8b84821a90979c8143c2203d557c838a568aff70bb4cc9a5d14cd5", + "0x2af", + "0x313ea8a65e326a59f2a80b8eaa3797360e36aacc8c472405b45c1956d31a4c7", + "0x2b7", + "0x800000000000000700000000000000000000000000000006", + "0x7d4d99e9ed8d285b5c61b493cedb63976bc3d9da867933d829f49ce838b5e7", + "0x2b2", + "0x2b3", + "0x2b4", + "0x3c479d5fa1edd47f693d2aafccfce61ed54c79ba62506d9a252bb7a9ad3ae50", + "0x3808c701a5d13e100ab11b6c02f91f752ecae7e420d21b56c90ec0a475cc7e5", + "0xf91ce4d57bfa804662907361cf692523d4e50bcd8414fb83851c24eb1cde91", + "0xeff755ce128e250e5e48eee49e67255703385cad7eccf2d161dd1a70320dc8", + "0x405e4bf7b0d61a5f3166fcd436e10f37be53e077b0e818a89e58e2607d3121", + "0x3847219986420f6ff6650421010413d1c6c8356179281072e1d0fa06621c6b2", + "0x104eb68e98232f2362ae8fd62c9465a5910d805fa88b305d1f7721b8727f04", + "0x2bd", + "0x800000000000000300000000000000000000000000000012", + "0x86dedb85f41d9581d08ad5d3d079736282cdbe06f4ae6fbfc7387c8da652f3", + "0x24d", + "0x296", + "0x28f", + "0x265", + "0x270", + "0x26f", + "0x26c", + "0x26b", + "0x2b6", + "0x2b8", + "0x259", + "0x25d", + "0x2bf", + "0x46a6158a16a947e5916b2a2ca68501a45e93d7110e81aa2d6438b1c57c879a3", + "0x1ae79fdf8705157df153122ec03f03c7b7357edc4e3067e09fabac1376d4d82", + "0x2c2", + "0x166167c5b40c60227497c45fd1c4204e6bd152f7c1e27413e024e9eec514bb0", + "0x2c4", + "0x506564657273656e", + "0x2c6", + "0x268c07a9e3c71581176f9fcc83f680e8fabbdb72e680dff1b97f0002a42923", + "0x2c9", + "0x177df56e1be57504091f9fb90f158df540a90c0844dca0f662db2b638016929", + "0x2ca", + "0x18ef5e2178ac6be59ceafd15e6995810f636807e02c51d309c3f65e37000fc5", + "0x2cc", + "0x2c11a0d51ebabb1c06737697f6fa57e18a8baa7d1260d18c11f532acf9e8e39", + "0x2ce", + "0x2d0", + "0x2d3", + "0x2d5", + "0x2d4", + "0x2d6", + "0x1cdc902ca80aea4fa41f94d35654158d368cd858e75e9f2426d204944eef764", + "0x800000000000000000000000000000000000000000000001", + "0x2de", + "0x2a594b95e3522276fe0ac7ac7a7e4ad8c47eaa6223bc0fd6991aa683b7ee495", + "0x2d8", + "0x5265736f757263654d65746164617461", + "0x10203be321c62a7bd4c060d69539c1fbe065baa9e253c74d2cc48be163e259", + "0x5f5f444f4a4f5f5f", + "0x4e6f6e20436f6e747261637441646472657373", + "0x183a1b309b77fa43aa409ee3681db27df849965d2e5d22fb671795a0d00c912", + "0x145cc613954179acf89d43c94ed0e091828cbddcca83f5b408785785036d36d", + "0x3715a54537716b171b2beb7986bdf4d5966312fc8ce0959ce3882e529b9f698", + "0x800000000000000f00000000000000000000000000000003", + "0x2e7", + "0x22330138885fd163e3011d37fea5b50b91e8e4cefae4f71a93b021cf5709cf2", + "0x2e8", + "0x800000000000000700000000000000000000000000000009", + "0xbdfa286a002f1e0eb5e3ffc7c15ba9cfedf26d92867dbe37b5b9a1a6f1ff68", + "0x29890c38bb8a1b96e6347173b0e8cdd4aa9df0b81391d553568b7c7f8c063bd", + "0x2ea", + "0x2eb", + "0x1c8d93740145af2c1af0161fb4a502251684c648ed82e18694402782fc6e172", + "0x2ec", + "0x2ee", + "0xa68c57a3c2444ebc2c5f94c9913ecb8ce5a93a2386f0e6b3fa915a356c31b9", + "0x2ef", + "0x935ae2a12f96525c2570f695349e9f9cc9563a35757a42554491eccd1d65dd", + "0x2f0", + "0xc982ff41a872cffd0b086a7fddb270df9e0b8887ed049f2213ab7df93445cf", + "0x2f2", + "0x1e67a76465e4ffc402d75afeafc85876f545d5d6d25227255d27e4ff52ab65c", + "0x2f3", + "0x211ba9c1a9032776c28f90ff0222bf7a8ea6f3e0e96c85f2417c9bd7fec700e", + "0x2ba", + "0xc06c03cb2e5ae3acdd3ecdf49050ffef9f5fc3f6e460c0c1b1a1c691a085c1", + "0x2f5", + "0x2f6", + "0x328abf12ea4710fea83465902b293d466cd66ae33b6b034e0aeec6120df2a27", + "0x2f7", + "0x14d5f358c06dd93297885f93e321b73e8fca05e493c2d780d3fc73aa55496c2", + "0x3b9a847f9876e855d67a5ed5498aae5e348ddda7b6c6f1f8f862710a9788a1b", + "0x141b121dcddb8f8980af974a12e0d47980d5931bf539fe833c1570531ff45a4", + "0x4e6f6e20436c61737348617368", + "0x38505b17f7c4bccab5e4fd6e901372801e71d30073ce54ce64fa68c6b7f0d39", + "0x4661696c656420746f20646573657269616c697a6520706172616d202334", + "0x4661696c656420746f20646573657269616c697a6520706172616d202333", + "0x6c2e0071d28b909c229bfd214df94a47fe5a6b63c01a24b1ae31a198ea525c", + "0x301", + "0x685e4f67b2272c2412ab49a9b42dce28a74b7f21ec69e929188a55378160ca", + "0x144d2f8a620ec73bf25188effa2c9e03f238487e0b5b9dd33193f734a0312d0", + "0x303", + "0x304", + "0x259fe4a2d2de5c55efd39000ff6e5af40fdd17facd0e65569e6ed992a7f848a", + "0x305", + "0x17b6ecc31946835b0d9d92c2dd7a9c14f29af0371571ae74a1b228828b2242", + "0x309", + "0x34f9bd7c6cb2dd4263175964ad75f1ff1461ddc332fbfb274e0fb2a5d7ab968", + "0x30a", + "0x29d7d57c04a880978e7b3689f6218e507f3be17588744b58dc17762447ad0e7", + "0x30c", + "0x2e46b58cc59a72e5a11f29e03d6fffdfd7da866ac56e21493fd9123ba04a0e4", + "0x30e", + "0x2cb4c75f97fef0968df2e5f229c7dfd1a655051329d0f8ea70c2e733495410a", + "0x30f", + "0x1d49f7a4b277bf7b55a2664ce8cef5d6922b5ffb806b89644b9e0cdbbcac378", + "0x311", + "0x13fdd7105045794a99550ae1c4ac13faa62610dfab62c16422bfcf5803baa6e", + "0x312", + "0x9dce47294126c06edc8ff1db186e2b7e6c4483620ae8b8b3399bd80b510385", + "0x314", + "0x26ba841972de56495cbea5b968abe9750bdb07aa65f3d626ca3243878f78563", + "0x316", + "0x11d1dfbcd3e2040f863a35b6bab2a2134c9c4423d1eb9352c6e60807dafff85", + "0x4661696c656420746f20646573657269616c697a6520706172616d202332", + "0x53746f7261676541646472657373", + "0x28a1868d4e0a4c6ae678a74db4e55a60b628ba8668dc128cf0c8e418d0a7945", + "0x3251fdd4097aa7f9b1c72b843473cc881750ab77a439fd36053ccde60c46cea", + "0x1cba22b2cafd524314ce673fe23829450404e65620365072db7e950762157aa", + "0x1471feb3a8c3ea887a84c9bf18b8b5d8656131c270b9f7ea81392dee23dfa3d", + "0x322", + "0x16c00a541cbc109830db80028a078a79de79af085cee11e312f0155792dce1b", + "0x5cddec645db2dabee4263ab528bcd4b2cfb408d05fb3604e4e0fcb33b07d36", + "0x325", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x4f7574206f6620676173", + "0x74584e9f10ffb1a40aa5a3582e203f6758defc4a497d1a2d5a89f274a320e9", + "0x32b", + "0x62797465733331", + "0xa0d1a0727fa58bb1a48aee25b57c3e540cd3b4d97392aa626d6667a71b4c4f", + "0x32f", + "0x4275696c74696e436f737473", + "0x9931c641b913035ae674b400b61a51476d506bbe8bba2ff8a6272790aba9e6", + "0x32a", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x4761734275696c74696e", + "0x52616e6765436865636b", + "0x506f736569646f6e", + "0x336", + "0x338", + "0x53797374656d", + "0x33a", + "0x4e7", + "0x616c6c6f635f6c6f63616c", + "0x66696e616c697a655f6c6f63616c73", + "0x7265766f6b655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x7374727563745f6465636f6e737472756374", + "0x656e61626c655f61705f747261636b696e67", + "0x73746f72655f74656d70", + "0x335", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x756e626f78", + "0x72656e616d65", + "0x656e756d5f696e6974", + "0x6a756d70", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f6d61746368", + "0x64697361626c655f61705f747261636b696e67", + "0x64726f70", + "0x339", + "0x337", + "0x33b", + "0x61727261795f6e6577", + "0x636f6e73745f61735f696d6d656469617465", + "0x333", + "0x61727261795f617070656e64", + "0x332", + "0x334", + "0x6765745f6275696c74696e5f636f737473", + "0x331", + "0x77697468647261775f6761735f616c6c", + "0x736e617073686f745f74616b65", + "0x66756e6374696f6e5f63616c6c", + "0x73746f72655f6c6f63616c", + "0x330", + "0x647570", + "0x32e", + "0x7374727563745f736e617073686f745f6465636f6e737472756374", + "0x61727261795f6c656e", + "0x7533325f746f5f66656c74323532", + "0x32c", + "0x329", + "0x328", + "0x326", + "0x324", + "0x327", + "0x323", + "0x21adb5788e32c84f69a1863d85ef9394b7bf761a0ce1190f826984e5075c371", + "0x321", + "0x320", + "0x706564657273656e", + "0x636f6e74726163745f616464726573735f746f5f66656c74323532", + "0xad292db4ff05a993c318438c1b6c8a8303266af2da151aa28ccece6726f1f1", + "0x31f", + "0x73746f726167655f616464726573735f66726f6d5f62617365", + "0x31d", + "0x73746f726167655f726561645f73797363616c6c", + "0x66656c743235325f69735f7a65726f", + "0x31c", + "0x626f6f6c5f6e6f745f696d706c", + "0x31b", + "0x31a", + "0x319", + "0x318", + "0x636c6173735f686173685f7472795f66726f6d5f66656c74323532", + "0x317", + "0x315", + "0x636c6173735f686173685f746f5f66656c74323532", + "0x313", + "0x310", + "0x30d", + "0x30b", + "0x6765745f657865637574696f6e5f696e666f5f76325f73797363616c6c", + "0x308", + "0x656d69745f6576656e745f73797363616c6c", + "0x306", + "0x302", + "0x300", + "0x307", + "0x2fe", + "0x2ff", + "0x73746f726167655f626173655f616464726573735f636f6e7374", + "0x36d13f3f96a254c70c8330b71d2bd1ddec5e51f41977e0a2581409a42320efc", + "0x2fd", + "0x31e", + "0x2fc", + "0x2fb", + "0x2fa", + "0x2f9", + "0x2f8", + "0x2f4", + "0x2f1", + "0x2ed", + "0x2e9", + "0x39167381ee797110e01dbf990fdccacf3ae27079cc6316d9f7e066eeff2ede1", + "0x2e6", + "0x3f8798c38d46b67efbaa6745680fbecf9f9423615f5648dc2caba0288189aa9", + "0x2b7fa3184fd643e0dae8c68f176e7a315c91767ef3c1c2144e3d007f6f4eb23", + "0x2e5", + "0x2e4", + "0x2e1", + "0x2e0", + "0x2df", + "0x2dd", + "0x2dc", + "0x696e746f5f626f78", + "0x7370616e5f66726f6d5f7475706c65", + "0x2d9", + "0x636f6e73745f61735f626f78", + "0x2d1", + "0x2cf", + "0x2e3", + "0x2e2", + "0x2cd", + "0x627974657333315f746f5f66656c74323532", + "0x2cb", + "0x7533325f7472795f66726f6d5f66656c74323532", + "0x66656c743235325f737562", + "0x2c8", + "0x2c5", + "0x2c7", + "0x2c3", + "0x2c1", + "0x2c0", + "0x2be", + "0x2bc", + "0x2bb", + "0x2b9", + "0x626f6f6c5f746f5f66656c74323532", + "0x73746f726167655f77726974655f73797363616c6c", + "0xe", + "0x388897b91194527e55ca16a5c39cca6becf88b35916f90c26680e26bba52a60", + "0x2b1", + "0x2b0", + "0x2ac", + "0x7533325f6f766572666c6f77696e675f616464", + "0x2ab", + "0x63616c6c5f636f6e74726163745f73797363616c6c", + "0x2aa", + "0x2a9", + "0x2a8", + "0x2a7", + "0x2a6", + "0x2a4", + "0x2a3", + "0x2b5", + "0x636c6173735f686173685f636f6e7374", + "0x636f6e74726163745f616464726573735f636f6e7374", + "0x2a2", + "0x2a0", + "0x29f", + "0x29e", + "0x29d", + "0x29b", + "0x6465706c6f795f73797363616c6c", + "0x29a", + "0x299", + "0x298", + "0x297", + "0x29c", + "0x61727261795f736c696365", + "0x7533325f6f766572666c6f77696e675f737562", + "0x295", + "0x294", + "0x293", + "0x292", + "0x291", + "0x290", + "0x28e", + "0x28d", + "0x28c", + "0x28b", + "0x286", + "0x2b1577440dd7bedf920cb6de2f9fc6bf7ba98c78c85a3fa1f8311aac95e1759", + "0x285", + "0x284", + "0x282", + "0x27f", + "0x27e", + "0x27b", + "0x27a", + "0x277", + "0x276", + "0x275", + "0x274", + "0x273", + "0x272", + "0x271", + "0x26e", + "0xc", + "0x26a", + "0x269", + "0x2679d68052ccd03a53755ca9169677965fbd93e489df62f5f40d4f03c24f7a4", + "0x268", + "0x267", + "0x266", + "0x7265706c6163655f636c6173735f73797363616c6c", + "0x264", + "0x262", + "0x66656c743235325f616464", + "0x68616465735f7065726d75746174696f6e", + "0x25f", + "0x25e", + "0x25c", + "0x25b", + "0x2016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0", + "0x25a", + "0x257", + "0x3f75587469e8101729b3b02a46150a3d99315bc9c5026d64f2e8a061e413255", + "0x252", + "0x24c", + "0x24a", + "0x248", + "0x246", + "0x245", + "0x656e756d5f736e617073686f745f6d61746368", + "0x242", + "0x241", + "0x240", + "0x627974657333315f7472795f66726f6d5f66656c74323532", + "0x23f", + "0x23e", + "0x23d", + "0x23c", + "0x23b", + "0x23a", + "0x238", + "0x22a", + "0x229", + "0x236", + "0x228", + "0x227", + "0x226", + "0x225", + "0x234", + "0x224", + "0x232", + "0x223", + "0x230", + "0x222", + "0x22e", + "0x221", + "0x220", + "0x21f", + "0x21e", + "0x21d", + "0x21c", + "0x21b", + "0x21a", + "0x219", + "0x218", + "0x217", + "0x216", + "0x215", + "0x214", + "0x213", + "0x212", + "0x211", + "0x210", + "0x20f", + "0x20e", + "0x20d", + "0x20c", + "0x20b", + "0x20a", + "0x209", + "0x208", + "0x207", + "0x206", + "0x205", + "0x204", + "0x203", + "0x7533325f6571", + "0x202", + "0x1fe", + "0x75313238735f66726f6d5f66656c74323532", + "0x1fb", + "0x753132385f69735f7a65726f", + "0x753132385f736166655f6469766d6f64", + "0x753132385f746f5f66656c74323532", + "0x1f8", + "0x66656c743235325f6d756c", + "0x1f7", + "0x1f6", + "0x75385f746f5f66656c74323532", + "0x756e777261705f6e6f6e5f7a65726f", + "0x753235365f69735f7a65726f", + "0x1f5", + "0x75385f7472795f66726f6d5f66656c74323532", + "0x1f4", + "0x1f2", + "0x61727261795f676574", + "0x1f1", + "0x1ef", + "0x1ed", + "0x1ec", + "0x1e8", + "0x1f0", + "0x1e6", + "0x1e5", + "0x1e4", + "0x1e2", + "0x646f776e63617374", + "0x1e0", + "0x656e756d5f66726f6d5f626f756e6465645f696e74", + "0x1df", + "0x1ce", + "0x753132385f6571", + "0x75385f6f766572666c6f77696e675f737562", + "0x1cd", + "0x1cc", + "0x1cb", + "0x1c9", + "0x1c5", + "0x1c4", + "0x1c2", + "0x1bf", + "0x1be", + "0x753132385f6f766572666c6f77696e675f737562", + "0x1bd", + "0x1bc", + "0x1ba", + "0x1b9", + "0x1b7", + "0x1b6", + "0x1ac", + "0x1ab", + "0x1aa", + "0x1a9", + "0x1a8", + "0x757063617374", + "0x1a6", + "0x75385f6f766572666c6f77696e675f616464", + "0x73746f726167655f616464726573735f746f5f66656c74323532", + "0x1a5", + "0x1a4", + "0x19f", + "0x19e", + "0x19b", + "0x61727261795f706f705f66726f6e74", + "0x753235365f736166655f6469766d6f64", + "0x753132385f6d756c5f67756172616e7465655f766572696679", + "0x199", + "0x198", + "0x197", + "0x196", + "0x195", + "0x61727261795f736e617073686f745f706f705f6261636b", + "0x194", + "0x18f", + "0x18b", + "0x1a", + "0x16", + "0x14", + "0x62697477697365", + "0x75385f6571", + "0x753132385f67756172616e7465655f6d756c", + "0x753132385f6f766572666c6f77696e675f616464", + "0x9a97", + "0xffffffffffffffff", + "0x3ac", + "0x39b", + "0x388", + "0x383", + "0x34b", + "0x372", + "0x36a", + "0x38d", + "0x482", + "0x3c9", + "0x3ce", + "0x471", + "0x3d8", + "0x3dd", + "0x45e", + "0x459", + "0x3f6", + "0x448", + "0x43d", + "0x41e", + "0x423", + "0x42c", + "0x430", + "0x463", + "0x52d", + "0x49f", + "0x4a4", + "0x51c", + "0x4ae", + "0x4b3", + "0x509", + "0x504", + "0x4cc", + "0x4f3", + "0x4eb", + "0x50e", + "0x5d8", + "0x54a", + "0x54f", + "0x5c7", + "0x559", + "0x55e", + "0x5b4", + "0x5af", + "0x577", + "0x59e", + "0x596", + "0x5b9", + "0x65d", + "0x5f5", + "0x5fa", + "0x64b", + "0x647", + "0x612", + "0x638", + "0x630", + "0x64f", + "0x6e2", + "0x67a", + "0x67f", + "0x6d0", + "0x6cc", + "0x697", + "0x6bd", + "0x6b5", + "0x6d4", + "0x763", + "0x75a", + "0x749", + "0x711", + "0x739", + "0x730", + "0x812", + "0x781", + "0x786", + "0x801", + "0x790", + "0x795", + "0x7ee", + "0x7e9", + "0x7ae", + "0x7d8", + "0x7d0", + "0x7f3", + "0x8c0", + "0x82f", + "0x834", + "0x8af", + "0x83e", + "0x843", + "0x89c", + "0x897", + "0x85c", + "0x886", + "0x87e", + "0x8a1", + "0x966", + "0x8dd", + "0x8e2", + "0x955", + "0x94b", + "0x939", + "0x902", + "0x929", + "0x921", + "0x9bb", + "0x98a", + "0x9ae", + "0x9a7", + "0xa8f", + "0x9d5", + "0x9da", + "0x9f7", + "0x9f0", + "0xa00", + "0xa80", + "0xa78", + "0xa68", + "0xa1e", + "0xa59", + "0xa4a", + "0xa45", + "0xa50", + "0xba3", + "0xab1", + "0xab6", + "0xb8c", + "0xb7d", + "0xb66", + "0xb58", + "0xb42", + "0xae6", + "0xb2d", + "0xb24", + "0xb1b", + "0xcc9", + "0xbca", + "0xbcf", + "0xcb3", + "0xca5", + "0xc8f", + "0xc81", + "0xc6b", + "0xc5e", + "0xc49", + "0xc07", + "0xc35", + "0xc2b", + "0xdb8", + "0xcee", + "0xcf3", + "0xda3", + "0xd96", + "0xd81", + "0xd75", + "0xd61", + "0xd21", + "0xd4e", + "0xd44", + "0xe29", + "0xde0", + "0xe1c", + "0xe0f", + "0xe05", + "0xe14", + "0xec6", + "0xe45", + "0xe4a", + "0xeb5", + "0xe5f", + "0xea6", + "0xe98", + "0xe95", + "0xe9c", + "0xf4b", + "0xee3", + "0xee8", + "0xf39", + "0xf35", + "0xf00", + "0xf26", + "0xf1e", + "0xf3d", + "0x1052", + "0xf66", + "0xf6b", + "0xf98", + "0xf8f", + "0xf87", + "0xfa1", + "0x1041", + "0x1037", + "0x1025", + "0xfb6", + "0xfbb", + "0x1011", + "0xfd3", + "0xffe", + "0xff5", + "0x10c9", + "0x1070", + "0x1075", + "0x10b9", + "0x1089", + "0x10ab", + "0x10a4", + "0x113e", + "0x10e5", + "0x10ea", + "0x112e", + "0x10fe", + "0x1120", + "0x1119", + "0x1197", + "0x1161", + "0x118a", + "0x1181", + "0x11f0", + "0x11ba", + "0x11e3", + "0x11da", + "0x126d", + "0x120c", + "0x1211", + "0x125c", + "0x1258", + "0x1228", + "0x124a", + "0x1243", + "0x1260", + "0x12d9", + "0x1290", + "0x12cc", + "0x12bf", + "0x12b5", + "0x12c4", + "0x1363", + "0x12f5", + "0x12fa", + "0x1350", + "0x134c", + "0x1313", + "0x133c", + "0x1333", + "0x1354", + "0x1426", + "0x1419", + "0x140d", + "0x13fe", + "0x13f4", + "0x13eb", + "0x1432", + "0x1465", + "0x1446", + "0x144b", + "0x145a", + "0x147b", + "0x1480", + "0x149b", + "0x1495", + "0x14a3", + "0x14ee", + "0x14ae", + "0x14b3", + "0x14e3", + "0x14bb", + "0x14c0", + "0x14d6", + "0x14d1", + "0x14db", + "0x1801", + "0x17e9", + "0x1794", + "0x1773", + "0x175b", + "0x161e", + "0x1601", + "0x15ea", + "0x15e1", + "0x15d7", + "0x15cb", + "0x15d0", + "0x1789", + "0x1628", + "0x1618", + "0x1742", + "0x1731", + "0x1721", + "0x1710", + "0x16fe", + "0x16f3", + "0x16e8", + "0x16db", + "0x1752", + "0x17e0", + "0x17d5", + "0x18c", + "0x19a", + "0x17da", + "0x1817", + "0x1ac9", + "0x1ab5", + "0x1a64", + "0x1a4d", + "0x1a41", + "0x1883", + "0x1887", + "0x188b", + "0x19ef", + "0x188e", + "0x19d7", + "0x19c7", + "0x195d", + "0x1948", + "0x1939", + "0x1930", + "0x1926", + "0x191a", + "0x191f", + "0x19e6", + "0x1967", + "0x1957", + "0x19b9", + "0x19b0", + "0x19a5", + "0x1a38", + "0x1a29", + "0x1a2e", + "0x1a5a", + "0x1aac", + "0x1aa1", + "0x1aa6", + "0x1adb", + "0x1d8b", + "0x1d77", + "0x1d26", + "0x1d0f", + "0x1d03", + "0x1b45", + "0x1b49", + "0x1b4d", + "0x1cb1", + "0x1b50", + "0x1c99", + "0x1c89", + "0x1c1f", + "0x1c0a", + "0x1bfb", + "0x1bf2", + "0x1be8", + "0x1bdc", + "0x1be1", + "0x1ca8", + "0x1c29", + "0x1c19", + "0x1c7b", + "0x1c72", + "0x1c67", + "0x1cfa", + "0x1ceb", + "0x1cf0", + "0x1d1c", + "0x1d6e", + "0x1d63", + "0x1d68", + "0x1d9d", + "0x204d", + "0x2039", + "0x1fe8", + "0x1fd1", + "0x1fc5", + "0x1e07", + "0x1e0b", + "0x1e0f", + "0x1f73", + "0x1e12", + "0x1f5b", + "0x1f4b", + "0x1ee1", + "0x1ecc", + "0x1ebd", + "0x1eb4", + "0x1eaa", + "0x1e9e", + "0x1ea3", + "0x1f6a", + "0x1eeb", + "0x1edb", + "0x1f3d", + "0x1f34", + "0x1f29", + "0x1fbc", + "0x1fad", + "0x1fb2", + "0x1fde", + "0x2030", + "0x2025", + "0x202a", + "0x205f", + "0x230f", + "0x22fb", + "0x22aa", + "0x2293", + "0x2287", + "0x20c9", + "0x20cd", + "0x20d1", + "0x2235", + "0x20d4", + "0x221d", + "0x220d", + "0x21a3", + "0x218e", + "0x217f", + "0x2176", + "0x216c", + "0x2160", + "0x2165", + "0x222c", + "0x21ad", + "0x219d", + "0x21ff", + "0x21f6", + "0x21eb", + "0x227e", + "0x226f", + "0x2274", + "0x22a0", + "0x22f2", + "0x22e7", + "0x22ec", + "0x2321", + "0x2b17", + "0x2af7", + "0x2a9a", + "0x2a79", + "0x2a54", + "0x2a34", + "0x2a15", + "0x29f4", + "0x29cb", + "0x29a7", + "0x240a", + "0x2401", + "0x23f2", + "0x23f7", + "0x2983", + "0x296a", + "0x2444", + "0x245b", + "0x28f2", + "0x2909", + "0x291f", + "0x28cc", + "0x28ad", + "0x273d", + "0x271f", + "0x270e", + "0x26eb", + "0x26ce", + "0x26be", + "0x26ad", + "0x2554", + "0x254a", + "0x253e", + "0x2543", + "0x28e9", + "0x269b", + "0x268a", + "0x267a", + "0x1c3", + "0x2672", + "0x258d", + "0x261c", + "0x2621", + "0x2626", + "0x262a", + "0x260d", + "0x2603", + "0x25f6", + "0x25ec", + "0x1f9", + "0x25e0", + "0x25e5", + "0x2616", + "0x2668", + "0x265c", + "0x2661", + "0x244", + "0x2683", + "0x24b", + "0x26a6", + "0x274e", + "0x2708", + "0x2895", + "0x2888", + "0x2779", + "0x2783", + "0x278d", + "0x27e4", + "0x2796", + "0x27db", + "0x27cc", + "0x27d1", + "0x2871", + "0x2865", + "0x2d2", + "0x2854", + "0x2d7", + "0x2db", + "0x284b", + "0x2840", + "0x287e", + "0x28a3", + "0x2961", + "0x2952", + "0x2957", + "0x299d", + "0x33d", + "0x33e", + "0x33f", + "0x340", + "0x341", + "0x342", + "0x343", + "0x344", + "0x345", + "0x346", + "0x347", + "0x348", + "0x349", + "0x34a", + "0x34c", + "0x34d", + "0x34e", + "0x34f", + "0x350", + "0x351", + "0x352", + "0x2a70", + "0x353", + "0x354", + "0x355", + "0x356", + "0x357", + "0x358", + "0x359", + "0x35a", + "0x35b", + "0x35c", + "0x2aee", + "0x35d", + "0x35e", + "0x35f", + "0x360", + "0x361", + "0x362", + "0x363", + "0x364", + "0x365", + "0x366", + "0x367", + "0x368", + "0x369", + "0x36b", + "0x36c", + "0x36d", + "0x36e", + "0x36f", + "0x2ae3", + "0x370", + "0x371", + "0x373", + "0x374", + "0x375", + "0x376", + "0x377", + "0x378", + "0x379", + "0x37a", + "0x37b", + "0x37c", + "0x37d", + "0x37e", + "0x37f", + "0x2ae8", + "0x380", + "0x381", + "0x382", + "0x384", + "0x385", + "0x2b35", + "0x386", + "0x387", + "0x389", + "0x38a", + "0x34e6", + "0x34c0", + "0x345d", + "0x3436", + "0x340b", + "0x33e5", + "0x33c0", + "0x3399", + "0x336b", + "0x3342", + "0x3317", + "0x32f7", + "0x2bff", + "0x2c1d", + "0x3271", + "0x328f", + "0x32ac", + "0x3244", + "0x321e", + "0x2f1b", + "0x2ef6", + "0x2ee5", + "0x2ebb", + "0x2e97", + "0x2e87", + "0x2e76", + "0x2d1d", + "0x2d13", + "0x2d07", + "0x2d0c", + "0x3268", + "0x2e64", + "0x2e53", + "0x2e43", + "0x2e3b", + "0x2d56", + "0x2de5", + "0x2dea", + "0x2def", + "0x2df3", + "0x2dd6", + "0x2dcc", + "0x2dbf", + "0x2db5", + "0x2da9", + "0x2dae", + "0x2ddf", + "0x2e31", + "0x2e25", + "0x2e2a", + "0x2e4c", + "0x2e6f", + "0x2f2c", + "0x2edf", + "0x2f89", + "0x2f80", + "0x2f71", + "0x2f76", + "0x3202", + "0x31f1", + "0x30c2", + "0x30d0", + "0x30de", + "0x3196", + "0x30ab", + "0x2fd7", + "0x2fdc", + "0x3034", + "0x302b", + "0x301c", + "0x3021", + "0x3096", + "0x308c", + "0x3083", + "0x3078", + "0x30a1", + "0x30eb", + "0x318c", + "0x3182", + "0x3179", + "0x3168", + "0x315f", + "0x3150", + "0x3155", + "0x31e8", + "0x38b", + "0x38c", + "0x38e", + "0x31d9", + "0x38f", + "0x390", + "0x391", + "0x392", + "0x393", + "0x394", + "0x395", + "0x396", + "0x397", + "0x398", + "0x399", + "0x39a", + "0x39c", + "0x39d", + "0x39e", + "0x31de", + "0x39f", + "0x3a0", + "0x3a1", + "0x3a2", + "0x3a3", + "0x3a4", + "0x3a5", + "0x3214", + "0x3a6", + "0x3a7", + "0x3a8", + "0x3a9", + "0x3aa", + "0x3ab", + "0x3ad", + "0x3ae", + "0x3af", + "0x3b0", + "0x3b1", + "0x3b2", + "0x3b3", + "0x32ee", + "0x3b4", + "0x3b5", + "0x3b6", + "0x3b7", + "0x3b8", + "0x3b9", + "0x3ba", + "0x3bb", + "0x3bc", + "0x3bd", + "0x3be", + "0x3bf", + "0x3c0", + "0x3c1", + "0x3c2", + "0x3c3", + "0x3c4", + "0x3c5", + "0x3c6", + "0x32df", + "0x3c7", + "0x3c8", + "0x3ca", + "0x3cb", + "0x3cc", + "0x3cd", + "0x3cf", + "0x3d0", + "0x3d1", + "0x3d2", + "0x3d3", + "0x3d4", + "0x3d5", + "0x3d6", + "0x32e4", + "0x3d7", + "0x3d9", + "0x3da", + "0x3db", + "0x3dc", + "0x3338", + "0x3de", + "0x3df", + "0x3e0", + "0x3e1", + "0x3e2", + "0x3e3", + "0x3e4", + "0x3e5", + "0x3e6", + "0x3e7", + "0x3e8", + "0x3e9", + "0x3ea", + "0x3eb", + "0x3ec", + "0x3ed", + "0x3ee", + "0x3ef", + "0x3f0", + "0x3f1", + "0x3f2", + "0x3f3", + "0x3f4", + "0x3f5", + "0x342d", + "0x3f7", + "0x3f8", + "0x3f9", + "0x3fa", + "0x3fb", + "0x3fc", + "0x3fd", + "0x3fe", + "0x3ff", + "0x34b7", + "0x401", + "0x402", + "0x403", + "0x404", + "0x405", + "0x406", + "0x407", + "0x408", + "0x409", + "0x40a", + "0x40b", + "0x40c", + "0x40d", + "0x40e", + "0x40f", + "0x410", + "0x411", + "0x412", + "0x413", + "0x34ac", + "0x414", + "0x415", + "0x416", + "0x417", + "0x418", + "0x419", + "0x41a", + "0x41b", + "0x41c", + "0x41d", + "0x41f", + "0x420", + "0x421", + "0x422", + "0x34b1", + "0x424", + "0x425", + "0x426", + "0x427", + "0x428", + "0x429", + "0x350a", + "0x42a", + "0x42b", + "0x42d", + "0x42e", + "0x37f5", + "0x37df", + "0x378c", + "0x3774", + "0x3760", + "0x3747", + "0x373a", + "0x3591", + "0x359c", + "0x363a", + "0x3698", + "0x3644", + "0x362a", + "0x35c3", + "0x35c8", + "0x361b", + "0x3611", + "0x3601", + "0x3606", + "0x368e", + "0x367e", + "0x3683", + "0x3725", + "0x371c", + "0x370d", + "0x3703", + "0x36f7", + "0x372f", + "0x3755", + "0x37d6", + "0x37cb", + "0x37d0", + "0x3809", + "0x3fd1", + "0x3fb3", + "0x3f58", + "0x3f39", + "0x3f16", + "0x3ef7", + "0x3ed8", + "0x3eb9", + "0x3e96", + "0x3e7a", + "0x3e5b", + "0x3e39", + "0x3e1e", + "0x3e00", + "0x3dde", + "0x3dc0", + "0x3d9f", + "0x3d89", + "0x38fc", + "0x3910", + "0x3d17", + "0x3d2b", + "0x3d3e", + "0x3cf4", + "0x3cd8", + "0x3be6", + "0x3bcb", + "0x3bba", + "0x3b9a", + "0x3b80", + "0x3b70", + "0x3b5f", + "0x3a06", + "0x39fc", + "0x39f0", + "0x39f5", + "0x3d0e", + "0x3b4d", + "0x3b3c", + "0x3b2c", + "0x3b24", + "0x3a3f", + "0x3ace", + "0x3ad3", + "0x3ad8", + "0x3adc", + "0x3abf", + "0x3ab5", + "0x3aa8", + "0x3a9e", + "0x3a92", + "0x3a97", + "0x3ac8", + "0x3b1a", + "0x3b0e", + "0x3b13", + "0x3b35", + "0x3b58", + "0x3bf7", + "0x3bb4", + "0x3cc1", + "0x3cae", + "0x3c9a", + "0x3c86", + "0x3c7d", + "0x3c6b", + "0x3c64", + "0x3c73", + "0x3c90", + "0x3cce", + "0x3d80", + "0x3d71", + "0x3d76", + "0x3db6", + "0x3df6", + "0x3e52", + "0x3eb0", + "0x3f30", + "0x3faa", + "0x3f9f", + "0x3fa4", + "0x3fed", + "0x4296", + "0x4283", + "0x4233", + "0x421a", + "0x4208", + "0x4104", + "0x40ed", + "0x40dc", + "0x40d3", + "0x40c9", + "0x40bd", + "0x40c2", + "0x422a", + "0x410e", + "0x40fe", + "0x41f5", + "0x41ed", + "0x4134", + "0x4193", + "0x4199", + "0x419f", + "0x41a4", + "0x4184", + "0x4172", + "0x416b", + "0x417a", + "0x41e4", + "0x41d5", + "0x41da", + "0x41fe", + "0x427a", + "0x426f", + "0x4274", + "0x42a7", + "0x42b7", + "0x42bc", + "0x430e", + "0x4305", + "0x42f8", + "0x42e9", + "0x42dd", + "0x457a", + "0x456e", + "0x434c", + "0x44d2", + "0x44dc", + "0x44e6", + "0x44ef", + "0x44bf", + "0x4370", + "0x4375", + "0x43ee", + "0x43de", + "0x43d0", + "0x43c7", + "0x43bc", + "0x44ae", + "0x44a5", + "0x4499", + "0x448f", + "0x4486", + "0x447d", + "0x446c", + "0x445d", + "0x4462", + "0x44b6", + "0x4565", + "0x4554", + "0x454b", + "0x453c", + "0x4541", + "0x4587", + "0x45dd", + "0x45d2", + "0x45c2", + "0x45b7", + "0x45e3", + "0x4624", + "0x45fa", + "0x4606", + "0x460b", + "0x4619", + "0x463c", + "0x4641", + "0x46de", + "0x4664", + "0x465f", + "0x4658", + "0x46c5", + "0x468a", + "0x4676", + "0x467b", + "0x4682", + "0x46d4", + "0x469a", + "0x469f", + "0x46bb", + "0x46a9", + "0x46ae", + "0x46b5", + "0x46bf", + "0x46cc", + "0x46f0", + "0x46f5", + "0x48c8", + "0x474b", + "0x4704", + "0x4709", + "0x4732", + "0x472c", + "0x4724", + "0x473a", + "0x4742", + "0x48ac", + "0x47a2", + "0x475b", + "0x4760", + "0x4789", + "0x4783", + "0x477b", + "0x4791", + "0x4799", + "0x47f9", + "0x47b2", + "0x47b7", + "0x47e0", + "0x47da", + "0x47d2", + "0x47e8", + "0x47f0", + "0x4850", + "0x4809", + "0x480e", + "0x4837", + "0x4831", + "0x4829", + "0x483f", + "0x4847", + "0x4861", + "0x48bd", + "0x486f", + "0x4874", + "0x489d", + "0x4897", + "0x488f", + "0x48a5", + "0x48b4", + "0x48fd", + "0x4909", + "0x48f1", + "0x4948", + "0x493f", + "0x497e", + "0x4960", + "0x4965", + "0x4973", + "0x50ae", + "0x5087", + "0x5068", + "0x4f34", + "0x4f51", + "0x4f6e", + "0x5005", + "0x4f0e", + "0x4ee9", + "0x4ec7", + "0x4d35", + "0x4d13", + "0x4d01", + "0x4ce0", + "0x4ccf", + "0x4cae", + "0x4c9d", + "0x4c77", + "0x4c57", + "0x4c47", + "0x4c34", + "0x4c25", + "0x4c13", + "0x4c01", + "0x4bf0", + "0x4be0", + "0x4bd8", + "0x4aef", + "0x4b80", + "0x4b85", + "0x4b8a", + "0x4b8e", + "0x4b71", + "0x4b67", + "0x4b5a", + "0x4b50", + "0x4b44", + "0x4b49", + "0x50d1", + "0x4b7a", + "0x4bce", + "0x4bc2", + "0x4bc7", + "0x4be9", + "0x4c0c", + "0x4c41", + "0x4d46", + "0x4c97", + "0x4dce", + "0x4e31", + "0x4dbc", + "0x4daf", + "0x4da4", + "0x4d97", + "0x4e24", + "0x4e19", + "0x4e0c", + "0x4eae", + "0x4ea1", + "0x4e96", + "0x4e89", + "0x4ebe", + "0x4f2d", + "0x4f8a", + "0x4ffb", + "0x4fed", + "0x4fe3", + "0x4fd7", + "0x4fdc", + "0x505e", + "0x5052", + "0x5057", + "0x50a7", + "0x5749", + "0x5725", + "0x5709", + "0x55e1", + "0x55fb", + "0x5615", + "0x56a9", + "0x55be", + "0x559c", + "0x557d", + "0x5471", + "0x5452", + "0x5440", + "0x5422", + "0x5411", + "0x53f3", + "0x53e2", + "0x53bf", + "0x53a2", + "0x5392", + "0x537f", + "0x5370", + "0x535e", + "0x534c", + "0x533b", + "0x532b", + "0x5323", + "0x523a", + "0x52cb", + "0x52d0", + "0x52d5", + "0x52d9", + "0x52bc", + "0x52b2", + "0x52a5", + "0x529b", + "0x528f", + "0x5294", + "0x5769", + "0x52c5", + "0x5319", + "0x530d", + "0x5312", + "0x5334", + "0x5357", + "0x538c", + "0x5482", + "0x53dc", + "0x5504", + "0x5562", + "0x54f3", + "0x54e7", + "0x54dc", + "0x54cf", + "0x5556", + "0x554b", + "0x553e", + "0x55da", + "0x562e", + "0x569f", + "0x5691", + "0x5687", + "0x567b", + "0x5680", + "0x56ff", + "0x56f3", + "0x56f8", + "0x5742", + "0x5877", + "0x57d6", + "0x57c7", + "0x57b4", + "0x57ad", + "0x57a2", + "0x5870", + "0x57bf", + "0x57ce", + "0x5832", + "0x5823", + "0x5810", + "0x5809", + "0x57fe", + "0x581b", + "0x582a", + "0x5845", + "0x5856", + "0x5864", + "0x5890", + "0x589d", + "0x58a4", + "0x58ab", + "0x5a6e", + "0x5a5f", + "0x5a13", + "0x5900", + "0x59fe", + "0x59f2", + "0x5932", + "0x5937", + "0x59a1", + "0x5994", + "0x598b", + "0x597c", + "0x5981", + "0x59df", + "0x59d6", + "0x59cb", + "0x5a0a", + "0x5a56", + "0x5a4b", + "0x5a50", + "0x5a7b", + "0x5add", + "0x5a93", + "0x5a9f", + "0x5aa4", + "0x5ac0", + "0x5aae", + "0x5ab3", + "0x5aba", + "0x5ac4", + "0x5ad2", + "0x5af5", + "0x5afa", + "0x5bc7", + "0x5b04", + "0x5b09", + "0x5bbe", + "0x5b13", + "0x5b18", + "0x5bb4", + "0x5b22", + "0x5b27", + "0x5ba9", + "0x5b31", + "0x5b36", + "0x5b9d", + "0x5b40", + "0x5b45", + "0x5b91", + "0x5b86", + "0x5b79", + "0x5b6d", + "0x5b5f", + "0x5ddf", + "0x5dc0", + "0x5da6", + "0x5c08", + "0x5c20", + "0x5d8b", + "0x5d6b", + "0x5d5c", + "0x5d4d", + "0x5c61", + "0x5c6b", + "0x5d38", + "0x5d29", + "0x5d16", + "0x5d08", + "0x5c9a", + "0x5c9f", + "0x5cb7", + "0x5cfd", + "0x5cf3", + "0x5ce7", + "0x5d1e", + "0x5d43", + "0x5e94", + "0x5e83", + "0x5e75", + "0x5e64", + "0x5e58", + "0x5e48", + "0x5e42", + "0x5e4f", + "0x5e8c", + "0x5f44", + "0x5f33", + "0x5f25", + "0x5f14", + "0x5f08", + "0x5ef8", + "0x5ef2", + "0x5eff", + "0x5f3c", + "0x5ff5", + "0x5fe4", + "0x5fd6", + "0x5fc5", + "0x5fb9", + "0x5fa9", + "0x5fa3", + "0x5fb0", + "0x5fed", + "0x623c", + "0x6227", + "0x6210", + "0x6205", + "0x61f0", + "0x61e2", + "0x61d5", + "0x61bf", + "0x61b5", + "0x61a3", + "0x6196", + "0x6182", + "0x617a", + "0x616c", + "0x615e", + "0x6150", + "0x6146", + "0x613a", + "0x618b", + "0x61ca", + "0x61fd", + "0x621c", + "0x6294", + "0x628d", + "0x6311", + "0x62a9", + "0x62ae", + "0x62ff", + "0x62b9", + "0x62be", + "0x62ec", + "0x62da", + "0x6376", + "0x63a6", + "0x63af", + "0x63b8", + "0x63c1", + "0x6363", + "0x635f", + "0x6358", + "0x6391", + "0x636c", + "0x6368", + "0x639d", + "0x63c9", + "0x6426", + "0x6407", + "0x63f8", + "0x6470", + "0x643c", + "0x6446", + "0x644b", + "0x6463", + "0x645e", + "0x6468", + "0x6524", + "0x651d", + "0x64fe", + "0x64f7", + "0x64f0", + "0x64ea", + "0x64dd", + "0x64d6", + "0x64e3", + "0x6505", + "0x650f", + "0x656c", + "0x6591", + "0x6599", + "0x65a1", + "0x65a9", + "0x6559", + "0x654f", + "0x6582", + "0x6561", + "0x6587", + "0x65b0", + "0x65e9", + "0x65f9", + "0x6610", + "0x663f", + "0x664f", + "0x668d", + "0x66cc", + "0x66dc", + "0x66ec", + "0x66fc", + "0x6733", + "0x6774", + "0x6789", + "0x67b5", + "0x67e1", + "0x680d", + "0x681b", + "0x6638", + "0x6685", + "0x66c3", + "0x672c", + "0x676d", + "0x67ac", + "0x67b0", + "0x67d8", + "0x67dc", + "0x67f6", + "0x6800", + "0x680a", + "0x6880", + "0x687a", + "0x685b", + "0x6854", + "0x6861", + "0x686b", + "0x68e4", + "0x68de", + "0x68bf", + "0x68b8", + "0x68c5", + "0x68cf", + "0x69ee", + "0x69dc", + "0x69d0", + "0x69c1", + "0x69b0", + "0x69a2", + "0x6990", + "0x6985", + "0x6977", + "0x6966", + "0x6958", + "0x696e", + "0x699a", + "0x69b8", + "0x69e6", + "0x6a59", + "0x6a53", + "0x6a34", + "0x6a2d", + "0x6a3a", + "0x6a44", + "0x6af2", + "0x6aeb", + "0x6acc", + "0x6ac5", + "0x6abe", + "0x6ab8", + "0x6ab2", + "0x6ad3", + "0x6add", + "0x6b8a", + "0x6b82", + "0x6b7a", + "0x6b73", + "0x6b6c", + "0x6b66", + "0x6b60", + "0x6b52", + "0x6bff", + "0x6bf8", + "0x6bf1", + "0x6beb", + "0x6be5", + "0x6bd7", + "0x6c44", + "0x6c80", + "0x6c93", + "0x6ca6", + "0x6c38", + "0x6c29", + "0x6c24", + "0x6caf", + "0x6c30", + "0x6c74", + "0x6c65", + "0x6c60", + "0x6c6c", + "0x6c8a", + "0x6c9d", + "0x6cb8", + "0x6d0b", + "0x6d05", + "0x6cff", + "0x6cf1", + "0x6da5", + "0x6d9e", + "0x6d7f", + "0x6d78", + "0x6d72", + "0x6d65", + "0x6d5e", + "0x6d6b", + "0x6d86", + "0x6d90", + "0x6e1b", + "0x6df3", + "0x6dd8", + "0x6dd1", + "0x6de8", + "0x6dec", + "0x6e02", + "0x6e14", + "0x6e38", + "0x7195", + "0x7184", + "0x710a", + "0x70a7", + "0x7097", + "0x7007", + "0x6f28", + "0x6e6a", + "0x6e6e", + "0x6f14", + "0x6f08", + "0x6e88", + "0x6f22", + "0x6ef8", + "0x6ec8", + "0x6eb9", + "0x6ead", + "0x6ed3", + "0x6ef5", + "0x6eea", + "0x6ede", + "0x6fab", + "0x6f31", + "0x6f35", + "0x6ff6", + "0x6f4b", + "0x7001", + "0x6fe6", + "0x6fd9", + "0x6fc8", + "0x6f96", + "0x6f87", + "0x6f7b", + "0x6fa1", + "0x6fc5", + "0x6fba", + "0x6fae", + "0x7060", + "0x700f", + "0x7013", + "0x7083", + "0x704b", + "0x703c", + "0x7030", + "0x7056", + "0x7080", + "0x7075", + "0x7069", + "0x7091", + "0x70d5", + "0x70c9", + "0x70c0", + "0x70e0", + "0x7104", + "0x70fc", + "0x70f0", + "0x717a", + "0x7142", + "0x7134", + "0x7129", + "0x714e", + "0x7174", + "0x716a", + "0x715a", + "0x71f9", + "0x71f2", + "0x71eb", + "0x71e5", + "0x71d7", + "0x726d", + "0x7266", + "0x725f", + "0x7259", + "0x7253", + "0x7245", + "0x72bf", + "0x72b9", + "0x72b3", + "0x72a5", + "0x72d9", + "0x72e4", + "0x72e8", + "0x72f2", + "0x72f6", + "0x7305", + "0x7322", + "0x731c", + "0x736c", + "0x7338", + "0x7342", + "0x7347", + "0x735f", + "0x735a", + "0x7364", + "0x73e5", + "0x738d", + "0x7399", + "0x739e", + "0x73c6", + "0x73bd", + "0x73b4", + "0x73ce", + "0x73db", + "0x742b", + "0x7404", + "0x7423", + "0x7419", + "0x74fb", + "0x7480", + "0x74a6", + "0x74ce", + "0x74dd", + "0x74ec", + "0x7470", + "0x746c", + "0x7475", + "0x749d", + "0x74c5", + "0x75a3", + "0x759c", + "0x757d", + "0x7576", + "0x756f", + "0x7569", + "0x7563", + "0x7584", + "0x758e", + "0x7661", + "0x75eb", + "0x760f", + "0x7635", + "0x7642", + "0x7654", + "0x75e0", + "0x75d0", + "0x7606", + "0x762c", + "0x76bc", + "0x76df", + "0x76e5", + "0x76eb", + "0x76f1", + "0x76a9", + "0x76a0", + "0x76d0", + "0x76b4", + "0x76d5", + "0x76f6", + "0x777f", + "0x7775", + "0x7765", + "0x7755", + "0x7745", + "0x7802", + "0x7882", + "0x781d", + "0x7873", + "0x7863", + "0x7858", + "0x7849", + "0x7929", + "0x7919", + "0x790f", + "0x7903", + "0x78fa", + "0x7962", + "0x7944", + "0x7949", + "0x7957", + "0x7a13", + "0x798b", + "0x79fe", + "0x79ef", + "0x79e2", + "0x79ce", + "0x7a97", + "0x7a8d", + "0x7a85", + "0x7a7a", + "0x7aa3", + "0x7b56", + "0x7ac7", + "0x7b40", + "0x7b30", + "0x7b22", + "0x7b0d", + "0x7bdf", + "0x7bd7", + "0x7c50", + "0x7c47", + "0x7cdd", + "0x7cd4", + "0x7d24", + "0x7d1d", + "0x7e1a", + "0x7d38", + "0x7d3d", + "0x7e10", + "0x7d4c", + "0x7d50", + "0x7dfa", + "0x7dee", + "0x7d6a", + "0x7e08", + "0x7dde", + "0x7daa", + "0x7d9b", + "0x7d8f", + "0x7db5", + "0x7ddb", + "0x7dd0", + "0x7dc4", + "0x7f2c", + "0x7e34", + "0x7e39", + "0x7f22", + "0x7e48", + "0x7e4c", + "0x7f0f", + "0x7e62", + "0x7f1a", + "0x7eff", + "0x7ef2", + "0x7ee1", + "0x7ead", + "0x7e9e", + "0x7e92", + "0x7eb8", + "0x7ede", + "0x7ed3", + "0x7ec7", + "0x7fea", + "0x7f46", + "0x7f4b", + "0x7fe0", + "0x7f59", + "0x7f5d", + "0x7fca", + "0x7f96", + "0x7f87", + "0x7f7b", + "0x7fa1", + "0x7fc7", + "0x7fbc", + "0x7fb0", + "0x7fd8", + "0x8022", + "0x8004", + "0x8009", + "0x8017", + "0x808a", + "0x803b", + "0x8040", + "0x8045", + "0x804a", + "0x804f", + "0x8054", + "0x8059", + "0x805e", + "0x8063", + "0x8068", + "0x806d", + "0x8072", + "0x8077", + "0x807c", + "0x8081", + "0x8085", + "0x42f", + "0x431", + "0x432", + "0x433", + "0x434", + "0x435", + "0x436", + "0x437", + "0x438", + "0x439", + "0x43a", + "0x80a2", + "0x43b", + "0x8122", + "0x43c", + "0x811d", + "0x43e", + "0x80ba", + "0x43f", + "0x440", + "0x810c", + "0x80de", + "0x441", + "0x442", + "0x80d7", + "0x443", + "0x80ee", + "0x444", + "0x8105", + "0x445", + "0x446", + "0x80ff", + "0x447", + "0x81d1", + "0x449", + "0x44a", + "0x44b", + "0x8148", + "0x44c", + "0x81bc", + "0x44d", + "0x44e", + "0x81ad", + "0x44f", + "0x81a0", + "0x818c", + "0x450", + "0x451", + "0x82e6", + "0x82df", + "0x821f", + "0x452", + "0x453", + "0x82cb", + "0x454", + "0x8231", + "0x8235", + "0x455", + "0x456", + "0x457", + "0x82b0", + "0x8245", + "0x824b", + "0x82a7", + "0x8293", + "0x827f", + "0x458", + "0x8276", + "0x82bc", + "0x82ee", + "0x8410", + "0x8408", + "0x8338", + "0x83f3", + "0x834a", + "0x834e", + "0x83d8", + "0x835c", + "0x8363", + "0x45a", + "0x83ce", + "0x83b9", + "0x45b", + "0x83a3", + "0x45c", + "0x8393", + "0x838f", + "0x8398", + "0x83e4", + "0x8419", + "0x45d", + "0x8553", + "0x8548", + "0x846a", + "0x8530", + "0x847c", + "0x8480", + "0x84b8", + "0x8497", + "0x84a5", + "0x84b4", + "0x45f", + "0x84bf", + "0x8522", + "0x460", + "0x461", + "0x8516", + "0x462", + "0x84f7", + "0x464", + "0x855f", + "0x8616", + "0x8586", + "0x8600", + "0x85f0", + "0x85e2", + "0x85cd", + "0x874b", + "0x864f", + "0x465", + "0x8736", + "0x8662", + "0x8666", + "0x871b", + "0x8676", + "0x867c", + "0x8711", + "0x86fd", + "0x86ee", + "0x86d9", + "0x86c5", + "0x466", + "0x86bc", + "0x8728", + "0x467", + "0x887c", + "0x8868", + "0x8855", + "0x8782", + "0x8786", + "0x883b", + "0x8794", + "0x879b", + "0x8830", + "0x881d", + "0x8809", + "0x468", + "0x87f5", + "0x87e1", + "0x469", + "0x87d7", + "0x87c8", + "0x46a", + "0x8848", + "0x89a8", + "0x88a9", + "0x88ad", + "0x88ea", + "0x88c7", + "0x88d8", + "0x88e6", + "0x88f1", + "0x8996", + "0x897e", + "0x896f", + "0x8962", + "0x8942", + "0x89f2", + "0x89d2", + "0x89e3", + "0x8a9e", + "0x8a1c", + "0x8a8a", + "0x8a7c", + "0x46b", + "0x8a6f", + "0x8a5c", + "0x8b15", + "0x46c", + "0x8abe", + "0x46d", + "0x46e", + "0x46f", + "0x8ac3", + "0x470", + "0x8b0b", + "0x472", + "0x473", + "0x474", + "0x8afa", + "0x475", + "0x8ad8", + "0x8ae2", + "0x8aea", + "0x476", + "0x477", + "0x478", + "0x479", + "0x8bc1", + "0x8bb1", + "0x8ba1", + "0x47a", + "0x8b4a", + "0x8b50", + "0x8b5c", + "0x8b87", + "0x47b", + "0x47c", + "0x47d", + "0x8b94", + "0x47e", + "0x47f", + "0x480", + "0x481", + "0x8c30", + "0x8be5", + "0x8bea", + "0x8c25", + "0x483", + "0x8c1b", + "0x484", + "0x8c07", + "0x485", + "0x486", + "0x487", + "0x488", + "0x489", + "0x8c87", + "0x8c75", + "0x48a", + "0x48b", + "0x8c6d", + "0x48c", + "0x48d", + "0x48e", + "0x48f", + "0x490", + "0x491", + "0x8d39", + "0x492", + "0x8ca9", + "0x8cae", + "0x8d28", + "0x8d19", + "0x8cc4", + "0x8cca", + "0x8cd6", + "0x8d01", + "0x8d0d", + "0x493", + "0x494", + "0x495", + "0x496", + "0x8dbf", + "0x497", + "0x498", + "0x499", + "0x8d63", + "0x8db3", + "0x8dae", + "0x49a", + "0x8d9d", + "0x49b", + "0x49c", + "0x49d", + "0x8d82", + "0x8d8b", + "0x8d93", + "0x49e", + "0x4a0", + "0x4a1", + "0x4a2", + "0x8e6e", + "0x8de1", + "0x8e62", + "0x8e5d", + "0x8e12", + "0x8e05", + "0x4a3", + "0x8df8", + "0x8e1a", + "0x8e55", + "0x8e49", + "0x8e2e", + "0x8e37", + "0x8e3f", + "0x8eb4", + "0x4a5", + "0x8e89", + "0x8e8e", + "0x8eaa", + "0x4a6", + "0x8ea2", + "0x4a7", + "0x4a8", + "0x4a9", + "0x4aa", + "0x8f47", + "0x8ed8", + "0x8f38", + "0x4ab", + "0x8f2a", + "0x8f15", + "0x8fa6", + "0x8f9c", + "0x4ac", + "0x8f94", + "0x9015", + "0x8fcc", + "0x4ad", + "0x4af", + "0x9006", + "0x8fe9", + "0x8ff7", + "0x4b0", + "0x90b0", + "0x903b", + "0x90a0", + "0x9091", + "0x907b", + "0x9116", + "0x4b1", + "0x4b2", + "0x910f", + "0x9105", + "0x911f", + "0x4b4", + "0x9216", + "0x915d", + "0x9181", + "0x91a5", + "0x91d7", + "0x9209", + "0x4b5", + "0x9151", + "0x9178", + "0x4b6", + "0x919c", + "0x4b7", + "0x4b8", + "0x91cb", + "0x4b9", + "0x4ba", + "0x4bb", + "0x91fd", + "0x4bc", + "0x942f", + "0x933f", + "0x923b", + "0x923f", + "0x4bd", + "0x4be", + "0x4bf", + "0x4c0", + "0x932b", + "0x4c1", + "0x4c2", + "0x4c3", + "0x4c4", + "0x4c5", + "0x931b", + "0x9260", + "0x9266", + "0x926e", + "0x9280", + "0x9278", + "0x9307", + "0x92f2", + "0x929f", + "0x4c6", + "0x9300", + "0x4c7", + "0x92e1", + "0x4c8", + "0x92d2", + "0x92bb", + "0x92c8", + "0x92c7", + "0x92db", + "0x4c9", + "0x4ca", + "0x4cb", + "0x4cd", + "0x4ce", + "0x9338", + "0x9349", + "0x934e", + "0x9424", + "0x4cf", + "0x941a", + "0x9363", + "0x9367", + "0x9407", + "0x93f8", + "0x9386", + "0x938c", + "0x9394", + "0x93a6", + "0x939e", + "0x93e4", + "0x93d5", + "0x93be", + "0x93cb", + "0x93ca", + "0x93de", + "0x9413", + "0x94b8", + "0x944c", + "0x9451", + "0x94ac", + "0x9497", + "0x4d0", + "0x4d1", + "0x948c", + "0x947a", + "0x4d2", + "0x4d3", + "0x4d4", + "0x4d5", + "0x4d6", + "0x4d7", + "0x950e", + "0x4d8", + "0x94f4", + "0x94e6", + "0x9502", + "0x95b7", + "0x95a7", + "0x9597", + "0x9540", + "0x9546", + "0x9552", + "0x957d", + "0x958a", + "0x96c8", + "0x95eb", + "0x4d9", + "0x4da", + "0x4db", + "0x96ae", + "0x9695", + "0x9684", + "0x960e", + "0x9614", + "0x9620", + "0x964b", + "0x9675", + "0x965e", + "0x4dc", + "0x977f", + "0x96fc", + "0x976b", + "0x975d", + "0x9750", + "0x973d", + "0x9913", + "0x9907", + "0x97de", + "0x98ee", + "0x97f0", + "0x97f4", + "0x982e", + "0x980c", + "0x981b", + "0x982a", + "0x9835", + "0x98d6", + "0x98c8", + "0x98bb", + "0x98b0", + "0x9892", + "0x98e6", + "0x9920", + "0x4dd", + "0x4de", + "0x9980", + "0x9941", + "0x9978", + "0x9949", + "0x994d", + "0x9974", + "0x995d", + "0x9971", + "0x9969", + "0x996f", + "0x997c", + "0x998a", + "0x9990", + "0x9997", + "0x4df", + "0x4e0", + "0x9a85", + "0x9a73", + "0x9a61", + "0x9a55", + "0x99b9", + "0x99bd", + "0x99c6", + "0x99ca", + "0x9a41", + "0x9a32", + "0x9a1e", + "0x99f2", + "0x99ff", + "0x99fe", + "0x9a27", + "0x9a0e", + "0x4e1", + "0x4e2", + "0x4e3", + "0x4e4", + "0x9a4e", + "0x4e5", + "0x4e6", + "0x53c", + "0x5e7", + "0x66c", + "0x6f1", + "0x773", + "0x821", + "0x8cf", + "0x975", + "0x9c9", + "0xa9d", + "0xbb8", + "0xcdd", + "0xdcb", + "0xe37", + "0xed5", + "0xf5a", + "0x1062", + "0x10d7", + "0x114c", + "0x11a5", + "0x11fe", + "0x127b", + "0x12e7", + "0x1373", + "0x143a", + "0x1473", + "0x14f7", + "0x1822", + "0x1ae4", + "0x1da6", + "0x2068", + "0x232a", + "0x2b3e", + "0x3513", + "0x3813", + "0x3ff6", + "0x42b0", + "0x4318", + "0x4591", + "0x45eb", + "0x4633", + "0x46e6", + "0x48d1", + "0x4954", + "0x498c", + "0x50dc", + "0x5774", + "0x5882", + "0x58b2", + "0x5a84", + "0x5aec", + "0x5bcf", + "0x5df0", + "0x5ea0", + "0x5f50", + "0x6001", + "0x6252", + "0x629c", + "0x6321", + "0x63e3", + "0x642d", + "0x647f", + "0x652c", + "0x65ca", + "0x6822", + "0x6887", + "0x68eb", + "0x69fc", + "0x6a60", + "0x6afa", + "0x6b93", + "0x6c07", + "0x6cc1", + "0x6d12", + "0x6dad", + "0x6e3f", + "0x719e", + "0x7201", + "0x7275", + "0x72c6", + "0x7329", + "0x737b", + "0x73f5", + "0x743a", + "0x7511", + "0x75ab", + "0x7675", + "0x7710", + "0x778f", + "0x7809", + "0x7891", + "0x7938", + "0x7970", + "0x7a28", + "0x7aab", + "0x7b6c", + "0x7be8", + "0x7c59", + "0x7ce6", + "0x7d2c", + "0x7e28", + "0x7f3a", + "0x7ff8", + "0x8030", + "0x8095", + "0x812d", + "0x81e6", + "0x82f9", + "0x8424", + "0x856a", + "0x862c", + "0x8761", + "0x8890", + "0x89c2", + "0x8a01", + "0x8ab2", + "0x8b24", + "0x8bd9", + "0x8c42", + "0x8c99", + "0x8d50", + "0x8dce", + "0x8e7d", + "0x8ec2", + "0x8f5c", + "0x8fb7", + "0x9024", + "0x90c6", + "0x9126", + "0x922a", + "0x9440", + "0x94cb", + "0x951a", + "0x95cf", + "0x96e1", + "0x9793", + "0x992b", + "0x999c", + "0x4f336", + "0x700c00a00900500800700b00a009005008007006005004003002001000", + "0x601701401600601501400900501301201001101000f00e00a00d005008", + "0x501d00501600601c01401b00601501401a005019005018005009005016", + "0xa00900500800702200a00900500800702100502000501f00601c01e019", + "0x502900602801401002702600a00900500800702500a024005008007023", + "0x702c00502b00501600602801401a00501a00502a00602801e024005024", + "0x502b00502b00501600603201402b00503103002f00502e00502b00502d", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x502b00502b00502b00502b00502b00502b00502b00502b00502b00502b", + "0x503600503500703400503103302b00501301202b00502b00502b00502b", + "0x504000503f00503e00503d00503c00503b00503a005039005038005037", + "0x504a005049005048005047005046005045005044005043005042005041", + "0x505400505300505200505100505000504f00504e00504d00504c00504b", + "0x505e00505d00505c00505b00505a005059005058005057005056005055", + "0x506800506700506600506500506400506300506200506100506000505f", + "0x507200507100507000506f00506e00506d00506c00506b00506a005069", + "0x507c00507b00507a005079005078005077005076005075005074005073", + "0x508600508500508400508300508200508100508000507f00507e00507d", + "0x509000508f00508e00508d00508c00508b00508a005089005088005087", + "0x509a005099005098005097005096005095005094005093005092005091", + "0x50a40050a30050a20050a10050a000509f00509e00509d00509c00509b", + "0x50ae0050ad0050ac0050ab0050aa0050a90050a80050a70050a60050a5", + "0x50b80050b70050b60050b50050b40050b30050b20050b10050b00050af", + "0x50c20050c10050c00050bf0050be0050bd0050bc0050bb0050ba0050b9", + "0x50cc0050cb0050ca0050c90050c80050c70050c60050c50050c40050c3", + "0x50d60050d50050d40050d30050d20050d10050d00050cf0050ce0050cd", + "0x50e00050df0050de0050dd0050dc0050db0050da0050d90050d80050d7", + "0x50ea0050e90050e80050e70050e60050e50050e40050e30050e20050e1", + "0x50f40050f30050f20050f10050f00050ef0050ee0050ed0050ec0050eb", + "0x50fe0050fd0050fc0050fb0050fa0050f90050f80050f70050f60050f5", + "0x51080051070051060051050051040051030051020051010051000050ff", + "0x511200511100511000510f00510e00510d00510c00510b00510a005109", + "0x511c00511b00511a005119005118005117005116005115005114005113", + "0x512600512500512400512300512200512100512000511f00511e00511d", + "0x513000512f00512e00512d00512c00512b00512a005129005128005127", + "0x502b00502d007036005031030136005135005134005133005132005131", + "0x500800713800a02400500800713700502f00502b00502d00700e00502f", + "0x713b00502f00502b00502d00713a00502f00502b00502d00713900a024", + "0x713e00502f00502b00502d00713d00a02400500800713c00a024005008", + "0x714100a02400500800714000a02400500800713f00502f00502b00502d", + "0xa02400500800714300502f00502b00502d00714200502f00502b00502d", + "0x500800714600502f00502b00502d00714500502f00502b00502d007144", + "0x502d00714900502f00502b00502d00714800a02400500800714700a024", + "0x502d00714c00a02400500800714b00a02400500800714a00502f00502b", + "0x714f00a02400500800714e00502f00502b00502d00714d00502f00502b", + "0x502f00502b00502d00715100502f00502b00502d00715000a024005008", + "0x502b00502d00715400502f00502b00502d00715300a024005008007152", + "0x502b00502d00715700a02400500800715600a02400500800715500502f", + "0x500800715a00a02400500800715900502f00502b00502d00715800502f", + "0x715d00502f00502b00502d00715c00502f00502b00502d00715b00a024", + "0x716000502f00502b00502d00715f00a02400500800715e00a024005008", + "0x502f00502b00502d00716200a02400500800716100502f00502b00502d", + "0xa02400500800716500a02400500800716400502f00502b00502d007163", + "0x500800716800502f00502b00502d00716700502f00502b00502d007166", + "0x502d00716b00502f00502b00502d00716a00a02400500800716900a024", + "0x502d00716e00a02400500800716d00a02400500800716c00502f00502b", + "0x717100a02400500800717000502f00502b00502d00716f00502f00502b", + "0xa02400500800717300502f00502b00502d00717200502f00502b00502d", + "0x502b00502d00717600502f00502b00502d00717500a024005008007174", + "0x502b00502d00717900a02400500800717800a02400500800717700502f", + "0x500800717c00a02400500800717b00502f00502b00502d00717a00502f", + "0x717f00502f00502b00502d00717e00502f00502b00502d00717d00a024", + "0x502f00502b00502d00718100502f00502b00502d00718000a024005008", + "0x502f00502b00502d00718400a02400500800718300a024005008007182", + "0xa02400500800718700a02400500800718600502f00502b00502d007185", + "0x500800718a00502f00502b00502d00718900502f00502b00502d007188", + "0x502d00718d00502f00502b00502d00718c00a02400500800718b00a024", + "0x719000502f00502b00502d00718f00a02400500800718e00502f00502b", + "0x719300a02400500800719200a02400500800719100502f00502b00502d", + "0xa02400500800719500502f00502b00502d00719400502f00502b00502d", + "0x502b00502d00719800502f00502b00502d00719700a024005008007196", + "0x502b00502d00719b00a02400500800719a00a02400500800719900502f", + "0x502d00719e00a02400500800719d00502f00502b00502d00719c00502f", + "0x71a100a0240050080071a000502f00502b00502d00719f00502f00502b", + "0x502f00502b00502d0071a300502f00502b00502d0071a200a024005008", + "0x502f00502b00502d0071a600a0240050080071a500a0240050080071a4", + "0xa0240050080071a900a0240050080071a800502f00502b00502d0071a7", + "0x50080071ac00502f00502b00502d0071ab00502f00502b00502d0071aa", + "0x71af00502f00502b00502d0071ae00502f00502b00502d0071ad00a024", + "0x71b200502f00502b00502d0071b100a0240050080071b000a024005008", + "0x71b500a0240050080071b400a0240050080071b300502f00502b00502d", + "0xa0240050080071b700502f00502b00502d0071b600502f00502b00502d", + "0x502b00502d0071ba00502f00502b00502d0071b900a0240050080071b8", + "0x502d0071bd00502f00502b00502d0071bc00a0240050080071bb00502f", + "0x502d0071c000a0240050080071bf00a0240050080071be00502f00502b", + "0x71c300a0240050080071c200502f00502b00502d0071c100502f00502b", + "0x502f00502b00502d0071c500502f00502b00502d0071c400a024005008", + "0x502f00502b00502d0071c800a0240050080071c700a0240050080071c6", + "0x502b00502d0071cb00a0240050080071ca00502f00502b00502d0071c9", + "0x50080071ce00a0240050080071cd00502f00502b00502d0071cc00502f", + "0x71d100502f00502b00502d0071d000502f00502b00502d0071cf00a024", + "0x71d400502f00502b00502d0071d300a0240050080071d200a024005008", + "0x71d700a0240050080071d600a0240050080071d500502f00502b00502d", + "0xa0240050080071d900502f00502b00502d0071d800502f00502b00502d", + "0x50080071dc00502f00502b00502d0071db00502f00502b00502d0071da", + "0x502d0071df00502f00502b00502d0071de00a0240050080071dd00a024", + "0x502d0071e200a0240050080071e100a0240050080071e000502f00502b", + "0x71e500a0240050080071e400502f00502b00502d0071e300502f00502b", + "0x502f00502b00502d0071e700502f00502b00502d0071e600a024005008", + "0x502b00502d0071ea00502f00502b00502d0071e900a0240050080071e8", + "0x502b00502d0071ed00a0240050080071ec00a0240050080071eb00502f", + "0x50080071f000a0240050080071ef00502f00502b00502d0071ee00502f", + "0x71f300502f00502b00502d0071f200502f00502b00502d0071f100a024", + "0x71f600502f00502b00502d0071f500a0240050080071f400a024005008", + "0x502f00502b00502d0071f800a0240050080071f700502f00502b00502d", + "0xa0240050080071fb00a0240050080071fa00502f00502b00502d0071f9", + "0x50080071fe00502f00502b00502d0071fd00502f00502b00502d0071fc", + "0x502d00720100502f00502b00502d00720000a0240050080071ff00a024", + "0x502d00720400a02400500800720300a02400500800720200502f00502b", + "0x720700a02400500800720600502f00502b00502d00720500502f00502b", + "0xa02400500800720900502f00502b00502d00720800502f00502b00502d", + "0x502b00502d00720c00502f00502b00502d00720b00a02400500800720a", + "0x502b00502d00720f00a02400500800720e00a02400500800720d00502f", + "0x500800721200a02400500800721100502f00502b00502d00721000502f", + "0x721500502f00502b00502d00721400502f00502b00502d00721300a024", + "0x502f00502b00502d00721700502f00502b00502d00721600a024005008", + "0x502f00502b00502d00715800a02400500800719800a024005008007218", + "0xa02400500800713400a02400500800721a00502f00502b00502d007219", + "0x500800721d00502f00502b00502d00721c00502f00502b00502d00721b", + "0x502d00721f00502f00502b00502d00721e00a02400500800701a00a024", + "0x702f00500e00502b00502d00700a00a02400500800702e00502f00502b", + "0x502b00502d00702f00513a00502b00502d00702f00513700502b00502d", + "0x702f00513f00502b00502d00702f00513e00502b00502d00702f00513b", + "0x502b00502d00702f00514300502b00502d00702f00514200502b00502d", + "0x702f00514900502b00502d00702f00514600502b00502d00702f005145", + "0x502b00502d00702f00514d00502b00502d00702f00514a00502b00502d", + "0x702f00515200502b00502d00702f00515100502b00502d00702f00514e", + "0x502b00502d00702f00515500502b00502d00702f00515400502b00502d", + "0x702f00515c00502b00502d00702f00515900502b00502d00702f005158", + "0x502b00502d00702f00516000502b00502d00702f00515d00502b00502d", + "0x702f00516400502b00502d00702f00516300502b00502d00702f005161", + "0x502b00502d00702f00516800502b00502d00702f00516700502b00502d", + "0x702f00516f00502b00502d00702f00516c00502b00502d00702f00516b", + "0x502b00502d00702f00517200502b00502d00702f00517000502b00502d", + "0x702f00517700502b00502d00702f00517600502b00502d00702f005173", + "0x502b00502d00702f00517b00502b00502d00702f00517a00502b00502d", + "0x702f00518100502b00502d00702f00517f00502b00502d00702f00517e", + "0x502b00502d00702f00518500502b00502d00702f00518200502b00502d", + "0x702f00518a00502b00502d00702f00518900502b00502d00702f005186", + "0x502b00502d00702f00518e00502b00502d00702f00518d00502b00502d", + "0x702f00519400502b00502d00702f00519100502b00502d00702f005190", + "0x502b00502d00702f00519800502b00502d00702f00519500502b00502d", + "0x702f00519d00502b00502d00702f00519c00502b00502d00702f005199", + "0x502b00502d00702f0051a000502b00502d00702f00519f00502b00502d", + "0x702f0051a700502b00502d00702f0051a400502b00502d00702f0051a3", + "0x502b00502d00702f0051ab00502b00502d00702f0051a800502b00502d", + "0x702f0051af00502b00502d00702f0051ae00502b00502d00702f0051ac", + "0x502b00502d00702f0051b300502b00502d00702f0051b200502b00502d", + "0x702f0051ba00502b00502d00702f0051b700502b00502d00702f0051b6", + "0x502b00502d00702f0051bd00502b00502d00702f0051bb00502b00502d", + "0x702f0051c200502b00502d00702f0051c100502b00502d00702f0051be", + "0x502b00502d00702f0051c600502b00502d00702f0051c500502b00502d", + "0x702f0051cc00502b00502d00702f0051ca00502b00502d00702f0051c9", + "0x502b00502d00702f0051d000502b00502d00702f0051cd00502b00502d", + "0x702f0051d500502b00502d00702f0051d400502b00502d00702f0051d1", + "0x502b00502d00702f0051d900502b00502d00702f0051d800502b00502d", + "0x702f0051df00502b00502d00702f0051dc00502b00502d00702f0051db", + "0x502b00502d00702f0051e300502b00502d00702f0051e000502b00502d", + "0x702f0051e800502b00502d00702f0051e700502b00502d00702f0051e4", + "0x502b00502d00702f0051eb00502b00502d00702f0051ea00502b00502d", + "0x702f0051f200502b00502d00702f0051ef00502b00502d00702f0051ee", + "0x502b00502d00702f0051f600502b00502d00702f0051f300502b00502d", + "0x702f0051fa00502b00502d00702f0051f900502b00502d00702f0051f7", + "0x502b00502d00702f0051fe00502b00502d00702f0051fd00502b00502d", + "0x702f00520500502b00502d00702f00520200502b00502d00702f005201", + "0x502b00502d00702f00520800502b00502d00702f00520600502b00502d", + "0x702f00520d00502b00502d00702f00520c00502b00502d00702f005209", + "0x502b00502d00702f00521100502b00502d00702f00521000502b00502d", + "0x702f00521800502b00502d00702f00521700502b00502d00702f005214", + "0x502b00502d00702f00521a00502b00502d00702f00521900502b00502d", + "0x1402f00521f00502b00502d00702f00521d00502b00502d00702f00521c", + "0x30223005223005223005222005221007018005018005018005016006220", + "0x1e010227010226225005004003224005031033018005013012222005031", + "0x500d00501800522a00500900501600622901401900501a00522800601c", + "0xa01800500800722e00a00900500800702100522d00522c00601c01e22b", + "0xa01800500800702f00502f00502b00502d00722f00a009005008007111", + "0x501600623401422500523300623201423100a00900500800700223012b", + "0x702100523700523600601c01e01a00500d005019005018005009005235", + "0x523b00602801e23a00523900623201401900503103323800a009005008", + "0x523f00601c01e23e00501800500900523d00501600623c01401a005009", + "0x1e0180050310300bf00a00d00500800724100a009005008007021005240", + "0x500800724400a00900500800700d00500400301a005243005242006028", + "0x623201424800503103324700501301224600a00900500800724500a009", + "0x624f01e24e00524d00623201424c00503103324b00501301224a005249", + "0x524b00525300602801e25100501a005252005252005251005235005250", + "0x500800702100525600525500601c01e25400500d00501600602801401a", + "0x500800725900525800500800702f00521500502b00502d00725700a009", + "0xa00900500800725b00a02400500800701a00a01800500800725a00a00d", + "0xa02400500800725e00a00900500800702f00525d00502b00502d00725c", + "0x503103025800503103022300525800500800701800501600623201425f", + "0x500900526400526300626201426100501301226000a00900500800724b", + "0x1402100526700526600601c01e01a00526500523500501600626201400d", + "0x500800702100526900526800601c01e01a00522400502b005016006262", + "0xa02400500800726b00a00900500800726a00a00900500800713200a018", + "0x726f00a02400500800726e00a02400500800726d00a02400500800726c", + "0x500800727200a02400500800727100a02400500800727000a024005008", + "0xa02400500800727500a02400500800727400a02400500800727300a024", + "0x727900a02400500800727800a02400500800727700a024005008007276", + "0x501a00501a00527b00627a01e00500a02400500800721800a024005008", + "0x501a00501a00501a00501a00501a00501a00501a00501a00501a00501a", + "0x501900501600622901427d00a00600a23227c01a00501a00501a00501a", + "0x501600601701402100527f00527e00601c01e22b00501800522a005009", + "0x324700503103002100528100528000601c01e01a00523500523d005019", + "0x1e01a00501900501800500900523d00523500501600623401424b005004", + "0x523d00528400601c01e0bf00a01800500800702100528300528200601c", + "0x528600601c01e28500501800522a005009005019005016006229014019", + "0x500d00500d00523500501600623c01400600a018005008007021005287", + "0x500800728a00503103022a00500400302100528900528800601c01e01a", + "0x28e01a00524700528d00602801e24b00500900528c00602801428b00a009", + "0xa00900500800728f00a00900500800701d00a01800500800702b005031", + "0x702100529200529100601c01e02400501600623201402400503128e290", + "0x529400529300601c01e01a00526400501600601c01400600a024005008", + "0x5265005216005016006262014296005295006232014264005031033021", + "0xa00900500800729900a00d00500800702100529800529700601c01e01a", + "0x729c00a00900500800702100a00d00500800729b00a00900500800729a", + "0x500800700a00a00d00500800729d00a00900500800703600a00d005008", + "0xa0090050080072a000a00900500800729f00a00900500800729e00a009", + "0x72a400a0090050080072a300a0090050080072a200a00d0050080072a1", + "0x50080072a600a00900500800701d00a00d0050080072a500a009005008", + "0xa0090050080072a800a0090050080072a700a00900500800702c00a00d", + "0x72ac00a0090050080072ab00a0090050080072aa00a0090050080072a9", + "0x50080072af00a0090050080072ae00a0090050080072ad00a009005008", + "0xa0090050080072b200a0090050080072b100a0090050080072b000a009", + "0x72b600a0090050080072b500a0090050080072b400a0090050080072b3", + "0x50080072b900a0090050080072b800a0090050080072b700a009005008", + "0x52650052be0062340140102bd0102bc2bb00a0090050080072ba00a009", + "0x52650052c20060170142c10050310332c00052c00052bf0052bf005265", + "0x50310330090052650052c400601c0142c30050310332c00052bf005265", + "0x50090052c80062290142c70050310332650050090052c600601c0142c5", + "0x500d00500d0050160062200142c90050310332650052650052c00052bf", + "0x52cd00601c01e01a0050160062cc0140210052cb0052ca00601c01e01a", + "0xa00d0050080072cf00a00900500800711200a0090050080070210052ce", + "0x72d200a0090050080072d100a0090050080072d000a009005008007137", + "0x3301a0052650052d500601c01e2d400a0090050080072d300a009005008", + "0x50160062620142d800a0090050080072d700a0090050080072d6005031", + "0x1e2850050160062db0140210052da0052d900601c01e01a00500d005019", + "0x60280142df00a0090050080072de0050310300210052dd0052dc00601c", + "0x142e40052e30062320142e20050310332e10050130122c00052c00052e0", + "0x52e700500900500900500900523d0050240052c00050090052e60062e5", + "0x2ea2c00052e90062320142e800500400323d00500d00500d00523d005024", + "0x50080070090052ed0062320140240052ec0050090052eb006220014010", + "0x142f30052f20052f10052f000622001e0090052ef0062320142ee00a009", + "0x62320142f600a0090050080072f500a00900500800722a0052f4006232", + "0x52fa0062320142f900a0090050080072f800a0090050080070090052f7", + "0x140210052fd0052fc00601c01e01a00500d0052fb005016006220014009", + "0x530000623201401a00528a0052ff00602801e0090050090052fe006028", + "0x700a00a01800500800730200a00900500800730100a0090050080072bf", + "0x1400900500900530400602801430300a00900500800700500a018005008", + "0x1e01a00500d00501600602801423d00500900500900500900530500623c", + "0x622001423d00500900500900530800622001402100530700530600601c", + "0x330b00a00900500800730a00a00d00500800723d00523d005009005309", + "0xa00900500800721e00a00900500800700900a009005008007019005004", + "0x601c01401a00524c00530d00601c01e01a00525200530c00602801e25a", + "0x525100531100602801e02100531000530f00601c01e30e00523d005016", + "0x601c01e31300523d00501600601c01401a00524800531200601c01e01a", + "0x522400531700601c01e01a00523500531600602801e021005315005314", + "0x602801402100531a00531900601c01e31800523d00501600601c01401a", + "0x700a00a00900500800701a00531c00531b00602801e009005009005016", + "0x532000602801e31f00601501426500531e0062db01431d00a009005008", + "0x702100532500532400601c01e32300532200501600601c01432100501a", + "0x602801432700a00900500800732600a00900500800713500a00d005008", + "0x623201422a00532a00623201432900a00900500800723d005009005328", + "0xa00900500800732d00a00900500800732c00a00900500800700900532b", + "0xa00900500800733000a0090050080072c00052bf00532f00602801432e", + "0x322a00533400623201433300a00900500800733200a009005008007331", + "0xa00900500800700900a00d00500800733500a0090050080072c0005004", + "0x533700601c01e01a00526500501600601c01414500a009005008007336", + "0x50160062db01433a00a00900500800733900a009005008007021005338", + "0xa00d00500800733d00a00900500800702100533c00533b00601c01e22b", + "0x734000a00900500800733f00a00900500800733e00a009005008007020", + "0x1e0090052650050090052650052c000501600622901400500a00d005008", + "0x534500534400601c01e3430050160062db01401900534200534100601c", + "0x53490063480142e800503103034700503103022a005346006232014021", + "0x500900534d00622001434c0050040030090052c00052c000534b00534a", + "0x52c000534f0062200142c00052ec0052ec00534e00622001402c0052c0", + "0x62320142c00052bf00501600602801400900535000623201402c005009", + "0x1e01a00501900501900501600626201400900535200623201422a005351", + "0x53590053580052c900535700535600635501e02100535400535300601c", + "0x535f00535e00535d00535c00535b0052c10052c30052c50052c700535a", + "0x50160062db01436400a009005008007363005031033362005361005360", + "0x500400326500500900536700601c01402100536600536500601c01e265", + "0x1401a00526400536b00601c01e26500500400336a005004003002369368", + "0x1e26100503103002100536e00536d00601c01e36c00523d00501600601c", + "0x537100601c01e36800523d00501600601c01401a00537000536f006028", + "0x7373005031030374005373005008007247005016006232014021005372", + "0xa00900500800737700521e00a24b00502d00737600537500524700502d", + "0x601c01e00900523d00501600602801437a00503103001a005379007378", + "0x731c00503103000900500900500900501600622001402100537c00537b", + "0x601c01e00900501600623201437d00a00900500800721b00a00d005008", + "0x500400337f00a00900500800701a00a00d00500800702100537a00537e", + "0x623201422a00538100623201438000a00900500800737c00500400337a", + "0x538600601c01e01a00538500501600638401438300601501422a005382", + "0x5009005009005009005009005009005009005389006388014021005387", + "0x1e38c00523d00501600602801401a00538b00538a00602801e23d00523d", + "0x539000623201438f00503103328a00501301202100538e00538d00601c", + "0x601c01401a00538f00539400601c01e01a00539300539200602801e391", + "0x539900539800634801e02100539700539600601c01e39500523d005016", + "0x50160062db01401900539b00539a00601c01e01a00501a00501a005399", + "0x53a000623201422a00539f00623201402100539e00539d00601c01e39c", + "0x722a0053a30062320143a200a0090050080073a100a009005008007009", + "0x50160060280143a500a00900500800723d0050040033a400a009005008", + "0x500900523d0053a800622001e0210053a70053a600601c01e25400523d", + "0x601c01e3ab00523d00501600602801401a0053aa0053a900602801e31c", + "0x50190053ae00601c01e34c0050310303aa0050040030210053ad0053ac", + "0x50310300210053b10053b000601c01e3af00523d00501600601c01401a", + "0x50160060280143850053b40062cc01401a0053b30053b200602801e009", + "0x1401a00523d0053b800602801e0210053b70053b600601c01e00d0053b5", + "0x50160060280140210053bb0053ba00601c01e3b900523d005016006028", + "0x1e2c00053b50050160060280140210053bd0053bc00601c01e2bf0053b5", + "0x73c100a0090050080073c000a0090050080070210053bf0053be00601c", + "0xa00d00500800700900503128e00600a00900500800700500a009005008", + "0xa0090050080070090053c400623201422a0053c30062320140103c2006", + "0x601c01e0210053c70053c600601c01e01a0053b50050160063840143c5", + "0x53ca0053c900601c01e2d600523d00501600601c01401a0053680053c8", + "0x62320143cc00a0090050080073cb00a009005008007009005004003021", + "0x3cf0210053ce0053cd00601c01e01a00501900501600601c01423d005016", + "0x3d20210053d10053d000601c01e3680050160062db014368005031033010", + "0x3d80023d70023d63d500a0090050080070210053d40053d300601c01e010", + "0x3dd3dc0050040030023db3da0050040032650050310333d9005004003002", + "0x63e00063df3d90050053de3da0050053de3dc0050053de0060050053de", + "0x53e80090050053e73e60050053e50063e423d0050053e30063e20063e1", + "0x23e0050053e523a0050053e500600a23e00500a3ea0090050053e9009005", + "0x53ef0063ee23e0050053ed00500a23e00500a3ea01a0050053ec0063eb", + "0x53ef3f10050053ef0050050053ef3f00050053ef3b30050053ef23a005", + "0x53f60090050053e53f50050053f40090050053f30090050053ef3f2005", + "0x60050053e500500a3f700500a3ea0210050053ec01d0050053ec009005", + "0x53e50063f93f70050053e53dc0050053e53f80050053e53d90050053e5", + "0x3b50050053ef3b50050053fc3b50050053ec3850050053ec0063fb3fa005", + "0x3ff0050053ed3dc0050053fe3d90050053fe0060050053fe00e25a0053fd", + "0x3680050054024010050054003680050053ef3680050053fc3d10050053e3", + "0xd0050053ef2650050054023da0050054003da0050053fe3da0050053ef", + "0x53e52160050053e52160050053ec006404261005005403296005005400", + "0x53ef01a0050053ef3ce0050053e34050050053ed13725a0053fd019005", + "0x53ec23d0050053ec0190050053ef0190050053fc00d0050053e9296005", + "0x23d0050053ef4070050053f44060050053f400600a3f700500a3ea3d4005", + "0x4080050053ed13425a0053fd0090050053fe23d0050053e50090050053de", + "0x53e500600a40900500a3ea3680050053ec2d60050053ed3ca0050053e3", + "0x4090050053ed40a0050053ef36a0050053e500500a40900500a3ea409005", + "0x53ef00640c3c70050053ef40b0050053ed13325a0053fd3680050053e5", + "0x53e340e0050053ef40e0050053fc40e0050053ec40d0050053f42c0005", + "0x4120050053ef4120050053fc4120050053ec00641100641000640f40e005", + "0x641500d0050053e54140050053f400641322a0050053e94120050053e3", + "0x2c00500a3ea4170050053ef02c0050053e500500a02c00500a3ea006416", + "0x41b0050053f441a0050053f44190050053f402c0050053ed00641800600a", + "0x13225a0053fd41c0050053f413b25a0053fd13a25a0053fd2c00050053e5", + "0x53fd13e25a0053fd2bf0050053e52bf0050053ef00641d13125a0053fd", + "0x53ed12f25a0053fd13025a0053fd2650050053e52650050053ef13f25a", + "0x64203bd0050053e341f0050053ed14225a0053fd3bf0050053e341e005", + "0x12d25a0053fd3b90050053ed3bb0050053e34210050053ed12e25a0053fd", + "0x53e500600a42300500a3ea3b70050053e34220050053ed14525a0053fd", + "0x4240050053ed14625a0053fd4230050053ed00500a42300500a3ea423005", + "0x64253af0050053ed00500a3af00500a3ea3af0050053e53b10050053e3", + "0x34b0050053ef34a0050053ef34c0050053e334c0050053e84260050053e5", + "0x53ed3ad0050053e34280050053ed12c25a0053fd3aa0050053de006427", + "0x53ed3a70050053e34290050053ed12b25a0053fd3aa0050053fe3ab005", + "0x53fd24b0050053e53aa0050053e53aa0050053ef24b0050053ef254005", + "0x53fd00900500540323d0050054003d40050053e33f70050053ed14925a", + "0x53fd23d0050053fe23d0050053de42b0050053ef42a0050053f414a25a", + "0x53ec42f00a00542e12925a0053fd42d0050053ef42c0050053f412a25a", + "0x53f44310050053e54300050053e34300050053ef4300050053fc430005", + "0x53e34340050053ef4340050053fc4340050053ec4330050053f4432005", + "0x53e54350050053e34350050053ef4350050053fc4350050053ec434005", + "0x53fc39c0050053ed39e0050053e34360050053ed14d25a0053fd22a005", + "0x53ef0210050053e314e25a0053fd39b0050053e539b0050053ef39b005", + "0x53ed12725a0053fd38f0050053e528a0050053f312825a0053fd01d005", + "0x53ec38f0050053ef38f0050053fc3950050053ed3970050053e3437005", + "0x53ed00500a43800500a3ea4380050053e500600a43800500a3ea393005", + "0x53ef38c0050053ed38e0050053e34390050053ed15125a0053fd438005", + "0x53fd12625a0053fd38b0050053e53930050053e53930050053ef38b005", + "0x53ec43b00a00542e15425a0053fd3870050053ef43a0050053ed12525a", + "0x53fd43d00a00542e43c0050053e343c0050053ef43c0050053fc43c005", + "0x53e343f0050053ef43f0050053fc43f0050053ec43e00a00542e15525a", + "0x53f337a0050053de37c0050053de12425a0053fd4400050053f443f005", + "0x53e52650050053fc2650050053ec4420050053f44410050053f4261005", + "0x53fe4450050053f44440050053f44430050053ed12325a0053fd3da005", + "0x53e531c0050053ef31c0050053fc31c0050053ec37a0050053e337a005", + "0x53fd2de0050053e52de0050053ec31c00500544731c00500544631c005", + "0x53ef37a0050053fc37a0050053ec0090050054004480050053ed15825a", + "0x600a44a00500a44937c0050053fe37a00500544737a00500544637a005", + "0x53fd00500a24b00500a3ea2510050053ec37c0050053e3373005005447", + "0xa3ea3d10050053ec3720050053e344b0050053ed12225a0053fd15925a", + "0x53ef37c0050053ef00500a3ff00500a3ea3ff0050053e500600a3ff005", + "0xa3ea2610050053e72160050053e344d0050053ef0210050053e544c005", + "0x53ed00500a44e00500a3ea44e0050053e52960050053e500600a44e005", + "0x40500500a3ea3ce0050053ec00644f2610050053e92610050053e844e005", + "0x2640050053e500500a40500500a3ea2160050053ef4050050053e500600a", + "0x40800500a3ea36c0050053e536e0050053e34500050053ed12125a0053fd", + "0xa3ea00645136c0050053ed00500a36c00500a3ea4080050053e500500a", + "0xa3ea2640050053ef00600a40800500a3ea3ca0050053ec00600a2d6005", + "0x34c0050053e53680050053de36a0050053de2650050053de00500a2d6005", + "0x240050053ef2e80050053e32c00050054002e80050053e834b0050053e5", + "0x53ef36a0050053fe3680050053e34530050053ef0064522e70050053ef", + "0x53e34570050053f44560050053ed15c25a0053fd4550050053ef454005", + "0x53e936a0050053e93f80050053e93e60050053e92650050053fe366005", + "0xa3ea2c70050053ec15d25a0053fd3680050053fe0190050053e93dc005", + "0x12025a0053fd4580050053e53630050053ef3630050053fc00900a363005", + "0x40b00500a3ea3c70050053ec3c70050053e33540050053e34590050053ed", + "0x34c0050053ef11f25a0053fd00500a40b00500a3ea40b0050053e500600a", + "0x45b0050053ec45a0050053e345a0050053ef45a0050053fc45a0050053ec", + "0x3990050053ef39b0050053ed45b0050053e345b0050053ef45b0050053fc", + "0x645e00645d45c0050053e345c0050053ef45c0050053fc45c0050053ec", + "0xa3ea35f0050053ec16025a0053fd45f00a36300500a3ea3600050053ec", + "0x4610050053fc4610050053ec46000a00542e34c0050053de29900a363005", + "0x2bf00500540000d00500540034c0050053fe4610050053e34610050053ef", + "0x3420050053e33430050053ed3450050053e34620050053ed11e25a0053fd", + "0x64664650050053f416325a0053fd11d25a0053fd0064644630050053f4", + "0x16425a0053fd4690050053f44680050053f44670050053f43990050053e3", + "0x53fd00600a39b00500a3ea3990050053ec11c25a0053fd46a0050053f4", + "0xa3ea2c30050053ec22b0050053ed33c0050053e346b0050053ed11b25a", + "0x46e0050053ef46d0050053f446c0050053f416725a0053fd01900a363005", + "0x36300500a3ea2c10050053ec16825a0053fd00600a00547000600a00546f", + "0x53fd4720050053f43380050053e34710050053ed11a25a0053fd01a00a", + "0x4730050053f43230050053ed3230050053e500600a32300500a3ea11925a", + "0x4750050053f43380050053ef3210050053ef16b25a0053fd4740050053f4", + "0xa3ea2c50050053ec00a00a39b00500a3ea11825a0053fd16c25a0053fd", + "0x4760050053ef4760050053fc4760050053ec2c00050053de01800a363005", + "0x53f44790050053f42c00050053fe4780050053f40064774760050053e3", + "0x36300500a3ea2c90050053ec00500a39b00500a3ea47b0050053f447a005", + "0x41e00500a3ea41e0050053e500600a41e00500a3ea3bf0050053ec00500a", + "0x3bd0050053ec00a00a36300500a3ea3580050053ec47c0050053ef00500a", + "0x23a00500540000500a41f00500a3ea41f0050053e500600a41f00500a3ea", + "0x42100500a3ea3bb0050053ec00600a3b900500a3ea00647e00900500547d", + "0x4800050053f400500a42100500a3ea47f0050053f44210050053e500600a", + "0x53ef4820050053fc4820050053ec4810050053f400500a3b900500a3ea", + "0x53e34830050053ef4830050053fc4830050053ec4820050053e3482005", + "0x4850050053f425a00a36300500a3ea3590050053ec4840050053f4483005", + "0x3220050053e53220050053ec0090050053fc4870050053f44860050053f4", + "0x4890050053f43220050053e33250050053e34880050053ed11725a0053fd", + "0x53e500600a42200500a3ea3b70050053ec48a00a00542e3220050053ef", + "0xa3ea3b10050053ec00600a3af00500a3ea00500a42200500a3ea422005", + "0x600a3aa00500a3ea00500a42400500a3ea4240050053e500600a424005", + "0x4280050053e500600a42800500a3ea3ad0050053ec00500a3ab00500a3ea", + "0x48c00500a3ea48b0050053f400500a3aa00500a3ea00500a42800500a3ea", + "0x3aa00500a3ea48c0050053ed00500a48c00500a3ea48c0050053e500600a", + "0x16f25a0053fd2240050053e50180050053f300600a3ab00500a3ea00a00a", + "0x2240050053ef2240050053fc3180050053ed31a0050053e348d0050053ed", + "0x500a48e00500a3ea48e0050053e500600a48e00500a3ea2350050053ec", + "0x600a24b00500a3ea48e0050053ed4290050053e500500a42900500a3ea", + "0x2470050053f300600a42900500a3ea3a70050053ec00500a25400500a3ea", + "0x3130050053ed3150050053e348f0050053ed11625a0053fd2480050053e5", + "0xa3ea4900050053e500600a49000500a3ea2480050053ef2480050053fc", + "0x11525a0053fd24c0050053e524b0050053f34900050053ed00500a490005", + "0x24c0050053ef24c0050053fc30e0050053ed3100050053e34910050053ed", + "0x500a49200500a3ea4920050053e500600a49200500a3ea2520050053ec", + "0x25a00a24b00500a3ea4930050053f400a00a24b00500a3ea4920050053ed", + "0x900a24b00500a3ea4950050053f421e00a24b00500a3ea4940050053f4", + "0x53e34960050053ef3aa0050053ed0190050053de00600a25400500a3ea", + "0x53fd4980050053f44970050053f417225a0053fd0190050053fe31c005", + "0x36300500a3ea35c0050053ec02000a36300500a3ea35b0050053ec17325a", + "0xa3ea35d0050053ec3070050053ef4990050053ed11425a0053fd01d00a", + "0x53f449a00a36300500a3ea35e0050053ec11325a0053fd02100a363005", + "0x39c00500a3ea49e0050053f400649d49c0050053f422a00500540049b005", + "0x4360050053e500500a43600500a3ea22a0050053ef39c0050053e500600a", + "0x39b00500a3ea00600a43600500a3ea39e0050053ec00500a39c00500a3ea", + "0x2c00050053e92bf0050053e949f0050053f421e00a39b00500a3ea25a00a", + "0x39500500a3ea21e00a36300500a3ea35a0050053ec0064a14a00050053f4", + "0x28a0050053ec4370050053e500600a43700500a3ea3970050053ec00600a", + "0x4a20050053ed00500a4a200500a3ea4a20050053e500600a4a200500a3ea", + "0x38b0050053ec00500a43700500a3ea00500a39500500a3ea28a0050053f6", + "0x4390050053e500600a43900500a3ea38e0050053ec00600a38c00500a3ea", + "0x3930050054002fb0050053ec00500a43900500a3ea00500a38c00500a3ea", + "0x2fd0050053e338b0050053e34a30050053ed17625a0053fd2fb0050053e5", + "0x4a60050053f40064a50064a417725a0053fd38b0050053fc2fb0050053e3", + "0x53f421b00a36300500a3ea3620050053ec11225a0053fd4a70050053f4", + "0x53ef4ab0050053fc4ab0050053ec4aa00a00542e4a90050053f44a8005", + "0x36300500a3ea00600a36100500a3ea2f10050053ec4ab0050053e34ab005", + "0x3850050053ef43a0050053e500600a43a00500a3ea3870050053ec27d00a", + "0x500a36100500a3ea2f20050053ec4ac0050053f400500a43a00500a3ea", + "0x546f2e80050053fe2e80050053de00a00a36100500a3ea2f30050053ec", + "0x4ae0050053ef2e80050053ef00600a36300500a3ea3570050053ec4ad00a", + "0x2de0050053e300500a44300500a3ea4430050053e500600a44300500a3ea", + "0x53ec4480050053e500500a44800500a3ea3fa0050053ef3fa005005400", + "0x4af0050053f424b0050053ed2de0050053ef00600a44800500a3ea37c005", + "0x11125a0053fd2350050053e52de0050054472de0050054462de0050053fc", + "0x2510050053e517a25a0053fd2850050053ed2dd0050053e34b00050053ed", + "0x2510050053ef2520050053ef2da0050053e34b10050053ed17b25a0053fd", + "0x3720050053ec2d60050054b42d60050053fc4b30050053f44b20050053f4", + "0x500a44b00500a3ea4b50050053f444b0050053e500600a44b00500a3ea", + "0x53ec00600a36c00500a3ea4b70050053f44b60050053f42d60050053ef", + "0xa3ea2610050053f60064b84500050053e500600a45000500a3ea36e005", + "0x4bc0050053f44bb0050053f44ba0050053f44b90050053f400500a450005", + "0x500a32300500a3ea4560050053e500500a45600500a3ea4bd0050053f4", + "0x53ed11025a0053fd23500500540000600a45600500a3ea3660050053ec", + "0x53fd2350050053ef0180050054032350050053e32ce0050053ef4be005", + "0x54004c00050053f43630050054b42cb0050053ef4bf0050053ed10f25a", + "0x53f417e25a0053fd4c20050053e54c10050053f43570050053e3357005", + "0x53e33590050054004c40050053f43580050053e33580050054004c3005", + "0x4590050053e500600a45900500a3ea3540050053ec23d0050053e9359005", + "0x54004c60050053f435a0050053e34c50050053f400500a45900500a3ea", + "0x53ef2c50050054024c90050054004c80050053f42c70050054024c7005", + "0x53e54cc0050053f410e25a0053fd4cb0050053e54ca0050053f44c9005", + "0x53f418125a0053fd35b0050053e54ce0050053f410d25a0053fd4cd005", + "0x53e335d0050054004d00050053f435c0050053e335c0050054004cf005", + "0x54004d20050053f435e0050053e335e0050054004d10050053f435d005", + "0x54004d30050053f402c0050053e902c0050053ef35f0050053e335f005", + "0x53e34d50050053f43610050053ed4d40050053f43600050053e3360005", + "0x53f42f30050053e34d70050053f42f20050053e34d60050053f42f1005", + "0x53f44db0050053f44da0050053f44d90050053f43620050053e34d8005", + "0x600a34300500a3ea3420050053ec4de0050053f44dd0050053f44dc005", + "0x500a46200500a3ea4620050053e500600a46200500a3ea3450050053ec", + "0x53f44e10050053f44e00050053f44df0050053f400500a34300500a3ea", + "0x53f44e60050053f44e50050053f44e40050053f44e30050053f44e2005", + "0x53e500600a46b00500a3ea33c0050053ec00500a22b00500a3ea4e7005", + "0x4ea0050053f44e90050053f44e80050053f400600a22b00500a3ea46b005", + "0x53ed18225a0053fd0064ed2650050053e34ec0050053f44eb0050053f4", + "0x10c25a0053fd4710050053e500500a47100500a3ea2980050053e34ee005", + "0x2940050053e34ef0050053ed18525a0053fd10b25a0053fd2650050053e9", + "0x240050053e502f0050053f40064f000600a47100500a3ea3380050053ec", + "0x53f40064f40064f30064f22920050053e34f10050053ed18625a0053fd", + "0x500a48800500a3ea0064f94f80050053f44f70050053f40064f64f5005", + "0x53ef0064fb02b0050053e502b0050053ec0090050054fa4880050053e5", + "0xa3ea3250050053ec10a25a0053fd4fc0050053e502b0050053fc02b005", + "0x600a48d00500a3ea31a0050053ec00600a31800500a3ea00600a488005", + "0x48d00500a3ea00500a31800500a3ea0180050053f60064fd48d0050053e5", + "0x53e500600a48f00500a3ea3150050053ec00600a31300500a3ea00500a", + "0x4fe00500a3ea4fe0050053e500600a4fe00500a3ea2470050053ec48f005", + "0x31300500a3ea2470050053f64fe0050053ed00500a48f00500a3ea00500a", + "0x53e500600a49100500a3ea3100050053ec00600a30e00500a3ea00500a", + "0x53e500500a49100500a3ea00500a30e00500a3ea24b0050053f6491005", + "0x53f410825a0053fd18a25a0053fd18925a0053fd10925a0053fd252005", + "0x49900500a3ea4990050053e500600a49900500a3ea3070050053ec4ff005", + "0x53fd10625a0053fd18d25a0053fd10725a0053fd2cb0050053e300500a", + "0x550028a0050054033930050053e319125a0053fd19025a0053fd10525a", + "0x500a4a300500a3ea28a0050053e328a0050053e85010050053e528a005", + "0x540000600a4a300500a3ea2fd0050053ec2fb0050053ef4a30050053e5", + "0x53ed10425a0053fd22a0050053fe22a0050053de4310050053ef38b005", + "0x53fd0180050053e500d0050053fc5030050053f42890050053e3502005", + "0x53fd2230050053f40180050053ef2870050053e35040050053ed10325a", + "0x2dd0050053ec00600a28500500a3ea2830050053e35050050053ed19425a", + "0x28500500a3ea00500a4b000500a3ea4b00050053e500600a4b000500a3ea", + "0x54032510050053e325100500540024b0050053de5060050053ef00500a", + "0x4b10050053e500600a4b100500a3ea2da0050053ec5070050053ef247005", + "0x2470050053e32470050053e92470050053e85080050053e5247005005500", + "0x53ed19525a0053fd00500a4b100500a3ea3ce0050053ef24b0050053fe", + "0x53ec27f0050053e350a0050053ed10225a0053fd2810050053e3509005", + "0x53ec00500a4be00500a3ea4be0050053e500600a4be00500a3ea2ce005", + "0x4bf00500a3ea3070050053e34bf0050053e500600a4bf00500a3ea2cb005", + "0x54024cb0050054004c20050053ef2c90050054024c200500540000500a", + "0x54004cd0050053ef2c10050054024cd0050054004cb0050053ef2c3005", + "0x4ee0050053e500500a4ee00500a3ea35b0050053ef35b0050053e335b005", + "0xa3ea2940050053ec2610050053e500600a4ee00500a3ea2980050053ec", + "0x50c00500d00500a50b00500a4ef00500a3ea4ef0050053e500600a4ef005", + "0x2150050053f402e0050053f450e0050053ed50e0050053e550e00500550d", + "0x1ca0050053f41d90050053f41e80050053f41f70050053f42060050053f4", + "0x17f0050053f418e0050053f419d0050053f41ac0050053f41bb0050053f4", + "0x2920050053ec1430050053f41520050053f41610050053f41700050053f4", + "0x500a4f100500a3ea50f0050053f44f10050053e500600a4f100500a3ea", + "0xa50b4fc0050053ef00651002b0050053e302b0050054fa4fc005005400", + "0x53fd5130050053f45120050053f4006511018005005400018005024005", + "0x53ed19925a0053fd19825a0053fd2690050053e35140050053ed10125a", + "0x54032520050053e32520050054005160050053f42670050053e3515005", + "0xa44924b0050053e924b0050053e85170050053e524b00500550024b005", + "0x3b30050053e50090050055005190050053f425800500544700600a518005", + "0x53f451c0050053f410025a0053fd00651b02400500540051a0050053f4", + "0x3f0050053f400600a51f00500a4490ff25a0053fd51e0050053f451d005", + "0x5220050053f42560050053e35210050053ed19c25a0053fd5200050053f4", + "0xd0050053fe00d0050053de0fe25a0053fd5240050053f45230050053f4", + "0x52600500a3ea0180050053e719f25a0053fd5250050053ef0fd25a0053fd", + "0x5260050053ed00500a52600500a3ea5260050053e52250050053e500600a", + "0xa3ea5280050053f400d00501800500a5270180050053e90180050053e8", + "0x652900600a50200500a3ea2890050053ec5020050053e500500a502005", + "0x5040050053e500500a50400500a3ea52b0050053f400652a431005005400", + "0x53e352c0050053ed1a025a0053fd00600a50400500a3ea2870050053ec", + "0x2830050053ec5050050053e500500a50500500a3ea52d0050053f4240005", + "0x53ec2370050053e352e0050053ed0fc25a0053fd00600a50500500a3ea", + "0x53f400500a50900500a3ea5090050053e500600a50900500a3ea281005", + "0x27f0050053ec50a0050053e500500a50a00500a3ea00900500553052f005", + "0x54005330050053f400653200653102b0050053e900600a50a00500a3ea", + "0x600a51400500a3ea2690050053ec0240050053e95340050053f402b005", + "0x53f45360050053f400500a51400500a3ea5350050053f45140050053e5", + "0x5150050053e500500a51500500a3ea0fb25a0053fd018005005538537005", + "0x53ec1a325a0053fd24b00500540000600a51500500a3ea2670050053ec", + "0x53fd00500a52100500a3ea5210050053e500600a52100500a3ea256005", + "0x53fd53a0050053ef2250050053de22d0050053e35390050053ed1a425a", + "0x600a53b00500a4492250050053ef2250050054002250050053fe0fa25a", + "0x53e503600500544700600a53c00500a4490f925a0053fd222005005447", + "0x53fd0370050053f402b0050053e853d0050053e502b00500550030a005", + "0x2400050053ec27d0050053f400653f21b0050053f453e0050053e31a725a", + "0x45f0050053f400500a52c00500a3ea52c0050053e500600a52c00500a3ea", + "0x53ef0200050053e349a0050053ed1a825a0053fd0065402990050053f4", + "0x52e00500a3ea2370050053ec52e0050053e500500a52e00500a3ea020005", + "0x5390050053e500600a53900500a3ea22d0050053ec21e0050053f400600a", + "0x53ec53e0050053e553e0050053ec00654200654100500a53900500a3ea", + "0x53f400500a49a00500a3ea49a0050053e500600a49a00500a3ea020005", + "0x554400500600500601900554400500600600654300a0050053f425a005", + "0x54400500621e00629900554400500625a00602100554400500600a006020", + "0x21b00a0e027d45f00a54400a25a00600a018006006544005006009006006", + "0x54400500602000602b00554400500900501a006006544005006019006024", + "0x502c53e02c00a54400a02b00502100645f00554400545f00501d006006", + "0x553d00529900653d00554400553e00549a006006544005006019006037", + "0x630a00554400502c00527d00603400554400503600545f006036005544", + "0x600654400500601900600603400500602400653c00554400503400521b", + "0x54400503700527d0061360055440052a200502c0062a200554400500602b", + "0x50eb13500554400a53c00553e00653c00554400513600521b00630a005", + "0x613300514a13413700a54400a30a00502100600654400500601900600e", + "0x3600600654400513700553d006006544005006037006006544005006019", + "0x600654400501900530a006006544005021005034006006544005134005", + "0x65440051350051360060065440050200052a200600654400529900553c", + "0x54400513b00513700613b00554400500600e00613a005544005006135006", + "0x13a00613100554400500613300613200554400513b13a00a13400613b005", + "0x545f00501d00613f00554400513e00513b00613e00554400513213100a", + "0x600a00554400500a00513100600500554400500500513200645f005544", + "0x513f00513000621e00554400521e00513f00627d00554400527d00513e", + "0x603700600654400500601900613f21e27d00a00545f01800513f005544", + "0x514200613000554400500612f00600654400513300553d006006544005", + "0x12d12e00a0f614212f00a54400a13027d45f25a12e006130005544005130", + "0x554400514500514500614500554400500612d006006544005006019006", + "0x501d00600654400512c00512c00612b12c00a544005146005146006146", + "0x554400500500513200614200554400514200513e00612f00554400512f", + "0x513700621e00554400521e00513f00600a00554400500a005131006005", + "0x14a14901854400513512b21e00a00514212f01912b006135005544005135", + "0x54400549a29900a14a00601800554400501801900a14900612a01a49a018", + "0xfb12900554400a12a00512900601a00554400501a02000a12a00649a005", + "0x512900514d00614e00554400500613500600654400500601900614d005", + "0x600654400512700512800615112700a54400512800514e006128005544", + "0x512600615412500a54400512600515100612615100a544005151005127", + "0x554400515514e00a134006155005544005125005299006006544005154", + "0xa12500600654400512300513600601d12300a544005151005151006124", + "0x515800515500615801d00a54400501d00515400601d00554400501d021", + "0x600654400512100512400600654400512200513600612112215925a544", + "0x15d00515900615d00554400515c00515800615c15900a544005159005123", + "0x554400512012400a134006120005544005120005137006120005544005", + "0x513e00614900554400514900501d00616000554400515900512200611f", + "0x554400511f00515c00616000554400516000512100614a00554400514a", + "0x54400a16300512000616311d11e25a54400511f16014a14921e15d00611f", + "0x16711b00a54400516400511f00600654400500601900611c005198164005", + "0x16800515500616801d00a54400501d005154006006544005167005160006", + "0x654400516b00512400600654400511a00511e00616b11911a25a544005", + "0x515500611800554400516c11b00a13400616c005544005119005299006", + "0x54400516f00513600600654400511700511e00611616f11725a54400501d", + "0xa13400617200554400511500515900611500554400511600511d006006", + "0x511400516400611311400a544005173005163006173005544005172118", + "0x16700617700554400517600511b00617600554400511300511c006006544", + "0x54400501800513200611e00554400511e00501d006112005544005177005", + "0x13f00611d00554400511d00513e00649a00554400549a005131006018005", + "0x11d49a01811e01800511200554400511200513000601a00554400501a005", + "0x511c00513b00600654400501d00512600600654400500601900611201a", + "0x601800554400501800513200611e00554400511e00501d006111005544", + "0x501a00513f00611d00554400511d00513e00649a00554400549a005131", + "0x611101a11d49a01811e01800511100554400511100513000601a005544", + "0x17a00554400514d00513b006006544005021005034006006544005006019", + "0x49a00513100601800554400501800513200614900554400514900501d006", + "0x1a00554400501a00513f00614a00554400514a00513e00649a005544005", + "0x500601900617a01a14a49a01814901800517a00554400517a005130006", + "0x29900553c00600654400501900530a006006544005021005034006006544", + "0x61350060065440051350051360060065440050200052a2006006544005", + "0x611000554400511000513700611000554400500616800617b005544005", + "0x10f17e00a13a00617e00554400500613300610f00554400511017b00a134", + "0x12e00554400512e00501d00610d00554400510e00513b00610e005544005", + "0x12d00513e00600a00554400500a005131006005005544005005005132006", + "0x10d00554400510d00513000621e00554400521e00513f00612d005544005", + "0x654400500603700600654400500601900610d21e12d00a00512e018005", + "0x54400501900530a00600654400502100503400600654400500e005160006", + "0x530a00553d0060065440050200052a200600654400529900553c006006", + "0x18200513700618200554400500611a006181005544005006135006006544", + "0x10b00554400500613300610c00554400518218100a134006182005544005", + "0x501d00618600554400518500513b00618500554400510c10b00a13a006", + "0x554400500a00513100600500554400500500513200645f00554400545f", + "0x513000621e00554400521e00513f00627d00554400527d00513e00600a", + "0x600654400500601900618621e27d00a00545f018005186005544005186", + "0x65440050210050340060065440050200052a2006006544005009005119", + "0x554400500613500600654400529900553c00600654400501900530a006", + "0x10a00a13400610900554400510900513700610900554400500616800610a", + "0x554400518918a00a13a00618a005544005006133006189005544005109", + "0x513200621b00554400521b00501d00610700554400510800513b006108", + "0x554400502400513e00600a00554400500a005131006005005544005005", + "0x21b01800510700554400510700513000621e00554400521e00513f006024", + "0x900600654400500621e00601a00554400500616b00610721e02400a005", + "0x1900649a02100a04501d02000a54400a21e00500a018006006544005006", + "0x1d00600654400500602000629900554400501800501a006006544005006", + "0x1900621b0051fa27d45f00a54400a299005021006020005544005020005", + "0x2b00554400502400529900602400554400527d00549a006006544005006", + "0x2c00521b00653e00554400545f00527d00602c00554400502b00545f006", + "0x500602b0060065440050060190060060ca005006024006037005544005", + "0x653e00554400521b00527d00603600554400553d00502c00653d005544", + "0x190060340050b101900554400a03700553e00603700554400503600521b", + "0x1d00630a00554400553e00511c006006544005006037006006544005006", + "0x54400530a00516c00601d00554400501d00513e006020005544005020005", + "0x25a54400530a01d02025a11700601900554400501901a00a11800630a005", + "0x654400500601900600e0050b913500554400a13600516f0061362a253c", + "0x13a0050be13300554400a13400511500613413700a544005135005116006", + "0x513b00517300613b00554400513301900a172006006544005006019006", + "0x613e00554400553c00501d00613100554400513700501a006132005544", + "0x513200511400613000554400513100527d00613f0055440052a200513e", + "0x50190051360060065440050060190060060a900500602400612f005544", + "0x1d00612e00554400513700501a00614200554400513a005113006006544", + "0x54400512e00527d00613f0055440052a200513e00613e00554400553c005", + "0x50060190060060a900500602400612f005544005142005114006130005", + "0x517600612d00554400500e00513b006006544005019005136006006544", + "0x554400500a00513200653c00554400553c00501d006006005544005006", + "0x513f0062a20055440052a200513e00625a00554400525a00513100600a", + "0x2a225a00a53c00601900512d00554400512d005130006009005544005009", + "0x54400501a00517700600654400500603700600654400500601900612d009", + "0x513e00613e00554400502000501d006145005544005034005113006006", + "0x554400514500511400613000554400553e00527d00613f00554400501d", + "0x2100600654400500601900612c00505714600554400a12f00511200612f", + "0x12b00553d00600654400500601900614a00509314912b00a54400a130005", + "0x6135006006544005146005128006006544005149005036006006544005", + "0x612900554400512900513700612900554400500600e00612a005544005", + "0x14d14e00a13a00614e00554400500613300614d00554400512912a00a134", + "0x600554400500600517600612700554400512800513b006128005544005", + "0x25a00513100600a00554400500a00513200613e00554400513e00501d006", + "0x900554400500900513f00613f00554400513f00513e00625a005544005", + "0x601900612700913f25a00a13e006019005127005544005127005130006", + "0x514200615100554400500612f00600654400514a00553d006006544005", + "0x15515400a06812512600a54400a15113f13e25a12e006151005544005151", + "0x554400512400514500612400554400500612d006006544005006019006", + "0x513200612500554400512500513e00612600554400512600501d006123", + "0x554400525a00513100600600554400500600517600600a00554400500a", + "0x1a17a00614600554400514600511100600900554400500900513f00625a", + "0x17b00612015d15c12112215915801954400514612300925a00600a125126", + "0x511f00511000600654400500601900616000507211f00554400a120005", + "0x16400616311d00a54400511e00516300611e005544005006135006006544", + "0x554400516400511b00616400554400516300511c00600654400511d005", + "0x501d00612100554400512100517600611b00554400511c00516700611c", + "0x554400515c005131006122005544005122005132006158005544005158", + "0x513000615d00554400515d00513f00615900554400515900513e00615c", + "0x654400500601900611b15d15915c12215812101900511b00554400511b", + "0x15800501d00612100554400512100517600616700554400516000513b006", + "0x15c00554400515c005131006122005544005122005132006158005544005", + "0x16700513000615d00554400515d00513f00615900554400515900513e006", + "0x600654400500601900616715d15915c122158121019005167005544005", + "0x11a005544005006168006168005544005006135006006544005146005128", + "0x613300611900554400511a16800a13400611a00554400511a005137006", + "0x554400516c00513b00616c00554400511916b00a13a00616b005544005", + "0x513200615400554400515400501d006006005544005006005176006118", + "0x554400515500513e00625a00554400525a00513100600a00554400500a", + "0x601900511800554400511800513000600900554400500900513f006155", + "0x600654400512c00516000600654400500601900611800915525a00a154", + "0x16f00554400500611a00611700554400500613500600654400513000553d", + "0x613300611600554400516f11700a13400616f00554400516f005137006", + "0x554400517200513b00617200554400511611500a13a006115005544005", + "0x513200613e00554400513e00501d006006005544005006005176006173", + "0x554400513f00513e00625a00554400525a00513100600a00554400500a", + "0x601900517300554400517300513000600900554400500900513f00613f", + "0x600654400501a00517700600654400500601900617300913f25a00a13e", + "0x113005544005006168006114005544005006135006006544005018005119", + "0x613300617600554400511311400a134006113005544005113005137006", + "0x554400511200513b00611200554400517617700a13a006177005544005", + "0x513200602100554400502100501d006006005544005006005176006111", + "0x554400549a00513e00625a00554400525a00513100600a00554400500a", + "0x601900511100554400511100513000600900554400500900513f00649a", + "0xa54400a00a00500a01800600654400500600900611100949a25a00a021", + "0x2000554400521e00501a00600654400500601900601a01900a2f2018009", + "0x54400a02000502100600900554400500900501d006006544005006020006", + "0x29900554400502100549a00600654400500601900649a00523702101d00a", + "0x1d00527d00627d00554400545f00545f00645f005544005299005299006", + "0x1900600623e00500602400602400554400527d00521b00621b005544005", + "0x602c00554400502b00502c00602b00554400500602b006006544005006", + "0xa02400553e00602400554400502c00521b00621b00554400549a00527d", + "0x53d00a54400a21b0050210060065440050060190060370054b353e005544", + "0x29900630a00554400503600549a006006544005006019006034005522036", + "0x54400553d00527d0062a200554400553c00545f00653c00554400530a005", + "0x500601900600624e0050060240061350055440052a200521b006136005", + "0x527d00613700554400500e00502c00600e00554400500602b006006544", + "0x554400a13500553e00613500554400513700521b006136005544005034", + "0x13b13a00a54400a13400900a10f0060065440050060190061330054c9134", + "0x502100613a00554400513a00501d0060065440050060190061320052c1", + "0x54400500603700600654400500601900613f00526913e13100a54400a136", + "0x553e00513600600654400513e00503600600654400513100553d006006", + "0x500600e00613000554400500613500600654400513b00517e006006544", + "0x14200554400512f13000a13400612f00554400512f00513700612f005544", + "0x12d00513b00612d00554400514212e00a13a00612e005544005006133006", + "0x13a00554400513a00501d006006005544005006005176006145005544005", + "0x14500513000625a00554400525a00513f00601800554400501800513e006", + "0x553d00600654400500601900614525a01813a006009005145005544005", + "0x614600554400514600514200614600554400500612f00600654400513f", + "0x654400500601900614a14900a4d312b12c00a54400a14601813a25a12e", + "0x512900518100612900554400512a00510d00612a00554400500610e006", + "0x612800554400514e00510c00600654400514d00518200614e14d00a544", + "0x12700625a10b006127005544005127005137006127005544005128005299", + "0x54400512600513700612500554400513b00518500612615100a54400553e", + "0x554400515500513700615515400a54400512512615125a10b006126005", + "0x615800554400512300510a00612312400a54400515512c00a186006155", + "0x512200518a00600654400515900518900612215900a544005158005109", + "0x615d00554400515c00510700615c005544005121005108006121005544", + "0x54400515400517600612000554400512000510600612000554400500618d", + "0x25a54400a15d12025a12b21e10500612400554400512400501d006154005", + "0x54400511e00513700600654400500601900616416311d25a4de11e16011f", + "0x19000616000554400516000513f00611f00554400511f00513e00611e005", + "0x554400500602b00600654400500601900611c0054ff00654400a11e005", + "0x602400616800554400516700510400616700554400511b00519100611b", + "0x500602b00600654400511c0051030060065440050060190060064f7005", + "0x616800554400511900510400611900554400511a00519400611a005544", + "0x54400516c00510400616c00554400516800519500616b005544005006135", + "0x600654400500601900611700521611800554400a16c00510200616c005", + "0x554400516f00513700616f005544005006101006006544005118005160", + "0x65440051170051600060065440050060190060064eb005006024006116", + "0x544005006037006116005544005115005137006115005544005006198006", + "0x611417300a54400517200516300617200554400511616b00a134006006", + "0x54400511300511b00611300554400511400511c006006544005173005164", + "0x1d006154005544005154005176006177005544005176005167006176005", + "0x54400516000513f00611f00554400511f00513e006124005544005124005", + "0x601900617716011f124154009005177005544005177005130006160005", + "0x11200a13a006112005544005006133006006544005006037006006544005", + "0x554400515400517600617a00554400511100513b006111005544005164", + "0x513f00611d00554400511d00513e00612400554400512400501d006154", + "0x17a16311d12415400900517a00554400517a005130006163005544005163", + "0x600654400553e005136006006544005006037006006544005006019006", + "0x11000554400500616800617b00554400500613500600654400513b00517e", + "0x613300610f00554400511017b00a134006110005544005110005137006", + "0x554400510e00513b00610e00554400510f17e00a13a00617e005544005", + "0x513e00614900554400514900501d00600600554400500600517600610d", + "0x554400510d00513000625a00554400525a00513f00614a00554400514a", + "0x54400513600553d00600654400500601900610d25a14a14900600900510d", + "0x500602400618100554400513200501d00600654400553e005136006006", + "0x513600553d0060065440051330051600060065440050060190060062cb", + "0x603700618100554400500900501d00600654400553e005136006006544", + "0x513700610c005544005006199006182005544005006135006006544005", + "0x554400500613300610b00554400510c18200a13400610c00554400510c", + "0x17600610a00554400518600513b00618600554400510b18500a13a006185", + "0x54400501800513e00618100554400518100501d006006005544005006005", + "0x900510a00554400510a00513000625a00554400525a00513f006018005", + "0x516000600654400500603700600654400500601900610a25a018181006", + "0x11a00610900554400500613500600654400521b00553d006006544005037", + "0x54400518910900a134006189005544005189005137006189005544005006", + "0x13b00610700554400518a10800a13a00610800554400500613300618a005", + "0x54400500900501d00600600554400500600517600618d005544005107005", + "0x13000625a00554400525a00513f00601800554400501800513e006009005", + "0x600654400500601900618d25a01800900600900518d00554400518d005", + "0x10500554400500616800610600554400500613500600654400521e005119", + "0x613300619000554400510510600a134006105005544005105005137006", + "0x554400510400513b00610400554400519019100a13a006191005544005", + "0x513e00601900554400501900501d006006005544005006005176006103", + "0x554400510300513000625a00554400525a00513f00601a00554400501a", + "0xa00a00500a01800600654400500600900610325a01a019006009005103", + "0x54400521e00501a00600654400500601900601a01900a3a701800900a544", + "0x2000502100600900554400500900501d006006544005006020006020005", + "0x54400502100549a00600654400500601900649a00549602101d00a54400a", + "0x27d00627d00554400545f00545f00645f005544005299005299006299005", + "0x630e00500602400602400554400527d00521b00621b00554400501d005", + "0x554400502b00502c00602b00554400500602b006006544005006019006", + "0x553e00602400554400502c00521b00621b00554400549a00527d00602c", + "0x54400a21b00502100600654400500601900603700539353e00554400a024", + "0x30a00554400503600549a00600654400500601900603400548d03653d00a", + "0x53d00527d0062a200554400553c00545f00653c00554400530a005299006", + "0x190060063220050060240061350055440052a200521b006136005544005", + "0x613700554400500e00502c00600e00554400500602b006006544005006", + "0xa13500553e00613500554400513700521b00613600554400503400527d", + "0xa54400a13400900a10f006006544005006019006133005444134005544", + "0x613a00554400513a00501d00600654400500601900613200537c13b13a", + "0x603700600654400500601900613f00547213e13100a54400a136005021", + "0x517e00600654400513e00503600600654400513100553d006006544005", + "0xe00613000554400500613500600654400553e00513600600654400513b", + "0x54400512f13000a13400612f00554400512f00513700612f005544005006", + "0x13b00612d00554400514212e00a13a00612e005544005006133006142005", + "0x54400513a00501d00600600554400500600517600614500554400512d005", + "0x13000625a00554400525a00513f00601800554400501800513e00613a005", + "0x600654400500601900614525a01813a006009005145005544005145005", + "0x554400514600514200614600554400500612f00600654400513f00553d", + "0x500601900614a14900a45512b12c00a54400a14601813a25a12e006146", + "0x512a00514500612a00554400500612d006006544005006037006006544", + "0x612b00554400512b00513e00612c00554400512c00501d006129005544", + "0x553e00513700625a00554400525a00513f006006005544005006005176", + "0x53e12925a00612b12c0190ff00613b00554400513b00510000653e005544", + "0x12500536312600554400a15100517b00615112712814e14d00954400513b", + "0x154005544005006135006006544005126005110006006544005006019006", + "0x12400511c00600654400515500516400612415500a544005154005163006", + "0x15900554400515800516700615800554400512300511b006123005544005", + "0x14e00513e00614d00554400514d00501d006128005544005128005176006", + "0x15900554400515900513000612700554400512700513f00614e005544005", + "0x554400512500513b00600654400500601900615912714e14d128009005", + "0x513e00614d00554400514d00501d006128005544005128005176006122", + "0x554400512200513000612700554400512700513f00614e00554400514e", + "0x654400500603700600654400500601900612212714e14d128009005122", + "0x554400500613500600654400553e00513600600654400513b00517e006", + "0x12100a13400615c00554400515c00513700615c005544005006168006121", + "0x554400515d12000a13a00612000554400500613300615d00554400515c", + "0x501d00600600554400500600517600616000554400511f00513b00611f", + "0x554400525a00513f00614a00554400514a00513e006149005544005149", + "0x500601900616025a14a14900600900516000554400516000513000625a", + "0x13200501d00600654400553e00513600600654400513600553d006006544", + "0x13300516000600654400500601900600644d00500602400611e005544005", + "0x501d00600654400553e00513600600654400513600553d006006544005", + "0x19900611d00554400500613500600654400500603700611e005544005009", + "0x54400516311d00a134006163005544005163005137006163005544005006", + "0x13b00611b00554400516411c00a13a00611c005544005006133006164005", + "0x54400511e00501d00600600554400500600517600616700554400511b005", + "0x13000625a00554400525a00513f00601800554400501800513e00611e005", + "0x600654400500601900616725a01811e006009005167005544005167005", + "0x600654400521b00553d006006544005037005160006006544005006037", + "0x554400511a00513700611a00554400500611a006168005544005006135", + "0xa13a00616b00554400500613300611900554400511a16800a13400611a", + "0x54400500600517600611800554400516c00513b00616c00554400511916b", + "0x13f00601800554400501800513e00600900554400500900501d006006005", + "0x25a01800900600900511800554400511800513000625a00554400525a005", + "0x554400500613500600654400521e005119006006544005006019006118", + "0x11700a13400616f00554400516f00513700616f005544005006168006117", + "0x554400511611500a13a00611500554400500613300611600554400516f", + "0x501d00600600554400500600517600617300554400517200513b006172", + "0x554400525a00513f00601a00554400501a00513e006019005544005019", + "0x500600900617325a01a01900600900517300554400517300513000625a", + "0x500601900601a01900a54501800900a54400a00a00500a018006006544", + "0x900501d00600654400500602000602000554400521e00501a006006544", + "0x500601900649a00543102101d00a54400a020005021006009005544005", + "0x45f00645f00554400529900529900629900554400502100549a006006544", + "0x54400527d00521b00621b00554400501d00527d00627d00554400545f005", + "0x554400500602b00600654400500601900600640b005006024006024005", + "0x521b00621b00554400549a00527d00602c00554400502b00502c00602b", + "0x500601900603700554653e00554400a02400553e00602400554400502c", + "0x654400500601900603400526103653d00a54400a21b005021006006544", + "0x53c00545f00653c00554400530a00529900630a00554400503600549a006", + "0x1350055440052a200521b00613600554400553d00527d0062a2005544005", + "0x600e00554400500602b0060065440050060190060063f7005006024006", + "0x513700521b00613600554400503400527d00613700554400500e00502c", + "0x654400500601900613300554713400554400a13500553e006135005544", + "0x600654400500601900613200554813b13a00a54400a13400900a10f006", + "0x613f00554913e13100a54400a13600502100613a00554400513a00501d", + "0x3600600654400513100553d006006544005006037006006544005006019", + "0x600654400553e00513600600654400513b00517e00600654400513e005", + "0x554400512f00513700612f00554400500600e006130005544005006135", + "0xa13a00612e00554400500613300614200554400512f13000a13400612f", + "0x54400500600517600614500554400512d00513b00612d00554400514212e", + "0x13f00601800554400501800513e00613a00554400513a00501d006006005", + "0x25a01813a00600900514500554400514500513000625a00554400525a005", + "0x554400500612f00600654400513f00553d006006544005006019006145", + "0x12b12c00a54400a14601813a25a12e006146005544005146005142006146", + "0x500612d00600654400500603700600654400500601900614a14900a54a", + "0x612c00554400512c00501d00612900554400512a00514500612a005544", + "0x525a00513f00600600554400500600517600612b00554400512b00513e", + "0x613b00554400513b00510000653e00554400553e00513700625a005544", + "0x517b00615112712814e14d00954400513b53e12925a00612b12c01919c", + "0x54400512600511000600654400500601900612500554b12600554400a151", + "0x516400612415500a544005154005163006154005544005006135006006", + "0x15800554400512300511b00612300554400512400511c006006544005155", + "0x14d00501d006128005544005128005176006159005544005158005167006", + "0x12700554400512700513f00614e00554400514e00513e00614d005544005", + "0x54400500601900615912714e14d128009005159005544005159005130006", + "0x501d00612800554400512800517600612200554400512500513b006006", + "0x554400512700513f00614e00554400514e00513e00614d00554400514d", + "0x500601900612212714e14d128009005122005544005122005130006127", + "0x553e00513600600654400513b00517e006006544005006037006006544", + "0x15c00513700615c005544005006168006121005544005006135006006544", + "0x12000554400500613300615d00554400515c12100a13400615c005544005", + "0x517600616000554400511f00513b00611f00554400515d12000a13a006", + "0x554400514a00513e00614900554400514900501d006006005544005006", + "0x600900516000554400516000513000625a00554400525a00513f00614a", + "0x513600600654400513600553d00600654400500601900616025a14a149", + "0x1900600654c00500602400611e00554400513200501d00600654400553e", + "0x13600600654400513600553d006006544005133005160006006544005006", + "0x600654400500603700611e00554400500900501d00600654400553e005", + "0x554400516300513700616300554400500619900611d005544005006135", + "0xa13a00611c00554400500613300616400554400516311d00a134006163", + "0x54400500600517600616700554400511b00513b00611b00554400516411c", + "0x13f00601800554400501800513e00611e00554400511e00501d006006005", + "0x25a01811e00600900516700554400516700513000625a00554400525a005", + "0x6544005037005160006006544005006037006006544005006019006167", + "0x554400500611a00616800554400500613500600654400521b00553d006", + "0x13300611900554400511a16800a13400611a00554400511a00513700611a", + "0x54400516c00513b00616c00554400511916b00a13a00616b005544005006", + "0x13e00600900554400500900501d006006005544005006005176006118005", + "0x54400511800513000625a00554400525a00513f006018005544005018005", + "0x521e00511900600654400500601900611825a018009006009005118005", + "0x16f00513700616f005544005006168006117005544005006135006006544", + "0x11500554400500613300611600554400516f11700a13400616f005544005", + "0x517600617300554400517200513b00617200554400511611500a13a006", + "0x554400501a00513e00601900554400501900501d006006005544005006", + "0x600900517300554400517300513000625a00554400525a00513f00601a", + "0x1800900a54400a00a00500a01800600654400500600900617325a01a019", + "0x2000602000554400521e00501a00600654400500601900601a01900a54d", + "0x1d00a54400a02000502100600900554400500900501d006006544005006", + "0x29900629900554400502100549a00600654400500601900649a00554e021", + "0x54400501d00527d00627d00554400545f00545f00645f005544005299005", + "0x500601900600654f00500602400602400554400527d00521b00621b005", + "0x527d00602c00554400502b00502c00602b00554400500602b006006544", + "0x554400a02400553e00602400554400502c00521b00621b00554400549a", + "0x55103653d00a54400a21b00502100600654400500601900603700555053e", + "0x30a00529900630a00554400503600549a006006544005006019006034005", + "0x13600554400553d00527d0062a200554400553c00545f00653c005544005", + "0x65440050060190060065520050060240061350055440052a200521b006", + "0x503400527d00613700554400500e00502c00600e00554400500602b006", + "0x55313400554400a13500553e00613500554400513700521b006136005544", + "0x555413b13a00a54400a13400900a10f006006544005006019006133005", + "0xa13600502100613a00554400513a00501d006006544005006019006132", + "0x600654400500603700600654400500601900613f00555513e13100a544", + "0x654400553e00513600600654400513e00503600600654400513100553d", + "0x554400500600e00613000554400500613500600654400513b00517e006", + "0x13300614200554400512f13000a13400612f00554400512f00513700612f", + "0x54400512d00513b00612d00554400514212e00a13a00612e005544005006", + "0x13e00613a00554400513a00501d006006005544005006005176006145005", + "0x54400514500513000625a00554400525a00513f006018005544005018005", + "0x513f00553d00600654400500601900614525a01813a006009005145005", + "0x25a12e00614600554400514600514200614600554400500612f006006544", + "0xfe00600654400500601900614a14900a55612b12c00a54400a14601813a", + "0xa54400512900518100612900554400512a00510d00612a005544005006", + "0x529900612800554400514e00510c00600654400514d00518200614e14d", + "0x553e12700625a10b006127005544005127005137006127005544005128", + "0x12600554400512600513700612500554400513b00518500612615100a544", + "0x615500554400515500513700615515400a54400512512615125a10b006", + "0x510900615800554400512300510a00612312400a54400515512c00a186", + "0x554400512200518a00600654400515900518900612215900a544005158", + "0x618d00615d00554400515c00510700615c005544005121005108006121", + "0x154005544005154005176006120005544005120005106006120005544005", + "0x16011f25a54400a15d12025a12b21e10500612400554400512400501d006", + "0x11e00554400511e00513700600654400500601900616416311d25a55711e", + "0x11e00519000616000554400516000513f00611f00554400511f00513e006", + "0x611b00554400500602b00600654400500601900611c00555800654400a", + "0x55900500602400616800554400516700510400616700554400511b005191", + "0x554400500602b00600654400511c005103006006544005006019006006", + "0x613500616800554400511900510400611900554400511a00519400611a", + "0x16c00554400516c00510400616c00554400516800519500616b005544005", + "0x516000600654400500601900611700555a11800554400a16c005102006", + "0x611600554400516f00513700616f005544005006101006006544005118", + "0x19800600654400511700516000600654400500601900600655b005006024", + "0x6006544005006037006116005544005115005137006115005544005006", + "0x516400611417300a54400517200516300617200554400511616b00a134", + "0x17600554400511300511b00611300554400511400511c006006544005173", + "0x12400501d006154005544005154005176006177005544005176005167006", + "0x16000554400516000513f00611f00554400511f00513e006124005544005", + "0x54400500601900617716011f124154009005177005544005177005130006", + "0x516411200a13a006112005544005006133006006544005006037006006", + "0x615400554400515400517600617a00554400511100513b006111005544", + "0x516300513f00611d00554400511d00513e00612400554400512400501d", + "0x1900617a16311d12415400900517a00554400517a005130006163005544", + "0x517e00600654400553e005136006006544005006037006006544005006", + "0x13700611000554400500616800617b00554400500613500600654400513b", + "0x54400500613300610f00554400511017b00a134006110005544005110005", + "0x610d00554400510e00513b00610e00554400510f17e00a13a00617e005", + "0x514a00513e00614900554400514900501d006006005544005006005176", + "0x510d00554400510d00513000625a00554400525a00513f00614a005544", + "0x600654400513600553d00600654400500601900610d25a14a149006009", + "0x655c00500602400618100554400513200501d00600654400553e005136", + "0x654400513600553d006006544005133005160006006544005006019006", + "0x54400500603700618100554400500900501d00600654400553e005136006", + "0x510c00513700610c005544005006199006182005544005006135006006", + "0x618500554400500613300610b00554400510c18200a13400610c005544", + "0x600517600610a00554400518600513b00618600554400510b18500a13a", + "0x1800554400501800513e00618100554400518100501d006006005544005", + "0x18100600900510a00554400510a00513000625a00554400525a00513f006", + "0x503700516000600654400500603700600654400500601900610a25a018", + "0x500611a00610900554400500613500600654400521b00553d006006544", + "0x18a00554400518910900a134006189005544005189005137006189005544", + "0x10700513b00610700554400518a10800a13a006108005544005006133006", + "0x900554400500900501d00600600554400500600517600618d005544005", + "0x18d00513000625a00554400525a00513f00601800554400501800513e006", + "0x511900600654400500601900618d25a01800900600900518d005544005", + "0x13700610500554400500616800610600554400500613500600654400521e", + "0x54400500613300619000554400510510600a134006105005544005105005", + "0x610300554400510400513b00610400554400519019100a13a006191005", + "0x501a00513e00601900554400501900501d006006005544005006005176", + "0x510300554400510300513000625a00554400525a00513f00601a005544", + "0xa54400a00a00500a01800600654400500600900610325a01a019006009", + "0x2000554400521e00501a00600654400500601900601a01900a55d018009", + "0x54400a02000502100600900554400500900501d006006544005006020006", + "0x29900554400502100549a00600654400500601900649a00555e02101d00a", + "0x1d00527d00627d00554400545f00545f00645f005544005299005299006", + "0x1900600655f00500602400602400554400527d00521b00621b005544005", + "0x602c00554400502b00502c00602b00554400500602b006006544005006", + "0xa02400553e00602400554400502c00521b00621b00554400549a00527d", + "0x53d00a54400a21b00502100600654400500601900603700556053e005544", + "0x29900630a00554400503600549a006006544005006019006034005561036", + "0x54400553d00527d0062a200554400553c00545f00653c00554400530a005", + "0x50060190060065620050060240061350055440052a200521b006136005", + "0x527d00613700554400500e00502c00600e00554400500602b006006544", + "0x554400a13500553e00613500554400513700521b006136005544005034", + "0x13b13a00a54400a13400900a10f006006544005006019006133005563134", + "0x502100613a00554400513a00501d006006544005006019006132005564", + "0x54400500603700600654400500601900613f00556513e13100a54400a136", + "0x513b00517e00600654400513e00503600600654400513100553d006006", + "0x500600e00613000554400500613500600654400553e005136006006544", + "0x14200554400512f13000a13400612f00554400512f00513700612f005544", + "0x12d00513b00612d00554400514212e00a13a00612e005544005006133006", + "0x13a00554400513a00501d006006005544005006005176006145005544005", + "0x14500513000625a00554400525a00513f00601800554400501800513e006", + "0x553d00600654400500601900614525a01813a006009005145005544005", + "0x614600554400514600514200614600554400500612f00600654400513f", + "0x654400500601900614a14900a56612b12c00a54400a14601813a25a12e", + "0x554400512a00514500612a00554400500612d006006544005006037006", + "0x517600612b00554400512b00513e00612c00554400512c00501d006129", + "0x554400553e00513700625a00554400525a00513f006006005544005006", + "0x513b53e12925a00612b12c0190fd00613b00554400513b00510000653e", + "0x1900612500556712600554400a15100517b00615112712814e14d009544", + "0x163006154005544005006135006006544005126005110006006544005006", + "0x54400512400511c00600654400515500516400612415500a544005154005", + "0x17600615900554400515800516700615800554400512300511b006123005", + "0x54400514e00513e00614d00554400514d00501d006128005544005128005", + "0x900515900554400515900513000612700554400512700513f00614e005", + "0x612200554400512500513b00600654400500601900615912714e14d128", + "0x514e00513e00614d00554400514d00501d006128005544005128005176", + "0x512200554400512200513000612700554400512700513f00614e005544", + "0x17e00600654400500603700600654400500601900612212714e14d128009", + "0x612100554400500613500600654400553e00513600600654400513b005", + "0x515c12100a13400615c00554400515c00513700615c005544005006168", + "0x611f00554400515d12000a13a00612000554400500613300615d005544", + "0x514900501d00600600554400500600517600616000554400511f00513b", + "0x625a00554400525a00513f00614a00554400514a00513e006149005544", + "0x654400500601900616025a14a149006009005160005544005160005130", + "0x54400513200501d00600654400553e00513600600654400513600553d006", + "0x54400513300516000600654400500601900600656800500602400611e005", + "0x500900501d00600654400553e00513600600654400513600553d006006", + "0x500619900611d00554400500613500600654400500603700611e005544", + "0x16400554400516311d00a134006163005544005163005137006163005544", + "0x11b00513b00611b00554400516411c00a13a00611c005544005006133006", + "0x11e00554400511e00501d006006005544005006005176006167005544005", + "0x16700513000625a00554400525a00513f00601800554400501800513e006", + "0x603700600654400500601900616725a01811e006009005167005544005", + "0x613500600654400521b00553d006006544005037005160006006544005", + "0x611a00554400511a00513700611a00554400500611a006168005544005", + "0x11916b00a13a00616b00554400500613300611900554400511a16800a134", + "0x600554400500600517600611800554400516c00513b00616c005544005", + "0x25a00513f00601800554400501800513e00600900554400500900501d006", + "0x611825a01800900600900511800554400511800513000625a005544005", + "0x611700554400500613500600654400521e005119006006544005006019", + "0x516f11700a13400616f00554400516f00513700616f005544005006168", + "0x617200554400511611500a13a006115005544005006133006116005544", + "0x501900501d00600600554400500600517600617300554400517200513b", + "0x625a00554400525a00513f00601a00554400501a00513e006019005544", + "0x654400500600900617325a01a019006009005173005544005173005130", + "0x654400500601900601a01900a56901800900a54400a00a00500a018006", + "0x54400500900501d00600654400500602000602000554400521e00501a006", + "0x654400500601900649a00556a02101d00a54400a020005021006009005", + "0x45f00545f00645f00554400529900529900629900554400502100549a006", + "0x2400554400527d00521b00621b00554400501d00527d00627d005544005", + "0x602b00554400500602b00600654400500601900600656b005006024006", + "0x502c00521b00621b00554400549a00527d00602c00554400502b00502c", + "0x654400500601900603700556c53e00554400a02400553e006024005544", + "0x49a00600654400500601900603400556d03653d00a54400a21b005021006", + "0x54400553c00545f00653c00554400530a00529900630a005544005036005", + "0x240061350055440052a200521b00613600554400553d00527d0062a2005", + "0x502c00600e00554400500602b00600654400500601900600656e005006", + "0x554400513700521b00613600554400503400527d00613700554400500e", + "0x10f00600654400500601900613300556f13400554400a13500553e006135", + "0x501d00600654400500601900613200557013b13a00a54400a13400900a", + "0x601900613f00557113e13100a54400a13600502100613a00554400513a", + "0x13e00503600600654400513100553d006006544005006037006006544005", + "0x613500600654400553e00513600600654400513b00517e006006544005", + "0x612f00554400512f00513700612f00554400500600e006130005544005", + "0x14212e00a13a00612e00554400500613300614200554400512f13000a134", + "0x600554400500600517600614500554400512d00513b00612d005544005", + "0x25a00513f00601800554400501800513e00613a00554400513a00501d006", + "0x614525a01813a00600900514500554400514500513000625a005544005", + "0x614600554400500612f00600654400513f00553d006006544005006019", + "0xa57212b12c00a54400a14601813a25a12e006146005544005146005142", + "0x554400500612d00600654400500603700600654400500601900614a149", + "0x513e00612c00554400512c00501d00612900554400512a00514500612a", + "0x554400525a00513f00600600554400500600517600612b00554400512b", + "0x1919f00613b00554400513b00510000653e00554400553e00513700625a", + "0xa15100517b00615112712814e14d00954400513b53e12925a00612b12c", + "0x6006544005126005110006006544005006019006125005573126005544", + "0x515500516400612415500a544005154005163006154005544005006135", + "0x16700615800554400512300511b00612300554400512400511c006006544", + "0x54400514d00501d006128005544005128005176006159005544005158005", + "0x13000612700554400512700513f00614e00554400514e00513e00614d005", + "0x600654400500601900615912714e14d128009005159005544005159005", + "0x514d00501d00612800554400512800517600612200554400512500513b", + "0x612700554400512700513f00614e00554400514e00513e00614d005544", + "0x654400500601900612212714e14d128009005122005544005122005130", + "0x654400553e00513600600654400513b00517e006006544005006037006", + "0x54400515c00513700615c005544005006168006121005544005006135006", + "0x13a00612000554400500613300615d00554400515c12100a13400615c005", + "0x500600517600616000554400511f00513b00611f00554400515d12000a", + "0x614a00554400514a00513e00614900554400514900501d006006005544", + "0x14a14900600900516000554400516000513000625a00554400525a00513f", + "0x553e00513600600654400513600553d00600654400500601900616025a", + "0x500601900600657400500602400611e00554400513200501d006006544", + "0x53e00513600600654400513600553d006006544005133005160006006544", + "0x613500600654400500603700611e00554400500900501d006006544005", + "0x616300554400516300513700616300554400500619900611d005544005", + "0x16411c00a13a00611c00554400500613300616400554400516311d00a134", + "0x600554400500600517600616700554400511b00513b00611b005544005", + "0x25a00513f00601800554400501800513e00611e00554400511e00501d006", + "0x616725a01811e00600900516700554400516700513000625a005544005", + "0x53d006006544005037005160006006544005006037006006544005006019", + "0x611a00554400500611a00616800554400500613500600654400521b005", + "0x500613300611900554400511a16800a13400611a00554400511a005137", + "0x11800554400516c00513b00616c00554400511916b00a13a00616b005544", + "0x1800513e00600900554400500900501d006006005544005006005176006", + "0x11800554400511800513000625a00554400525a00513f006018005544005", + "0x654400521e00511900600654400500601900611825a018009006009005", + "0x54400516f00513700616f005544005006168006117005544005006135006", + "0x13a00611500554400500613300611600554400516f11700a13400616f005", + "0x500600517600617300554400517200513b00617200554400511611500a", + "0x601a00554400501a00513e00601900554400501900501d006006005544", + "0x1a01900600900517300554400517300513000625a00554400525a00513f", + "0xa57501800900a54400a00a00500a01800600654400500600900617325a", + "0x500602000602000554400521e00501a00600654400500601900601a019", + "0x57602101d00a54400a02000502100600900554400500900501d006006544", + "0x29900529900629900554400502100549a00600654400500601900649a005", + "0x21b00554400501d00527d00627d00554400545f00545f00645f005544005", + "0x654400500601900600657700500602400602400554400527d00521b006", + "0x549a00527d00602c00554400502b00502c00602b00554400500602b006", + "0x57853e00554400a02400553e00602400554400502c00521b00621b005544", + "0x557903653d00a54400a53e00900a1a0006006544005006019006037005", + "0xa21b00502100653d00554400553d00501d006006544005006019006034", + "0x60065440050060370060065440050060190062a200557a53c30a00a544", + "0x65440050360050fc00600654400553c00503600600654400530a00553d", + "0x54400513500513700613500554400500600e006136005544005006135006", + "0x13a00613700554400500613300600e00554400513513600a134006135005", + "0x500600517600613300554400513400513b00613400554400500e13700a", + "0x601800554400501800513e00653d00554400553d00501d006006005544", + "0x1853d00600900513300554400513300513000625a00554400525a00513f", + "0x5440052a200553d00600654400500603700600654400500601900613325a", + "0x53d25a12e00613a00554400513a00514200613a00554400500612f006006", + "0x612d00600654400500601900613e13100a57b13213b00a54400a13a018", + "0x13b00554400513b00501d00613000554400513f00514500613f005544005", + "0x25a00513f00600600554400500600517600613200554400513200513e006", + "0x13025a00613213b0181a30060360055440050360050fb00625a005544005", + "0x12c00557c14600554400a14500517b00614512d12e14212f009544005036", + "0x12b005544005006135006006544005146005110006006544005006019006", + "0x14a00511c00600654400514900516400614a14900a54400512b005163006", + "0x14d00554400512900516700612900554400512a00511b00612a005544005", + "0x14200513e00612f00554400512f00501d00612e00554400512e005176006", + "0x14d00554400514d00513000612d00554400512d00513f006142005544005", + "0x554400512c00513b00600654400500601900614d12d14212f12e009005", + "0x513e00612f00554400512f00501d00612e00554400512e00517600614e", + "0x554400514e00513000612d00554400512d00513f006142005544005142", + "0x5440050360050fc00600654400500601900614e12d14212f12e00900514e", + "0x5127005137006127005544005006168006128005544005006135006006", + "0x612600554400500613300615100554400512712800a134006127005544", + "0x600517600615400554400512500513b00612500554400515112600a13a", + "0x13e00554400513e00513e00613100554400513100501d006006005544005", + "0x13100600900515400554400515400513000625a00554400525a00513f006", + "0x3400501d00600654400521b00553d00600654400500601900615425a13e", + "0x3700516000600654400500601900600657d005006024006155005544005", + "0x3700615500554400500900501d00600654400521b00553d006006544005", + "0x13700612300554400500611a006124005544005006135006006544005006", + "0x54400500613300615800554400512312400a134006123005544005123005", + "0x612100554400512200513b00612200554400515815900a13a006159005", + "0x501800513e00615500554400515500501d006006005544005006005176", + "0x512100554400512100513000625a00554400525a00513f006018005544", + "0x600654400521e00511900600654400500601900612125a018155006009", + "0x554400515d00513700615d00554400500616800615c005544005006135", + "0xa13a00611f00554400500613300612000554400515d15c00a13400615d", + "0x54400500600517600611e00554400516000513b00616000554400512011f", + "0x13f00601a00554400501a00513e00601900554400501900501d006006005", + "0x25a01a01900600900511e00554400511e00513000625a00554400525a005", + "0x1900a57e01800900a54400a00a00500a01800600654400500600900611e", + "0x54400500602000602000554400521e00501a00600654400500601900601a", + "0x557f02101d00a54400a02000502100600900554400500900501d006006", + "0x529900529900629900554400502100549a00600654400500601900649a", + "0x621b00554400501d00527d00627d00554400545f00545f00645f005544", + "0x600654400500601900600658000500602400602400554400527d00521b", + "0x54400549a00527d00602c00554400502b00502c00602b00554400500602b", + "0x558153e00554400a02400553e00602400554400502c00521b00621b005", + "0x3400558203653d00a54400a53e00900a1a0006006544005006019006037", + "0x54400a21b00502100653d00554400553d00501d006006544005006019006", + "0x53d0060065440050060370060065440050060190062a200558353c30a00a", + "0x60065440050360050fc00600654400553c00503600600654400530a005", + "0x554400513500513700613500554400500600e006136005544005006135", + "0xa13a00613700554400500613300600e00554400513513600a134006135", + "0x54400500600517600613300554400513400513b00613400554400500e137", + "0x13f00601800554400501800513e00653d00554400553d00501d006006005", + "0x25a01853d00600900513300554400513300513000625a00554400525a005", + "0x65440052a200553d006006544005006037006006544005006019006133", + "0x1853d25a12e00613a00554400513a00514200613a00554400500612f006", + "0x500612d00600654400500601900613e13100a58413213b00a54400a13a", + "0x613b00554400513b00501d00613000554400513f00514500613f005544", + "0x525a00513f00600600554400500600517600613200554400513200513e", + "0x3613025a00613213b0181a40060360055440050360050fb00625a005544", + "0x612c00558514600554400a14500517b00614512d12e14212f009544005", + "0x612b005544005006135006006544005146005110006006544005006019", + "0x514a00511c00600654400514900516400614a14900a54400512b005163", + "0x614d00554400512900516700612900554400512a00511b00612a005544", + "0x514200513e00612f00554400512f00501d00612e00554400512e005176", + "0x514d00554400514d00513000612d00554400512d00513f006142005544", + "0x14e00554400512c00513b00600654400500601900614d12d14212f12e009", + "0x14200513e00612f00554400512f00501d00612e00554400512e005176006", + "0x14e00554400514e00513000612d00554400512d00513f006142005544005", + "0x65440050360050fc00600654400500601900614e12d14212f12e009005", + "0x544005127005137006127005544005006168006128005544005006135006", + "0x13a00612600554400500613300615100554400512712800a134006127005", + "0x500600517600615400554400512500513b00612500554400515112600a", + "0x613e00554400513e00513e00613100554400513100501d006006005544", + "0x13e13100600900515400554400515400513000625a00554400525a00513f", + "0x503400501d00600654400521b00553d00600654400500601900615425a", + "0x5037005160006006544005006019006006586005006024006155005544", + "0x603700615500554400500900501d00600654400521b00553d006006544", + "0x513700612300554400500611a006124005544005006135006006544005", + "0x554400500613300615800554400512312400a134006123005544005123", + "0x17600612100554400512200513b00612200554400515815900a13a006159", + "0x54400501800513e00615500554400515500501d006006005544005006005", + "0x900512100554400512100513000625a00554400525a00513f006018005", + "0x13500600654400521e00511900600654400500601900612125a018155006", + "0x15d00554400515d00513700615d00554400500616800615c005544005006", + "0x11f00a13a00611f00554400500613300612000554400515d15c00a134006", + "0x554400500600517600611e00554400516000513b006160005544005120", + "0x513f00601a00554400501a00513e00601900554400501900501d006006", + "0x11e25a01a01900600900511e00554400511e00513000625a00554400525a", + "0x2001a00a58701901800a54400a25a00500a018006006544005006009006", + "0x54400501900513e00601800554400501800501d006006544005006019006", + "0x1d25a54400500901901825a11700600900554400500900516c006019005", + "0x600654400500601900645f00558829900554400a49a00516f00649a021", + "0x602b00558902400554400a21b00511500621b27d00a544005299005116", + "0xa54400a02c00502100602c00554400527d00501a006006544005006019", + "0x3600600654400553e00553d00600654400500601900653d00558a03753e", + "0x60360055440050061350060065440050240050fa006006544005037005", + "0x503403600a13400603400554400503400513700603400554400500600e", + "0x62a200554400530a53c00a13a00653c00554400500613300630a005544", + "0x501d00501d0060060055440050060051760061360055440052a200513b", + "0x602100554400502100513e00600a00554400500a00513100601d005544", + "0xa01d00601800513600554400513600513000621e00554400521e00513f", + "0x500612f00600654400553d00553d00600654400500601900613621e021", + "0xa54400a13502101d25a12e006135005544005135005142006135005544", + "0x613a00554400500612d00600654400500601900613313400a58b13700e", + "0x513700513e00600e00554400500e00501d00613b00554400513a005145", + "0x600a00554400500a005131006006005544005006005176006137005544", + "0x13700e0191a70060240055440050240050f900621e00554400521e00513f", + "0x54400a12f00517b00612f13013f13e13113201854400502413b21e00a006", + "0x13500600654400514200511000600654400500601900612e00558c142005", + "0x54400514500516400614614500a54400512d00516300612d005544005006", + "0x516700612b00554400512c00511b00612c00554400514600511c006006", + "0x554400513200501d00613e00554400513e00517600614900554400512b", + "0x513f00613100554400513100513e00613f00554400513f005131006132", + "0x13013113f13213e018005149005544005149005130006130005544005130", + "0x513e00517600614a00554400512e00513b006006544005006019006149", + "0x613f00554400513f00513100613200554400513200501d00613e005544", + "0x514a00513000613000554400513000513f00613100554400513100513e", + "0x50fa00600654400500601900614a13013113f13213e01800514a005544", + "0x13700612900554400500616800612a005544005006135006006544005024", + "0x54400500613300614d00554400512912a00a134006129005544005129005", + "0x612700554400512800513b00612800554400514d14e00a13a00614e005", + "0x500a00513100613400554400513400501d006006005544005006005176", + "0x621e00554400521e00513f00613300554400513300513e00600a005544", + "0x54400500601900612721e13300a134006018005127005544005127005130", + "0x54400500613500600654400527d00511900600654400502b005160006006", + "0xa13400612600554400512600513700612600554400500611a006151005", + "0x54400512515400a13a006154005544005006133006125005544005126151", + "0x1d00600600554400500600517600612400554400515500513b006155005", + "0x54400502100513e00600a00554400500a00513100601d00554400501d005", + "0x1800512400554400512400513000621e00554400521e00513f006021005", + "0x12300554400545f00513b00600654400500601900612421e02100a01d006", + "0xa00513100601d00554400501d00501d006006005544005006005176006", + "0x21e00554400521e00513f00602100554400502100513e00600a005544005", + "0x500601900612321e02100a01d006018005123005544005123005130006", + "0x5006168006158005544005006135006006544005009005119006006544", + "0x12200554400515915800a134006159005544005159005137006159005544", + "0x15c00513b00615c00554400512212100a13a006121005544005006133006", + "0x1a00554400501a00501d00600600554400500600517600615d005544005", + "0x21e00513f00602000554400502000513e00600a00554400500a005131006", + "0x15d21e02000a01a00601800515d00554400515d00513000621e005544005", + "0x1a01900a58d01800900a54400a00a00500a018006006544005006009006", + "0x654400500602000602000554400521e00501a006006544005006019006", + "0x49a00558e02101d00a54400a02000502100600900554400500900501d006", + "0x54400529900529900629900554400502100549a006006544005006019006", + "0x21b00621b00554400501d00527d00627d00554400545f00545f00645f005", + "0x2b00600654400500601900600658f00500602400602400554400527d005", + "0x554400549a00527d00602c00554400502b00502c00602b005544005006", + "0x3700559053e00554400a02400553e00602400554400502c00521b00621b", + "0x1900603400559103653d00a54400a21b005021006006544005006019006", + "0x53c00554400530a00529900630a00554400503600549a006006544005006", + "0x2a200521b00613600554400553d00527d0062a200554400553c00545f006", + "0x500602b006006544005006019006006592005006024006135005544005", + "0x613600554400503400527d00613700554400500e00502c00600e005544", + "0x1900613300559313400554400a13500553e00613500554400513700521b", + "0x601900613200559413b13a00a54400a13400900a1a0006006544005006", + "0x13e13100a54400a13600502100613a00554400513a00501d006006544005", + "0x513100553d00600654400500603700600654400500601900613f005595", + "0x53e00513600600654400513b0050fc00600654400513e005036006006544", + "0x513700612f00554400500600e006130005544005006135006006544005", + "0x554400500613300614200554400512f13000a13400612f00554400512f", + "0x17600614500554400512d00513b00612d00554400514212e00a13a00612e", + "0x54400501800513e00613a00554400513a00501d006006005544005006005", + "0x900514500554400514500513000625a00554400525a00513f006018005", + "0x12f00600654400513f00553d00600654400500601900614525a01813a006", + "0xa14601813a25a12e006146005544005146005142006146005544005006", + "0x654400500603700600654400500601900614a14900a59612b12c00a544", + "0x512c00501d00612900554400512a00514500612a00554400500612d006", + "0x600600554400500600517600612b00554400512b00513e00612c005544", + "0x513b0050fb00653e00554400553e00513700625a00554400525a00513f", + "0x12712814e14d00954400513b53e12925a00612b12c0191a800613b005544", + "0x13500600654400500601900612500559712600554400a1510050f8006151", + "0x54400515500512c00612415500a5440051260050f7006154005544005006", + "0x16300615800554400512315400a134006123005544005124005185006006", + "0x54400512200511c00600654400515900516400612215900a544005158005", + "0x17600615d00554400515c00516700615c00554400512100511b006121005", + "0x54400514e00513e00614d00554400514d00501d006128005544005128005", + "0x900515d00554400515d00513000612700554400512700513f00614e005", + "0x612000554400512500513b00600654400500601900615d12714e14d128", + "0x514e00513e00614d00554400514d00501d006128005544005128005176", + "0x512000554400512000513000612700554400512700513f00614e005544", + "0xfc00600654400500603700600654400500601900612012714e14d128009", + "0x611f00554400500613500600654400553e00513600600654400513b005", + "0x516011f00a134006160005544005160005137006160005544005006168", + "0x616300554400511e11d00a13a00611d00554400500613300611e005544", + "0x514900501d00600600554400500600517600616400554400516300513b", + "0x625a00554400525a00513f00614a00554400514a00513e006149005544", + "0x654400500601900616425a14a149006009005164005544005164005130", + "0x54400513200501d00600654400553e00513600600654400513600553d006", + "0x54400513300516000600654400500601900600659800500602400611c005", + "0x500900501d00600654400553e00513600600654400513600553d006006", + "0x500619900611b00554400500613500600654400500603700611c005544", + "0x16800554400516711b00a134006167005544005167005137006167005544", + "0x11900513b00611900554400516811a00a13a00611a005544005006133006", + "0x11c00554400511c00501d00600600554400500600517600616b005544005", + "0x16b00513000625a00554400525a00513f00601800554400501800513e006", + "0x603700600654400500601900616b25a01811c00600900516b005544005", + "0x613500600654400521b00553d006006544005037005160006006544005", + "0x611800554400511800513700611800554400500611a00616c005544005", + "0x11716f00a13a00616f00554400500613300611700554400511816c00a134", + "0x600554400500600517600611500554400511600513b006116005544005", + "0x25a00513f00601800554400501800513e00600900554400500900501d006", + "0x611525a01800900600900511500554400511500513000625a005544005", + "0x617200554400500613500600654400521e005119006006544005006019", + "0x517317200a134006173005544005173005137006173005544005006168", + "0x617600554400511411300a13a006113005544005006133006114005544", + "0x501900501d00600600554400500600517600617700554400517600513b", + "0x625a00554400525a00513f00601a00554400501a00513e006019005544", + "0x654400500600900617725a01a019006009005177005544005177005130", + "0x654400500601900601a01900a59901800900a54400a00a00500a018006", + "0x54400500900501d00600654400500602000602000554400521e00501a006", + "0x654400500601900649a00559a02101d00a54400a020005021006009005", + "0x45f00545f00645f00554400529900529900629900554400502100549a006", + "0x2400554400527d00521b00621b00554400501d00527d00627d005544005", + "0x602b00554400500602b00600654400500601900600659b005006024006", + "0x502c00521b00621b00554400549a00527d00602c00554400502b00502c", + "0x654400500601900603700559c53e00554400a02400553e006024005544", + "0x49a00600654400500601900603400559d03653d00a54400a21b005021006", + "0x54400553c00545f00653c00554400530a00529900630a005544005036005", + "0x240061350055440052a200521b00613600554400553d00527d0062a2005", + "0x502c00600e00554400500602b00600654400500601900600659e005006", + "0x554400513700521b00613600554400503400527d00613700554400500e", + "0x1a000600654400500601900613300559f13400554400a13500553e006135", + "0x501d0060065440050060190061320055a013b13a00a54400a13400900a", + "0x601900613f0055a113e13100a54400a13600502100613a00554400513a", + "0x13e00503600600654400513100553d006006544005006037006006544005", + "0x613500600654400553e00513600600654400513b0050fc006006544005", + "0x612f00554400512f00513700612f00554400500600e006130005544005", + "0x14212e00a13a00612e00554400500613300614200554400512f13000a134", + "0x600554400500600517600614500554400512d00513b00612d005544005", + "0x25a00513f00601800554400501800513e00613a00554400513a00501d006", + "0x614525a01813a00600900514500554400514500513000625a005544005", + "0x614600554400500612f00600654400513f00553d006006544005006019", + "0xa5a212b12c00a54400a14601813a25a12e006146005544005146005142", + "0x554400500612d00600654400500603700600654400500601900614a149", + "0x513e00612c00554400512c00501d00612900554400512a00514500612a", + "0x554400525a00513f00600600554400500600517600612b00554400512b", + "0x191ab00613b00554400513b0050fb00653e00554400553e00513700625a", + "0xa1510050f600615112712814e14d00954400513b53e12925a00612b12c", + "0x61540055440050061350060065440050060190061250055a3126005544", + "0x51240051ae00600654400515500512c00612415500a5440051260050f5", + "0x15900a54400515800516300615800554400512315400a134006123005544", + "0x12100511b00612100554400512200511c006006544005159005164006122", + "0x12800554400512800517600615d00554400515c00516700615c005544005", + "0x12700513f00614e00554400514e00513e00614d00554400514d00501d006", + "0x615d12714e14d12800900515d00554400515d005130006127005544005", + "0x554400512800517600612000554400512500513b006006544005006019", + "0x513f00614e00554400514e00513e00614d00554400514d00501d006128", + "0x12012714e14d128009005120005544005120005130006127005544005127", + "0x600654400513b0050fc006006544005006037006006544005006019006", + "0x16000554400500616800611f00554400500613500600654400553e005136", + "0x613300611e00554400516011f00a134006160005544005160005137006", + "0x554400516300513b00616300554400511e11d00a13a00611d005544005", + "0x513e00614900554400514900501d006006005544005006005176006164", + "0x554400516400513000625a00554400525a00513f00614a00554400514a", + "0x54400513600553d00600654400500601900616425a14a149006009005164", + "0x500602400611c00554400513200501d00600654400553e005136006006", + "0x513600553d0060065440051330051600060065440050060190060065a4", + "0x603700611c00554400500900501d00600654400553e005136006006544", + "0x513700616700554400500619900611b005544005006135006006544005", + "0x554400500613300616800554400516711b00a134006167005544005167", + "0x17600616b00554400511900513b00611900554400516811a00a13a00611a", + "0x54400501800513e00611c00554400511c00501d006006005544005006005", + "0x900516b00554400516b00513000625a00554400525a00513f006018005", + "0x516000600654400500603700600654400500601900616b25a01811c006", + "0x11a00616c00554400500613500600654400521b00553d006006544005037", + "0x54400511816c00a134006118005544005118005137006118005544005006", + "0x13b00611600554400511716f00a13a00616f005544005006133006117005", + "0x54400500900501d006006005544005006005176006115005544005116005", + "0x13000625a00554400525a00513f00601800554400501800513e006009005", + "0x600654400500601900611525a018009006009005115005544005115005", + "0x17300554400500616800617200554400500613500600654400521e005119", + "0x613300611400554400517317200a134006173005544005173005137006", + "0x554400517600513b00617600554400511411300a13a006113005544005", + "0x513e00601900554400501900501d006006005544005006005176006177", + "0x554400517700513000625a00554400525a00513f00601a00554400501a", + "0xa00a00500a01800600654400500600900617725a01a019006009005177", + "0x54400521e00501a00600654400500601900601a01900a5a501800900a544", + "0x2000502100600900554400500900501d006006544005006020006020005", + "0x54400502100549a00600654400500601900649a0055a602101d00a54400a", + "0x27d00627d00554400545f00545f00645f005544005299005299006299005", + "0x65a700500602400602400554400527d00521b00621b00554400501d005", + "0x554400502b00502c00602b00554400500602b006006544005006019006", + "0x553e00602400554400502c00521b00621b00554400549a00527d00602c", + "0x54400521b00511c0060065440050060190060370055a853e00554400a024", + "0x1af00653d00554400553d00516c00600900554400500900501d00653d005", + "0x653c0055a930a00554400a0340050f400603403600a54400553d00900a", + "0x54400a1360051b20061362a200a54400530a0050f3006006544005006019", + "0x61370055440052a200501a00600654400500601900600e0055aa135005", + "0x603700600654400500601900613a0055ab13313400a54400a137005021", + "0x511900600654400513300503600600654400513400553d006006544005", + "0xe00613b00554400500613500600654400553e005136006006544005135", + "0x54400513213b00a134006132005544005132005137006132005544005006", + "0x13b00613f00554400513113e00a13a00613e005544005006133006131005", + "0x54400503600501d00600600554400500600517600613000554400513f005", + "0x13000625a00554400525a00513f00601800554400501800513e006036005", + "0x600654400500601900613025a018036006009005130005544005130005", + "0x612f00554400500612f00600654400513a00553d006006544005006037", + "0xa5ac12e14200a54400a12f01803625a12e00612f00554400512f005142", + "0x514600514500614600554400500612d00600654400500601900614512d", + "0x612e00554400512e00513e00614200554400514200501d00612c005544", + "0x553e00513700625a00554400525a00513f006006005544005006005176", + "0x53e12c25a00612e1420191b300613500554400513500516c00653e005544", + "0x14e0055ad14d00554400a12900517b00612912a14a14912b009544005135", + "0x12800554400500613500600654400514d005110006006544005006019006", + "0x15100511c00600654400512700516400615112700a544005128005163006", + "0x15400554400512500516700612500554400512600511b006126005544005", + "0x14900513e00612b00554400512b00501d00614a00554400514a005176006", + "0x15400554400515400513000612a00554400512a00513f006149005544005", + "0x554400514e00513b00600654400500601900615412a14912b14a009005", + "0x513e00612b00554400512b00501d00614a00554400514a005176006155", + "0x554400515500513000612a00554400512a00513f006149005544005149", + "0x54400513500511900600654400500601900615512a14912b14a009005155", + "0x54400500616800612400554400500613500600654400553e005136006006", + "0x615800554400512312400a134006123005544005123005137006123005", + "0x512200513b00612200554400515815900a13a006159005544005006133", + "0x612d00554400512d00501d006006005544005006005176006121005544", + "0x512100513000625a00554400525a00513f00614500554400514500513e", + "0x500603700600654400500601900612125a14512d006009005121005544", + "0x53e0051360060065440052a200511900600654400500e005160006006544", + "0x513700615d00554400500619900615c005544005006135006006544005", + "0x554400500613300612000554400515d15c00a13400615d00554400515d", + "0x17600611e00554400516000513b00616000554400512011f00a13a00611f", + "0x54400501800513e00603600554400503600501d006006005544005006005", + "0x900511e00554400511e00513000625a00554400525a00513f006018005", + "0x513600600654400500603700600654400500601900611e25a018036006", + "0x600554400500600517600611d00554400553c00513b00600654400553e", + "0x25a00513f00601800554400501800513e00603600554400503600501d006", + "0x611d25a01803600600900511d00554400511d00513000625a005544005", + "0x53d006006544005037005160006006544005006037006006544005006019", + "0x616400554400500611a00616300554400500613500600654400521b005", + "0x500613300611c00554400516416300a134006164005544005164005137", + "0x16800554400516700513b00616700554400511c11b00a13a00611b005544", + "0x1800513e00600900554400500900501d006006005544005006005176006", + "0x16800554400516800513000625a00554400525a00513f006018005544005", + "0x654400521e00511900600654400500601900616825a018009006009005", + "0x54400511900513700611900554400500616800611a005544005006135006", + "0x13a00616c00554400500613300616b00554400511911a00a134006119005", + "0x500600517600611700554400511800513b00611800554400516b16c00a", + "0x601a00554400501a00513e00601900554400501900501d006006005544", + "0x1a01900600900511700554400511700513000625a00554400525a00513f", + "0xa5ae00921e00a54400a00500600a01800600654400500600900611725a", + "0x21e00501d00601a00554400525a00501a006006544005006019006019018", + "0x50060190060210055af01d02000a54400a01a00502100621e005544005", + "0x500613500600654400501d00503600600654400502000553d006006544", + "0x13400629900554400529900513700629900554400500600e00649a005544", + "0x545f27d00a13a00627d00554400500613300645f00554400529949a00a", + "0x621e00554400521e00501d00602400554400521b00513b00621b005544", + "0x502400513000600a00554400500a00513f00600900554400500900513e", + "0x502100553d00600654400500601900602400a00921e21e005024005544", + "0x25a12e00602b00554400502b00514200602b00554400500612f006006544", + "0x12d00600654400500601900653d03700a5b053e02c00a54400a02b00921e", + "0x554400502c00501d006034005544005036005145006036005544005006", + "0x21e0f200600a00554400500a00513f00653e00554400553e00513e00602c", + "0x5b113500554400a1360050f10061362a253c30a21e54400503400a53e02c", + "0x51350051b600613700554400500613500600654400500601900600e005", + "0x613a00554400513300515900600654400513400512c00613313400a544", + "0x516400613113200a54400513b00516300613b00554400513a13700a134", + "0x13f00554400513e00511b00613e00554400513100511c006006544005132", + "0x53c00513e00630a00554400530a00501d00613000554400513f005167006", + "0x1300055440051300051300062a20055440052a200513f00653c005544005", + "0x12f00554400500e00513b0060065440050060190061302a253c30a21e005", + "0x2a200513f00653c00554400553c00513e00630a00554400530a00501d006", + "0x1900612f2a253c30a21e00512f00554400512f0051300062a2005544005", + "0x13700612e005544005006168006142005544005006135006006544005006", + "0x54400500613300612d00554400512e14200a13400612e00554400512e005", + "0x612c00554400514600513b00614600554400512d14500a13a006145005", + "0x500a00513f00653d00554400553d00513e00603700554400503700501d", + "0x601900612c00a53d03721e00512c00554400512c00513000600a005544", + "0x616800612b00554400500613500600654400525a005119006006544005", + "0x554400514912b00a134006149005544005149005137006149005544005", + "0x513b00612900554400514a12a00a13a00612a00554400500613300614a", + "0x554400501900513e00601800554400501800501d00614d005544005129", + "0x1821e00514d00554400514d00513000600a00554400500a00513f006019", + "0x5b200921e00a54400a00500600a01800600654400500600900614d00a019", + "0x602000601a00554400525a00501a00600654400500601900601901800a", + "0x1d02000a54400a01a00502100621e00554400521e00501d006006544005", + "0x527d00649a00554400501d0051b70060065440050060190060210055b3", + "0x60065b400500602400645f00554400549a0050f0006299005544005020", + "0x21b00554400527d0050ef00627d00554400500602b006006544005006019", + "0x45f0051ba00645f00554400521b0050f000629900554400502100527d006", + "0x600654400500603700600654400500601900602b0055b502400554400a", + "0x54400529900511c00653e00554400500613500602c00554400502400549a", + "0x13e00621e00554400521e00501d00653d00554400502c005299006037005", + "0x54400553e00515c00603700554400503700516c006009005544005009005", + "0x54400553d53e03700921e0090ee00653d00554400553d00513700653e005", + "0x5440050060190062a20055b653c00554400a30a0050ed00630a03403625a", + "0x1d00600e00554400513600501a00613513600a54400553c0051bd006006", + "0x54400500e00527d00613400554400503400513e006137005544005036005", + "0x50060190060065b700500602400613a0055440051350051be006133005", + "0x13e00603600554400503600501d00613b0055440052a200513b006006544", + "0x54400513b00513000600a00554400500a00513f006034005544005034005", + "0x654400500603700600654400500601900613b00a03403621e00513b005", + "0x5440051320050ec00613200554400500602b00600654400502b005160006", + "0x27d00613400554400500900513e00613700554400521e00501d006131005", + "0x54400a13a0050eb00613a0055440051310051be006133005544005299005", + "0x613000554400513300511c00600654400500601900613f0055b813e005", + "0x13013700a1af00613000554400513000516c00613700554400513700501d", + "0x500601900612d0055b912e00554400a1420050f400614212f00a544005", + "0x5ba12c00554400a1460051b200614614500a54400512e0050f3006006544", + "0x14900502100614900554400514500501a00600654400500601900612b005", + "0x54400514a00553d0060065440050060190061290055bb12a14a00a54400a", + "0x513e00516400600654400512c00511900600654400512a005036006006", + "0x14e00513700614e00554400500600e00614d005544005006135006006544", + "0x12700554400500613300612800554400514e14d00a13400614e005544005", + "0x501d00612600554400515100513b00615100554400512812700a13a006", + "0x554400500a00513f00613400554400513400513e00612f00554400512f", + "0x54400500601900612600a13412f21e00512600554400512600513000600a", + "0x512500514200612500554400500612f00600654400512900553d006006", + "0x1900612312400a5bc15515400a54400a12513412f25a12e006125005544", + "0x1c100615400554400515400501d006006544005006020006006544005006", + "0x654400500601900615d15c12125a5bd12215915825a54400a00a15500a", + "0x1200050e90061200055440051220050ea0061220055440051220051c2006", + "0x51600051c600600654400511f0051c500616311d11e16011f009544005", + "0x11e00518500600654400516300513600600654400511d00517e006006544", + "0x554400516413e00a134006164005544005164005137006164005544005", + "0x511c00600654400511b00516400616711b00a54400511c00516300611c", + "0x554400516800516c00615800554400515800513e006168005544005167", + "0x1900611816c16b25a5be11911a00a54400a12c16815915821e0e8006168", + "0x5163006117005544005006135006006544005006037006006544005006", + "0x554400511600511c00600654400516f00516400611616f00a544005117", + "0x501d00617300554400517200516700617200554400511500511b006115", + "0x554400511900513f00611a00554400511a00513e006154005544005154", + "0x54400500601900617311911a15421e005173005544005173005130006119", + "0x515c00611300554400516c00513f00611400554400516b00513e006006", + "0x51190060065440050060190060065bf005006024006176005544005118", + "0x611400554400512100513e00600654400513e00516400600654400512c", + "0x54400500603700617600554400515d00515c00611300554400515c00513f", + "0x513b00611200554400517617700a13a006177005544005006133006006", + "0x554400511400513e00615400554400515400501d006111005544005112", + "0x15421e00511100554400511100513000611300554400511300513f006114", + "0x13e00516400600654400512c005119006006544005006019006111113114", + "0x513700617b00554400500616800617a005544005006135006006544005", + "0x554400500613300611000554400517b17a00a13400617b00554400517b", + "0x1d00610e00554400517e00513b00617e00554400511010f00a13a00610f", + "0x54400500a00513f00612300554400512300513e006124005544005124005", + "0x500601900610e00a12312421e00510e00554400510e00513000600a005", + "0x13e00516400600654400514500511900600654400512b005160006006544", + "0x513700618100554400500619900610d005544005006135006006544005", + "0x554400500613300618200554400518110d00a134006181005544005181", + "0x1d00618500554400510b00513b00610b00554400518210c00a13a00610c", + "0x54400500a00513f00613400554400513400513e00612f00554400512f005", + "0x500601900618500a13412f21e00518500554400518500513000600a005", + "0x501d00618600554400512d00513b00600654400513e005164006006544", + "0x554400500a00513f00613400554400513400513e00612f00554400512f", + "0x54400500601900618600a13412f21e00518600554400518600513000600a", + "0x54400500613500600654400513300553d00600654400513f005160006006", + "0xa13400610900554400510900513700610900554400500611a00610a005", + "0x54400518918a00a13a00618a00554400500613300618900554400510910a", + "0x13e00613700554400513700501d00610700554400510800513b006108005", + "0x54400510700513000600a00554400500a00513f006134005544005134005", + "0x54400525a00511900600654400500601900610700a13413721e005107005", + "0x510600513700610600554400500616800618d005544005006135006006", + "0x619000554400500613300610500554400510618d00a134006106005544", + "0x1800501d00610400554400519100513b00619100554400510519000a13a", + "0xa00554400500a00513f00601900554400501900513e006018005544005", + "0x554400500625a00610400a01901821e005104005544005104005130006", + "0x54400500616b006021005544005006006006020005544005006005006019", + "0x54400500600900600654400500621e00627d0055440050060e7006299005", + "0x54400500601900602c02b00a5c002421b00a54400a25a00600a018006006", + "0x521b00501d00600654400500602000653e00554400500900501a006006", + "0x5440050060190060360055c153d03700a54400a53e00502100621b005544", + "0x545f00630a00554400503400529900603400554400553d00549a006006", + "0x554400553c00521b0062a200554400503700527d00653c00554400530a", + "0x13500554400500602b0060065440050060190060065c2005006024006136", + "0xe00521b0062a200554400503600527d00600e00554400513500502c006", + "0x5440050060190061370055c349a00554400a13600553e006136005544005", + "0x516c00621b00554400521b00501d0061340055440052a200511c006006", + "0x49a29900a11800613a13300a54400513421b00a1c9006134005544005134", + "0x5440050060190061320055c413b00554400a13a0050e600649a005544005", + "0x55c545f00554400a13e0051cc00613e13100a54400513b0050e5006006", + "0x554400513300501d00600654400500603700600654400500601900613f", + "0xa1cd00613100554400513100516c00602400554400502400513e006133", + "0xe300614212f13025a54400513102413325a0e400645f00554400545f27d", + "0x512e0051d000600654400500601900612d0055c612e00554400a142005", + "0x54400500601900612b0055c712c00554400a1460051d100614614500a544", + "0x55c812a14a00a54400a14900502100614900554400514500501a006006", + "0x54400512a00503600600654400514a00553d006006544005006019006129", + "0x50200052a200600654400501900553c00600654400502100530a006006", + "0x49a00513600600654400545f0050e100600654400512c0050e2006006544", + "0x513700614e00554400500600e00614d005544005006135006006544005", + "0x554400500613300612800554400514e14d00a13400614e00554400514e", + "0x1d00612600554400515100513b00615100554400512812700a13a006127", + "0x54400500a005131006005005544005005005132006130005544005130005", + "0x13000621e00554400521e00513f00612f00554400512f00513e00600a005", + "0x654400500601900612621e12f00a005130018005126005544005126005", + "0x54400512500514200612500554400500612f00600654400512900553d006", + "0x601900612312400a5c915515400a54400a12512f13025a12e006125005", + "0x14600615900554400515800514500615800554400500612d006006544005", + "0x54400515400501d00600654400512200512c00612112200a544005159005", + "0x13100600500554400500500513200615500554400515500513e006154005", + "0x54400549a00513700621e00554400521e00513f00600a00554400500a005", + "0xe000612c00554400512c0051d500645f00554400545f0051d400649a005", + "0x612001a01801d15d15c01854400512c45f49a12121e00a005155154020", + "0xa12a00601800554400501801900a14a00601d00554400501d02100a149", + "0x60190061600055ca11f00554400a1200050df00601a00554400501a020", + "0xde00611d00554400511f0051d800611e005544005006135006006544005", + "0x51640050dd00616400554400516300501a00616311d00a54400511d005", + "0x611b00554400511b00513700611b00554400511c00515900611c005544", + "0x15d00513e00615c00554400515c00501d00616700554400511b11e00a134", + "0x16700554400516700515c00611d00554400511d00516c00615d005544005", + "0x554400a11900512000611911a16825a54400516711d15d15c21e1db006", + "0x611711800a54400516b00511f00600654400500601900616c0055cb16b", + "0x516f00516400611616f00a544005118005163006006544005117005160", + "0x16700617200554400511500511b00611500554400511600511c006006544", + "0x54400501d00513200616800554400516800501d006173005544005172005", + "0x13f00611a00554400511a00513e00601800554400501800513100601d005", + "0x11a01801d16801800517300554400517300513000601a00554400501a005", + "0x16800501d00611400554400516c00513b00600654400500601900617301a", + "0x1800554400501800513100601d00554400501d005132006168005544005", + "0x11400513000601a00554400501a00513f00611a00554400511a00513e006", + "0x13b00600654400500601900611401a11a01801d168018005114005544005", + "0x54400501d00513200615c00554400515c00501d006113005544005160005", + "0x13f00615d00554400515d00513e00601800554400501800513100601d005", + "0x15d01801d15c01800511300554400511300513000601a00554400501a005", + "0x501900553c00600654400502100530a00600654400500601900611301a", + "0x45f0050e100600654400512c0050e20060065440050200052a2006006544", + "0x616800617600554400500613500600654400549a005136006006544005", + "0x554400517717600a134006177005544005177005137006177005544005", + "0x513b00617a00554400511211100a13a006111005544005006133006112", + "0x554400500500513200612400554400512400501d00617b00554400517a", + "0x513f00612300554400512300513e00600a00554400500a005131006005", + "0x21e12300a00512401800517b00554400517b00513000621e00554400521e", + "0x54400502100530a00600654400512b00516000600654400500601900617b", + "0x51450051190060065440050200052a200600654400501900553c006006", + "0x500613500600654400549a00513600600654400545f0050e1006006544", + "0x13400610f00554400510f00513700610f0055440050061dc006110005544", + "0x517e10e00a13a00610e00554400500613300617e00554400510f11000a", + "0x613000554400513000501d00618100554400510d00513b00610d005544", + "0x512f00513e00600a00554400500a005131006005005544005005005132", + "0x518100554400518100513000621e00554400521e00513f00612f005544", + "0x654400502100530a00600654400500601900618121e12f00a005130018", + "0x54400549a0051360060065440050200052a200600654400501900553c006", + "0x13000501d00618200554400512d00513b00600654400545f0050e1006006", + "0xa00554400500a005131006005005544005005005132006130005544005", + "0x18200513000621e00554400521e00513f00612f00554400512f00513e006", + "0x3700600654400500601900618221e12f00a005130018005182005544005", + "0x30a00600654400549a00513600600654400513f005160006006544005006", + "0x60065440050200052a200600654400501900553c006006544005021005", + "0x10c00554400500613500600654400527d0050dc006006544005131005119", + "0x10b10c00a13400610b00554400510b00513700610b005544005006199006", + "0x10a00554400518518600a13a006186005544005006133006185005544005", + "0x500513200613300554400513300501d00610900554400510a00513b006", + "0x2400554400502400513e00600a00554400500a005131006005005544005", + "0x513301800510900554400510900513000621e00554400521e00513f006", + "0x49a00513600600654400500603700600654400500601900610921e02400a", + "0x52a200600654400501900553c00600654400502100530a006006544005", + "0x618900554400513200513b00600654400527d0050dc006006544005020", + "0x500a00513100600500554400500500513200613300554400513300501d", + "0x621e00554400521e00513f00602400554400502400513e00600a005544", + "0x54400500601900618921e02400a005133018005189005544005189005130", + "0x5440052a200553d006006544005137005160006006544005006037006006", + "0x50200052a200600654400501900553c00600654400502100530a006006", + "0x500613500600654400529900517700600654400527d0050dc006006544", + "0x13400610800554400510800513700610800554400500611a00618a005544", + "0x510718d00a13a00618d00554400500613300610700554400510818a00a", + "0x621b00554400521b00501d00610500554400510600513b006106005544", + "0x502400513e00600a00554400500a005131006005005544005005005132", + "0x510500554400510500513000621e00554400521e00513f006024005544", + "0x654400529900517700600654400500601900610521e02400a00521b018", + "0x54400501900553c00600654400502100530a006006544005009005119006", + "0x54400500613500600654400527d0050dc0060065440050200052a2006006", + "0xa134006191005544005191005137006191005544005006168006190005", + "0x54400510410300a13a006103005544005006133006104005544005191190", + "0x13200602b00554400502b00501d00619500554400519400513b006194005", + "0x54400502c00513e00600a00554400500a005131006005005544005005005", + "0x1800519500554400519500513000621e00554400521e00513f00602c005", + "0x1d0055440050060db00601a0055440050060e700619521e02c00a00502b", + "0x600654400500600900600654400500621e00649a00554400500616b006", + "0x600654400500601900621b27d00a5cc45f29900a54400a21e00500a018", + "0x554400529900501d00600654400500602000602400554400501800501a", + "0x600654400500601900653e0055cd02c02b00a54400a024005021006299", + "0x553d00545f00653d00554400503700529900603700554400502c00549a", + "0x630a00554400503600521b00603400554400502b00527d006036005544", + "0x2c00653c00554400500602b0060065440050060190060065ce005006024", + "0x5440052a200521b00603400554400553e00527d0062a200554400553c005", + "0x60065440050060190061360055cf02100554400a30a00553e00630a005", + "0x513500516c00629900554400529900501d00613500554400503400511c", + "0x54400502149a00a11800613700e00a54400513529900a1c9006135005544", + "0x60065440050060190061330055d013400554400a1370050e6006021005", + "0x61320055d101900554400a13b0051cc00613b13a00a5440051340050e5", + "0x554400513a00516c00600e00554400500e00501d006006544005006019", + "0x1900554400501901a00a1cd00613e13100a54400513a00e00a1af00613a", + "0x50f30060065440050060190061300055d213f00554400a13e0050f4006", + "0x601900612e0055d302000554400a1420051b200614212f00a54400513f", + "0x513e00613100554400513100501d006006544005006037006006544005", + "0x54400502001d00a1df00612f00554400512f00516c00645f00554400545f", + "0x54400a1460050e300614614512d25a54400512f45f13125a0e4006020005", + "0x14a14900a54400512c0051d000600654400500601900612b0055d412c005", + "0x501a0060065440050060190061290055d512a00554400a14a0051d1006", + "0x60190061270055d612814e00a54400a14d00502100614d005544005149", + "0x50e200600654400512800503600600654400514e00553d006006544005", + "0x1360060065440050190050e100600654400502000511900600654400512a", + "0x612600554400500600e006151005544005006135006006544005021005", + "0x500613300612500554400512615100a134006126005544005126005137", + "0x12400554400515500513b00615500554400512515400a13a006154005544", + "0xa00513200612d00554400512d00501d006006005544005006005176006", + "0x14500554400514500513e00625a00554400525a00513100600a005544005", + "0x12d00601900512400554400512400513000600900554400500900513f006", + "0x12f00600654400512700553d00600654400500601900612400914525a00a", + "0xa12314512d25a12e006123005544005123005142006123005544005006", + "0x554400500612d00600654400500601900612112200a5d715915800a544", + "0x513e00615800554400515800501d00615d00554400515c00514500615c", + "0x554400500600517600600a00554400500a005132006159005544005159", + "0x513700600900554400500900513f00625a00554400525a005131006006", + "0x554400502000516c0060190055440050190051d4006021005544005021", + "0x2115d00925a00600a1591580211e000612a00554400512a0051d5006020", + "0x554400a16400517b00616416311d11e16011f12001954400512a020019", + "0x613500600654400511c00511000600654400500601900611b0055d811c", + "0x654400516800516400611a16800a544005167005163006167005544005", + "0x16b00516700616b00554400511900511b00611900554400511a00511c006", + "0x12000554400512000501d00611e00554400511e00517600616c005544005", + "0x11f00513e00611d00554400511d005131006160005544005160005132006", + "0x16c00554400516c00513000616300554400516300513f00611f005544005", + "0x511b00513b00600654400500601900616c16311f11d16012011e019005", + "0x612000554400512000501d00611e00554400511e005176006118005544", + "0x511f00513e00611d00554400511d005131006160005544005160005132", + "0x511800554400511800513000616300554400516300513f00611f005544", + "0x54400512a0050e200600654400500601900611816311f11d16012011e019", + "0x50210051360060065440050190050e1006006544005020005119006006", + "0x16f00513700616f005544005006168006117005544005006135006006544", + "0x11500554400500613300611600554400516f11700a13400616f005544005", + "0x517600617300554400517200513b00617200554400511611500a13a006", + "0x554400500a00513200612200554400512200501d006006005544005006", + "0x513f00612100554400512100513e00625a00554400525a00513100600a", + "0x12125a00a122006019005173005544005173005130006009005544005009", + "0x5149005119006006544005129005160006006544005006019006173009", + "0x210051360060065440050190050e1006006544005020005119006006544", + "0x51370061130055440050060da006114005544005006135006006544005", + "0x554400500613300617600554400511311400a134006113005544005113", + "0x17600611100554400511200513b00611200554400517617700a13a006177", + "0x54400500a00513200612d00554400512d00501d006006005544005006005", + "0x13f00614500554400514500513e00625a00554400525a00513100600a005", + "0x25a00a12d006019005111005544005111005130006009005544005009005", + "0x20005119006006544005021005136006006544005006019006111009145", + "0x17600617a00554400512b00513b0060065440050190050e1006006544005", + "0x54400500a00513200612d00554400512d00501d006006005544005006005", + "0x13f00614500554400514500513e00625a00554400525a00513100600a005", + "0x25a00a12d00601900517a00554400517a005130006009005544005009005", + "0x512e00516000600654400500603700600654400500601900617a009145", + "0x12f0051190060065440050210051360060065440050190050e1006006544", + "0x61dc00617b00554400500613500600654400501d0050d9006006544005", + "0x554400511017b00a134006110005544005110005137006110005544005", + "0x513b00610e00554400510f17e00a13a00617e00554400500613300610f", + "0x554400513100501d00600600554400500600517600610d00554400510e", + "0x513e00625a00554400525a00513100600a00554400500a005132006131", + "0x554400510d00513000600900554400500900513f00645f00554400545f", + "0x500603700600654400500601900610d00945f25a00a13100601900510d", + "0x1d0050d90060065440050210051360060065440050190050e1006006544", + "0x600600554400500600517600618100554400513000513b006006544005", + "0x525a00513100600a00554400500a00513200613100554400513100501d", + "0x600900554400500900513f00645f00554400545f00513e00625a005544", + "0x500601900618100945f25a00a131006019005181005544005181005130", + "0x5021005136006006544005132005160006006544005006037006006544", + "0x1a0050dc00600654400513a00511900600654400501d0050d9006006544", + "0x513700610c005544005006199006182005544005006135006006544005", + "0x554400500613300610b00554400510c18200a13400610c00554400510c", + "0x17600610a00554400518600513b00618600554400510b18500a13a006185", + "0x54400500a00513200600e00554400500e00501d006006005544005006005", + "0x13f00645f00554400545f00513e00625a00554400525a00513100600a005", + "0x25a00a00e00601900510a00554400510a005130006009005544005009005", + "0x502100513600600654400500603700600654400500601900610a00945f", + "0x13300513b00600654400501a0050dc00600654400501d0050d9006006544", + "0xe00554400500e00501d006006005544005006005176006109005544005", + "0x45f00513e00625a00554400525a00513100600a00554400500a005132006", + "0x10900554400510900513000600900554400500900513f00645f005544005", + "0x54400500603700600654400500601900610900945f25a00a00e006019005", + "0x503400553d00600654400501a0050dc006006544005136005160006006", + "0x500613500600654400549a00517700600654400501d0050d9006006544", + "0x13400618a00554400518a00513700618a00554400500611a006189005544", + "0x510810700a13a00610700554400500613300610800554400518a18900a", + "0x600600554400500600517600610600554400518d00513b00618d005544", + "0x525a00513100600a00554400500a00513200629900554400529900501d", + "0x600900554400500900513f00645f00554400545f00513e00625a005544", + "0x500601900610600945f25a00a299006019005106005544005106005130", + "0x49a00517700600654400501800511900600654400501a0050dc006006544", + "0x616800610500554400500613500600654400501d0050d9006006544005", + "0x554400519010500a134006190005544005190005137006190005544005", + "0x513b00610300554400519110400a13a006104005544005006133006191", + "0x554400527d00501d006006005544005006005176006194005544005103", + "0x513e00625a00554400525a00513100600a00554400500a00513200627d", + "0x554400519400513000600900554400500900513f00621b00554400521b", + "0x616b00601a0055440050060e700619400921b25a00a27d006019005194", + "0x500a01800600654400500600900600654400500621e00601d005544005", + "0x1800501a00600654400500601900645f29900a5d949a02100a54400a21e", + "0x2100602100554400502100501d00600654400500602000627d005544005", + "0x2400549a00600654400500601900602b0055da02421b00a54400a27d005", + "0x3700554400553e00545f00653e00554400502c00529900602c005544005", + "0x500602400603600554400503700521b00653d00554400521b00527d006", + "0x503400502c00603400554400500602b0060065440050060190060065db", + "0x603600554400530a00521b00653d00554400502b00527d00630a005544", + "0x53d00511c00600654400500601900653c0055dc02000554400a03600553e", + "0x2a20055440052a200516c00602100554400502100501d0062a2005544005", + "0x602000554400502001d00a11800613513600a5440052a202100a1c9006", + "0xe0050e50060065440050060190061370055dd00e00554400a1350050e6", + "0x500601900613a0055de01900554400a1330051cc00613313400a544005", + "0x49a00513e00613600554400513600501d006006544005006037006006544", + "0x554400501901a00a1cd00613400554400513400516c00649a005544005", + "0x554400a1310050e300613113213b25a54400513449a13625a0e4006019", + "0x612f13000a54400513e0051d000600654400500601900613f0055df13e", + "0x13000501a00600654400500601900612e0055e014200554400a12f0051d1", + "0x500601900612c0055e114614500a54400a12d00502100612d005544005", + "0x1420050e200600654400514600503600600654400514500553d006006544", + "0x61350060065440050200051360060065440050190050e1006006544005", + "0x614900554400514900513700614900554400500600e00612b005544005", + "0x14a12a00a13a00612a00554400500613300614a00554400514912b00a134", + "0x600554400500600517600614d00554400512900513b006129005544005", + "0x25a00513100600a00554400500a00513200613b00554400513b00501d006", + "0x900554400500900513f00613200554400513200513e00625a005544005", + "0x601900614d00913225a00a13b00601900514d00554400514d005130006", + "0x514200614e00554400500612f00600654400512c00553d006006544005", + "0x12615100a5e212712800a54400a14e13213b25a12e00614e00554400514e", + "0x554400512500514500612500554400500612d006006544005006019006", + "0x513200612700554400512700513e00612800554400512800501d006154", + "0x554400525a00513100600600554400500600517600600a00554400500a", + "0x51d400602000554400502000513700600900554400500900513f00625a", + "0x600a12712801d1e30061420055440051420051d5006019005544005019", + "0x12100517b00612112215915812312415501954400514201902015400925a", + "0x654400515c00511000600654400500601900615d0055e315c00554400a", + "0x11f00516400616011f00a544005120005163006120005544005006135006", + "0x611d00554400511e00511b00611e00554400516000511c006006544005", + "0x515500501d00615800554400515800517600616300554400511d005167", + "0x6159005544005159005131006123005544005123005132006155005544", + "0x516300513000612200554400512200513f00612400554400512400513e", + "0x13b006006544005006019006163122124159123155158019005163005544", + "0x54400515500501d00615800554400515800517600616400554400515d005", + "0x13e006159005544005159005131006123005544005123005132006155005", + "0x54400516400513000612200554400512200513f006124005544005124005", + "0x50e2006006544005006019006164122124159123155158019005164005", + "0x1350060065440050200051360060065440050190050e1006006544005142", + "0x11b00554400511b00513700611b00554400500616800611c005544005006", + "0x16800a13a00616800554400500613300616700554400511b11c00a134006", + "0x554400500600517600611900554400511a00513b00611a005544005167", + "0x513100600a00554400500a00513200615100554400515100501d006006", + "0x554400500900513f00612600554400512600513e00625a00554400525a", + "0x1900611900912625a00a151006019005119005544005119005130006009", + "0xe100600654400513000511900600654400512e005160006006544005006", + "0x616b005544005006135006006544005020005136006006544005019005", + "0x516c16b00a13400616c00554400516c00513700616c0055440050061dc", + "0x616f00554400511811700a13a006117005544005006133006118005544", + "0x513b00501d00600600554400500600517600611600554400516f00513b", + "0x625a00554400525a00513100600a00554400500a00513200613b005544", + "0x511600513000600900554400500900513f00613200554400513200513e", + "0x13600600654400500601900611600913225a00a13b006019005116005544", + "0x11500554400513f00513b0060065440050190050e1006006544005020005", + "0xa00513200613b00554400513b00501d006006005544005006005176006", + "0x13200554400513200513e00625a00554400525a00513100600a005544005", + "0x13b00601900511500554400511500513000600900554400500900513f006", + "0x516000600654400500603700600654400500601900611500913225a00a", + "0xdc00600654400513400511900600654400502000513600600654400513a", + "0x617300554400500619900617200554400500613500600654400501a005", + "0x500613300611400554400517317200a134006173005544005173005137", + "0x17700554400517600513b00617600554400511411300a13a006113005544", + "0xa00513200613600554400513600501d006006005544005006005176006", + "0x49a00554400549a00513e00625a00554400525a00513100600a005544005", + "0x13600601900517700554400517700513000600900554400500900513f006", + "0x513600600654400500603700600654400500601900617700949a25a00a", + "0x611200554400513700513b00600654400501a0050dc006006544005020", + "0x500a00513200613600554400513600501d006006005544005006005176", + "0x649a00554400549a00513e00625a00554400525a00513100600a005544", + "0xa13600601900511200554400511200513000600900554400500900513f", + "0x53c00516000600654400500603700600654400500601900611200949a25a", + "0x517700600654400501a0050dc00600654400553d00553d006006544005", + "0x13700617a00554400500611a00611100554400500613500600654400501d", + "0x54400500613300617b00554400517a11100a13400617a00554400517a005", + "0x617e00554400510f00513b00610f00554400517b11000a13a006110005", + "0x500a00513200602100554400502100501d006006005544005006005176", + "0x649a00554400549a00513e00625a00554400525a00513100600a005544", + "0xa02100601900517e00554400517e00513000600900554400500900513f", + "0x517700600654400501800511900600654400500601900617e00949a25a", + "0x16800610e00554400500613500600654400501a0050dc00600654400501d", + "0x54400510d10e00a13400610d00554400510d00513700610d005544005006", + "0x13b00610c00554400518118200a13a006182005544005006133006181005", + "0x54400529900501d00600600554400500600517600610b00554400510c005", + "0x13e00625a00554400525a00513100600a00554400500a005132006299005", + "0x54400510b00513000600900554400500900513f00645f00554400545f005", + "0xa01800600654400500600900610b00945f25a00a29900601900510b005", + "0x501a00600654400500601900601901800a5e400921e00a54400a005006", + "0xa54400a01a00502100621e00554400521e00501d00601a00554400525a", + "0x3600600654400502000553d0060065440050060190060210055e501d020", + "0x629900554400500600e00649a00554400500613500600654400501d005", + "0x500613300645f00554400529949a00a134006299005544005299005137", + "0x2400554400521b00513b00621b00554400545f27d00a13a00627d005544", + "0xa00513f00600900554400500900513e00621e00554400521e00501d006", + "0x1900602400a00921e21e00502400554400502400513000600a005544005", + "0x14200602b00554400500612f00600654400502100553d006006544005006", + "0x3700a5e653e02c00a54400a02b00921e25a12e00602b00554400502b005", + "0x5440050360050d80060360055440050061e400600654400500601900653d", + "0xd600600654400530a0051e700653c30a00a5440050340050d7006034005", + "0x5440051360051070061360055440052a20051080062a200554400553c005", + "0x50d500600e00554400500e00510600600e00554400500618d006135005", + "0x13500e00a53e21e10500602c00554400502c00501d006135005544005135", + "0x513700600654400500601900613213b13a25a5e713313413725a54400a", + "0x554400513400513f00613700554400513700513e006133005544005133", + "0x654400500601900613f0055e813e13100a54400a13302c00a1a0006134", + "0x12f13000a13400612f00554400513e0051ae006130005544005006135006", + "0x654400512e00516400612d12e00a544005142005163006142005544005", + "0x14600516700614600554400514500511b00614500554400512d00511c006", + "0x13700554400513700513e00613100554400513100501d00612c005544005", + "0x13713121e00512c00554400512c00513000613400554400513400513f006", + "0x5440050061ea00612b00554400500613500600654400500601900612c134", + "0x614a00554400514912b00a134006149005544005149005137006149005", + "0x513400513f00612900554400513700513e00612a00554400513f00501d", + "0x60190060065e900500602400614e00554400514a00515c00614d005544", + "0x612900554400513a00513e00612a00554400502c00501d006006544005", + "0x54400500613300614e00554400513200515c00614d00554400513b00513f", + "0x615100554400512700513b00612700554400514e12800a13a006128005", + "0x514d00513f00612900554400512900513e00612a00554400512a00501d", + "0x601900615114d12912a21e00515100554400515100513000614d005544", + "0x5137006125005544005006168006126005544005006135006006544005", + "0x554400500613300615400554400512512600a134006125005544005125", + "0x1d00612300554400512400513b00612400554400515415500a13a006155", + "0x54400500a00513f00653d00554400553d00513e006037005544005037005", + "0x500601900612300a53d03721e00512300554400512300513000600a005", + "0x500616800615800554400500613500600654400525a005119006006544", + "0x12200554400515915800a134006159005544005159005137006159005544", + "0x15c00513b00615c00554400512212100a13a006121005544005006133006", + "0x1900554400501900513e00601800554400501800501d00615d005544005", + "0x1901821e00515d00554400515d00513000600a00554400500a00513f006", + "0xa5ea01800900a54400a00a00500a01800600654400500600900615d00a", + "0x500602000602000554400521e00501a00600654400500601900601a019", + "0x5eb02101d00a54400a02000502100600900554400500900501d006006544", + "0x29900529900629900554400502100549a00600654400500601900649a005", + "0x21b00554400501d00527d00627d00554400545f00545f00645f005544005", + "0x65440050060190060065ec00500602400602400554400527d00521b006", + "0x549a00527d00602c00554400502b00502c00602b00554400500602b006", + "0x5ed53e00554400a02400553e00602400554400502c00521b00621b005544", + "0x340055ee03653d00a54400a21b005021006006544005006019006037005", + "0x600654400553d00553d006006544005006037006006544005006019006", + "0x30a00554400500613500600654400553e005136006006544005036005036", + "0x53c30a00a13400653c00554400553c00513700653c00554400500600e006", + "0x1350055440052a213600a13a0061360055440050061330062a2005544005", + "0x900501d00600600554400500600517600600e00554400513500513b006", + "0x25a00554400525a00513f00601800554400501800513e006009005544005", + "0x54400500601900600e25a01800900600900500e00554400500e005130006", + "0x554400500612f00600654400503400553d006006544005006037006006", + "0x13313400a54400a13701800925a12e006137005544005137005142006137", + "0x50d40061320055440050061eb00600654400500601900613b13a00a5ef", + "0x54400513e0051ee00613f13e00a5440051310050d3006131005544005132", + "0x513700612f00554400513000529900613000554400513f0051ef006006", + "0x12e00513700612e14200a54400553e12f00625a10b00612f00554400512f", + "0x5440051450050d200614512d00a54400512e13400a18600612e005544005", + "0x18d00600654400512c0051f200612b12c00a5440051460050d1006146005", + "0x554400514a00510800614a00554400512b0051f3006149005544005006", + "0x513f00613300554400513300513e00612d00554400512d00501d00612a", + "0x554400512a0050d000614900554400514900510600625a00554400525a", + "0x500602000612814e14d12921e54400512a14925a13312d0090cf00612a", + "0x55f012700554400a1280051f6006142005544005142005176006006544", + "0xa1260050cd0061260055440051270050ce006006544005006019006151", + "0x1350060065440050060370060065440050060190061540055f1125005544", + "0x5440051240051fa00612312400a5440051250051f9006155005544005006", + "0xa0cb00615500554400515500515c0061230055440051230050cc006006", + "0x515900516400612215900a544005158005163006158005544005155123", + "0x16700615c00554400512100511b00612100554400512200511c006006544", + "0x54400512900501d00614200554400514200517600615d00554400515c005", + "0x13000614e00554400514e00513f00614d00554400514d00513e006129005", + "0x600654400500601900615d14e14d12914200900515d00554400515d005", + "0x60065440050060190060065f200500602400612000554400515400515c", + "0x516000515c00600654400511f0051fe00616011f00a5440051510051fd", + "0x11e00a13a00611e005544005006133006006544005006037006120005544", + "0x554400514200517600616300554400511d00513b00611d005544005120", + "0x513f00614d00554400514d00513e00612900554400512900501d006142", + "0x16314e14d12914200900516300554400516300513000614e00554400514e", + "0x16400554400500613500600654400553e005136006006544005006019006", + "0x11c16400a13400611c00554400511c00513700611c005544005006168006", + "0x16800554400511b16700a13a00616700554400500613300611b005544005", + "0x13a00501d00600600554400500600517600611a00554400516800513b006", + "0x25a00554400525a00513f00613b00554400513b00513e00613a005544005", + "0x54400500601900611a25a13b13a00600900511a00554400511a005130006", + "0x54400521b00553d006006544005037005160006006544005006037006006", + "0x516b00513700616b00554400500611a006119005544005006135006006", + "0x611800554400500613300616c00554400516b11900a13400616b005544", + "0x600517600616f00554400511700513b00611700554400516c11800a13a", + "0x1800554400501800513e00600900554400500900501d006006005544005", + "0x900600900516f00554400516f00513000625a00554400525a00513f006", + "0x500613500600654400521e00511900600654400500601900616f25a018", + "0x134006115005544005115005137006115005544005006168006116005544", + "0x517217300a13a00617300554400500613300617200554400511511600a", + "0x600600554400500600517600611300554400511400513b006114005544", + "0x525a00513f00601a00554400501a00513e00601900554400501900501d", + "0x900611325a01a01900600900511300554400511300513000625a005544", + "0x1900601a01900a5f301800900a54400a00a00500a018006006544005006", + "0x1d00600654400500602000602000554400521e00501a006006544005006", + "0x1900649a0055f402101d00a54400a020005021006009005544005009005", + "0x45f00554400529900529900629900554400502100549a006006544005006", + "0x27d00521b00621b00554400501d00527d00627d00554400545f00545f006", + "0x500602b0060065440050060190060065f5005006024006024005544005", + "0x621b00554400549a00527d00602c00554400502b00502c00602b005544", + "0x190060370055f653e00554400a02400553e00602400554400502c00521b", + "0x60190060340055f703653d00a54400a53e00900a1a0006006544005006", + "0x53c30a00a54400a21b00502100653d00554400553d00501d006006544005", + "0x530a00553d0060065440050060370060065440050060190062a20055f8", + "0x50061350060065440050360050fc00600654400553c005036006006544", + "0x13400613500554400513500513700613500554400500600e006136005544", + "0x500e13700a13a00613700554400500613300600e00554400513513600a", + "0x600600554400500600517600613300554400513400513b006134005544", + "0x525a00513f00601800554400501800513e00653d00554400553d00501d", + "0x1900613325a01853d00600900513300554400513300513000625a005544", + "0x612f0060065440052a200553d006006544005006037006006544005006", + "0x54400a13a01853d25a12e00613a00554400513a00514200613a005544005", + "0x13f00554400500612d00600654400500601900613e13100a5f913213b00a", + "0x13200513e00613b00554400513b00501d00613000554400513f005145006", + "0x25a00554400525a00513f006006005544005006005176006132005544005", + "0x954400503613025a00613213b0180ca0060360055440050360050fb006", + "0x500601900612c0055fa14600554400a14500517b00614512d12e14212f", + "0x12b00516300612b005544005006135006006544005146005110006006544", + "0x12a00554400514a00511c00600654400514900516400614a14900a544005", + "0x12e00517600614d00554400512900516700612900554400512a00511b006", + "0x14200554400514200513e00612f00554400512f00501d00612e005544005", + "0x12f12e00900514d00554400514d00513000612d00554400512d00513f006", + "0x517600614e00554400512c00513b00600654400500601900614d12d142", + "0x554400514200513e00612f00554400512f00501d00612e00554400512e", + "0x12e00900514e00554400514e00513000612d00554400512d00513f006142", + "0x61350060065440050360050fc00600654400500601900614e12d14212f", + "0x6127005544005127005137006127005544005006168006128005544005", + "0x15112600a13a00612600554400500613300615100554400512712800a134", + "0x600554400500600517600615400554400512500513b006125005544005", + "0x25a00513f00613e00554400513e00513e00613100554400513100501d006", + "0x615425a13e13100600900515400554400515400513000625a005544005", + "0x15500554400503400501d00600654400521b00553d006006544005006019", + "0x60065440050370051600060065440050060190060065fb005006024006", + "0x654400500603700615500554400500900501d00600654400521b00553d", + "0x54400512300513700612300554400500611a006124005544005006135006", + "0x13a00615900554400500613300615800554400512312400a134006123005", + "0x500600517600612100554400512200513b00612200554400515815900a", + "0x601800554400501800513e00615500554400515500501d006006005544", + "0x1815500600900512100554400512100513000625a00554400525a00513f", + "0x54400500613500600654400521e00511900600654400500601900612125a", + "0xa13400615d00554400515d00513700615d00554400500616800615c005", + "0x54400512011f00a13a00611f00554400500613300612000554400515d15c", + "0x1d00600600554400500600517600611e00554400516000513b006160005", + "0x54400525a00513f00601a00554400501a00513e006019005544005019005", + "0x600900611e25a01a01900600900511e00554400511e00513000625a005", + "0x601900602001a00a5fc01901800a54400a25a00500a018006006544005", + "0x501d00600654400500602000601d00554400500900501a006006544005", + "0x60190062990055fd49a02100a54400a01d005021006018005544005018", + "0x627d00554400502100527d00645f00554400549a0051b7006006544005", + "0x60065440050060190060065fe00500602400621b00554400545f0050f0", + "0x54400529900527d00602b0055440050240050ef00602400554400500602b", + "0x55ff02c00554400a21b0051ba00621b00554400502b0050f000627d005", + "0x554400502c00549a00600654400500603700600654400500601900653e", + "0x3700529900603600554400527d00511c00653d0055440050060c9006037", + "0x1900554400501900513e00601800554400501800501d006034005544005", + "0x3400513700653d00554400553d00520100603600554400503600516c006", + "0xc80062a253c30a25a54400503453d036019018009202006034005544005", + "0x51360050c700600654400500601900613500560013600554400a2a2005", + "0x54400500601900613300560113400554400a13700520500613700e00a544", + "0x520800600654400513a0050c500613b13a00a5440051340050c6006006", + "0x554400500e00501a00613100554400513200520900613200554400513b", + "0x527d00613000554400553c00513e00613f00554400530a00501d00613e", + "0x60066020050060240061420055440051310050c400612f00554400513e", + "0x554400500e00501a00612e0055440051330050c3006006544005006019", + "0x527d00613000554400553c00513e00613f00554400530a00501d00612d", + "0x600660200500602400614200554400512e0050c400612f00554400512d", + "0x554400500600517600614500554400513500513b006006544005006019", + "0x513e00600a00554400500a00513100630a00554400530a00501d006006", + "0x554400514500513000621e00554400521e00513f00653c00554400553c", + "0x54400500603700600654400500601900614521e53c00a30a006018005145", + "0x51460050c300614600554400500602b00600654400553e005160006006", + "0x613000554400501900513e00613f00554400501800501d00612c005544", + "0xa14200520c00614200554400512c0050c400612f00554400527d00527d", + "0x14a00554400512f00511c00600654400500601900614900560312b005544", + "0x13f00a20d00614a00554400514a00516c00613f00554400513f00501d006", + "0x601900614e00560414d00554400a1290050c200612912a00a54400514a", + "0x15100554400a12700521000612712800a54400514d0050c1006006544005", + "0x602000612500554400512800501a006006544005006019006126005605", + "0x54400500601900612400560615515400a54400a125005021006006544005", + "0x545f00615800554400512300529900612300554400515500549a006006", + "0x554400515900521b00612200554400515400527d006159005544005158", + "0x15c00554400500602b006006544005006019006006607005006024006121", + "0x15d00521b00612200554400512400527d00615d00554400515c00502c006", + "0x54400500601900611f00560812000554400a12100553e006121005544005", + "0x600654400500601900611d00560911e16000a54400a122005021006006", + "0x600654400511e00503600600654400516000553d006006544005006037", + "0x654400512b0050c0006006544005151005211006006544005120005136", + "0x54400516400513700616400554400500600e006163005544005006135006", + "0x13a00611b00554400500613300611c00554400516416300a134006164005", + "0x500600517600616800554400516700513b00616700554400511c11b00a", + "0x600a00554400500a00513100612a00554400512a00501d006006005544", + "0x516800513000621e00554400521e00513f00613000554400513000513e", + "0x553d00600654400500601900616821e13000a12a006018005168005544", + "0x611a00554400511a00514200611a00554400500612f00600654400511d", + "0x654400500601900611816c00a60a16b11900a54400a11a13012a25a12e", + "0x554400511700514500611700554400500612d006006544005006037006", + "0x517600616b00554400516b00513e00611900554400511900501d00616f", + "0x554400521e00513f00600a00554400500a005131006006005544005006", + "0x513700615100554400515100521400612b00554400512b0050bf00621e", + "0x1854400512015112b16f21e00a00616b1190200be006120005544005120", + "0x601900617700560b17600554400a11300517b006113114173172115116", + "0x5163006112005544005006135006006544005176005110006006544005", + "0x554400517a00511c00600654400511100516400617a11100a544005112", + "0x517600610f00554400511000516700611000554400517b00511b00617b", + "0x554400517300513100611600554400511600501d006172005544005172", + "0x513000611400554400511400513f00611500554400511500513e006173", + "0x600654400500601900610f11411517311617201800510f00554400510f", + "0x511600501d00617200554400517200517600617e00554400517700513b", + "0x611500554400511500513e006173005544005173005131006116005544", + "0x17311617201800517e00554400517e00513000611400554400511400513f", + "0x512000513600600654400500603700600654400500601900617e114115", + "0x500613500600654400512b0050c0006006544005151005211006006544", + "0x13400610d00554400510d00513700610d00554400500616800610e005544", + "0x518118200a13a00618200554400500613300618100554400510d10e00a", + "0x600600554400500600517600610b00554400510c00513b00610c005544", + "0x511800513e00600a00554400500a00513100616c00554400516c00501d", + "0x510b00554400510b00513000621e00554400521e00513f006118005544", + "0x600654400500603700600654400500601900610b21e11800a16c006018", + "0x654400515100521100600654400512200553d00600654400511f005160", + "0x55440050061dc00618500554400500613500600654400512b0050c0006", + "0x13300610a00554400518618500a134006186005544005186005137006186", + "0x54400518900513b00618900554400510a10900a13a006109005544005006", + "0x13100612a00554400512a00501d00600600554400500600517600618a005", + "0x54400521e00513f00613000554400513000513e00600a00554400500a005", + "0x1900618a21e13000a12a00601800518a00554400518a00513000621e005", + "0x11900600654400512b0050c0006006544005126005160006006544005006", + "0x6107005544005006199006108005544005006135006006544005128005", + "0x500613300618d00554400510710800a134006107005544005107005137", + "0x19000554400510500513b00610500554400518d10600a13a006106005544", + "0xa00513100612a00554400512a00501d006006005544005006005176006", + "0x21e00554400521e00513f00613000554400513000513e00600a005544005", + "0x500601900619021e13000a12a006018005190005544005190005130006", + "0x517600619100554400514e00513b00600654400512b0050c0006006544", + "0x554400500a00513100612a00554400512a00501d006006005544005006", + "0x513000621e00554400521e00513f00613000554400513000513e00600a", + "0x600654400500601900619121e13000a12a006018005191005544005191", + "0x10400554400500613500600654400512f00553d006006544005149005160", + "0x10310400a13400610300554400510300513700610300554400500611a006", + "0x10200554400519419500a13a006195005544005006133006194005544005", + "0x13f00501d00600600554400500600517600610100554400510200513b006", + "0x13000554400513000513e00600a00554400500a00513100613f005544005", + "0x13f00601800510100554400510100513000621e00554400521e00513f006", + "0x613500600654400500900511900600654400500601900610121e13000a", + "0x6199005544005199005137006199005544005006168006198005544005", + "0x1000ff00a13a0060ff00554400500613300610000554400519919800a134", + "0x60055440050060051760060fe00554400519c00513b00619c005544005", + "0x2000513e00600a00554400500a00513100601a00554400501a00501d006", + "0xfe0055440050fe00513000621e00554400521e00513f006020005544005", + "0xa00500600a0180060065440050060090060fe21e02000a01a006018005", + "0x54400525a00501a00600654400500601900601901800a60c00921e00a544", + "0x1a00502100621e00554400521e00501d00600654400500602000601a005", + "0x54400501d00549a00600654400500601900602100560d01d02000a54400a", + "0x27d00645f00554400529900545f00629900554400549a00529900649a005", + "0x660e00500602400621b00554400545f00521b00627d005544005020005", + "0x554400502400502c00602400554400500602b006006544005006019006", + "0x553e00621b00554400502b00521b00627d00554400502100527d00602b", + "0x54400a27d00502100600654400500601900653e00560f02c00554400a21b", + "0x53d00600654400500603700600654400500601900603600561053d03700a", + "0x600654400502c00513600600654400553d005036006006544005037005", + "0x554400530a00513700630a00554400500600e006034005544005006135", + "0xa13a0062a200554400500613300653c00554400530a03400a13400630a", + "0x54400521e00501d00613500554400513600513b00613600554400553c2a2", + "0x13000600a00554400500a00513f00600900554400500900513e00621e005", + "0x3700600654400500601900613500a00921e21e005135005544005135005", + "0x14200600e00554400500612f00600654400503600553d006006544005006", + "0x13300a61113413700a54400a00e00921e25a12e00600e00554400500e005", + "0x54400513700501d00613b00554400500612d00600654400500601900613a", + "0x13700600a00554400500a00513f00613400554400513400513e006137005", + "0x13e13113221e54400502c13b00a1341370090bd00602c00554400502c005", + "0x21800600654400500601900612f00561213000554400a13f00521700613f", + "0x12e00a544005142005163006142005544005006135006006544005130005", + "0x14500511b00614500554400512d00511c00600654400512e00516400612d", + "0x13200554400513200501d00612c005544005146005167006146005544005", + "0x12c00513000613e00554400513e00513f00613100554400513100513e006", + "0x12f00513b00600654400500601900612c13e13113221e00512c005544005", + "0x13100554400513100513e00613200554400513200501d00612b005544005", + "0x13113221e00512b00554400512b00513000613e00554400513e00513f006", + "0x54400500613500600654400502c00513600600654400500601900612b13e", + "0xa13400614a00554400514a00513700614a005544005006168006149005", + "0x54400512a12900a13a00612900554400500613300612a00554400514a149", + "0x13e00613300554400513300501d00614e00554400514d00513b00614d005", + "0x54400514e00513000600a00554400500a00513f00613a00554400513a005", + "0x654400500603700600654400500601900614e00a13a13321e00514e005", + "0x554400500613500600654400527d00553d00600654400553e005160006", + "0x12800a13400612700554400512700513700612700554400500611a006128", + "0x554400515112600a13a006126005544005006133006151005544005127", + "0x513e00621e00554400521e00501d00615400554400512500513b006125", + "0x554400515400513000600a00554400500a00513f006009005544005009", + "0x654400525a00511900600654400500601900615400a00921e21e005154", + "0x544005124005137006124005544005006168006155005544005006135006", + "0x13a00615800554400500613300612300554400512415500a134006124005", + "0x501800501d00612200554400515900513b00615900554400512315800a", + "0x600a00554400500a00513f00601900554400501900513e006018005544", + "0x600654400500600900612200a01901821e005122005544005122005130", + "0x600654400500601900601901800a61300921e00a54400a00500600a018", + "0x554400521e00501d00600654400500602000601a00554400525a00501a", + "0x600654400500601900602100561401d02000a54400a01a00502100621e", + "0x529900545f00629900554400549a00529900649a00554400501d00549a", + "0x621b00554400545f00521b00627d00554400502000527d00645f005544", + "0x2c00602400554400500602b006006544005006019006006615005006024", + "0x54400502b00521b00627d00554400502100527d00602b005544005024005", + "0x600654400500601900653e00561602c00554400a21b00553e00621b005", + "0x603700600654400500601900603600561753d03700a54400a27d005021", + "0x513600600654400553d00503600600654400503700553d006006544005", + "0x13700630a00554400500600e00603400554400500613500600654400502c", + "0x54400500613300653c00554400530a03400a13400630a00554400530a005", + "0x613500554400513600513b00613600554400553c2a200a13a0062a2005", + "0x500a00513f00600900554400500900513e00621e00554400521e00501d", + "0x601900613500a00921e21e00513500554400513500513000600a005544", + "0x500612f00600654400503600553d006006544005006037006006544005", + "0xa54400a00e00921e25a12e00600e00554400500e00514200600e005544", + "0x613b00554400500612d00600654400500601900613a13300a618134137", + "0x500a00513f00613400554400513400513e00613700554400513700501d", + "0x502c13b00a1341370090bc00602c00554400502c00513700600a005544", + "0x601900612f00561913000554400a13f00521700613f13e13113221e544", + "0x5163006142005544005006135006006544005130005218006006544005", + "0x554400512d00511c00600654400512e00516400612d12e00a544005142", + "0x501d00612c00554400514600516700614600554400514500511b006145", + "0x554400513e00513f00613100554400513100513e006132005544005132", + "0x54400500601900612c13e13113221e00512c00554400512c00513000613e", + "0x513e00613200554400513200501d00612b00554400512f00513b006006", + "0x554400512b00513000613e00554400513e00513f006131005544005131", + "0x654400502c00513600600654400500601900612b13e13113221e00512b", + "0x54400514a00513700614a005544005006168006149005544005006135006", + "0x13a00612900554400500613300612a00554400514a14900a13400614a005", + "0x513300501d00614e00554400514d00513b00614d00554400512a12900a", + "0x600a00554400500a00513f00613a00554400513a00513e006133005544", + "0x600654400500601900614e00a13a13321e00514e00554400514e005130", + "0x600654400527d00553d00600654400553e005160006006544005006037", + "0x554400512700513700612700554400500611a006128005544005006135", + "0xa13a00612600554400500613300615100554400512712800a134006127", + "0x54400521e00501d00615400554400512500513b006125005544005151126", + "0x13000600a00554400500a00513f00600900554400500900513e00621e005", + "0x11900600654400500601900615400a00921e21e005154005544005154005", + "0x612400554400500616800615500554400500613500600654400525a005", + "0x500613300612300554400512415500a134006124005544005124005137", + "0x12200554400515900513b00615900554400512315800a13a006158005544", + "0xa00513f00601900554400501900513e00601800554400501800501d006", + "0x900612200a01901821e00512200554400512200513000600a005544005", + "0x1900601901800a61a00921e00a54400a00500600a018006006544005006", + "0x21e00554400521e00501d00601a00554400525a00501a006006544005006", + "0x53d00600654400500601900602100561b01d02000a54400a01a005021006", + "0x649a00554400500613500600654400501d005036006006544005020005", + "0x529949a00a13400629900554400529900513700629900554400500600e", + "0x621b00554400545f27d00a13a00627d00554400500613300645f005544", + "0x500900513e00621e00554400521e00501d00602400554400521b00513b", + "0x502400554400502400513000600a00554400500a00513f006009005544", + "0x12f00600654400502100553d00600654400500601900602400a00921e21e", + "0xa02b00921e25a12e00602b00554400502b00514200602b005544005006", + "0x55440050060bb00600654400500601900653d03700a61c53e02c00a544", + "0xba00653c30a00a54400503400521a006034005544005036005219006036", + "0x55440052a20051080062a200554400553c0050b900600654400530a005", + "0xe00510600600e00554400500618d006135005544005136005107006136", + "0x2c00554400502c00501d0061350055440051350050d500600e005544005", + "0x1900613213b13a25a61d13313413725a54400a13500e00a53e21e105006", + "0x6133005544005133005137006131005544005006135006006544005006", + "0x516400613013f00a54400513e00516300613e00554400513313100a134", + "0x14200554400512f00511b00612f00554400513000511c00600654400513f", + "0x13700513e00602c00554400502c00501d00612e005544005142005167006", + "0x12e00554400512e00513000613400554400513400513f006137005544005", + "0x612d00554400500613300600654400500601900612e13413702c21e005", + "0x2c00501d00614600554400514500513b00614500554400513212d00a13a", + "0x13b00554400513b00513f00613a00554400513a00513e00602c005544005", + "0x654400500601900614613b13a02c21e005146005544005146005130006", + "0x54400512b00513700612b00554400500616800612c005544005006135006", + "0x13a00614a00554400500613300614900554400512b12c00a13400612b005", + "0x503700501d00612900554400512a00513b00612a00554400514914a00a", + "0x600a00554400500a00513f00653d00554400553d00513e006037005544", + "0x600654400500601900612900a53d03721e005129005544005129005130", + "0x14e00554400500616800614d00554400500613500600654400525a005119", + "0x613300612800554400514e14d00a13400614e00554400514e005137006", + "0x554400515100513b00615100554400512812700a13a006127005544005", + "0x513f00601900554400501900513e00601800554400501800501d006126", + "0x612600a01901821e00512600554400512600513000600a00554400500a", + "0x601901800a61e00921e00a54400a00500600a018006006544005006009", + "0x554400521e00501d00601a00554400525a00501a006006544005006019", + "0x600654400500601900602100561f01d02000a54400a01a00502100621e", + "0x49a00554400500613500600654400501d00503600600654400502000553d", + "0x29949a00a13400629900554400529900513700629900554400500600e006", + "0x21b00554400545f27d00a13a00627d00554400500613300645f005544005", + "0x900513e00621e00554400521e00501d00602400554400521b00513b006", + "0x2400554400502400513000600a00554400500a00513f006009005544005", + "0x600654400502100553d00600654400500601900602400a00921e21e005", + "0x2b00921e25a12e00602b00554400502b00514200602b00554400500612f", + "0x54400500621c00600654400500601900653d03700a62053e02c00a54400a", + "0x653c30a00a54400503400521a006034005544005036005219006036005", + "0x5440052a20051080062a200554400553c0050b900600654400530a0050ba", + "0x510600600e00554400500618d006135005544005136005107006136005", + "0x554400502c00501d0061350055440051350050d500600e00554400500e", + "0x613213b13a25a62113313413725a54400a13500e00a53e21e10500602c", + "0x133005544005133005137006131005544005006135006006544005006019", + "0x16400613013f00a54400513e00516300613e00554400513313100a134006", + "0x554400512f00511b00612f00554400513000511c00600654400513f005", + "0x513e00602c00554400502c00501d00612e005544005142005167006142", + "0x554400512e00513000613400554400513400513f006137005544005137", + "0x12d00554400500613300600654400500601900612e13413702c21e00512e", + "0x501d00614600554400514500513b00614500554400513212d00a13a006", + "0x554400513b00513f00613a00554400513a00513e00602c00554400502c", + "0x54400500601900614613b13a02c21e00514600554400514600513000613b", + "0x512b00513700612b00554400500616800612c005544005006135006006", + "0x614a00554400500613300614900554400512b12c00a13400612b005544", + "0x3700501d00612900554400512a00513b00612a00554400514914a00a13a", + "0xa00554400500a00513f00653d00554400553d00513e006037005544005", + "0x654400500601900612900a53d03721e005129005544005129005130006", + "0x554400500616800614d00554400500613500600654400525a005119006", + "0x13300612800554400514e14d00a13400614e00554400514e00513700614e", + "0x54400515100513b00615100554400512812700a13a006127005544005006", + "0x13f00601900554400501900513e00601800554400501800501d006126005", + "0x12600a01901821e00512600554400512600513000600a00554400500a005", + "0x1901800a62200921e00a54400a00500600a018006006544005006009006", + "0x654400500602000601a00554400525a00501a006006544005006019006", + "0x2100562301d02000a54400a01a00502100621e00554400521e00501d006", + "0x54400549a00529900649a00554400501d00549a006006544005006019006", + "0x21b00627d00554400502000527d00645f00554400529900545f006299005", + "0x2b00600654400500601900600662400500602400621b00554400545f005", + "0x554400502100527d00602b00554400502400502c006024005544005006", + "0x53e00562502c00554400a21b00553e00621b00554400502b00521b00627d", + "0x603600562653d03700a54400a02c21e00a10f006006544005006019006", + "0xa54400a27d00502100603700554400503700501d006006544005006019", + "0x553d00600654400500603700600654400500601900653c00562730a034", + "0x13500600654400553d00517e00600654400530a005036006006544005034", + "0x13600554400513600513700613600554400500600e0062a2005544005006", + "0xe00a13a00600e0055440050061330061350055440051362a200a134006", + "0x554400503700501d00613400554400513700513b006137005544005135", + "0x513000600a00554400500a00513f00600900554400500900513e006037", + "0x603700600654400500601900613400a00903721e005134005544005134", + "0x514200613300554400500612f00600654400553c00553d006006544005", + "0x13113200a62813b13a00a54400a13300903725a12e006133005544005133", + "0x554400513a00501d00613e00554400500612d006006544005006019006", + "0x510000600a00554400500a00513f00613b00554400513b00513e00613a", + "0x14212f13013f21e54400553d13e00a13b13a00921d00653d00554400553d", + "0x521800600654400500601900612d00562912e00554400a142005217006", + "0x12c14600a54400514500516300614500554400500613500600654400512e", + "0x512b00511b00612b00554400512c00511c006006544005146005164006", + "0x613f00554400513f00501d00614a005544005149005167006149005544", + "0x514a00513000612f00554400512f00513f00613000554400513000513e", + "0x512d00513b00600654400500601900614a12f13013f21e00514a005544", + "0x613000554400513000513e00613f00554400513f00501d00612a005544", + "0x12f13013f21e00512a00554400512a00513000612f00554400512f00513f", + "0x554400500613500600654400553d00517e00600654400500601900612a", + "0x12900a13400614d00554400514d00513700614d005544005006168006129", + "0x554400514e12800a13a00612800554400500613300614e00554400514d", + "0x513e00613200554400513200501d00615100554400512700513b006127", + "0x554400515100513000600a00554400500a00513f006131005544005131", + "0x654400527d00553d00600654400500601900615100a13113221e005151", + "0x654400500601900600662a00500602400612600554400503600501d006", + "0x54400521e00501d00600654400527d00553d00600654400553e005160006", + "0x54400500611a006125005544005006135006006544005006037006126005", + "0x615500554400515412500a134006154005544005154005137006154005", + "0x512300513b00612300554400515512400a13a006124005544005006133", + "0x600900554400500900513e00612600554400512600501d006158005544", + "0xa00912621e00515800554400515800513000600a00554400500a00513f", + "0x554400500613500600654400525a005119006006544005006019006158", + "0x15900a134006122005544005122005137006122005544005006168006159", + "0x554400512115c00a13a00615c005544005006133006121005544005122", + "0x513e00601800554400501800501d00612000554400515d00513b00615d", + "0x554400512000513000600a00554400500a00513f006019005544005019", + "0x54400a00500600a01800600654400500600900612000a01901821e005120", + "0x554400525a00501a00600654400500601900601901800a62b00921e00a", + "0x562c01d02000a54400a01a00502100621e00554400521e00501d00601a", + "0x54400501d00503600600654400502000553d006006544005006019006021", + "0x529900513700629900554400500600e00649a005544005006135006006", + "0x627d00554400500613300645f00554400529949a00a134006299005544", + "0x21e00501d00602400554400521b00513b00621b00554400545f27d00a13a", + "0xa00554400500a00513f00600900554400500900513e00621e005544005", + "0x654400500601900602400a00921e21e005024005544005024005130006", + "0x54400502b00514200602b00554400500612f00600654400502100553d006", + "0x601900653d03700a62d53e02c00a54400a02b00921e25a12e00602b005", + "0x21f0060340055440050360050b70060360055440050060b8006006544005", + "0x54400553c0050b500600654400530a0050b600653c30a00a544005034005", + "0x18d0061350055440051360051070061360055440052a20051080062a2005", + "0x55440051350050d500600e00554400500e00510600600e005544005006", + "0x13725a54400a13500e00a53e21e10500602c00554400502c00501d006135", + "0x554400513300513700600654400500601900613213b13a25a62e133134", + "0xa10f00613400554400513400513f00613700554400513700513e006133", + "0x500613500600654400500601900613f00562f13e13100a54400a13302c", + "0x14200554400512f13000a13400612f00554400513e005185006130005544", + "0x12d00511c00600654400512e00516400612d12e00a544005142005163006", + "0x12c00554400514600516700614600554400514500511b006145005544005", + "0x13400513f00613700554400513700513e00613100554400513100501d006", + "0x1900612c13413713121e00512c00554400512c005130006134005544005", + "0x1370061490055440050060b400612b005544005006135006006544005006", + "0x513f00501d00614a00554400514912b00a134006149005544005149005", + "0x614d00554400513400513f00612900554400513700513e00612a005544", + "0x600654400500601900600663000500602400614e00554400514a00515c", + "0x513b00513f00612900554400513a00513e00612a00554400502c00501d", + "0x13a00612800554400500613300614e00554400513200515c00614d005544", + "0x512a00501d00615100554400512700513b00612700554400514e12800a", + "0x614d00554400514d00513f00612900554400512900513e00612a005544", + "0x600654400500601900615114d12912a21e005151005544005151005130", + "0x5544005125005137006125005544005006168006126005544005006135", + "0xa13a00615500554400500613300615400554400512512600a134006125", + "0x54400503700501d00612300554400512400513b006124005544005154155", + "0x13000600a00554400500a00513f00653d00554400553d00513e006037005", + "0x11900600654400500601900612300a53d03721e005123005544005123005", + "0x615900554400500616800615800554400500613500600654400525a005", + "0x500613300612200554400515915800a134006159005544005159005137", + "0x15d00554400515c00513b00615c00554400512212100a13a006121005544", + "0xa00513f00601900554400501900513e00601800554400501800501d006", + "0x900615d00a01901821e00515d00554400515d00513000600a005544005", + "0x1900602001a00a63101901800a54400a25a00500a018006006544005006", + "0x1d00600654400500602000601d00554400500900501a006006544005006", + "0x1900629900563249a02100a54400a01d005021006018005544005018005", + "0x27d00554400545f00529900645f00554400549a00549a006006544005006", + "0x21b00521b00602400554400502100527d00621b00554400527d00545f006", + "0x500602b00600654400500601900600663300500602400602b005544005", + "0x602400554400529900527d00653e00554400502c00502c00602c005544", + "0x1900653d00563403700554400a02b00553e00602b00554400553e00521b", + "0x601900630a00563503403600a54400a03701800a1a0006006544005006", + "0x2a253c00a54400a02400502100603600554400503600501d006006544005", + "0x553c00553d006006544005006037006006544005006019006136005636", + "0x50061350060065440050340050fc0060065440052a2005036006006544", + "0x13400600e00554400500e00513700600e00554400500600e006135005544", + "0x513713400a13a00613400554400500613300613700554400500e13500a", + "0x600600554400500600517600613a00554400513300513b006133005544", + "0x501900513e00600a00554400500a00513100603600554400503600501d", + "0x513a00554400513a00513000621e00554400521e00513f006019005544", + "0x600654400500603700600654400500601900613a21e01900a036006018", + "0x554400513b00514200613b00554400500612f00600654400513600553d", + "0x500601900613f13e00a63713113200a54400a13b01903625a12e00613b", + "0x501d00612f00554400513000514500613000554400500612d006006544", + "0x554400500600517600613100554400513100513e006132005544005132", + "0x50fb00621e00554400521e00513f00600a00554400500a005131006006", + "0x12e14201854400503412f21e00a0061311320190b3006034005544005034", + "0x54400500601900614900563812b00554400a12c00517b00612c14614512d", + "0x514a00516300614a00554400500613500600654400512b005110006006", + "0x614d00554400512900511c00600654400512a00516400612912a00a544", + "0x512d00517600612800554400514e00516700614e00554400514d00511b", + "0x614500554400514500513100614200554400514200501d00612d005544", + "0x512800513000614600554400514600513f00612e00554400512e00513e", + "0x513b00600654400500601900612814612e14514212d018005128005544", + "0x554400514200501d00612d00554400512d005176006127005544005149", + "0x513f00612e00554400512e00513e006145005544005145005131006142", + "0x14612e14514212d018005127005544005127005130006146005544005146", + "0x55440050061350060065440050340050fc006006544005006019006127", + "0x15100a134006126005544005126005137006126005544005006168006151", + "0x554400512515400a13a006154005544005006133006125005544005126", + "0x501d00600600554400500600517600612400554400515500513b006155", + "0x554400513f00513e00600a00554400500a00513100613e00554400513e", + "0x601800512400554400512400513000621e00554400521e00513f00613f", + "0x1d00600654400502400553d00600654400500601900612421e13f00a13e", + "0x16000600654400500601900600663900500602400612300554400530a005", + "0x12300554400501800501d00600654400502400553d00600654400553d005", + "0x15900554400500611a006158005544005006135006006544005006037006", + "0x613300612200554400515915800a134006159005544005159005137006", + "0x554400515c00513b00615c00554400512212100a13a006121005544005", + "0x513100612300554400512300501d00600600554400500600517600615d", + "0x554400521e00513f00601900554400501900513e00600a00554400500a", + "0x601900615d21e01900a12300601800515d00554400515d00513000621e", + "0x6168006120005544005006135006006544005009005119006006544005", + "0x554400511f12000a13400611f00554400511f00513700611f005544005", + "0x513b00611d00554400516011e00a13a00611e005544005006133006160", + "0x554400501a00501d00600600554400500600517600616300554400511d", + "0x513f00602000554400502000513e00600a00554400500a00513100601a", + "0x21e02000a01a00601800516300554400516300513000621e00554400521e", + "0x54400500625a00601d00554400500600500601a005544005006006006163", + "0x500621e00621b0055440050060b100645f0055440050060b200649a005", + "0x5440050060af0060240055440050060b0006006544005006037006006544", + "0x653e00554400502c02b02425a0ad00602c0055440050060ae00602b005", + "0x500600501d0060065440050370050fa00653d03700a54400553e0050ac", + "0x625a00554400525a00513100600500554400500500513e006006005544", + "0x30a03403621e54400553d25a00500621e0aa00653d00554400553d0050ab", + "0xb00060065440050060190062a200563a27d00554400a53c0050a900653c", + "0x600e0055440050060a70061350055440050060a8006136005544005006", + "0xfa00613313400a5440051370050ac00613700554400500e13513625a0ad", + "0x554400503400513e00603600554400503600501d006006544005134005", + "0xa0a60061330055440051330050ab00630a00554400530a005131006034", + "0x13113213b13a21e54400513330a03403621e0aa00627d00554400527d21b", + "0x50a500600654400500601900613f00563b13e00554400a1310050a9006", + "0x54400512f13000a0a400612f00554400513e0050a500613000554400527d", + "0xa100600654400512e0050a200612d12e00a5440051420050a3006142005", + "0x54400514500509f00614500554400512d0050a000612d00554400512d005", + "0x500610100612b00554400500610100612c00554400500612f006146005", + "0x12a00554400514a14912b25a09e00614a005544005006101006149005544", + "0x13b00513e00613a00554400513a00501d00612900554400514600511c006", + "0x12c00554400512c00514200613200554400513200513100613b005544005", + "0x13a01809c00612900554400512900516c00612a00554400512a00509d006", + "0x29900554400a12700509b00612712814e14d21e54400512912a12c13213b", + "0x9900612601800a54400501800509a00600654400500601900615100563c", + "0x515400509700615515400a544005125005098006125005544005126005", + "0x12f006123005544005124005095006124005544005155005096006006544", + "0x6122005544005006101006159005544005006101006158005544005006", + "0x12300511c00615c00554400512112215925a09e006121005544005006101", + "0x14e00554400514e00513e00614d00554400514d00501d00615d005544005", + "0x15c00509d006158005544005158005142006128005544005128005131006", + "0x554400529945f00a09400615d00554400515d00516c00615c005544005", + "0x509b00611e16011f12021e54400515d15c15812814e14d01809c006299", + "0x554400500609300600654400500601900616300563d11d00554400a11e", + "0x11900616711b00a54400529900509100611c005544005164005092006164", + "0x54400516800511900611a16800a54400511d00509100600654400511b005", + "0x501d00616b00554400511900508f00611900554400511c005090006006", + "0x554400500a00513200611f00554400511f00513e006120005544005120", + "0x513700621e00554400521e00513f00616000554400516000513100600a", + "0x554400516b0051d500611a00554400511a005137006167005544005167", + "0x2101911816c01854400516b11a16700921e16000a11f12002008e00616b", + "0x2100554400502149a00a14a00601900554400501901a00a149006117020", + "0x11600563e16f00554400a1170050df00602000554400502001d00a12a006", + "0x54400516c00501d00611500554400516f0051d8006006544005006019006", + "0x16c00601800554400501800513700611800554400511800513e00616c005", + "0x611417317225a54400511501811816c21e08d006115005544005115005", + "0x11300508b00600654400500601900617600563f11300554400a11400508c", + "0x11100554400511200508a00600654400517700511900611217700a544005", + "0x17300513e00617200554400517200501d00617a005544005111005089006", + "0x21005544005021005131006019005544005019005132006173005544005", + "0x17317201800517a00554400517a00508800602000554400502000513f006", + "0x1d00617b00554400517600508700600654400500601900617a020021019", + "0x54400501900513200617300554400517300513e006172005544005172005", + "0x8800602000554400502000513f006021005544005021005131006019005", + "0x654400500601900617b02002101917317201800517b00554400517b005", + "0x516c00501d006110005544005116005087006006544005018005136006", + "0x601900554400501900513200611800554400511800513e00616c005544", + "0x511000508800602000554400502000513f006021005544005021005131", + "0x513600600654400500601900611002002101911816c018005110005544", + "0x2a200600654400549a00553c00600654400501a00530a006006544005018", + "0x600654400500900512c00600654400529900508600600654400501d005", + "0x511f00513e00612000554400512000501d00610f005544005163005087", + "0x616000554400516000513100600a00554400500a00513200611f005544", + "0xa11f12001800510f00554400510f00508800621e00554400521e00513f", + "0x1a00530a00600654400501800513600600654400500601900610f21e160", + "0x512c00600654400501d0052a200600654400549a00553c006006544005", + "0x617e00554400514d00501d00600654400545f005085006006544005009", + "0x515100508400610d00554400512800513100610e00554400514e00513e", + "0x5018005136006006544005006019006006640005006024006181005544", + "0x1d0052a200600654400549a00553c00600654400501a00530a006006544", + "0x509700600654400500900512c00600654400545f005085006006544005", + "0x10e00554400513b00513e00617e00554400513a00501d00600654400527d", + "0x500602400618100554400513f00508400610d005544005132005131006", + "0x501a00530a006006544005018005136006006544005006019006006640", + "0x45f00508500600654400501d0052a200600654400549a00553c006006544", + "0x501d00600654400521b00508300600654400500900512c006006544005", + "0x554400530a00513100610e00554400503400513e00617e005544005036", + "0x501d0061820055440051810050870061810055440052a200508400610d", + "0x554400500a00513200610e00554400510e00513e00617e00554400517e", + "0x508800621e00554400521e00513f00610d00554400510d00513100600a", + "0x600654400500603700618221e10d00a10e17e018005182005544005182", + "0x600654400500601900601901800a64100921e00a54400a00500600a018", + "0x554400521e00501d00600654400500602000601a00554400500a005082", + "0x600654400500601900602100564201d02000a54400a01a00508100621e", + "0x549a00507e00629900554400502000507f00649a00554400501d005080", + "0x54400500602b00600654400500601900600664300500602400645f005544", + "0x7e00629900554400502100507f00621b00554400527d00507d00627d005", + "0x601900602b00564402400554400a45f00507c00645f00554400521b005", + "0x507a00602c00554400502400507b006006544005006037006006544005", + "0x554400503700513700603700554400553e00507900653e00554400502c", + "0x1d00603600554400529900512200653d00554400503725a00a134006037", + "0x54400503600512100600900554400500900513e00621e00554400521e005", + "0x25a54400553d03600921e21e15d00653d00554400553d00515c006036005", + "0x654400500603700600654400500601900653c30a03425a00553c30a034", + "0x554400500602b00600654400529900511e00600654400502b005160006", + "0x1d0061350055440051360050770061360055440052a225a00a0780062a2", + "0x54400513500507600600900554400500900513e00621e00554400521e005", + "0x654400525a00516400600654400500601900613500921e25a005135005", + "0x554400500616800600e00554400500613500600654400500a005075006", + "0x13300613400554400513700e00a134006137005544005137005137006137", + "0x54400513a00507400613a00554400513413300a13a006133005544005006", + "0x7600601900554400501900513e00601800554400501800501d00613b005", + "0x501a00600654400500603700613b01901825a00513b00554400513b005", + "0x601900601800564500921e00a54400a25a00502100625a00554400500a", + "0x601a00554400521e00527d0060190055440050090051b7006006544005", + "0x60065440050060190060066460050060240060200055440050190050f0", + "0x54400501800527d00602100554400501d0050ef00601d00554400500602b", + "0x564749a00554400a0200051ba0060200055440050210050f000601a005", + "0x5440050060b000645f00554400549a00549a006006544005006019006299", + "0x1d00602400554400545f00529900621b00554400501a00511c00627d005", + "0x54400521b00516c00600500554400500500513e006006005544005006005", + "0x7200602400554400502400513700627d00554400527d00507300621b005", + "0x3700554400a53e00507100653e02c02b25a54400502427d21b005006009", + "0x1a00603403600a54400503700507000600654400500601900653d005648", + "0x54400502c00513e00653c00554400502b00501d00630a005544005036005", + "0x2400613500554400503400506f00613600554400530a00527d0062a2005", + "0x1d00600e00554400553d00506e006006544005006019006006649005006", + "0x54400500e00506d00602c00554400502c00513e00602b00554400502b005", + "0x654400529900516000600654400500601900600e02c02b25a00500e005", + "0x500600501d00613400554400513700506c00613700554400500602b006", + "0x613600554400501a00527d0062a200554400500500513e00653c005544", + "0x1900613a00564a13300554400a13500506b00613500554400513400506f", + "0x64b13213b00a54400a136005021006006544005006020006006544005006", + "0x13e00529900613e00554400513200549a006006544005006019006131005", + "0x12f00554400513b00527d00613000554400513f00545f00613f005544005", + "0x654400500601900600664c00500602400614200554400513000521b006", + "0x513100527d00612d00554400512e00502c00612e00554400500602b006", + "0x64d14500554400a14200553e00614200554400512d00521b00612f005544", + "0x14900564e12b12c00a54400a12f005021006006544005006019006146005", + "0x54400512c00527d00614a00554400512b0051b7006006544005006019006", + "0x500601900600664f00500602400612900554400514a0050f000612a005", + "0x527d00614e00554400514d0050ef00614d00554400500602b006006544", + "0x554400512a00511c00612900554400514e0050f000612a005544005149", + "0x49a00600654400500601900615100565012700554400a1290051ba006128", + "0x544005125005137006125005544005126005299006126005544005127005", + "0x54400500601900612400565115515400a54400a12553c00a06a006125005", + "0x506900612300554400515514513325a0ad006006544005006037006006", + "0x54400515900506700615900554400515812800a068006158005544005123", + "0x6d0062a20055440052a200513e00615400554400515400501d006122005", + "0x50660060065440050060190061222a215425a005122005544005122005", + "0x612100554400512400501d006006544005145005136006006544005133", + "0x66006006544005151005160006006544005006019006006652005006024", + "0x12100554400553c00501d006006544005145005136006006544005133005", + "0x554400515c00506500615c00554400500602b006006544005006037006", + "0x13e00611f00554400512000506700612000554400515d12800a06800615d", + "0x611f2a212125a00511f00554400511f00506d0062a20055440052a2005", + "0x11c006006544005133005066006006544005006037006006544005006019", + "0x511e16000a06800611e00554400514600506500616000554400512f005", + "0x653c00554400553c00501d00616300554400511d00506700611d005544", + "0x1632a253c25a00516300554400516300506d0062a20055440052a200513e", + "0x54400513a00506500616400554400513600511c006006544005006019006", + "0x616700554400511b00506700611b00554400511c16400a06800611c005", + "0x516700506d0062a20055440052a200513e00653c00554400553c00501d", + "0x5440050060050060200055440050060640061672a253c25a005167005544", + "0x500606300627d00554400500625a006299005544005006005006021005", + "0x60b200603700554400500606200602c005544005006006006024005544", + "0x25a0062a200554400500600500630a0055440050060b2006036005544005", + "0x61330055440050060640061370055440050060b1006135005544005006", + "0x600654400500621e00613100554400500600500613b005544005006063", + "0x14212f25a65313013f13e25a54400a00900500a1c1006006544005006037", + "0x51300050ea0061300055440051300051c200600654400500601900612e", + "0x612d00554400512d00506100613e00554400513e00513e00612d005544", + "0x54400500601900614912b12c25a65414601d14525a54400a13f13e00a1c1", + "0x50e900614a0055440051460050ea0061460055440051460051c2006006", + "0x14d00517e00600654400512a0051c500612814e14d12912a00954400514a", + "0x506000600654400512800513600600654400514e00517e006006544005", + "0x954400512d0050e900612700554400512900505f006129005544005129", + "0x60065440051260051c60060065440051510051c5006155154125126151", + "0xa54400512500505e00600654400515500513600600654400515400517e", + "0x12215915829954400512700505d006123005544005124005185006124125", + "0x505c00600654400515800513600616416311d11e16011f12015d15c121", + "0x13600600654400515c005136006006544005121005119006006544005122", + "0x600654400511f00505b00600654400512000513600600654400515d005", + "0x654400511d00512400600654400511e00511900600654400516000505c", + "0x544005159005185006006544005164005119006006544005163005124006", + "0x611b00554400511c12300a05a00611c00554400511c00513700611c005", + "0x1d02100a12a00614500554400514500513e00611b00554400511b005137", + "0x654400500601900616700565500654400a11b00519000601d005544005", + "0x54400501900505800600654400512500517e006006544005020005059006", + "0x616f11711825a65616c16b11925a54400a01d14500a1c100611a16800a", + "0x554400516c0050ea00616c00554400516c0051c2006006544005006019", + "0x17200518100617200554400511500510d00611500554400500610e006116", + "0x11300554400511400510c00600654400517300518200611417300a544005", + "0x513700617716800a54400516800509a006176005544005113005299006", + "0x1160050e900611111200a54400517717625a25a10b006176005544005176", + "0x517b0051c600600654400517a0051c500617e10f11017b17a009544005", + "0x11000510000600654400517e00513600600654400510f00517e006006544", + "0x554400510e00518500610e11000a54400511000505e006110005544005", + "0x18218100a54400510d11111225a10b00611100554400511100513700610d", + "0x10a00610b10c00a54400518200600a186006182005544005182005137006", + "0x518600518900610a18600a54400518500510900618500554400510b005", + "0x10700618900554400510900510800610900554400510a00518a006006544", + "0x554400511900513e00610800554400500618d00618a005544005189005", + "0x501d006181005544005181005176006108005544005108005106006119", + "0x25a65710618d10725a54400a18a10816b11921e10500610c00554400510c", + "0x513e006106005544005106005137006006544005006019006191190105", + "0x654400a10600519000618d00554400518d00513f006107005544005107", + "0x19519410325a54400a18d10700a1c1006006544005006019006104005658", + "0x61950055440051950051c200600654400500601900619810110225a659", + "0x554400500610e0061000055440050061010061990055440051950050ea", + "0x1820060fd0fe00a54400519c00518100619c0055440050ff00510d0060ff", + "0x554400519f00529900619f0055440050fd00510c0060065440050fe005", + "0x25a10b0061000055440051000051370061a00055440051a00051370061a0", + "0x1a70f90fa1a41a30095440051990050e90060fb0fc00a5440051001a0181", + "0x5440050f900517e0060065440051a40051c60060065440051a30051c5006", + "0xfb0051370061a80055440050fa0051850060065440051a7005136006006", + "0x5440051a80fb0fc25a10b0061a80055440051a80051370060fb005544005", + "0xf700a5440050f810c00a1860060f80055440050f80051370060f813a00a", + "0x1890061ae0f500a5440050f60051090060f60055440051ab00510a0061ab", + "0x55440051af0051080061af0055440051ae00518a0060065440050f5005", + "0x10300513e0061b200554400500618d0060f30055440050f40051070060f4", + "0x554400513a13b00a0570061b20055440051b2005106006103005544005", + "0x1b325a54400a0f31b219410321e1050060f70055440050f700501d00613a", + "0x55440050f20051370060065440050060190061b71b60f125a65a0f2132", + "0x19000613200554400513213100a12a0061b30055440051b300513e0060f2", + "0x54400502c00530a0060065440050060190060f000565b00654400a0f2005", + "0x511a0050fa0060065440052990052a200600654400527d00553c006006", + "0x13500553c00600654400501800512c00600654400530a005085006006544", + "0x5083006006544005036005085006006544005037005056006006544005", + "0x1d0060065440052a20052a2006006544005024005055006006544005137", + "0x5440051100051000061b30055440051b300513e0060f70055440050f7005", + "0x25a5440051681101b30f721e054006168005544005168005137006110005", + "0x65440050060190061bd00565c0ed00554400a0ee0050530060ee1ba0ef", + "0x5440050ec0051370060ec0055440050060520061be005544005006135006", + "0x61340055440050ed0050510060eb0055440050ec1be00a1340060ec005", + "0x50fa0061c21c100a5440051340050ac00613400554400513413300a050", + "0x25a5440050ea0051550060ea1c200a5440051c20051540060065440051c1", + "0x51230060065440051c60051240060065440051c50051360061c61c50e9", + "0x5440050e70051590060e70055440050e80051580060e80e900a5440050e9", + "0x60e60055440051c90eb00a1340061c90055440051c90051370061c9005", + "0x51ba00513e0060ef0055440050ef00501d0060e50055440050e9005122", + "0x60e60055440050e600515c0060e50055440050e50051210061ba005544", + "0x1200060065440050060200060e41cd1cc25a5440050e60e51ba0ef21e15d", + "0x50e300511f0060065440050060190061d000565d0e300554400a0e4005", + "0xe11c200a5440051c20051540060065440050e20051600060e21d100a544", + "0x51240060065440051d400511e0060e01d51d425a5440050e1005155006", + "0x55440050df1d100a1340060df0055440051d50052990060065440050e0", + "0x1360060065440050de00511e0061db0dd0de25a5440051c20051550061d8", + "0x55440051dc0051590061dc0055440051db00511d0060065440050dd005", + "0x240061df0055440050db00515c0060db0055440050dc1d800a1340060dc", + "0x51fd0060065440051c200512600600654400500601900600665e005006", + "0x55440050da00515c0060065440051e00051fe0060da1e000a5440051d0", + "0x51cd00513e0060d90055440051cc00501d0060065440050060370061df", + "0x60d800554400513200513f0061e400554400513a0051760061e3005544", + "0x600654400500601900600665f0050060240060d70055440051df00515c", + "0x51e70051fe0060d61e700a5440051bd0051fd006006544005133005059", + "0x1760061e30055440051ba00513e0060d90055440050ef00501d006006544", + "0x5440050d600515c0060d800554400513200513f0061e400554400513a005", + "0x5440050f000510300600654400500601900600665f0050060240060d7005", + "0x50f700501d00600654400511000517e006006544005133005059006006", + "0x621b00554400513a0051760061ea0055440051b300513e0060d5005544", + "0x600654400500601900600666000500602400653c00554400513200513f", + "0x65440051680051360060065440052a20052a2006006544005133005059", + "0x54400502c00530a00600654400502400505500600654400511000517e006", + "0x511a0050fa0060065440052990052a200600654400527d00553c006006", + "0x13500553c00600654400501800512c00600654400530a005085006006544", + "0x5083006006544005036005085006006544005037005056006006544005", + "0x61eb0055440050f700501d0060065440051310052a2006006544005137", + "0x51b600513f0060d300554400513a0051760060d40055440050f100513e", + "0x60190060066610050060240061ef0055440051b700515c0061ee005544", + "0x51360060065440052a20052a2006006544005133005059006006544005", + "0x5500600654400502400505500600654400511000517e006006544005168", + "0x600654400527d00553c00600654400502c00530a00600654400513b005", + "0x654400530a00508500600654400511a0050fa0060065440052990052a2", + "0x54400503700505600600654400513500553c00600654400501800512c006", + "0x51310052a2006006544005137005083006006544005036005085006006", + "0x1760060d400554400510200513e0061eb00554400510c00501d006006544", + "0x54400519800515c0061ee00554400510100513f0060d3005544005181005", + "0x4d0061e30055440050d400504e0060d90055440051eb00504f0061ef005", + "0x5440051ef00504b0060d80055440051ee00504c0061e40055440050d3005", + "0x54400510400510300600654400500601900600665f0050060240060d7005", + "0x513b00505500600654400511000517e006006544005133005059006006", + "0x513e0060d500554400510c00501d0060065440051310052a2006006544", + "0x554400518d00513f00621b0055440051810051760061ea005544005107", + "0x5440050060ae0060d10055440050060af0060d20055440050060b000653c", + "0xd000a5440051f30050ac0061f30055440051f20d10d225a0ad0061f2005", + "0x1ea00513e0060d50055440050d500501d0060065440050d00050fa0060cf", + "0xcf0055440050cf0050ab00621e00554400521e0051310061ea005544005", + "0xaa00653c00554400553c2a200a12a00621b00554400521b02400a057006", + "0xe00554400a1f90050a90061f90cd0ce1f621e5440050cf21e1ea0d521e", + "0x50060a80060cc0055440050060b00060065440050060190061fa005662", + "0x1fe0055440051fd0cb0cc25a0ad0061fd0055440050060a70060cb005544", + "0x1f600501d0060065440050ca0050fa0060c90ca00a5440051fe0050ac006", + "0xcd0055440050cd0051310060ce0055440050ce00513e0061f6005544005", + "0x21e0aa00600e00554400500e13700a0a60060c90055440050c90050ab006", + "0x66320500554400a0c70050a90060c70c820220121e5440050c90cd0ce1f6", + "0x2050050a50060c500554400500e0050a50060065440050060190060c6005", + "0xa5440052090050a30062090055440052080c500a0a4006208005544005", + "0x50a00060c30055440050c30050a10060065440050c40050a20060c30c4", + "0xc200554400500612f00620d00554400520c00509f00620c0055440050c3", + "0x55440050061010062100055440050061010060c1005544005006101006", + "0x60bf00554400520d00511c0060c00055440052112100c125a09e006211", + "0x50c800513100620200554400520200513e00620100554400520100501d", + "0x60c00055440050c000509d0060c20055440050c20051420060c8005544", + "0x21421e5440050bf0c00c20c820220101809c0060bf0055440050bf00516c", + "0x654400500601900621800566453d00554400a21700509b0062170bd0be", + "0x3700a04a00653e00554400511a16800a1720060bc005544005006135006", + "0x5440052190051510062190bb00a54400553e00514e00653e00554400553e", + "0x1340060b900554400521a0052990060065440050ba0051260060ba21a00a", + "0x54400521c00516300621d00554400500612f00621c0055440050b90bc00a", + "0x610100621f0055440050061010060065440050b80051640060b70b800a", + "0x55440050b50b621f25a09e0060b50055440050061010060b6005544005", + "0x513e00621400554400521400501d0060b30055440050b700511c0060b4", + "0x554400521d0051420060bd0055440050bd0051310060be0055440050be", + "0xa0940060b30055440050b300516c0060b40055440050b400509d00621d", + "0xb10b221e5440050b30b421d0bd0be21401809c00653d00554400553d036", + "0x66503400554400a0b000509b00613600554400513613500a14a0060b0136", + "0x50bb00514e0060ae0055440050061350060065440050060190060af005", + "0x65440050ab0051360060aa0ab00a5440050ac0051510060ac0ad00a544", + "0x60a60a70a825a5440050a90051550060a90aa00a5440050aa005154006", + "0xa5440050a80051230060065440050a60051240060065440050a7005136", + "0x1370060a30055440050a40051590060a40055440050a50051580060a50a8", + "0x50a80051220060a20055440050a30ae00a1340060a30055440050a3005", + "0x60b10055440050b100513e0060b20055440050b200501d0060a1005544", + "0x3430a00a0940060a20055440050a200515c0060a10055440050a1005121", + "0x512000609e09f0a025a5440050a20a10b10b221e15d006034005544005", + "0x54400509d00511f00600654400500601900609c00566609d00554400a09e", + "0x60990aa00a5440050aa00515400600654400509a00516000609a09b00a", + "0x9600512400600654400509800511e00609609709825a544005099005155", + "0x9400554400509509b00a134006095005544005097005299006006544005", + "0x513600600654400509300511e00609109209325a5440050aa005155006", + "0x8f00554400509000515900609000554400509100511d006006544005092", + "0x8d00509200608d00554400500609300608e00554400508f09400a134006", + "0x654400508b00511900608a08b00a54400553d00509100608c005544005", + "0x8e00516300600654400508900511900608808900a544005034005091006", + "0x8500554400508c00509000600654400508700516400608608700a544005", + "0xa000501d00608300554400508600511c00608400554400508500508f006", + "0xa00554400500a00513200609f00554400509f00513e0060a0005544005", + "0x8a00513700653c00554400553c00513f006136005544005136005131006", + "0x8300554400508300516c00608800554400508800513700608a005544005", + "0x8308808a01853c13600a09f0a001d0490060840055440050840051d5006", + "0x602b00554400502b02c00a14900608049a45f02b081082018544005084", + "0x517b00649a00554400549a29900a12a00645f00554400545f27d00a14a", + "0x554400500613500600654400500601900607e00566707f00554400a080", + "0xa04800607a07b00a5440050ad00505800607c00554400500613500607d", + "0x54400507800504600607800554400507900504700607900554400507a07b", + "0x13e00608200554400508200501d00600654400507700504500607607700a", + "0x54400507d00515c006076005544005076005044006081005544005081005", + "0x54400507c07d07608108200904300607c00554400507c00515c00607d005", + "0x54400500601900607100566807200554400a07300504200607307407525a", + "0x16300600654400506e00516000606e06f07025a544005072005041006006", + "0x54400506f00516300600654400506d00516400606c06d00a544005070005", + "0x11c00606900554400506c00511c00600654400506b00516400606a06b00a", + "0x25a66906606700a54400a06806949a07421e0e800606800554400506a005", + "0x16000606106200a54400507f005040006006544005006019006063064065", + "0x554400506006200a03e00606000554400500602b006006544005061005", + "0x513e00607500554400507500501d00605e00554400505f00503d00605f", + "0x554400521b00517600602b00554400502b005132006067005544005067", + "0x503c00606600554400506600513f00645f00554400545f00513100621b", + "0x654400500601900605e06645f21b02b06707501900505e00554400505e", + "0x506305d00a13a00605d00554400500613300600654400507f005110006", + "0x607500554400507500501d00605b00554400505c00503b00605c005544", + "0x521b00517600602b00554400502b00513200606500554400506500513e", + "0x606400554400506400513f00645f00554400545f00513100621b005544", + "0x500601900605b06445f21b02b06507501900505b00554400505b00503c", + "0x501d00605a00554400507100503b00600654400507f005110006006544", + "0x554400502b00513200607400554400507400513e006075005544005075", + "0x513f00645f00554400545f00513100621b00554400521b00517600602b", + "0x45f21b02b07407501900505a00554400505a00503c00649a00554400549a", + "0x507e00503b0060065440050ad00512800600654400500601900605a49a", + "0x608100554400508100513e00608200554400508200501d006059005544", + "0x545f00513100621b00554400521b00517600602b00554400502b005132", + "0x505900554400505900503c00649a00554400549a00513f00645f005544", + "0x5440050ad00512800600654400500601900605949a45f21b02b081082019", + "0x52990052a200600654400527d00553c00600654400502c00530a006006", + "0x1800512c00600654400503400508600600654400553d005086006006544", + "0x1d00605800554400509c00503b0060065440050aa005126006006544005", + "0x54400500a00513200609f00554400509f00513e0060a00055440050a0005", + "0x13f00613600554400513600513100621b00554400521b00517600600a005", + "0x21b00a09f0a001900505800554400505800503c00653c00554400553c005", + "0x27d00553c00600654400502c00530a00600654400500601900605853c136", + "0x512800600654400553d0050860060065440052990052a2006006544005", + "0x3b00600654400530a00508500600654400501800512c0060065440050bb", + "0x5440050b100513e0060b20055440050b200501d0060570055440050af005", + "0x13100621b00554400521b00517600600a00554400500a0051320060b1005", + "0x54400505700503c00653c00554400553c00513f006136005544005136005", + "0x530a00600654400500601900605753c13621b00a0b10b2019005057005", + "0xfa0060065440052990052a200600654400527d00553c00600654400502c", + "0x600654400516800513600600654400530a00508500600654400511a005", + "0x654400503700505600600654400513500553c00600654400501800512c", + "0x50be00513e00605600554400521400501d006006544005036005085006", + "0x60530055440052180050840060540055440050bd005131006055005544", + "0x53c00600654400502c00530a00600654400500601900600666a005006024", + "0x600654400511a0050fa0060065440052990052a200600654400527d005", + "0x654400501800512c00600654400516800513600600654400530a005085", + "0x54400503600508500600654400503700505600600654400513500553c006", + "0x20200513e00605600554400520100501d00600654400500e005097006006", + "0x530055440050c60050840060540055440050c8005131006055005544005", + "0x600654400502c00530a00600654400500601900600666a005006024006", + "0x654400511a0050fa0060065440052990052a200600654400527d00553c", + "0x54400501800512c00600654400516800513600600654400530a005085006", + "0x503600508500600654400503700505600600654400513500553c006006", + "0x513e0060560055440051f600501d006006544005137005083006006544", + "0x55440051fa0050840060540055440050cd0051310060550055440050ce", + "0x513e00605600554400505600501d00605200554400505300503b006053", + "0x554400521b00517600600a00554400500a005132006055005544005055", + "0x503c00653c00554400553c00513f00605400554400505400513100621b", + "0x654400500601900605253c05421b00a055056019005052005544005052", + "0x5440051680051360060065440052a20052a2006006544005133005059006", + "0x513b00505500600654400502400505500600654400511000517e006006", + "0x2990052a200600654400527d00553c00600654400502c00530a006006544", + "0x512c00600654400530a00508500600654400511a0050fa006006544005", + "0x8500600654400503700505600600654400513500553c006006544005018", + "0x60065440051310052a2006006544005137005083006006544005036005", + "0x51810051760061e300554400510500513e0060d900554400510c00501d", + "0x60d700554400519100515c0060d800554400519000513f0061e4005544", + "0x2a200600654400513300505900600654400500601900600665f005006024", + "0x60065440050240050550060065440051680051360060065440052a2005", + "0x654400527d00553c00600654400502c00530a00600654400513b005055", + "0x54400530a00508500600654400511a0050fa0060065440052990052a2006", + "0x503700505600600654400513500553c00600654400501800512c006006", + "0x1310052a2006006544005137005083006006544005036005085006006544", + "0x61e300554400511800513e0060d900554400500600501d006006544005", + "0x516f00515c0060d800554400511700513f0061e400554400525a005176", + "0x60500055440050d705100a13a0060510055440050061330060d7005544", + "0x51e300513e0060d90055440050d900501d00604f00554400505000503b", + "0x61e40055440051e400517600600a00554400500a0051320061e3005544", + "0x504f00503c0060d80055440050d800513f00621e00554400521e005131", + "0x10300600654400500601900604f0d821e1e400a1e30d901900504f005544", + "0x60065440052a20052a2006006544005133005059006006544005167005", + "0x654400502c00530a00600654400513b005055006006544005024005055", + "0x54400530a0050850060065440052990052a200600654400527d00553c006", + "0x503700505600600654400513500553c00600654400501800512c006006", + "0x1310052a2006006544005137005083006006544005036005085006006544", + "0x13e00600600554400500600501d006006544005019005128006006544005", + "0x12514500625a03a006125005544005125005100006145005544005145005", + "0x601900604a00566b04b00554400a04c00505300604c04d04e25a544005", + "0x5137006048005544005006052006049005544005006135006006544005", + "0x54400504b00505100604700554400504804900a134006048005544005048", + "0x4504600a54400501a0050ac00601a00554400501a02000a05000601a005", + "0x4400515500604404500a5440050450051540060065440050460050fa006", + "0x654400504100512400600654400504200513600604104204325a544005", + "0x515900603e00554400504000515800604004300a544005043005123006", + "0x54400503d04700a13400603d00554400503d00513700603d00554400503e", + "0x13e00604e00554400504e00501d00603b00554400504300512200603c005", + "0x54400503c00515c00603b00554400503b00512100604d00554400504d005", + "0x54400500602000603803903a25a54400503c03b04d04e21e15d00603c005", + "0x11f00600654400500601900653b00566c22200554400a038005120006006", + "0x54400504500515400600654400522400516000622466d00a544005222005", + "0x654400553a00511e00600d22a53a25a54400522500515500622504500a", + "0x22b66d00a13400622b00554400522a00529900600654400500d005124006", + "0x54400553900511e00653653753925a54400504500515500622d005544005", + "0x53500515900653500554400553600511d006006544005537005136006006", + "0x554400553300515c00653300554400553422d00a134006534005544005", + "0x654400504500512600600654400500601900600666f00500602400666e", + "0x23500515c00600654400552f0051fe00623552f00a54400553b0051fd006", + "0x13e00623700554400503a00501d00600654400500603700666e005544005", + "0x54400566e00515c00652d00554400501d00513f00652e005544005039005", + "0x54400502000505900600654400500601900600667000500602400623a005", + "0x501d00600654400523d0051fe00623e23d00a54400504a0051fd006006", + "0x554400501d00513f00652e00554400504d00513e00623700554400504e", + "0x54400500601900600667000500602400623a00554400523e00515c00652d", + "0x50200050590060065440052a20052a2006006544005133005059006006", + "0x2c00530a00600654400513b005055006006544005024005055006006544", + "0x50390060065440052990052a200600654400527d00553c006006544005", + "0x53c00600654400501800512c00600654400530a00508500600654400512d", + "0x6006544005036005085006006544005037005056006006544005135005", + "0x65440050190051280060065440051310052a2006006544005137005083", + "0x512c00513e00623700554400500600501d0060065440050210052a2006", + "0x623a00554400514900515c00652d00554400512b00513f00652e005544", + "0x2a2006006544005133005059006006544005006019006006670005006024", + "0x60065440050240050550060065440050200050590060065440052a2005", + "0x654400527d00553c00600654400502c00530a00600654400513b005055", + "0x54400530a0050850060065440050210052a20060065440052990052a2006", + "0x503700505600600654400513500553c00600654400501800512c006006", + "0x1310052a2006006544005137005083006006544005036005085006006544", + "0x13e00623700554400500600501d006006544005019005128006006544005", + "0x54400512e00515c00652d00554400514200513f00652e00554400512f005", + "0x3b00652c00554400523a24000a13a00624000554400500613300623a005", + "0x54400552e00513e00623700554400523700501d00652b00554400552c005", + "0x13100625a00554400525a00517600600a00554400500a00513200652e005", + "0x54400552b00503c00652d00554400552d00513f00621e00554400521e005", + "0x500601a00554400500606400652b52d21e25a00a52e23701900552b005", + "0x645f00554400500600500649a00554400500606400601d005544005006", + "0x53e00554400500606300602b00554400500600500621b005544005006063", + "0x554400500600500603400554400500606300653d005544005006064006", + "0x54400a25a00500a1c100600654400500603700600654400500621e00653c", + "0x51350051c200600654400500601900613413700e25a6711351362a225a", + "0x62a20055440052a200513e0061330055440051350050ea006135005544", + "0x25a67213b02013a25a54400a1362a200a1c1006133005544005133005061", + "0x50ea00613b00554400513b0051c200600654400500601900613e131132", + "0x51c500612d12e14212f13000954400513f0050e900613f00554400513b", + "0x13600600654400512e00517e00600654400514200517e006006544005130", + "0x554400512f00505f00612f00554400512f00506000600654400512d005", + "0x65440051460051c500614a14912b12c1460095440051330050e9006145", + "0x54400514a00513600600654400514900517e00600654400512c0051c6006", + "0x5d00612900554400512a00518500612a12b00a54400512b00505e006006", + "0x13600615915812312415515412512615112712814e14d299544005145005", + "0x600654400512700511900600654400512800505c00600654400514d005", + "0x6544005125005136006006544005126005136006006544005151005136", + "0x54400512400511900600654400515500505c00600654400515400505b006", + "0x5159005119006006544005158005124006006544005123005124006006", + "0x5a00612200554400512200513700612200554400514e005185006006544", + "0x513a00513e00612100554400512100513700612100554400512212900a", + "0x67300654400a12100519000602000554400502001d00a12a00613a005544", + "0x512b00517e00600654400501a00505900600654400500601900615c005", + "0x522200612000554400515d00503800615d0055440050061eb006006544", + "0x554400516000566d00600654400511f00553b00616011f00a544005120", + "0x13700616300900a54400500900509a00611d00554400511e00529900611e", + "0x513700616427d00a54400516311d00a25a10b00611d00554400511d005", + "0x511b00522400611b11c00a54400516400600a186006164005544005164", + "0x600654400516800553a00611a16800a544005167005225006167005544", + "0x54400516b00510800616b00554400511a00522a00611900554400500618d", + "0x13f00613a00554400513a00513e00611c00554400511c00501d00616c005", + "0x54400516c0050d0006119005544005119005106006020005544005020005", + "0x602000616f29911711821e54400516c11902013a11c0090cf00616c005", + "0x554400529945f00a12a00627d00554400527d21b00a057006006544005", + "0xce00600654400500601900611500567411600554400a16f0051f6006299", + "0x601900611400567517300554400a1720050cd006172005544005116005", + "0x60065440051130051fa00617611300a5440051730051f9006006544005", + "0x617b00567917a00567811100567711200567617700554400917600500d", + "0x600654400549a00505900600654400517700522b006006544005006019", + "0x5900600654400511200522b00600654400500601900600667a005006024", + "0x516000600654400500601900600667a00500602400600654400549a005", + "0x601900600667a00500602400600654400549a005059006006544005111", + "0xa1c100600654400549a00505900600654400517a005160006006544005", + "0x600654400500601900618110d10e25a67b17e10f11025a54400a299117", + "0x554400517e0050ea00617e00554400517e0051c2006006544005006037", + "0x10b00518100610b00554400510c00510d00610c00554400500610e006182", + "0x10a00554400518600510c00600654400518500518200618618500a544005", + "0x513700618900900a54400500900509a00610900554400510a005299006", + "0x1820050e900610818a00a54400518910927d25a10b006109005544005109", + "0x518d0051c60060065440051070051c500619010510618d107009544005", + "0x10600510000600654400519000513600600654400510500517e006006544", + "0x554400519100518500619110600a54400510600505e006106005544005", + "0x19410300a54400510410818a25a10b006108005544005108005137006104", + "0x10a00610219500a54400519411800a186006194005544005194005137006", + "0x519800518900619919800a544005101005109006101005544005102005", + "0x1070060ff00554400510000510800610000554400519900518a006006544", + "0x554400511000513e0060fe00554400500618d00619c0055440050ff005", + "0x501d0061030055440051030051760060fe0055440050fe005106006110", + "0x25a67c1a019f0fd25a54400a19c0fe10f11021e105006195005544005195", + "0x513e0061a00055440051a00051370060065440050060190061a30fb0fc", + "0x654400a1a000519000619f00554400519f00513f0060fd0055440050fd", + "0x1a70f90fa25a54400a19f0fd00a1c10060065440050060190061a400567d", + "0x61a70055440051a70051c20060065440050060190060f70f81a825a67e", + "0x554400500610e0060f60055440050061010061ab0055440051a70050ea", + "0x1820060f41af00a5440051ae0051810061ae0055440050f500510d0060f5", + "0x55440050f30052990060f30055440050f400510c0060065440051af005", + "0x25a10b0060f60055440050f60051370061b20055440051b20051370061b2", + "0xef0f01b71b60f10095440051ab0050e90060f21b300a5440050f61b2103", + "0x5440050f000517e0060065440051b60051c60060065440050f10051c5006", + "0xf20051370061ba0055440051b70051850060065440050ef005136006006", + "0x5440051ba0f21b325a10b0061ba0055440051ba0051370060f2005544005", + "0xed00a5440050ee19500a1860060ee0055440050ee0051370060ee03600a", + "0x1890060eb0ec00a5440051be0051090061be0055440051bd00510a0061bd", + "0x55440051c10051080061c10055440050eb00518a0060065440050ec005", + "0xfa00513e0060e900554400500618d0060ea0055440051c20051070061c2", + "0x554400503603400a0570060e90055440050e90051060060fa005544005", + "0x1c525a54400a0ea0e90f90fa21e1050060ed0055440050ed00501d006036", + "0x55440051c60051370060065440050060190061c90e70e825a67f1c630a", + "0x19000630a00554400530a53c00a12a0061c50055440051c500513e0061c6", + "0x54400521e00512c0060065440050060190060e600568000654400a1c6005", + "0x553e00505500600654400502b0052a200600654400501800517e006006", + "0x1000061c50055440051c500513e0060ed0055440050ed00501d006006544", + "0x1061c50ed21e054006009005544005009005137006106005544005106005", + "0x190060e30056810e400554400a1cd0050530061cd1cc0e525a544005009", + "0x1370061d10055440050060520061d0005544005006135006006544005006", + "0x50e40050510060e20055440051d11d000a1340061d10055440051d1005", + "0xe100a5440050370050ac00603700554400503753d00a050006037005544", + "0x51550061d51d400a5440051d40051540060065440050e10050fa0061d4", + "0x5440051d80051240060065440050df0051360061d80df0e025a5440051d5", + "0x1590060dd0055440050de0051580060de0e000a5440050e0005123006006", + "0x51db0e200a1340061db0055440051db0051370061db0055440050dd005", + "0x60e50055440050e500501d0060dc0055440050e00051220061dc005544", + "0x51dc00515c0060dc0055440050dc0051210061cc0055440051cc00513e", + "0x50060200061e01df0db25a5440051dc0dc1cc0e521e15d0061dc005544", + "0x60065440050060190060d90056820da00554400a1e0005120006006544", + "0x51d40051540060065440051e40051600061e41e300a5440050da00511f", + "0x5440050d700511e0060d61e70d725a5440050d80051550060d81d400a544", + "0x1e300a1340060d50055440051e70052990060065440050d6005124006006", + "0x51eb00511e0060d30d41eb25a5440051d40051550061ea0055440050d5", + "0x51590061ee0055440050d300511d0060065440050d4005136006006544", + "0x5440050d200515c0060d20055440051ef1ea00a1340061ef0055440051ee", + "0x5440051d40051260060065440050060190060066830050060240060d1005", + "0x515c0060065440051f20051fe0061f31f200a5440050d90051fd006006", + "0x60d00055440050db00501d0060065440050060370060d10055440051f3", + "0x530a00513f0061f60055440050360051760060cf0055440051df00513e", + "0x60190060066840050060240060cd0055440050d100515c0060ce005544", + "0x61fa1f900a5440050e30051fd00600654400553d005059006006544005", + "0x5440051cc00513e0060d00055440050e500501d0060065440051f90051fe", + "0x15c0060ce00554400530a00513f0061f60055440050360051760060cf005", + "0x1030060065440050060190060066840050060240060cd0055440051fa005", + "0x600654400510600517e00600654400553d0050590060065440050e6005", + "0x50360051760060cb0055440051c500513e0060cc0055440050ed00501d", + "0x60190060066850050060240061fe00554400530a00513f0061fd005544", + "0x513600600654400553e00505500600654400553d005059006006544005", + "0x12c00600654400502b0052a200600654400510600517e006006544005009", + "0x600654400553c0052a200600654400501800517e00600654400521e005", + "0x50360051760060c90055440050e800513e0060ca0055440050ed00501d", + "0x60c80055440051c900515c0062020055440050e700513f006201005544", + "0x5500600654400553d005059006006544005006019006006686005006024", + "0x600654400510600517e00600654400500900513600600654400553e005", + "0x654400521e00512c00600654400503400505500600654400502b0052a2", + "0x54400519500501d00600654400553c0052a200600654400501800517e006", + "0x13f0062010055440051030051760060c90055440051a800513e0060ca005", + "0x5440050ca00504f0060c80055440050f700515c0062020055440050f8005", + "0x4c0061f600554400520100504d0060cf0055440050c900504e0060d0005", + "0x66840050060240060cd0055440050c800504b0060ce005544005202005", + "0x654400553d0050590060065440051a4005103006006544005006019006", + "0x54400553c0052a200600654400503400505500600654400510600517e006", + "0x51760060cb0055440050fd00513e0060cc00554400519500501d006006", + "0xc700554400500610e0061fe00554400519f00513f0061fd005544005103", + "0x55370060c50c600a5440052050055390062050055440050c700522d006", + "0x2090055440052080052990062080055440050c50055360060065440050c6", + "0x25a10b0062090055440052090051370060c400900a54400500900509a006", + "0x518500620d01800a54400501800505e00620c0c300a5440050c42091fd", + "0x50c220c0c325a10b00620c00554400520c0051370060c200554400520d", + "0xa5440050c10cc00a1860060c10055440050c10051370060c102c00a544", + "0x55350060bf0055440050c00051910060c000554400500602b006211210", + "0xbd00554400500618d0060be0055440052110051070062140055440050bf", + "0x53e00a0570062140055440052140051370060bd0055440050bd005106006", + "0xbe0bd1fe0cb00953400621000554400521000501d00602c00554400502c", + "0x61350060065440050060190060bb0bc21825a68702421700a54400a214", + "0x1910060ba00554400500602b00621a005544005006135006219005544005", + "0x21c00566e00621c0055440050b900901825a5330060b90055440050ba005", + "0x65440050b80050450060b70b800a54400521d00504600621d005544005", + "0xb700504400621700554400521700513e00621000554400521000501d006", + "0x21a00554400521a00515c00621900554400521900515c0060b7005544005", + "0x25a54400521a2190b721721000904300602400554400502402b00a12a006", + "0x65440050060190060b30056880b400554400a0b50050420060b50b621f", + "0x51630060065440050b00051600060b00b10b225a5440050b4005041006", + "0xa5440050b10051630060065440050af0051640060ae0af00a5440050b2", + "0x511c0060ab0055440050ae00511c0060065440050ad0051640060ac0ad", + "0xa725a6890a80a900a54400a0aa0ab0240b621e0e80060aa0055440050ac", + "0xa421e00a03e0060a400554400500602b0060065440050060190060a50a6", + "0x21f00554400521f00501d0060a20055440050a300503d0060a3005544005", + "0xa800513f00602c00554400502c0051760060a90055440050a900513e006", + "0x60a20a802c0a921f0090050a20055440050a200503c0060a8005544005", + "0x60a100554400500613300600654400521e00512c006006544005006019", + "0x21f00501d00609f0055440050a000503b0060a00055440050a50a100a13a", + "0x2c00554400502c0051760060a70055440050a700513e00621f005544005", + "0xa721f00900509f00554400509f00503c0060a60055440050a600513f006", + "0xb300503b00600654400521e00512c00600654400500601900609f0a602c", + "0xb60055440050b600513e00621f00554400521f00501d00609e005544005", + "0x9e00503c00602400554400502400513f00602c00554400502c005176006", + "0x512c00600654400500601900609e02402c0b621f00900509e005544005", + "0x2a200600654400501800517e00600654400500900513600600654400521e", + "0x55440050bb09d00a13a00609d00554400500613300600654400502b005", + "0x513e00621000554400521000501d00609b00554400509c00503b00609c", + "0x55440050bc00513f00602c00554400502c005176006218005544005218", + "0x500601900609b0bc02c21821000900509b00554400509b00503c0060bc", + "0x900513600600654400553e00505500600654400553d005059006006544", + "0x505500600654400502b0052a200600654400510600517e006006544005", + "0x2a200600654400501800517e00600654400521e00512c006006544005034", + "0x55440050fc00513e0060d000554400519500501d00600654400553c005", + "0x515c0060ce0055440050fb00513f0061f60055440051030051760060cf", + "0x60370060065440050060190060066840050060240060cd0055440051a3", + "0x513600600654400553e00505500600654400553d005059006006544005", + "0x12c00600654400503400505500600654400502b0052a2006006544005009", + "0x600654400553c0052a200600654400501800517e00600654400521e005", + "0x527d0051760060cf00554400510e00513e0060d000554400511800501d", + "0x60cd00554400518100515c0060ce00554400510d00513f0061f6005544", + "0x509900503b0060990055440050cd09a00a13a00609a005544005006133", + "0x60cf0055440050cf00513e0060d00055440050d000501d006098005544", + "0x509800503c0060ce0055440050ce00513f0061f60055440051f6005176", + "0x50060370060065440050060190060980ce1f60cf0d0009005098005544", + "0x53e00505500600654400553d00505900600654400517b005160006006544", + "0x512c00600654400503400505500600654400502b0052a2006006544005", + "0x1d00600654400553c0052a200600654400501800517e00600654400521e", + "0x54400500900513700611700554400511700513e006118005544005118005", + "0x54400a09500505300609509609725a54400500911711825a52f006009005", + "0x5200609200554400500613500600654400500601900609300568a094005", + "0x54400509109200a134006091005544005091005137006091005544005006", + "0x602100554400502149a00a050006021005544005094005051006090005", + "0x508e00515400600654400508f0050fa00608e08f00a5440050210050ac", + "0x54400508b00513600608a08b08c25a54400508d00515500608d08e00a544", + "0x515800608908c00a54400508c00512300600654400508a005124006006", + "0x5544005087005137006087005544005088005159006088005544005089", + "0x1d00608500554400508c00512200608600554400508709000a134006087", + "0x54400508500512100609600554400509600513e006097005544005097005", + "0x25a54400508608509609721e15d00608600554400508600515c006085005", + "0x8000568b08100554400a082005120006006544005006020006082083084", + "0x507e00516000607e07f00a54400508100511f006006544005006019006", + "0x7b07c25a54400507d00515500607d08e00a54400508e005154006006544", + "0x507b00529900600654400507a00512400600654400507c00511e00607a", + "0x7725a54400508e00515500607800554400507907f00a134006079005544", + "0x7500511d00600654400507600513600600654400507700511e006075076", + "0x554400507307800a134006073005544005074005159006074005544005", + "0x54400500601900600668c00500602400607100554400507200515c006072", + "0x51fe00606f07000a5440050800051fd00600654400508e005126006006", + "0x13300600654400500603700607100554400506f00515c006006544005070", + "0x54400506d00503b00606d00554400507106e00a13a00606e005544005006", + "0x17600608300554400508300513e00608400554400508400501d00606c005", + "0x54400506c00503c00629900554400529900513f00627d00554400527d005", + "0x549a00505900600654400500601900606c29927d08308400900506c005", + "0x13e00609700554400509700501d00606b00554400509300503b006006544", + "0x54400529900513f00627d00554400527d005176006096005544005096005", + "0x601900606b29927d09609700900506b00554400506b00503c006299005", + "0x513600600654400553e00505500600654400553d005059006006544005", + "0x12c00600654400503400505500600654400502b0052a2006006544005009", + "0x600654400553c0052a200600654400501800517e00600654400521e005", + "0x668d00500602400606a00554400511400515c00600654400549a005059", + "0x654400553e00505500600654400553d005059006006544005006019006", + "0x54400503400505500600654400502b0052a2006006544005009005136006", + "0x553c0052a200600654400501800517e00600654400521e00512c006006", + "0x1fe00606806900a5440051150051fd00600654400549a005059006006544", + "0x600654400500603700606a00554400506800515c006006544005069005", + "0x506600503b00606600554400506a06700a13a006067005544005006133", + "0x611700554400511700513e00611800554400511800501d006065005544", + "0x506500503c00629900554400529900513f00627d00554400527d005176", + "0x15c00510300600654400500601900606529927d117118009005065005544", + "0x505500600654400549a00505900600654400553d005059006006544005", + "0x5500600654400502b0052a200600654400500900513600600654400553e", + "0x600654400501800517e00600654400521e00512c006006544005034005", + "0x654400521b00505500600654400545f0052a200600654400553c0052a2", + "0x12b00510000613a00554400513a00513e00600600554400500600501d006", + "0x6200505300606206306425a54400512b13a00625a03a00612b005544005", + "0x5f00554400500613500600654400500601900606000568e06100554400a", + "0x5e05f00a13400605e00554400505e00513700605e005544005006052006", + "0x554400501901a00a05000601900554400506100505100605d005544005", + "0x515400600654400505c0050fa00605b05c00a5440050190050ac006019", + "0x5800513600605705805925a54400505a00515500605a05b00a54400505b", + "0x605605900a544005059005123006006544005057005124006006544005", + "0x5054005137006054005544005055005159006055005544005056005158", + "0x5200554400505900512200605300554400505405d00a134006054005544", + "0x5200512100606300554400506300513e00606400554400506400501d006", + "0x505305206306421e15d00605300554400505300515c006052005544005", + "0x68f04e00554400a04f00512000600654400500602000604f05005125a544", + "0x516000604b04c00a54400504e00511f00600654400500601900604d005", + "0x25a54400504a00515500604a05b00a54400505b00515400600654400504b", + "0x529900600654400504700512400600654400504900511e006047048049", + "0x54400505b00515500604500554400504604c00a134006046005544005048", + "0x11d00600654400504300513600600654400504400511e00604204304425a", + "0x504004500a134006040005544005041005159006041005544005042005", + "0x601900600669000500602400603d00554400503e00515c00603e005544", + "0x603b03c00a54400504d0051fd00600654400505b005126006006544005", + "0x654400500603700603d00554400503b00515c00600654400503c0051fe", + "0x2000513f00603900554400505000513e00603a00554400505100501d006", + "0x1900600669100500602400622200554400503d00515c006038005544005", + "0x66d53b00a5440050600051fd00600654400501a005059006006544005006", + "0x506300513e00603a00554400506400501d00600654400553b0051fe006", + "0x622200554400566d00515c00603800554400502000513f006039005544", + "0x5900600654400553d005059006006544005006019006006691005006024", + "0x600654400500900513600600654400553e00505500600654400549a005", + "0x654400521e00512c00600654400503400505500600654400502b0052a2", + "0x54400545f0052a200600654400553c0052a200600654400501800517e006", + "0x521b00505500600654400501a005059006006544005133005039006006", + "0x513e00603a00554400500600501d00600654400501d0052a2006006544", + "0x554400513e00515c00603800554400513100513f006039005544005132", + "0x654400553d005059006006544005006019006006691005006024006222", + "0x54400500900513600600654400553e00505500600654400549a005059006", + "0x521e00512c00600654400503400505500600654400502b0052a2006006", + "0x45f0052a200600654400553c0052a200600654400501800517e006006544", + "0x505500600654400501a00505900600654400501d0052a2006006544005", + "0x3900554400500e00513e00603a00554400500600501d00600654400521b", + "0x500613300622200554400513400515c00603800554400513700513f006", + "0x53a00554400522500503b00622500554400522222400a13a006224005544", + "0xa00517600603900554400503900513e00603a00554400503a00501d006", + "0x53a00554400553a00503c00603800554400503800513f00600a005544005", + "0x554400500600500601a00554400500606400653a03800a03903a009005", + "0x54400500606300645f00554400500600500649a00554400500606400601d", + "0x500606400653e00554400500606300602b00554400500600500621b005", + "0x621e00653c00554400500600500603400554400500606300653d005544", + "0x1351362a225a54400a25a00500a1c1006006544005006037006006544005", + "0x61350055440051350051c200600654400500601900613413700e25a692", + "0x51330050610062a20055440052a200513e0061330055440051350050ea", + "0x613e13113225a69313b02013a25a54400a1362a200a1c1006133005544", + "0x554400513b0050ea00613b00554400513b0051c2006006544005006019", + "0x65440051300051c500612d12e14212f13000954400513f0050e900613f", + "0x54400512d00513600600654400512e00517e00600654400514200517e006", + "0x50e900614500554400512f00505f00612f00554400512f005060006006", + "0x12c0051c60060065440051460051c500614a14912b12c146009544005133", + "0x505e00600654400514a00513600600654400514900517e006006544005", + "0x54400514500505d00612900554400512a00518500612a12b00a54400512b", + "0x54400514d00513600615915812312415515412512615112712814e14d299", + "0x515100513600600654400512700511900600654400512800505c006006", + "0x15400505b006006544005125005136006006544005126005136006006544", + "0x512400600654400512400511900600654400515500505c006006544005", + "0x185006006544005159005119006006544005158005124006006544005123", + "0x512212900a05a00612200554400512200513700612200554400514e005", + "0x613a00554400513a00513e006121005544005121005137006121005544", + "0x1900615c00569400654400a12100519000602000554400502001d00a12a", + "0x1eb00600654400512b00517e00600654400501a005059006006544005006", + "0xa54400512000522200612000554400515d00503800615d005544005006", + "0x529900611e00554400516000566d00600654400511f00553b00616011f", + "0x54400511d00513700616300900a54400500900509a00611d00554400511e", + "0x554400516400513700616427d00a54400516311d00a25a10b00611d005", + "0x616700554400511b00522400611b11c00a54400516400600a186006164", + "0x54400500618d00600654400516800553a00611a16800a544005167005225", + "0x1d00616c00554400516b00510800616b00554400511a00522a006119005", + "0x54400502000513f00613a00554400513a00513e00611c00554400511c005", + "0xcf00616c00554400516c0050d0006119005544005119005106006020005", + "0x600654400500602000616f29911711821e54400516c11902013a11c009", + "0x51f600629900554400529945f00a12a00627d00554400527d21b00a057", + "0x5440051160050ce00600654400500601900611500569511600554400a16f", + "0x600654400500601900611400569617300554400a1720050cd006172005", + "0x917600500d0060065440051130051fa00617611300a5440051730051f9", + "0x54400500601900617b00569a17a005699111005698112005697177005544", + "0x69b00500602400600654400549a00505900600654400517700522b006006", + "0x54400549a00505900600654400511200522b006006544005006019006006", + "0x654400511100516000600654400500601900600669b005006024006006", + "0x600654400500601900600669b00500602400600654400549a005059006", + "0x54400a29911700a1c100600654400549a00505900600654400517a005160", + "0x54400500603700600654400500601900618110d10e25a69c17e10f11025a", + "0x610e00618200554400517e0050ea00617e00554400517e0051c2006006", + "0x18500a54400510b00518100610b00554400510c00510d00610c005544005", + "0x10a00529900610a00554400518600510c006006544005185005182006186", + "0x554400510900513700618900900a54400500900509a006109005544005", + "0x1070095440051820050e900610818a00a54400518910927d25a10b006109", + "0x17e00600654400518d0051c60060065440051070051c500619010510618d", + "0x106005544005106005100006006544005190005136006006544005105005", + "0x513700610400554400519100518500619110600a54400510600505e006", + "0x19400513700619410300a54400510410818a25a10b006108005544005108", + "0x54400510200510a00610219500a54400519411800a186006194005544005", + "0x18a00600654400519800518900619919800a544005101005109006101005", + "0x5440050ff0051070060ff005544005100005108006100005544005199005", + "0x510600611000554400511000513e0060fe00554400500618d00619c005", + "0x554400519500501d0061030055440051030051760060fe0055440050fe", + "0x61a30fb0fc25a69d1a019f0fd25a54400a19c0fe10f11021e105006195", + "0x55440050fd00513e0061a00055440051a0005137006006544005006019", + "0x61a400569e00654400a1a000519000619f00554400519f00513f0060fd", + "0xf81a825a69f1a70f90fa25a54400a19f0fd00a1c1006006544005006019", + "0x51a70050ea0061a70055440051a70051c20060065440050060190060f7", + "0x510d0060f500554400500610e0060f60055440050061010061ab005544", + "0x5440051af0051820060f41af00a5440051ae0051810061ae0055440050f5", + "0x51370061b20055440050f30052990060f30055440050f400510c006006", + "0x50f61b210325a10b0060f60055440050f60051370061b20055440051b2", + "0xf10051c50060ef0f01b71b60f10095440051ab0050e90060f21b300a544", + "0x51360060065440050f000517e0060065440051b60051c6006006544005", + "0xf20055440050f20051370061ba0055440051b70051850060065440050ef", + "0x60ee03600a5440051ba0f21b325a10b0061ba0055440051ba005137006", + "0x510a0061bd0ed00a5440050ee19500a1860060ee0055440050ee005137", + "0x5440050ec0051890060eb0ec00a5440051be0051090061be0055440051bd", + "0x51070061c20055440051c10051080061c10055440050eb00518a006006", + "0xfa0055440050fa00513e0060e900554400500618d0060ea0055440051c2", + "0x501d00603600554400503603400a0570060e90055440050e9005106006", + "0x25a6a01c630a1c525a54400a0ea0e90f90fa21e1050060ed0055440050ed", + "0x513e0061c60055440051c60051370060065440050060190061c90e70e8", + "0x54400a1c600519000630a00554400530a53c00a12a0061c50055440051c5", + "0x517e00600654400521e00512c0060065440050060190060e60056a1006", + "0x1d00600654400553e00505500600654400502b0052a2006006544005018", + "0x5440051060051000061c50055440051c500513e0060ed0055440050ed005", + "0x25a5440050091061c50ed21e054006009005544005009005137006106005", + "0x65440050060190060e30056a20e400554400a1cd0050530061cd1cc0e5", + "0x5440051d10051370061d10055440050060520061d0005544005006135006", + "0x60370055440050e40050510060e20055440051d11d000a1340061d1005", + "0x50fa0061d40e100a5440050370050ac00603700554400503753d00a050", + "0x25a5440051d50051550061d51d400a5440051d40051540060065440050e1", + "0x51230060065440051d80051240060065440050df0051360061d80df0e0", + "0x5440050dd0051590060dd0055440050de0051580060de0e000a5440050e0", + "0x61dc0055440051db0e200a1340061db0055440051db0051370061db005", + "0x51cc00513e0060e50055440050e500501d0060dc0055440050e0005122", + "0x61dc0055440051dc00515c0060dc0055440050dc0051210061cc005544", + "0x1200060065440050060200061e01df0db25a5440051dc0dc1cc0e521e15d", + "0x50da00511f0060065440050060190060d90056a30da00554400a1e0005", + "0xd81d400a5440051d40051540060065440051e40051600061e41e300a544", + "0x51240060065440050d700511e0060d61e70d725a5440050d8005155006", + "0x55440050d51e300a1340060d50055440051e70052990060065440050d6", + "0x1360060065440051eb00511e0060d30d41eb25a5440051d40051550061ea", + "0x55440051ee0051590061ee0055440050d300511d0060065440050d4005", + "0x240060d10055440050d200515c0060d20055440051ef1ea00a1340061ef", + "0x51fd0060065440051d40051260060065440050060190060066a4005006", + "0x55440051f300515c0060065440051f20051fe0061f31f200a5440050d9", + "0x51df00513e0060d00055440050db00501d0060065440050060370060d1", + "0x60ce00554400530a00513f0061f60055440050360051760060cf005544", + "0x60065440050060190060066a50050060240060cd0055440050d100515c", + "0x51f90051fe0061fa1f900a5440050e30051fd00600654400553d005059", + "0x1760060cf0055440051cc00513e0060d00055440050e500501d006006544", + "0x5440051fa00515c0060ce00554400530a00513f0061f6005544005036005", + "0x5440050e60051030060065440050060190060066a50050060240060cd005", + "0x50ed00501d00600654400510600517e00600654400553d005059006006", + "0x61fd0055440050360051760060cb0055440051c500513e0060cc005544", + "0x60065440050060190060066a60050060240061fe00554400530a00513f", + "0x654400500900513600600654400553e00505500600654400553d005059", + "0x54400521e00512c00600654400502b0052a200600654400510600517e006", + "0x50ed00501d00600654400553c0052a200600654400501800517e006006", + "0x62010055440050360051760060c90055440050e800513e0060ca005544", + "0x6a70050060240060c80055440051c900515c0062020055440050e700513f", + "0x54400553e00505500600654400553d005059006006544005006019006006", + "0x502b0052a200600654400510600517e006006544005009005136006006", + "0x1800517e00600654400521e00512c006006544005034005055006006544", + "0x13e0060ca00554400519500501d00600654400553c0052a2006006544005", + "0x5440050f800513f0062010055440051030051760060c90055440051a8005", + "0x4e0060d00055440050ca00504f0060c80055440050f700515c006202005", + "0x54400520200504c0061f600554400520100504d0060cf0055440050c9005", + "0x50060190060066a50050060240060cd0055440050c800504b0060ce005", + "0x10600517e00600654400553d0050590060065440051a4005103006006544", + "0x501d00600654400553c0052a2006006544005034005055006006544005", + "0x55440051030051760060cb0055440050fd00513e0060cc005544005195", + "0xc700522d0060c700554400500610e0061fe00554400519f00513f0061fd", + "0x65440050c60055370060c50c600a544005205005539006205005544005", + "0x900509a0062090055440052080052990062080055440050c5005536006", + "0x50c42091fd25a10b0062090055440052090051370060c400900a544005", + "0x554400520d00518500620d01800a54400501800505e00620c0c300a544", + "0xc102c00a5440050c220c0c325a10b00620c00554400520c0051370060c2", + "0x2b00621121000a5440050c10cc00a1860060c10055440050c1005137006", + "0x55440050bf0055350060bf0055440050c00051940060c0005544005006", + "0xbd0051060060bd00554400500618d0060be005544005211005107006214", + "0x554400502c53e00a0570062140055440052140051370060bd005544005", + "0xa54400a2140be0bd1fe0cb00953400621000554400521000501d00602c", + "0x2190055440050061350060065440050060190060bb0bc21825a6a8024217", + "0x5440050ba0051940060ba00554400500602b00621a005544005006135006", + "0x21d00554400521c00566e00621c0055440050b900901825a5330060b9005", + "0x21000501d0060065440050b80050450060b70b800a54400521d005046006", + "0xb70055440050b700504400621700554400521700513e006210005544005", + "0x2b00a12a00621a00554400521a00515c00621900554400521900515c006", + "0x60b50b621f25a54400521a2190b7217210009043006024005544005024", + "0xb40050410060065440050060190060b30056a90b400554400a0b5005042", + "0xa5440050b20051630060065440050b00051600060b00b10b225a544005", + "0x1640060ac0ad00a5440050b10051630060065440050af0051640060ae0af", + "0x55440050ac00511c0060ab0055440050ae00511c0060065440050ad005", + "0x190060a50a60a725a6aa0a80a900a54400a0aa0ab0240b621e0e80060aa", + "0xa30055440050a421e00a03e0060a400554400500602b006006544005006", + "0xa900513e00621f00554400521f00501d0060a20055440050a300503d006", + "0xa80055440050a800513f00602c00554400502c0051760060a9005544005", + "0x5440050060190060a20a802c0a921f0090050a20055440050a200503c006", + "0xa50a100a13a0060a100554400500613300600654400521e00512c006006", + "0x21f00554400521f00501d00609f0055440050a000503b0060a0005544005", + "0xa600513f00602c00554400502c0051760060a70055440050a700513e006", + "0x609f0a602c0a721f00900509f00554400509f00503c0060a6005544005", + "0x9e0055440050b300503b00600654400521e00512c006006544005006019", + "0x2c0051760060b60055440050b600513e00621f00554400521f00501d006", + "0x9e00554400509e00503c00602400554400502400513f00602c005544005", + "0x654400521e00512c00600654400500601900609e02402c0b621f009005", + "0x54400502b0052a200600654400501800517e006006544005009005136006", + "0x503b00609c0055440050bb09d00a13a00609d005544005006133006006", + "0x554400521800513e00621000554400521000501d00609b00554400509c", + "0x503c0060bc0055440050bc00513f00602c00554400502c005176006218", + "0x5900600654400500601900609b0bc02c21821000900509b00554400509b", + "0x600654400500900513600600654400553e00505500600654400553d005", + "0x654400503400505500600654400502b0052a200600654400510600517e", + "0x54400553c0052a200600654400501800517e00600654400521e00512c006", + "0x51760060cf0055440050fc00513e0060d000554400519500501d006006", + "0x55440051a300515c0060ce0055440050fb00513f0061f6005544005103", + "0x60065440050060370060065440050060190060066a50050060240060cd", + "0x654400500900513600600654400553e00505500600654400553d005059", + "0x54400521e00512c00600654400503400505500600654400502b0052a2006", + "0x511800501d00600654400553c0052a200600654400501800517e006006", + "0x61f600554400527d0051760060cf00554400510e00513e0060d0005544", + "0x5440050061330060cd00554400518100515c0060ce00554400510d00513f", + "0x609800554400509900503b0060990055440050cd09a00a13a00609a005", + "0x51f60051760060cf0055440050cf00513e0060d00055440050d000501d", + "0x509800554400509800503c0060ce0055440050ce00513f0061f6005544", + "0x1600060065440050060370060065440050060190060980ce1f60cf0d0009", + "0x600654400553e00505500600654400553d00505900600654400517b005", + "0x654400521e00512c00600654400503400505500600654400502b0052a2", + "0x54400511800501d00600654400553c0052a200600654400501800517e006", + "0x52f00600900554400500900513700611700554400511700513e006118005", + "0x56ab09400554400a09500505300609509609725a54400500911711825a", + "0x5544005006052006092005544005006135006006544005006019006093", + "0x5100609000554400509109200a134006091005544005091005137006091", + "0x50210050ac00602100554400502149a00a050006021005544005094005", + "0x8d08e00a54400508e00515400600654400508f0050fa00608e08f00a544", + "0x512400600654400508b00513600608a08b08c25a54400508d005155006", + "0x554400508900515800608908c00a54400508c00512300600654400508a", + "0xa134006087005544005087005137006087005544005088005159006088", + "0x54400509700501d00608500554400508c005122006086005544005087090", + "0x15c00608500554400508500512100609600554400509600513e006097005", + "0x608208308425a54400508608509609721e15d006086005544005086005", + "0x50060190060800056ac08100554400a082005120006006544005006020", + "0x15400600654400507e00516000607e07f00a54400508100511f006006544", + "0x511e00607a07b07c25a54400507d00515500607d08e00a54400508e005", + "0x607900554400507b00529900600654400507a00512400600654400507c", + "0x11e00607507607725a54400508e00515500607800554400507907f00a134", + "0x7400554400507500511d006006544005076005136006006544005077005", + "0x515c00607200554400507307800a134006073005544005074005159006", + "0x51260060065440050060190060066ad005006024006071005544005072", + "0x65440050700051fe00606f07000a5440050800051fd00600654400508e", + "0x554400500613300600654400500603700607100554400506f00515c006", + "0x1d00606c00554400506d00503b00606d00554400507106e00a13a00606e", + "0x54400527d00517600608300554400508300513e006084005544005084005", + "0x900506c00554400506c00503c00629900554400529900513f00627d005", + "0x3b00600654400549a00505900600654400500601900606c29927d083084", + "0x54400509600513e00609700554400509700501d00606b005544005093005", + "0x3c00629900554400529900513f00627d00554400527d005176006096005", + "0x600654400500601900606b29927d09609700900506b00554400506b005", + "0x654400500900513600600654400553e00505500600654400553d005059", + "0x54400521e00512c00600654400503400505500600654400502b0052a2006", + "0x549a00505900600654400553c0052a200600654400501800517e006006", + "0x50060190060066ae00500602400606a00554400511400515c006006544", + "0x900513600600654400553e00505500600654400553d005059006006544", + "0x512c00600654400503400505500600654400502b0052a2006006544005", + "0x5900600654400553c0052a200600654400501800517e00600654400521e", + "0x5440050690051fe00606806900a5440051150051fd00600654400549a005", + "0x54400500613300600654400500603700606a00554400506800515c006006", + "0x606500554400506600503b00606600554400506a06700a13a006067005", + "0x527d00517600611700554400511700513e00611800554400511800501d", + "0x506500554400506500503c00629900554400529900513f00627d005544", + "0x600654400515c00510300600654400500601900606529927d117118009", + "0x654400553e00505500600654400549a00505900600654400553d005059", + "0x54400503400505500600654400502b0052a2006006544005009005136006", + "0x553c0052a200600654400501800517e00600654400521e00512c006006", + "0x600501d00600654400521b00505500600654400545f0052a2006006544", + "0x12b00554400512b00510000613a00554400513a00513e006006005544005", + "0x6100554400a06200505300606206306425a54400512b13a00625a03a006", + "0x500605200605f0055440050061350060065440050060190060600056af", + "0x5d00554400505e05f00a13400605e00554400505e00513700605e005544", + "0x50ac00601900554400501901a00a050006019005544005061005051006", + "0xa54400505b00515400600654400505c0050fa00605b05c00a544005019", + "0x600654400505800513600605705805925a54400505a00515500605a05b", + "0x505600515800605605900a544005059005123006006544005057005124", + "0x6054005544005054005137006054005544005055005159006055005544", + "0x6400501d00605200554400505900512200605300554400505405d00a134", + "0x5200554400505200512100606300554400506300513e006064005544005", + "0x5005125a54400505305206306421e15d00605300554400505300515c006", + "0x1900604d0056b004e00554400a04f00512000600654400500602000604f", + "0x654400504b00516000604b04c00a54400504e00511f006006544005006", + "0x604704804925a54400504a00515500604a05b00a54400505b005154006", + "0x554400504800529900600654400504700512400600654400504900511e", + "0x4204304425a54400505b00515500604500554400504604c00a134006046", + "0x54400504200511d00600654400504300513600600654400504400511e006", + "0x603e00554400504004500a134006040005544005041005159006041005", + "0x60065440050060190060066b100500602400603d00554400503e00515c", + "0x503c0051fe00603b03c00a54400504d0051fd00600654400505b005126", + "0x5100501d00600654400500603700603d00554400503b00515c006006544", + "0x3800554400502000513f00603900554400505000513e00603a005544005", + "0x65440050060190060066b200500602400622200554400503d00515c006", + "0x53b0051fe00666d53b00a5440050600051fd00600654400501a005059006", + "0x603900554400506300513e00603a00554400506400501d006006544005", + "0x6b200500602400622200554400566d00515c00603800554400502000513f", + "0x54400549a00505900600654400553d005059006006544005006019006006", + "0x502b0052a200600654400500900513600600654400553e005055006006", + "0x1800517e00600654400521e00512c006006544005034005055006006544", + "0x503900600654400545f0052a200600654400553c0052a2006006544005", + "0x2a200600654400521b00505500600654400501a005059006006544005133", + "0x554400513200513e00603a00554400500600501d00600654400501d005", + "0x602400622200554400513e00515c00603800554400513100513f006039", + "0x49a00505900600654400553d0050590060065440050060190060066b2005", + "0x52a200600654400500900513600600654400553e005055006006544005", + "0x17e00600654400521e00512c00600654400503400505500600654400502b", + "0x600654400545f0052a200600654400553c0052a2006006544005018005", + "0x654400521b00505500600654400501a00505900600654400501d0052a2", + "0x13700513f00603900554400500e00513e00603a00554400500600501d006", + "0x622400554400500613300622200554400513400515c006038005544005", + "0x3a00501d00653a00554400522500503b00622500554400522222400a13a", + "0xa00554400500a00517600603900554400503900513e00603a005544005", + "0x3903a00900553a00554400553a00503c00603800554400503800513f006", + "0x606400601d00554400500600500601a00554400500606400653a03800a", + "0x500621b00554400500606300645f00554400500600500649a005544005", + "0x653d00554400500606400653e00554400500606300602b005544005006", + "0x600654400500621e00653c005544005006005006034005544005006063", + "0x13700e25a6b31351362a225a54400a25a00500a1c1006006544005006037", + "0x51350050ea0061350055440051350051c2006006544005006019006134", + "0x61330055440051330050610062a20055440052a200513e006133005544", + "0x54400500601900613e13113225a6b413b02013a25a54400a1362a200a1c1", + "0x50e900613f00554400513b0050ea00613b00554400513b0051c2006006", + "0x14200517e0060065440051300051c500612d12e14212f13000954400513f", + "0x506000600654400512d00513600600654400512e00517e006006544005", + "0x95440051330050e900614500554400512f00505f00612f00554400512f", + "0x600654400512c0051c60060065440051460051c500614a14912b12c146", + "0xa54400512b00505e00600654400514a00513600600654400514900517e", + "0x12814e14d29954400514500505d00612900554400512a00518500612a12b", + "0x505c00600654400514d005136006159158123124155154125126151127", + "0x136006006544005151005136006006544005127005119006006544005128", + "0x600654400515400505b006006544005125005136006006544005126005", + "0x654400512300512400600654400512400511900600654400515500505c", + "0x54400514e005185006006544005159005119006006544005158005124006", + "0x612100554400512212900a05a006122005544005122005137006122005", + "0x2001d00a12a00613a00554400513a00513e006121005544005121005137", + "0x654400500601900615c0056b500654400a121005190006020005544005", + "0x55440050061eb00600654400512b00517e00600654400501a005059006", + "0x53b00616011f00a54400512000522200612000554400515d00503800615d", + "0x554400511e00529900611e00554400516000566d00600654400511f005", + "0x10b00611d00554400511d00513700616300900a54400500900509a00611d", + "0xa18600616400554400516400513700616427d00a54400516311d00a25a", + "0x516700522500616700554400511b00522400611b11c00a544005164006", + "0x22a00611900554400500618d00600654400516800553a00611a16800a544", + "0x54400511c00501d00616c00554400516b00510800616b00554400511a005", + "0x10600602000554400502000513f00613a00554400513a00513e00611c005", + "0x2013a11c0090cf00616c00554400516c0050d0006119005544005119005", + "0x27d21b00a05700600654400500602000616f29911711821e54400516c119", + "0x554400a16f0051f600629900554400529945f00a12a00627d005544005", + "0xcd0061720055440051160050ce0060065440050060190061150056b6116", + "0x51730051f90060065440050060190061140056b717300554400a172005", + "0x6b817700554400917600500d0060065440051130051fa00617611300a544", + "0x522b00600654400500601900617b0056bb17a0056ba1110056b9112005", + "0x60190060066bc00500602400600654400549a005059006006544005177", + "0x602400600654400549a00505900600654400511200522b006006544005", + "0x49a0050590060065440051110051600060065440050060190060066bc005", + "0x517a0051600060065440050060190060066bc005006024006006544005", + "0x17e10f11025a54400a29911700a1c100600654400549a005059006006544", + "0x51c200600654400500603700600654400500601900618110d10e25a6bd", + "0x10c00554400500610e00618200554400517e0050ea00617e00554400517e", + "0x518200618618500a54400510b00518100610b00554400510c00510d006", + "0x10900554400510a00529900610a00554400518600510c006006544005185", + "0x25a10b00610900554400510900513700618900900a54400500900509a006", + "0x19010510618d1070095440051820050e900610818a00a54400518910927d", + "0x54400510500517e00600654400518d0051c60060065440051070051c5006", + "0x10600505e006106005544005106005100006006544005190005136006006", + "0x554400510800513700610400554400519100518500619110600a544005", + "0x19400554400519400513700619410300a54400510410818a25a10b006108", + "0x10900610100554400510200510a00610219500a54400519411800a186006", + "0x54400519900518a00600654400519800518900619919800a544005101005", + "0x18d00619c0055440050ff0051070060ff005544005100005108006100005", + "0x55440050fe00510600611000554400511000513e0060fe005544005006", + "0x21e10500619500554400519500501d0061030055440051030051760060fe", + "0x5440050060190061a30fb0fc25a6be1a019f0fd25a54400a19c0fe10f110", + "0x513f0060fd0055440050fd00513e0061a00055440051a0005137006006", + "0x5440050060190061a40056bf00654400a1a000519000619f00554400519f", + "0x60190060f70f81a825a6c01a70f90fa25a54400a19f0fd00a1c1006006", + "0x61ab0055440051a70050ea0061a70055440051a70051c2006006544005", + "0x55440050f500510d0060f500554400500610e0060f6005544005006101", + "0x510c0060065440051af0051820060f41af00a5440051ae0051810061ae", + "0x55440051b20051370061b20055440050f30052990060f30055440050f4", + "0xf21b300a5440050f61b210325a10b0060f60055440050f60051370061b2", + "0x60065440050f10051c50060ef0f01b71b60f10095440051ab0050e9006", + "0x65440050ef0051360060065440050f000517e0060065440051b60051c6", + "0x1ba0051370060f20055440050f20051370061ba0055440051b7005185006", + "0x50ee0051370060ee03600a5440051ba0f21b325a10b0061ba005544005", + "0x55440051bd00510a0061bd0ed00a5440050ee19500a1860060ee005544", + "0x518a0060065440050ec0051890060eb0ec00a5440051be0051090061be", + "0x55440051c20051070061c20055440051c10051080061c10055440050eb", + "0xe90051060060fa0055440050fa00513e0060e900554400500618d0060ea", + "0x55440050ed00501d00603600554400503603400a0570060e9005544005", + "0x61c90e70e825a6c11c630a1c525a54400a0ea0e90f90fa21e1050060ed", + "0x55440051c500513e0061c60055440051c6005137006006544005006019", + "0xe60056c200654400a1c600519000630a00554400530a53c00a12a0061c5", + "0x654400501800517e00600654400521e00512c006006544005006019006", + "0x5440050ed00501d00600654400553e00505500600654400502b0052a2006", + "0x1370061060055440051060051000061c50055440051c500513e0060ed005", + "0x61cd1cc0e525a5440050091061c50ed21e054006009005544005009005", + "0x50061350060065440050060190060e30056c30e400554400a1cd005053", + "0x1340061d10055440051d10051370061d10055440050060520061d0005544", + "0x3753d00a0500060370055440050e40050510060e20055440051d11d000a", + "0x65440050e10050fa0061d40e100a5440050370050ac006037005544005", + "0x61d80df0e025a5440051d50051550061d51d400a5440051d4005154006", + "0xa5440050e00051230060065440051d80051240060065440050df005136", + "0x1370061db0055440050dd0051590060dd0055440050de0051580060de0e0", + "0x50e00051220061dc0055440051db0e200a1340061db0055440051db005", + "0x61cc0055440051cc00513e0060e50055440050e500501d0060dc005544", + "0x1cc0e521e15d0061dc0055440051dc00515c0060dc0055440050dc005121", + "0x54400a1e00051200060065440050060200061e01df0db25a5440051dc0dc", + "0x1e41e300a5440050da00511f0060065440050060190060d90056c40da005", + "0xd80051550060d81d400a5440051d40051540060065440051e4005160006", + "0x65440050d60051240060065440050d700511e0060d61e70d725a544005", + "0x51550061ea0055440050d51e300a1340060d50055440051e7005299006", + "0x5440050d40051360060065440051eb00511e0060d30d41eb25a5440051d4", + "0xa1340061ef0055440051ee0051590061ee0055440050d300511d006006", + "0x66c50050060240060d10055440050d200515c0060d20055440051ef1ea", + "0xa5440050d90051fd0060065440051d4005126006006544005006019006", + "0x60370060d10055440051f300515c0060065440051f20051fe0061f31f2", + "0x60cf0055440051df00513e0060d00055440050db00501d006006544005", + "0x50d100515c0060ce00554400530a00513f0061f6005544005036005176", + "0x553d0050590060065440050060190060066c60050060240060cd005544", + "0x1d0060065440051f90051fe0061fa1f900a5440050e30051fd006006544", + "0x5440050360051760060cf0055440051cc00513e0060d00055440050e5005", + "0x240060cd0055440051fa00515c0060ce00554400530a00513f0061f6005", + "0x50590060065440050e60051030060065440050060190060066c6005006", + "0x60cc0055440050ed00501d00600654400510600517e00600654400553d", + "0x530a00513f0061fd0055440050360051760060cb0055440051c500513e", + "0x553d0050590060065440050060190060066c70050060240061fe005544", + "0x10600517e00600654400500900513600600654400553e005055006006544", + "0x517e00600654400521e00512c00600654400502b0052a2006006544005", + "0x60ca0055440050ed00501d00600654400553c0052a2006006544005018", + "0x50e700513f0062010055440050360051760060c90055440050e800513e", + "0x60190060066c80050060240060c80055440051c900515c006202005544", + "0x513600600654400553e00505500600654400553d005059006006544005", + "0x5500600654400502b0052a200600654400510600517e006006544005009", + "0x600654400501800517e00600654400521e00512c006006544005034005", + "0x5440051a800513e0060ca00554400519500501d00600654400553c0052a2", + "0x15c0062020055440050f800513f0062010055440051030051760060c9005", + "0x5440050c900504e0060d00055440050ca00504f0060c80055440050f7005", + "0x4b0060ce00554400520200504c0061f600554400520100504d0060cf005", + "0x1030060065440050060190060066c60050060240060cd0055440050c8005", + "0x600654400510600517e00600654400553d0050590060065440051a4005", + "0x554400519500501d00600654400553c0052a2006006544005034005055", + "0x513f0061fd0055440051030051760060cb0055440050fd00513e0060cc", + "0x2050055440050c700522d0060c70055440050060fe0061fe00554400519f", + "0xc50055360060065440050c60055370060c50c600a544005205005539006", + "0x900a54400500900509a006209005544005208005299006208005544005", + "0x20c0c300a5440050c42091fd25a10b0062090055440052090051370060c4", + "0x51370060c200554400520d00518500620d01800a54400501800505e006", + "0xc10051370060c102c00a5440050c220c0c325a10b00620c00554400520c", + "0x554400500602b00621121000a5440050c10cc00a1860060c1005544005", + "0x51070062140055440050bf0055350060bf0055440050c00051910060c0", + "0xbd0055440050bd0051060060bd00554400500618d0060be005544005211", + "0x501d00602c00554400502c53e00a057006214005544005214005137006", + "0x25a6c902421700a54400a2140be0bd1fe0cb009534006210005544005210", + "0x50061350062190055440050061350060065440050060190060bb0bc218", + "0x2350060b90055440050ba0051910060ba00554400500602b00621a005544", + "0x21d00504600621d00554400521c00523700621c0055440050b901800925a", + "0x21000554400521000501d0060065440050b80050450060b70b800a544005", + "0x21900515c0060b70055440050b700504400621700554400521700513e006", + "0x554400502402b00a12a00621a00554400521a00515c006219005544005", + "0xa0b50050420060b50b621f25a54400521a2190b7217210009043006024", + "0xb225a5440050b40050410060065440050060190060b30056ca0b4005544", + "0x1640060ae0af00a5440050b20051630060065440050b00051600060b00b1", + "0x5440050ad0051640060ac0ad00a5440050b10051630060065440050af005", + "0x21e0e80060aa0055440050ac00511c0060ab0055440050ae00511c006006", + "0x65440050060190060a50a60a725a6cb0a80a900a54400a0aa0ab0240b6", + "0xa300503d0060a30055440050a421e00a03e0060a400554400500602b006", + "0xa90055440050a900513e00621f00554400521f00501d0060a2005544005", + "0xa200503c0060a80055440050a800513f00602c00554400502c005176006", + "0x512c0060065440050060190060a20a802c0a921f0090050a2005544005", + "0xa00055440050a50a100a13a0060a100554400500613300600654400521e", + "0xa700513e00621f00554400521f00501d00609f0055440050a000503b006", + "0xa60055440050a600513f00602c00554400502c0051760060a7005544005", + "0x54400500601900609f0a602c0a721f00900509f00554400509f00503c006", + "0x21f00501d00609e0055440050b300503b00600654400521e00512c006006", + "0x2c00554400502c0051760060b60055440050b600513e00621f005544005", + "0xb621f00900509e00554400509e00503c00602400554400502400513f006", + "0x1800517e00600654400521e00512c00600654400500601900609e02402c", + "0x613300600654400502b0052a2006006544005009005136006006544005", + "0x554400509c00503b00609c0055440050bb09d00a13a00609d005544005", + "0x517600621800554400521800513e00621000554400521000501d00609b", + "0x554400509b00503c0060bc0055440050bc00513f00602c00554400502c", + "0x54400553d00505900600654400500601900609b0bc02c21821000900509b", + "0x510600517e00600654400500900513600600654400553e005055006006", + "0x21e00512c00600654400503400505500600654400502b0052a2006006544", + "0x501d00600654400553c0052a200600654400501800517e006006544005", + "0x55440051030051760060cf0055440050fc00513e0060d0005544005195", + "0x60240060cd0055440051a300515c0060ce0055440050fb00513f0061f6", + "0x553d0050590060065440050060370060065440050060190060066c6005", + "0x2b0052a200600654400500900513600600654400553e005055006006544", + "0x517e00600654400521e00512c006006544005034005055006006544005", + "0x60d000554400511800501d00600654400553c0052a2006006544005018", + "0x510d00513f0061f600554400527d0051760060cf00554400510e00513e", + "0x13a00609a0055440050061330060cd00554400518100515c0060ce005544", + "0x50d000501d00609800554400509900503b0060990055440050cd09a00a", + "0x61f60055440051f60051760060cf0055440050cf00513e0060d0005544", + "0x1f60cf0d000900509800554400509800503c0060ce0055440050ce00513f", + "0x54400517b0051600060065440050060370060065440050060190060980ce", + "0x502b0052a200600654400553e00505500600654400553d005059006006", + "0x1800517e00600654400521e00512c006006544005034005055006006544", + "0x13e00611800554400511800501d00600654400553c0052a2006006544005", + "0x911711825a52f006009005544005009005137006117005544005117005", + "0x60190060930056cc09400554400a09500505300609509609725a544005", + "0x5137006091005544005006052006092005544005006135006006544005", + "0x54400509400505100609000554400509109200a134006091005544005091", + "0x8e08f00a5440050210050ac00602100554400502149a00a050006021005", + "0x8d00515500608d08e00a54400508e00515400600654400508f0050fa006", + "0x654400508a00512400600654400508b00513600608a08b08c25a544005", + "0x515900608800554400508900515800608908c00a54400508c005123006", + "0x54400508709000a134006087005544005087005137006087005544005088", + "0x13e00609700554400509700501d00608500554400508c005122006086005", + "0x54400508600515c006085005544005085005121006096005544005096005", + "0x54400500602000608208308425a54400508608509609721e15d006086005", + "0x11f0060065440050060190060800056cd08100554400a082005120006006", + "0x54400508e00515400600654400507e00516000607e07f00a544005081005", + "0x654400507c00511e00607a07b07c25a54400507d00515500607d08e00a", + "0x7907f00a13400607900554400507b00529900600654400507a005124006", + "0x54400507700511e00607507607725a54400508e005155006078005544005", + "0x7400515900607400554400507500511d006006544005076005136006006", + "0x554400507200515c00607200554400507307800a134006073005544005", + "0x654400508e0051260060065440050060190060066ce005006024006071", + "0x6f00515c0060065440050700051fe00606f07000a5440050800051fd006", + "0xa13a00606e005544005006133006006544005006037006071005544005", + "0x54400508400501d00606c00554400506d00503b00606d00554400507106e", + "0x13f00627d00554400527d00517600608300554400508300513e006084005", + "0x29927d08308400900506c00554400506c00503c006299005544005299005", + "0x54400509300503b00600654400549a00505900600654400500601900606c", + "0x17600609600554400509600513e00609700554400509700501d00606b005", + "0x54400506b00503c00629900554400529900513f00627d00554400527d005", + "0x553d00505900600654400500601900606b29927d09609700900506b005", + "0x2b0052a200600654400500900513600600654400553e005055006006544", + "0x517e00600654400521e00512c006006544005034005055006006544005", + "0x15c00600654400549a00505900600654400553c0052a2006006544005018", + "0x590060065440050060190060066cf00500602400606a005544005114005", + "0x600654400500900513600600654400553e00505500600654400553d005", + "0x654400521e00512c00600654400503400505500600654400502b0052a2", + "0x54400549a00505900600654400553c0052a200600654400501800517e006", + "0x515c0060065440050690051fe00606806900a5440051150051fd006006", + "0x13a00606700554400500613300600654400500603700606a005544005068", + "0x511800501d00606500554400506600503b00606600554400506a06700a", + "0x627d00554400527d00517600611700554400511700513e006118005544", + "0x27d11711800900506500554400506500503c00629900554400529900513f", + "0x553d00505900600654400515c005103006006544005006019006065299", + "0x900513600600654400553e00505500600654400549a005059006006544", + "0x512c00600654400503400505500600654400502b0052a2006006544005", + "0x2a200600654400553c0052a200600654400501800517e00600654400521e", + "0x600554400500600501d00600654400521b00505500600654400545f005", + "0x625a03a00612b00554400512b00510000613a00554400513a00513e006", + "0x60600056d006100554400a06200505300606206306425a54400512b13a", + "0x605e00554400500605200605f005544005006135006006544005006019", + "0x6100505100605d00554400505e05f00a13400605e00554400505e005137", + "0xa5440050190050ac00601900554400501901a00a050006019005544005", + "0x15500605a05b00a54400505b00515400600654400505c0050fa00605b05c", + "0x505700512400600654400505800513600605705805925a54400505a005", + "0x605500554400505600515800605605900a544005059005123006006544", + "0x5405d00a134006054005544005054005137006054005544005055005159", + "0x6400554400506400501d006052005544005059005122006053005544005", + "0x5300515c00605200554400505200512100606300554400506300513e006", + "0x602000604f05005125a54400505305206306421e15d006053005544005", + "0x654400500601900604d0056d104e00554400a04f005120006006544005", + "0x5b00515400600654400504b00516000604b04c00a54400504e00511f006", + "0x504900511e00604704804925a54400504a00515500604a05b00a544005", + "0xa134006046005544005048005299006006544005047005124006006544", + "0x4400511e00604204304425a54400505b00515500604500554400504604c", + "0x15900604100554400504200511d006006544005043005136006006544005", + "0x503e00515c00603e00554400504004500a134006040005544005041005", + "0x505b0051260060065440050060190060066d200500602400603d005544", + "0x15c00600654400503c0051fe00603b03c00a54400504d0051fd006006544", + "0x3a00554400505100501d00600654400500603700603d00554400503b005", + "0x3d00515c00603800554400502000513f00603900554400505000513e006", + "0x1a0050590060065440050060190060066d3005006024006222005544005", + "0x600654400553b0051fe00666d53b00a5440050600051fd006006544005", + "0x502000513f00603900554400506300513e00603a00554400506400501d", + "0x60190060066d300500602400622200554400566d00515c006038005544", + "0x505500600654400549a00505900600654400553d005059006006544005", + "0x5500600654400502b0052a200600654400500900513600600654400553e", + "0x600654400501800517e00600654400521e00512c006006544005034005", + "0x654400513300503900600654400545f0052a200600654400553c0052a2", + "0x54400501d0052a200600654400521b00505500600654400501a005059006", + "0x513f00603900554400513200513e00603a00554400500600501d006006", + "0x60066d300500602400622200554400513e00515c006038005544005131", + "0x600654400549a00505900600654400553d005059006006544005006019", + "0x654400502b0052a200600654400500900513600600654400553e005055", + "0x54400501800517e00600654400521e00512c006006544005034005055006", + "0x501d0052a200600654400545f0052a200600654400553c0052a2006006", + "0x600501d00600654400521b00505500600654400501a005059006006544", + "0x3800554400513700513f00603900554400500e00513e00603a005544005", + "0x22222400a13a00622400554400500613300622200554400513400515c006", + "0x3a00554400503a00501d00653a00554400522500503b006225005544005", + "0x3800513f00600a00554400500a00517600603900554400503900513e006", + "0x653a03800a03903a00900553a00554400553a00503c006038005544005", + "0x49a00554400500606400601d00554400500600500601a005544005006064", + "0x554400500600500621b00554400500606300645f005544005006005006", + "0x54400500606300653d00554400500606400653e00554400500606300602b", + "0x54400500603700600654400500621e00653c005544005006005006034005", + "0x601900613413700e25a6d41351362a225a54400a25a00500a1c1006006", + "0x61330055440051350050ea0061350055440051350051c2006006544005", + "0x1362a200a1c10061330055440051330050610062a20055440052a200513e", + "0x51c200600654400500601900613e13113225a6d513b02013a25a54400a", + "0x954400513f0050e900613f00554400513b0050ea00613b00554400513b", + "0x600654400514200517e0060065440051300051c500612d12e14212f130", + "0x554400512f00506000600654400512d00513600600654400512e00517e", + "0x14912b12c1460095440051330050e900614500554400512f00505f00612f", + "0x514900517e00600654400512c0051c60060065440051460051c500614a", + "0x18500612a12b00a54400512b00505e00600654400514a005136006006544", + "0x12512615112712814e14d29954400514500505d00612900554400512a005", + "0x654400512800505c00600654400514d005136006159158123124155154", + "0x544005126005136006006544005151005136006006544005127005119006", + "0x515500505c00600654400515400505b006006544005125005136006006", + "0x158005124006006544005123005124006006544005124005119006006544", + "0x13700612200554400514e005185006006544005159005119006006544005", + "0x512100513700612100554400512212900a05a006122005544005122005", + "0x2000554400502001d00a12a00613a00554400513a00513e006121005544", + "0x1a00505900600654400500601900615c0056d600654400a121005190006", + "0x503800615d0055440050061eb00600654400512b00517e006006544005", + "0x54400511f00553b00616011f00a54400512000522200612000554400515d", + "0x509a00611d00554400511e00529900611e00554400516000566d006006", + "0x16311d00a25a10b00611d00554400511d00513700616300900a544005009", + "0x54400516400600a18600616400554400516400513700616427d00a544005", + "0x11a16800a54400516700522500616700554400511b00522400611b11c00a", + "0x54400511a00522a00611900554400500618d00600654400516800553a006", + "0x13e00611c00554400511c00501d00616c00554400516b00510800616b005", + "0x54400511900510600602000554400502000513f00613a00554400513a005", + "0x54400516c11902013a11c0090cf00616c00554400516c0050d0006119005", + "0x27d00554400527d21b00a05700600654400500602000616f29911711821e", + "0x1150056d711600554400a16f0051f600629900554400529945f00a12a006", + "0x54400a1720050cd0061720055440051160050ce006006544005006019006", + "0x17611300a5440051730051f90060065440050060190061140056d8173005", + "0x56da1120056d917700554400917600500d0060065440051130051fa006", + "0x654400517700522b00600654400500601900617b0056dc17a0056db111", + "0x60065440050060190060066dd00500602400600654400549a005059006", + "0x60066dd00500602400600654400549a00505900600654400511200522b", + "0x600654400549a005059006006544005111005160006006544005006019", + "0x5900600654400517a0051600060065440050060190060066dd005006024", + "0x10d10e25a6de17e10f11025a54400a29911700a1c100600654400549a005", + "0x554400517e0051c2006006544005006037006006544005006019006181", + "0x10c00510d00610c00554400500610e00618200554400517e0050ea00617e", + "0x654400518500518200618618500a54400510b00518100610b005544005", + "0x900509a00610900554400510a00529900610a00554400518600510c006", + "0x518910927d25a10b00610900554400510900513700618900900a544005", + "0x1070051c500619010510618d1070095440051820050e900610818a00a544", + "0x513600600654400510500517e00600654400518d0051c6006006544005", + "0x10600a54400510600505e006106005544005106005100006006544005190", + "0x25a10b006108005544005108005137006104005544005191005185006191", + "0x11800a18600619400554400519400513700619410300a54400510410818a", + "0x54400510100510900610100554400510200510a00610219500a544005194", + "0x10800610000554400519900518a00600654400519800518900619919800a", + "0x554400500618d00619c0055440050ff0051070060ff005544005100005", + "0x51760060fe0055440050fe00510600611000554400511000513e0060fe", + "0x19c0fe10f11021e10500619500554400519500501d006103005544005103", + "0x51370060065440050060190061a30fb0fc25a6df1a019f0fd25a54400a", + "0x554400519f00513f0060fd0055440050fd00513e0061a00055440051a0", + "0xa1c10060065440050060190061a40056e000654400a1a000519000619f", + "0x60065440050060190060f70f81a825a6e11a70f90fa25a54400a19f0fd", + "0x5440050061010061ab0055440051a70050ea0061a70055440051a70051c2", + "0x51810061ae0055440050f500510d0060f500554400500610e0060f6005", + "0x55440050f400510c0060065440051af0051820060f41af00a5440051ae", + "0x51370061b20055440051b20051370061b20055440050f30052990060f3", + "0x1ab0050e90060f21b300a5440050f61b210325a10b0060f60055440050f6", + "0x51b60051c60060065440050f10051c50060ef0f01b71b60f1009544005", + "0x1b70051850060065440050ef0051360060065440050f000517e006006544", + "0x1ba0055440051ba0051370060f20055440050f20051370061ba005544005", + "0x60ee0055440050ee0051370060ee03600a5440051ba0f21b325a10b006", + "0x51090061be0055440051bd00510a0061bd0ed00a5440050ee19500a186", + "0x55440050eb00518a0060065440050ec0051890060eb0ec00a5440051be", + "0x618d0060ea0055440051c20051070061c20055440051c10051080061c1", + "0xe90055440050e90051060060fa0055440050fa00513e0060e9005544005", + "0x21e1050060ed0055440050ed00501d00603600554400503603400a057006", + "0x5440050060190061c90e70e825a6e21c630a1c525a54400a0ea0e90f90fa", + "0xa12a0061c50055440051c500513e0061c60055440051c6005137006006", + "0x50060190060e60056e300654400a1c600519000630a00554400530a53c", + "0x2b0052a200600654400501800517e00600654400521e00512c006006544", + "0x13e0060ed0055440050ed00501d00600654400553e005055006006544005", + "0x5440050090051370061060055440051060051000061c50055440051c5005", + "0xa1cd0050530061cd1cc0e525a5440050091061c50ed21e054006009005", + "0x61d00055440050061350060065440050060190060e30056e40e4005544", + "0x51d11d000a1340061d10055440051d10051370061d1005544005006052", + "0x3700554400503753d00a0500060370055440050e40050510060e2005544", + "0x1d40051540060065440050e10050fa0061d40e100a5440050370050ac006", + "0x50df0051360061d80df0e025a5440051d50051550061d51d400a544005", + "0x1580060de0e000a5440050e00051230060065440051d8005124006006544", + "0x5440051db0051370061db0055440050dd0051590060dd0055440050de005", + "0x60dc0055440050e00051220061dc0055440051db0e200a1340061db005", + "0x50dc0051210061cc0055440051cc00513e0060e50055440050e500501d", + "0x5440051dc0dc1cc0e521e15d0061dc0055440051dc00515c0060dc005544", + "0x56e50da00554400a1e00051200060065440050060200061e01df0db25a", + "0x1e40051600061e41e300a5440050da00511f0060065440050060190060d9", + "0xd725a5440050d80051550060d81d400a5440051d4005154006006544005", + "0x1e70052990060065440050d60051240060065440050d700511e0060d61e7", + "0x25a5440051d40051550061ea0055440050d51e300a1340060d5005544005", + "0x511d0060065440050d40051360060065440051eb00511e0060d30d41eb", + "0x5440051ef1ea00a1340061ef0055440051ee0051590061ee0055440050d3", + "0x50060190060066e60050060240060d10055440050d200515c0060d2005", + "0x1fe0061f31f200a5440050d90051fd0060065440051d4005126006006544", + "0x60065440050060370060d10055440051f300515c0060065440051f2005", + "0x50360051760060cf0055440051df00513e0060d00055440050db00501d", + "0x60cd0055440050d100515c0060ce00554400530a00513f0061f6005544", + "0x1fd00600654400553d0050590060065440050060190060066e7005006024", + "0x5440050e500501d0060065440051f90051fe0061fa1f900a5440050e3005", + "0x13f0061f60055440050360051760060cf0055440051cc00513e0060d0005", + "0x66e70050060240060cd0055440051fa00515c0060ce00554400530a005", + "0x654400553d0050590060065440050e6005103006006544005006019006", + "0x51c500513e0060cc0055440050ed00501d00600654400510600517e006", + "0x61fe00554400530a00513f0061fd0055440050360051760060cb005544", + "0x5500600654400553d0050590060065440050060190060066e8005006024", + "0x600654400510600517e00600654400500900513600600654400553e005", + "0x654400501800517e00600654400521e00512c00600654400502b0052a2", + "0x50e800513e0060ca0055440050ed00501d00600654400553c0052a2006", + "0x62020055440050e700513f0062010055440050360051760060c9005544", + "0x60065440050060190060066e90050060240060c80055440051c900515c", + "0x654400500900513600600654400553e00505500600654400553d005059", + "0x54400503400505500600654400502b0052a200600654400510600517e006", + "0x553c0052a200600654400501800517e00600654400521e00512c006006", + "0x1760060c90055440051a800513e0060ca00554400519500501d006006544", + "0x5440050f700515c0062020055440050f800513f006201005544005103005", + "0x4d0060cf0055440050c900504e0060d00055440050ca00504f0060c8005", + "0x5440050c800504b0060ce00554400520200504c0061f6005544005201005", + "0x5440051a40051030060065440050060190060066e70050060240060cd005", + "0x503400505500600654400510600517e00600654400553d005059006006", + "0x513e0060cc00554400519500501d00600654400553c0052a2006006544", + "0x554400519f00513f0061fd0055440051030051760060cb0055440050fd", + "0x2050055390062050055440050c700522d0060c70055440050060fe0061fe", + "0x2080055440050c50055360060065440050c60055370060c50c600a544005", + "0x51370060c400900a54400500900509a006209005544005208005299006", + "0x1800505e00620c0c300a5440050c42091fd25a10b006209005544005209", + "0x554400520c0051370060c200554400520d00518500620d01800a544005", + "0xc10055440050c10051370060c102c00a5440050c220c0c325a10b00620c", + "0x51940060c000554400500602b00621121000a5440050c10cc00a186006", + "0x55440052110051070062140055440050bf0055350060bf0055440050c0", + "0x2140051370060bd0055440050bd0051060060bd00554400500618d0060be", + "0x554400521000501d00602c00554400502c53e00a057006214005544005", + "0x60bb0bc21825a6ea02421700a54400a2140be0bd1fe0cb009534006210", + "0x621a005544005006135006219005544005006135006006544005006019", + "0xb901800925a2350060b90055440050ba0051940060ba00554400500602b", + "0xb800a54400521d00504600621d00554400521c00523700621c005544005", + "0x21700513e00621000554400521000501d0060065440050b80050450060b7", + "0x21900554400521900515c0060b70055440050b7005044006217005544005", + "0x904300602400554400502402b00a12a00621a00554400521a00515c006", + "0x6eb0b400554400a0b50050420060b50b621f25a54400521a2190b7217210", + "0x1600060b00b10b225a5440050b40050410060065440050060190060b3005", + "0x5440050af0051640060ae0af00a5440050b20051630060065440050b0005", + "0x511c0060065440050ad0051640060ac0ad00a5440050b1005163006006", + "0xaa0ab0240b621e0e80060aa0055440050ac00511c0060ab0055440050ae", + "0x500602b0060065440050060190060a50a60a725a6ec0a80a900a54400a", + "0xa20055440050a300503d0060a30055440050a421e00a03e0060a4005544", + "0x2c0051760060a90055440050a900513e00621f00554400521f00501d006", + "0xa20055440050a200503c0060a80055440050a800513f00602c005544005", + "0x654400521e00512c0060065440050060190060a20a802c0a921f009005", + "0xa000503b0060a00055440050a50a100a13a0060a1005544005006133006", + "0xa70055440050a700513e00621f00554400521f00501d00609f005544005", + "0x9f00503c0060a60055440050a600513f00602c00554400502c005176006", + "0x512c00600654400500601900609f0a602c0a721f00900509f005544005", + "0x21f00554400521f00501d00609e0055440050b300503b00600654400521e", + "0x2400513f00602c00554400502c0051760060b60055440050b600513e006", + "0x609e02402c0b621f00900509e00554400509e00503c006024005544005", + "0x600654400501800517e00600654400521e00512c006006544005006019", + "0x9d00554400500613300600654400502b0052a2006006544005009005136", + "0x501d00609b00554400509c00503b00609c0055440050bb09d00a13a006", + "0x554400502c00517600621800554400521800513e006210005544005210", + "0x21000900509b00554400509b00503c0060bc0055440050bc00513f00602c", + "0x505500600654400553d00505900600654400500601900609b0bc02c218", + "0x2a200600654400510600517e00600654400500900513600600654400553e", + "0x600654400521e00512c00600654400503400505500600654400502b005", + "0x554400519500501d00600654400553c0052a200600654400501800517e", + "0x513f0061f60055440051030051760060cf0055440050fc00513e0060d0", + "0x60066e70050060240060cd0055440051a300515c0060ce0055440050fb", + "0x5500600654400553d005059006006544005006037006006544005006019", + "0x600654400502b0052a200600654400500900513600600654400553e005", + "0x654400501800517e00600654400521e00512c006006544005034005055", + "0x510e00513e0060d000554400511800501d00600654400553c0052a2006", + "0x60ce00554400510d00513f0061f600554400527d0051760060cf005544", + "0x50cd09a00a13a00609a0055440050061330060cd00554400518100515c", + "0x60d00055440050d000501d00609800554400509900503b006099005544", + "0x50ce00513f0061f60055440051f60051760060cf0055440050cf00513e", + "0x190060980ce1f60cf0d000900509800554400509800503c0060ce005544", + "0x505900600654400517b005160006006544005006037006006544005006", + "0x5500600654400502b0052a200600654400553e00505500600654400553d", + "0x600654400501800517e00600654400521e00512c006006544005034005", + "0x54400511700513e00611800554400511800501d00600654400553c0052a2", + "0x9725a54400500911711825a52f006009005544005009005137006117005", + "0x60065440050060190060930056ed09400554400a095005053006095096", + "0x5544005091005137006091005544005006052006092005544005006135", + "0x5000602100554400509400505100609000554400509109200a134006091", + "0x8f0050fa00608e08f00a5440050210050ac00602100554400502149a00a", + "0x8c25a54400508d00515500608d08e00a54400508e005154006006544005", + "0x8c00512300600654400508a00512400600654400508b00513600608a08b", + "0x554400508800515900608800554400508900515800608908c00a544005", + "0x12200608600554400508709000a134006087005544005087005137006087", + "0x54400509600513e00609700554400509700501d00608500554400508c005", + "0x15d00608600554400508600515c006085005544005085005121006096005", + "0x512000600654400500602000608208308425a54400508608509609721e", + "0x54400508100511f0060065440050060190060800056ee08100554400a082", + "0x607d08e00a54400508e00515400600654400507e00516000607e07f00a", + "0x7a00512400600654400507c00511e00607a07b07c25a54400507d005155", + "0x7800554400507907f00a13400607900554400507b005299006006544005", + "0x513600600654400507700511e00607507607725a54400508e005155006", + "0x7300554400507400515900607400554400507500511d006006544005076", + "0x602400607100554400507200515c00607200554400507307800a134006", + "0x800051fd00600654400508e0051260060065440050060190060066ef005", + "0x7100554400506f00515c0060065440050700051fe00606f07000a544005", + "0x54400507106e00a13a00606e005544005006133006006544005006037006", + "0x13e00608400554400508400501d00606c00554400506d00503b00606d005", + "0x54400529900513f00627d00554400527d005176006083005544005083005", + "0x601900606c29927d08308400900506c00554400506c00503c006299005", + "0x1d00606b00554400509300503b00600654400549a005059006006544005", + "0x54400527d00517600609600554400509600513e006097005544005097005", + "0x900506b00554400506b00503c00629900554400529900513f00627d005", + "0x5500600654400553d00505900600654400500601900606b29927d096097", + "0x600654400502b0052a200600654400500900513600600654400553e005", + "0x654400501800517e00600654400521e00512c006006544005034005055", + "0x54400511400515c00600654400549a00505900600654400553c0052a2006", + "0x54400553d0050590060065440050060190060066f000500602400606a005", + "0x502b0052a200600654400500900513600600654400553e005055006006", + "0x1800517e00600654400521e00512c006006544005034005055006006544", + "0x51fd00600654400549a00505900600654400553c0052a2006006544005", + "0x554400506800515c0060065440050690051fe00606806900a544005115", + "0x506a06700a13a00606700554400500613300600654400500603700606a", + "0x611800554400511800501d00606500554400506600503b006066005544", + "0x529900513f00627d00554400527d00517600611700554400511700513e", + "0x1900606529927d11711800900506500554400506500503c006299005544", + "0x5900600654400553d00505900600654400515c005103006006544005006", + "0x600654400500900513600600654400553e00505500600654400549a005", + "0x654400521e00512c00600654400503400505500600654400502b0052a2", + "0x54400545f0052a200600654400553c0052a200600654400501800517e006", + "0x13a00513e00600600554400500600501d00600654400521b005055006006", + "0x54400512b13a00625a03a00612b00554400512b00510000613a005544005", + "0x5440050060190060600056f106100554400a06200505300606206306425a", + "0x505e00513700605e00554400500605200605f005544005006135006006", + "0x1900554400506100505100605d00554400505e05f00a13400605e005544", + "0xfa00605b05c00a5440050190050ac00601900554400501901a00a050006", + "0x54400505a00515500605a05b00a54400505b00515400600654400505c005", + "0x12300600654400505700512400600654400505800513600605705805925a", + "0x505500515900605500554400505600515800605605900a544005059005", + "0x5300554400505405d00a134006054005544005054005137006054005544", + "0x6300513e00606400554400506400501d006052005544005059005122006", + "0x5300554400505300515c006052005544005052005121006063005544005", + "0x600654400500602000604f05005125a54400505305206306421e15d006", + "0x4e00511f00600654400500601900604d0056f204e00554400a04f005120", + "0x5b00a54400505b00515400600654400504b00516000604b04c00a544005", + "0x12400600654400504900511e00604704804925a54400504a00515500604a", + "0x54400504604c00a134006046005544005048005299006006544005047005", + "0x600654400504400511e00604204304425a54400505b005155006045005", + "0x54400504100515900604100554400504200511d006006544005043005136", + "0x603d00554400503e00515c00603e00554400504004500a134006040005", + "0x1fd00600654400505b0051260060065440050060190060066f3005006024", + "0x54400503b00515c00600654400503c0051fe00603b03c00a54400504d005", + "0x5000513e00603a00554400505100501d00600654400500603700603d005", + "0x22200554400503d00515c00603800554400502000513f006039005544005", + "0x600654400501a0050590060065440050060190060066f4005006024006", + "0x506400501d00600654400553b0051fe00666d53b00a5440050600051fd", + "0x603800554400502000513f00603900554400506300513e00603a005544", + "0x60065440050060190060066f400500602400622200554400566d00515c", + "0x654400553e00505500600654400549a00505900600654400553d005059", + "0x54400503400505500600654400502b0052a2006006544005009005136006", + "0x553c0052a200600654400501800517e00600654400521e00512c006006", + "0x1a00505900600654400513300503900600654400545f0052a2006006544", + "0x501d00600654400501d0052a200600654400521b005055006006544005", + "0x554400513100513f00603900554400513200513e00603a005544005006", + "0x5440050060190060066f400500602400622200554400513e00515c006038", + "0x553e00505500600654400549a00505900600654400553d005059006006", + "0x3400505500600654400502b0052a2006006544005009005136006006544", + "0x52a200600654400501800517e00600654400521e00512c006006544005", + "0x5900600654400501d0052a200600654400545f0052a200600654400553c", + "0x3a00554400500600501d00600654400521b00505500600654400501a005", + "0x13400515c00603800554400513700513f00603900554400500e00513e006", + "0x22500554400522222400a13a006224005544005006133006222005544005", + "0x3900513e00603a00554400503a00501d00653a00554400522500503b006", + "0x3800554400503800513f00600a00554400500a005176006039005544005", + "0x54400500606400653a03800a03903a00900553a00554400553a00503c006", + "0x5006005006021005544005006064006020005544005006005006019005", + "0x606300602400554400500600500627d005544005006063006299005544", + "0x6300603600554400500600500603700554400500606400602c005544005", + "0x61350055440050060630062a200554400500606400630a005544005006", + "0x13b005544005006005006133005544005006064006137005544005006005", + "0x554400500606300613f005544005006064006131005544005006064006", + "0x54400500600500614500554400500606400612e00554400500600500612f", + "0x500621e00612a00554400500652e00614900554400500616b00612c005", + "0x6f514e14d12925a54400a25a00500a1c1006006544005006037006006544", + "0xea00614e00554400514e0051c200600654400500601900615112712825a", + "0x54400512600506100612900554400512900513e00612600554400514e005", + "0x1900612312415525a6f615401a12525a54400a14d12900a1c1006126005", + "0x1580055440051540050ea0061540055440051540051c2006006544005006", + "0x60065440051590051c500615d15c1211221590095440051580050e9006", + "0x654400515d00513600600654400515c00517e00600654400512100517e", + "0x1260050e900612000554400512200505f006122005544005122005060006", + "0x51600051c600600654400511f0051c500616311d11e16011f009544005", + "0x11e00505e00600654400516300513600600654400511d00517e006006544", + "0x29954400512000505d00611c00554400516400518500616411e00a544005", + "0x654400511b00513600617211511616f11711816c16b11911a16816711b", + "0x54400511900513600600654400511a00511900600654400516800505c006", + "0x511800505b00600654400516c00513600600654400516b005136006006", + "0x11600512400600654400516f00511900600654400511700505c006006544", + "0x5185006006544005172005119006006544005115005124006006544005", + "0x54400517311c00a05a006173005544005173005137006173005544005167", + "0x12a00612500554400512500513e006114005544005114005137006114005", + "0x60190061130056f700654400a11400519000601a00554400501a02000a", + "0xa1c100600654400511e00517e006006544005019005059006006544005", + "0x600654400500601900617b17a11125a6f811217717625a54400a01a125", + "0x54400500652d00614a0055440051120050ea0061120055440051120051c2", + "0x610e17e00a54400510f00523d00610f00554400511000523a006110005", + "0x54400510d00510800610d00554400510e00524000600654400517e00523e", + "0x513e00610c00554400500618d006182005544005181005107006181005", + "0x55440051820050d500610c00554400510c005106006176005544005176", + "0x25a54400a18210c17717621e10500614a00554400514a12a00a52c006182", + "0x512b14900a11800600654400500601900610910a18625a6f912b18510b", + "0x618500554400518500513f00610b00554400510b00513e00612b005544", + "0x52b0060065440050060190061080056fa18a18900a54400a12b00600a06a", + "0x518900501d00618d00554400510700515900610718a00a54400518a005", + "0x618500554400518500513f00610b00554400510b00513e006189005544", + "0x1060050fb00610600900a54400500900552800618d00554400518d005137", + "0x610419119010521e54400510618d18510b189009243006106005544005", + "0x1030055250060065440050060190061940056fb10300554400a104005526", + "0x5440050060190061010056fc10200554400a195005524006195005544005", + "0x19c0055440050065220060ff132100199198009544005102005523006006", + "0x25a24800613200554400513213100a05000619c00554400519c005106006", + "0x52d0060065440050060190061a019f00a6fd0fd0fe00a54400a19c18a105", + "0x55440050fc0051070060fb0055440050fd0051590060fc005544005006", + "0x1a30050d50061a40055440051a40051060061a400554400500618d0061a3", + "0xfb1a31a41911900095340060fe0055440050fe00501d0061a3005544005", + "0x10000509a0060065440050060190061a81a70f925a6fe1460fa00a54400a", + "0x54400514612c00a12a0060fa0055440050fa00513e0060f810000a544005", + "0x590060065440050060190060f70056ff00654400a0f8005190006146005", + "0x600654400521e00512c0060065440050ff005136006006544005021005", + "0x654400513f0050590060065440051320050fa0060065440050090050fc", + "0x5440051370052a200600654400513500505500600654400514a005039006", + "0x51330050590060065440052a200505900600654400512f005055006006", + "0x30a00505500600654400512e0052a200600654400513b0052a2006006544", + "0x52a20060065440050370050590060065440050360052a2006006544005", + "0x17e00600654400502c0050550060065440051990050fa006006544005024", + "0x600654400527d0050550060065440052990052a2006006544005198005", + "0x51000051370060fa0055440050fa00513e0060fe0055440050fe00501d", + "0xa0f50050530060f50f61ab25a5440051000fa0fe25a24a006100005544", + "0x60f40055440050061350060065440050060190061af0057001ae005544", + "0x50f30f400a1340060f30055440050f30051370060f3005544005006052", + "0x12d00554400512d14500a05000612d0055440051ae0050510061b2005544", + "0xf20051540060065440051b30050fa0060f21b300a54400512d0050ac006", + "0x51b70051360060f01b71b625a5440050f10051550060f10f200a544005", + "0x1580060ef1b600a5440051b60051230060065440050f0005124006006544", + "0x5440050ee0051370060ee0055440051ba0051590061ba0055440050ef005", + "0x61bd0055440051b60051220060ed0055440050ee1b200a1340060ee005", + "0x51bd0051210060f60055440050f600513e0061ab0055440051ab00501d", + "0x5440050ed1bd0f61ab21e15d0060ed0055440050ed00515c0061bd005544", + "0x57011c100554400a0eb0051200060065440050060200060eb0ec1be25a", + "0xe90051600060e90ea00a5440051c100511f0060065440050060190061c2", + "0x1c625a5440051c50051550061c50f200a5440050f2005154006006544005", + "0xe80052990060065440050e70051240060065440051c600511e0060e70e8", + "0x25a5440050f20051550060e60055440051c90ea00a1340061c9005544005", + "0x511d0060065440051cc0051360060065440050e500511e0061cd1cc0e5", + "0x5440050e30e600a1340060e30055440050e40051590060e40055440051cd", + "0x50060190060067020050060240061d10055440051d000515c0061d0005", + "0x1fe0060e10e200a5440051c20051fd0060065440050f2005126006006544", + "0x60065440050060370061d10055440050e100515c0060065440050e2005", + "0x51d500503b0061d50055440051d11d400a13a0061d4005544005006133", + "0x60ec0055440050ec00513e0061be0055440051be00501d0060e0005544", + "0x50e000503c00614600554400514600513f00600a00554400500a005176", + "0x1450050590060065440050060190060e014600a0ec1be0090050e0005544", + "0x61ab0055440051ab00501d0060df0055440051af00503b006006544005", + "0x514600513f00600a00554400500a0051760060f60055440050f600513e", + "0x190060df14600a0f61ab0090050df0055440050df00503c006146005544", + "0x1eb0060065440051450050590060065440050f7005103006006544005006", + "0xa5440050de0050d30060de0055440051d80050d40061d8005544005006", + "0x52990061dc0055440051db0051ef0060065440050dd0051ee0061db0dd", + "0x5440050dc0051370060db0ff00a5440050ff00509a0060dc0055440051dc", + "0x55440051df0051370061df45f00a5440050db0dc00a25a10b0060dc005", + "0x60d90055440050da0050d20060da1e000a5440051df0fe00a1860061df", + "0x54400500618d0060065440051e30051f20061e41e300a5440050d90050d1", + "0x1d0061e70055440050d70051080060d70055440051e40051f30060d8005", + "0x54400514600513f0060fa0055440050fa00513e0061e00055440051e0005", + "0xcf0061e70055440051e70050d00060d80055440050d8005106006146005", + "0x60065440050060200061ea49a0d50d621e5440051e70d81460fa1e0009", + "0x51f600649a00554400549a29900a12a00645f00554400545f27d00a057", + "0x5440051eb0050ce0060065440050060190060d40057031eb00554400a1ea", + "0x60065440050060190061ef0057041ee00554400a0d30050cd0060d3005", + "0x60d00057081f30057071f20057060d10057050d20055440091ee00500d", + "0x600654400513f0050590060065440050d200522b006006544005006019", + "0x65440051370052a200600654400513500505500600654400514a005039", + "0x5440051330050590060065440052a200505900600654400512f005055006", + "0x530a00505500600654400512e0052a200600654400513b0052a2006006", + "0x1000051360060065440050370050590060065440050360052a2006006544", + "0x50550060065440051990050fa0060065440050240052a2006006544005", + "0x13600600654400521e00512c00600654400519800517e00600654400502c", + "0x190060067090050060240060065440050090050fc0060065440050ff005", + "0x3900600654400513f0050590060065440050d100522b006006544005006", + "0x60065440051370052a200600654400513500505500600654400514a005", + "0x65440051330050590060065440052a200505900600654400512f005055", + "0x54400530a00505500600654400512e0052a200600654400513b0052a2006", + "0x51000051360060065440050370050590060065440050360052a2006006", + "0x2c0050550060065440051990050fa0060065440050240052a2006006544", + "0x513600600654400521e00512c00600654400519800517e006006544005", + "0x60190060067090050060240060065440050090050fc0060065440050ff", + "0x50ac0060065440050210050590060065440051f2005160006006544005", + "0x1fa25a70a1f90cd0ce25a54400a49a0d500a1c10061f60cf00a544005132", + "0x1f90050ea0061f90055440051f90051c20060065440050060190060cb0cc", + "0x60ca0055440051fe00510d0061fe0055440050060fe0061fd005544005", + "0x520100510c0060065440050c90051820062010c900a5440050ca005181", + "0xc70ff00a5440050ff00509a0060c8005544005202005299006202005544", + "0x60c620500a5440050c70c845f25a10b0060c80055440050c8005137006", + "0x1c60060065440050c50051c50060c30c42092080c50095440051fd0050e9", + "0x60065440050c30051360060065440050c400517e006006544005208005", + "0x20c00518500620c20900a54400520900505e006209005544005209005100", + "0x54400520d0c620525a10b0060c60055440050c600513700620d005544005", + "0x21000a5440050c10d600a1860060c10055440050c10051370060c10c200a", + "0x1890062140bf00a5440050c00051090060c000554400521100510a006211", + "0x55440050be0051080060be00554400521400518a0060065440050bf005", + "0xce00513e00621800554400500618d0062170055440050bd0051070060bd", + "0xc20055440050c20051760062180055440052180051060060ce005544005", + "0xbb0bc25a54400a2172180cd0ce21e10500621000554400521000501d006", + "0x21c00954400514a0050e90060065440050060190060b90ba21a25a70b219", + "0x17e00600654400521d0051c600600654400521c0051c500621f0b70b821d", + "0x21900554400521900513700600654400521f0051360060065440050b7005", + "0x2190051900060bb0055440050bb00513f0060bc0055440050bc00513e006", + "0x60b500554400500610e0060065440050060190060b600570c00654400a", + "0xb30051820060b20b300a5440050b40051810060b40055440050b500510d", + "0x60b00055440050b10052990060b10055440050b200510c006006544005", + "0x5e0060ae0af00a5440050ff0b00c225a10b0060b00055440050b0005137", + "0x50ae0051370060ac0055440050ad0051850060ad20900a544005209005", + "0x5440050aa0051370060aa0ab00a5440050ac0ae0af25a10b0060ae005544", + "0xa70055440050a800510a0060a80a900a5440050aa21000a1860060aa005", + "0xa500518a0060065440050a60051890060a50a600a5440050a7005109006", + "0xa20055440050a30051070060a30055440050a40051080060a4005544005", + "0x50ab0051760060a10055440050a10051060060a100554400500618d006", + "0x54400a0a20a10bb0bc21e1050060a90055440050a900501d0060ab005544", + "0x509e00513700600654400500601900609b09c09d25a70d09e09f0a025a", + "0x609f00554400509f00513f0060a00055440050a000513e00609e005544", + "0x9f0a000a1c100600654400500601900609a00570e00654400a09e005190", + "0x51c200600654400500601900609409509625a70f09709809925a54400a", + "0x920055440050061010060930055440050970050ea006097005544005097", + "0x509000518100609000554400509100510d00609100554400500610e006", + "0x608d00554400508e00510c00600654400508f00518200608e08f00a544", + "0x509200513700608c00554400508c00513700608c00554400508d005299", + "0x5440050930050e900608a08b00a54400509208c0ab25a10b006092005544", + "0x65440050880051c60060065440050890051c5006085086087088089009", + "0x54400508700518500600654400508500513600600654400508600517e006", + "0x10b00608400554400508400513700608a00554400508a005137006084005", + "0xa18600608300554400508300513700608313000a54400508408a08b25a", + "0x508000510900608000554400508100510a00608108200a5440050830a9", + "0x607d00554400507e00518a00600654400507f00518900607e07f00a544", + "0x54400500618d00607b00554400507c00510700607c00554400507d005108", + "0x5700607a00554400507a00510600609900554400509900513e00607a005", + "0x9809921e10500608200554400508200501d00613000554400513012f00a", + "0x600654400500601900607407507625a71007707807925a54400a07b07a", + "0x507800513f00607900554400507900513e006077005544005077005137", + "0x600654400500601900607300571100654400a077005190006078005544", + "0x65440050240052a2006006544005100005136006006544005037005059", + "0x5440050cf0050fa00600654400502c0050550060065440051990050fa006", + "0x50b800517e00600654400521e00512c00600654400519800517e006006", + "0x30a0050550060065440050360052a20060065440050090050fc006006544", + "0x606e06f07025a71207114207225a54400a07807900a1c1006006544005", + "0x55440050710050ea0060710055440050710051c2006006544005006019", + "0x654400506c0051c500606806906a06b06c00954400506d0050e900606d", + "0x54400506800513600600654400506900517e00600654400506a00517e006", + "0x505e00606700554400506b00505f00606b00554400506b005060006006", + "0x54400506700505d00606500554400506600518500606620900a544005209", + "0x54400506400513600605805905a05b05c05d05e05f060061062063064299", + "0x506000513600600654400506100511900600654400506200505c006006", + "0x5d00505b00600654400505e00513600600654400505f005136006006544", + "0x512400600654400505b00511900600654400505c00505c006006544005", + "0x18500600654400505800511900600654400505900512400600654400505a", + "0x505706500a05a006057005544005057005137006057005544005063005", + "0x607200554400507200513e006056005544005056005137006056005544", + "0x1900605500571300654400a05600519000614200554400514212e00a12a", + "0x50590060065440052a2005059006006544005006037006006544005006", + "0x550060065440051370052a200600654400513b0052a2006006544005133", + "0x554400507200513e00608200554400508200501d006006544005135005", + "0x21e2510061f60055440051f60050ab006209005544005209005100006072", + "0x571405100554400a05200505300605205305425a5440051f6209072082", + "0x554400500605200604f005544005006135006006544005006019006050", + "0x5100604d00554400504e04f00a13400604e00554400504e00513700604e", + "0x513e0050ac00613e00554400513e13f00a05000613e005544005051005", + "0x4a04b00a54400504b00515400600654400504c0050fa00604b04c00a544", + "0x512400600654400504800513600604704804925a54400504a005155006", + "0x554400504600515800604604900a544005049005123006006544005047", + "0xa134006044005544005044005137006044005544005045005159006045", + "0x54400505400501d00604200554400504900512200604300554400504404d", + "0x15c00604200554400504200512100605300554400505300513e006054005", + "0x603e04004125a54400504304205305421e15d006043005544005043005", + "0x500601900603c00571503d00554400a03e005120006006544005006020", + "0x15400600654400503a00516000603a03b00a54400503d00511f006006544", + "0x511e00653b22203825a54400503900515500603904b00a54400504b005", + "0x666d00554400522200529900600654400553b005124006006544005038", + "0x11e00622a53a22525a54400504b00515500622400554400566d03b00a134", + "0xd00554400522a00511d00600654400553a005136006006544005225005", + "0x515c00622d00554400522b22400a13400622b00554400500d005159006", + "0x512600600654400500601900600671600500602400653900554400522d", + "0x65440055370051fe00653653700a54400503c0051fd00600654400504b", + "0x54400504100501d00600654400500603700653900554400553600515c006", + "0x13f00653300554400513000517600653400554400504000513e006535005", + "0x671700500602400652f00554400553900515c00666e005544005142005", + "0xa5440050500051fd00600654400513f005059006006544005006019006", + "0x513e00653500554400505400501d0060065440052350051fe006237235", + "0x554400514200513f006533005544005130005176006534005544005053", + "0x54400500601900600671700500602400652f00554400523700515c00666e", + "0x54400500613500600654400513f005059006006544005055005103006006", + "0x16400623d23a00a54400552e00516300652d00554400500624c00652e005", + "0xa54400520900505e00623e00554400523d00511c00600654400523a005", + "0x54400a23e52d24014207200924e00652d00554400552d005137006240209", + "0x552800501a00600654400500601900652552624325a71852852b52c25a", + "0x652c00554400552c00513e00652400554400552400527d006524005544", + "0x624800571952252300a54400a52400502100652b00554400552b00513f", + "0x24a00554400552200549a00600654400552300553d006006544005006019", + "0x52510050d400624c00554400524a0052990062510055440050061eb006", + "0x60065440052520051ee00624b25200a54400524e0050d300624e005544", + "0x525600513700625600554400525400529900625400554400524b0051ef", + "0xa54400524c25613025a10b00624c00554400524c005137006256005544", + "0x3f52000a54400552108200a186006521005544005521005137006521136", + "0x51f200625951e00a54400551f0050d100651f00554400503f0050d2006", + "0x651c0055440052590051f300651d00554400500618d00600654400551e", + "0x552c00513e00652000554400552000501d00651a00554400551c005108", + "0x651d00554400551d00510600652b00554400552b00513f00652c005544", + "0x25d51921e54400551a51d52b52c5200090cf00651a00554400551a0050d0", + "0xe00554400500e13700a12a00613600554400513613500a05700625800e", + "0x50ce00600654400500601900671b00571a51800554400a2580051f6006", + "0x500601900626400571c51600554400a5170050cd006517005544005518", + "0x72026900571f51500571e26700571d26500554400951600500d006006544", + "0x513300505900600654400526500522b006006544005006019006514005", + "0x54400500601900600672100500602400600654400513b0052a2006006544", + "0x54400500613500600654400520900517e0060065440052a2005059006006", + "0x24b0060065440055120050fc00650f51200a544005267005252006513005", + "0x54400515200516400616115200a544005513005163006143005544005006", + "0x924e00614300554400514300513700617000554400516100511c006006", + "0x50060190061bb1ac19d25a72218e13a17f25a54400a17014350f00e25d", + "0x17f00513e00651900554400551900501d006006544005006037006006544", + "0x554400513a13b00a12a00618e00554400518e00516c00617f005544005", + "0x554400a1e800516f0061e81d91ca25a54400518e17f51925a11700613a", + "0x602e21500a5440051f70051160060065440050060190062060057231f7", + "0x601900650c00572450e00554400a02e005115006006544005215005119", + "0x628150a00a54400550e0050ac00627f0055440050060b0006006544005", + "0x50800554400500625600650900554400500625400600654400550a0050fa", + "0x650528300a5440055070050ac00650700554400550850927f25a0ad006", + "0x5440051d900513e0061ca0055440051ca00501d0060065440052830050fa", + "0xab0065050055440055050050ab0062810055440052810050ab0061d9005", + "0x28728522325a5440051f65052811d91ca0095210061f60055440051f6005", + "0x613500600654400500601900650300572550400554400a287005053006", + "0x6502005544005502005137006502005544005006052006289005544005", + "0x13300a05000613400554400550400505100650600554400550228900a134", + "0x5440055010050fa0064ff50100a5440051340050ac006134005544005134", + "0x4f84fc4fe25a5440052470051550062474ff00a5440054ff005154006006", + "0x5440054fe0051230060065440054f80051240060065440054fc005136006", + "0x67260055440054f50051590064f50055440054f70051580064f74fe00a", + "0x4fe00512200629200554400572650600a134006726005544005726005137", + "0x28500554400528500513e00622300554400522300501d0064f1005544005", + "0x22321e15d00629200554400529200515c0064f10055440054f1005121006", + "0xa4ef0051200060065440050060200064ef29402f25a5440052924f1285", + "0x29800a54400529600511f006006544005006019006216005727296005544", + "0x51550064ec4ff00a5440054ff0051540060065440054ee0051600064ee", + "0x5440054e90051240060065440054eb00511e0064e94ea4eb25a5440054ec", + "0x1550064e70055440054e829800a1340064e80055440054ea005299006006", + "0x54e50051360060065440054e600511e0064e44e54e625a5440054ff005", + "0x1340064e20055440054e30051590064e30055440054e400511d006006544", + "0x7280050060240064e00055440054e100515c0064e10055440054e24e700a", + "0x5440052160051fd0060065440054ff005126006006544005006019006006", + "0x370064e00055440054de00515c0060065440054df0051fe0064de4df00a", + "0x53400554400529400513e00653500554400502f00501d006006544005006", + "0x4e000515c00666e00554400513a00513f006533005544005136005176006", + "0x13300505900600654400500601900600671700500602400652f005544005", + "0x60065440054dd0051fe0064dc4dd00a5440055030051fd006006544005", + "0x513600517600653400554400528500513e00653500554400522300501d", + "0x652f0055440054dc00515c00666e00554400513a00513f006533005544", + "0x5900600654400550c005160006006544005006019006006717005006024", + "0x64db0055440050061350060065440051f6005126006006544005133005", + "0x54da4db00a1340064da0055440054da0051370064da005544005006520", + "0x64d70055440051d900513e0064d80055440051ca00501d0064d9005544", + "0x7290050060240064d50055440054d900515c0064d600554400513a00513f", + "0x5440051f6005126006006544005133005059006006544005006019006006", + "0x501d0060065440054d40051fe0064d34d400a5440052060051fd006006", + "0x554400513a00513f0064d70055440051d900513e0064d80055440051ca", + "0x5440050060190060067290050060240064d50055440054d300515c0064d6", + "0x5440051f6005126006006544005133005059006006544005006037006006", + "0x19d00513e0064d800554400551900501d00600654400513b0052a2006006", + "0x4d50055440051bb00515c0064d60055440051ac00513f0064d7005544005", + "0x1360051760065340055440054d700513e0065350055440054d800501d006", + "0x52f0055440054d500515c00666e0055440054d600513f006533005544005", + "0x6006544005515005160006006544005006019006006717005006024006", + "0x600672100500602400600654400513b0052a2006006544005133005059", + "0x6006544005133005059006006544005269005160006006544005006019", + "0x16000600654400500601900600672100500602400600654400513b0052a2", + "0x600654400513b0052a2006006544005133005059006006544005514005", + "0x554400525d00513e00651900554400551900501d006006544005006037", + "0x21e2510061f60055440051f60050ab00620900554400520900510000625d", + "0x572a4cf00554400a4d00050530064d04d14d225a5440051f620925d519", + "0x55440050060520064cc0055440050061350060065440050060190064ce", + "0x510064c80055440054ca4cc00a1340064ca0055440054ca0051370064ca", + "0x553c0050ac00653c00554400553c2a200a05000653c0055440054cf005", + "0x4c44c500a5440054c50051540060065440054c60050fa0064c54c600a544", + "0x51240060065440054c10051360064c04c14c325a5440054c4005155006", + "0x55440052bf0051580062bf4c300a5440054c30051230060065440054c0", + "0xa1340062c10055440052c10051370062c10055440052c00051590062c0", + "0x5440054d200501d0062c30055440054c30051220064cd0055440052c14c8", + "0x15c0062c30055440052c30051210064d10055440054d100513e0064d2005", + "0x64c92c54cb25a5440054cd2c34d14d221e15d0064cd0055440054cd005", + "0x50060190064c700572b2c700554400a4c9005120006006544005006020", + "0x1540060065440054c20051600064c22c900a5440052c700511f006006544", + "0x511e0064be2ce4bf25a5440052cb0051550062cb4c500a5440054c5005", + "0x64bd0055440052ce0052990060065440054be0051240060065440054bf", + "0x11e0064b94ba4bb25a5440054c50051550064bc0055440054bd2c900a134", + "0x4b70055440054b900511d0060065440054ba0051360060065440054bb005", + "0x515c0064b50055440054b64bc00a1340064b60055440054b7005159006", + "0x512600600654400500601900600672c0050060240062d60055440054b5", + "0x654400572d0051fe0064b372d00a5440054c70051fd0060065440054c5", + "0x5440054cb00501d0060065440050060370062d60055440054b300515c006", + "0x13f0065330055440051360051760065340055440052c500513e006535005", + "0x671700500602400652f0055440052d600515c00666e00554400500e005", + "0xa5440054ce0051fd0060065440052a2005059006006544005006019006", + "0x513e0065350055440054d200501d0060065440054b20051fe0062da4b2", + "0x554400500e00513f0065330055440051360051760065340055440054d1", + "0x54400500601900600671700500602400652f0055440052da00515c00666e", + "0x520900517e0060065440051f60051260060065440052a2005059006006", + "0x26400515c00600654400513b0052a2006006544005133005059006006544", + "0x2a200505900600654400500601900600672e0050060240064b1005544005", + "0x505900600654400520900517e0060065440051f6005126006006544005", + "0x4b02dd00a54400571b0051fd00600654400513b0052a2006006544005133", + "0x5440050060370064b10055440054b000515c0060065440052dd0051fe006", + "0x517600653400554400525d00513e00653500554400551900501d006006", + "0x55440054b100515c00666e00554400500e00513f006533005544005136", + "0x654400524800553d00600654400500601900600671700500602400652f", + "0x5440051f60051260060065440051330050590060065440052a2005059006", + "0x51370052a200600654400513b0052a200600654400520900517e006006", + "0x500652000672f005544005006135006006544005135005055006006544", + "0x3570055440054af72f00a1340064af0055440054af0051370064af005544", + "0x35700515c0062e400554400552b00513f0062e200554400552c00513e006", + "0x2a20050590060065440050060190060067300050060240062e7005544005", + "0x517e0060065440051f6005126006006544005133005059006006544005", + "0x550060065440051370052a200600654400513b0052a2006006544005209", + "0x554400552600513f0062e200554400524300513e006006544005135005", + "0x508200501d0060065440050060370062e700554400552500515c0062e4", + "0x65330055440051300051760065340055440052e200513e006535005544", + "0x71700500602400652f0055440052e700515c00666e0055440052e400513f", + "0x654400513f005059006006544005006037006006544005006019006006", + "0x54400520900517e0060065440051f6005126006006544005135005055006", + "0x51330050590060065440052a20050590060065440051370052a2006006", + "0x8200501d00600654400512e0052a200600654400513b0052a2006006544", + "0x53300554400513000517600653400554400507000513e006535005544005", + "0x500602400652f00554400506e00515c00666e00554400506f00513f006", + "0x513f005059006006544005073005103006006544005006019006006717", + "0x20900517e0060065440051f6005126006006544005135005055006006544", + "0x50590060065440052a20050590060065440051370052a2006006544005", + "0x1d00600654400512e0052a200600654400513b0052a2006006544005133", + "0x5440051300051760064ae00554400507900513e0062e8005544005082005", + "0x50060190060067310050060240062ec00554400507800513f0062f3005", + "0x513500505500600654400513f005059006006544005006037006006544", + "0x1370052a200600654400520900517e0060065440051f6005126006006544", + "0x52a20060065440051330050590060065440052a2005059006006544005", + "0x2a200600654400530a00505500600654400512e0052a200600654400513b", + "0x6006544005100005136006006544005037005059006006544005036005", + "0x654400502c0050550060065440051990050fa0060065440050240052a2", + "0x54400521e00512c00600654400519800517e0060065440050cf0050fa006", + "0x508200501d0060065440050090050fc0060065440050b800517e006006", + "0x64ac0055440051300051760062f200554400507600513e0062e1005544", + "0x73200500602400636100554400507400515c0062f100554400507500513f", + "0x654400513f005059006006544005006037006006544005006019006006", + "0x54400520900517e0060065440051f6005126006006544005135005055006", + "0x52a200505900600654400512f0050550060065440051370052a2006006", + "0x12e0052a200600654400513b0052a2006006544005133005059006006544", + "0x50590060065440050360052a200600654400530a005055006006544005", + "0xfa0060065440050240052a2006006544005100005136006006544005037", + "0x60065440050cf0050fa00600654400502c005055006006544005199005", + "0x65440050b800517e00600654400521e00512c00600654400519800517e", + "0x509600513e0062e10055440050a900501d0060065440050090050fc006", + "0x62f100554400509500513f0064ac0055440050ab0051760062f2005544", + "0x52f200504e0065350055440052e100504f00636100554400509400515c", + "0x666e0055440052f100504c0065330055440054ac00504d006534005544", + "0x600654400500601900600671700500602400652f00554400536100504b", + "0x654400513500505500600654400513f00505900600654400509a005103", + "0x5440051370052a200600654400520900517e0060065440051f6005126006", + "0x51330050590060065440052a200505900600654400512f005055006006", + "0xa900501d00600654400512e0052a200600654400513b0052a2006006544", + "0x2f30055440050ab0051760064ae0055440050a000513e0062e8005544005", + "0x65440050060190060067310050060240062ec00554400509f00513f006", + "0x654400513500505500600654400513f005059006006544005006037006", + "0x5440051370052a200600654400520900517e0060065440051f6005126006", + "0x51330050590060065440052a200505900600654400512f005055006006", + "0x30a00505500600654400512e0052a200600654400513b0052a2006006544", + "0x51360060065440050370050590060065440050360052a2006006544005", + "0x550060065440051990050fa0060065440050240052a2006006544005100", + "0x600654400519800517e0060065440050cf0050fa00600654400502c005", + "0x65440050090050fc0060065440050b800517e00600654400521e00512c", + "0xab00517600653400554400509d00513e0065350055440050a900501d006", + "0x52f00554400509b00515c00666e00554400509c00513f006533005544005", + "0x60065440050b6005103006006544005006019006006717005006024006", + "0x65440051f600512600600654400513500505500600654400513f005059", + "0x54400512f0050550060065440051370052a200600654400520900517e006", + "0x513b0052a20060065440051330050590060065440052a2005059006006", + "0x21000501d0060065440050ff00513600600654400512e0052a2006006544", + "0x2f30055440050c20051760064ae0055440050bc00513e0062e8005544005", + "0x54ab0050380064ab0055440050061eb0062ec0055440050bb00513f006", + "0x60065440054a800553b0063624a800a5440054a90052220064a9005544", + "0x510000509a0064a60055440054a70052990064a700554400536200566d", + "0x5440052fb4a62f325a10b0064a60055440054a60051370062fb10000a544", + "0x4a300a5440052fd2e800a1860062fd0055440052fd0051370062fd03400a", + "0x53a0064a035a00a5440054a20052250064a200554400528a00522400628a", + "0x49e0055440054a000522a00649f00554400500618d00600654400535a005", + "0x4ae00513e0064a30055440054a300501d00649c00554400549e005108006", + "0x49f00554400549f0051060062ec0055440052ec00513f0064ae005544005", + "0x49b21e54400549c49f2ec4ae4a30090cf00649c00554400549c0050d0006", + "0x554400553d03600a12a00603400554400503430a00a05700635d53d35e", + "0xce00600654400500601900649900573330700554400a35d0051f600653d", + "0x601900649800573435b00554400a35c0050cd00635c005544005307005", + "0x60065440054970051fa00649649700a54400535b0051f9006006544005", + "0x630e00573849200573749300573649400573549500554400949600500d", + "0x600654400519800517e00600654400549500522b006006544005006019", + "0x65440050090050fc0060065440050b800517e00600654400521e00512c", + "0x54400502c0050550060065440051000051360060065440050240052a2006", + "0x654400549400522b006006544005006019006006739005006024006006", + "0x5440050b800517e00600654400521e00512c00600654400519800517e006", + "0x51000051360060065440050240052a20060065440050090050fc006006", + "0x54400500601900600673900500602400600654400502c005055006006544", + "0x521e00512c00600654400519800517e006006544005493005160006006", + "0x240052a20060065440050090050fc0060065440050b800517e006006544", + "0x602400600654400502c005055006006544005100005136006006544005", + "0x19800517e006006544005492005160006006544005006019006006739005", + "0x50fc0060065440050b800517e00600654400521e00512c006006544005", + "0x550060065440051000051360060065440050240052a2006006544005009", + "0x49131000a5440050cf0050ac00600654400500603700600654400502c005", + "0x4900050fa00631349000a5440051990050ac0060065440053100050fa006", + "0x635e00554400535e00513e00649b00554400549b00501d006006544005", + "0x35e49b21e03f0063130055440053130050ab0064910055440054910050ab", + "0x631a00573a31800554400a48e00505300648e48f31525a544005313491", + "0x631c00554400500605200648d005544005006135006006544005006019", + "0x31800505100648c00554400531c48d00a13400631c00554400531c005137", + "0xa54400553e0050ac00653e00554400553e03700a05000653e005544005", + "0x15500632248900a54400548900515400600654400548b0050fa00648948b", + "0x532500512400600654400532300513600632532332125a544005322005", + "0x648700554400548800515800648832100a544005321005123006006544", + "0x48648c00a134006486005544005486005137006486005544005487005159", + "0x31500554400531500501d006359005544005321005122006485005544005", + "0x48500515c00635900554400535900512100648f00554400548f00513e006", + "0x602000648248348425a54400548535948f31521e15d006485005544005", + "0x654400500601900648000573b48100554400a482005120006006544005", + "0x48900515400600654400535800516000635847f00a54400548100511f006", + "0x547a00511e00647847947a25a54400547b00515500647b48900a544005", + "0xa134006476005544005479005299006006544005478005124006006544", + "0x47500511e00647347447525a54400548900515500647c00554400547647f", + "0x15900647200554400547300511d006006544005474005136006006544005", + "0x547100515c00647100554400533847c00a134006338005544005472005", + "0x548900512600600654400500601900600673c00500602400646d005544", + "0x15c00600654400546c0051fe00633c46c00a5440054800051fd006006544", + "0x646b00554400500613300600654400500603700646d00554400533c005", + "0x48400501d00646900554400546a00503b00646a00554400546d46b00a13a", + "0x3400554400503400517600648300554400548300513e006484005544005", + "0x48348400900546900554400546900503c00653d00554400553d00513f006", + "0x31a00503b00600654400503700505900600654400500601900646953d034", + "0x48f00554400548f00513e00631500554400531500501d006468005544005", + "0x46800503c00653d00554400553d00513f006034005544005034005176006", + "0x516000600654400500601900646853d03448f315009005468005544005", + "0x380064670055440050061eb00600654400503700505900600654400530e", + "0x546300553b00634246300a544005465005222006465005544005467005", + "0x9a00634500554400534300529900634300554400534200566d006006544", + "0x34503425a10b00634500554400534500513700646210000a544005100005", + "0x534a49b00a18600634a00554400534a00513700634a46100a544005462", + "0xa54400519800505e00646e00900a54400500900552800634c34b00a544", + "0x636000554400534700551e00634700554400535f46e00a51f00635f198", + "0x54400535e00513e00634b00554400534b00501d00645c00554400500618d", + "0xd000645c00554400545c00510600653d00554400553d00513f00635e005", + "0x53d35e34b0182590063600055440053600050cc00634c00554400534c005", + "0x51d00646100554400546100517600635445a45b39921e54400536034c45c", + "0x545900551c00600654400500601900636300573d45900554400a354005", + "0x654400500601900636600573e45700554400a45800551a006458005544", + "0x54400545600522d00645600554400500610e006006544005457005160006", + "0x53600600654400545400553700636a45400a544005368005539006368005", + "0x54400545300513700645300554400545500529900645500554400536a005", + "0x55440050b800518500636e36c00a54400510045346125a10b006453005", + "0x37002b00a54400545036e36c25a10b00636e00554400536e005137006450", + "0x2b00637244e00a54400537039900a186006370005544005370005137006", + "0x554400537300553500637300554400544b00519100644b005544005006", + "0x37400510600637400554400500618d00673f00554400537200510700644a", + "0x554400502b02c00a05700644a00554400544a005137006374005544005", + "0xa54400a44a73f37445a45b00953400644e00554400544e00501d00602b", + "0x600654400500603700600654400500601900674137737525a74021b376", + "0x1980090cf19921e51900644800554400500613500637c005544005006135", + "0x44500a5440057420050460067420055440052de00525d0062de005544005", + "0x37600513e00644e00554400544e00501d006006544005445005045006444", + "0x37c00554400537c00515c006444005544005444005044006376005544005", + "0x904300621b00554400521b02400a12a00644800554400544800515c006", + "0x74344100554400a44200504200644244337a25a54400544837c44437644e", + "0x16000643f44044c25a54400544100504100600654400500601900644d005", + "0x54400543c00516400638543c00a54400544c00516300600654400543f005", + "0x511c00600654400538700516400643a38700a544005440005163006006", + "0x38c38b21b44321e0e800638c00554400543a00511c00638b005544005385", + "0x500602b00600654400500601900639339138f25a74443938e00a54400a", + "0x39700554400539500503d00639500554400543821e00a03e006438005544", + "0x2b00517600638e00554400538e00513e00637a00554400537a00501d006", + "0x39700554400539700503c00643900554400543900513f00602b005544005", + "0x654400521e00512c00600654400500601900639743902b38e37a009005", + "0x39b00503b00639b00554400539343700a13a006437005544005006133006", + "0x38f00554400538f00513e00637a00554400537a00501d00639c005544005", + "0x39c00503c00639100554400539100513f00602b00554400502b005176006", + "0x512c00600654400500601900639c39102b38f37a00900539c005544005", + "0x37a00554400537a00501d00639e00554400544d00503b00600654400521e", + "0x21b00513f00602b00554400502b00517600644300554400544300513e006", + "0x639e21b02b44337a00900539e00554400539e00503c00621b005544005", + "0x12c00600654400519800517e006006544005006037006006544005006019", + "0x60065440050cf0050fa0060065440051990050fa00600654400521e005", + "0x4360055440050061330060065440050240052a20060065440050090050fc", + "0x501d00643400554400543500503b00643500554400574143600a13a006", + "0x554400502b00517600637500554400537500513e00644e00554400544e", + "0x44e00900543400554400543400503c00637700554400537700513f00602b", + "0x512c00600654400519800517e00600654400500601900643437702b375", + "0xfc0060065440050cf0050fa0060065440051990050fa00600654400521e", + "0x600654400502c0050550060065440050240052a2006006544005009005", + "0x554400536600515c0060065440051000051360060065440050b800517e", + "0x654400519800517e006006544005006019006006745005006024006433", + "0x5440050cf0050fa0060065440051990050fa00600654400521e00512c006", + "0x502c0050550060065440050240052a20060065440050090050fc006006", + "0x3630051fd0060065440051000051360060065440050b800517e006006544", + "0x43300554400543000515c0060065440054320051fe00643043200a544005", + "0x54400543342c00a13a00642c005544005006133006006544005006037006", + "0x13e00639900554400539900501d00642a00554400542d00503b00642d005", + "0x54400545a00513f00646100554400546100517600645b00554400545b005", + "0x601900642a45a46145b39900900542a00554400542a00503c00645a005", + "0x50fa0060065440051990050fa006006544005037005059006006544005", + "0x17e00600654400521e00512c00600654400519800517e0060065440050cf", + "0x60065440050240052a20060065440050090050fc0060065440050b8005", + "0x554400549800515c00600654400502c005055006006544005100005136", + "0x65440050370050590060065440050060190060067460050060240063a7", + "0x54400519800517e0060065440050cf0050fa0060065440051990050fa006", + "0x50090050fc0060065440050b800517e00600654400521e00512c006006", + "0x2c0050550060065440051000051360060065440050240052a2006006544", + "0x60065440054290051fe0063aa42900a5440054990051fd006006544005", + "0x3ab0055440050061330060065440050060370063a70055440053aa00515c", + "0x501d0064280055440053ad00503b0063ad0055440053a73ab00a13a006", + "0x554400503400517600635e00554400535e00513e00649b00554400549b", + "0x49b00900542800554400542800503c00653d00554400553d00513f006034", + "0x13f00505900600654400500603700600654400500601900642853d03435e", + "0x512600600654400513500505500600654400514a005039006006544005", + "0x550060065440051370052a200600654400520900517e0060065440051f6", + "0x60065440051330050590060065440052a200505900600654400512f005", + "0x654400530a00505500600654400512e0052a200600654400513b0052a2", + "0x5440051000051360060065440050370050590060065440050360052a2006", + "0x502c0050550060065440051990050fa0060065440050240052a2006006", + "0x21e00512c00600654400519800517e0060065440050cf0050fa006006544", + "0x501d0060065440050090050fc0060065440050ff005136006006544005", + "0x55440050c200517600653400554400521a00513e006535005544005210", + "0x602400652f0055440050b900515c00666e0055440050ba00513f006533", + "0x513f005059006006544005006037006006544005006019006006717005", + "0x1f600512600600654400513500505500600654400514a005039006006544", + "0x505900600654400512f0050550060065440051370052a2006006544005", + "0x2a200600654400513b0052a20060065440051330050590060065440052a2", + "0x60065440050360052a200600654400530a00505500600654400512e005", + "0x65440050240052a2006006544005100005136006006544005037005059", + "0x5440050cf0050fa00600654400502c0050550060065440051990050fa006", + "0x50ff00513600600654400521e00512c00600654400519800517e006006", + "0x513e0065350055440050d600501d0060065440050090050fc006006544", + "0x55440050cc00513f00653300554400545f0051760065340055440051fa", + "0x42b00a13a00642b00554400500613300652f0055440050cb00515c00666e", + "0x554400553500501d0063af00554400542600503b00642600554400552f", + "0x513f00653300554400553300517600653400554400553400513e006535", + "0x3af66e5335345350090053af0055440053af00503c00666e00554400566e", + "0x654400513f0050590060065440051f3005160006006544005006019006", + "0x5440051370052a200600654400513500505500600654400514a005039006", + "0x51330050590060065440052a200505900600654400512f005055006006", + "0x30a00505500600654400512e0052a200600654400513b0052a2006006544", + "0x51360060065440050370050590060065440050360052a2006006544005", + "0x550060065440051990050fa0060065440050240052a2006006544005100", + "0x600654400521e00512c00600654400519800517e00600654400502c005", + "0x60067090050060240060065440050090050fc0060065440050ff005136", + "0x600654400513f0050590060065440050d0005160006006544005006019", + "0x65440051370052a200600654400513500505500600654400514a005039", + "0x5440051330050590060065440052a200505900600654400512f005055006", + "0x530a00505500600654400512e0052a200600654400513b0052a2006006", + "0x1000051360060065440050370050590060065440050360052a2006006544", + "0x50550060065440051990050fa0060065440050240052a2006006544005", + "0x13600600654400521e00512c00600654400519800517e00600654400502c", + "0xac0060065440050060370060065440050090050fc0060065440050ff005", + "0x5440050d600501d0060065440053b10050fa0064243b100a544005132005", + "0x2580064240055440054240050ab0060d50055440050d500513e0060d6005", + "0x57473b700554400a3b50050530063b54233b325a5440054240d50d625a", + "0x55440050060520063b9005544005006135006006544005006019006422", + "0x510064210055440053bb3b900a1340063bb0055440053bb0051370063bb", + "0x501d0050ac00601d00554400501d02100a05000601d0055440053b7005", + "0x3bf41f00a54400541f0051540060065440053bd0050fa00641f3bd00a544", + "0x512400600654400541c00513600641b41c41e25a5440053bf005155006", + "0x554400541a00515800641a41e00a54400541e00512300600654400541b", + "0xa134006417005544005417005137006417005544005419005159006419", + "0x5440053b300501d00643100554400541e005122006414005544005417421", + "0x15c00643100554400543100512100642300554400542300513e0063b3005", + "0x640d40e41225a5440054144314233b321e15d006414005544005414005", + "0x500601900640b0057483c700554400a40d005120006006544005006020", + "0x1540060065440053ca0051600063ca40900a5440053c700511f006006544", + "0x511e00640640740a25a54400540800515500640841f00a54400541f005", + "0x63d400554400540700529900600654400540600512400600654400540a", + "0x11e00640126140525a54400541f0051550063ce0055440053d440900a134", + "0x3d100554400540100511d006006544005261005136006006544005405005", + "0x515c0063fa0055440053ff3ce00a1340063ff0055440053d1005159006", + "0x51260060065440050060190060067490050060240063f70055440053fa", + "0x65440053f50051fe0063f83f500a54400540b0051fd00600654400541f", + "0x55440050061330060065440050060370063f70055440053f800515c006", + "0x1d0063f10055440053d900503b0063d90055440053f73e600a13a0063e6", + "0x54400545f00517600640e00554400540e00513e006412005544005412005", + "0x90053f10055440053f100503c00649a00554400549a00513f00645f005", + "0x3b0060065440050210050590060065440050060190063f149a45f40e412", + "0x54400542300513e0063b30055440053b300501d0063da005544005422005", + "0x3c00649a00554400549a00513f00645f00554400545f005176006423005", + "0x60065440050060190063da49a45f4233b30090053da0055440053da005", + "0x654400513f0050590060065440051320050fa006006544005021005059", + "0x5440051370052a200600654400513500505500600654400514a005039006", + "0x51330050590060065440052a200505900600654400512f005055006006", + "0x30a00505500600654400512e0052a200600654400513b0052a2006006544", + "0x51360060065440050370050590060065440050360052a2006006544005", + "0x550060065440051990050fa0060065440050240052a2006006544005100", + "0x600654400521e00512c00600654400519800517e00600654400502c005", + "0x55440051ef00515c0060065440050090050fc0060065440050ff005136", + "0x654400502100505900600654400500601900600674a0050060240063f0", + "0x54400514a00503900600654400513f0050590060065440051320050fa006", + "0x512f0050550060065440051370052a2006006544005135005055006006", + "0x13b0052a20060065440051330050590060065440052a2005059006006544", + "0x52a200600654400530a00505500600654400512e0052a2006006544005", + "0x2a2006006544005100005136006006544005037005059006006544005036", + "0x600654400502c0050550060065440051990050fa006006544005024005", + "0x65440050ff00513600600654400521e00512c00600654400519800517e", + "0x3dc0051fe0063f23dc00a5440050d40051fd0060065440050090050fc006", + "0x61330060065440050060370063f00055440053f200515c006006544005", + "0x554400574b00503b00674b0055440053f000000a13a006000005544005", + "0x51760060d50055440050d500513e0060d60055440050d600501d00674c", + "0x554400574c00503c00649a00554400549a00513f00645f00554400545f", + "0x54400514500505900600654400500601900674c49a45f0d50d600900574c", + "0x527d0050550060065440051000051360060065440052990052a2006006", + "0x21e00512c0060065440050ff005136006006544005021005059006006544", + "0x50590060065440051320050fa0060065440050090050fc006006544005", + "0x2a200600654400513500505500600654400514a00503900600654400513f", + "0x60065440052a200505900600654400512f005055006006544005137005", + "0x654400512e0052a200600654400513b0052a2006006544005133005059", + "0x5440050370050590060065440050360052a200600654400530a005055006", + "0x502c0050550060065440051990050fa0060065440050240052a2006006", + "0x500613300600654400512c0052a200600654400519800517e006006544", + "0x74f00554400574e00503b00674e0055440051a874d00a13a00674d005544", + "0xa0051760060f90055440050f900513e0060fe0055440050fe00501d006", + "0x74f00554400574f00503c0061a70055440051a700513f00600a005544005", + "0x65440051a000512400600654400500601900674f1a700a0f90fe009005", + "0x5440051000051360060065440052990052a2006006544005145005059006", + "0x50ff00513600600654400502100505900600654400527d005055006006", + "0x1320050fa0060065440050090050fc00600654400521e00512c006006544", + "0x505500600654400514a00503900600654400513f005059006006544005", + "0x5900600654400512f0050550060065440051370052a2006006544005135", + "0x600654400513b0052a20060065440051330050590060065440052a2005", + "0x65440050360052a200600654400530a00505500600654400512e0052a2", + "0x5440051990050fa0060065440050240052a2006006544005037005059006", + "0x512c0052a200600654400519800517e00600654400502c005055006006", + "0x751005137006751005544005006518006750005544005006135006006544", + "0x75300554400500613300675200554400575175000a134006751005544005", + "0x501d00675500554400575400503b00675400554400575275300a13a006", + "0x554400500a00517600619000554400519000513e00619f00554400519f", + "0x19f00900575500554400575500503c00619100554400519100513f00600a", + "0x52a200600654400514500505900600654400500601900675519100a190", + "0x12400600654400502100505900600654400527d005055006006544005299", + "0x60065440050090050fc00600654400521e00512c00600654400518a005", + "0x654400514a00503900600654400513f00505900600654400512c0052a2", + "0x54400512f0050550060065440051370052a2006006544005135005055006", + "0x513b0052a20060065440051330050590060065440052a2005059006006", + "0x360052a200600654400530a00505500600654400512e0052a2006006544", + "0x50550060065440050240052a2006006544005037005059006006544005", + "0x13a00675600554400500613300600654400513100505900600654400502c", + "0x510500501d00675800554400575700503b00675700554400510175600a", + "0x600a00554400500a00517600619000554400519000513e006105005544", + "0xa19010500900575800554400575800503c00619100554400519100513f", + "0x52990052a2006006544005145005059006006544005006019006758191", + "0x18a00512400600654400502100505900600654400527d005055006006544", + "0x52a20060065440050090050fc00600654400521e00512c006006544005", + "0x5500600654400514a00503900600654400513f00505900600654400512c", + "0x600654400512f0050550060065440051370052a2006006544005135005", + "0x654400513b0052a20060065440051330050590060065440052a2005059", + "0x5440050360052a200600654400530a00505500600654400512e0052a2006", + "0x502c0050550060065440050240052a2006006544005037005059006006", + "0x501d00654900554400519400503b006006544005131005059006006544", + "0x554400500a00517600619000554400519000513e006105005544005105", + "0x10500900554900554400554900503c00619100554400519100513f00600a", + "0x52a200600654400514500505900600654400500601900654919100a190", + "0x5900600654400527d00505500600654400502c005055006006544005299", + "0x600654400521e00512c006006544005021005059006006544005131005", + "0x654400513f00505900600654400512c0052a20060065440050090050fc", + "0x5440051370052a200600654400513500505500600654400514a005039006", + "0x51330050590060065440052a200505900600654400512f005055006006", + "0x30a00505500600654400512e0052a200600654400513b0052a2006006544", + "0x52a20060065440050370050590060065440050360052a2006006544005", + "0x13700675a00554400500671b006759005544005006135006006544005024", + "0x510800501d00675b00554400575a75900a13400675a00554400575a005", + "0x675e00554400518500513f00675d00554400510b00513e00675c005544", + "0x600654400500601900600676000500602400675f00554400575b00515c", + "0x654400502c0050550060065440052990052a2006006544005145005059", + "0x54400502100505900600654400513100505900600654400527d005055006", + "0x512c0052a20060065440050090050fc00600654400521e00512c006006", + "0x13500505500600654400514a00503900600654400513f005059006006544", + "0x505900600654400512f0050550060065440051370052a2006006544005", + "0x2a200600654400513b0052a20060065440051330050590060065440052a2", + "0x60065440050360052a200600654400530a00505500600654400512e005", + "0x65440051490051770060065440050240052a2006006544005037005059", + "0x10a00513f00675d00554400518600513e00675c00554400500600501d006", + "0x676100554400500613300675f00554400510900515c00675e005544005", + "0x75c00501d00676300554400576200503b00676200554400575f76100a13a", + "0xa00554400500a00517600675d00554400575d00513e00675c005544005", + "0x75d75c00900576300554400576300503c00675e00554400575e00513f006", + "0x2990052a200600654400514500505900600654400500601900676375e00a", + "0x505900600654400527d00505500600654400502c005055006006544005", + "0xfc00600654400521e00512c006006544005021005059006006544005131", + "0x600654400513f00505900600654400512c0052a2006006544005009005", + "0x65440051370052a200600654400513500505500600654400512a005517", + "0x5440051330050590060065440052a200505900600654400512f005055006", + "0x530a00505500600654400512e0052a200600654400513b0052a2006006", + "0x240052a20060065440050370050590060065440050360052a2006006544", + "0xa13a006764005544005006133006006544005149005177006006544005", + "0x54400500600501d00676600554400576500503b00676500554400517b764", + "0x13f00600a00554400500a00517600611100554400511100513e006006005", + "0x17a00a11100600900576600554400576600503c00617a00554400517a005", + "0x544005145005059006006544005113005103006006544005006019006766", + "0x527d00505500600654400502c0050550060065440052990052a2006006", + "0x21e00512c006006544005021005059006006544005131005059006006544", + "0x505900600654400512c0052a20060065440050090050fc006006544005", + "0x2a200600654400513500505500600654400512a00551700600654400513f", + "0x60065440052a200505900600654400512f005055006006544005137005", + "0x654400512e0052a200600654400513b0052a2006006544005133005059", + "0x5440050370050590060065440050360052a200600654400530a005055006", + "0x500600501d0060065440051490051770060065440050240052a2006006", + "0x611e00554400511e00510000612500554400512500513e006006005544", + "0x76b76a00554400a76900505300676976876725a54400511e12500625a03a", + "0x54400500605200676d00554400500613500600654400500601900676c005", + "0x676f00554400576e76d00a13400676e00554400576e00513700676e005", + "0x180050ac00601800554400501801900a05000601800554400576a005051", + "0x77100a5440057710051540060065440057700050fa00677177000a544005", + "0x12400600654400577400513600677577477325a544005772005155006772", + "0x54400577600515800677677300a544005773005123006006544005775005", + "0x134006778005544005778005137006778005544005777005159006777005", + "0x576700501d00677900554400577300512200654b00554400577876f00a", + "0x677900554400577900512100676800554400576800513e006767005544", + "0x77c77b77a25a54400554b77976876721e15d00654b00554400554b00515c", + "0x601900677f00577e77d00554400a77c005120006006544005006020006", + "0x600654400554a00516000654a78000a54400577d00511f006006544005", + "0x11e00678478378225a54400578100515500678177100a544005771005154", + "0x785005544005783005299006006544005784005124006006544005782005", + "0x678978878725a54400577100515500678600554400578578000a134006", + "0x554400578900511d00600654400578800513600600654400578700511e", + "0x15c00678c00554400578b78600a13400678b00554400578a00515900678a", + "0x12600600654400500601900600678e00500602400678d00554400578c005", + "0x54400578f0051fe00679078f00a54400577f0051fd006006544005771005", + "0x577a00501d00600654400500603700678d00554400579000515c006006", + "0x679200554400501a00513f00654800554400577b00513e006791005544", + "0x600654400500601900600679400500602400679300554400578d00515c", + "0x57950051fe00679679500a54400576c0051fd006006544005019005059", + "0x13f00654800554400576800513e00679100554400576700501d006006544", + "0x679400500602400679300554400579600515c00679200554400501a005", + "0x65440052990052a2006006544005145005059006006544005006019006", + "0x54400513100505900600654400527d00505500600654400502c005055006", + "0x50090050fc00600654400521e00512c006006544005021005059006006", + "0x12a00551700600654400513f00505900600654400512c0052a2006006544", + "0x50550060065440051370052a2006006544005135005055006006544005", + "0x2a20060065440051330050590060065440052a200505900600654400512f", + "0x600654400530a00505500600654400512e0052a200600654400513b005", + "0x65440050240052a20060065440050370050590060065440050360052a2", + "0x544005019005059006006544005126005039006006544005149005177006", + "0x15500513e00679100554400500600501d0060065440050200052a2006006", + "0x79300554400512300515c00679200554400512400513f006548005544005", + "0x6006544005145005059006006544005006019006006794005006024006", + "0x654400527d00505500600654400502c0050550060065440052990052a2", + "0x54400521e00512c006006544005021005059006006544005131005059006", + "0x513f00505900600654400512c0052a20060065440050090050fc006006", + "0x1370052a200600654400513500505500600654400512a005517006006544", + "0x50590060065440052a200505900600654400512f005055006006544005", + "0x5500600654400512e0052a200600654400513b0052a2006006544005133", + "0x60065440050370050590060065440050360052a200600654400530a005", + "0x65440050200052a20060065440051490051770060065440050240052a2", + "0x512800513e00679100554400500600501d006006544005019005059006", + "0x679300554400515100515c00679200554400512700513f006548005544", + "0x579700503b00679700554400579354700a13a006547005544005006133", + "0x654800554400554800513e00679100554400579100501d006798005544", + "0x579800503c00679200554400579200513f00600a00554400500a005176", + "0x600500601900554400500606400679879200a548791009005798005544", + "0x63006299005544005006005006021005544005006064006020005544005", + "0x602c00554400500600500602400554400500606400627d005544005006", + "0x30a005544005006064006036005544005006064006037005544005006063", + "0x55440050060640061350055440050060630062a2005544005006005006", + "0x54400500606400613b005544005006063006133005544005006005006137", + "0x500606400612f00554400500606300613f005544005006005006131005", + "0x606400612c00554400500600500614500554400500606300612e005544", + "0x6400614d00554400500606400612a005544005006005006149005544005", + "0x6125005544005006005006151005544005006063006128005544005006", + "0x600654400500621e00612300554400500616b00615500554400500652e", + "0x15c12125a79912215915825a54400a25a00500a1c1006006544005006037", + "0x51220050ea0061220055440051220051c200600654400500601900615d", + "0x612000554400512000506100615800554400515800513e006120005544", + "0x54400500601900616311d11e25a79a16001a11f25a54400a15915800a1c1", + "0x50e90061640055440051600050ea0061600055440051600051c2006006", + "0x16700517e00600654400511c0051c500611a16816711b11c009544005164", + "0x506000600654400511a00513600600654400516800517e006006544005", + "0x95440051200050e900611900554400511b00505f00611b00554400511b", + "0x600654400516c0051c600600654400516b0051c500616f11711816c16b", + "0xa54400511800505e00600654400516f00513600600654400511700517e", + "0x11417317229954400511900505d006115005544005116005185006116118", + "0x505c00600654400517200513600617e10f11017b17a111112177176113", + "0x136006006544005176005136006006544005113005119006006544005114", + "0x600654400511100505b006006544005112005136006006544005177005", + "0x654400511000512400600654400517b00511900600654400517a00505c", + "0x54400517300518500600654400517e00511900600654400510f005124006", + "0x610d00554400510e11500a05a00610e00554400510e00513700610e005", + "0x1a02000a12a00611f00554400511f00513e00610d00554400510d005137", + "0x654400500601900618100579b00654400a10d00519000601a005544005", + "0xa01a11f00a1c100600654400511800517e006006544005019005059006", + "0x10b0051c200600654400500601900610a18618525a79c10b10c18225a544", + "0x610900554400500652d00615400554400510b0050ea00610b005544005", + "0x18a00523e00610818a00a54400518900523d00618900554400510900523a", + "0x618d005544005107005108006107005544005108005240006006544005", + "0x54400518200513e00610500554400500618d00610600554400518d005107", + "0x52c0061060055440051060050d5006105005544005105005106006182005", + "0x12419119025a54400a10610510c18221e10500615400554400515415500a", + "0x12400554400512412300a11800600654400500601900619410310425a79d", + "0x600a06a00619100554400519100513f00619000554400519000513e006", + "0x510200552b00600654400500601900610100579e10219500a54400a124", + "0x19500554400519500501d00619900554400519800515900619810200a544", + "0x19900513700619100554400519100513f00619000554400519000513e006", + "0x55440051000050fb00610000900a544005009005528006199005544005", + "0xfd0055260060fd0fe19c0ff21e544005100199191190195009243006100", + "0x554400519f0055250060065440050060190061a000579f19f00554400a", + "0x5230060065440050060190061a30057a00fb00554400a0fc0055240060fc", + "0x51060061a70055440050065220060f91290fa0341a40095440050fb005", + "0x512914d00a05000603400554400503430a00a0500061a70055440051a7", + "0x190061ab0f700a7a10f81a800a54400a1a71020ff25a248006129005544", + "0x60f50055440050f80051590060f600554400500652d006006544005006", + "0x5440051af0051060061af00554400500618d0061ae0055440050f6005107", + "0x5340061a80055440051a800501d0061ae0055440051ae0050d50061af005", + "0x50060190060f21b31b225a7a20f30f400a54400a0f51ae1af0fe19c009", + "0x50d30061b60055440050f10050d40060f10055440050061eb006006544", + "0x55440050f00051ef0060065440051b70051ee0060f01b700a5440051b6", + "0x1370060ee0f900a5440050f900509a0061ba0055440050ef0052990060ef", + "0x51370060ed45f00a5440050ee1ba00a25a10b0061ba0055440051ba005", + "0x51be0050d20061be1bd00a5440050ed1a800a1860060ed0055440050ed", + "0x60065440050eb0051f20061c10eb00a5440050ec0050d10060ec005544", + "0x5440050ea0051080060ea0055440051c10051f30061c200554400500618d", + "0x13f0060f40055440050f400513e0061bd0055440051bd00501d0060e9005", + "0x5440050e90050d00061c20055440051c20051060060f30055440050f3005", + "0x60200060e849a1c61c521e5440050e91c20f30f41bd0090cf0060e9005", + "0x554400549a29900a12a00645f00554400545f27d00a057006006544005", + "0xce0060065440050060190061c90057a30e700554400a0e80051f600649a", + "0x60190061cc0057a40e500554400a0e60050cd0060e60055440050e7005", + "0x1d00057a70e30057a60e40057a51cd0055440090e500500d006006544005", + "0x1280050590060065440051cd00522b0060065440050060190061d10057a8", + "0x52a2006006544005145005055006006544005154005039006006544005", + "0x5900600654400512e00505900600654400515100505500600654400512c", + "0x60065440051250052a200600654400512a0052a2006006544005149005", + "0x654400513100505900600654400512f00505500600654400513f0052a2", + "0x5440051370050590060065440050fa005136006006544005037005055006", + "0x50f900513600600654400513b0050550060065440052a20052a2006006", + "0x21e00512c006006544005135005055006006544005024005059006006544", + "0x50fc0060065440051a400517e0060065440050340050fa006006544005", + "0x2a20060065440050360050590060065440051330052a2006006544005009", + "0x522b0060065440050060190060067a900500602400600654400502c005", + "0x550060065440051540050390060065440051280050590060065440050e4", + "0x600654400515100505500600654400512c0052a2006006544005145005", + "0x654400512a0052a200600654400514900505900600654400512e005059", + "0x54400512f00505500600654400513f0052a20060065440051250052a2006", + "0x50fa005136006006544005037005055006006544005131005059006006", + "0x13b0050550060065440052a20052a2006006544005137005059006006544", + "0x50550060065440050240050590060065440050f9005136006006544005", + "0x17e0060065440050340050fa00600654400521e00512c006006544005135", + "0x60065440051330052a20060065440050090050fc0060065440051a4005", + "0x60067a900500602400600654400502c0052a2006006544005036005059", + "0x60065440050210050590060065440050e3005160006006544005006019", + "0x7aa0e01d51d425a54400a49a1c600a1c10060e10e200a5440051290050ac", + "0xea0060e00055440050e00051c20060065440050060190060de1d80df25a", + "0x55440051db00510d0061db0055440050060fe0060dd0055440050e0005", + "0x510c0060065440050dc0051820060db0dc00a5440051dc0051810061dc", + "0xa5440050f900509a0061e00055440051df0052990061df0055440050db", + "0xd900a5440050da1e045f25a10b0061e00055440051e00051370060da0f9", + "0x65440051e40051c50060d61e70d70d81e40095440050dd0050e90061e3", + "0x5440050d60051360060065440051e700517e0060065440050d80051c6006", + "0x1850060d50d700a5440050d700505e0060d70055440050d7005100006006", + "0x1ea1e30d925a10b0061e30055440051e30051370061ea0055440050d5005", + "0x5440050d41c500a1860060d40055440050d40051370060d41eb00a544005", + "0xd10d200a5440051ef0051090061ef0055440051ee00510a0061ee0d300a", + "0x51f20051080061f20055440050d100518a0060065440050d2005189006", + "0x13e0060cf00554400500618d0060d00055440051f30051070061f3005544", + "0x5440051eb0051760060cf0055440050cf0051060061d40055440051d4005", + "0x25a54400a0d00cf1d51d421e1050060d30055440050d300501d0061eb005", + "0x5440051540050e90060065440050060190060cc1fa1f925a7ab0cd0ce1f6", + "0x65440051fd0051c60060065440050cb0051c50060c90ca1fe1fd0cb009", + "0x5440050cd0051370060065440050c90051360060065440050ca00517e006", + "0x1900060ce0055440050ce00513f0061f60055440051f600513e0060cd005", + "0x554400500610e0060065440050060190062010057ac00654400a0cd005", + "0x1820062050c700a5440050c80051810060c800554400520200510d006202", + "0x55440050c60052990060c600554400520500510c0060065440050c7005", + "0x20920800a5440050f90c51eb25a10b0060c50055440050c50051370060c5", + "0x51370060c30055440050c40051850060c40d700a5440050d700505e006", + "0x20d00513700620d20c00a5440050c320920825a10b006209005544005209", + "0x5440050c100510a0060c10c200a54400520d0d300a18600620d005544005", + "0x18a0060065440052110051890060c021100a544005210005109006210005", + "0x5440052140051070062140055440050bf0051080060bf0055440050c0005", + "0x51760060bd0055440050bd0051060060bd00554400500618d0060be005", + "0xbe0bd0ce1f621e1050060c20055440050c200501d00620c00554400520c", + "0x513700600654400500601900621a2190bb25a7ad0bc21821725a54400a", + "0x554400521800513f00621700554400521700513e0060bc0055440050bc", + "0xa1c10060065440050060190060ba0057ae00654400a0bc005190006218", + "0x600654400500601900621f0b70b825a7af21d21c0b925a54400a218217", + "0x5440050061010060b600554400521d0050ea00621d00554400521d0051c2", + "0x51810060b30055440050b400510d0060b400554400500610e0060b5005", + "0x55440050b100510c0060065440050b20051820060b10b200a5440050b3", + "0x51370060af0055440050af0051370060af0055440050b00052990060b0", + "0xb60050e90060ad0ae00a5440050b50af20c25a10b0060b50055440050b5", + "0x50ab0051c60060065440050ac0051c50060a80a90aa0ab0ac009544005", + "0xaa0051850060065440050a80051360060065440050a900517e006006544", + "0xa70055440050a70051370060ad0055440050ad0051370060a7005544005", + "0x60a60055440050a60051370060a612700a5440050a70ad0ae25a10b006", + "0x51090060a30055440050a400510a0060a40a500a5440050a60c200a186", + "0x55440050a100518a0060065440050a20051890060a10a200a5440050a3", + "0x618d00609e00554400509f00510700609f0055440050a00051080060a0", + "0x9d00554400509d0051060060b90055440050b900513e00609d005544005", + "0x21e1050060a50055440050a500501d00612700554400512715100a057006", + "0x54400500601900609709809925a7b009a09b09c25a54400a09e09d21c0b9", + "0x513f00609c00554400509c00513e00609a00554400509a005137006006", + "0x5440050060190060960057b100654400a09a00519000609b00554400509b", + "0x50fa005136006006544005037005055006006544005131005059006006", + "0x13b0050550060065440052a20052a2006006544005137005059006006544", + "0x50550060065440050240050590060065440051fe00517e006006544005", + "0xfa0060065440050340050fa00600654400521e00512c006006544005135", + "0x60065440050090050fc0060065440051a400517e0060065440050e2005", + "0x654400502c0052a20060065440050360050590060065440051330052a2", + "0xa09b09c00a1c100600654400513f0052a200600654400512f005055006", + "0x940051c200600654400500601900609109209325a7b209412609525a544", + "0x8f0095440050900050e90060900055440050940050ea006094005544005", + "0x17e00600654400508d00517e00600654400508f0051c500608b08c08d08e", + "0x8e00554400508e00506000600654400508b00513600600654400508c005", + "0x51850060890d700a5440050d700505e00608a00554400508e00505f006", + "0x8008108208308408508608729954400508a00505d006088005544005089", + "0x600654400508500505c00600654400508700513600607b07c07d07e07f", + "0x6544005082005136006006544005083005136006006544005084005119", + "0x54400507f00505c00600654400508000505b006006544005081005136006", + "0x507c00512400600654400507d00512400600654400507e005119006006", + "0x513700607a00554400508600518500600654400507b005119006006544", + "0x54400507900513700607900554400507a08800a05a00607a00554400507a", + "0x612600554400512612500a12a00609500554400509500513e006079005", + "0x5440050060370060065440050060190060780057b300654400a079005190", + "0x512a0052a200600654400514900505900600654400512e005059006006", + "0xa500501d00600654400514500505500600654400512c0052a2006006544", + "0xd70055440050d700510000609500554400509500513e0060a5005544005", + "0x7607725a5440050e10d70950a521e2510060e10055440050e10050ab006", + "0x1350060065440050060190060730057b407400554400a075005053006075", + "0x71005544005071005137006071005544005006052006072005544005006", + "0xa05000614e00554400507400505100607000554400507107200a134006", + "0x506f0050fa00606e06f00a54400514e0050ac00614e00554400514e128", + "0x6b06c25a54400506d00515500606d06e00a54400506e005154006006544", + "0x506c00512300600654400506a00512400600654400506b00513600606a", + "0x6700554400506800515900606800554400506900515800606906c00a544", + "0x512200606600554400506707000a134006067005544005067005137006", + "0x554400507600513e00607700554400507700501d00606500554400506c", + "0x21e15d00606600554400506600515c006065005544005065005121006076", + "0x6200512000600654400500602000606206306425a544005066065076077", + "0xa54400506100511f0060065440050060190060600057b506100554400a", + "0x15500605d06e00a54400506e00515400600654400505e00516000605e05f", + "0x505a00512400600654400505c00511e00605a05b05c25a54400505d005", + "0x605800554400505905f00a13400605900554400505b005299006006544", + "0x5600513600600654400505700511e00605505605725a54400506e005155", + "0x605300554400505400515900605400554400505500511d006006544005", + "0x500602400605100554400505200515c00605200554400505305800a134", + "0x50600051fd00600654400506e0051260060065440050060190060067b6", + "0x605100554400504f00515c0060065440050500051fe00604f05000a544", + "0x554400506300513e00604e00554400506400501d006006544005006037", + "0x515c00604b00554400512600513f00604c00554400512700517600604d", + "0x50590060065440050060190060067b700500602400604a005544005051", + "0x65440050490051fe00604804900a5440050730051fd006006544005128", + "0x12700517600604d00554400507600513e00604e00554400507700501d006", + "0x4a00554400504800515c00604b00554400512600513f00604c005544005", + "0x60065440050780051030060065440050060190060067b7005006024006", + "0x4600554400500624c006047005544005006135006006544005128005059", + "0x4400511c00600654400504500516400604404500a544005047005163006", + "0x55440050460051370060420d700a5440050d700505e006043005544005", + "0x3b03c03d25a7b803e04004125a54400a04304604212609500924e006046", + "0x54400503a00527d00603a00554400503e00501a006006544005006019006", + "0x2100604000554400504000513f00604100554400504100513e00603a005", + "0x3900553d0060065440050060190062220057b903803900a54400a03a005", + "0x29900666d0055440050061eb00653b00554400503800549a006006544005", + "0x5440052250050d300622500554400566d0050d400622400554400553b005", + "0x29900600d00554400522a0051ef00600654400553a0051ee00622a53a00a", + "0x54400522400513700622b00554400522b00513700622b00554400500d005", + "0x554400522d00513700622d12d00a54400522422b12725a10b006224005", + "0x65360055440055370050d200653753900a54400522d0a500a18600622d", + "0x54400500618d0060065440055350051f200653453500a5440055360050d1", + "0x1d00652f00554400566e00510800666e0055440055340051f3006533005", + "0x54400504000513f00604100554400504100513e006539005544005539005", + "0xcf00652f00554400552f0050d0006533005544005533005106006040005", + "0x54400512d14500a05700652e14623723521e54400552f533040041539009", + "0x7ba52d00554400a52e0051f600614600554400514612c00a12a00612d005", + "0x23d0050cd00623d00554400552d0050ce00600654400500601900623a005", + "0x554400923e00500d0060065440050060190062400057bb23e00554400a", + "0x60065440050060190065260057bf2430057be5280057bd52b0057bc52c", + "0x654400512a0052a200600654400514900505900600654400552c00522b", + "0x600654400512e0050590060065440050060190060067c0005006024006", + "0xa54400552b0052520065250055440050061350060065440050d700517e", + "0x52500516300652200554400500624b0060065440055240050fc006523524", + "0x25100554400524a00511c00600654400524800516400624a24800a544005", + "0x24c25a54400a25152252314623700924e006522005544005522005137006", + "0x600654400500603700600654400500601900625424b25225a7c124e14a", + "0x524e00516c00624c00554400524c00513e00623500554400523500501d", + "0x54400524e24c23525a11700614a00554400514a12a00a12a00624e005544", + "0x54400500601900651f0057c203f00554400a52000516f00652052125625a", + "0x511500600654400551e00511900625951e00a54400503f005116006006", + "0x55440050060b000600654400500601900651c0057c351d00554400a259", + "0x62540060065440055190050fa00625d51900a54400551d0050ac00651a", + "0x554400551825851a25a0ad006518005544005006256006258005544005", + "0x501d0060065440055170050fa00651651700a54400571b0050ac00671b", + "0x554400525d0050ab00652100554400552100513e006256005544005256", + "0x95210060e10055440050e10050ab0065160055440055160050ab00625d", + "0x7c451500554400a26700505300626726526425a5440050e151625d521256", + "0x544005006052006514005544005006135006006544005006019006269005", + "0x651200554400551351400a134006513005544005513005137006513005", + "0x12b0050ac00612b00554400512b14900a05000612b005544005515005051", + "0x14300a54400514300515400600654400550f0050fa00614350f00a544005", + "0x12400600654400517000513600617f17016125a544005152005155006152", + "0x54400518e00515800618e16100a54400516100512300600654400517f005", + "0x1340061ac0055440051ac0051370061ac00554400519d00515900619d005", + "0x526400501d0061ca0055440051610051220061bb0055440051ac51200a", + "0x61ca0055440051ca00512100626500554400526500513e006264005544", + "0x1f71e81d925a5440051bb1ca26526421e15d0061bb0055440051bb00515c", + "0x60190062150057c520600554400a1f7005120006006544005006020006", + "0x600654400550e00516000650e02e00a54400520600511f006006544005", + "0x11e00628150a27f25a54400550c00515500650c14300a544005143005154", + "0x50900554400550a00529900600654400528100512400600654400527f005", + "0x650528350725a54400514300515500650800554400550902e00a134006", + "0x554400550500511d00600654400528300513600600654400550700511e", + "0x15c00628700554400528550800a134006285005544005223005159006223", + "0x1260060065440050060190060067c6005006024006504005544005287005", + "0x5440055030051fe00628950300a5440052150051fd006006544005143005", + "0x51d900501d00600654400500603700650400554400528900515c006006", + "0x604c00554400512d00517600604d0055440051e800513e00604e005544", + "0x7b700500602400604a00554400550400515c00604b00554400514a00513f", + "0x5440052690051fd006006544005149005059006006544005006019006006", + "0x13e00604e00554400526400501d0060065440055020051fe00650650200a", + "0x54400514a00513f00604c00554400512d00517600604d005544005265005", + "0x50060190060067b700500602400604a00554400550600515c00604b005", + "0xe100512600600654400514900505900600654400551c005160006006544", + "0x51370064ff005544005006520006501005544005006135006006544005", + "0x54400525600501d0062470055440054ff50100a1340064ff0055440054ff", + "0x15c0064f800554400514a00513f0064fc00554400552100513e0064fe005", + "0x590060065440050060190060067c70050060240064f7005544005247005", + "0x4f500a54400551f0051fd0060065440050e1005126006006544005149005", + "0x52100513e0064fe00554400525600501d0060065440054f50051fe006726", + "0x4f700554400572600515c0064f800554400514a00513f0064fc005544005", + "0x590060065440050060370060065440050060190060067c7005006024006", + "0x600654400512a0052a20060065440050e1005126006006544005149005", + "0x524b00513f0064fc00554400525200513e0064fe00554400523500501d", + "0x604e0055440054fe00501d0064f700554400525400515c0064f8005544", + "0x54f800513f00604c00554400512d00517600604d0055440054fc00513e", + "0x60190060067b700500602400604a0055440054f700515c00604b005544", + "0x52a2006006544005149005059006006544005528005160006006544005", + "0x2430051600060065440050060190060067c000500602400600654400512a", + "0x602400600654400512a0052a2006006544005149005059006006544005", + "0x1490050590060065440055260051600060065440050060190060067c0005", + "0x23500501d00600654400500603700600654400512a0052a2006006544005", + "0xd70055440050d700510000623700554400523700513e006235005544005", + "0x4f129225a5440050e10d723723521e2510060e10055440050e10050ab006", + "0x1350060065440050060190064ef0057c829400554400a02f00505300602f", + "0x216005544005216005137006216005544005006052006296005544005006", + "0xa05000614200554400529400505100629800554400521629600a134006", + "0x54ee0050fa0064ec4ee00a5440051420050ac00614200554400514212e", + "0x4e94ea25a5440054eb0051550064eb4ec00a5440054ec005154006006544", + "0x54ea0051230060065440054e80051240060065440054e90051360064e8", + "0x4e50055440054e60051590064e60055440054e70051580064e74ea00a544", + "0x51220064e40055440054e529800a1340064e50055440054e5005137006", + "0x55440054f100513e00629200554400529200501d0064e30055440054ea", + "0x21e15d0064e40055440054e400515c0064e30055440054e30051210064f1", + "0x4e00051200060065440050060200064e04e14e225a5440054e44e34f1292", + "0xa5440054df00511f0060065440050060190064de0057c94df00554400a", + "0x1550064db4ec00a5440054ec0051540060065440054dc0051600064dc4dd", + "0x54d80051240060065440054da00511e0064d84d94da25a5440054db005", + "0x64d60055440054d74dd00a1340064d70055440054d9005299006006544", + "0x4d40051360060065440054d500511e0064d34d44d525a5440054ec005155", + "0x64d10055440054d20051590064d20055440054d300511d006006544005", + "0x50060240064cf0055440054d000515c0064d00055440054d14d600a134", + "0x54de0051fd0060065440054ec0051260060065440050060190060067ca", + "0x64cf0055440054cc00515c0060065440054ce0051fe0064cc4ce00a544", + "0x55440054e100513e00604e0055440054e200501d006006544005006037", + "0x515c00604b00554400514600513f00604c00554400512d00517600604d", + "0x50590060065440050060190060067b700500602400604a0055440054cf", + "0x65440054ca0051fe0064c84ca00a5440054ef0051fd00600654400512e", + "0x12d00517600604d0055440054f100513e00604e00554400529200501d006", + "0x4a0055440054c800515c00604b00554400514600513f00604c005544005", + "0x600654400512e0050590060065440050060190060067b7005006024006", + "0x65440051490050590060065440050d700517e0060065440050e1005126", + "0x7cb0050060240064c600554400524000515c00600654400512a0052a2006", + "0x5440050e100512600600654400512e005059006006544005006019006006", + "0x512a0052a20060065440051490050590060065440050d700517e006006", + "0x15c0060065440054c50051fe0064c44c500a54400523a0051fd006006544", + "0x4e00554400523500501d0060065440050060370064c60055440054c4005", + "0x14600513f00604c00554400512d00517600604d00554400523700513e006", + "0x190060067b700500602400604a0055440054c600515c00604b005544005", + "0x5900600654400512e00505900600654400522200553d006006544005006", + "0x60065440050d700517e0060065440050e1005126006006544005149005", + "0x654400514500505500600654400512c0052a200600654400512a0052a2", + "0x5440054c10051370064c10055440050065200064c3005544005006135006", + "0x62bf00554400504100513e0064c00055440054c14c300a1340064c1005", + "0x7cc0050060240062c10055440054c000515c0062c000554400504000513f", + "0x54400514900505900600654400512e005059006006544005006019006006", + "0x512a0052a20060065440050d700517e0060065440050e1005126006006", + "0x3d00513e00600654400514500505500600654400512c0052a2006006544", + "0x2c100554400503b00515c0062c000554400503c00513f0062bf005544005", + "0x5440052bf00513e00604e0055440050a500501d006006544005006037006", + "0x15c00604b0055440052c000513f00604c00554400512700517600604d005", + "0x370060065440050060190060067b700500602400604a0055440052c1005", + "0x126006006544005145005055006006544005128005059006006544005006", + "0x600654400512c0052a20060065440050d700517e0060065440050e1005", + "0x654400512a0052a200600654400514900505900600654400512e005059", + "0x509300513e00604e0055440050a500501d0060065440051250052a2006", + "0x604b00554400509200513f00604c00554400512700517600604d005544", + "0x60065440050060190060067b700500602400604a00554400509100515c", + "0x6544005145005055006006544005128005059006006544005096005103", + "0x54400512c0052a20060065440050d700517e0060065440050e1005126006", + "0x512a0052a200600654400514900505900600654400512e005059006006", + "0x513e0064cd0055440050a500501d0060065440051250052a2006006544", + "0x554400509b00513f0061300055440051270051760062c300554400509c", + "0x60065440050060370060065440050060190060067cd00500602400613e", + "0x65440050e1005126006006544005145005055006006544005128005059", + "0x54400512e00505900600654400512c0052a20060065440050d700517e006", + "0x51250052a200600654400512a0052a2006006544005149005059006006", + "0x13100505900600654400512f00505500600654400513f0052a2006006544", + "0x50590060065440050fa005136006006544005037005055006006544005", + "0x17e00600654400513b0050550060065440052a20052a2006006544005137", + "0x60065440051350050550060065440050240050590060065440051fe005", + "0x65440050e20050fa0060065440050340050fa00600654400521e00512c", + "0x5440051330052a20060065440050090050fc0060065440051a400517e006", + "0x50a500501d00600654400502c0052a2006006544005036005059006006", + "0x64c90055440051270051760062c500554400509900513e0064cb005544", + "0x7ce0050060240064c700554400509700515c0062c700554400509800513f", + "0x6544005128005059006006544005006037006006544005006019006006", + "0x5440050d700517e0060065440050e1005126006006544005145005055006", + "0x512e00505900600654400515100505500600654400512c0052a2006006", + "0x1250052a200600654400512a0052a2006006544005149005059006006544", + "0x505900600654400512f00505500600654400513f0052a2006006544005", + "0x590060065440050fa005136006006544005037005055006006544005131", + "0x600654400513b0050550060065440052a20052a2006006544005137005", + "0x65440051350050550060065440050240050590060065440051fe00517e", + "0x5440050e20050fa0060065440050340050fa00600654400521e00512c006", + "0x51330052a20060065440050090050fc0060065440051a400517e006006", + "0xc200501d00600654400502c0052a2006006544005036005059006006544", + "0x4c900554400520c0051760062c50055440050b800513e0064cb005544005", + "0x4cb00504f0064c700554400521f00515c0062c70055440050b700513f006", + "0x4c0055440054c900504d00604d0055440052c500504e00604e005544005", + "0x500602400604a0055440054c700504b00604b0055440052c700504c006", + "0x51280050590060065440050ba0051030060065440050060190060067b7", + "0xd700517e0060065440050e1005126006006544005145005055006006544", + "0x505900600654400515100505500600654400512c0052a2006006544005", + "0x2a200600654400512a0052a200600654400514900505900600654400512e", + "0x554400521700513e0064cd0055440050c200501d006006544005125005", + "0x602400613e00554400521800513f00613000554400520c0051760062c3", + "0x51280050590060065440050060370060065440050060190060067cd005", + "0xd700517e0060065440050e1005126006006544005145005055006006544", + "0x505900600654400515100505500600654400512c0052a2006006544005", + "0x2a200600654400512a0052a200600654400514900505900600654400512e", + "0x600654400512f00505500600654400513f0052a2006006544005125005", + "0x65440050fa005136006006544005037005055006006544005131005059", + "0x54400513b0050550060065440052a20052a2006006544005137005059006", + "0x51350050550060065440050240050590060065440051fe00517e006006", + "0xe20050fa0060065440050340050fa00600654400521e00512c006006544", + "0x52a20060065440050090050fc0060065440051a400517e006006544005", + "0x1d00600654400502c0052a2006006544005036005059006006544005133", + "0x54400520c00517600604d0055440050bb00513e00604e0055440050c2005", + "0x2400604a00554400521a00515c00604b00554400521900513f00604c005", + "0x50590060065440052010051030060065440050060190060067b7005006", + "0x17e0060065440050e1005126006006544005145005055006006544005128", + "0x600654400515100505500600654400512c0052a20060065440050d7005", + "0x654400512a0052a200600654400514900505900600654400512e005059", + "0x5440050d300501d0060065440050f90051360060065440051250052a2006", + "0x13f0061300055440051eb0051760062c30055440051f600513e0064cd005", + "0x13012f00a0570062c90fa00a5440050fa00509a00613e0055440050ce005", + "0x654400a2c900519000613e00554400513e13f00a12a006130005544005", + "0x51370050590060065440050060370060065440050060190064c20057cf", + "0x1fe00517e00600654400513b0050550060065440052a20052a2006006544", + "0x512c006006544005135005055006006544005024005059006006544005", + "0x17e0060065440050e20050fa0060065440050340050fa00600654400521e", + "0x60065440051330052a20060065440050090050fc0060065440051a4005", + "0x654400503700505500600654400502c0052a2006006544005036005059", + "0xfa0051370062c30055440052c300513e0064cd0055440054cd00501d006", + "0x2ce0050530062ce4bf2cb25a5440050fa2c34cd25a24a0060fa005544005", + "0x4bc0055440050061350060065440050060190064bd0057d04be00554400a", + "0x4bb4bc00a1340064bb0055440054bb0051370064bb005544005006052006", + "0x554400513213100a0500061320055440054be0050510064ba005544005", + "0x51540060065440054b90050fa0064b74b900a5440051320050ac006132", + "0x2d600513600672d2d64b525a5440054b60051550064b64b700a5440054b7", + "0x64b34b500a5440054b500512300600654400572d005124006006544005", + "0x52da0051370062da0055440054b20051590064b20055440054b3005158", + "0x2dd0055440054b50051220064b10055440052da4ba00a1340062da005544", + "0x2dd0051210064bf0055440054bf00513e0062cb0055440052cb00501d006", + "0x54b12dd4bf2cb21e15d0064b10055440054b100515c0062dd005544005", + "0x7d135700554400a4af0051200060065440050060200064af72f4b025a544", + "0x51600062e72e400a54400535700511f0060065440050060190062e2005", + "0x25a5440052e80051550062e84b700a5440054b70051540060065440052e7", + "0x52990060065440052ec0051240060065440054ae00511e0062ec2f34ae", + "0x5440054b70051550062f20055440052e12e400a1340062e10055440052f3", + "0x11d0060065440052f10051360060065440054ac00511e0063612f14ac25a", + "0x54a92f200a1340064a90055440054ab0051590064ab005544005361005", + "0x60190060067d20050060240063620055440054a800515c0064a8005544", + "0x64a64a700a5440052e20051fd0060065440054b7005126006006544005", + "0x65440050060370063620055440054a600515c0060065440054a70051fe", + "0x2fd00503b0062fd0055440053622fb00a13a0062fb005544005006133006", + "0x72f00554400572f00513e0064b00055440054b000501d0064a3005544005", + "0x4a300503c00613e00554400513e00513f006130005544005130005176006", + "0x50590060065440050060190064a313e13072f4b00090054a3005544005", + "0x2cb0055440052cb00501d00628a0055440054bd00503b006006544005131", + "0x13e00513f0061300055440051300051760064bf0055440054bf00513e006", + "0x628a13e1304bf2cb00900528a00554400528a00503c00613e005544005", + "0x60065440051310050590060065440054c2005103006006544005006019", + "0x35a0055440050062640060065440054a20050fc0064a2005544005006516", + "0x5440054a00050380064a00055440050061eb00600654400535a00517e006", + "0x66d00600654400549e00553b00649c49e00a54400549f00522200649f005", + "0x5440050fa00509a00635e00554400549b00529900649b00554400549c005", + "0xa54400535d35e13025a10b00635e00554400535e00513700635d0fa00a", + "0x35c49900a5440053074cd00a18600630700554400530700513700630753e", + "0x553a00649749800a54400535b00522500635b00554400535c005224006", + "0x649500554400549700522a00649600554400500618d006006544005498", + "0x52c300513e00649900554400549900501d006494005544005495005108", + "0x649600554400549600510600613e00554400513e00513f0062c3005544", + "0x49249321e54400549449613e2c34990090cf0064940055440054940050d0", + "0x2b00554400502b02c00a12a00653e00554400553e03700a05700630e02b", + "0x50ce0060065440050060190064910057d331000554400a30e0051f6006", + "0x50060190063150057d431300554400a4900050cd006490005544005310", + "0x7d831a0057d73180057d648e0057d548f00554400931300500d006006544", + "0x502400505900600654400503600505900600654400500601900648d005", + "0x518100648c00554400531c00510d00631c00554400500610e006006544", + "0x554400548900510c00600654400548b00518200648948b00a54400548c", + "0x1370063230fa00a5440050fa00509a006321005544005322005299006322", + "0x505e00648832500a54400532332153e25a10b006321005544005321005", + "0x5440054880051370064860055440054870051850064871fe00a5440051fe", + "0x554400548500513700648513a00a54400548648832525a10b006488005", + "0x648300554400548400510a00648435900a54400548549300a186006485", + "0x548100518a00600654400548200518900648148200a544005483005109", + "0x635800554400547f00510700647f005544005480005108006480005544", + "0x513a13b00a05700647b00554400547b00510600647b00554400500618d", + "0x54400a35847b02b49221e10500635900554400535900501d00613a005544", + "0x548f00525200600654400500601900647c47647825a7d947913447a25a", + "0x47a00554400547a00513e00647900554400547900513700647447500a544", + "0x64730057da00654400a47900519000613400554400513413300a12a006", + "0x33800554400547200519100647200554400500602b006006544005006019", + "0x65440050060190060067db005006024006471005544005338005104006", + "0x54400546d00519400646d00554400500602b006006544005473005103006", + "0x10400633c00554400547100519500647100554400546c00510400646c005", + "0x601900646a0057dc46b00554400a33c00510200633c00554400533c005", + "0x4750050fc00600654400546b005160006006544005006037006006544005", + "0x50fa0060065440050340050fa00600654400521e00512c006006544005", + "0x17e0060065440050090050fc0060065440051a400517e0060065440050e2", + "0x60065440051350050550060065440052a20052a2006006544005474005", + "0x51fe00510000647a00554400547a00513e00635900554400535900501d", + "0x5440050fa1fe47a35921e2650060fa0055440050fa0051370061fe005544", + "0x5440050060190064630057dd46500554400a46700505300646746846925a", + "0x5343005137006343005544005006052006342005544005006135006006", + "0xe00554400546500505100634500554400534334200a134006343005544", + "0xfa00646146200a54400500e0050ac00600e00554400500e13700a050006", + "0x54400534a00515500634a46100a544005461005154006006544005462005", + "0x12300600654400546e00512400600654400534c00513600646e34c34b25a", + "0x534700515900634700554400535f00515800635f34b00a54400534b005", + "0x45c00554400536034500a134006360005544005360005137006360005544", + "0x46800513e00646900554400546900501d00639900554400534b005122006", + "0x45c00554400545c00515c006399005544005399005121006468005544005", + "0x600654400500602000635445a45b25a54400545c39946846921e15d006", + "0x45900511f0060065440050060190063630057de45900554400a354005120", + "0x46100a54400546100515400600654400545700516000645745800a544005", + "0x12400600654400545600511e00645436845625a544005366005155006366", + "0x54400536a45800a13400636a005544005368005299006006544005454005", + "0x600654400545300511e00636e36c45325a544005461005155006455005", + "0x54400545000515900645000554400536e00511d00600654400536c005136", + "0x637200554400544e00515c00644e00554400537045500a134006370005", + "0x1fd0060065440054610051260060065440050060190060067df005006024", + "0x54400537300515c00600654400544b0051fe00637344b00a544005363005", + "0x37244a00a13a00644a005544005006133006006544005006037006372005", + "0x45b00554400545b00501d00637400554400573f00503b00673f005544005", + "0x13400513f00613a00554400513a00517600645a00554400545a00513e006", + "0x637413413a45a45b00900537400554400537400503c006134005544005", + "0x37600554400546300503b006006544005137005059006006544005006019", + "0x13a00517600646800554400546800513e00646900554400546900501d006", + "0x37600554400537600503c00613400554400513400513f00613a005544005", + "0x654400546a00516000600654400500601900637613413a468469009005", + "0x55440050061eb0060065440051fe00517e006006544005137005059006", + "0x53b00637c74100a544005377005222006377005544005375005038006375", + "0x554400544800529900644800554400537c00566d006006544005741005", + "0x74213600a5440050fa2de13a25a10b0062de0055440052de0051370062de", + "0x52800644444500a54400574235900a186006742005544005742005137006", + "0x37a00a51f0064431a400a5440051a400505e00637a00900a544005009005", + "0x44d00554400500618d00644100554400544200551e006442005544005443", + "0x13400513f00647a00554400547a00513e00644500554400544500501d006", + "0x4440055440054440050d000644d00554400544d005106006134005544005", + "0x21e54400544144444d13447a4450182590064410055440054410050cc006", + "0x54400553c2a200a12a00613600554400513613500a05700643f53c44044c", + "0x60065440050060190063850057e043c00554400a43f00551d00653c005", + "0x1900638b0057e143a00554400a38700551a00638700554400543c00551c", + "0x613500600654400543a005160006006544005006037006006544005006", + "0x4741a44750090e203401826700638e00554400500613500638c005544005", + "0x39100a54400538f00504600638f005544005439005515006439005544005", + "0x44000513e00644c00554400544c00501d006006544005391005045006393", + "0x38c00554400538c00515c006393005544005393005044006440005544005", + "0x43825a54400538e38c39344044c00904300638e00554400538e00515c006", + "0x600654400500601900639b0057e243700554400a397005042006397395", + "0x39c00516300600654400543600516000643639e39c25a544005437005041", + "0x43300a54400539e00516300600654400543500516400643443500a544005", + "0x43200511c00643000554400543400511c006006544005433005164006432", + "0x4293a725a7e342a42d00a54400a42c43053c39521e0e800642c005544005", + "0x53ab21e00a03e0063ab00554400500602b0060065440050060190063aa", + "0x643800554400543800501d0064280055440053ad00503d0063ad005544", + "0x542a00513f00613600554400513600517600642d00554400542d00513e", + "0x1900642842a13642d43800900542800554400542800503c00642a005544", + "0x13a00642b00554400500613300600654400521e00512c006006544005006", + "0x543800501d0063af00554400542600503b0064260055440053aa42b00a", + "0x61360055440051360051760063a70055440053a700513e006438005544", + "0x1363a74380090053af0055440053af00503c00642900554400542900513f", + "0x539b00503b00600654400521e00512c0060065440050060190063af429", + "0x639500554400539500513e00643800554400543800501d0063b1005544", + "0x53b100503c00653c00554400553c00513f006136005544005136005176", + "0x21e00512c0060065440050060190063b153c1363954380090053b1005544", + "0x517e0060065440050e20050fa0060065440050340050fa006006544005", + "0xfc0060065440054750050fc0060065440051a400517e006006544005474", + "0x60067e400500602400642400554400538b00515c006006544005009005", + "0x60065440050340050fa00600654400521e00512c006006544005006019", + "0x65440051a400517e00600654400547400517e0060065440050e20050fa", + "0x5440053850051fd0060065440050090050fc0060065440054750050fc006", + "0x3700642400554400542300515c0060065440053b30051fe0064233b300a", + "0x3b70055440054243b500a13a0063b5005544005006133006006544005006", + "0x44000513e00644c00554400544c00501d0064220055440053b700503b006", + "0x53c00554400553c00513f006136005544005136005176006440005544005", + "0x54400500601900642253c13644044c00900542200554400542200503c006", + "0x5440052a20052a2006006544005137005059006006544005006037006006", + "0x548f00522b0060065440051fe00517e0060065440050fa005136006006", + "0x340050fa00600654400521e00512c006006544005135005055006006544", + "0x50fc0060065440051a400517e0060065440050e20050fa006006544005", + "0x13a0063b90055440050061330060065440051330052a2006006544005009", + "0x535900501d0064210055440053bb00503b0063bb00554400547c3b900a", + "0x613a00554400513a00517600647800554400547800513e006359005544", + "0x13a47835900900542100554400542100503c00647600554400547600513f", + "0x513700505900600654400548e00522b006006544005006019006421476", + "0x1fe00517e0060065440050fa0051360060065440052a20052a2006006544", + "0x517e00600654400521e00512c006006544005135005055006006544005", + "0x550060065440051330052a20060065440050090050fc0060065440051a4", + "0x190060067e500500602400600654400502400505900600654400513b005", + "0x2a2006006544005137005059006006544005318005160006006544005006", + "0x60065440051fe00517e0060065440050fa0051360060065440052a2005", + "0x65440051a400517e00600654400521e00512c006006544005135005055", + "0x54400513b0050550060065440051330052a20060065440050090050fc006", + "0x65440050060190060067e5005006024006006544005024005059006006", + "0x5440052a20052a200600654400513700505900600654400531a005160006", + "0x51350050550060065440051fe00517e0060065440050fa005136006006", + "0x90050fc0060065440051a400517e00600654400521e00512c006006544", + "0x505900600654400513b0050550060065440051330052a2006006544005", + "0x61010063bd0055440050060b0006006544005006037006006544005024", + "0x41c41e00a5440050e20050ac0063bf00554400500618d00641f005544005", + "0x501d00641b0055440053bf41f3bd25a0ad00600654400541e0050fa006", + "0x554400541b0050f900649200554400549200513e006493005544005493", + "0x41a25a54400541c41b49249321e26900641c00554400541c0050ab00641b", + "0x60065440050060190064310057e641400554400a417005514006417419", + "0x54400500651200600654400540e00516000640e41200a544005414005513", + "0x50f900641a00554400541a00501d0063c700554400500652200640d005", + "0x55440053c700510600640d00554400540d005137006412005544005412", + "0x554400a40900551400640940b00a5440053c740d41241a21e50f0063c7", + "0x640740a00a5440050340050ac0060065440050060190064080057e73ca", + "0x53d40051600063d440600a5440053ca00551300600654400540a0050fa", + "0xf900641900554400541900513e00640b00554400540b00501d006006544", + "0x40641940b21e2690064070055440054070050ab006406005544005406005", + "0x190063d10057e840100554400a2610055140062614053ce25a544005407", + "0x63fa0055440053ff0051430063ff00554400500602b006006544005006", + "0x190063f50057e93f700554400a3fa0051610063fa0055440053fa005152", + "0x5130063f80055440050060b00060065440053f7005160006006544005006", + "0x5440053e60050ac0060065440053d90051600063d93e600a544005401005", + "0x617f0063f00055440050061700060065440053f10050fa0063da3f100a", + "0x5440053f20050ac0063f20055440053dc3f03f825a0ad0063dc005544005", + "0x13e0063ce0055440053ce00501d0060065440050000050fa00674b00000a", + "0x54400574b0050ab0063da0055440053da0050ab006405005544005405005", + "0xa74e00505300674e74d74c25a54400574b3da4053ce21e18e00674b005", + "0x67510055440050061350060065440050060190067500057ea74f005544", + "0x575275100a134006752005544005752005137006752005544005006052", + "0x53d00554400553d03600a05000653d00554400574f005051006753005544", + "0x7550051540060065440057540050fa00675575400a54400553d0050ac006", + "0x575800513600654975875725a54400575600515500675675500a544005", + "0x15800675975700a544005757005123006006544005549005124006006544", + "0x54400575b00513700675b00554400575a00515900675a005544005759005", + "0x675d00554400575700512200675c00554400575b75300a13400675b005", + "0x575d00512100674d00554400574d00513e00674c00554400574c00501d", + "0x54400575c75d74d74c21e15d00675c00554400575c00515c00675d005544", + "0x57eb76200554400a76100512000600654400500602000676175f75e25a", + "0x76500516000676576400a54400576200511f006006544005006019006763", + "0x76725a54400576600515500676675500a544005755005154006006544005", + "0x76800529900600654400576900512400600654400576700511e006769768", + "0x25a54400575500515500676c00554400576a76400a13400676a005544005", + "0x511d00600654400576e00513600600654400576d00511e00676f76e76d", + "0x54400577176c00a13400677100554400577000515900677000554400576f", + "0x50060190060067ec00500602400677300554400577200515c006772005", + "0x1fe00677577400a5440057630051fd006006544005755005126006006544", + "0x600654400500603700677300554400577500515c006006544005774005", + "0x577700503b00677700554400577377600a13a006776005544005006133", + "0x675f00554400575f00513e00675e00554400575e00501d006778005544", + "0x577800503c00602b00554400502b00513f00653e00554400553e005176", + "0x3600505900600654400500601900677802b53e75f75e009005778005544", + "0x674c00554400574c00501d00654b00554400575000503b006006544005", + "0x502b00513f00653e00554400553e00517600674d00554400574d00513e", + "0x1900654b02b53e74d74c00900554b00554400554b00503c00602b005544", + "0x1ac0060065440050360050590060065440053f500519d006006544005006", + "0x677a0055440050061bb006779005544005006135006006544005401005", + "0x500613300677b00554400577a77900a13400677a00554400577a005137", + "0x77f00554400577d00503b00677d00554400577b77c00a13a00677c005544", + "0x53e00517600640500554400540500513e0063ce0055440053ce00501d006", + "0x77f00554400577f00503c00602b00554400502b00513f00653e005544005", + "0x654400503600505900600654400500601900677f02b53e4053ce009005", + "0x40500513e0063ce0055440053ce00501d0067800055440053d100503b006", + "0x2b00554400502b00513f00653e00554400553e005176006405005544005", + "0x54400500601900678002b53e4053ce00900578000554400578000503c006", + "0x540800503b0060065440050340050fa006006544005036005059006006", + "0x641900554400541900513e00640b00554400540b00501d00654a005544", + "0x554a00503c00602b00554400502b00513f00653e00554400553e005176", + "0x3600505900600654400500601900654a02b53e41940b00900554a005544", + "0x1d00678100554400543100503b0060065440050340050fa006006544005", + "0x54400553e00517600641900554400541900513e00641a00554400541a005", + "0x900578100554400578100503c00602b00554400502b00513f00653e005", + "0x516000600654400500603700600654400500601900678102b53e41941a", + "0x1360060065440052a20052a200600654400513700505900600654400548d", + "0x60065440051350050550060065440051fe00517e0060065440050fa005", + "0x65440050090050fc0060065440051a400517e00600654400521e00512c", + "0x54400503600505900600654400513b0050550060065440051330052a2006", + "0x50ac0060065440057820050fa00678378200a5440050e20050ac006006", + "0x554400549300501d0060065440057840050fa00678578400a544005034", + "0x50ab0067830055440057830050ab00649200554400549200513e006493", + "0x5300678878778625a54400578578349249321e1ca006785005544005785", + "0x54400500613500600654400500601900678a0057ed78900554400a788005", + "0xa13400678c00554400578c00513700678c00554400500605200678b005", + "0x521b02400a05000621b00554400578900505100678d00554400578c78b", + "0x600654400578f0050fa00679078f00a54400521b0050ac00621b005544", + "0x13600679379254825a54400579100515500679179000a544005790005154", + "0x54800a544005548005123006006544005793005124006006544005792005", + "0x5137006547005544005796005159006796005544005795005158006795", + "0x54400554800512200679700554400554778d00a134006547005544005547", + "0x12100678700554400578700513e00678600554400578600501d006798005", + "0x79878778621e15d00679700554400579700515c006798005544005798005", + "0x554400a54c00512000600654400500602000654c7ef7ee25a544005797", + "0x67f47f300a5440057f000511f0060065440050060190067f20057f17f0", + "0x57f50051550067f579000a5440057900051540060065440057f4005160", + "0x60065440057f80051240060065440057f600511e0067f87f77f625a544", + "0x7900051550067fa0055440057f97f300a1340067f90055440057f7005299", + "0x65440057fc0051360060065440057fb00511e0067fd7fc7fb25a544005", + "0x7fa00a1340067fe0055440055460051590065460055440057fd00511d006", + "0x60068010050060240068000055440057ff00515c0067ff0055440057fe", + "0x80200a5440057f20051fd006006544005790005126006006544005006019", + "0x500603700680000554400580300515c0060065440058020051fe006803", + "0x3b00680500554400580080400a13a006804005544005006133006006544", + "0x5440057ef00513e0067ee0055440057ee00501d006806005544005805005", + "0x3c00602b00554400502b00513f00653e00554400553e0051760067ef005", + "0x600654400500601900680602b53e7ef7ee009005806005544005806005", + "0x54400578600501d00680700554400578a00503b006006544005024005059", + "0x13f00653e00554400553e00517600678700554400578700513e006786005", + "0x2b53e78778600900580700554400580700503c00602b00554400502b005", + "0x5440052a20052a2006006544005137005059006006544005006019006807", + "0x51350050550060065440051fe00517e0060065440050fa005136006006", + "0xe20050fa0060065440050340050fa00600654400521e00512c006006544", + "0x52a20060065440050090050fc0060065440051a400517e006006544005", + "0x5900600654400503600505900600654400513b005055006006544005133", + "0x600680900500602400680800554400531500515c006006544005024005", + "0x60065440052a20052a2006006544005137005059006006544005006019", + "0x65440051350050550060065440051fe00517e0060065440050fa005136", + "0x5440050e20050fa0060065440050340050fa00600654400521e00512c006", + "0x51330052a20060065440050090050fc0060065440051a400517e006006", + "0x2400505900600654400503600505900600654400513b005055006006544", + "0x600654400580a0051fe00680b80a00a5440054910051fd006006544005", + "0x80c00554400500613300600654400500603700680800554400580b00515c", + "0x501d00680e00554400580d00503b00680d00554400580880c00a13a006", + "0x554400553e00517600649200554400549200513e006493005544005493", + "0x49300900580e00554400580e00503c00602b00554400502b00513f00653e", + "0x12800505900600654400500603700600654400500601900680e02b53e492", + "0x5126006006544005145005055006006544005154005039006006544005", + "0x5500600654400512c0052a20060065440050d700517e0060065440050e1", + "0x600654400514900505900600654400512e005059006006544005151005", + "0x654400513f0052a20060065440051250052a200600654400512a0052a2", + "0x54400503700505500600654400513100505900600654400512f005055006", + "0x52a20052a20060065440051370050590060065440050fa005136006006", + "0x240050590060065440050f900513600600654400513b005055006006544", + "0x50fa00600654400521e00512c006006544005135005055006006544005", + "0xfc0060065440051a400517e0060065440050e20050fa006006544005034", + "0x60065440050360050590060065440051330052a2006006544005009005", + "0x5440051f900513e00604e0055440050d300501d00600654400502c0052a2", + "0x15c00604b0055440051fa00513f00604c0055440051eb00517600604d005", + "0x370060065440050060190060067b700500602400604a0055440050cc005", + "0x55006006544005154005039006006544005128005059006006544005006", + "0x600654400512c0052a20060065440050e1005126006006544005145005", + "0x654400514900505900600654400512e005059006006544005151005055", + "0x54400513f0052a20060065440051250052a200600654400512a0052a2006", + "0x503700505500600654400513100505900600654400512f005055006006", + "0x2a20052a20060065440051370050590060065440050fa005136006006544", + "0x50590060065440050f900513600600654400513b005055006006544005", + "0xfa00600654400521e00512c006006544005135005055006006544005024", + "0x60065440051a400517e0060065440050e20050fa006006544005034005", + "0x65440050360050590060065440051330052a20060065440050090050fc", + "0x50df00513e00604e0055440051c500501d00600654400502c0052a2006", + "0x604b0055440051d800513f00604c00554400545f00517600604d005544", + "0x504a80f00a13a00680f00554400500613300604a0055440050de00515c", + "0x604e00554400504e00501d00681000554400554500503b006545005544", + "0x504b00513f00604c00554400504c00517600604d00554400504d00513e", + "0x1900681004b04c04d04e00900581000554400581000503c00604b005544", + "0x390060065440051280050590060065440051d0005160006006544005006", + "0x600654400512c0052a2006006544005145005055006006544005154005", + "0x654400514900505900600654400512e005059006006544005151005055", + "0x54400513f0052a20060065440051250052a200600654400512a0052a2006", + "0x503700505500600654400513100505900600654400512f005055006006", + "0x2a20052a20060065440051370050590060065440050fa005136006006544", + "0x50590060065440050f900513600600654400513b005055006006544005", + "0xfa00600654400521e00512c006006544005135005055006006544005024", + "0x60065440050090050fc0060065440051a400517e006006544005034005", + "0x654400502c0052a20060065440050360050590060065440051330052a2", + "0x60065440051d10051600060065440050060190060067a9005006024006", + "0x6544005145005055006006544005154005039006006544005128005059", + "0x54400512e00505900600654400515100505500600654400512c0052a2006", + "0x51250052a200600654400512a0052a2006006544005149005059006006", + "0x13100505900600654400512f00505500600654400513f0052a2006006544", + "0x50590060065440050fa005136006006544005037005055006006544005", + "0x13600600654400513b0050550060065440052a20052a2006006544005137", + "0x60065440051350050550060065440050240050590060065440050f9005", + "0x65440051a400517e0060065440050340050fa00600654400521e00512c", + "0x5440050360050590060065440051330052a20060065440050090050fc006", + "0x5440051290050ac00600654400500603700600654400502c0052a2006006", + "0x13e0061c50055440051c500501d0060065440058110050fa00681281100a", + "0x8121c61c525a2580068120055440058120050ab0061c60055440051c6005", + "0x601900681800581781600554400a81500505300681581481325a544005", + "0x513700681a005544005006052006819005544005006135006006544005", + "0x54400581600505100681b00554400581a81900a13400681a00554400581a", + "0x81d81c00a54400501d0050ac00601d00554400501d02100a05000601d005", + "0x81e00515500681e81d00a54400581d00515400600654400581c0050fa006", + "0x654400582100512400600654400582000513600682182081f25a544005", + "0x515900682300554400582200515800682281f00a54400581f005123006", + "0x54400582481b00a134006824005544005824005137006824005544005823", + "0x13e00681300554400581300501d00682600554400581f005122006825005", + "0x54400582500515c006826005544005826005121006814005544005814005", + "0x54400500602000682982882725a54400582582681481321e15d006825005", + "0x11f00600654400500601900682c00582b82a00554400a829005120006006", + "0x54400581d00515400600654400554e00516000654e82d00a54400582a005", + "0x654400582f00511e00683183082f25a54400582e00515500682e81d00a", + "0x54f82d00a13400654f005544005830005299006006544005831005124006", + "0x54400583300511e00683583483325a54400581d005155006832005544005", + "0x83600515900683600554400583500511d006006544005834005136006006", + "0x554400583800515c00683800554400583783200a134006837005544005", + "0x654400581d00512600600654400500601900600683a005006024006839", + "0x55100515c00600654400583b0051fe00655183b00a54400582c0051fd006", + "0xa13a00683c005544005006133006006544005006037006839005544005", + "0x54400582700501d00683e00554400583d00503b00683d00554400583983c", + "0x13f00645f00554400545f00517600682800554400582800513e006827005", + "0x49a45f82882700900583e00554400583e00503c00649a00554400549a005", + "0x54400581800503b00600654400502100505900600654400500601900683e", + "0x17600681400554400581400513e00681300554400581300501d00683f005", + "0x54400583f00503c00649a00554400549a00513f00645f00554400545f005", + "0x502100505900600654400500601900683f49a45f81481300900583f005", + "0x1540050390060065440051280050590060065440051290050fa006006544", + "0x505500600654400512c0052a2006006544005145005055006006544005", + "0x2a200600654400514900505900600654400512e005059006006544005151", + "0x600654400513f0052a20060065440051250052a200600654400512a005", + "0x654400503700505500600654400513100505900600654400512f005055", + "0x5440052a20052a20060065440051370050590060065440050fa005136006", + "0x50240050590060065440050f900513600600654400513b005055006006", + "0x340050fa00600654400521e00512c006006544005135005055006006544", + "0x52a20060065440050090050fc0060065440051a400517e006006544005", + "0x15c00600654400502c0052a2006006544005036005059006006544005133", + "0x590060065440050060190060068400050060240065520055440051cc005", + "0x60065440051280050590060065440051290050fa006006544005021005", + "0x654400512c0052a2006006544005145005055006006544005154005039", + "0x54400514900505900600654400512e005059006006544005151005055006", + "0x513f0052a20060065440051250052a200600654400512a0052a2006006", + "0x3700505500600654400513100505900600654400512f005055006006544", + "0x52a20060065440051370050590060065440050fa005136006006544005", + "0x590060065440050f900513600600654400513b0050550060065440052a2", + "0x600654400521e00512c006006544005135005055006006544005024005", + "0x65440050090050fc0060065440051a400517e0060065440050340050fa", + "0x54400502c0052a20060065440050360050590060065440051330052a2006", + "0x515c0060065440058410051fe00684284100a5440051c90051fd006006", + "0x13a006843005544005006133006006544005006037006552005544005842", + "0x51c500501d00684500554400584400503b00684400554400555284300a", + "0x645f00554400545f0051760061c60055440051c600513e0061c5005544", + "0x45f1c61c500900584500554400584500503c00649a00554400549a00513f", + "0x503600505900600654400502100505900600654400500601900684549a", + "0x1290050fa00600654400502c0052a20060065440051330052a2006006544", + "0x5055006006544005154005039006006544005128005059006006544005", + "0x5900600654400515100505500600654400512c0052a2006006544005145", + "0x600654400512a0052a200600654400514900505900600654400512e005", + "0x654400512f00505500600654400513f0052a20060065440051250052a2", + "0x5440050fa005136006006544005037005055006006544005131005059006", + "0x513b0050550060065440052a20052a2006006544005137005059006006", + "0x1350050550060065440050240050590060065440050f9005136006006544", + "0x517e0060065440050340050fa00600654400521e00512c006006544005", + "0x550060065440052990052a20060065440050090050fc0060065440051a4", + "0x55440050f284600a13a00684600554400500613300600654400527d005", + "0x513e0061a80055440051a800501d00684800554400584700503b006847", + "0x55440051b300513f00600a00554400500a0051760061b20055440051b2", + "0x50060190068481b300a1b21a800900584800554400584800503c0061b3", + "0x360050590060065440050210050590060065440051ab005124006006544", + "0x50fa00600654400502c0052a20060065440051330052a2006006544005", + "0x55006006544005154005039006006544005128005059006006544005129", + "0x600654400515100505500600654400512c0052a2006006544005145005", + "0x654400512a0052a200600654400514900505900600654400512e005059", + "0x54400512f00505500600654400513f0052a20060065440051250052a2006", + "0x50fa005136006006544005037005055006006544005131005059006006", + "0x13b0050550060065440052a20052a2006006544005137005059006006544", + "0x50550060065440050240050590060065440050f9005136006006544005", + "0x17e0060065440050340050fa00600654400521e00512c006006544005135", + "0x60065440052990052a20060065440050090050fc0060065440051a4005", + "0x84a00554400500651800684900554400500613500600654400527d005055", + "0x613300684b00554400584a84900a13400684a00554400584a005137006", + "0x554400584d00503b00684d00554400584b84c00a13a00684c005544005", + "0x517600619c00554400519c00513e0060f70055440050f700501d00684e", + "0x554400584e00503c0060fe0055440050fe00513f00600a00554400500a", + "0x54400502100505900600654400500601900684e0fe00a19c0f700900584e", + "0x502c0052a20060065440051330052a2006006544005036005059006006", + "0x145005055006006544005154005039006006544005128005059006006544", + "0x505900600654400515100505500600654400512c0052a2006006544005", + "0x2a200600654400512a0052a200600654400514900505900600654400512e", + "0x600654400512f00505500600654400513f0052a2006006544005125005", + "0x6544005137005059006006544005037005055006006544005131005059", + "0x54400527d00505500600654400513b0050550060065440052a20052a2006", + "0x521e00512c006006544005135005055006006544005024005059006006", + "0x2990052a20060065440050090050fc006006544005102005124006006544", + "0x613300600654400514d00505900600654400530a005059006006544005", + "0x554400585000503b0068500055440051a384f00a13a00684f005544005", + "0x517600619c00554400519c00513e0060ff0055440050ff00501d006851", + "0x554400585100503c0060fe0055440050fe00513f00600a00554400500a", + "0x5440050210050590060065440050060190068510fe00a19c0ff009005851", + "0x502c0052a20060065440051330052a2006006544005036005059006006", + "0x145005055006006544005154005039006006544005128005059006006544", + "0x505900600654400515100505500600654400512c0052a2006006544005", + "0x2a200600654400512a0052a200600654400514900505900600654400512e", + "0x600654400512f00505500600654400513f0052a2006006544005125005", + "0x6544005137005059006006544005037005055006006544005131005059", + "0x54400527d00505500600654400513b0050550060065440052a20052a2006", + "0x521e00512c006006544005135005055006006544005024005059006006", + "0x2990052a20060065440050090050fc006006544005102005124006006544", + "0x503b00600654400514d00505900600654400530a005059006006544005", + "0x554400519c00513e0060ff0055440050ff00501d0068520055440051a0", + "0x503c0060fe0055440050fe00513f00600a00554400500a00517600619c", + "0x590060065440050060190068520fe00a19c0ff009005852005544005852", + "0x600654400514d005059006006544005036005059006006544005021005", + "0x654400512800505900600654400502c0052a20060065440051330052a2", + "0x54400512c0052a2006006544005145005055006006544005154005039006", + "0x514900505900600654400512e005059006006544005151005055006006", + "0x13f0052a20060065440051250052a200600654400512a0052a2006006544", + "0x505500600654400513100505900600654400512f005055006006544005", + "0x2a200600654400513700505900600654400530a005059006006544005037", + "0x600654400527d00505500600654400513b0050550060065440052a2005", + "0x654400521e00512c006006544005135005055006006544005024005059", + "0x55440050061350060065440050090050fc0060065440052990052a2006", + "0x85300a13400685400554400585400513700685400554400500671b006853", + "0x554400519000513e00685600554400510100501d006855005544005854", + "0x602400655500554400585500515c00685800554400519100513f006857", + "0x36005059006006544005021005059006006544005006019006006859005", + "0x52a20060065440051330052a200600654400514d005059006006544005", + "0x5500600654400515400503900600654400512800505900600654400502c", + "0x600654400515100505500600654400512c0052a2006006544005145005", + "0x654400512a0052a200600654400514900505900600654400512e005059", + "0x54400512f00505500600654400513f0052a20060065440051250052a2006", + "0x530a005059006006544005037005055006006544005131005059006006", + "0x13b0050550060065440052a20052a2006006544005137005059006006544", + "0x505500600654400502400505900600654400527d005055006006544005", + "0xfc0060065440052990052a200600654400521e00512c006006544005135", + "0x85600554400500600501d006006544005123005177006006544005009005", + "0x19400515c00685800554400510300513f00685700554400510400513e006", + "0x85b00554400555585a00a13a00685a005544005006133006555005544005", + "0x85700513e00685600554400585600501d00685c00554400585b00503b006", + "0x85800554400585800513f00600a00554400500a005176006857005544005", + "0x54400500601900685c85800a85785600900585c00554400585c00503c006", + "0x514d005059006006544005036005059006006544005021005059006006", + "0x12800505900600654400502c0052a20060065440051330052a2006006544", + "0x52a2006006544005145005055006006544005155005517006006544005", + "0x5900600654400512e00505900600654400515100505500600654400512c", + "0x60065440051250052a200600654400512a0052a2006006544005149005", + "0x654400513100505900600654400512f00505500600654400513f0052a2", + "0x54400513700505900600654400530a005059006006544005037005055006", + "0x527d00505500600654400513b0050550060065440052a20052a2006006", + "0x21e00512c006006544005135005055006006544005024005059006006544", + "0x51770060065440050090050fc0060065440052990052a2006006544005", + "0x85e00554400510a85d00a13a00685d005544005006133006006544005123", + "0x18500513e00600600554400500600501d00685f00554400585e00503b006", + "0x18600554400518600513f00600a00554400500a005176006185005544005", + "0x54400500601900685f18600a18500600900585f00554400585f00503c006", + "0x5036005059006006544005021005059006006544005181005103006006", + "0x2c0052a20060065440051330052a200600654400514d005059006006544", + "0x5055006006544005155005517006006544005128005059006006544005", + "0x5900600654400515100505500600654400512c0052a2006006544005145", + "0x600654400512a0052a200600654400514900505900600654400512e005", + "0x654400512f00505500600654400513f0052a20060065440051250052a2", + "0x54400530a005059006006544005037005055006006544005131005059006", + "0x513b0050550060065440052a20052a2006006544005137005059006006", + "0x13500505500600654400502400505900600654400527d005055006006544", + "0x50fc0060065440052990052a200600654400521e00512c006006544005", + "0x600600554400500600501d006006544005123005177006006544005009", + "0x11f00625a03a00611800554400511800510000611f00554400511f00513e", + "0x1900686400586321300554400a86200505300686286186025a544005118", + "0x137006866005544005006052006865005544005006135006006544005006", + "0x521300505100686700554400586686500a134006866005544005866005", + "0x86800a5440050180050ac00601800554400501801900a050006018005544", + "0x515500686a86900a5440058690051540060065440058680050fa006869", + "0x54400586d00512400600654400586c00513600686d86c86b25a54400586a", + "0x15900686f00554400586e00515800686e86b00a54400586b005123006006", + "0x587086700a13400687000554400587000513700687000554400586f005", + "0x686000554400586000501d00687200554400586b005122006871005544", + "0x587100515c00687200554400587200512100686100554400586100513e", + "0x500602000687587487325a54400587187286186021e15d006871005544", + "0x600654400500601900687800587787600554400a875005120006006544", + "0x586900515400600654400587a00516000687a87900a54400587600511f", + "0x54400587c00511e00687e87d87c25a54400587b00515500687b86900a544", + "0x87900a13400687f00554400587d00529900600654400587e005124006006", + "0x588100511e00688255888125a54400586900515500688000554400587f", + "0x515900688300554400588200511d006006544005558005136006006544", + "0x54400588500515c00688500554400588488000a134006884005544005883", + "0x544005869005126006006544005006019006006886005006024006559005", + "0x515c0060065440058870051fe00688888700a5440058780051fd006006", + "0x688900554400587300501d006006544005006037006559005544005888", + "0x555900515c00688b00554400501a00513f00688a00554400587400513e", + "0x501900505900600654400500601900600688d00500602400688c005544", + "0x1d00600654400588e0051fe00688f88e00a5440058640051fd006006544", + "0x54400501a00513f00688a00554400586100513e006889005544005860005", + "0x500601900600688d00500602400688c00554400588f00515c00688b005", + "0x14d005059006006544005036005059006006544005021005059006006544", + "0x505900600654400502c0052a20060065440051330052a2006006544005", + "0x2a2006006544005145005055006006544005155005517006006544005128", + "0x600654400512e00505900600654400515100505500600654400512c005", + "0x65440051250052a200600654400512a0052a2006006544005149005059", + "0x54400513100505900600654400512f00505500600654400513f0052a2006", + "0x513700505900600654400530a005059006006544005037005055006006", + "0x27d00505500600654400513b0050550060065440052a20052a2006006544", + "0x512c006006544005135005055006006544005024005059006006544005", + "0x1770060065440050090050fc0060065440052990052a200600654400521e", + "0x6006544005019005059006006544005120005039006006544005123005", + "0x54400511e00513e00688900554400500600501d0060065440050200052a2", + "0x2400688c00554400516300515c00688b00554400511d00513f00688a005", + "0x505900600654400502100505900600654400500601900600688d005006", + "0x2a20060065440051330052a200600654400514d005059006006544005036", + "0x600654400515500551700600654400512800505900600654400502c005", + "0x654400515100505500600654400512c0052a2006006544005145005055", + "0x54400512a0052a200600654400514900505900600654400512e005059006", + "0x512f00505500600654400513f0052a20060065440051250052a2006006", + "0x30a005059006006544005037005055006006544005131005059006006544", + "0x50550060065440052a20052a2006006544005137005059006006544005", + "0x5500600654400502400505900600654400527d00505500600654400513b", + "0x60065440052990052a200600654400521e00512c006006544005135005", + "0x65440050200052a20060065440051230051770060065440050090050fc", + "0x512100513e00688900554400500600501d006006544005019005059006", + "0x688c00554400515d00515c00688b00554400515c00513f00688a005544", + "0x589000503b00689000554400588c55a00a13a00655a005544005006133", + "0x688a00554400588a00513e00688900554400588900501d006891005544", + "0x589100503c00688b00554400588b00513f00600a00554400500a005176", + "0x600500601a00554400500606400689188b00a88a889009005891005544", + "0x6300645f00554400500625a00649a00554400500600500601d005544005", + "0x653e00554400500600500602b00554400500606400621b005544005006", + "0x53c00554400500600500603400554400500606400653d005544005006063", + "0x554400500600500600e00554400500652e006136005544005006063006", + "0x54400a21e00500a1c100600654400500603700600654400500621e006134", + "0x513b0051c200600654400500601900613e13113225a89213b13a13325a", + "0x613300554400513300513e00613f00554400513b0050ea00613b005544", + "0x25a89312f02013025a54400a13a13300a1c100613f00554400513f005061", + "0x50ea00612f00554400512f0051c200600654400500601900612d12e142", + "0x51c500614a14912b12c1460095440051450050e900614500554400512f", + "0x13600600654400514900517e00600654400512b00517e006006544005146", + "0x554400512c00505f00612c00554400512c00506000600654400514a005", + "0x65440051290051c500612712814e14d12900954400513f0050e900612a", + "0x54400512700513600600654400512800517e00600654400514d0051c6006", + "0x5d00612600554400515100518500615114e00a54400514e00505e006006", + "0x13600611f12015d15c12112215915812312415515412529954400512a005", + "0x600654400512400511900600654400515500505c006006544005125005", + "0x6544005159005136006006544005158005136006006544005123005136", + "0x54400515c00511900600654400512100505c00600654400512200505b006", + "0x511f00511900600654400512000512400600654400515d005124006006", + "0x5a006160005544005160005137006160005544005154005185006006544", + "0x513000513e00611e00554400511e00513700611e00554400516012600a", + "0x89400654400a11e00519000602000554400502001d00a12a006130005544", + "0x514e00517e00600654400501a00505900600654400500601900611d005", + "0x1900616711b11c25a89516413716325a54400a02013000a1c1006006544", + "0x1350055440051640050ea0061640055440051640051c2006006544005006", + "0x513e00600600554400500600501d00611a16800a5440050180050ac006", + "0x554400511a0050ab00625a00554400525a005131006163005544005163", + "0x613500554400513500e00a52c00613700554400513713400a12a00611a", + "0x54400529945f00a14a00616c29916b11921e54400511a25a16300621e0aa", + "0x600654400500601900611700589611800554400a16c0050a9006299005", + "0x5440051160050380061160055440050061eb00616f0055440051180050a5", + "0x66d00600654400517200553b00617317200a544005115005222006115005", + "0x54400516f00509a006113005544005114005299006114005544005173005", + "0xa54400517611300a25a10b00611300554400511300513700617616f00a", + "0x11111200a54400517711900a186006177005544005177005137006177037", + "0x553a00611017b00a54400517a00522500617a005544005111005224006", + "0x617e00554400511000522a00610f00554400500618d00600654400517b", + "0x516b00513e00611200554400511200501d00610e00554400517e005108", + "0x610f00554400510f00510600613700554400513700513f00616b005544", + "0x18110d21e54400510e10f13716b1120090cf00610e00554400510e0050d0", + "0xa12a00603700554400503753d00a05700600654400500602000618202c", + "0x601900610b00589710c00554400a1820051f600602c00554400502c53e", + "0x89818600554400a1850050cd00618500554400510c0050ce006006544005", + "0x10710818a1891090095440051350050e900600654400500601900610a005", + "0x54400510800517e0060065440051890051c60060065440051090051c5006", + "0x89a10600589918d00554400918600500d006006544005107005136006006", + "0x54400518d00522b00600654400500601900619100589c19000589b105005", + "0x553c0052a200600654400500900512c006006544005034005059006006", + "0x16f00513600600654400518a00517e006006544005136005055006006544", + "0x602400600654400549a0052a200600654400521b005055006006544005", + "0x3400505900600654400510600522b00600654400500601900600689d005", + "0x505500600654400553c0052a200600654400500900512c006006544005", + "0x5500600654400516f00513600600654400518a00517e006006544005136", + "0x1900600689d00500602400600654400549a0052a200600654400521b005", + "0x5500600654400502b005059006006544005105005160006006544005006", + "0x610400554400500610e00600654400549a0052a200600654400521b005", + "0x19400518200619519400a54400510300518100610300554400510400510d", + "0x610100554400510200529900610200554400519500510c006006544005", + "0x18500619919800a54400516f10103725a10b006101005544005101005137", + "0x10019919825a10b00619900554400519900513700610000554400518a005", + "0x5440050ff10d00a1860060ff0055440050ff0051370060ff2a200a544005", + "0x1a019f00a5440050fd0051090060fd0055440050fe00510a0060fe19c00a", + "0x50fc0051080060fc0055440051a000518a00600654400519f005189006", + "0x1060061a400554400500618d0061a30055440050fb0051070060fb005544", + "0x519c00501d0062a20055440052a213600a0570061a40055440051a4005", + "0x1a81a725a89e0f930a0fa25a54400a1a31a402c18121e10500619c005544", + "0x50fa00513e0060f90055440050f90051370060065440050060190060f8", + "0x89f00654400a0f900519000630a00554400530a53c00a12a0060fa005544", + "0x51ab0051910061ab00554400500602b0060065440050060190060f7005", + "0x60190060068a00050060240060f50055440050f60051040060f6005544", + "0x51940061ae00554400500602b0060065440050f7005103006006544005", + "0x55440050f50051950060f50055440051af0051040061af0055440051ae", + "0x1b20058a10f300554400a0f40051020060f40055440050f40051040060f4", + "0x60065440050f3005160006006544005006037006006544005006019006", + "0x51b30050fa0060f21b300a5440051680050ac00600654400500900512c", + "0xab0060fa0055440050fa00513e00619c00554400519c00501d006006544", + "0x530061b71b60f125a5440050f20fa19c25a1d90060f20055440050f2005", + "0x5440050061350060065440050060190060ef0058a20f000554400a1b7005", + "0xa1340060ee0055440050ee0051370060ee0055440050060520061ba005", + "0x503603400a0500060360055440050f00050510060ed0055440050ee1ba", + "0x60065440051bd0050fa0061be1bd00a5440050360050ac006036005544", + "0x1360061c21c10eb25a5440050ec0051550060ec1be00a5440051be005154", + "0xeb00a5440050eb0051230060065440051c20051240060065440051c1005", + "0x51370061c50055440050e90051590060e90055440050ea0051580060ea", + "0x5440050eb0051220061c60055440051c50ed00a1340061c50055440051c5", + "0x1210061b60055440051b600513e0060f10055440050f100501d0060e8005", + "0xe81b60f121e15d0061c60055440051c600515c0060e80055440050e8005", + "0x554400a0e60051200060065440050060200060e61c90e725a5440051c6", + "0x60e41cd00a5440050e500511f0060065440050060190061cc0058a30e5", + "0x50e30051550060e31be00a5440051be0051540060065440050e4005160", + "0x60065440050e20051240060065440051d000511e0060e21d11d025a544", + "0x1be0051550061d40055440050e11cd00a1340060e10055440051d1005299", + "0x65440050e00051360060065440051d500511e0060df0e01d525a544005", + "0x1d400a1340060de0055440051d80051590061d80055440050df00511d006", + "0x60068a40050060240061db0055440050dd00515c0060dd0055440050de", + "0x1dc00a5440051cc0051fd0060065440051be005126006006544005006019", + "0x50060370061db0055440050dc00515c0060065440051dc0051fe0060dc", + "0x3b0061df0055440051db0db00a13a0060db005544005006133006006544", + "0x5440051c900513e0060e70055440050e700501d0061e00055440051df005", + "0x13f0062990055440052990051310062a20055440052a20051760061c9005", + "0x2992a21c90e70180051e00055440051e000503c00630a00554400530a005", + "0x50ef00503b0060065440050340050590060065440050060190061e030a", + "0x61b60055440051b600513e0060f10055440050f100501d0060da005544", + "0x530a00513f0062990055440052990051310062a20055440052a2005176", + "0x60da30a2992a21b60f10180050da0055440050da00503c00630a005544", + "0x590060065440051b2005160006006544005006037006006544005006019", + "0x60d900554400500602b0060065440051680050fa006006544005034005", + "0x19c00501d0061e40055440051e300503d0061e30055440050d900900a03e", + "0x2a20055440052a20051760060fa0055440050fa00513e00619c005544005", + "0x1e400503c00630a00554400530a00513f006299005544005299005131006", + "0x370060065440050060190061e430a2992a20fa19c0180051e4005544005", + "0xfa00600654400500900512c006006544005034005059006006544005006", + "0x60d800554400500613300600654400553c0052a2006006544005168005", + "0x19c00501d0061e70055440050d700503b0060d70055440050f80d800a13a", + "0x2a20055440052a20051760061a70055440051a700513e00619c005544005", + "0x1e700503c0061a80055440051a800513f006299005544005299005131006", + "0x1600060065440050060190061e71a82992a21a719c0180051e7005544005", + "0x600654400500900512c006006544005034005059006006544005190005", + "0x654400518a00517e00600654400513600505500600654400553c0052a2", + "0x54400549a0052a200600654400521b00505500600654400516f005136006", + "0x5440051680050ac0060d60055440050060b0006006544005006037006006", + "0x62560061eb0055440050062540060065440050d50050fa0061ea0d500a", + "0x5440050d30050ac0060d30055440050d41eb0d625a0ad0060d4005544005", + "0x13e00610d00554400510d00501d0060065440051ee0050fa0061ef1ee00a", + "0x5440051ef0050ab0061ea0055440051ea0050ab006181005544005181005", + "0xa1f20050530061f20d10d225a5440051ef1ea18110d21e18e0061ef005", + "0x60cf0055440050061350060065440050060190060d00058a51f3005544", + "0x51f60cf00a1340061f60055440051f60051370061f6005544005006052", + "0x2400554400502402b00a0500060240055440051f30050510060ce005544", + "0x1f90051540060065440050cd0050fa0061f90cd00a5440050240050ac006", + "0x50cb0051360061fd0cb0cc25a5440051fa0051550061fa1f900a544005", + "0x1580061fe0cc00a5440050cc0051230060065440051fd005124006006544", + "0x5440050c90051370060c90055440050ca0051590060ca0055440051fe005", + "0x62020055440050cc0051220062010055440050c90ce00a1340060c9005", + "0x52020051210060d10055440050d100513e0060d20055440050d200501d", + "0x5440052012020d10d221e15d00620100554400520100515c006202005544", + "0x58a60c600554400a2050051200060065440050060200062050c70c825a", + "0x20900516000620920800a5440050c600511f0060065440050060190060c5", + "0xc325a5440050c40051550060c41f900a5440051f9005154006006544005", + "0x20c00529900600654400520d0051240060065440050c300511e00620d20c", + "0x25a5440051f90051550060c10055440050c220800a1340060c2005544005", + "0x511d00600654400521100513600600654400521000511e0060c0211210", + "0x5440052140c100a1340062140055440050bf0051590060bf0055440050c0", + "0x50060190060068a70050060240060bd0055440050be00515c0060be005", + "0x1fe00621821700a5440050c50051fd0060065440051f9005126006006544", + "0x60065440050060370060bd00554400521800515c006006544005217005", + "0x50bb00503b0060bb0055440050bd0bc00a13a0060bc005544005006133", + "0x60c70055440050c700513e0060c80055440050c800501d006219005544", + "0x502c00513f006299005544005299005131006037005544005037005176", + "0x621902c2990370c70c801800521900554400521900503c00602c005544", + "0x21a0055440050d000503b00600654400502b005059006006544005006019", + "0x370051760060d10055440050d100513e0060d20055440050d200501d006", + "0x2c00554400502c00513f006299005544005299005131006037005544005", + "0x500601900621a02c2990370d10d201800521a00554400521a00503c006", + "0x3400505900600654400502b005059006006544005191005160006006544", + "0x61eb00600654400513600505500600654400553c0052a2006006544005", + "0x21c00a5440050b90052220060b90055440050ba0050380060ba005544005", + "0xb80052990060b800554400521d00566d00600654400521c00553b00621d", + "0x55440050b700513700621f16f00a54400516f00509a0060b7005544005", + "0xb50055440050b50051370060b50b600a54400521f0b703725a10b0060b7", + "0x51e80060b200554400500602b0060b30b400a5440050b510d00a186006", + "0xb40055440050b400501d0060b000554400500618d0060b10055440050b2", + "0xb000510600602c00554400502c00513f00618100554400518100513e006", + "0xb10055440050b10050cc0060b30055440050b30050d00060b0005544005", + "0xb60051760060ac0ad0ae0af21e5440050b10b30b002c1810b4018259006", + "0x5440050060190060aa0058a80ab00554400a0ac00551d0060b6005544005", + "0xa70058a90a800554400a0a900551a0060a90055440050ab00551c006006", + "0x60065440050a8005160006006544005006037006006544005006019006", + "0x5440050a50055390060a50055440050a600522d0060a600554400500610e", + "0x2990060a20055440050a30055360060065440050a40055370060a30a400a", + "0x50a10051370060a016f00a54400516f00509a0060a10055440050a2005", + "0x54400518a00518500609e09f00a5440050a00a10b625a10b0060a1005544", + "0x27d00a54400509d09e09f25a10b00609e00554400509e00513700609d005", + "0x609a09b00a54400509c0af00a18600609c00554400509c00513700609c", + "0x54400509800553500609800554400509900519100609900554400500602b", + "0x510600609500554400500618d00609600554400509a005107006097005", + "0x54400527d21b00a057006097005544005097005137006095005544005095", + "0x54400a0970960950ad0ae00953400609b00554400509b00501d00627d005", + "0x554400500613500600654400500601900609109209325a8aa02109400a", + "0x520600608e00554400516f16800a1f700608f005544005006135006090", + "0x54400508c00504500608b08c00a54400508d00504600608d00554400508e", + "0x504400609400554400509400513e00609b00554400509b00501d006006", + "0x554400508f00515c00609000554400509000515c00608b00554400508b", + "0x54400508f09008b09409b00904300602100554400502149a00a12a00608f", + "0x5440050060190060860058ab08700554400a08800504200608808908a25a", + "0x16300600654400508300516000608308408525a544005087005041006006", + "0x54400508400516300600654400508200516400608108200a544005085005", + "0x11c00607e00554400508100511c00600654400508000516400607f08000a", + "0x25a8ac07b07c00a54400a07d07e02108921e0e800607d00554400507f005", + "0x900a03e00607700554400500602b00600654400500601900607807907a", + "0x554400508a00501d00607500554400507600503d006076005544005077", + "0x513100627d00554400527d00517600607c00554400507c00513e00608a", + "0x554400507500503c00607b00554400507b00513f006299005544005299", + "0x500900512c00600654400500601900607507b29927d07c08a018005075", + "0x3b00607300554400507807400a13a006074005544005006133006006544", + "0x54400507a00513e00608a00554400508a00501d006072005544005073005", + "0x13f00629900554400529900513100627d00554400527d00517600607a005", + "0x29927d07a08a01800507200554400507200503c006079005544005079005", + "0x508600503b00600654400500900512c006006544005006019006072079", + "0x608900554400508900513e00608a00554400508a00501d006071005544", + "0x502100513f00629900554400529900513100627d00554400527d005176", + "0x607102129927d08908a01800507100554400507100503c006021005544", + "0x60065440051680050fa00600654400500900512c006006544005006019", + "0x7000554400500613300600654400549a0052a200600654400516f005136", + "0x501d00606e00554400506f00503b00606f00554400509107000a13a006", + "0x554400527d00517600609300554400509300513e00609b00554400509b", + "0x503c00609200554400509200513f00629900554400529900513100627d", + "0x600654400500601900606e09229927d09309b01800506e00554400506e", + "0x654400516f0051360060065440051680050fa00600654400500900512c", + "0x54400518a00517e00600654400521b00505500600654400549a0052a2006", + "0x5440050060190060068ad00500602400606d0055440050a700515c006006", + "0x516f0051360060065440051680050fa00600654400500900512c006006", + "0x18a00517e00600654400521b00505500600654400549a0052a2006006544", + "0x600654400506c0051fe00606b06c00a5440050aa0051fd006006544005", + "0x6a00554400500613300600654400500603700606d00554400506b00515c", + "0x501d00606800554400506900503b00606900554400506d06a00a13a006", + "0x55440050b60051760060ae0055440050ae00513e0060af0055440050af", + "0x503c0060ad0055440050ad00513f0062990055440052990051310060b6", + "0x60065440050060190060680ad2990b60ae0af018005068005544005068", + "0x65440050340050590060065440051680050fa00600654400502b005059", + "0x54400513600505500600654400553c0052a200600654400500900512c006", + "0x521b00505500600654400516f005136006006544005135005039006006", + "0x602400606700554400510a00515c00600654400549a0052a2006006544", + "0x1680050fa00600654400502b0050590060065440050060190060068ae005", + "0x52a200600654400500900512c006006544005034005059006006544005", + "0x13600600654400513500503900600654400513600505500600654400553c", + "0x600654400549a0052a200600654400521b00505500600654400516f005", + "0x506500515c0060065440050660051fe00606506600a54400510b0051fd", + "0x6400a13a006064005544005006133006006544005006037006067005544", + "0x554400510d00501d00606200554400506300503b006063005544005067", + "0x513100603700554400503700517600618100554400518100513e00610d", + "0x554400506200503c00602c00554400502c00513f006299005544005299", + "0x502b00505900600654400500601900606202c29903718110d018005062", + "0x49a0052a20060065440051680050fa00600654400521b005055006006544", + "0x52a200600654400500900512c006006544005034005059006006544005", + "0x2a200600654400513500503900600654400513600505500600654400553c", + "0x6100554400511700503b00600654400553d00505500600654400553e005", + "0xa00517600616b00554400516b00513e00611900554400511900501d006", + "0x13700554400513700513f00629900554400529900513100600a005544005", + "0x500601900606113729900a16b11901800506100554400506100503c006", + "0x53d00505500600654400521b00505500600654400502b005059006006544", + "0x505900600654400549a0052a200600654400500e005517006006544005", + "0x5500600654400553c0052a200600654400500900512c006006544005034", + "0x600654400553e0052a20060065440050180050fa006006544005136005", + "0x600055440050061330060065440051340052a200600654400545f00553c", + "0x501d00605e00554400505f00503b00605f00554400516706000a13a006", + "0x554400500a00517600611c00554400511c00513e006006005544005006", + "0x503c00611b00554400511b00513f00625a00554400525a00513100600a", + "0x600654400500601900605e11b25a00a11c00601800505e00554400505e", + "0x654400521b00505500600654400502b00505900600654400511d005103", + "0x54400549a0052a200600654400500e00551700600654400553d005055006", + "0x553c0052a200600654400500900512c006006544005034005059006006", + "0x53e0052a20060065440050180050fa006006544005136005055006006544", + "0x501d0060065440051340052a200600654400545f00553c006006544005", + "0x554400514e00510000613000554400513000513e006006005544005006", + "0x554400a05b00505300605b05c05d25a54400514e13000625a03a00614e", + "0x60520060580055440050061350060065440050060190060590058af05a", + "0x554400505705800a134006057005544005057005137006057005544005", + "0xac00601900554400501901a00a05000601900554400505a005051006056", + "0x5440050540051540060065440050550050fa00605405500a544005019005", + "0x654400505100513600605005105225a54400505300515500605305400a", + "0x4f00515800604f05200a544005052005123006006544005050005124006", + "0x4d00554400504d00513700604d00554400504e00515900604e005544005", + "0x501d00604b00554400505200512200604c00554400504d05600a134006", + "0x554400504b00512100605c00554400505c00513e00605d00554400505d", + "0x4a25a54400504c04b05c05d21e15d00604c00554400504c00515c00604b", + "0x60460058b004700554400a048005120006006544005006020006048049", + "0x54400504400516000604404500a54400504700511f006006544005006019", + "0x4004104225a54400504300515500604305400a544005054005154006006", + "0x54400504100529900600654400504000512400600654400504200511e006", + "0x3b03c25a54400505400515500603d00554400503e04500a13400603e005", + "0x503a00511d00600654400503b00513600600654400503c00511e00603a", + "0x22200554400503803d00a134006038005544005039005159006039005544", + "0x65440050060190060068b100500602400653b00554400522200515c006", + "0x66d0051fe00622466d00a5440050460051fd006006544005054005126006", + "0x501d00600654400500603700653b00554400522400515c006006544005", + "0x554400502000513f00653a00554400504900513e00622500554400504a", + "0x5440050060190060068b200500602400600d00554400553b00515c00622a", + "0x51fe00622d22b00a5440050590051fd00600654400501a005059006006", + "0x53a00554400505c00513e00622500554400505d00501d00600654400522b", + "0x500602400600d00554400522d00515c00622a00554400502000513f006", + "0x521b00505500600654400502b0050590060065440050060190060068b2", + "0x49a0052a200600654400500e00551700600654400553d005055006006544", + "0x52a200600654400500900512c006006544005034005059006006544005", + "0x2a20060065440050180050fa00600654400513600505500600654400553c", + "0x60065440051340052a200600654400545f00553c00600654400553e005", + "0x654400501d0052a200600654400501a00505900600654400513f005039", + "0x12e00513f00653a00554400514200513e00622500554400500600501d006", + "0x190060068b200500602400600d00554400512d00515c00622a005544005", + "0x5500600654400521b00505500600654400502b005059006006544005006", + "0x600654400549a0052a200600654400500e00551700600654400553d005", + "0x654400553c0052a200600654400500900512c006006544005034005059", + "0x54400553e0052a20060065440050180050fa006006544005136005055006", + "0x501d0052a20060065440051340052a200600654400545f00553c006006", + "0x513e00622500554400500600501d00600654400501a005059006006544", + "0x554400513e00515c00622a00554400513100513f00653a005544005132", + "0x503b00653700554400500d53900a13a00653900554400500613300600d", + "0x554400553a00513e00622500554400522500501d006536005544005537", + "0x513f00625a00554400525a00513100600a00554400500a00517600653a", + "0x22a25a00a53a22501800553600554400553600503c00622a00554400522a", + "0x54400500606400601d00554400500600500601a005544005006064006536", + "0x500600500621b00554400500606300645f00554400500600500649a005", + "0x606400653d00554400500606300653e00554400500621500602b005544", + "0x6400613600554400500600500653c005544005006063006034005544005", + "0x613a00554400500606400613400554400500600500600e005544005006", + "0x13000554400500600500613e005544005006063006132005544005006064", + "0x554400500600500612d00554400500600500614200554400500652e006", + "0x54400a25a00500a1c100600654400500603700600654400500621e006146", + "0x51490051c200600654400500601900612912a14a25a8b314912b12c25a", + "0x612c00554400512c00513e00614d0055440051490050ea006149005544", + "0x25a8b412802014e25a54400a12b12c00a1c100614d00554400514d005061", + "0x50ea0061280055440051280051c2006006544005006019006126151127", + "0x51c50061581231241551540095440051250050e9006125005544005128", + "0x13600600654400512300517e00600654400512400517e006006544005154", + "0x554400515500505f006155005544005155005060006006544005158005", + "0x65440051220051c500612015d15c12112200954400514d0050e9006159", + "0x54400512000513600600654400515d00517e0060065440051210051c6006", + "0x5d00616000554400511f00518500611f15c00a54400515c00505e006006", + "0x13600611816c16b11911a16816711b11c16416311d11e299544005159005", + "0x600654400516400511900600654400516300505c00600654400511e005", + "0x654400516700513600600654400511b00513600600654400511c005136", + "0x54400511900511900600654400511a00505c00600654400516800505b006", + "0x511800511900600654400516c00512400600654400516b005124006006", + "0x5a00611700554400511700513700611700554400511d005185006006544", + "0x514e00513e00616f00554400516f00513700616f00554400511716000a", + "0x8b500654400a16f00519000602000554400502001d00a12a00614e005544", + "0x515c00517e00600654400501a005059006006544005006019006116005", + "0x1900617611311425a8b617317211525a54400a02014e00a1c1006006544", + "0x12f0055440051730050ea0061730055440051730051c2006006544005006", + "0x511200550e00611200554400517700502e0061770055440050061e4006", + "0x617b00554400517a00527f00600654400511100550c00617a11100a544", + "0x54400500618d00610f00554400511000510700611000554400517b005108", + "0xd500617e00554400517e00510600611500554400511500513e00617e005", + "0x17211521e10500612f00554400512f14200a52c00610f00554400510f005", + "0x600654400500601900610b10c18225a8b718110d10e25a54400a10f17e", + "0x510d00513f00610e00554400510e00513e006181005544005181005137", + "0x500601900610a0058b818618500a54400a18100600a1a000610d005544", + "0x16400618a18900a544005109005163006109005544005006135006006544", + "0x10700554400510800519400610800554400500602b006006544005189005", + "0x510400610600900a54400500900509a00618d00554400518a00511c006", + "0x10618610d10e01850a00618500554400518500501d006107005544005107", + "0x654400500601900619410310425a8b919102c19010521e54400a10718d", + "0x544005018005528006195005544005006135006006544005191005119006", + "0x19800554400510119500a1340061010055440051020051ae00610201800a", + "0x1000051640060ff10000a544005198005163006199005544005006281006", + "0x2c00554400502c53e00a50900619c0055440050ff00511c006006544005", + "0x513700610500554400510500513e0060fe02c00a54400502c00505e006", + "0x1990fe19010500924e00619c00554400519c00516c006199005544005199", + "0x1190060065440050060190061a30fb0fc25a8ba1a019f0fd25a54400a19c", + "0x60fa0055440050065080061a40055440050061350060065440051a0005", + "0x51a700511c0060065440050f90051640061a70f900a5440051a4005163", + "0xfd0055440050fd00513e0060f802c00a54400502c00505e0061a8005544", + "0xf725a54400a1a80fa0f819f0fd00924e0060fa0055440050fa005137006", + "0x554400518500501d0060065440050060190061ae0f50f625a8bb1ab145", + "0xa12a0061ab0055440051ab00516c0060f70055440050f700513e006185", + "0x16f0060f30f41af25a5440051ab0f718525a117006145005544005145146", + "0x51b20051160060065440050060190061b30058bc1b200554400a0f3005", + "0x8bd13300554400a0f10051150060065440050f20051190060f10f200a544", + "0x5440050065070061b70055440050061350060065440050060190061b6005", + "0x11c0060065440050ef0051640061ba0ef00a5440051b70051630060f0005", + "0x50f00051370060ed02c00a54400502c00505e0060ee0055440051ba005", + "0xee0f00ed1450f400924e00613300554400513313a00a0500060f0005544", + "0x501d0060065440050060190061c10eb0ec25a8be1be12e1bd25a54400a", + "0x55440051be00516c0061bd0055440051bd00513e0061af0055440051af", + "0x1c225a5440051be1bd1af25a11700612e00554400512e12d00a12a0061be", + "0x60065440050060190061c60058bf1c500554400a0e900516f0060e90ea", + "0xa0e70051150060065440050e80051190060e70e800a5440051c5005116", + "0x60e50055440050061350060065440050060190060e60058c01c9005544", + "0x51cd0051640060e41cd00a5440050e50051630061cc005544005006283", + "0x2c00505e0060065440050060200060e30055440050e400511c006006544", + "0x1cc1d012e0ea00924e0061cc0055440051cc0051370061d002c00a544005", + "0x1a0060065440050060190060e01d51d425a8c10e10e21d125a54400a0e3", + "0x5440051d100513e0060df0055440050df00527d0060df0055440050e1005", + "0x8c20de1d800a54400a0df0050210060e20055440050e200513f0061d1005", + "0x50de00549a0060065440051d800553d0060065440050060190060dd005", + "0xd40060dc0055440050061eb0061dc0055440051db0052990061db005544", + "0x51df0051ee0061e01df00a5440050db0050d30060db0055440050dc005", + "0x1370060d90055440050da0052990060da0055440051e00051ef006006544", + "0x50d90051370061e31dc00a5440051dc00509a0061dc0055440051dc005", + "0x5440051e40051370061e427d00a5440051e30d900a25a10b0060d9005544", + "0x1e70055440050d70050d20060d70d800a5440051e41c200a1860061e4005", + "0x500618d0060065440050d60051f20060d50d600a5440051e70050d1006", + "0x60d40055440051eb0051080061eb0055440050d50051f30061ea005544", + "0x50e200513f0061d10055440051d100513e0060d80055440050d800501d", + "0x60d40055440050d40050d00061ea0055440051ea0051060060e2005544", + "0x527d21b00a0570061ef2991ee0d321e5440050d41ea0e21d10d80090cf", + "0xd200554400a1ef0051f600629900554400529945f00a12a00627d005544", + "0x50cd0061f20055440050d20050ce0060065440050060190060d10058c3", + "0x5440091f300500d0060065440050060190060d00058c41f300554400a1f2", + "0x65440050060190061f90058c80cd0058c70ce0058c61f60058c50cf005", + "0x54400512f0050390060065440051320050590060065440050cf00522b006", + "0x513e0050550060065440051360052a200600654400553c005055006006", + "0x1340052a200600654400500e005059006006544005034005059006006544", + "0x52a200600654400553d0050550060065440051300052a2006006544005", + "0x13600600654400502c00517e0060065440051c90050fa00600654400502b", + "0x600654400500900513600600654400521e00512c0060065440051dc005", + "0x22b0060065440050060190060068c90050060240060065440050180050fc", + "0x600654400512f0050390060065440051320050590060065440051f6005", + "0x654400513e0050550060065440051360052a200600654400553c005055", + "0x5440051340052a200600654400500e005059006006544005034005059006", + "0x502b0052a200600654400553d0050550060065440051300052a2006006", + "0x1dc00513600600654400502c00517e0060065440051c90050fa006006544", + "0x50fc00600654400500900513600600654400521e00512c006006544005", + "0xce0051600060065440050060190060068c9005006024006006544005018", + "0x60cc1fa00a5440051330050ac00600654400549a005059006006544005", + "0x5440050060190062010c90ca25a8ca1fe1fd0cb25a54400a2991ee00a1c1", + "0x60fe0062020055440051fe0050ea0061fe0055440051fe0051c2006006", + "0x20500a5440050c70051810060c70055440050c800510d0060c8005544005", + "0xc50052990060c50055440050c600510c0060065440052050051820060c6", + "0x55440052080051370062091dc00a5440051dc00509a006208005544005", + "0x20c0095440052020050e90060c30c400a54400520920827d25a10b006208", + "0x17e00600654400520d0051c600600654400520c0051c50062100c10c220d", + "0xc20055440050c20051000060065440052100051360060065440050c1005", + "0x51370060c00055440052110051850062110c200a5440050c200505e006", + "0x2140051370062140bf00a5440050c00c30c425a10b0060c30055440050c3", + "0x5440050bd00510a0060bd0be00a5440052140d300a186006214005544005", + "0x18a0060065440052180051890060bc21800a544005217005109006217005", + "0x5440052190051070062190055440050bb0051080060bb0055440050bc005", + "0x51060060cb0055440050cb00513e0060ba00554400500618d00621a005", + "0x55440050be00501d0060bf0055440050bf0051760060ba0055440050ba", + "0x621f0b70b825a8cb21d21c0b925a54400a21a0ba1fd0cb21e1050060be", + "0x51c50060b20b30b40b50b600954400512f0050e9006006544005006019", + "0x1360060065440050b300517e0060065440050b50051c60060065440050b6", + "0x55440050b900513e00621d00554400521d0051370060065440050b2005", + "0x60b10058cc00654400a21d00519000621c00554400521c00513f0060b9", + "0xaf0055440050b000510d0060b000554400500610e006006544005006019", + "0xad00510c0060065440050ae0051820060ad0ae00a5440050af005181006", + "0xab0055440050ab0051370060ab0055440050ac0052990060ac005544005", + "0xa80c200a5440050c200505e0060a90aa00a5440051dc0ab0bf25a10b006", + "0xaa25a10b0060a90055440050a90051370060a70055440050a8005185006", + "0xa50be00a1860060a50055440050a50051370060a50a600a5440050a70a9", + "0xa5440050a20051090060a20055440050a300510a0060a30a400a544005", + "0x510800609f0055440050a000518a0060065440050a10051890060a00a1", + "0x9c00554400500618d00609d00554400509e00510700609e00554400509f", + "0xa400501d0060a60055440050a600517600609c00554400509c005106006", + "0x9825a8cd09909a09b25a54400a09d09c21c0b921e1050060a4005544005", + "0x9b00513e006099005544005099005137006006544005006019006096097", + "0x8ce00654400a09900519000609a00554400509a00513f00609b005544005", + "0x8cf09209309425a54400a09a09b00a1c1006006544005006019006095005", + "0xea0060920055440050920051c200600654400500601900608f09009125a", + "0x8c00554400500610e00608d00554400500610100608e005544005092005", + "0x518200608908a00a54400508b00518100608b00554400508c00510d006", + "0x8700554400508800529900608800554400508900510c00600654400508a", + "0xa625a10b00608d00554400508d005137006087005544005087005137006", + "0x608008108208308400954400508e0050e900608508600a54400508d087", + "0x654400508100517e0060065440050830051c60060065440050840051c5", + "0x508500513700607f005544005082005185006006544005080005136006", + "0xa54400507f08508625a10b00607f00554400507f005137006085005544", + "0x7c07d00a54400507e0a400a18600607e00554400507e00513700607e131", + "0x518900607907a00a54400507b00510900607b00554400507c00510a006", + "0x7700554400507800510800607800554400507900518a00600654400507a", + "0x509400513e00607500554400500618d006076005544005077005107006", + "0x13100554400513113e00a057006075005544005075005106006094005544", + "0x7307425a54400a07607509309421e10500607d00554400507d00501d006", + "0x7200554400507200513700600654400500601900606f07007125a8d0072", + "0x7200519000607300554400507300513f00607400554400507400513e006", + "0x60065440051c90050fa00600654400500601900606e0058d100654400a", + "0x654400521e00512c0060065440050b400517e00600654400502c00517e", + "0x5440051fa0050fa0060065440050180050fc006006544005009005136006", + "0x7307400a1c100600654400553d00505500600654400502b0052a2006006", + "0x51c200600654400500601900606906a06b25a8d206c13f06d25a54400a", + "0x95440050680050e900606800554400506c0050ea00606c00554400506c", + "0x600654400506500517e0060065440050670051c5006063064065066067", + "0x554400506600506000600654400506300513600600654400506400517e", + "0x1850060610c200a5440050c200505e00606200554400506600505f006066", + "0x5905a05b05c05d05e05f29954400506200505d006060005544005061005", + "0x654400505d00505c00600654400505f005136006053054055056057058", + "0x54400505a00513600600654400505b00513600600654400505c005119006", + "0x505700505c00600654400505800505b006006544005059005136006006", + "0x54005124006006544005055005124006006544005056005119006006544", + "0x13700605200554400505e005185006006544005053005119006006544005", + "0x505100513700605100554400505206000a05a006052005544005052005", + "0x13f00554400513f13000a12a00606d00554400506d00513e006051005544", + "0x50060370060065440050060190060500058d300654400a051005190006", + "0x1340052a200600654400500e005059006006544005034005059006006544", + "0x501d00600654400553c0050550060065440051360052a2006006544005", + "0x55440050c200510000606d00554400506d00513e00607d00554400507d", + "0x4f25a5440050cc0c206d07d21e2510060cc0055440050cc0050ab0060c2", + "0x600654400500601900604b0058d404c00554400a04d00505300604d04e", + "0x554400504900513700604900554400500605200604a005544005006135", + "0x5000613b00554400504c00505100604800554400504904a00a134006049", + "0x470050fa00604604700a54400513b0050ac00613b00554400513b13200a", + "0x4425a54400504500515500604504600a544005046005154006006544005", + "0x44005123006006544005042005124006006544005043005136006042043", + "0x554400504000515900604000554400504100515800604104400a544005", + "0x12200603d00554400503e04800a13400603e00554400503e00513700603e", + "0x54400504e00513e00604f00554400504f00501d00603c005544005044005", + "0x15d00603d00554400503d00515c00603c00554400503c00512100604e005", + "0x512000600654400500602000603903a03b25a54400503d03c04e04f21e", + "0x54400503800511f0060065440050060190062220058d503800554400a039", + "0x622404600a54400504600515400600654400566d00516000666d53b00a", + "0x22a00512400600654400522500511e00622a53a22525a544005224005155", + "0x22b00554400500d53b00a13400600d00554400553a005299006006544005", + "0x513600600654400522d00511e00653753922d25a544005046005155006", + "0x53500554400553600515900653600554400553700511d006006544005539", + "0x602400653300554400553400515c00653400554400553522b00a134006", + "0x2220051fd0060065440050460051260060065440050060190060068d6005", + "0x53300554400552f00515c00600654400566e0051fe00652f66e00a544005", + "0x54400503a00513e00623500554400503b00501d006006544005006037006", + "0x15c00652d00554400513f00513f00652e005544005131005176006237005", + "0x590060065440050060190060068d700500602400623a005544005533005", + "0x54400523d0051fe00623e23d00a54400504b0051fd006006544005132005", + "0x517600623700554400504e00513e00623500554400504f00501d006006", + "0x554400523e00515c00652d00554400513f00513f00652e005544005131", + "0x65440050500051030060065440050060190060068d700500602400623a", + "0x554400500624c006240005544005006135006006544005132005059006", + "0x511c00600654400552b00516400652852b00a54400524000516300652c", + "0x54400552c0051370065260c200a5440050c200505e006243005544005528", + "0x24852225a8d852352452525a54400a24352c52613f06d00924e00652c005", + "0x525100527d00625100554400552300501a00600654400500601900624a", + "0x652400554400552400513f00652500554400552500513e006251005544", + "0x553d0060065440050060190062520058d924e24c00a54400a251005021", + "0x62540055440050061eb00624b00554400524e00549a00600654400524c", + "0x55210050d30065210055440052540050d400625600554400524b005299", + "0x651f00554400503f0051ef0060065440055200051ee00603f52000a544", + "0x525600513700651e00554400551e00513700651e00554400551f005299", + "0x54400525900513700625930a00a54400525651e13125a10b006256005544", + "0x51a00554400551c0050d200651c51d00a54400525907d00a186006259005", + "0x500618d0060065440055190051f200625d51900a54400551a0050d1006", + "0x671b00554400551800510800651800554400525d0051f3006258005544", + "0x552400513f00652500554400552500513e00651d00554400551d00501d", + "0x671b00554400571b0050d0006258005544005258005106006524005544", + "0x530a53c00a0570062642a251651721e54400571b25852452551d0090cf", + "0x26500554400a2640051f60062a20055440052a213600a12a00630a005544", + "0x50cd0065150055440052650050ce0060065440050060190062670058da", + "0x54400926900500d0060065440050060190065140058db26900554400a515", + "0x65440050060190061520058df1430058de50f0058dd5120058dc513005", + "0x5440051340052a200600654400500e00505900600654400551300522b006", + "0x65440050340050590060065440050060190060068e0005006024006006", + "0x5440055120052520061610055440050061350060065440050c200517e006", + "0x516300618e00554400500624b0060065440051700050fc00617f17000a", + "0x55440051ac00511c00600654400519d0051640061ac19d00a544005161", + "0x25a54400a1bb18e17f2a251600924e00618e00554400518e0051370061bb", + "0x65440050060370060065440050060190062061f71e825a8e11d91371ca", + "0x1d900516c0061ca0055440051ca00513e00651700554400551700501d006", + "0x51d91ca51725a11700613700554400513713400a12a0061d9005544005", + "0x500601900627f0058e250c00554400a50e00516f00650e02e21525a544", + "0x11500600654400550a00511900628150a00a54400550c005116006006544", + "0x5440050060b00060065440050060190065080058e350900554400a281005", + "0x2540060065440052830050fa00650528300a5440055090050ac006507005", + "0x54400528522350725a0ad006285005544005006256006223005544005006", + "0x1d0060065440055040050fa00650350400a5440052870050ac006287005", + "0x5440055050050ab00602e00554400502e00513e006215005544005215005", + "0x5210060cc0055440050cc0050ab0065030055440055030050ab006505005", + "0x50100554400a50600505300650650228925a5440050cc50350502e215009", + "0x50060520062470055440050061350060065440050060190064ff0058e4", + "0x4fc0055440054fe24700a1340064fe0055440054fe0051370064fe005544", + "0x50ac00613500554400513500e00a050006135005544005501005051006", + "0xa5440054f70051540060065440054f80050fa0064f74f800a544005135", + "0x60065440052920051360064f129272625a5440054f50051550064f54f7", + "0x502f00515800602f72600a5440057260051230060065440054f1005124", + "0x64ef0055440054ef0051370064ef005544005294005159006294005544", + "0x28900501d0062160055440057260051220062960055440054ef4fc00a134", + "0x21600554400521600512100650200554400550200513e006289005544005", + "0x4ee29825a54400529621650228921e15d00629600554400529600515c006", + "0x190064ea0058e54eb00554400a4ec0051200060065440050060200064ec", + "0x65440054e80051600064e84e900a5440054eb00511f006006544005006", + "0x64e44e54e625a5440054e70051550064e74f700a5440054f7005154006", + "0x55440054e50052990060065440054e40051240060065440054e600511e", + "0x4df4e04e125a5440054f70051550064e20055440054e34e900a1340064e3", + "0x5440054df00511d0060065440054e00051360060065440054e100511e006", + "0x64dc0055440054dd4e200a1340064dd0055440054de0051590064de005", + "0x60065440050060190060068e60050060240064db0055440054dc00515c", + "0x54da0051fe0064d94da00a5440054ea0051fd0060065440054f7005126", + "0x29800501d0060065440050060370064db0055440054d900515c006006544", + "0x52e00554400530a0051760062370055440054ee00513e006235005544005", + "0x500602400623a0055440054db00515c00652d00554400513700513f006", + "0x54ff0051fd00600654400500e0050590060065440050060190060068d7", + "0x623500554400528900501d0060065440054d80051fe0064d74d800a544", + "0x513700513f00652e00554400530a00517600623700554400550200513e", + "0x60190060068d700500602400623a0055440054d700515c00652d005544", + "0x512600600654400500e005059006006544005508005160006006544005", + "0x1370064d50055440050065200064d60055440050061350060065440050cc", + "0x521500501d0064d40055440054d54d600a1340064d50055440054d5005", + "0x64d100554400513700513f0064d200554400502e00513e0064d3005544", + "0x60065440050060190060068e70050060240064d00055440054d400515c", + "0xa54400527f0051fd0060065440050cc00512600600654400500e005059", + "0x513e0064d300554400521500501d0060065440054cf0051fe0064ce4cf", + "0x55440054ce00515c0064d100554400513700513f0064d200554400502e", + "0x60065440050060370060065440050060190060068e70050060240064d0", + "0x65440051340052a20060065440050cc00512600600654400500e005059", + "0x1f700513f0064d20055440051e800513e0064d300554400551700501d006", + "0x2350055440054d300501d0064d000554400520600515c0064d1005544005", + "0x4d100513f00652e00554400530a0051760062370055440054d200513e006", + "0x190060068d700500602400623a0055440054d000515c00652d005544005", + "0x2a200600654400500e00505900600654400550f005160006006544005006", + "0x51600060065440050060190060068e0005006024006006544005134005", + "0x240060065440051340052a200600654400500e005059006006544005143", + "0x50590060065440051520051600060065440050060190060068e0005006", + "0x501d0060065440050060370060065440051340052a200600654400500e", + "0x55440050c200510000651600554400551600513e006517005544005517", + "0x4cc25a5440050cc0c251651721e2510060cc0055440050cc0050ab0060c2", + "0x60065440050060190064c50058e84c600554400a4c80050530064c84ca", + "0x55440054c30051370064c30055440050060520064c4005544005006135", + "0x500060360055440054c60050510064c10055440054c34c400a1340064c3", + "0x4c00050fa0062bf4c000a5440050360050ac00603600554400503603400a", + "0x2c125a5440052c00051550062c02bf00a5440052bf005154006006544005", + "0x2c10051230060065440052c30051240060065440054cd0051360062c34cd", + "0x55440052c50051590062c50055440054cb0051580064cb2c100a544005", + "0x1220062c70055440054c94c100a1340064c90055440054c90051370064c9", + "0x5440054ca00513e0064cc0055440054cc00501d0064c70055440052c1005", + "0x15d0062c70055440052c700515c0064c70055440054c70051210064ca005", + "0x51200060065440050060200062cb4c22c925a5440052c74c74ca4cc21e", + "0x5440054bf00511f0060065440050060190062ce0058e94bf00554400a2cb", + "0x64bc2bf00a5440052bf0051540060065440054bd0051600064bd4be00a", + "0x4b90051240060065440054bb00511e0064b94ba4bb25a5440054bc005155", + "0x4b60055440054b74be00a1340064b70055440054ba005299006006544005", + "0x51360060065440054b500511e00672d2d64b525a5440052bf005155006", + "0x4b20055440054b30051590064b300554400572d00511d0060065440052d6", + "0x60240064b10055440052da00515c0062da0055440054b24b600a134006", + "0x2ce0051fd0060065440052bf0051260060065440050060190060068ea005", + "0x4b10055440054b000515c0060065440052dd0051fe0064b02dd00a544005", + "0x5440054c200513e0062350055440052c900501d006006544005006037006", + "0x15c00652d0055440052a200513f00652e00554400530a005176006237005", + "0x590060065440050060190060068d700500602400623a0055440054b1005", + "0x54400572f0051fe0064af72f00a5440054c50051fd006006544005034005", + "0x51760062370055440054ca00513e0062350055440054cc00501d006006", + "0x55440054af00515c00652d0055440052a200513f00652e00554400530a", + "0x65440050340050590060065440050060190060068d700500602400623a", + "0x54400500e0050590060065440050c200517e0060065440050cc005126006", + "0x500602400635700554400551400515c0060065440051340052a2006006", + "0x50cc0051260060065440050340050590060065440050060190060068eb", + "0x1340052a200600654400500e0050590060065440050c200517e006006544", + "0x60065440052e20051fe0062e42e200a5440052670051fd006006544005", + "0x554400551700501d0060065440050060370063570055440052e400515c", + "0x513f00652e00554400530a00517600623700554400551600513e006235", + "0x60068d700500602400623a00554400535700515c00652d0055440052a2", + "0x600654400503400505900600654400525200553d006006544005006019", + "0x65440050c200517e0060065440050cc00512600600654400500e005059", + "0x54400553c0050550060065440051360052a20060065440051340052a2006", + "0x52e80051370062e80055440050065200062e7005544005006135006006", + "0x2f300554400552500513e0064ae0055440052e82e700a1340062e8005544", + "0x50060240062e10055440054ae00515c0062ec00554400552400513f006", + "0x500e0050590060065440050340050590060065440050060190060068ec", + "0x1340052a20060065440050c200517e0060065440050cc005126006006544", + "0x513e00600654400553c0050550060065440051360052a2006006544005", + "0x554400524a00515c0062ec00554400524800513f0062f3005544005522", + "0x52f300513e00623500554400507d00501d0060065440050060370062e1", + "0x652d0055440052ec00513f00652e005544005131005176006237005544", + "0x60065440050060190060068d700500602400623a0055440052e100515c", + "0x600654400553c005055006006544005132005059006006544005006037", + "0x65440051360052a20060065440050c200517e0060065440050cc005126", + "0x5440051340052a200600654400500e005059006006544005034005059006", + "0x6b00513e00623500554400507d00501d0060065440051300052a2006006", + "0x52d00554400506a00513f00652e005544005131005176006237005544005", + "0x65440050060190060068d700500602400623a00554400506900515c006", + "0x54400553c00505500600654400513200505900600654400506e005103006", + "0x51360052a20060065440050c200517e0060065440050cc005126006006", + "0x1340052a200600654400500e005059006006544005034005059006006544", + "0x13e0062f200554400507d00501d0060065440051300052a2006006544005", + "0x54400507300513f0062f10055440051310051760064ac005544005074005", + "0x65440050060370060065440050060190060068ed005006024006361005", + "0x5440050cc00512600600654400553c005055006006544005132005059006", + "0x50340050590060065440051360052a20060065440050c200517e006006", + "0x1300052a20060065440051340052a200600654400500e005059006006544", + "0x50fa00600654400502b0052a200600654400553d005055006006544005", + "0x12c0060065440050b400517e00600654400502c00517e0060065440051c9", + "0x60065440050180050fc00600654400500900513600600654400521e005", + "0x54400507100513e0064ab00554400507d00501d0060065440051fa0050fa", + "0x15c00636200554400507000513f0064a80055440051310051760064a9005", + "0x370060065440050060190060068ee0050060240064a700554400506f005", + "0x12600600654400553c005055006006544005132005059006006544005006", + "0x60065440051360052a20060065440050c200517e0060065440050cc005", + "0x654400500e00505900600654400503400505900600654400513e005055", + "0x54400553d0050550060065440051300052a20060065440051340052a2006", + "0x502c00517e0060065440051c90050fa00600654400502b0052a2006006", + "0x900513600600654400521e00512c0060065440050b400517e006006544", + "0x501d0060065440051fa0050fa0060065440050180050fc006006544005", + "0x55440050a60051760064a900554400509100513e0064ab0055440050a4", + "0x504f0064a700554400508f00515c00636200554400509000513f0064a8", + "0x55440054a800504d0062370055440054a900504e0062350055440054ab", + "0x602400623a0055440054a700504b00652d00554400536200504c00652e", + "0x1320050590060065440050950051030060065440050060190060068d7005", + "0x517e0060065440050cc00512600600654400553c005055006006544005", + "0x5900600654400513e0050550060065440051360052a20060065440050c2", + "0x60065440051340052a200600654400500e005059006006544005034005", + "0x54400509b00513e0062f20055440050a400501d0060065440051300052a2", + "0x2400636100554400509a00513f0062f10055440050a60051760064ac005", + "0x1320050590060065440050060370060065440050060190060068ed005006", + "0x517e0060065440050cc00512600600654400553c005055006006544005", + "0x5900600654400513e0050550060065440051360052a20060065440050c2", + "0x60065440051340052a200600654400500e005059006006544005034005", + "0x654400502b0052a200600654400553d0050550060065440051300052a2", + "0x5440050b400517e00600654400502c00517e0060065440051c90050fa006", + "0x50180050fc00600654400500900513600600654400521e00512c006006", + "0x513e0062350055440050a400501d0060065440051fa0050fa006006544", + "0x554400509700513f00652e0055440050a6005176006237005544005098", + "0x5440050060190060068d700500602400623a00554400509600515c00652d", + "0x553c0050550060065440051320050590060065440050b1005103006006", + "0x1360052a20060065440050c200517e0060065440050cc005126006006544", + "0x505900600654400503400505900600654400513e005055006006544005", + "0x1360060065440051300052a20060065440051340052a200600654400500e", + "0x55440050b900513e0062f20055440050be00501d0060065440051dc005", + "0x613500636100554400521c00513f0062f10055440050bf0051760064ac", + "0x4a32fd00a5440054a60051630062fb00554400500624c0064a6005544005", + "0x502c00505e00628a0055440054a300511c0060065440052fd005164006", + "0x28a2fb4a23614ac00924e0062fb0055440052fb0051370064a202c00a544", + "0x501a00600654400500601900649b49c49e25a8ef49f4a035a25a54400a", + "0x554400535a00513e00635e00554400535e00527d00635e00554400549f", + "0x58f030735d00a54400a35e0050210064a00055440054a000513f00635a", + "0x54400530700549a00600654400535d00553d006006544005006019006499", + "0x522d00649800554400500610e00635b00554400535c00529900635c005", + "0x54400549600553700649549600a544005497005539006497005544005498", + "0x5137006493005544005494005299006494005544005495005536006006", + "0x54400549300513700649235b00a54400535b00509a00635b00554400535b", + "0x55440050b400518500631030e00a5440054924932f125a10b006493005", + "0x31349000a54400549131030e25a10b006310005544005310005137006491", + "0x2b00648f31500a5440053132f200a186006313005544005313005137006", + "0x554400531800553500631800554400548e00519100648e005544005006", + "0x31c00510600631c00554400500618d00648d00554400548f00510700631a", + "0x49000554400549000517600631a00554400531a00513700631c005544005", + "0x48c00a54400a31a48d31c4a035a00953400631500554400531500501d006", + "0x63230055440050061eb00600654400500601900632132248925a8f148b", + "0x48800553b00648748800a544005325005222006325005544005323005038", + "0x648500554400548600529900648600554400548700566d006006544005", + "0x13700635903700a54400535b48549025a10b006485005544005485005137", + "0x1800552800648348400a54400535931500a186006359005544005359005", + "0x548148200a51f00648102c00a54400502c00505e00648201800a544005", + "0x1d00635800554400500618d00647f005544005480005505006480005544", + "0x54400548b00513f00648c00554400548c00513e006484005544005484005", + "0xcc0064830055440054830050d000635800554400535800510600648b005", + "0x47a47b21e54400547f48335848b48c48401825900647f00554400547f005", + "0x2400554400502402b00a12a00603700554400503753d00a057006479024", + "0x551c0060065440050060190064760058f247800554400a47900551d006", + "0x50060190064740058f347500554400a47c00551a00647c005544005478", + "0x5006135006473005544005006135006006544005475005160006006544", + "0x1c91fa33801800900922300633802c00a54400502c00505e006472005544", + "0x46c00a54400546d00504600646d005544005471005285006471005544005", + "0x47a00513e00647b00554400547b00501d00600654400546c00504500633c", + "0x47300554400547300515c00633c00554400533c00504400647a005544005", + "0x46b25a54400547247333c47a47b00904300647200554400547200515c006", + "0x64670058f446800554400a46900504200600654400500602000646946a", + "0x534200516000634246346525a544005468005041006006544005006019", + "0x16300600654400534300516400634534300a544005465005163006006544", + "0x54400534500511c00600654400546200516400646146200a544005463005", + "0xa54400a34b34a02446a21e0e800634b00554400546100511c00634a005", + "0x600654400500603700600654400500601900636034735f25a8f546e34c", + "0x46b00501d00639900554400545c00550400645c00554400502c21e00a287", + "0x3700554400503700517600634c00554400534c00513e00646b005544005", + "0x34c46b00900539900554400539900550300646e00554400546e00513f006", + "0x21e00512c00600654400502c00517e00600654400500601900639946e037", + "0x645a00554400534700513f00645b00554400535f00513e006006544005", + "0x60065440050060190060068f600500602400635400554400536000515c", + "0xa5440054670051fd00600654400521e00512c00600654400502c00517e", + "0x513f00645b00554400546a00513e0060065440054590051fe006363459", + "0x600654400500603700635400554400536300515c00645a005544005024", + "0x545700528900645700554400535445800a13a006458005544005006133", + "0x645b00554400545b00513e00646b00554400546b00501d006366005544", + "0x536600550300645a00554400545a00513f006037005544005037005176", + "0x2c00517e00600654400500601900636645a03745b46b009005366005544", + "0x50fc00600654400500900513600600654400521e00512c006006544005", + "0x15c0060065440051fa0050fa0060065440051c90050fa006006544005018", + "0x17e0060065440050060190060068f7005006024006456005544005474005", + "0x600654400500900513600600654400521e00512c00600654400502c005", + "0x65440051fa0050fa0060065440051c90050fa0060065440050180050fc", + "0x45400515c0060065440053680051fe00645436800a5440054760051fd006", + "0xa13a00636a005544005006133006006544005006037006456005544005", + "0x54400547b00501d00645300554400545500528900645500554400545636a", + "0x13f00603700554400503700517600647a00554400547a00513e00647b005", + "0x2403747a47b009005453005544005453005503006024005544005024005", + "0x65440051c90050fa006006544005006037006006544005006019006453", + "0x54400500900513600600654400521e00512c00600654400502c00517e006", + "0x502b0052a20060065440051fa0050fa0060065440050180050fc006006", + "0x500613300600654400553d00505500600654400535b005136006006544", + "0x45000554400536e00528900636e00554400532136c00a13a00636c005544", + "0x49000517600648900554400548900513e00631500554400531500501d006", + "0x45000554400545000550300632200554400532200513f006490005544005", + "0x654400549900553d006006544005006019006450322490489315009005", + "0x54400521e00512c00600654400502c00517e0060065440051c90050fa006", + "0x51fa0050fa0060065440050180050fc006006544005009005136006006", + "0xb400517e00600654400553d00505500600654400502b0052a2006006544", + "0x513700644e005544005006520006370005544005006135006006544005", + "0x54400535a00513e00637200554400544e37000a13400644e00554400544e", + "0x2400644a00554400537200515c0063730055440054a000513f00644b005", + "0x517e0060065440051c90050fa0060065440050060190060068f8005006", + "0x13600600654400521e00512c0060065440050b400517e00600654400502c", + "0x60065440051fa0050fa0060065440050180050fc006006544005009005", + "0x554400549e00513e00600654400553d00505500600654400502b0052a2", + "0x603700644a00554400549b00515c00637300554400549c00513f00644b", + "0x637400554400544a73f00a13a00673f005544005006133006006544005", + "0x544b00513e0062f20055440052f200501d006376005544005374005289", + "0x637300554400537300513f0062f10055440052f100517600644b005544", + "0x65440050060190063763732f144b2f2009005376005544005376005503", + "0x654400512f005039006006544005132005059006006544005006037006", + "0x5440050c200517e0060065440050cc00512600600654400553c005055006", + "0x503400505900600654400513e0050550060065440051360052a2006006", + "0x1300052a20060065440051340052a200600654400500e005059006006544", + "0x50fa00600654400502b0052a200600654400553d005055006006544005", + "0x12c0060065440051dc00513600600654400502c00517e0060065440051c9", + "0x60065440050180050fc00600654400500900513600600654400521e005", + "0x5440050b800513e0062350055440050be00501d0060065440051fa0050fa", + "0x15c00652d0055440050b700513f00652e0055440050bf005176006237005", + "0x370060065440050060190060068d700500602400623a00554400521f005", + "0x5500600654400512f005039006006544005132005059006006544005006", + "0x60065440051360052a20060065440050cc00512600600654400553c005", + "0x654400500e00505900600654400503400505900600654400513e005055", + "0x54400553d0050550060065440051300052a20060065440051340052a2006", + "0x502c00517e0060065440051c90050fa00600654400502b0052a2006006", + "0x900513600600654400521e00512c0060065440051dc005136006006544", + "0x501d0060065440051fa0050fa0060065440050180050fc006006544005", + "0x554400527d0051760062370055440050ca00513e0062350055440050d3", + "0x613300623a00554400520100515c00652d0055440050c900513f00652e", + "0x554400537700528900637700554400523a37500a13a006375005544005", + "0x517600623700554400523700513e00623500554400523500501d006741", + "0x554400574100550300652d00554400552d00513f00652e00554400552e", + "0x5440050cd00516000600654400500601900674152d52e237235009005741", + "0x553c00505500600654400512f005039006006544005132005059006006", + "0x3400505900600654400513e0050550060065440051360052a2006006544", + "0x52a20060065440051340052a200600654400500e005059006006544005", + "0xfa00600654400502b0052a200600654400553d005055006006544005130", + "0x60065440051dc00513600600654400502c00517e0060065440051c9005", + "0x65440050180050fc00600654400500900513600600654400521e00512c", + "0x60065440051f90051600060065440050060190060068c9005006024006", + "0x654400553c00505500600654400512f005039006006544005132005059", + "0x54400503400505900600654400513e0050550060065440051360052a2006", + "0x51300052a20060065440051340052a200600654400500e005059006006", + "0x1c90050fa00600654400502b0052a200600654400553d005055006006544", + "0x512c0060065440051dc00513600600654400502c00517e006006544005", + "0x370060065440050180050fc00600654400500900513600600654400521e", + "0x654400537c0050fa00644837c00a5440051330050ac006006544005006", + "0x4480050ab0061ee0055440051ee00513e0060d30055440050d300501d006", + "0x4450050530064457422de25a5440054481ee0d325a258006448005544005", + "0x44300554400500613500600654400500601900637a0058f944400554400a", + "0x44244300a134006442005544005442005137006442005544005006052006", + "0x554400502149a00a050006021005544005444005051006441005544005", + "0x515400600654400544d0050fa00644c44d00a5440050210050ac006021", + "0x43c00513600638543c43f25a54400544000515500644044c00a54400544c", + "0x638743f00a54400543f005123006006544005385005124006006544005", + "0x538b00513700638b00554400543a00515900643a005544005387005158", + "0x38e00554400543f00512200638c00554400538b44100a13400638b005544", + "0x38e00512100674200554400574200513e0062de0055440052de00501d006", + "0x538c38e7422de21e15d00638c00554400538c00515c00638e005544005", + "0x8fa39300554400a39100512000600654400500602000639138f43925a544", + "0x516000639739500a54400539300511f006006544005006019006438005", + "0x25a54400543700515500643744c00a54400544c005154006006544005397", + "0x529900600654400539e00512400600654400539b00511e00639e39c39b", + "0x54400544c00515500643500554400543639500a13400643600554400539c", + "0x11d00600654400543300513600600654400543400511e00643243343425a", + "0x542c43500a13400642c005544005430005159006430005544005432005", + "0x60190060068fb00500602400642a00554400542d00515c00642d005544", + "0x64293a700a5440054380051fd00600654400544c005126006006544005", + "0x654400500603700642a00554400542900515c0060065440053a70051fe", + "0x3ab0052890063ab00554400542a3aa00a13a0063aa005544005006133006", + "0x38f00554400538f00513e00643900554400543900501d0063ad005544005", + "0x3ad00550300629900554400529900513f00627d00554400527d005176006", + "0x50590060065440050060190063ad29927d38f4390090053ad005544005", + "0x2de0055440052de00501d00642800554400537a00528900600654400549a", + "0x29900513f00627d00554400527d00517600674200554400574200513e006", + "0x642829927d7422de009005428005544005428005503006299005544005", + "0x60065440051330050fa00600654400549a005059006006544005006019", + "0x654400553c00505500600654400512f005039006006544005132005059", + "0x54400503400505900600654400513e0050550060065440051360052a2006", + "0x51300052a20060065440051340052a200600654400500e005059006006", + "0x1c90050fa00600654400502b0052a200600654400553d005055006006544", + "0x512c0060065440051dc00513600600654400502c00517e006006544005", + "0x15c0060065440050180050fc00600654400500900513600600654400521e", + "0x590060065440050060190060068fc00500602400642b0055440050d0005", + "0x60065440051320050590060065440051330050fa00600654400549a005", + "0x65440051360052a200600654400553c00505500600654400512f005039", + "0x54400500e00505900600654400503400505900600654400513e005055006", + "0x553d0050550060065440051300052a20060065440051340052a2006006", + "0x2c00517e0060065440051c90050fa00600654400502b0052a2006006544", + "0x513600600654400521e00512c0060065440051dc005136006006544005", + "0x3af42600a5440050d10051fd0060065440050180050fc006006544005009", + "0x54400500603700642b0055440053af00515c0060065440054260051fe006", + "0x528900642400554400542b3b100a13a0063b1005544005006133006006", + "0x55440051ee00513e0060d30055440050d300501d0063b3005544005424", + "0x550300629900554400529900513f00627d00554400527d0051760061ee", + "0x53d0060065440050060190063b329927d1ee0d30090053b30055440053b3", + "0x600654400500900513600600654400549a0050590060065440050dd005", + "0x65440051330050fa0060065440050180050fc00600654400521e00512c", + "0x54400553c00505500600654400512f005039006006544005132005059006", + "0x503400505900600654400513e0050550060065440051360052a2006006", + "0x1300052a20060065440051340052a200600654400500e005059006006544", + "0x50fa00600654400502b0052a200600654400553d005055006006544005", + "0x5500600654400545f0052a200600654400502c00517e0060065440051c9", + "0x63b500554400500652000642300554400500613500600654400521b005", + "0x1d100513e0063b70055440053b542300a1340063b50055440053b5005137", + "0x3bb0055440053b700515c0063b90055440050e200513f006422005544005", + "0x600654400549a0050590060065440050060190060068fd005006024006", + "0x65440050180050fc00600654400521e00512c006006544005009005136", + "0x54400512f0050390060065440051320050590060065440051330050fa006", + "0x513e0050550060065440051360052a200600654400553c005055006006", + "0x1340052a200600654400500e005059006006544005034005059006006544", + "0x52a200600654400553d0050550060065440051300052a2006006544005", + "0x2a200600654400502c00517e0060065440051c90050fa00600654400502b", + "0x4220055440051d400513e00600654400521b00505500600654400545f005", + "0x50060370063bb0055440050e000515c0063b90055440051d500513f006", + "0x2890063bd0055440053bb42100a13a006421005544005006133006006544", + "0x54400542200513e0061c20055440051c200501d00641f0055440053bd005", + "0x5030063b90055440053b900513f00600a00554400500a005176006422005", + "0x600654400500601900641f3b900a4221c200900541f00554400541f005", + "0x654400500900513600600654400549a0050590060065440050e6005160", + "0x5440051330050fa0060065440050180050fc00600654400521e00512c006", + "0x553c00505500600654400512f005039006006544005132005059006006", + "0x3400505900600654400513e0050550060065440051360052a2006006544", + "0x52a20060065440051340052a200600654400500e005059006006544005", + "0x17e00600654400502b0052a200600654400553d005055006006544005130", + "0x600654400521b00505500600654400545f0052a200600654400502c005", + "0x554400541e00513700641e0055440050065200063bf005544005006135", + "0x13e00641b0055440051c200501d00641c00554400541e3bf00a13400641e", + "0x54400541c00515c00641900554400512e00513f00641a0055440050ea005", + "0x54400549a0050590060065440050060190060068fe005006024006417005", + "0x50180050fc00600654400521e00512c006006544005009005136006006", + "0x12f0050390060065440051320050590060065440051330050fa006006544", + "0x50550060065440051360052a200600654400553c005055006006544005", + "0x2a200600654400500e00505900600654400503400505900600654400513e", + "0x600654400553d0050550060065440051300052a2006006544005134005", + "0x654400545f0052a200600654400502c00517e00600654400502b0052a2", + "0x4140051fe00643141400a5440051c60051fd00600654400521b005055006", + "0x641a0055440050ea00513e00641b0055440051c200501d006006544005", + "0x8fe00500602400641700554400543100515c00641900554400512e00513f", + "0x54400500900513600600654400549a005059006006544005006019006006", + "0x50180050fc00600654400521e00512c00600654400521b005055006006", + "0x12f0050390060065440051320050590060065440051330050fa006006544", + "0x50550060065440051360052a200600654400553c005055006006544005", + "0x2a200600654400500e00505900600654400503400505900600654400513e", + "0x600654400553d0050550060065440051300052a2006006544005134005", + "0x654400545f0052a200600654400502c00517e00600654400502b0052a2", + "0x50ec00513e00641b0055440051af00501d00600654400512d0052a2006", + "0x64170055440051c100515c0064190055440050eb00513f00641a005544", + "0x540e00528900640e00554400541741200a13a006412005544005006133", + "0x641a00554400541a00513e00641b00554400541b00501d00640d005544", + "0x540d00550300641900554400541900513f00600a00554400500a005176", + "0x1b600516000600654400500601900640d41900a41a41b00900540d005544", + "0x505500600654400500900513600600654400549a005059006006544005", + "0x590060065440050180050fc00600654400521e00512c00600654400521b", + "0x600654400553c00505500600654400512f005039006006544005132005", + "0x654400503400505900600654400513e0050550060065440051360052a2", + "0x5440051300052a20060065440051340052a200600654400500e005059006", + "0x502c00517e00600654400502b0052a200600654400553d005055006006", + "0x13a00505900600654400512d0052a200600654400545f0052a2006006544", + "0x513700640b0055440050065200063c7005544005006135006006544005", + "0x5440051af00501d00640900554400540b3c700a13400640b00554400540b", + "0x15c00640a00554400514500513f0064080055440050f400513e0063ca005", + "0x590060065440050060190060068ff005006024006407005544005409005", + "0x600654400521b00505500600654400500900513600600654400549a005", + "0x65440051320050590060065440050180050fc00600654400521e00512c", + "0x5440051360052a200600654400553c00505500600654400512f005039006", + "0x500e00505900600654400503400505900600654400513e005055006006", + "0x53d0050550060065440051300052a20060065440051340052a2006006544", + "0x52a200600654400502c00517e00600654400502b0052a2006006544005", + "0x1fd00600654400513a00505900600654400512d0052a200600654400545f", + "0x5440051af00501d0060065440054060051fe0063d440600a5440051b3005", + "0x15c00640a00554400514500513f0064080055440050f400513e0063ca005", + "0x590060065440050060190060068ff0050060240064070055440053d4005", + "0x600654400521b00505500600654400500900513600600654400549a005", + "0x65440051320050590060065440050180050fc00600654400521e00512c", + "0x5440051360052a200600654400553c00505500600654400512f005039006", + "0x500e00505900600654400503400505900600654400513e005055006006", + "0x53d0050550060065440051300052a20060065440051340052a2006006544", + "0x517e00600654400513a00505900600654400502b0052a2006006544005", + "0x2a200600654400512d0052a200600654400545f0052a200600654400502c", + "0x55440050f600513e0063ca00554400518500501d006006544005146005", + "0x61330064070055440051ae00515c00640a0055440050f500513f006408", + "0x55440054050052890064050055440054073ce00a13a0063ce005544005", + "0x517600640800554400540800513e0063ca0055440053ca00501d006261", + "0x554400526100550300640a00554400540a00513f00600a00554400500a", + "0x54400549a00505900600654400500601900626140a00a4083ca009005261", + "0x521e00512c00600654400521b005055006006544005009005136006006", + "0x12f0050390060065440051320050590060065440050180050fc006006544", + "0x50550060065440051360052a200600654400553c005055006006544005", + "0x2a200600654400500e00505900600654400503400505900600654400513e", + "0x600654400553d0050550060065440051300052a2006006544005134005", + "0x654400502c00517e00600654400513a00505900600654400502b0052a2", + "0x5440051460052a200600654400512d0052a200600654400545f0052a2006", + "0x52890063d10055440051a340100a13a006401005544005006133006006", + "0x55440050fc00513e00618500554400518500501d0063ff0055440053d1", + "0x55030060fb0055440050fb00513f00600a00554400500a0051760060fc", + "0x590060065440050060190063ff0fb00a0fc1850090053ff0055440053ff", + "0x600654400521b00505500600654400500900513600600654400549a005", + "0x65440051320050590060065440050180050fc00600654400521e00512c", + "0x5440051360052a200600654400553c00505500600654400512f005039006", + "0x500e00505900600654400503400505900600654400513e005055006006", + "0x53d0050550060065440051300052a20060065440051340052a2006006544", + "0x52a200600654400513a00505900600654400502b0052a2006006544005", + "0x50200600654400512d0052a200600654400545f0052a2006006544005146", + "0x55440051943fa00a13a0063fa00554400500613300600654400553e005", + "0x513e00618500554400518500501d0063f50055440053f70052890063f7", + "0x554400510300513f00600a00554400500a005176006104005544005104", + "0x50060190063f510300a1041850090053f50055440053f5005503006103", + "0x21b00505500600654400500900513600600654400549a005059006006544", + "0x50590060065440050180050fc00600654400521e00512c006006544005", + "0x2a200600654400553c00505500600654400512f005039006006544005132", + "0x600654400503400505900600654400513e005055006006544005136005", + "0x65440051300052a20060065440051340052a200600654400500e005059", + "0x54400513a00505900600654400502b0052a200600654400553d005055006", + "0x512d0052a200600654400545f0052a20060065440051460052a2006006", + "0x50061ea0063f800554400500613500600654400553e005502006006544", + "0x3d90055440053e63f800a1340063e60055440053e60051370063e6005544", + "0x10d00513f0063da00554400510e00513e0063f100554400510a00501d006", + "0x190060069000050060240063dc0055440053d900515c0063f0005544005", + "0x5500600654400500900513600600654400549a005059006006544005006", + "0x60065440050180050fc00600654400521e00512c00600654400521b005", + "0x654400553c00505500600654400512f005039006006544005132005059", + "0x54400503400505900600654400513e0050550060065440051360052a2006", + "0x51300052a20060065440051340052a200600654400500e005059006006", + "0x13a00505900600654400502b0052a200600654400553d005055006006544", + "0x52a200600654400545f0052a20060065440051460052a2006006544005", + "0x63f100554400500600501d00600654400553e00550200600654400512d", + "0x510b00515c0063f000554400510c00513f0063da00554400518200513e", + "0x60000055440053dc3f200a13a0063f20055440050061330063dc005544", + "0x53da00513e0063f10055440053f100501d00674b005544005000005289", + "0x63f00055440053f000513f00600a00554400500a0051760063da005544", + "0x654400500601900674b3f000a3da3f100900574b00554400574b005503", + "0x54400521b00505500600654400500900513600600654400549a005059006", + "0x51320050590060065440050180050fc00600654400521e00512c006006", + "0x1360052a200600654400553c005055006006544005142005517006006544", + "0x505900600654400503400505900600654400513e005055006006544005", + "0x550060065440051300052a20060065440051340052a200600654400500e", + "0x600654400513a00505900600654400502b0052a200600654400553d005", + "0x654400512d0052a200600654400545f0052a20060065440051460052a2", + "0x517674c00a13a00674c00554400500613300600654400553e005502006", + "0x600600554400500600501d00674e00554400574d00528900674d005544", + "0x511300513f00600a00554400500a00517600611400554400511400513e", + "0x1900674e11300a11400600900574e00554400574e005503006113005544", + "0x13600600654400549a005059006006544005116005103006006544005006", + "0x600654400521e00512c00600654400521b005055006006544005009005", + "0x65440051420055170060065440051320050590060065440050180050fc", + "0x54400513e0050550060065440051360052a200600654400553c005055006", + "0x51340052a200600654400500e005059006006544005034005059006006", + "0x2b0052a200600654400553d0050550060065440051300052a2006006544", + "0x52a20060065440051460052a200600654400513a005059006006544005", + "0x1d00600654400553e00550200600654400512d0052a200600654400545f", + "0x54400515c00510000614e00554400514e00513e006006005544005006005", + "0x54400a75100505300675175074f25a54400515c14e00625a03a00615c005", + "0x52006754005544005006135006006544005006019006753005901752005", + "0x54400575575400a134006755005544005755005137006755005544005006", + "0x601900554400501901a00a050006019005544005752005051006756005", + "0x57580051540060065440057570050fa00675875700a5440050190050ac", + "0x54400575a00513600675b75a75925a54400554900515500654975800a544", + "0x515800675c75900a54400575900512300600654400575b005124006006", + "0x554400575e00513700675e00554400575d00515900675d00554400575c", + "0x1d00676100554400575900512200675f00554400575e75600a13400675e", + "0x54400576100512100675000554400575000513e00674f00554400574f005", + "0x25a54400575f76175074f21e15d00675f00554400575f00515c006761005", + "0x76600590276500554400a764005120006006544005006020006764763762", + "0x576800516000676876700a54400576500511f006006544005006019006", + "0x76c76a25a54400576900515500676975800a544005758005154006006544", + "0x576c00529900600654400576d00512400600654400576a00511e00676d", + "0x77025a54400575800515500676f00554400576e76700a13400676e005544", + "0x77200511d00600654400577100513600600654400577000511e006772771", + "0x554400577476f00a134006774005544005773005159006773005544005", + "0x54400500601900600690300500602400677600554400577500515c006775", + "0x51fe00677877700a5440057660051fd006006544005758005126006006", + "0x1d00600654400500603700677600554400577800515c006006544005777", + "0x54400502000513f00677900554400576300513e00654b005544005762005", + "0x500601900600690400500602400677b00554400577600515c00677a005", + "0x1fe00677d77c00a5440057530051fd00600654400501a005059006006544", + "0x554400575000513e00654b00554400574f00501d00600654400577c005", + "0x602400677b00554400577d00515c00677a00554400502000513f006779", + "0x900513600600654400549a005059006006544005006019006006904005", + "0x50fc00600654400521e00512c00600654400521b005055006006544005", + "0x55006006544005142005517006006544005132005059006006544005018", + "0x600654400513e0050550060065440051360052a200600654400553c005", + "0x65440051340052a200600654400500e005059006006544005034005059", + "0x54400502b0052a200600654400553d0050550060065440051300052a2006", + "0x545f0052a20060065440051460052a200600654400513a005059006006", + "0x14d00503900600654400553e00550200600654400512d0052a2006006544", + "0x501d00600654400501d0052a200600654400501a005059006006544005", + "0x554400515100513f00677900554400512700513e00654b005544005006", + "0x54400500601900600690400500602400677b00554400512600515c00677a", + "0x521b00505500600654400500900513600600654400549a005059006006", + "0x1320050590060065440050180050fc00600654400521e00512c006006544", + "0x52a200600654400553c005055006006544005142005517006006544005", + "0x5900600654400503400505900600654400513e005055006006544005136", + "0x60065440051300052a20060065440051340052a200600654400500e005", + "0x654400513a00505900600654400502b0052a200600654400553d005055", + "0x54400512d0052a200600654400545f0052a20060065440051460052a2006", + "0x501a00505900600654400501d0052a200600654400553e005502006006", + "0x13f00677900554400514a00513e00654b00554400500600501d006006544", + "0x554400500613300677b00554400512900515c00677a00554400512a005", + "0x1d00654a00554400578000528900678000554400577b77f00a13a00677f", + "0x54400500a00517600677900554400577900513e00654b00554400554b005", + "0x900554a00554400554a00550300677a00554400577a00513f00600a005", + "0x601d00554400500600500601a00554400500606400654a77a00a77954b", + "0x21b00554400500606300645f00554400500600500649a005544005006064", + "0x554400500606300653e00554400500606400602b005544005006005006", + "0x654400500603700600654400500621e00603400554400500600500653d", + "0x500601900600e13513625a9052a253c30a25a54400a25a00500a1c1006", + "0x13e0061370055440052a20050ea0062a20055440052a20051c2006006544", + "0xa53c30a00a1c100613700554400513700506100630a00554400530a005", + "0x1330051c200600654400500601900613213b13a25a90613302013425a544", + "0x13e0095440051310050e90061310055440051330050ea006133005544005", + "0x17e00600654400513000517e00600654400513e0051c500614212f13013f", + "0x13f00554400513f00506000600654400514200513600600654400512f005", + "0x12b12c14614512d0095440051370050e900612e00554400513f00505f006", + "0x54400512c00517e0060065440051450051c600600654400512d0051c5006", + "0x518500614914600a54400514600505e00600654400512b005136006006", + "0x12615112712814e14d12912a29954400512e00505d00614a005544005149", + "0x600654400514d00505c00600654400512a005136006123124155154125", + "0x654400512700513600600654400512800513600600654400514e005119", + "0x54400512500505c00600654400512600505b006006544005151005136006", + "0x5124005124006006544005155005124006006544005154005119006006", + "0x5137006158005544005129005185006006544005123005119006006544", + "0x54400515900513700615900554400515814a00a05a006158005544005158", + "0x602000554400502001d00a12a00613400554400513400513e006159005", + "0x501a00505900600654400500601900612200590700654400a159005190", + "0x15d15c12125a54400a02013400a1c100600654400514600517e006006544", + "0x615d00554400515d0051c200600654400500601900616011f12025a908", + "0x54400511d00510d00611d00554400500610e00611e00554400515d0050ea", + "0x10c00600654400516400518200611c16400a544005163005181006163005", + "0x54400500900509a00616700554400511b00529900611b00554400511c005", + "0xa54400516816700a25a10b00616700554400516700513700616800900a", + "0x54400516b0051c500616f11711816c16b00954400511e0050e900611911a", + "0x516f00513600600654400511700517e00600654400516c0051c6006006", + "0x611611800a54400511800505e006118005544005118005100006006544", + "0x11911a25a10b006119005544005119005137006115005544005116005185", + "0x517300600a18600617300554400517300513700617317200a544005115", + "0x17700a54400517600510900617600554400511300510a00611311400a544", + "0x11100510800611100554400511200518a006006544005177005189006112", + "0x611000554400500618d00617b00554400517a00510700617a005544005", + "0x517200517600611000554400511000510600612100554400512100513e", + "0x54400a17b11015c12121e10500611400554400511400501d006172005544", + "0x510e00513700600654400500601900618218110d25a90910e17e10f25a", + "0x617e00554400517e00513f00610f00554400510f00513e00610e005544", + "0x17e10f00a1c100600654400500601900610c00590a00654400a10e005190", + "0x51c200600654400500601900618910910a25a90b18618510b25a54400a", + "0x10800554400500610100618a0055440051860050ea006186005544005186", + "0x518d00518100618d00554400510700510d00610700554400500610e006", + "0x619000554400510500510c00600654400510600518200610510600a544", + "0x5108005137006191005544005191005137006191005544005190005299", + "0x54400518a0050e900610310400a54400510819117225a10b006108005544", + "0x65440051950051c60060065440051940051c5006198101102195194009", + "0x54400510200518500600654400519800513600600654400510100517e006", + "0x10b006199005544005199005137006103005544005103005137006199005", + "0xa18600610000554400510000513700610003700a54400519910310425a", + "0x50fe0051090060fe00554400519c00510a00619c0ff00a544005100114", + "0x61a000554400519f00518a0060065440050fd00518900619f0fd00a544", + "0x54400500618d0060fb0055440050fc0051070060fc0055440051a0005108", + "0x570061a30055440051a300510600610b00554400510b00513e0061a3005", + "0x18510b21e1050060ff0055440050ff00501d00603700554400503753d00a", + "0x60065440050060190061a81a70f925a90c0fa0361a425a54400a0fb1a3", + "0x3603400a12a0061a40055440051a400513e0060fa0055440050fa005137", + "0x65440050060190060f800590d00654400a0fa005190006036005544005", + "0x54400502b0052a200600654400521e00512c00600654400549a005059006", + "0x521b00505500600654400545f0052a20060065440050180050fc006006", + "0x1000061a40055440051a400513e0060ff0055440050ff00501d006006544", + "0x1181a40ff21e054006009005544005009005137006118005544005118005", + "0x190061ae00590e0f500554400a0f60050530060f61ab0f725a544005009", + "0x1370060f40055440050060520061af005544005006135006006544005006", + "0x50f50050510060f30055440050f41af00a1340060f40055440050f4005", + "0x1b200a54400502c0050ac00602c00554400502c53e00a05000602c005544", + "0x51550060f21b300a5440051b30051540060065440051b20050fa0061b3", + "0x5440051b70051240060065440051b60051360061b71b60f125a5440050f2", + "0x1590060ef0055440050f00051580060f00f100a5440050f1005123006006", + "0x51ba0f300a1340061ba0055440051ba0051370061ba0055440050ef005", + "0x60f70055440050f700501d0060ed0055440050f10051220060ee005544", + "0x50ee00515c0060ed0055440050ed0051210061ab0055440051ab00513e", + "0x50060200060ec1be1bd25a5440050ee0ed1ab0f721e15d0060ee005544", + "0x60065440050060190061c100590f0eb00554400a0ec005120006006544", + "0x51b30051540060065440050ea0051600060ea1c200a5440050eb00511f", + "0x5440051c500511e0060e81c61c525a5440050e90051550060e91b300a544", + "0x1c200a1340060e70055440051c60052990060065440050e8005124006006", + "0x50e600511e0061cc0e50e625a5440051b30051550061c90055440050e7", + "0x51590061cd0055440051cc00511d0060065440050e5005136006006544", + "0x5440050e300515c0060e30055440050e41c900a1340060e40055440051cd", + "0x5440051b30051260060065440050060190060069100050060240061d0005", + "0x515c0060065440051d10051fe0060e21d100a5440051c10051fd006006", + "0x60e10055440051bd00501d0060065440050060370061d00055440050e2", + "0x503600513f0061d50055440050370051760061d40055440051be00513e", + "0x60190060069110050060240060df0055440051d000515c0060e0005544", + "0x60de1d800a5440051ae0051fd00600654400553e005059006006544005", + "0x5440051ab00513e0060e10055440050f700501d0060065440051d80051fe", + "0x15c0060e000554400503600513f0061d50055440050370051760061d4005", + "0x1030060065440050060190060069110050060240060df0055440050de005", + "0x600654400511800517e00600654400553e0050590060065440050f8005", + "0x50370051760061db0055440051a400513e0060dd0055440050ff00501d", + "0x60190060069120050060240060dc00554400503600513f0061dc005544", + "0x513600600654400521b00505500600654400553e005059006006544005", + "0x5900600654400545f0052a200600654400511800517e006006544005009", + "0x600654400502b0052a200600654400521e00512c00600654400549a005", + "0x55440050ff00501d0060065440050340052a20060065440050180050fc", + "0x513f0061e00055440050370051760061df0055440050f900513e0060db", + "0x60069130050060240060d90055440051a800515c0060da0055440051a7", + "0x600654400521b00505500600654400553e005059006006544005006019", + "0x654400545f0052a200600654400511800517e006006544005009005136", + "0x54400521e00512c00600654400549a00505900600654400553d005055006", + "0x50340052a20060065440050180050fc00600654400502b0052a2006006", + "0x1760061df00554400510a00513e0060db00554400511400501d006006544", + "0x54400518900515c0060da00554400510900513f0061e0005544005172005", + "0x4d0061d40055440051df00504e0060e10055440050db00504f0060d9005", + "0x5440050d900504b0060e00055440050da00504c0061d50055440051e0005", + "0x54400510c0051030060065440050060190060069110050060240060df005", + "0x553d00505500600654400511800517e00600654400553e005059006006", + "0x513e0060dd00554400511400501d0060065440050340052a2006006544", + "0x554400517e00513f0061dc0055440051720051760061db00554400510f", + "0x1e40052220061e40055440051e30050380061e30055440050061eb0060dc", + "0x1e70055440050d700566d0060065440050d800553b0060d70d800a544005", + "0x51370060d500900a54400500900509a0060d60055440051e7005299006", + "0x1ea0051370061ea27d00a5440050d50d61dc25a10b0060d60055440050d6", + "0x5440050d40052240060d41eb00a5440051ea0dd00a1860061ea005544005", + "0x18d0060065440051ee00553a0061ef1ee00a5440050d30052250060d3005", + "0x55440050d10051080060d10055440051ef00522a0060d2005544005006", + "0x513f0061db0055440051db00513e0061eb0055440051eb00501d0061f2", + "0x55440051f20050d00060d20055440050d20051060060dc0055440050dc", + "0x50060200060cf2990d01f321e5440051f20d20dc1db1eb0090cf0061f2", + "0x29900554400529945f00a12a00627d00554400527d21b00a057006006544", + "0x50ce0060065440050060190060ce0059141f600554400a0cf0051f6006", + "0x50060190061fa0059151f900554400a0cd0050cd0060cd0055440051f6", + "0x9191fe0059181fd0059170cb0059160cc0055440091f900500d006006544", + "0x50180050fc0060065440050cc00522b0060065440050060190060ca005", + "0x500602400600654400502b0052a200600654400521e00512c006006544", + "0x500900513600600654400549a00505900600654400500601900600691a", + "0x1ae00620101800a5440050180055280060c9005544005006135006006544", + "0x50cb0052520060c80055440052020c900a134006202005544005201005", + "0x1630060c60055440050062810060065440050c70050fc0062050c700a544", + "0x54400520800511c0060065440050c50051640062080c500a5440050c8005", + "0x60c60055440050c60051370060c420500a54400520500505e006209005", + "0x240c325a54400a2090c60c42990d000924e00620900554400520900516c", + "0x600654400520c0051190060065440050060190060c10c220d25a91b20c", + "0xa544005018005528006211005544005006135006210005544005006135", + "0x62140055440050bf0055010060bf0055440052050c000a5060060c0018", + "0x51f300501d0060065440050be0050450060bd0be00a544005214005046", + "0x60bd0055440050bd0050440060c30055440050c300513e0061f3005544", + "0x2402b00a12a00621100554400521100515c00621000554400521000515c", + "0x200060bc21821725a5440052112100bd0c31f3009043006024005544005", + "0x54400500601900621900591c0bb00554400a0bc005042006006544005006", + "0x1630060065440050b90051600060b90ba21a25a5440050bb005041006006", + "0x5440050ba00516300600654400521c00516400621d21c00a54400521a005", + "0x11c00621f00554400521d00511c0060065440050b80051640060b70b800a", + "0x25a91d0b40b500a54400a0b621f02421821e0e80060b60055440050b7005", + "0x1821e00a4ff0060065440050060370060065440050060190060b10b20b3", + "0x21700554400521700501d0060af0055440050b00052470060b0005544005", + "0xb400513f00627d00554400527d0051760060b50055440050b500513e006", + "0x60af0b427d0b52170090050af0055440050af0054fe0060b4005544005", + "0x600654400521e00512c0060065440050180050fc006006544005006019", + "0x50b100515c0060ad0055440050b200513f0060ae0055440050b300513e", + "0x50180050fc00600654400500601900600691e0050060240060ac005544", + "0x1fe0060aa0ab00a5440052190051fd00600654400521e00512c006006544", + "0x554400502400513f0060ae00554400521800513e0060065440050ab005", + "0x5440050061330060065440050060370060ac0055440050aa00515c0060ad", + "0x60a70055440050a80054fc0060a80055440050ac0a900a13a0060a9005", + "0x527d0051760060ae0055440050ae00513e00621700554400521700501d", + "0x50a70055440050a70054fe0060ad0055440050ad00513f00627d005544", + "0xfc0060065440050060370060065440050060190060a70ad27d0ae217009", + "0x600654400520500517e00600654400521e00512c006006544005018005", + "0x5440050c10a600a13a0060a600554400500613300600654400502b0052a2", + "0x13e0061f30055440051f300501d0060a40055440050a50054fc0060a5005", + "0x5440050c200513f00627d00554400527d00517600620d00554400520d005", + "0x60190060a40c227d20d1f30090050a40055440050a40054fe0060c2005", + "0x512c0060065440050180050fc0060065440051fd005160006006544005", + "0x601900600691a00500602400600654400502b0052a200600654400521e", + "0x512c0060065440050180050fc0060065440051fe005160006006544005", + "0x601900600691a00500602400600654400502b0052a200600654400521e", + "0x512c0060065440050180050fc0060065440050ca005160006006544005", + "0x501d00600654400500603700600654400502b0052a200600654400521e", + "0x55440050090051370060d00055440050d000513e0061f30055440051f3", + "0x554400a0a10050530060a10a20a325a5440050090d01f325a24a006009", + "0x605200609e00554400500613500600654400500601900609f00591f0a0", + "0x554400509d09e00a13400609d00554400509d00513700609d005544005", + "0xac00602100554400502149a00a0500060210055440050a000505100609c", + "0x54400509a00515400600654400509b0050fa00609a09b00a544005021005", + "0x654400509700513600609609709825a54400509900515500609909a00a", + "0x9500515800609509800a544005098005123006006544005096005124006", + "0x93005544005093005137006093005544005094005159006094005544005", + "0x501d00609100554400509800512200609200554400509309c00a134006", + "0x55440050910051210060a20055440050a200513e0060a30055440050a3", + "0x9025a5440050920910a20a321e15d00609200554400509200515c006091", + "0x608c00592008d00554400a08e00512000600654400500602000608e08f", + "0x54400508a00516000608a08b00a54400508d00511f006006544005006019", + "0x8608708825a54400508900515500608909a00a54400509a005154006006", + "0x54400508700529900600654400508600512400600654400508800511e006", + "0x8208325a54400509a00515500608400554400508508b00a134006085005", + "0x508100511d00600654400508200513600600654400508300511e006081", + "0x7e00554400507f08400a13400607f005544005080005159006080005544", + "0x654400500601900600692100500602400607d00554400507e00515c006", + "0x7c0051fe00607b07c00a54400508c0051fd00600654400509a005126006", + "0x613300600654400500603700607d00554400507b00515c006006544005", + "0x55440050790054fc00607900554400507d07a00a13a00607a005544005", + "0x517600608f00554400508f00513e00609000554400509000501d006078", + "0x55440050780054fe00629900554400529900513f00627d00554400527d", + "0x54400549a00505900600654400500601900607829927d08f090009005078", + "0x513e0060a30055440050a300501d00607700554400509f0054fc006006", + "0x554400529900513f00627d00554400527d0051760060a20055440050a2", + "0x500601900607729927d0a20a30090050770055440050770054fe006299", + "0x180050fc00600654400500900513600600654400549a005059006006544", + "0x515c00600654400502b0052a200600654400521e00512c006006544005", + "0x50590060065440050060190060069220050060240060760055440051fa", + "0x12c0060065440050180050fc00600654400500900513600600654400549a", + "0x7500a5440050ce0051fd00600654400502b0052a200600654400521e005", + "0x500603700607600554400507400515c0060065440050750051fe006074", + "0x4fc00607200554400507607300a13a006073005544005006133006006544", + "0x5440050d000513e0061f30055440051f300501d006071005544005072005", + "0x4fe00629900554400529900513f00627d00554400527d0051760060d0005", + "0x600654400500601900607129927d0d01f3009005071005544005071005", + "0x654400500900513600600654400521b00505500600654400553e005059", + "0x54400553d00505500600654400545f0052a200600654400511800517e006", + "0x502b0052a200600654400521e00512c00600654400549a005059006006", + "0x11400501d0060065440050340052a20060065440050180050fc006006544", + "0x1d50055440051720051760061d400554400510d00513e0060e1005544005", + "0x50060240060df00554400518200515c0060e000554400518100513f006", + "0x521b00505500600654400553e005059006006544005006019006006911", + "0x53d00505500600654400545f0052a2006006544005009005136006006544", + "0x52a200600654400521e00512c00600654400549a005059006006544005", + "0x1d0060065440050340052a20060065440050180050fc00600654400502b", + "0x54400500a0051760061d400554400512000513e0060e1005544005006005", + "0x1330060df00554400516000515c0060e000554400511f00513f0061d5005", + "0x54400506f0054fc00606f0055440050df07000a13a006070005544005006", + "0x1760061d40055440051d400513e0060e10055440050e100501d00606e005", + "0x54400506e0054fe0060e00055440050e000513f0061d50055440051d5005", + "0x512200510300600654400500601900606e0e01d51d40e100900506e005", + "0x900513600600654400521b00505500600654400553e005059006006544", + "0x505900600654400553d00505500600654400545f0052a2006006544005", + "0xfc00600654400502b0052a200600654400521e00512c00600654400549a", + "0x600554400500600501d0060065440050340052a2006006544005018005", + "0x625a03a00614600554400514600510000613400554400513400513e006", + "0x606900592306a00554400a06b00505300606b06c06d25a544005146134", + "0x6067005544005006052006068005544005006135006006544005006019", + "0x6a00505100606600554400506706800a134006067005544005067005137", + "0xa5440050190050ac00601900554400501901a00a050006019005544005", + "0x15500606306400a5440050640051540060065440050650050fa006064065", + "0x506000512400600654400506100513600606006106225a544005063005", + "0x605e00554400505f00515800605f06200a544005062005123006006544", + "0x5d06600a13400605d00554400505d00513700605d00554400505e005159", + "0x6d00554400506d00501d00605b00554400506200512200605c005544005", + "0x5c00515c00605b00554400505b00512100606c00554400506c00513e006", + "0x602000605805905a25a54400505c05b06c06d21e15d00605c005544005", + "0x654400500601900605600592405700554400a058005120006006544005", + "0x6400515400600654400505400516000605405500a54400505700511f006", + "0x505200511e00605005105225a54400505300515500605306400a544005", + "0xa13400604f005544005051005299006006544005050005124006006544", + "0x4d00511e00604b04c04d25a54400506400515500604e00554400504f055", + "0x15900604a00554400504b00511d00600654400504c005136006006544005", + "0x504800515c00604800554400504904e00a13400604900554400504a005", + "0x5064005126006006544005006019006006925005006024006047005544", + "0x15c0060065440050460051fe00604504600a5440050560051fd006006544", + "0x4400554400505a00501d006006544005006037006047005544005045005", + "0x4700515c00604200554400502000513f00604300554400505900513e006", + "0x1a005059006006544005006019006006926005006024006041005544005", + "0x60065440050400051fe00603e04000a5440050690051fd006006544005", + "0x502000513f00604300554400506c00513e00604400554400506d00501d", + "0x601900600692600500602400604100554400503e00515c006042005544", + "0x513600600654400521b00505500600654400553e005059006006544005", + "0x5900600654400553d00505500600654400545f0052a2006006544005009", + "0x600654400502b0052a200600654400521e00512c00600654400549a005", + "0x65440051370050390060065440050340052a20060065440050180050fc", + "0x54400500600501d00600654400501d0052a200600654400501a005059006", + "0x15c00604200554400513b00513f00604300554400513a00513e006044005", + "0x59006006544005006019006006926005006024006041005544005132005", + "0x600654400500900513600600654400521b00505500600654400553e005", + "0x654400549a00505900600654400553d00505500600654400545f0052a2", + "0x5440050180050fc00600654400502b0052a200600654400521e00512c006", + "0x501a00505900600654400501d0052a20060065440050340052a2006006", + "0x13f00604300554400513600513e00604400554400500600501d006006544", + "0x554400500613300604100554400500e00515c006042005544005135005", + "0x1d00603b00554400503c0054fc00603c00554400504103d00a13a00603d", + "0x54400500a00517600604300554400504300513e006044005544005044005", + "0x900503b00554400503b0054fe00604200554400504200513f00600a005", + "0xa54400a00a00502100600a00554400500500501a00603b04200a043044", + "0x601800554400521e0051b700600654400500601900600900592721e25a", + "0x92800500602400601a0055440050180050f000601900554400525a00527d", + "0x5440050200050ef00602000554400500602b006006544005006019006006", + "0x4f800601a00554400501d0050f000601900554400500900527d00601d005", + "0xa01a0051ba00649a00554400502100511c00602101900a544005019005", + "0x27d00554400529900549a00600654400500601900645f005929299005544", + "0x600a06a00621b00554400521b00513700621b00554400527d005299006", + "0x549a00511900600654400500601900602c00592a02b02400a54400a21b", + "0x52b00603701900a5440050190054f800653e00554400500618d006006544", + "0x3702421e4f700653e00554400553e00510600653d02b00a54400502b005", + "0x190054f800600654400500601900630a00592b03403600a54400a53d53e", + "0xa54400502b00552b0062a200554400553c0050dd00653c01900a544005", + "0x4f500603400554400503400527d0062a20055440052a200510600613602b", + "0x600654400500601900613413700a92c00e13500a54400a1362a203625a", + "0x654400500601900613b00592d13a13300a54400a00e02b01913521e4f7", + "0x13a00511c00613100554400513200572600613200554400503400511c006", + "0x554400513f0054f100613f00554400513113e00a29200613e005544005", + "0x13300a00513000554400513000502f00613300554400513300501d006130", + "0x554400500613500600654400503400553d006006544005006019006130", + "0x12f00a13400614200554400514200513700614200554400500629400612f", + "0x554400512e12d00a13a00612d00554400500613300612e005544005142", + "0x502f00613b00554400513b00501d0061460055440051450054ef006145", + "0x513400512400600654400500601900614613b00a005146005544005146", + "0x2b00512400600654400501900553d00600654400503400553d006006544", + "0x513700612b00554400500629600612c005544005006135006006544005", + "0x554400500613300614900554400512b12c00a13400612b00554400512b", + "0x1d00612900554400512a0054ef00612a00554400514914a00a13a00614a", + "0x1900612913700a00512900554400512900502f006137005544005137005", + "0x13500600654400501900553d00600654400502b005124006006544005006", + "0x14e00554400514e00513700614e00554400500629400614d005544005006", + "0x12700a13a00612700554400500613300612800554400514e14d00a134006", + "0x554400530a00501d0061260055440051510054ef006151005544005128", + "0x600654400500601900612630a00a00512600554400512600502f00630a", + "0x554400512500521600612500554400500602b00600654400501900553d", + "0x1d0061240055440051550054f100615500554400515449a00a292006154", + "0x1900612402c00a00512400554400512400502f00602c00554400502c005", + "0x2b00600654400501900553d00600654400545f005160006006544005006", + "0x54400515849a00a292006158005544005123005216006123005544005006", + "0x2f00600600554400500600501d0061220055440051590054f1006159005", + "0x600500601a00554400500606400612200600a005122005544005122005", + "0x500645f00554400500606400649a00554400500606300601d005544005", + "0x653e00554400500600500602b00554400500606300621b005544005006", + "0x1eb00600654400500603700600654400500621e00653d005544005006063", + "0xa544005034005222006034005544005036005038006036005544005006", + "0x52990062a200554400553c00566d00600654400530a00553b00653c30a", + "0x54400513600513700613500900a54400500900509a0061360055440052a2", + "0x554400500e00513700600e02100a54400513513600a25a10b006136005", + "0x613300554400513400522400613413700a54400500e00600a18600600e", + "0x54400500618d00600654400513a00553a00613b13a00a544005133005225", + "0x1d00613e00554400513100510800613100554400513b00522a006132005", + "0x54400525a00513f00600500554400500500513e006137005544005137005", + "0xcf00613e00554400513e0050d000613200554400513200510600625a005", + "0x600654400500602000612f02013013f21e54400513e13225a005137009", + "0x51f600602000554400502001d00a12a00602100554400502149a00a057", + "0x5440051420050ce00600654400500601900612e00592e14200554400a12f", + "0x600654400500601900614600592f14500554400a12d0050cd00612d005", + "0x612a00593314a00593214900593112b00593012c00554400914500500d", + "0x600654400521e00512c00600654400512c00522b006006544005006019", + "0x654400553d00505500600654400553e0052a2006006544005018005119", + "0x54400502b00505500600654400521b0052a200600654400545f005059006", + "0x654400501a005059006006544005006019006006934005006024006006", + "0x514d0054ec00614d0055440051290054ee006129005544005006298006", + "0x61270055440051280054ea00600654400514e0054eb00612814e00a544", + "0x15100513700612600900a54400500900509a006151005544005127005299", + "0x512500513700612502400a54400512615102125a10b006151005544005", + "0x55440051550054e900615515400a54400512513f00a186006125005544", + "0x54e60060065440051230054e700615812300a5440051240054e8006124", + "0x5544005122005107006122005544005159005108006159005544005158", + "0x2b00a05700615c00554400515c00510600615c00554400500618d006121", + "0x12115c02013021e10500615400554400515400501d006024005544005024", + "0x525200600654400500601900611d11e16025a93511f12015d25a54400a", + "0x554400511f0051370060065440051630050fc00616416300a54400512b", + "0x519000612000554400512000513f00615d00554400515d00513e00611f", + "0x11b00554400500602b00600654400500601900611c00593600654400a11f", + "0x500602400616800554400516700510400616700554400511b005191006", + "0x54400500602b00600654400511c005103006006544005006019006006937", + "0x19500616800554400511900510400611900554400511a00519400611a005", + "0x54400a16b00510200616b00554400516b00510400616b005544005168005", + "0x5900600654400516c00516000600654400500601900611800593816c005", + "0x61170055440050064e500600654400521b0052a200600654400545f005", + "0x15d00924e00611700554400511700513700616f01800a5440050180050de", + "0x54400500601900611311417325a93917211511625a54400a16f117164120", + "0x5544005006298006006544005172005119006006544005006037006006", + "0x4eb00611111200a5440051770054ec0061770055440051760054ee006176", + "0x554400517a00529900617a0055440051110054ea006006544005112005", + "0x10b00617b00554400517b00513700611000900a54400500900509a00617b", + "0xa18600610f00554400510f00513700610f03700a54400511017b02425a", + "0x54400510d00519100610d00554400500602b00610e17e00a54400510f154", + "0x18d00610c00554400510e005107006182005544005181005535006181005", + "0x554400510b00510600611600554400511600513e00610b005544005006", + "0x1d00603700554400503753d00a05700618200554400518200513700610b", + "0x93a02c18500a54400a18210c10b11511600953400617e00554400517e005", + "0x613500618900554400500613500600654400500601900610910a18625a", + "0x55440051080054e300610800554400501800900a4e400618a005544005", + "0x501d00600654400518d00504500610618d00a544005107005046006107", + "0x554400510600504400618500554400518500513e00617e00554400517e", + "0xa12a00618a00554400518a00515c00618900554400518900515c006106", + "0x19119010525a54400518a18910618517e00904300602c00554400502c53e", + "0x504100600654400500601900610300593b10400554400a191005042006", + "0x54400519400516300600654400510200516000610219519425a544005104", + "0x610019900a54400519500516300600654400510100516400619810100a", + "0x54400510000511c0060ff00554400519800511c006006544005199005164", + "0x60fc1a019f25a93c0fd0fe00a54400a19c0ff02c19021e0e800619c005", + "0x55440050fb21e00a03e0060fb00554400500602b006006544005006019", + "0x513e00610500554400510500501d0061a40055440051a300503d0061a3", + "0x55440050fd00513f0060370055440050370051760060fe0055440050fe", + "0x50060190061a40fd0370fe1050090051a40055440051a400503c0060fd", + "0xfa00a13a0060fa00554400500613300600654400521e00512c006006544", + "0x554400510500501d0061a70055440050f900503b0060f90055440050fc", + "0x513f00603700554400503700517600619f00554400519f00513e006105", + "0x1a71a003719f1050090051a70055440051a700503c0061a00055440051a0", + "0x554400510300503b00600654400521e00512c006006544005006019006", + "0x517600619000554400519000513e00610500554400510500501d0061a8", + "0x55440051a800503c00602c00554400502c00513f006037005544005037", + "0x54400521e00512c0060065440050060190061a802c0371901050090051a8", + "0x553e0052a2006006544005018005119006006544005009005136006006", + "0x3b0060f70055440051090f800a13a0060f8005544005006133006006544", + "0x54400518600513e00617e00554400517e00501d0061ab0055440050f7005", + "0x3c00610a00554400510a00513f006037005544005037005176006186005", + "0x60065440050060190061ab10a03718617e0090051ab0055440051ab005", + "0x600654400500900513600600654400521e00512c006006544005006037", + "0x654400553d00505500600654400553e0052a2006006544005018005119", + "0xf500503b0060f50055440051130f600a13a0060f6005544005006133006", + "0x17300554400517300513e00615400554400515400501d0061ae005544005", + "0x1ae00503c00611400554400511400513f006024005544005024005176006", + "0x51600060065440050060190061ae1140241731540090051ae005544005", + "0x11900600654400500900513600600654400521e00512c006006544005118", + "0x600654400553d00505500600654400553e0052a2006006544005018005", + "0xa5440051af0051630060f400554400500624b0061af005544005006135", + "0x51370061b30055440051b200511c0060065440050f30051640061b20f3", + "0x93d0f127d0f225a54400a1b30f416412015d00924e0060f40055440050f4", + "0x15400501d0060065440050060370060065440050060190060f01b71b625a", + "0xf10055440050f100516c0060f20055440050f200513e006154005544005", + "0x1ba0ef25a5440050f10f215425a11700627d00554400527d21b00a12a006", + "0x1160060065440050060190061bd00593e0ed00554400a0ee00516f0060ee", + "0x54400a0ec0051150060065440051be0051190060ec1be00a5440050ed005", + "0x1010061c20055440050060b00060065440050060190061c100593f0eb005", + "0x61c50055440050064e20060e900554400500618d0060ea005544005006", + "0xef00501d0060e80055440050e90ea1c225a0ad0061c6005544005006256", + "0x1c50055440051c50051370060e80055440050e80050f90060ef005544005", + "0x1c90e700a5440051c61c50e80ef21e50f0061c60055440051c6005106006", + "0x50ac0060065440050060190060e50059400e600554400a1c9005514006", + "0xa5440050e60055130060065440051cc0050fa0061cd1cc00a5440050eb", + "0x513e0060e70055440050e700501d0060065440050e30051600060e30e4", + "0x55440051cd0050ab0060e40055440050e40050f90061ba0055440051ba", + "0x54400a0e20055140060e21d11d025a5440051cd0e41ba0e721e2690061cd", + "0xe01d500a5440050e10055130060065440050060190061d40059410e1005", + "0x55440050064e00060df0055440050064e10060065440050e0005160006", + "0x51370061d50055440051d50050f90061d00055440051d000501d0061d8", + "0x1d80df1d51d021e50f0061d80055440051d80051060060df0055440050df", + "0x50060190061dc0059421db00554400a0dd0055140060dd0de00a544005", + "0x51520060db0055440050dc0051430060dc00554400500602b006006544", + "0x50060190061e00059431df00554400a0db0051610060db0055440050db", + "0x50060520060da0055440050061350060065440051df005160006006544", + "0x1e30055440050d90da00a1340060d90055440050d90051370060d9005544", + "0x45f00a0500060065440051e40051600061e429900a5440051db005513006", + "0x5440050d80050fa0060d70d800a5440052990050ac006299005544005299", + "0x1ea0d50d625a5440051e70051550061e70d700a5440050d7005154006006", + "0x5440050d60051230060065440051ea0051240060065440050d5005136006", + "0x60d30055440050d40051590060d40055440051eb0051580061eb0d600a", + "0xd60051220061ee0055440050d31e300a1340060d30055440050d3005137", + "0x1d10055440051d100513e0060de0055440050de00501d0061ef005544005", + "0xde21e15d0061ee0055440051ee00515c0061ef0055440051ef005121006", + "0xa1f20051200060065440050060200061f20d10d225a5440051ee1ef1d1", + "0xcf00a5440051f300511f0060065440050060190060d00059441f3005544", + "0x51550060ce0d700a5440050d70051540060065440051f60051600061f6", + "0x5440051fa0051240060065440050cd00511e0061fa1f90cd25a5440050ce", + "0x1550060cb0055440050cc0cf00a1340060cc0055440051f9005299006006", + "0x51fe0051360060065440051fd00511e0060ca1fe1fd25a5440050d7005", + "0x1340062010055440050c90051590060c90055440050ca00511d006006544", + "0x9450050060240060c800554400520200515c0062020055440052010cb00a", + "0x5440050d00051fd0060065440050d7005126006006544005006019006006", + "0x370060c800554400520500515c0060065440050c70051fe0062050c700a", + "0xc50055440050c80c600a13a0060c6005544005006133006006544005006", + "0xd100513e0060d20055440050d200501d0062080055440050c500503b006", + "0x27d00554400527d00513f0060240055440050240051760060d1005544005", + "0x54400500601900620827d0240d10d200900520800554400520800503c006", + "0x545f0050590060065440051db0051ac0060065440051e000519d006006", + "0xc40051370060c40055440050061bb006209005544005006135006006544", + "0x20c0055440050061330060c30055440050c420900a1340060c4005544005", + "0x501d0060c200554400520d00503b00620d0055440050c320c00a13a006", + "0x55440050240051760061d10055440051d100513e0060de0055440050de", + "0xde0090050c20055440050c200503c00627d00554400527d00513f006024", + "0x503b00600654400545f0050590060065440050060190060c227d0241d1", + "0x55440051d100513e0060de0055440050de00501d0060c10055440051dc", + "0x503c00627d00554400527d00513f0060240055440050240051760061d1", + "0x590060065440050060190060c127d0241d10de0090050c10055440050c1", + "0x55440051d000501d0062100055440051d400503b00600654400545f005", + "0x513f0060240055440050240051760061d10055440051d100513e0061d0", + "0x21027d0241d11d000900521000554400521000503c00627d00554400527d", + "0x65440050eb0050fa00600654400545f005059006006544005006019006", + "0x1ba00513e0060e70055440050e700501d0062110055440050e500503b006", + "0x27d00554400527d00513f0060240055440050240051760061ba005544005", + "0x54400500601900621127d0241ba0e700900521100554400521100503c006", + "0x54400500613500600654400545f0050590060065440051c1005160006006", + "0xa1340060bf0055440050bf0051370060bf0055440050065200060c0005", + "0x5440051ba00513e0060be0055440050ef00501d0062140055440050bf0c0", + "0x2400621800554400521400515c00621700554400527d00513f0060bd005", + "0x51fd00600654400545f005059006006544005006019006006946005006", + "0x55440050ef00501d0060065440050bc0051fe0060bb0bc00a5440051bd", + "0x515c00621700554400527d00513f0060bd0055440051ba00513e0060be", + "0x60370060065440050060190060069460050060240062180055440050bb", + "0x501d00600654400521b0052a200600654400545f005059006006544005", + "0x55440051b700513f0060bd0055440051b600513e0060be005544005154", + "0x21900a13a0062190055440050061330062180055440050f000515c006217", + "0x55440050be00501d0060ba00554400521a00503b00621a005544005218", + "0x513f0060240055440050240051760060bd0055440050bd00513e0060be", + "0xba2170240bd0be0090050ba0055440050ba00503c006217005544005217", + "0x600654400521e00512c006006544005006037006006544005006019006", + "0x654400553e0052a2006006544005018005119006006544005009005136", + "0x54400545f00505900600654400512b00522b00600654400553d005055006", + "0x11d0b900a13a0060b900554400500613300600654400521b0052a2006006", + "0x15400554400515400501d00621d00554400521c00503b00621c005544005", + "0x11e00513f00602400554400502400517600616000554400516000513e006", + "0x621d11e02416015400900521d00554400521d00503c00611e005544005", + "0x600654400521e00512c006006544005149005160006006544005006019", + "0x654400553d00505500600654400553e0052a2006006544005018005119", + "0x54400502b00505500600654400521b0052a200600654400545f005059006", + "0x654400514a005160006006544005006019006006934005006024006006", + "0x54400553e0052a200600654400501800511900600654400521e00512c006", + "0x521b0052a200600654400545f00505900600654400553d005055006006", + "0x54400500601900600693400500602400600654400502b005055006006544", + "0x501800511900600654400521e00512c00600654400512a005160006006", + "0x45f00505900600654400553d00505500600654400553e0052a2006006544", + "0x603700600654400502b00505500600654400521b0052a2006006544005", + "0x618d0060b70055440050061010060b80055440050060b0006006544005", + "0x65440050b60051360060b50b600a5440050090054df00621f005544005", + "0x1d0060b30055440050b40054de0060b400554400521f0b70b825a0ad006", + "0x5440050b500513700613000554400513000513e00613f00554400513f005", + "0x25a5440050b30b513013f21e4dc0060b30055440050b30054dd0060b5005", + "0x65440050060190060ae0059470af00554400a0b00054db0060b00b10b2", + "0xaa0059480ab00554400a0ac0051610060ac0ad00a5440050af0054da006", + "0xa90055440050060b00060065440050ab005160006006544005006019006", + "0x50fa0060a60a700a5440050a80050ac0060a80055440050ad0054d9006", + "0xad0060a40055440050060ae0060a50055440050064d80060065440050a7", + "0x50fa0060a10a200a5440050a30050ac0060a30055440050a40a50a925a", + "0xb10055440050b100513e0060b20055440050b200501d0060065440050a2", + "0xb221e18e0060a10055440050a10050ab0060a60055440050a60050ab006", + "0x9c00594909d00554400a09e00505300609e09f0a025a5440050a10a60b1", + "0x9a00554400500605200609b005544005006135006006544005006019006", + "0x505100609900554400509a09b00a13400609a00554400509a005137006", + "0x5440050190050ac00601900554400501901a00a05000601900554400509d", + "0x609609700a5440050970051540060065440050980050fa00609709800a", + "0x9300512400600654400509400513600609309409525a544005096005155", + "0x9100554400509200515800609209500a544005095005123006006544005", + "0x9900a134006090005544005090005137006090005544005091005159006", + "0x55440050a000501d00608e00554400509500512200608f005544005090", + "0x515c00608e00554400508e00512100609f00554400509f00513e0060a0", + "0x2000608b08c08d25a54400508f08e09f0a021e15d00608f00554400508f", + "0x54400500601900608900594a08a00554400a08b005120006006544005006", + "0x515400600654400508700516000608708800a54400508a00511f006006", + "0x8500511e00608308408525a54400508600515500608609700a544005097", + "0x134006082005544005084005299006006544005083005124006006544005", + "0x511e00607e07f08025a54400509700515500608100554400508208800a", + "0x607d00554400507e00511d00600654400507f005136006006544005080", + "0x7b00515c00607b00554400507c08100a13400607c00554400507d005159", + "0x9700512600600654400500601900600694b00500602400607a005544005", + "0x60065440050790051fe00607807900a5440050890051fd006006544005", + "0x7700554400500613300600654400500603700607a00554400507800515c", + "0x501d00607500554400507600503b00607600554400507a07700a13a006", + "0x554400502100517600608c00554400508c00513e00608d00554400508d", + "0x8d00900507500554400507500503c00602000554400502000513f006021", + "0x503b00600654400501a00505900600654400500601900607502002108c", + "0x554400509f00513e0060a00055440050a000501d00607400554400509c", + "0x503c00602000554400502000513f00602100554400502100517600609f", + "0x19d00600654400500601900607402002109f0a0009005074005544005074", + "0x60065440050ad0054d700600654400501a0050590060065440050aa005", + "0x55440050720051370060720055440050061bb006073005544005006135", + "0xa13a00607000554400500613300607100554400507207300a134006072", + "0x5440050b200501d00606e00554400506f00503b00606f005544005071070", + "0x13f0060210055440050210051760060b10055440050b100513e0060b2005", + "0x200210b10b200900506e00554400506e00503c006020005544005020005", + "0x5440050ae00503b00600654400501a00505900600654400500601900606e", + "0x1760060b10055440050b100513e0060b20055440050b200501d00606d005", + "0x54400506d00503c00602000554400502000513f006021005544005021005", + "0x501a00505900600654400500601900606d0200210b10b200900506d005", + "0x1800511900600654400521e00512c006006544005009005136006006544", + "0x505900600654400553d00505500600654400553e0052a2006006544005", + "0x15c00600654400502b00505500600654400521b0052a200600654400545f", + "0x5900600654400500601900600694c00500602400606c005544005146005", + "0x600654400521e00512c00600654400500900513600600654400501a005", + "0x654400553d00505500600654400553e0052a2006006544005018005119", + "0x54400502b00505500600654400521b0052a200600654400545f005059006", + "0x515c00600654400506b0051fe00606a06b00a54400512e0051fd006006", + "0x13a00606900554400500613300600654400500603700606c00554400506a", + "0x513f00501d00606700554400506800503b00606800554400506c06900a", + "0x602100554400502100517600613000554400513000513e00613f005544", + "0x2113013f00900506700554400506700503c00602000554400502000513f", + "0x523d00600900554400521e00523a00621e0055440050064d6006067020", + "0x554400501900524000600654400501800523e00601901800a544005009", + "0x618d00601d00554400502000510700602000554400501a00510800601a", + "0x1d00554400501d0050d5006021005544005021005106006021005544005", + "0x1900602421b27d25a94d45f29949a25a54400a01d02100a00521e105006", + "0x49a00554400549a00513e00645f00554400545f005137006006544005006", + "0x594e02c02b00a54400a45f00600a06a00629900554400529900513f006", + "0x54400502c00552b00603700554400500652200600654400500601900653e", + "0xa54400a03753d02b25a24800603700554400503700510600653d02c00a", + "0x62a20055440050064d600600654400500601900653c30a00a94f034036", + "0x54400500618d0061350055440052a2005107006136005544005034005159", + "0x1d0061350055440051350050d500600e00554400500e00510600600e005", + "0x95013413700a54400a13613500e29949a009534006036005544005036005", + "0x613200554400502c25a00a4d500600654400500601900613b13a13325a", + "0x513700513e00603600554400503600501d0061310055440051320054d4", + "0x51310055440051310054d300613400554400513400513f006137005544", + "0x12c00600654400502c00512400600654400500601900613113413703621e", + "0x554400513b13e00a13a00613e00554400500613300600654400525a005", + "0x513e00603600554400503600501d00613000554400513f0054d200613f", + "0x55440051300054d300613a00554400513a00513f006133005544005133", + "0x654400553c00512400600654400500601900613013a13303621e005130", + "0x554400500613500600654400525a00512c00600654400502c005124006", + "0x12f00a13400614200554400514200513700614200554400500651800612f", + "0x554400512e12d00a13a00612d00554400500613300612e005544005142", + "0x513e00630a00554400530a00501d0061460055440051450054d2006145", + "0x55440051460054d300629900554400529900513f00649a00554400549a", + "0x654400525a00512c00600654400500601900614629949a30a21e005146", + "0x54400512b00513700612b00554400500671b00612c005544005006135006", + "0x614a00554400553e00501d00614900554400512b12c00a13400612b005", + "0x514900515c00612900554400529900513f00612a00554400549a00513e", + "0x525a00512c00600654400500601900600695100500602400614d005544", + "0x13f00612a00554400527d00513e00614a00554400500600501d006006544", + "0x554400500613300614d00554400502400515c00612900554400521b005", + "0x1d0061270055440051280054d200612800554400514d14e00a13a00614e", + "0x54400512900513f00612a00554400512a00513e00614a00554400514a005", + "0x500603700612712912a14a21e0051270055440051270054d3006129005", + "0x500601900601a01900a95201800900a54400a00500600a018006006544", + "0x600900554400500900501d00602021e00a54400521e00509a006006544", + "0x521e00513600600654400500601900601d00595300654400a020005190", + "0x649a00554400502100a00a4d000602100554400525a0054d1006006544", + "0x501800513e00600900554400500900501d00629900554400549a0054cf", + "0x500601900629901800925a0052990055440052990054ce006018005544", + "0x602000645f00554400500a00501a00600654400501d005103006006544", + "0x54400500601900602400595421b27d00a54400a45f005021006006544005", + "0x545f00602c00554400502b00529900602b00554400521b00549a006006", + "0x554400553e00521b00603700554400527d00527d00653e00554400502c", + "0x3600554400500602b00600654400500601900600695500500602400653d", + "0x3400521b00603700554400502400527d00603400554400503600502c006", + "0x53c00554400a53d00553e00630a00554400503700511c00653d005544005", + "0x53c25a00a1340060065440050060370060065440050060190062a2005956", + "0xe00554400513521e00a05a006135005544005006198006136005544005", + "0x30a00516c00601800554400501800513e00600900554400500900501d006", + "0xe00554400500e00513700613600554400513600515c00630a005544005", + "0x613313413725a00513313413725a54400500e13630a0180090090ee006", + "0x16400600654400521e005136006006544005006037006006544005006019", + "0x54400513a30a00a4d000613a0055440052a20050ec00600654400525a005", + "0x13e00600900554400500900501d00613200554400513b0054cf00613b005", + "0x613201800925a0051320055440051320054ce006018005544005018005", + "0x600654400525a00516400600654400521e005136006006544005006019", + "0x13e00554400500616800613100554400500613500600654400500a005119", + "0x613300613f00554400513e13100a13400613e00554400513e005137006", + "0x554400512f0054cc00612f00554400513f13000a13a006130005544005", + "0x54ce00601a00554400501a00513e00601900554400501900501d006142", + "0x2100600a00554400500500501a00614201a01925a005142005544005142", + "0x21e00549a00600654400500601900600900595721e25a00a54400a00a005", + "0x1a00554400501900545f006019005544005018005299006018005544005", + "0x500602400601d00554400501a00521b00602000554400525a00527d006", + "0x502100502c00602100554400500602b006006544005006019006006958", + "0x601d00554400549a00521b00602000554400500900527d00649a005544", + "0x1d00553e00645f00554400529900511c00629902000a5440050200054f8", + "0xa54400527d00509a00600654400500601900621b00595927d00554400a", + "0x53d00600654400500601900602b00595a00654400a02400519000602427d", + "0x600554400500600501d00600654400527d005136006006544005020005", + "0xf400653e02c00a54400545f00600a1af00645f00554400545f00516c006", + "0x50370050f300600654400500601900653d00595b03700554400a53e005", + "0x54400500601900653c00595c30a00554400a0340051b200603403600a544", + "0x501d00613600554400503600501a0062a200554400530a0054ca006006", + "0x55440052a20051d400600e00554400513600527d00613500554400502c", + "0x554400553c0054c800600654400500601900600695d005006024006137", + "0x1d00613a0055440051330054c500613300554400513403600a4c6006134", + "0x1900613a02c00a00513a00554400513a0054c400602c00554400502c005", + "0x2c00554400502c00501d00613b00554400553d0054c3006006544005006", + "0x10300600654400500601900613b02c00a00513b00554400513b0054c4006", + "0x27d00a54400527d00509a00613200554400500619800600654400502b005", + "0x19000613e00554400513e00513700613e00554400513213100a05a006131", + "0x54400545f00511900600654400500601900613f00595e00654400a13e005", + "0x14200595f12f13000a54400a02000502100600654400527d005136006006", + "0x54400512e00529900612e00554400512f00549a006006544005006019006", + "0x21b00614600554400513000527d00614500554400512d00545f00612d005", + "0x2b00600654400500601900600696000500602400612c005544005145005", + "0x554400514200527d00614900554400512b00502c00612b005544005006", + "0x12a00596114a00554400a12c00553e00612c00554400514900521b006146", + "0x54400500600501d00612900554400514a0054c1006006544005006019006", + "0x240061370055440051290051d400600e00554400514600527d006135005", + "0x4c800614d00554400514600511c00600654400500601900600695d005006", + "0x51280054c500612800554400514e14d00a4c600614e00554400512a005", + "0x51270055440051270054c400600600554400500600501d006127005544", + "0x50064c000600654400513f00510300600654400500601900612700600a", + "0x12600554400512600513700612600554400515127d00a05a006151005544", + "0x45f00511900600654400500601900612500596200654400a126005190006", + "0x54400500601900612400596315515400a54400a020005021006006544005", + "0x545f00615800554400512300529900612300554400515500549a006006", + "0x554400515900521b00612200554400515400527d006159005544005158", + "0x15c00554400500602b006006544005006019006006964005006024006121", + "0x15d00521b00612200554400512400527d00615d00554400515c00502c006", + "0x54400500601900611f00596512000554400a12100553e006121005544005", + "0x600654400500601900611d00596611e16000a54400a122005021006006", + "0x516400545f00616400554400516300529900616300554400511e00549a", + "0x616700554400511c00521b00611b00554400516000527d00611c005544", + "0x2c00616800554400500602b006006544005006019006006967005006024", + "0x54400511a00521b00611b00554400511d00527d00611a005544005168005", + "0x600654400500601900616b00596811900554400a16700553e006167005", + "0x11b00527d00611800554400516c0052bf00616c00554400511912000a0a4", + "0x1900600696900500602400616f0055440051180052c0006117005544005", + "0x611600554400516b0052c1006006544005120005136006006544005006", + "0x96900500602400616f0055440051160052c000611700554400511b00527d", + "0x512200527d00611500554400511f0052c1006006544005006019006006", + "0x96a17200554400a16f0054cd00616f0055440051150052c0006117005544", + "0x600501d0061140055440051720052c3006006544005006019006173005", + "0x1370055440051140051d400600e00554400511700527d006135005544005", + "0x17600a4c600617600554400500e00511c0061130055440051370054cb006", + "0x554400513500501d0061120055440051770054c5006177005544005113", + "0x600654400500601900611213500a0051120055440051120054c4006135", + "0x17a11100a4c600617a0055440051730054c800611100554400511700511c", + "0x600554400500600501d00611000554400517b0054c500617b005544005", + "0x10300600654400500601900611000600a0051100055440051100054c4006", + "0x610f00554400500602b00600654400502000553d006006544005125005", + "0x10e0054c500610e00554400517e45f00a4c600617e00554400510f0054c8", + "0x10d00554400510d0054c400600600554400500600501d00610d005544005", + "0x54c800600654400502000553d00600654400500601900610d00600a005", + "0x5440051820054c500618200554400518145f00a4c600618100554400521b", + "0xa00510c00554400510c0054c400600600554400500600501d00610c005", + "0x25a00502100625a00554400500a00501a00600654400500603700610c006", + "0x54400500900549a00600654400500601900601800596b00921e00a54400a", + "0x27d00602000554400501a00545f00601a005544005019005299006019005", + "0x696c00500602400602100554400502000521b00601d00554400521e005", + "0x554400549a00502c00649a00554400500602b006006544005006019006", + "0x54f800602100554400529900521b00601d00554400501800527d006299", + "0x54400a02100553e00627d00554400545f00511c00645f01d00a54400501d", + "0x2b21b00a54400521b00509a00600654400500601900602400596d21b005", + "0x27d00511900600654400500601900602c00596e00654400a02b005190006", + "0x96f03753e00a54400a01d00502100600654400521b005136006006544005", + "0x53e00527d0060360055440050370051b700600654400500601900653d005", + "0x1900600697000500602400630a0055440050360050f0006034005544005", + "0x62a200554400553c0050ef00653c00554400500602b006006544005006", + "0xa30a0051ba00630a0055440052a20050f000603400554400553d00527d", + "0xe00554400513600549a006006544005006019006135005971136005544", + "0x500e00529900613400554400503400511c0061370055440050062c5006", + "0x600500554400500500513e00600600554400500600501d006133005544", + "0x51330051370061370055440051370054c900613400554400513400516c", + "0x54c700613213b13a25a5440051331371340050060092c7006133005544", + "0x5440051310052c900600654400500601900613e00597213100554400a132", + "0x654400500601900614200597312f00554400a1300054c200613013f00a", + "0x12d0052ce00600654400512e0054bf00612d12e00a54400512f0052cb006", + "0x12c00554400513f00501a0061460055440051450054be006145005544005", + "0x12c00527d00614900554400513b00513e00612b00554400513a00501d006", + "0x1900600697400500602400612a0055440051460054bd00614a005544005", + "0x14d00554400513f00501a0061290055440051420054bc006006544005006", + "0x14d00527d00614900554400513b00513e00612b00554400513a00501d006", + "0x1900600697400500602400612a0055440051290054bd00614a005544005", + "0x13a00554400513a00501d00614e00554400513e0054bb006006544005006", + "0x13b13a25a00514e00554400514e0054ba00613b00554400513b00513e006", + "0x554400500602b00600654400513500516000600654400500601900614e", + "0x513e00612b00554400500600501d0061270055440051280054bc006128", + "0x55440051270054bd00614a00554400503400527d006149005544005005", + "0x4b700600654400500601900612600597515100554400a12a0054b900612a", + "0x54400514900513e00615400554400512b00501d006125005544005151005", + "0x240061230055440051250051d500612400554400514a00527d006155005", + "0x4b600615800554400514a00511c006006544005006019006006976005006", + "0x51220052d600612200554400515915800a4b5006159005544005126005", + "0x614900554400514900513e00612b00554400512b00501d006121005544", + "0x10300600654400500601900612114912b25a0051210055440051210054ba", + "0x21b00a54400521b00509a00615c00554400500619800600654400502c005", + "0x19000612000554400512000513700612000554400515c15d00a05a00615d", + "0x54400527d00511900600654400500601900611f00597700654400a120005", + "0x11d00597811e16000a54400a01d00502100600654400521b005136006006", + "0x54400516000527d00616300554400511e0051b7006006544005006019006", + "0x500601900600697900500602400611c0055440051630050f0006164005", + "0x527d00616700554400511b0050ef00611b00554400500602b006006544", + "0x554400a11c0051ba00611c0055440051670050f000616400554400511d", + "0x72d00611900554400516800549a00600654400500601900611a00597a168", + "0x554400511900529900616c00554400516400511c00616b005544005006", + "0x516c00600500554400500500513e00600600554400500600501d006118", + "0x554400511800513700616b00554400516b0054b300616c00554400516c", + "0xa1160052da00611616f11725a54400511816b16c0050060094b2006118", + "0x17300a5440051150054b100600654400500601900617200597b115005544", + "0x4b000600654400500601900617600597c11300554400a1140052dd006114", + "0x54400511200509000600654400517700572f00611217700a544005113005", + "0x1d00617b00554400517300501a00617a0055440051110054af006111005", + "0x54400517b00527d00610f00554400516f00513e006110005544005117005", + "0x500601900600697d00500602400610e00554400517a00535700617e005", + "0x1d00618100554400517300501a00610d0055440051760052e2006006544", + "0x54400518100527d00610f00554400516f00513e006110005544005117005", + "0x500601900600697d00500602400610e00554400510d00535700617e005", + "0x13e00611700554400511700501d0061820055440051720054bb006006544", + "0x618216f11725a0051820055440051820054ba00616f00554400516f005", + "0x610c00554400500602b00600654400511a005160006006544005006019", + "0x500500513e00611000554400500600501d00610b00554400510c0052e2", + "0x610e00554400510b00535700617e00554400516400527d00610f005544", + "0x18500508f00600654400500601900618600597e18500554400a10e0052e4", + "0x15500554400510f00513e00615400554400511000501d00610a005544005", + "0x500602400612300554400510a0051d500612400554400517e00527d006", + "0x1860054b600610900554400517e00511c006006544005006019006006976", + "0x554400518a0052d600618a00554400518910900a4b5006189005544005", + "0x54ba00610f00554400510f00513e00611000554400511000501d006108", + "0x11f00510300600654400500601900610810f11025a005108005544005108", + "0x618d21b00a54400521b00509a0061070055440050064c0006006544005", + "0x10600519000610600554400510600513700610600554400510718d00a05a", + "0x600654400527d00511900600654400500601900610500597f00654400a", + "0x1900610400598019119000a54400a01d00502100600654400521b005136", + "0x19400554400519000527d0061030055440051910051b7006006544005006", + "0x65440050060190060069810050060240061950055440051030050f0006", + "0x510400527d0061010055440051020050ef00610200554400500602b006", + "0x98219800554400a1950051ba0061950055440051010050f0006194005544", + "0x50062e700610000554400519800549a006006544005006019006199005", + "0x60fe00554400510000529900619c00554400519400511c0060ff005544", + "0x519c00516c00600500554400500500513e00600600554400500600501d", + "0x60fe0055440050fe0051370060ff0055440050ff0052e800619c005544", + "0x554400a1a00052f30061a019f0fd25a5440050fe0ff19c0050060094ae", + "0x61a41a300a5440050fc0052ec0060065440050060190060fb0059830fc", + "0xfa0052f20060065440050060190060f90059840fa00554400a1a40052e1", + "0xf80055440051a80052f10060065440051a70054ac0061a81a700a544005", + "0xfd00501d0061ab0055440051a300501a0060f70055440050f8005361006", + "0x1ae0055440051ab00527d0060f500554400519f00513e0060f6005544005", + "0x65440050060190060069850050060240061af0055440050f70054ab006", + "0xfd00501d0060f30055440051a300501a0060f40055440050f90054a9006", + "0x1ae0055440050f300527d0060f500554400519f00513e0060f6005544005", + "0x65440050060190060069850050060240061af0055440050f40054ab006", + "0x19f00513e0060fd0055440050fd00501d0061b20055440050fb0054bb006", + "0x60190061b219f0fd25a0051b20055440051b20054ba00619f005544005", + "0x54a90061b300554400500602b006006544005199005160006006544005", + "0x554400500500513e0060f600554400500600501d0060f20055440051b3", + "0x54a80061af0055440050f20054ab0061ae00554400519400527d0060f5", + "0x5440050f10053620060065440050060190061b60059860f100554400a1af", + "0x27d0061550055440050f500513e0061540055440050f600501d0061b7005", + "0x69760050060240061230055440051b70051d50061240055440051ae005", + "0x5440051b60054b60060f00055440051ae00511c006006544005006019006", + "0x60ee0055440051ba0052d60061ba0055440050ef0f000a4b50060ef005", + "0x50ee0054ba0060f50055440050f500513e0060f60055440050f600501d", + "0x5440051050051030060065440050060190060ee0f50f625a0050ee005544", + "0xa05a0061bd21b00a54400521b00509a0060ed0055440050064a7006006", + "0x54400a1be0051900061be0055440051be0051370061be0055440050ed1bd", + "0x513600600654400527d0051190060065440050060190060ec005987006", + "0x50060190061c20059881c10eb00a54400a01d00502100600654400521b", + "0xf00060e90055440050eb00527d0060ea0055440051c10051b7006006544", + "0x2b0060065440050060190060069890050060240061c50055440050ea005", + "0x55440051c200527d0060e80055440051c60050ef0061c6005544005006", + "0x1c900598a0e700554400a1c50051ba0061c50055440050e80050f00060e9", + "0x55440050062e70060e60055440050e700549a006006544005006019006", + "0x501d0061cd0055440050e60052990061cc0055440050e900511c0060e5", + "0x55440051cc00516c00600500554400500500513e006006005544005006", + "0x94ae0061cd0055440051cd0051370060e50055440050e50052e80061cc", + "0x98b1d100554400a1d00052f30061d00e30e425a5440051cd0e51cc005006", + "0x52e10061d40e100a5440051d10052ec0060065440050060190060e2005", + "0x5440051d50052f20060065440050060190060e000598c1d500554400a1d4", + "0x3610060de0055440051d80052f10060065440050df0054ac0061d80df00a", + "0x5440050e400501d0061db0055440050e100501a0060dd0055440050de005", + "0x4ab0060db0055440051db00527d0060dc0055440050e300513e0061dc005", + "0x4a900600654400500601900600698d0050060240061df0055440050dd005", + "0x5440050e400501d0060da0055440050e100501a0061e00055440050e0005", + "0x4ab0060db0055440050da00527d0060dc0055440050e300513e0061dc005", + "0x4bb00600654400500601900600698d0050060240061df0055440051e0005", + "0x5440050e300513e0060e40055440050e400501d0060d90055440050e2005", + "0x5440050060190060d90e30e425a0050d90055440050d90054ba0060e3005", + "0x51e30054a90061e300554400500602b0060065440051c9005160006006", + "0x60dc00554400500500513e0061dc00554400500600501d0061e4005544", + "0xa1df0054a80061df0055440051e40054ab0060db0055440050e900527d", + "0x1e70055440050d80054a60060065440050060190060d700598e0d8005544", + "0xdb00527d0061550055440050dc00513e0061540055440051dc00501d006", + "0x190060069760050060240061230055440051e70051d5006124005544005", + "0xd50055440050d70054b60060d60055440050db00511c006006544005006", + "0x501d0061eb0055440051ea0052d60061ea0055440050d50d600a4b5006", + "0x55440051eb0054ba0060dc0055440050dc00513e0061dc0055440051dc", + "0x60065440050ec0051030060065440050060190061eb0dc1dc25a0051eb", + "0xd40d300a05a0060d321b00a54400521b00509a0060d40055440050062fb", + "0x98f00654400a1ee0051900061ee0055440051ee0051370061ee005544005", + "0x521b00513600600654400527d0051190060065440050060190061ef005", + "0x501d0060d10055440050d20052fd0060d200554400500602b006006544", + "0x554400501d00527d00615500554400500500513e006154005544005006", + "0x5440050060190060069760050060240061230055440050d10051d5006124", + "0x1f221b00a05a0061f20055440050064a30060065440051ef005103006006", + "0x99000654400a1f30051900061f30055440051f30051370061f3005544005", + "0xa01d00502100600654400527d0051190060065440050060190060d0005", + "0x55440051f60051b70060065440050060190060ce0059911f60cf00a544", + "0x60240061fa0055440050cd0050f00061f90055440050cf00527d0060cd", + "0xcc0050ef0060cc00554400500602b006006544005006019006006992005", + "0x1fa0055440050cb0050f00061f90055440050ce00527d0060cb005544005", + "0x549a0060065440050060190061fe0059931fd00554400a1fa0051ba006", + "0x2010055440051f900511c0060c900554400500672d0060ca0055440051fd", + "0x500513e00600600554400500600501d0062020055440050ca005299006", + "0xc90055440050c90054b300620100554400520100516c006005005544005", + "0xc825a5440052020c92010050060094b2006202005544005202005137006", + "0x60065440050060190060c50059940c600554400a2050052da0062050c7", + "0x60c30059950c400554400a2090052dd00620920800a5440050c60054b1", + "0x54400520c00572f00620d20c00a5440050c40054b0006006544005006019", + "0x501a0060c10055440050c20054af0060c200554400520d005090006006", + "0x55440050c700513e0062110055440050c800501d006210005544005208", + "0x60240062140055440050c10053570060bf00554400521000527d0060c0", + "0x501a0060be0055440050c30052e2006006544005006019006006996005", + "0x55440050c700513e0062110055440050c800501d0060bd005544005208", + "0x60240062140055440050be0053570060bf0055440050bd00527d0060c0", + "0x501d0062170055440050c50054bb006006544005006019006006996005", + "0x55440052170054ba0060c70055440050c700513e0060c80055440050c8", + "0x60065440051fe0051600060065440050060190062170c70c825a005217", + "0x54400500600501d0060bc0055440052180052e200621800554400500602b", + "0x3570060bf0055440051f900527d0060c000554400500500513e006211005", + "0x60190062190059970bb00554400a2140052e40062140055440050bc005", + "0x615400554400521100501d00621a0055440050bb00528a006006544005", + "0x521a0051d50061240055440050bf00527d0061550055440050c000513e", + "0x60b900554400512400511c0060ba0055440051230054a2006123005544", + "0x15400501d00621d00554400521c0052d600621c0055440050ba0b900a4b5", + "0x21d00554400521d0054ba00615500554400515500513e006154005544005", + "0x60b80055440050bf00511c00600654400500601900621d15515425a005", + "0x21f0052d600621f0055440050b70b800a4b50060b70055440052190054b6", + "0xc00055440050c000513e00621100554400521100501d0060b6005544005", + "0x60065440050060190060b60c021125a0050b60055440050b60054ba006", + "0xb500554400500602b00600654400501d00553d0060065440050d0005103", + "0x52d60060b30055440050b427d00a4b50060b40055440050b50054b6006", + "0x554400500500513e00600600554400500600501d0060b20055440050b3", + "0x65440050060190060b200500625a0050b20055440050b20054ba006005", + "0xb127d00a4b50060b10055440050240054b600600654400501d00553d006", + "0x600554400500600501d0060af0055440050b00052d60060b0005544005", + "0x500625a0050af0055440050af0054ba00600500554400500500513e006", + "0x654400500603700600654400500621e00601d00554400500635a0060af", + "0x654400500601900629900599949a00599802100554425a0190054a0006", + "0x554400500610100645f00554400500612f00600654400501d00549f006", + "0x21b27d25a09e00602400554400500610100621b00554400500610100627d", + "0x554400500500513e00600600554400500600501d00602b005544005024", + "0x509d00645f00554400545f00514200625a00554400525a005131006005", + "0x45f25a00500601809c00602100554400502100516c00602b00554400502b", + "0x3400599a03600554400a53d00509b00653d03753e02c21e54400502102b", + "0x530a00511900653c30a00a544005036005091006006544005006019006", + "0x13200653e00554400553e00513e00602c00554400502c00501d006006544", + "0x54400521e00513f00603700554400503700513100600a00554400500a005", + "0x1d500653c00554400553c00513700601800554400501800513700621e005", + "0x54400501a53c01800921e03700a53e02c02008e00601a00554400501a005", + "0x54400500601900613413700e1351362a201800513413700e1351362a2018", + "0x500900512c00600654400501800513600600654400501a0050e2006006", + "0x13e00602c00554400502c00501d00613300554400503400513b006006544", + "0x54400503700513100600a00554400500a00513200653e00554400553e005", + "0x1800513300554400513300513000621e00554400521e00513f006037005", + "0x600654400501d00549f00600654400500601900613321e03700a53e02c", + "0x500a00513200600500554400500500513e00600600554400500600501d", + "0x621e00554400521e00513f00625a00554400525a00513100600a005544", + "0x501a0051d500649a00554400549a005137006018005544005018005137", + "0x13b13a01854400501a49a01800921e25a00a00500602008e00601a005544", + "0x12c00600654400500601900613f13e13113213b13a01800513f13e131132", + "0x13000a54400529900549e006020005544005006135006006544005009005", + "0x612d12e00a5440051420050a300614200554400512f13000a0a400612f", + "0x54400512d0050a000612d00554400512d0050a100600654400512e0050a2", + "0x610100612c00554400500612f00614600554400514500509f006145005", + "0x9e00614a00554400500610100614900554400500610100612b005544005", + "0x600501d00612900554400514600511c00612a00554400514a14912b25a", + "0x25a00554400525a00513100600500554400500500513e006006005544005", + "0x12900516c00612a00554400512a00509d00612c00554400512c005142006", + "0x12c25a00500601809c00602000554400502001d00a49c006129005544005", + "0x12600599b15100554400a12700509b00612712814e14d21e54400512912a", + "0x512500511900615412500a544005151005091006006544005006019006", + "0x13200614e00554400514e00513e00614d00554400514d00501d006006544", + "0x54400521e00513f00612800554400512800513100600a00554400500a005", + "0x15c00615400554400515400513700601800554400501800513700621e005", + "0xa14e14d02049b00601a00554400501a0051d5006020005544005020005", + "0xa12200512000612215915812312415501854400501a02015401821e128", + "0x15d00a54400512100511f00600654400500601900615c00599c121005544", + "0x516400616011f00a54400515d005163006006544005120005160006120", + "0x11d00554400511e00511b00611e00554400516000511c00600654400511f", + "0x12400513e00615500554400515500501d00616300554400511d005167006", + "0x158005544005158005131006123005544005123005132006124005544005", + "0x12415501800516300554400516300513000615900554400515900513f006", + "0x1d00616400554400515c00513b006006544005006019006163159158123", + "0x54400512300513200612400554400512400513e006155005544005155005", + "0x13000615900554400515900513f006158005544005158005131006123005", + "0x6544005006019006164159158123124155018005164005544005164005", + "0x54400501800513600600654400502000516400600654400501a0050e2006", + "0x513e00614d00554400514d00501d00611c00554400512600513b006006", + "0x554400512800513100600a00554400500a00513200614e00554400514e", + "0x14d01800511c00554400511c00513000621e00554400521e00513f006128", + "0x21e00a54400a00500600a01800600654400500603700611c21e12800a14e", + "0x601a00554400500a00501a00600654400500601900601901800a99d009", + "0xa54400a01a00502100621e00554400521e00501d006006544005006020", + "0x649a00554400501d0051b700600654400500601900602100599e01d020", + "0x99f00500602400645f00554400549a0050f000629900554400502000527d", + "0x54400527d0050ef00627d00554400500602b006006544005006019006006", + "0x1ba00645f00554400521b0050f000629900554400502100527d00621b005", + "0x54400500603700600654400500601900602b0059a002400554400a45f005", + "0x513700653e00554400502c00529900602c00554400502400549a006006", + "0x54400529900511c00603700554400553e25a00a13400653e00554400553e", + "0x16c00600900554400500900513e00621e00554400521e00501d00653d005", + "0x53d00921e21e1db00603700554400503700515c00653d00554400553d005", + "0x3700600654400500601900630a03403625a00530a03403625a544005037", + "0x2b00600654400529900553d00600654400502b005160006006544005006", + "0x5440052a20050770062a200554400553c25a00a07800653c005544005006", + "0x7600600900554400500900513e00621e00554400521e00501d006136005", + "0x516400600654400500601900613600921e25a005136005544005136005", + "0x16800613500554400500613500600654400500a00511900600654400525a", + "0x54400500e13500a13400600e00554400500e00513700600e005544005006", + "0x7400613300554400513713400a13a006134005544005006133006137005", + "0x54400501900513e00601800554400501800501d00613a005544005133005", + "0x54400500606400613a01901825a00513a00554400513a005076006019005", + "0x500606400621b00554400500600500645f00554400500606300649a005", + "0x606300653d00554400500625a00653e00554400500600500602b005544", + "0x500613600554400500600500653c005544005006006006034005544005", + "0x613a00554400500600600613400554400500625a00600e005544005006", + "0x13000554400500600600613e00554400500625a006132005544005006005", + "0x554400500600500612d005544005006063006142005544005006064006", + "0x54400500606400614a00554400500600500612b005544005006064006146", + "0x500621500612700554400500600500614e005544005006063006129005", + "0x900500a1c100600654400500603700600654400500621e006126005544", + "0x51c200600654400500601900615812312425a9a115515412525a54400a", + "0x1220055440050061eb0061590055440051550050ea006155005544005155", + "0x51ee00615d15c00a5440051210050d30061210055440051220050d4006", + "0x11f00554400512000529900612000554400515d0051ef00600654400515c", + "0x25a10b00611f00554400511f00513700616001900a54400501900509a006", + "0x600a18600611e00554400511e00513700611e29900a54400516011f25a", + "0x5440051640050d10061640055440051630050d200616311d00a54400511e", + "0x51f300616700554400500618d00600654400511c0051f200611b11c00a", + "0x554400511d00501d00611a00554400516800510800616800554400511b", + "0x510600615400554400515400513f00612500554400512500513e00611d", + "0x16715412511d0090cf00611a00554400511a0050d0006167005544005167", + "0x54400515900506100600654400500602000616c27d16b11921e54400511a", + "0x27d00554400527d21b00a12a00629900554400529945f00a057006159005", + "0x50ce0060065440050060190061170059a211800554400a16c0051f6006", + "0x50060190061150059a311600554400a16f0050cd00616f005544005118", + "0x9a71130059a61140059a51730059a417200554400911600500d006006544", + "0x549a00505900600654400502b005059006006544005006019006176005", + "0xfc00611111200a544005172005252006177005544005006135006006544", + "0x17b00a54400517700516300617a005544005006283006006544005112005", + "0x11100505e00610f00554400511000511c00600654400517b005164006110", + "0x17a17e27d16b00924e00617a00554400517a00513700617e11100a544005", + "0x1a00600654400500601900610b10c18225a9a818110d10e25a54400a10f", + "0x54400510e00513e00618500554400518500527d006185005544005181005", + "0x9a910a18600a54400a18500502100610d00554400510d00513f00610e005", + "0x54400518600553d006006544005006037006006544005006019006109005", + "0x60fe00618a00554400518900529900618900554400510a00549a006006", + "0x18d00a54400510700518100610700554400510800510d006108005544005", + "0x10500529900610500554400510600510c00600654400518d005182006106", + "0x18a00a54400518a00509a00618a00554400518a005137006190005544005", + "0x10310400a54400519119029925a10b006190005544005190005137006191", + "0x60065440051940051c50061011021511951940095440051590050e9006", + "0x654400510100513600600654400510200517e0060065440051950051c6", + "0x18500619815100a54400515100505e00615100554400515112600a509006", + "0x19910310425a10b006103005544005103005137006199005544005198005", + "0x5440050ff11900a1860060ff0055440050ff0051370060ff10000a544005", + "0x1a019f00a5440050fd0051090060fd0055440050fe00510a0060fe19c00a", + "0x50fc0051080060fc0055440051a000518a00600654400519f005189006", + "0x1060061a400554400500618d0061a30055440050fb0051070060fb005544", + "0x54400519c00501d0061000055440051000051760061a40055440051a4005", + "0xf70f81a825a9aa1a70f90fa25a54400a1a31a410d10e21e10500619c005", + "0x5440050fa00513e0061a70055440051a7005137006006544005006019006", + "0x1ab0059ab00654400a1a70051900060f90055440050f900513f0060fa005", + "0x55440050f600510d0060f60055440050060fe006006544005006019006", + "0x510c0060065440051ae0051820061af1ae00a5440050f50051810060f5", + "0xa54400501900509a0060f30055440050f40052990060f40055440051af", + "0x1b300a5440051b20f310025a10b0060f30055440050f30051370061b2019", + "0x1370061b60055440050f10051850060f115100a54400515100505e0060f2", + "0x51370060f01b700a5440051b60f21b325a10b0060f20055440050f2005", + "0x51ba00510a0061ba0ef00a5440050f019c00a1860060f00055440050f0", + "0x60065440050ed0051890061bd0ed00a5440050ee0051090060ee005544", + "0x50ec0051070060ec0055440051be0051080061be0055440051bd00518a", + "0x1760061c10055440051c10051060061c100554400500618d0060eb005544", + "0x1c10f90fa21e1050060ef0055440050ef00501d0061b70055440051b7005", + "0x1370060065440050060190060e81c61c525a9ac0e90ea1c225a54400a0eb", + "0x5440050ea00513f0061c20055440051c200513e0060e90055440050e9005", + "0x10e0060065440050060190060e70059ad00654400a0e90051900060ea005", + "0xa5440050e60051810060e60055440051c900510d0061c9005544005006", + "0x52990061cd0055440051cc00510c0060065440050e50051820061cc0e5", + "0x518a0e41b725a10b0060e40055440050e40051370060e40055440051cd", + "0x55440051d10051850061d115100a54400515100505e0061d00e300a544", + "0x1d40e100a5440050e21d00e325a10b0061d00055440051d00051370060e2", + "0x10a0060e01d500a5440051d40ef00a1860061d40055440051d4005137006", + "0x51d80051890060de1d800a5440050df0051090060df0055440050e0005", + "0x1070061db0055440050dd0051080060dd0055440050de00518a006006544", + "0x55440050dc0051060060dc00554400500618d0061dc0055440051db005", + "0x21e1050061d50055440051d500501d0060e10055440050e10051760060dc", + "0x5440050060190061e30d90da25a9ae1e01df0db25a54400a1dc0dc0ea1c2", + "0x513f0060db0055440050db00513e0061e00055440051e0005137006006", + "0x5440050060190061e40059af00654400a1e00051900061df0055440051df", + "0xd70051810060d70055440050d800510d0060d800554400500610e006006", + "0xd50055440050d600510c0060065440051e70051820060d61e700a544005", + "0x51370061eb01900a54400501900509a0061ea0055440050d5005299006", + "0x15100505e0060d30d400a5440051eb1ea0e125a10b0061ea0055440051ea", + "0x55440050d30051370061ef0055440051ee0051850061ee15100a544005", + "0xd10055440050d10051370060d10d200a5440051ef0d30d425a10b0060d3", + "0x1090060d00055440051f300510a0061f31f200a5440050d11d500a186006", + "0x5440051f600518a0060065440050cf0051890061f60cf00a5440050d0005", + "0x18d0061f90055440050cd0051070060cd0055440050ce0051080060ce005", + "0x55440050d20051760061fa0055440051fa0051060061fa005544005006", + "0xcc25a54400a1f91fa1df0db21e1050061f20055440051f200501d0060d2", + "0x55440051fd0051370060065440050060190060c90ca1fe25a9b01fd0cb", + "0x51900060cb0055440050cb00513f0060cc0055440050cc00513e0061fd", + "0x54400a0cb0cc00a1c10060065440050060190062010059b100654400a1fd", + "0x50c70051c20060065440050060190060c50c620525a9b20c70c820225a", + "0x10e0062090055440050061010062080055440050c70050ea0060c7005544", + "0xa5440050c30051810060c30055440050c400510d0060c4005544005006", + "0x52990060c200554400520d00510c00600654400520c00518200620d20c", + "0x55440052090051370060c10055440050c10051370060c10055440050c2", + "0xc00095440052080050e900621121000a5440052090c10d225a10b006209", + "0x17e0060065440050bf0051c60060065440050c00051c50060bd0be2140bf", + "0x2170055440052140051850060065440050bd0051360060065440050be005", + "0x21025a10b006217005544005217005137006211005544005211005137006", + "0x2181f200a18600621800554400521800513700621814d00a544005217211", + "0xa5440052190051090062190055440050bb00510a0060bb0bc00a544005", + "0x51080060b90055440050ba00518a00600654400521a0051890060ba21a", + "0xb800554400500618d00621d00554400521c00510700621c0055440050b9", + "0x14e00a0570060b80055440050b800510600620200554400520200513e006", + "0x21d0b80c820221e1050060bc0055440050bc00501d00614d00554400514d", + "0x51370060065440050060190060b30b40b525a9b30b621f0b725a54400a", + "0x554400521f00513f0060b70055440050b700513e0060b60055440050b6", + "0x51360060065440050060190060b20059b400654400a0b600519000621f", + "0x53c00600654400513000530a006006544005020005119006006544005019", + "0x600654400501d0050e20060065440051320052a200600654400513e005", + "0x654400513a00530a00600654400501a0050e100600654400501800512c", + "0x54400553c00530a00600654400500e0052a200600654400513400553c006", + "0x503400505500600654400553e0052a200600654400553d00553c006006", + "0x500624b0060b10055440050061350060065440051360052a2006006544", + "0x60065440050af0051640060ae0af00a5440050b10051630060b0005544", + "0x21f0b700924e0060b00055440050b00051370060ad0055440050ae00511c", + "0x65440050060190060a80a90aa25a9b50ab1280ac25a54400a0ad0b0111", + "0xab00516c0060ac0055440050ac00513e0060bc0055440050bc00501d006", + "0x50ab0ac0bc25a11700612800554400512812700a12a0060ab005544005", + "0x50060190060a30059b60a400554400a0a500516f0060a50a60a725a544", + "0x1150060065440050a20051190060a10a200a5440050a4005116006006544", + "0x5440050061350060065440050060190060a00059b712a00554400a0a1005", + "0x16400609c09d00a54400509f00516300609e00554400500624c00609f005", + "0x600654400500602000609b00554400509c00511c00600654400509d005", + "0x12900a05000609e00554400509e00513700609a15100a54400515100505e", + "0x9b809709809925a54400a09b09e09a1280a600924e00612a00554400512a", + "0x27d00609300554400509700501a00600654400500601900609409509625a", + "0x54400509800513f00609900554400509900513e006093005544005093005", + "0x65440050060190060900059b909109200a54400a093005021006098005", + "0x5440050061eb00608f00554400509100549a00600654400509200553d006", + "0xd300608c00554400508e0050d400608d00554400508f00529900608e005", + "0x54400508a0051ef00600654400508b0051ee00608a08b00a54400508c005", + "0x137006088005544005088005137006088005544005089005299006089005", + "0x513700608712e00a54400508d08814d25a10b00608d00554400508d005", + "0x50850050d200608508600a5440050870a700a186006087005544005087", + "0x60065440050830051f200608208300a5440050840050d1006084005544", + "0x5440050800051080060800055440050820051f300608100554400500618d", + "0x13f00609900554400509900513e00608600554400508600501d00607f005", + "0x54400507f0050d0006081005544005081005106006098005544005098005", + "0xa05700607c14507d07e21e54400507f0810980990860090cf00607f005", + "0xa07c0051f600614500554400514514600a12a00612e00554400512e12d", + "0x7900554400507b0050ce00600654400500601900607a0059ba07b005544", + "0x500d0060065440050060190060770059bb07800554400a0790050cd006", + "0x60190060720059bf0730059be0740059bd0750059bc076005544009078", + "0x52a200600654400512b00505900600654400507600522b006006544005", + "0x1420050590060065440050060190060069c000500602400600654400514a", + "0x525200607100554400500613500600654400515100517e006006544005", + "0x6e00554400500624b0060065440050700050fc00606f07000a544005075", + "0x6c00511c00600654400506d00516400606c06d00a544005071005163006", + "0x6b06e06f14507d00924e00606e00554400506e00513700606b005544005", + "0x603700600654400500601900606606706825a9c106914906a25a54400a", + "0x606a00554400506a00513e00607e00554400507e00501d006006544005", + "0x7e25a11700614900554400514914a00a12a00606900554400506900516c", + "0x60610059c206200554400a06300516f00606306406525a54400506906a", + "0x54400506000511900605f06000a544005062005116006006544005006019", + "0xb000600654400500601900605d0059c305e00554400a05f005115006006", + "0x54400505b0050fa00605a05b00a54400505e0050ac00605c005544005006", + "0x5905c25a0ad00605800554400500635d00605900554400500635e006006", + "0x5440050560050fa00605505600a5440050570050ac006057005544005058", + "0x501d0060065440050540050fa00605305400a54400512a0050ac006006", + "0x554400505a0050ab00606400554400506400513e006065005544005065", + "0x95210060530055440050530050ab0060550055440050550050ab00605a", + "0x9c404f00554400a05000505300605005105225a54400505305505a064065", + "0x54400500605200604d00554400500613500600654400500601900604e005", + "0x604b00554400504c04d00a13400604c00554400504c00513700604c005", + "0x12c0050ac00612c00554400512c12b00a05000612c00554400504f005051", + "0x4900a54400504900515400600654400504a0050fa00604904a00a544005", + "0x12400600654400504600513600604504604725a544005048005155006048", + "0x54400504400515800604404700a544005047005123006006544005045005", + "0x134006042005544005042005137006042005544005043005159006043005", + "0x505200501d00604000554400504700512200604100554400504204b00a", + "0x604000554400504000512100605100554400505100513e006052005544", + "0x3c03d03e25a54400504104005105221e15d00604100554400504100515c", + "0x601900603a0059c503b00554400a03c005120006006544005006020006", + "0x600654400503800516000603803900a54400503b00511f006006544005", + "0x11e00622466d53b25a54400522200515500622204900a544005049005154", + "0x22500554400566d00529900600654400522400512400600654400553b005", + "0x622b00d22a25a54400504900515500653a00554400522503900a134006", + "0x554400522b00511d00600654400500d00513600600654400522a00511e", + "0x15c00653700554400553953a00a13400653900554400522d00515900622d", + "0x1260060065440050060190060069c6005006024006536005544005537005", + "0x5440055350051fe00653453500a54400503a0051fd006006544005049005", + "0x503e00501d00600654400500603700653600554400553400515c006006", + "0x652f00554400512e00517600666e00554400503d00513e006533005544", + "0x9c700500602400623700554400553600515c00623500554400514900513f", + "0x54400504e0051fd00600654400512b005059006006544005006019006006", + "0x13e00653300554400505200501d00600654400552e0051fe00652d52e00a", + "0x54400514900513f00652f00554400512e00517600666e005544005051005", + "0x50060190060069c700500602400623700554400552d00515c006235005", + "0x12a0050fa00600654400512b00505900600654400505d005160006006544", + "0x513700623d00554400500652000623a005544005006135006006544005", + "0x54400506500501d00623e00554400523d23a00a13400623d00554400523d", + "0x15c00652b00554400514900513f00652c00554400506400513e006240005", + "0x590060065440050060190060069c800500602400652800554400523e005", + "0x24300a5440050610051fd00600654400512a0050fa00600654400512b005", + "0x6400513e00624000554400506500501d0060065440052430051fe006526", + "0x52800554400552600515c00652b00554400514900513f00652c005544005", + "0x590060065440050060370060065440050060190060069c8005006024006", + "0x600654400514a0052a200600654400512a0050fa00600654400512b005", + "0x506700513f00652c00554400506800513e00624000554400507e00501d", + "0x653300554400524000501d00652800554400506600515c00652b005544", + "0x552b00513f00652f00554400512e00517600666e00554400552c00513e", + "0x60190060069c700500602400623700554400552800515c006235005544", + "0x52a200600654400512b005059006006544005074005160006006544005", + "0x730051600060065440050060190060069c000500602400600654400514a", + "0x602400600654400514a0052a200600654400512b005059006006544005", + "0x12b0050590060065440050720051600060065440050060190060069c0005", + "0x12a0050ac00600654400500603700600654400514a0052a2006006544005", + "0x7e00554400507e00501d0060065440055250050fa00652452500a544005", + "0x1510051000065240055440055240050ab00607d00554400507d00513e006", + "0x505300624852252325a54400515152407d07e21e307006151005544005", + "0x55440050061350060065440050060190062510059c924a00554400a248", + "0x24c00a13400624e00554400524e00513700624e00554400500605200624c", + "0x54400512f14200a05000612f00554400524a00505100625200554400524e", + "0x15400600654400524b0050fa00625424b00a54400512f0050ac00612f005", + "0x513600603f52052125a54400525600515500625625400a544005254005", + "0x51f52100a54400552100512300600654400503f005124006006544005520", + "0x25900513700625900554400551e00515900651e00554400551f005158006", + "0x554400552100512200651d00554400525925200a134006259005544005", + "0x512100652200554400552200513e00652300554400552300501d00651c", + "0x51d51c52252321e15d00651d00554400551d00515c00651c00554400551c", + "0x25800554400a25d00512000600654400500602000625d51951a25a544005", + "0x16000651771b00a54400525800511f0060065440050060190065180059ca", + "0x54400551600515500651625400a544005254005154006006544005517005", + "0x29900600654400526700512400600654400526400511e00626726526425a", + "0x525400515500626900554400551571b00a134006515005544005265005", + "0x600654400551300513600600654400551400511e00651251351425a544", + "0x14326900a13400614300554400550f00515900650f00554400551200511d", + "0x190060069cb00500602400616100554400515200515c006152005544005", + "0x17f17000a5440055180051fd006006544005254005126006006544005006", + "0x54400500603700616100554400517f00515c0060065440051700051fe006", + "0x517600666e00554400551900513e00653300554400551a00501d006006", + "0x554400516100515c00623500554400514500513f00652f00554400512e", + "0x65440051420050590060065440050060190060069c7005006024006237", + "0x52300501d00600654400518e0051fe00619d18e00a5440052510051fd006", + "0x52f00554400512e00517600666e00554400552200513e006533005544005", + "0x500602400623700554400519d00515c00623500554400514500513f006", + "0x515100517e0060065440051420050590060065440050060190060069c7", + "0x14a0052a200600654400512b00505900600654400512a0050fa006006544", + "0x60190060069cc0050060240061ac00554400507700515c006006544005", + "0x50fa00600654400515100517e006006544005142005059006006544005", + "0x1fd00600654400514a0052a200600654400512b00505900600654400512a", + "0x5440051ca00515c0060065440051bb0051fe0061ca1bb00a54400507a005", + "0x7d00513e00653300554400507e00501d0060065440050060370061ac005", + "0x23500554400514500513f00652f00554400512e00517600666e005544005", + "0x65440050060190060069c70050060240062370055440051ac00515c006", + "0x54400512b00505900600654400514200505900600654400509000553d006", + "0x514a0052a200600654400512a0050fa00600654400515100517e006006", + "0x500613500600654400512d0050550060065440051460052a2006006544", + "0x1340061e80055440051e80051370061e80055440050065200061d9005544", + "0x509800513f00620600554400509900513e0061f70055440051e81d900a", + "0x60190060069cd00500602400602e0055440051f700515c006215005544", + "0x517e00600654400512b005059006006544005142005059006006544005", + "0x2a200600654400514a0052a200600654400512a0050fa006006544005151", + "0x20600554400509600513e00600654400512d005055006006544005146005", + "0x500603700602e00554400509400515c00621500554400509500513f006", + "0x17600666e00554400520600513e0065330055440050a700501d006006544", + "0x54400502e00515c00623500554400521500513f00652f00554400514d005", + "0x5440050a00051600060065440050060190060069c7005006024006237005", + "0x515100517e00600654400512b005059006006544005142005059006006", + "0x12d0050550060065440051460052a200600654400514a0052a2006006544", + "0x652000650e005544005006135006006544005129005059006006544005", + "0x554400550c50e00a13400650c00554400550c00513700650c005544005", + "0x513f0062810055440050a600513e00650a0055440050a700501d00627f", + "0x60069ce00500602400650800554400527f00515c006509005544005128", + "0x600654400512b005059006006544005142005059006006544005006019", + "0x65440051460052a200600654400514a0052a200600654400515100517e", + "0x5440050a30051fd00600654400512900505900600654400512d005055006", + "0x13e00650a0055440050a700501d0060065440055070051fe00628350700a", + "0x54400528300515c00650900554400512800513f0062810055440050a6005", + "0x5440051420050590060065440050060190060069ce005006024006508005", + "0x515100517e00600654400512b005059006006544005129005059006006", + "0x12d0050550060065440051460052a200600654400514a0052a2006006544", + "0x13e00650a0055440050bc00501d0060065440051270052a2006006544005", + "0x5440050a800515c0065090055440050a900513f0062810055440050aa005", + "0x17600666e00554400528100513e00653300554400550a00501d006508005", + "0x54400550800515c00623500554400550900513f00652f00554400514d005", + "0x5440050b20051030060065440050060190060069c7005006024006237005", + "0x512b005059006006544005129005059006006544005142005059006006", + "0x1460052a200600654400514a0052a200600654400515100517e006006544", + "0x517e0060065440051270052a200600654400512d005055006006544005", + "0x2230055440050b700513e0065050055440050bc00501d006006544005111", + "0x50060240062a200554400521f00513f00603600554400514d005176006", + "0x51290050590060065440051420050590060065440050060190060069cf", + "0x14a0052a200600654400515100517e00600654400512b005059006006544", + "0x52a200600654400512d0050550060065440051460052a2006006544005", + "0x17e0060065440051360052a2006006544005034005055006006544005127", + "0x6006544005020005119006006544005019005136006006544005111005", + "0x65440051320052a200600654400513e00553c00600654400513000530a", + "0x54400501a0050e100600654400501800512c00600654400501d0050e2006", + "0x500e0052a200600654400513400553c00600654400513a00530a006006", + "0x53e0052a200600654400553d00553c00600654400553c00530a006006544", + "0x62870055440050b500513e0062850055440050bc00501d006006544005", + "0x50b300515c0065030055440050b400513f00650400554400514d005176", + "0x51420050590060065440050060190060069d0005006024006289005544", + "0x15100517e00600654400512b005059006006544005129005059006006544", + "0x52a200600654400514a0052a200600654400514e005055006006544005", + "0x550060065440051270052a200600654400512d005055006006544005146", + "0x600654400511100517e0060065440051360052a2006006544005034005", + "0x654400513000530a006006544005020005119006006544005019005136", + "0x54400501d0050e20060065440051320052a200600654400513e00553c006", + "0x513a00530a00600654400501a0050e100600654400501800512c006006", + "0x53c00530a00600654400500e0052a200600654400513400553c006006544", + "0x501d00600654400553e0052a200600654400553d00553c006006544005", + "0x55440050d200517600628700554400520500513e0062850055440051f2", + "0x504f0062890055440050c500515c0065030055440050c600513f006504", + "0x554400550400504d00666e00554400528700504e006533005544005285", + "0x602400623700554400528900504b00623500554400550300504c00652f", + "0x1420050590060065440052010051030060065440050060190060069c7005", + "0x517e00600654400512b005059006006544005129005059006006544005", + "0x2a200600654400514a0052a200600654400514e005055006006544005151", + "0x60065440051270052a200600654400512d005055006006544005146005", + "0x5440050cc00513e0065050055440051f200501d00600654400511100517e", + "0x240062a20055440050cb00513f0060360055440050d2005176006223005", + "0x50590060065440051420050590060065440050060190060069cf005006", + "0x5500600654400515100517e00600654400512b005059006006544005129", + "0x60065440051460052a200600654400514a0052a200600654400514e005", + "0x65440050340050550060065440051270052a200600654400512d005055", + "0x54400501900513600600654400511100517e0060065440051360052a2006", + "0x513e00553c00600654400513000530a006006544005020005119006006", + "0x1800512c00600654400501d0050e20060065440051320052a2006006544", + "0x553c00600654400513a00530a00600654400501a0050e1006006544005", + "0x53c00600654400553c00530a00600654400500e0052a2006006544005134", + "0x5330055440051f200501d00600654400553e0052a200600654400553d005", + "0xca00513f00652f0055440050d200517600666e0055440051fe00513e006", + "0x190060069c70050060240062370055440050c900515c006235005544005", + "0x590060065440051420050590060065440051e4005103006006544005006", + "0x600654400515100517e00600654400512b005059006006544005129005", + "0x65440051460052a200600654400514a0052a200600654400514e005055", + "0x54400511100517e0060065440051270052a200600654400512d005055006", + "0x51760062230055440050db00513e0065050055440051d500501d006006", + "0x60069cf0050060240062a20055440051df00513f0060360055440050e1", + "0x6006544005129005059006006544005142005059006006544005006019", + "0x654400514e00505500600654400515100517e00600654400512b005059", + "0x54400512d0050550060065440051460052a200600654400514a0052a2006", + "0x51360052a20060065440050340050550060065440051270052a2006006", + "0x2000511900600654400501900513600600654400511100517e006006544", + "0x52a200600654400513e00553c00600654400513000530a006006544005", + "0xe100600654400501800512c00600654400501d0050e2006006544005132", + "0x600654400513400553c00600654400513a00530a00600654400501a005", + "0x654400553d00553c00600654400553c00530a00600654400500e0052a2", + "0x50da00513e0065330055440051d500501d00600654400553e0052a2006", + "0x62350055440050d900513f00652f0055440050e100517600666e005544", + "0x60065440050060190060069c70050060240062370055440051e300515c", + "0x65440051290050590060065440051420050590060065440050e7005103", + "0x54400514e00505500600654400515100517e00600654400512b005059006", + "0x512d0050550060065440051460052a200600654400514a0052a2006006", + "0x18a00513600600654400511100517e0060065440051270052a2006006544", + "0x62230055440051c200513e0065050055440050ef00501d006006544005", + "0x9cf0050060240062a20055440050ea00513f0060360055440051b7005176", + "0x544005129005059006006544005142005059006006544005006019006006", + "0x514e00505500600654400515100517e00600654400512b005059006006", + "0x12d0050550060065440051460052a200600654400514a0052a2006006544", + "0x52a20060065440050340050550060065440051270052a2006006544005", + "0x11900600654400501900513600600654400511100517e006006544005136", + "0x600654400513e00553c00600654400513000530a006006544005020005", + "0x654400501800512c00600654400501d0050e20060065440051320052a2", + "0x54400513400553c00600654400513a00530a00600654400501a0050e1006", + "0x553d00553c00600654400553c00530a00600654400500e0052a2006006", + "0xef00501d00600654400518a00513600600654400553e0052a2006006544", + "0x52f0055440051b700517600666e0055440051c500513e006533005544005", + "0x50060240062370055440050e800515c0062350055440051c600513f006", + "0x51420050590060065440051ab0051030060065440050060190060069c7", + "0x15100517e00600654400512b005059006006544005129005059006006544", + "0x52a200600654400514a0052a200600654400514e005055006006544005", + "0x17e0060065440051270052a200600654400512d005055006006544005146", + "0x50500554400519c00501d00600654400518a005136006006544005111005", + "0xf900513f0060360055440051000051760062230055440050fa00513e006", + "0x5440052a213600a12a00603600554400503603400a0570062a2005544005", + "0x50060190065010059d25060059d150200554425a01a0054a00062a2005", + "0xe0052a200600654400513400553c00600654400513a00530a006006544", + "0x52a200600654400553d00553c00600654400553c00530a006006544005", + "0x1010062470055440050061010064ff00554400500612f00600654400553e", + "0x5440054fc4fe24725a09e0064fc0055440050061010064fe005544005006", + "0x13100622300554400522300513e00650500554400550500501d0064f8005", + "0x5440054f800509d0064ff0055440054ff00514200621e00554400521e005", + "0x64f70055440054f700516c0064f750200a5440055020050de0064f8005", + "0xa4f100509b0064f12927264f521e5440054f74f84ff21e22350501809c", + "0x4ef00a54400502f0050910060065440050060190062940059d302f005544", + "0x72600513e0064f50055440054f500501d0060065440054ef005119006296", + "0x29200554400529200513100600a00554400500a005132006726005544005", + "0x513700621601900a54400501900509a0062a20055440052a200513f006", + "0xa5440050200050de006296005544005296005137006216005544005216", + "0x4900601d00554400501d0051d500629800554400529800516c006298020", + "0x4eb13b13113f4ec4ee01854400501d2982962160182a229200a7264f501d", + "0x12a00613100554400513113e00a14a00613f00554400513f13000a149006", + "0x190064e90059d44ea00554400a4eb00517b00613b00554400513b13200a", + "0x4990064e70055440050061350064e8005544005006135006006544005006", + "0x4e50050460064e50055440054e600535c0064e600554400502050201925a", + "0x4ee0055440054ee00501d0060065440054e40050450064e34e400a544005", + "0x4e800515c0064e30055440054e30050440064ec0055440054ec00513e006", + "0x4e74e84e34ec4ee0090430064e70055440054e700515c0064e8005544005", + "0x60190064de0059d54df00554400a4e00050420064e04e14e225a544005", + "0x65440054db0051600064db4dc4dd25a5440054df005041006006544005", + "0x4dc0051630060065440054da0051640064d94da00a5440054dd005163006", + "0x4d60055440054d900511c0060065440054d80051640064d74d800a544005", + "0x4d34d400a54400a4d54d613b4e121e0e80064d50055440054d700511c006", + "0x4ce4cf00a5440054ea0050400060065440050060190064d04d14d225a9d6", + "0x54cc4cf00a03e0064cc00554400500602b0060065440054ce005160006", + "0x64e20055440054e200501d0064c80055440054ca00503d0064ca005544", + "0x503600517600613f00554400513f0051320064d40055440054d400513e", + "0x64d30055440054d300513f006131005544005131005131006036005544", + "0x50060190064c84d313103613f4d44e20190054c80055440054c800503c", + "0x4c600a13a0064c60055440050061330060065440054ea005110006006544", + "0x55440054e200501d0064c40055440054c500503b0064c50055440054d0", + "0x517600613f00554400513f0051320064d20055440054d200513e0064e2", + "0x55440054d100513f006131005544005131005131006036005544005036", + "0x190064c44d113103613f4d24e20190054c40055440054c400503c0064d1", + "0x64c30055440054de00503b0060065440054ea005110006006544005006", + "0x513f0051320064e10055440054e100513e0064e20055440054e200501d", + "0x613100554400513100513100603600554400503600517600613f005544", + "0x13f4e14e20190054c30055440054c300503c00613b00554400513b00513f", + "0x51360060065440050200051190060065440050060190064c313b131036", + "0x64c10055440054e900503b006006544005502005119006006544005019", + "0x513f0051320064ec0055440054ec00513e0064ee0055440054ee00501d", + "0x613100554400513100513100603600554400503600517600613f005544", + "0x13f4ec4ee0190054c10055440054c100503c00613b00554400513b00513f", + "0x51190060065440050190051360060065440050060190064c113b131036", + "0x53c00600654400513000530a006006544005502005119006006544005020", + "0x600654400501d0050e20060065440051320052a200600654400513e005", + "0x5440054f500501d0064c000554400529400503b00600654400501800512c", + "0x17600600a00554400500a00513200672600554400572600513e0064f5005", + "0x5440052a200513f006292005544005292005131006036005544005036005", + "0x64c02a229203600a7264f50190054c00055440054c000503c0062a2005", + "0x600654400513e00553c00600654400513000530a006006544005006019", + "0x654400553d00553c00600654400553c00530a0060065440051320052a2", + "0x522300513e00650500554400550500501d00600654400553e0052a2006", + "0x621e00554400521e00513100600a00554400500a005132006223005544", + "0x2bf0051370062bf01900a54400501900509a0062a20055440052a200513f", + "0x55440052c00051370062c050600a54400550600509a0062bf005544005", + "0x1d50062c10055440052c100516c0062c102000a5440050200050de0062c0", + "0x501d2c12c02bf0182a221e00a22350501d04900601d00554400501d005", + "0xa14a00613300554400513313a00a1490064cb1351371332c34cd018544", + "0xa4cb00517b00613500554400513500e00a12a006137005544005137134", + "0x62c70055440050061350060065440050060190064c90059d72c5005544", + "0x2c90054980062c900554400502050601925a35b0064c7005544005006135", + "0x65440052cb0050450064bf2cb00a5440054c20050460064c2005544005", + "0x4bf0050440062c30055440052c300513e0064cd0055440054cd00501d006", + "0x4c70055440054c700515c0062c70055440052c700515c0064bf005544005", + "0x54400a4bd0050420064bd4be2ce25a5440054c72c74bf2c34cd009043006", + "0x4b94ba25a5440054bc0050410060065440050060190064bb0059d84bc005", + "0x51640064b54b600a5440054ba0051630060065440054b70051600064b7", + "0x65440052d600516400672d2d600a5440054b90051630060065440054b6", + "0x4be21e0e80064b200554400572d00511c0064b30055440054b500511c006", + "0x600654400500601900672f4b02dd25a9d94b12da00a54400a4b24b3135", + "0x54400500602b0060065440053570051600063574af00a5440052c5005040", + "0x62e70055440052e400503d0062e40055440052e24af00a03e0062e2005", + "0x51330051320062da0055440052da00513e0062ce0055440052ce00501d", + "0x6137005544005137005131006036005544005036005176006133005544", + "0x1332da2ce0190052e70055440052e700503c0064b10055440054b100513f", + "0x61330060065440052c50051100060065440050060190062e74b1137036", + "0x55440054ae00503b0064ae00554400572f2e800a13a0062e8005544005", + "0x51320062dd0055440052dd00513e0062ce0055440052ce00501d0062f3", + "0x5544005137005131006036005544005036005176006133005544005133", + "0x2ce0190052f30055440052f300503c0064b00055440054b000513f006137", + "0x60065440052c50051100060065440050060190062f34b01370361332dd", + "0x54be00513e0062ce0055440052ce00501d0062ec0055440054bb00503b", + "0x60360055440050360051760061330055440051330051320064be005544", + "0x52ec00503c00613500554400513500513f006137005544005137005131", + "0x1190060065440050060190062ec1351370361334be2ce0190052ec005544", + "0x6006544005506005136006006544005019005136006006544005020005", + "0x52c300513e0064cd0055440054cd00501d0062e10055440054c900503b", + "0x60360055440050360051760061330055440051330051320062c3005544", + "0x52e100503c00613500554400513500513f006137005544005137005131", + "0x30a0060065440050060190062e11351370361332c34cd0190052e1005544", + "0x60065440051320052a200600654400513e00553c006006544005130005", + "0x654400500e0052a200600654400513400553c00600654400513a00530a", + "0x9a0062f12f200a5440052f200509a0064ac2f200a54400550100549e006", + "0x4ab0050a30064ab0055440053612f100a0a40063614ac00a5440054ac005", + "0x4a80055440054a80050a10060065440054a90050a20064a84a900a544005", + "0x500612f0064a700554400536200509f0063620055440054a80050a0006", + "0x61010062fd0055440050061010062fb0055440050061010064a6005544", + "0x5440054a700511c00628a0055440054a32fd2fb25a09e0064a3005544005", + "0x13100622300554400522300513e00650500554400550500501d0064a2005", + "0x54400528a00509d0064a60055440054a600514200621e00554400521e005", + "0x54a228a4a621e22350501809c0064a20055440054a200516c00628a005", + "0x601900649b0059da49c00554400a49e00509b00649e49f4a035a21e544", + "0x630735d00a54400549c00509100635e00554400500618d006006544005", + "0x5440054a000513e00635a00554400535a00501d00600654400535d005119", + "0x13f00649f00554400549f00513100600a00554400500a0051320064a0005", + "0x549900513700649901900a54400501900509a0062a20055440052a2005", + "0x35c02000a5440050200050de006307005544005307005137006499005544", + "0x1d0051d500635e00554400535e00510600635c00554400535c00516c006", + "0x1854400501d35e35c3074992a249f00a4a035a01d49700601d005544005", + "0x3753d00a14a00630a00554400530a53c00a14900649702c03730a49835b", + "0x554400a49700549600602c00554400502c53e00a12a006037005544005", + "0x61350060065440054960054950060065440050060190064950059db496", + "0x5440050204ac2f201921e494006493005544005006135006494005544005", + "0x649131000a54400530e00504600630e005544005492005493006492005", + "0x54400549800513e00635b00554400535b00501d006006544005310005045", + "0x15c00649400554400549400515c006491005544005491005044006498005", + "0x31531349025a54400549349449149835b009043006493005544005493005", + "0x504100600654400500601900648e0059dc48f00554400a315005042006", + "0x54400531800516300600654400548d00516000648d31a31825a54400548f", + "0x648948b00a54400531a00516300600654400531c00516400648c31c00a", + "0x54400548900511c00632200554400548c00511c00600654400548b005164", + "0x648648748825a9dd32532300a54400a32132202c31321e0e8006321005", + "0x554400548501800a03e00648500554400500602b006006544005006019", + "0x513e00649000554400549000501d00648400554400535900503d006359", + "0x554400503600517600630a00554400530a005132006323005544005323", + "0x503c00632500554400532500513f006037005544005037005131006036", + "0x654400500601900648432503703630a323490019005484005544005484", + "0x548648300a13a00648300554400500613300600654400501800512c006", + "0x649000554400549000501d00648100554400548200503b006482005544", + "0x503600517600630a00554400530a00513200648800554400548800513e", + "0x648700554400548700513f006037005544005037005131006036005544", + "0x500601900648148703703630a48849001900548100554400548100503c", + "0x501d00648000554400548e00503b00600654400501800512c006006544", + "0x554400530a00513200631300554400531300513e006490005544005490", + "0x513f00603700554400503700513100603600554400503600517600630a", + "0x3703630a31349001900548000554400548000503c00602c00554400502c", + "0x501900513600600654400501800512c00600654400500601900648002c", + "0x4ac0051360060065440050200051190060065440052f2005136006006544", + "0x635800554400549800513e00647f00554400535b00501d006006544005", + "0x502c00513f00647a00554400503700513100647b00554400530a005132", + "0x60190060069de005006024006478005544005495005084006479005544", + "0x513600600654400501800512c0060065440052f2005136006006544005", + "0x30a0060065440050190051360060065440050200051190060065440054ac", + "0x600654400553e0052a200600654400553d00553c00600654400553c005", + "0x5440054a000513e00647f00554400535a00501d00600654400501d0050e2", + "0x13f00647a00554400549f00513100647b00554400500a005132006358005", + "0x54400547800503b00647800554400549b0050840064790055440052a2005", + "0x13200635800554400535800513e00647f00554400547f00501d006476005", + "0x54400547a00513100603600554400503600517600647b00554400547b005", + "0x1900547600554400547600503c00647900554400547900513f00647a005", + "0x654400514200505900600654400500601900647647947a03647b35847f", + "0x54400515100517e00600654400512b005059006006544005129005059006", + "0x51460052a200600654400514a0052a200600654400514e005055006006", + "0x340050550060065440051270052a200600654400512d005055006006544", + "0x513600600654400511100517e0060065440051360052a2006006544005", + "0x53c00600654400513000530a006006544005020005119006006544005019", + "0x600654400501d0050e20060065440051320052a200600654400513e005", + "0x654400513a00530a00600654400501a0050e100600654400501800512c", + "0x54400553c00530a00600654400500e0052a200600654400513400553c006", + "0x518a00513600600654400553e0052a200600654400553d00553c006006", + "0x17600666e0055440051a800513e00653300554400519c00501d006006544", + "0x5440050f700515c0062350055440050f800513f00652f005544005100005", + "0x54400510900553d0060065440050060190060069c7005006024006237005", + "0x512b005059006006544005129005059006006544005142005059006006", + "0x14a0052a200600654400514e005055006006544005126005502006006544", + "0x52a200600654400512d0050550060065440051460052a2006006544005", + "0x17e0060065440051360052a2006006544005034005055006006544005127", + "0x6006544005020005119006006544005019005136006006544005111005", + "0x65440051320052a200600654400513e00553c00600654400513000530a", + "0x54400501a0050e100600654400501800512c00600654400501d0050e2006", + "0x500e0052a200600654400513400553c00600654400513a00530a006006", + "0x53e0052a200600654400553d00553c00600654400553c00530a006006544", + "0x652000647c005544005006135006006544005159005039006006544005", + "0x554400547547c00a134006475005544005475005137006475005544005", + "0x515c00647200554400510d00513f00647300554400510e00513e006474", + "0x50590060065440050060190060069df005006024006338005544005474", + "0x50200600654400512b005059006006544005129005059006006544005142", + "0x600654400514a0052a200600654400514e005055006006544005126005", + "0x65440051270052a200600654400512d0050550060065440051460052a2", + "0x54400511100517e0060065440051360052a2006006544005034005055006", + "0x513000530a006006544005020005119006006544005019005136006006", + "0x1d0050e20060065440051320052a200600654400513e00553c006006544", + "0x530a00600654400501a0050e100600654400501800512c006006544005", + "0x30a00600654400500e0052a200600654400513400553c00600654400513a", + "0x600654400553e0052a200600654400553d00553c00600654400553c005", + "0x54400510c00513f00647300554400518200513e006006544005159005039", + "0x11900501d00600654400500603700633800554400510b00515c006472005", + "0x52f00554400529900517600666e00554400547300513e006533005544005", + "0x500602400623700554400533800515c00623500554400547200513f006", + "0x514200505900600654400517300522b0060065440050060190060069c7", + "0x12600550200600654400512b005059006006544005129005059006006544", + "0x52a200600654400514a0052a200600654400514e005055006006544005", + "0x550060065440051270052a200600654400512d005055006006544005146", + "0x60065440050200051190060065440051360052a2006006544005034005", + "0x65440051320052a200600654400513e00553c00600654400513000530a", + "0x54400501a0050e100600654400501800512c00600654400501d0050e2006", + "0x500e0052a200600654400513400553c00600654400513a00530a006006", + "0x53e0052a200600654400553d00553c00600654400553c00530a006006544", + "0x602400600654400549a005059006006544005159005039006006544005", + "0x1420050590060065440051140051600060065440050060190060069e0005", + "0x550200600654400512b005059006006544005129005059006006544005", + "0x2a200600654400514a0052a200600654400514e005055006006544005126", + "0x60065440051270052a200600654400512d005055006006544005146005", + "0x65440050200051190060065440051360052a2006006544005034005055", + "0x5440051320052a200600654400513e00553c00600654400513000530a006", + "0x501a0050e100600654400501800512c00600654400501d0050e2006006", + "0xe0052a200600654400513400553c00600654400513a00530a006006544", + "0x52a200600654400553d00553c00600654400553c00530a006006544005", + "0x2400600654400549a00505900600654400515900503900600654400553e", + "0x50590060065440051130051600060065440050060190060069e0005006", + "0x50200600654400512b005059006006544005129005059006006544005142", + "0x600654400514a0052a200600654400514e005055006006544005126005", + "0x65440051270052a200600654400512d0050550060065440051460052a2", + "0x5440050200051190060065440051360052a2006006544005034005055006", + "0x51320052a200600654400513e00553c00600654400513000530a006006", + "0x1a0050e100600654400501800512c00600654400501d0050e2006006544", + "0x52a200600654400513400553c00600654400513a00530a006006544005", + "0x2a200600654400553d00553c00600654400553c00530a00600654400500e", + "0x600654400549a00505900600654400515900503900600654400553e005", + "0x646d0055440050061010064710055440050060b0006006544005006037", + "0x533c00513600646b33c00a5440050190054df00646c00554400500618d", + "0x46900554400546a0054de00646a00554400546c46d47125a0ad006006544", + "0x46b00513700616b00554400516b00513e00611900554400511900501d006", + "0x546946b16b11921e4dc0064690055440054690054dd00646b005544005", + "0x50060190063420059e146300554400a4650054db00646546746825a544", + "0x9e246200554400a34500516100634534300a5440054630054da006006544", + "0x5440050060b0006006544005462005160006006544005006019006461005", + "0x646e34c00a54400534b0050ac00634b0055440053430054d900634a005", + "0x34700554400500617f00635f00554400500617000600654400534c0050fa", + "0x639945c00a5440053600050ac00636000554400534735f34a25a0ad006", + "0x54400546700513e00646800554400546800501d00600654400545c0050fa", + "0x18e0063990055440053990050ab00646e00554400546e0050ab006467005", + "0x9e345900554400a35400505300635445a45b25a54400539946e46746821e", + "0x544005006052006458005544005006135006006544005006019006363005", + "0x636600554400545745800a134006457005544005457005137006457005", + "0x240050ac00602400554400502402b00a050006024005544005459005051", + "0x36800a5440053680051540060065440054560050fa00636845600a544005", + "0x12400600654400545500513600645345536a25a544005454005155006454", + "0x54400536c00515800636c36a00a54400536a005123006006544005453005", + "0x13400645000554400545000513700645000554400536e00515900636e005", + "0x545b00501d00644e00554400536a00512200637000554400545036600a", + "0x644e00554400544e00512100645a00554400545a00513e00645b005544", + "0x37344b37225a54400537044e45a45b21e15d00637000554400537000515c", + "0x601900673f0059e444a00554400a373005120006006544005006020006", + "0x600654400537600516000637637400a54400544a00511f006006544005", + "0x11e00637c74137725a54400537500515500637536800a544005368005154", + "0x44800554400574100529900600654400537c005124006006544005377005", + "0x644444574225a5440053680051550062de00554400544837400a134006", + "0x554400544400511d00600654400544500513600600654400574200511e", + "0x15c0064420055440054432de00a13400644300554400537a00515900637a", + "0x1260060065440050060190060069e5005006024006441005544005442005", + "0x54400544d0051fe00644c44d00a54400573f0051fd006006544005368005", + "0x537200501d00600654400500603700644100554400544c00515c006006", + "0x652f00554400529900517600666e00554400544b00513e006533005544", + "0x9c700500602400623700554400544100515c00623500554400527d00513f", + "0x5440053630051fd00600654400502b005059006006544005006019006006", + "0x13e00653300554400545b00501d0060065440054400051fe00643f44000a", + "0x54400527d00513f00652f00554400529900517600666e00554400545a005", + "0x50060190060069c700500602400623700554400543f00515c006235005", + "0x3430054d700600654400502b00505900600654400546100519d006006544", + "0x51370063850055440050061bb00643c005544005006135006006544005", + "0x54400546800501d00638700554400538543c00a134006385005544005385", + "0x13f00652f00554400529900517600666e00554400546700513e006533005", + "0x69c700500602400623700554400538700515c00623500554400527d005", + "0xa5440053420051fd00600654400502b005059006006544005006019006", + "0x513e00653300554400546800501d00600654400543a0051fe00638b43a", + "0x554400527d00513f00652f00554400529900517600666e005544005467", + "0x5440050060190060069c700500602400623700554400538b00515c006235", + "0x544005142005059006006544005176005160006006544005006037006006", + "0x512600550200600654400512b005059006006544005129005059006006", + "0x1460052a200600654400514a0052a200600654400514e005055006006544", + "0x50550060065440051270052a200600654400512d005055006006544005", + "0x30a0060065440050200051190060065440051360052a2006006544005034", + "0x60065440051320052a200600654400513e00553c006006544005130005", + "0x654400501a0050e100600654400501800512c00600654400501d0050e2", + "0x54400500e0052a200600654400513400553c00600654400513a00530a006", + "0x553e0052a200600654400553d00553c00600654400553c00530a006006", + "0x11900501d00600654400502b005059006006544005159005039006006544", + "0x1900554400501900513700616b00554400516b00513e006119005544005", + "0x38f00554400a43900505300643938e38c25a54400501916b11925a52f006", + "0x50060520063930055440050061350060065440050060190063910059e6", + "0x39500554400543839300a134006438005544005438005137006438005544", + "0x50ac00602100554400502149a00a05000602100554400538f005051006", + "0xa5440054370051540060065440053970050fa00643739700a544005021", + "0x600654400539e00513600643639e39c25a54400539b00515500639b437", + "0x543500515800643539c00a54400539c005123006006544005436005124", + "0x6433005544005433005137006433005544005434005159006434005544", + "0x38c00501d00643000554400539c00512200643200554400543339500a134", + "0x43000554400543000512100638e00554400538e00513e00638c005544005", + "0x42d42c25a54400543243038e38c21e15d00643200554400543200515c006", + "0x190064290059e73a700554400a42a00512000600654400500602000642a", + "0x65440053ab0051600063ab3aa00a5440053a700511f006006544005006", + "0x642642b42825a5440053ad0051550063ad43700a544005437005154006", + "0x554400542b00529900600654400542600512400600654400542800511e", + "0x4233b342425a5440054370051550063b10055440053af3aa00a1340063af", + "0x54400542300511d0060065440053b300513600600654400542400511e006", + "0x64220055440053b73b100a1340063b70055440053b50051590063b5005", + "0x60065440050060190060069e80050060240063b900554400542200515c", + "0x53bb0051fe0064213bb00a5440054290051fd006006544005437005126", + "0x42c00501d0060065440050060370063b900554400542100515c006006544", + "0x52f00554400529900517600666e00554400542d00513e006533005544005", + "0x50060240062370055440053b900515c00623500554400527d00513f006", + "0x53910051fd00600654400549a0050590060065440050060190060069c7", + "0x653300554400538c00501d0060065440053bd0051fe00641f3bd00a544", + "0x527d00513f00652f00554400529900517600666e00554400538e00513e", + "0x60190060069c700500602400623700554400541f00515c006235005544", + "0x5059006006544005129005059006006544005142005059006006544005", + "0x2a200600654400514e00505500600654400512600550200600654400512b", + "0x600654400512d0050550060065440051460052a200600654400514a005", + "0x65440051360052a20060065440050340050550060065440051270052a2", + "0x54400513000530a006006544005020005119006006544005019005136006", + "0x501d0050e20060065440051320052a200600654400513e00553c006006", + "0x13a00530a00600654400501a0050e100600654400501800512c006006544", + "0x530a00600654400500e0052a200600654400513400553c006006544005", + "0x3900600654400553e0052a200600654400553d00553c00600654400553c", + "0x600654400549a00505900600654400502b005059006006544005159005", + "0x60065440050060190060069e90050060240063bf00554400511500515c", + "0x654400512b005059006006544005129005059006006544005142005059", + "0x54400514a0052a200600654400514e005055006006544005126005502006", + "0x51270052a200600654400512d0050550060065440051460052a2006006", + "0x190051360060065440051360052a2006006544005034005055006006544", + "0x553c00600654400513000530a006006544005020005119006006544005", + "0x12c00600654400501d0050e20060065440051320052a200600654400513e", + "0x600654400513a00530a00600654400501a0050e1006006544005018005", + "0x654400553c00530a00600654400500e0052a200600654400513400553c", + "0x54400515900503900600654400553e0052a200600654400553d00553c006", + "0x51170051fd00600654400549a00505900600654400502b005059006006", + "0x63bf00554400541c00515c00600654400541e0051fe00641c41e00a544", + "0x554400516b00513e00653300554400511900501d006006544005006037", + "0x515c00623500554400527d00513f00652f00554400529900517600666e", + "0x50590060065440050060190060069c70050060240062370055440053bf", + "0x50200600654400512b005059006006544005129005059006006544005142", + "0x600654400514a0052a200600654400514e005055006006544005126005", + "0x654400512d00505500600654400549a0050590060065440051460052a2", + "0x5440051360052a20060065440050340050550060065440051270052a2006", + "0x502000511900600654400501900513600600654400502b005059006006", + "0x1320052a200600654400513e00553c00600654400513000530a006006544", + "0x50e100600654400501800512c00600654400501d0050e2006006544005", + "0x2a200600654400513400553c00600654400513a00530a00600654400501a", + "0x600654400553d00553c00600654400553c00530a00600654400500e005", + "0x654400545f00505500600654400521b0052a200600654400553e0052a2", + "0x25a00517600666e00554400512400513e00653300554400500600501d006", + "0x23700554400515800515c00623500554400512300513f00652f005544005", + "0x41a00503b00641a00554400523741b00a13a00641b005544005006133006", + "0x66e00554400566e00513e00653300554400553300501d006419005544005", + "0x21e00513100652f00554400552f00517600600a00554400500a005132006", + "0x41900554400541900503c00623500554400523500513f00621e005544005", + "0x500606300602100554400500606400641923521e52f00a66e533019005", + "0x600500602400554400500606400627d005544005006005006299005544", + "0x600603600554400500606300603700554400500625a00602c005544005", + "0x613500554400500625a0062a200554400500600500630a005544005006", + "0x13b00554400500600500613300554400500616b006137005544005006006", + "0x554400500600500613f005544005006063006131005544005006064006", + "0x54400500606400614500554400500600500612e00554400500606400612f", + "0x500621500612a00554400500600500614900554400500606300612c005", + "0x900500a1c100600654400500603700600654400500621e00614d005544", + "0x51c200600654400500601900612512615125a9ea12712814e25a54400a", + "0x1550055440050061eb0061540055440051270050ea006127005544005127", + "0x51ee00615812300a5440051240050d30061240055440051550050d4006", + "0x1220055440051590052990061590055440051580051ef006006544005123", + "0x25a10b00612200554400512200513700612101900a54400501900509a006", + "0x600a18600615c00554400515c00513700615c49a00a54400512112225a", + "0x54400511f0050d100611f0055440051200050d200612015d00a54400515c", + "0x51f300611d00554400500618d0060065440051600051f200611e16000a", + "0x554400515d00501d00616400554400516300510800616300554400511e", + "0x510600612800554400512800513f00614e00554400514e00513e00615d", + "0x11d12814e15d0090cf0061640055440051640050d000611d00554400511d", + "0x54400515400506100600654400500602000616745f11b11c21e544005164", + "0x45f00554400545f27d00a12a00649a00554400549a29900a057006154005", + "0x50ce00600654400500601900611a0059eb16800554400a1670051f6006", + "0x500601900616c0059ec16b00554400a1190050cd006119005544005168", + "0x9f01160059ef16f0059ee1170059ed11800554400916b00500d006006544", + "0x5021005059006006544005024005059006006544005006019006115005", + "0xfc00611417300a544005118005252006172005544005006135006006544", + "0x17600a544005172005163006113005544005006283006006544005173005", + "0x11400505e00611200554400517700511c006006544005176005164006177", + "0x11311145f11b00924e00611300554400511300513700611111400a544005", + "0x1a00600654400500601900610e17e10f25a9f111017b17a25a54400a112", + "0x54400517a00513e00610d00554400510d00527d00610d005544005110005", + "0x9f218218100a54400a10d00502100617b00554400517b00513f00617a005", + "0x54400518100553d00600654400500603700600654400500601900610c005", + "0x60fe00618500554400510b00529900610b00554400518200549a006006", + "0x10900a54400510a00518100610a00554400518600510d006186005544005", + "0x18a00529900618a00554400518900510c006006544005109005182006189", + "0x18500a54400518500509a006185005544005185005137006108005544005", + "0x10618d00a54400510710849a25a10b006108005544005108005137006107", + "0x60065440051050051c50061041911291901050095440051540050e9006", + "0x654400510400513600600654400519100517e0060065440051900051c6", + "0x18500610312900a54400512900505e00612900554400512914d00a509006", + "0x19410618d25a10b006106005544005106005137006194005544005103005", + "0x54400510211c00a18600610200554400510200513700610219500a544005", + "0xff10000a54400519900510900619900554400519800510a00619810100a", + "0x519c00510800619c0055440050ff00518a006006544005100005189006", + "0x10600619f00554400500618d0060fd0055440050fe0051070060fe005544", + "0x54400510100501d00619500554400519500517600619f00554400519f005", + "0xfa1a41a325a9f30fb0fc1a025a54400a0fd19f17b17a21e105006101005", + "0x5440051a000513e0060fb0055440050fb005137006006544005006019006", + "0xf90059f400654400a0fb0051900060fc0055440050fc00513f0061a0005", + "0x55440051a700510d0061a70055440050060fe006006544005006019006", + "0x510c0060065440050f80051820060f70f800a5440051a80051810061a8", + "0xa54400501900509a0060f60055440051ab0052990061ab0055440050f7", + "0x1ae00a5440050f50f619525a10b0060f60055440050f60051370060f5019", + "0x1370060f30055440050f40051850060f412900a54400512900505e0061af", + "0x51370061b31b200a5440050f31af1ae25a10b0061af0055440051af005", + "0x50f100510a0060f10f200a5440051b310100a1860061b30055440051b3", + "0x60065440051b70051890060f01b700a5440051b60051090061b6005544", + "0x51ba0051070061ba0055440050ef0051080060ef0055440050f000518a", + "0x1760060ed0055440050ed0051060060ed00554400500618d0060ee005544", + "0xed0fc1a021e1050060f20055440050f200501d0061b20055440051b2005", + "0x1370060065440050060190061c21c10eb25a9f50ec1be1bd25a54400a0ee", + "0x5440051be00513f0061bd0055440051bd00513e0060ec0055440050ec005", + "0x10e0060065440050060190060ea0059f600654400a0ec0051900061be005", + "0xa5440051c50051810061c50055440050e900510d0060e9005544005006", + "0x52990060e70055440050e800510c0060065440051c60051820060e81c6", + "0x51851c91b225a10b0061c90055440051c90051370061c90055440050e7", + "0x55440051cc0051850061cc12900a54400512900505e0060e50e600a544", + "0xe30e400a5440051cd0e50e625a10b0060e50055440050e50051370061cd", + "0x10a0061d11d000a5440050e30f200a1860060e30055440050e3005137006", + "0x50e10051890061d40e100a5440050e20051090060e20055440051d1005", + "0x1070060e00055440051d50051080061d50055440051d400518a006006544", + "0x55440051d80051060061d800554400500618d0060df0055440050e0005", + "0x21e1050061d00055440051d000501d0060e40055440050e40051760061d8", + "0x5440050060190060db0dc1dc25a9f71db0dd0de25a54400a0df1d81be1bd", + "0x513f0060de0055440050de00513e0061db0055440051db005137006006", + "0x5440050060190061df0059f800654400a1db0051900060dd0055440050dd", + "0xda0051810060da0055440051e000510d0061e000554400500610e006006", + "0x1e40055440051e300510c0060065440050d90051820061e30d900a544005", + "0x51370060d701900a54400501900509a0060d80055440051e4005299006", + "0x12900505e0060d61e700a5440050d70d80e425a10b0060d80055440050d8", + "0x55440050d60051370061ea0055440050d50051850060d512900a544005", + "0xd40055440050d40051370060d41eb00a5440051ea0d61e725a10b0060d6", + "0x1090061ef0055440051ee00510a0061ee0d300a5440050d41d000a186006", + "0x5440050d100518a0060065440050d20051890060d10d200a5440051ef005", + "0x18d0060d00055440051f30051070061f30055440051f20051080061f2005", + "0x55440051eb0051760060cf0055440050cf0051060060cf005544005006", + "0x1f625a54400a0d00cf0dd0de21e1050060d30055440050d300501d0061eb", + "0x55440050cd0051370060065440050060190060cc1fa1f925a9f90cd0ce", + "0x51900060ce0055440050ce00513f0061f60055440051f600513e0060cd", + "0x54400a0ce1f600a1c10060065440050060190060cb0059fa00654400a0cd", + "0x50ca0051c20060065440050060190062022010c925a9fb0ca1fe1fd25a", + "0x10e0060c70055440050061010060c80055440050ca0050ea0060ca005544", + "0xa5440050c60051810060c600554400520500510d006205005544005006", + "0x529900620900554400520800510c0060065440050c50051820062080c5", + "0x55440050c70051370060c40055440050c40051370060c4005544005209", + "0x20d0095440050c80050e900620c0c300a5440050c70c41eb25a10b0060c7", + "0x17e0060065440050c20051c600600654400520d0051c50062112100c10c2", + "0xc00055440050c1005185006006544005211005136006006544005210005", + "0xc325a10b0060c00055440050c000513700620c00554400520c005137006", + "0xbf0d300a1860060bf0055440050bf0051370060bf12b00a5440050c020c", + "0xa5440050bd0051090060bd0055440050be00510a0060be21400a544005", + "0x51080060bc00554400521800518a006006544005217005189006218217", + "0x21a00554400500618d0062190055440050bb0051070060bb0055440050bc", + "0x14900a05700621a00554400521a0051060061fd0055440051fd00513e006", + "0x21921a1fe1fd21e10500621400554400521400501d00612b00554400512b", + "0x51370060065440050060190060b70b821d25a9fc21c0b90ba25a54400a", + "0x55440050b900513f0060ba0055440050ba00513e00621c00554400521c", + "0x513600600654400500601900621f0059fd00654400a21c0051900060b9", + "0x2a200600654400513500553c00600654400513700530a006006544005019", + "0x600654400501800512c0060065440050200050e20060065440052a2005", + "0x654400530a00530a00600654400513300517700600654400501a0050e1", + "0x54400503600505500600654400502c0052a200600654400503700553c006", + "0x54400500624b0060b600554400500613500600654400513b0052a2006006", + "0x11c0060065440050b40051640060b30b400a5440050b60051630060b5005", + "0x1140b90ba00924e0060b50055440050b50051370060b20055440050b3005", + "0x60065440050060190060ad0ae0af25a9fe0b014a0b125a54400a0b20b5", + "0x50b000516c0060b10055440050b100513e00621400554400521400501d", + "0x5440050b00b121425a11700614a00554400514a12a00a12a0060b0005544", + "0x5440050060190060a80059ff0a900554400a0aa00516f0060aa0ab0ac25a", + "0x51150060065440050a70051190060a60a700a5440050a9005116006006", + "0x55440050061350060065440050060190060a5005a0014600554400a0a6", + "0x51640060a10a200a5440050a40051630060a300554400500624c0060a4", + "0x5e0060065440050060200060a00055440050a100511c0060065440050a2", + "0x14612c00a0500060a30055440050a300513700609f12900a544005129005", + "0x25aa0109c09d09e25a54400a0a00a309f14a0ab00924e006146005544005", + "0x527d00609800554400509c00501a00600654400500601900609909a09b", + "0x554400509d00513f00609e00554400509e00513e006098005544005098", + "0x6006544005006019006095005a0209609700a54400a09800502100609d", + "0x55440050061eb00609400554400509600549a00600654400509700553d", + "0x50d30060910055440050930050d4006092005544005094005299006093", + "0x554400508f0051ef0060065440050900051ee00608f09000a544005091", + "0x513700608d00554400508d00513700608d00554400508e00529900608e", + "0x8c00513700608c13e00a54400509208d12b25a10b006092005544005092", + "0x54400508a0050d200608a08b00a54400508c0ac00a18600608c005544005", + "0x18d0060065440050880051f200608708800a5440050890050d1006089005", + "0x55440050850051080060850055440050870051f3006086005544005006", + "0x513f00609e00554400509e00513e00608b00554400508b00501d006084", + "0x55440050840050d000608600554400508600510600609d00554400509d", + "0x13f00a05700608113008208321e54400508408609d09e08b0090cf006084", + "0x54400a0810051f600613000554400513012f00a12a00613e00554400513e", + "0x607e0055440050800050ce00600654400500601900607f005a03080005", + "0x7d00500d00600654400500601900607c005a0407d00554400a07e0050cd", + "0x5006019006077005a08078005a07079005a0607a005a0507b005544009", + "0x1450052a200600654400512e00505900600654400507b00522b006006544", + "0x5131005059006006544005006019006006a09005006024006006544005", + "0x7a00525200607600554400500613500600654400512900517e006006544", + "0x607300554400500624b0060065440050750050fc00607407500a544005", + "0x507100511c00600654400507200516400607107200a544005076005163", + "0xa07007307413008200924e006073005544005073005137006070005544", + "0x500603700600654400500601900606b06c06d25aa0a06e12d06f25a544", + "0x16c00606f00554400506f00513e00608300554400508300501d006006544", + "0x6f08325a11700612d00554400512d14500a12a00606e00554400506e005", + "0x19006066005a0b06700554400a06800516f00606806906a25a54400506e", + "0x654400506500511900606406500a544005067005116006006544005006", + "0x60b0006006544005006019006062005a0c06300554400a064005115006", + "0x65440050600050fa00605f06000a5440050630050ac006061005544005", + "0x5d05e06125a0ad00605d00554400500635d00605e00554400500635e006", + "0x654400505b0050fa00605a05b00a54400505c0050ac00605c005544005", + "0x6a00501d0060065440050590050fa00605805900a5440051460050ac006", + "0x5f00554400505f0050ab00606900554400506900513e00606a005544005", + "0x6a0095210060580055440050580050ab00605a00554400505a0050ab006", + "0x5a0d05400554400a05500505300605505605725a54400505805a05f069", + "0x5544005006052006052005544005006135006006544005006019006053", + "0x5100605000554400505105200a134006051005544005051005137006051", + "0x51420050ac00614200554400514212e00a050006142005544005054005", + "0x4d04e00a54400504e00515400600654400504f0050fa00604e04f00a544", + "0x512400600654400504b00513600604a04b04c25a54400504d005155006", + "0x554400504900515800604904c00a54400504c00512300600654400504a", + "0xa134006047005544005047005137006047005544005048005159006048", + "0x54400505700501d00604500554400504c005122006046005544005047050", + "0x15c00604500554400504500512100605600554400505600513e006057005", + "0x604204304425a54400504604505605721e15d006046005544005046005", + "0x5006019006040005a0e04100554400a042005120006006544005006020", + "0x15400600654400503d00516000603d03e00a54400504100511f006006544", + "0x511e00603903a03b25a54400503c00515500603c04e00a54400504e005", + "0x603800554400503a00529900600654400503900512400600654400503b", + "0x11e00622466d53b25a54400504e00515500622200554400503803e00a134", + "0x22500554400522400511d00600654400566d00513600600654400553b005", + "0x515c00622a00554400553a22200a13400653a005544005225005159006", + "0x5126006006544005006019006006a0f00500602400600d00554400522a", + "0x654400522b0051fe00622d22b00a5440050400051fd00600654400504e", + "0x54400504400501d00600654400500603700600d00554400522d00515c006", + "0x13f00653600554400513e00517600653700554400504300513e006539005", + "0x6a1000500602400653400554400500d00515c00653500554400512d005", + "0xa5440050530051fd00600654400512e005059006006544005006019006", + "0x513e00653900554400505700501d0060065440055330051fe00666e533", + "0x554400512d00513f00653600554400513e005176006537005544005056", + "0x544005006019006006a1000500602400653400554400566e00515c006535", + "0x51460050fa00600654400512e005059006006544005062005160006006", + "0x23500513700623500554400500652000652f005544005006135006006544", + "0x554400506a00501d00623700554400523552f00a134006235005544005", + "0x515c00623a00554400512d00513f00652d00554400506900513e00652e", + "0x5059006006544005006019006006a1100500602400623d005544005237", + "0x24023e00a5440050660051fd0060065440051460050fa00600654400512e", + "0x506900513e00652e00554400506a00501d00600654400523e0051fe006", + "0x623d00554400524000515c00623a00554400512d00513f00652d005544", + "0x5059006006544005006037006006544005006019006006a11005006024", + "0x1d0060065440051450052a20060065440051460050fa00600654400512e", + "0x54400506c00513f00652d00554400506d00513e00652e005544005083005", + "0x13e00653900554400552e00501d00623d00554400506b00515c00623a005", + "0x54400523a00513f00653600554400513e00517600653700554400552d005", + "0x5006019006006a1000500602400653400554400523d00515c006535005", + "0x1450052a200600654400512e005059006006544005079005160006006544", + "0x5078005160006006544005006019006006a09005006024006006544005", + "0x50060240060065440051450052a200600654400512e005059006006544", + "0x512e005059006006544005077005160006006544005006019006006a09", + "0x51460050ac0060065440050060370060065440051450052a2006006544", + "0x608300554400508300501d00600654400552c0050fa00652b52c00a544", + "0x512900510000652b00554400552b0050ab00608200554400508200513e", + "0x52600505300652624352825a54400512952b08208321e307006129005544", + "0x523005544005006135006006544005006019006524005a1252500554400a", + "0x52252300a134006522005544005522005137006522005544005006052006", + "0x554400513213100a050006132005544005525005051006248005544005", + "0x515400600654400524a0050fa00625124a00a5440051320050ac006132", + "0x25200513600624b25224e25a54400524c00515500624c25100a544005251", + "0x625424e00a54400524e00512300600654400524b005124006006544005", + "0x5521005137006521005544005256005159006256005544005254005158", + "0x3f00554400524e00512200652000554400552124800a134006521005544", + "0x3f00512100624300554400524300513e00652800554400552800501d006", + "0x552003f24352821e15d00652000554400552000515c00603f005544005", + "0xa1351d00554400a25900512000600654400500602000625951e51f25a544", + "0x516000651951a00a54400551d00511f00600654400500601900651c005", + "0x25a54400525d00515500625d25100a544005251005154006006544005519", + "0x529900600654400571b00512400600654400525800511e00671b518258", + "0x54400525100515500651600554400551751a00a134006517005544005518", + "0x11d00600654400526500513600600654400526400511e00626726526425a", + "0x526951600a134006269005544005515005159006515005544005267005", + "0x6019006006a1400500602400651300554400551400515c006514005544", + "0x650f51200a54400551c0051fd006006544005251005126006006544005", + "0x654400500603700651300554400550f00515c0060065440055120051fe", + "0x13e00517600653700554400551e00513e00653900554400551f00501d006", + "0x53400554400551300515c00653500554400513000513f006536005544005", + "0x6006544005131005059006006544005006019006006a10005006024006", + "0x552800501d0060065440051430051fe00615214300a5440055240051fd", + "0x653600554400513e00517600653700554400524300513e006539005544", + "0xa1000500602400653400554400515200515c00653500554400513000513f", + "0x54400512900517e006006544005131005059006006544005006019006006", + "0x51450052a200600654400512e0050590060065440051460050fa006006", + "0x5006019006006a1500500602400616100554400507c00515c006006544", + "0x1460050fa00600654400512900517e006006544005131005059006006544", + "0x51fd0060065440051450052a200600654400512e005059006006544005", + "0x554400517f00515c0060065440051700051fe00617f17000a54400507f", + "0x508200513e00653900554400508300501d006006544005006037006161", + "0x653500554400513000513f00653600554400513e005176006537005544", + "0x6006544005006019006006a1000500602400653400554400516100515c", + "0x654400512e00505900600654400513100505900600654400509500553d", + "0x5440051450052a20060065440051460050fa00600654400512900517e006", + "0x54400500613500600654400513f00505500600654400512f0052a2006006", + "0xa13400619d00554400519d00513700619d00554400500652000618e005", + "0x54400509d00513f0061bb00554400509e00513e0061ac00554400519d18e", + "0x5006019006006a160050060240061d90055440051ac00515c0061ca005", + "0x12900517e00600654400512e005059006006544005131005059006006544", + "0x52a20060065440051450052a20060065440051460050fa006006544005", + "0x61bb00554400509b00513e00600654400513f00505500600654400512f", + "0x5440050060370061d900554400509900515c0061ca00554400509a00513f", + "0x51760065370055440051bb00513e0065390055440050ac00501d006006", + "0x55440051d900515c0065350055440051ca00513f00653600554400512b", + "0x65440050a5005160006006544005006019006006a10005006024006534", + "0x54400512900517e00600654400512e005059006006544005131005059006", + "0x513f00505500600654400512f0052a20060065440051450052a2006006", + "0x50065200061e800554400500613500600654400512c005059006006544", + "0x2060055440051f71e800a1340061f70055440051f70051370061f7005544", + "0x14a00513f00602e0055440050ab00513e0062150055440050ac00501d006", + "0x19006006a1700500602400650c00554400520600515c00650e005544005", + "0x17e00600654400512e005059006006544005131005059006006544005006", + "0x600654400512f0052a20060065440051450052a2006006544005129005", + "0xa5440050a80051fd00600654400512c00505900600654400513f005055", + "0x513e0062150055440050ac00501d00600654400527f0051fe00650a27f", + "0x554400550a00515c00650e00554400514a00513f00602e0055440050ab", + "0x6544005131005059006006544005006019006006a1700500602400650c", + "0x54400512900517e00600654400512e00505900600654400512c005059006", + "0x513f00505500600654400512f0052a20060065440051450052a2006006", + "0x513e00621500554400521400501d00600654400512a0052a2006006544", + "0x55440050ad00515c00650e0055440050ae00513f00602e0055440050af", + "0x517600653700554400502e00513e00653900554400521500501d00650c", + "0x554400550c00515c00653500554400550e00513f00653600554400512b", + "0x654400521f005103006006544005006019006006a10005006024006534", + "0x54400512e00505900600654400512c005059006006544005131005059006", + "0x512f0052a20060065440051450052a200600654400512900517e006006", + "0x11400517e00600654400512a0052a200600654400513f005055006006544", + "0x65090055440050ba00513e00628100554400521400501d006006544005", + "0xa1800500602400613a0055440050b900513f00653d00554400512b005176", + "0x54400512c005059006006544005131005059006006544005006019006006", + "0x51450052a200600654400512900517e00600654400512e005059006006", + "0x12a0052a200600654400513f00505500600654400512f0052a2006006544", + "0x517e00600654400513b0052a2006006544005036005055006006544005", + "0x53c00600654400513700530a006006544005019005136006006544005114", + "0x60065440050200050e20060065440052a20052a2006006544005135005", + "0x654400513300517700600654400501a0050e100600654400501800512c", + "0x54400502c0052a200600654400503700553c00600654400530a00530a006", + "0x517600650700554400521d00513e00650800554400521400501d006006", + "0x55440050b700515c0065050055440050b800513f00628300554400512b", + "0x6544005131005059006006544005006019006006a19005006024006223", + "0x54400512900517e00600654400512e00505900600654400512c005059006", + "0x512f0052a20060065440051450052a2006006544005149005055006006", + "0x3600505500600654400512a0052a200600654400513f005055006006544", + "0x513600600654400511400517e00600654400513b0052a2006006544005", + "0x2a200600654400513500553c00600654400513700530a006006544005019", + "0x600654400501800512c0060065440050200050e20060065440052a2005", + "0x654400530a00530a00600654400513300517700600654400501a0050e1", + "0x5440050d300501d00600654400502c0052a200600654400503700553c006", + "0x13f0062830055440051eb0051760065070055440050c900513e006508005", + "0x54400550800504f00622300554400520200515c006505005544005201005", + "0x4c00653600554400528300504d00653700554400550700504e006539005", + "0x6a1000500602400653400554400522300504b006535005544005505005", + "0x65440051310050590060065440050cb005103006006544005006019006", + "0x54400512900517e00600654400512e00505900600654400512c005059006", + "0x512f0052a20060065440051450052a2006006544005149005055006006", + "0x11400517e00600654400512a0052a200600654400513f005055006006544", + "0x65090055440051f600513e0062810055440050d300501d006006544005", + "0xa1800500602400613a0055440050ce00513f00653d0055440051eb005176", + "0x54400512c005059006006544005131005059006006544005006019006006", + "0x514900505500600654400512900517e00600654400512e005059006006", + "0x13f00505500600654400512f0052a20060065440051450052a2006006544", + "0x52a200600654400503600505500600654400512a0052a2006006544005", + "0x30a00600654400501900513600600654400511400517e00600654400513b", + "0x60065440052a20052a200600654400513500553c006006544005137005", + "0x654400501a0050e100600654400501800512c0060065440050200050e2", + "0x54400503700553c00600654400530a00530a006006544005133005177006", + "0x1f900513e0065390055440050d300501d00600654400502c0052a2006006", + "0x5350055440051fa00513f0065360055440051eb005176006537005544005", + "0x6544005006019006006a100050060240065340055440050cc00515c006", + "0x54400512c0050590060065440051310050590060065440051df005103006", + "0x514900505500600654400512900517e00600654400512e005059006006", + "0x13f00505500600654400512f0052a20060065440051450052a2006006544", + "0x501d00600654400511400517e00600654400512a0052a2006006544005", + "0x55440050e40051760065090055440050de00513e0062810055440051d0", + "0x544005006019006006a1800500602400613a0055440050dd00513f00653d", + "0x512e00505900600654400512c005059006006544005131005059006006", + "0x1450052a200600654400514900505500600654400512900517e006006544", + "0x52a200600654400513f00505500600654400512f0052a2006006544005", + "0x17e00600654400513b0052a200600654400503600505500600654400512a", + "0x600654400513700530a006006544005019005136006006544005114005", + "0x65440050200050e20060065440052a20052a200600654400513500553c", + "0x54400513300517700600654400501a0050e100600654400501800512c006", + "0x502c0052a200600654400503700553c00600654400530a00530a006006", + "0x1760065370055440051dc00513e0065390055440051d000501d006006544", + "0x5440050db00515c0065350055440050dc00513f0065360055440050e4005", + "0x5440050ea005103006006544005006019006006a10005006024006534005", + "0x512e00505900600654400512c005059006006544005131005059006006", + "0x1450052a200600654400514900505500600654400512900517e006006544", + "0x52a200600654400513f00505500600654400512f0052a2006006544005", + "0x1d00600654400518500513600600654400511400517e00600654400512a", + "0x5440051b20051760065090055440051bd00513e0062810055440050f2005", + "0x5006019006006a1800500602400613a0055440051be00513f00653d005", + "0x12e00505900600654400512c005059006006544005131005059006006544", + "0x52a200600654400514900505500600654400512900517e006006544005", + "0x2a200600654400513f00505500600654400512f0052a2006006544005145", + "0x600654400513b0052a200600654400503600505500600654400512a005", + "0x654400513700530a00600654400501900513600600654400511400517e", + "0x5440050200050e20060065440052a20052a200600654400513500553c006", + "0x513300517700600654400501a0050e100600654400501800512c006006", + "0x2c0052a200600654400503700553c00600654400530a00530a006006544", + "0x13e0065390055440050f200501d006006544005185005136006006544005", + "0x5440051c100513f0065360055440051b20051760065370055440050eb005", + "0x5006019006006a100050060240065340055440051c200515c006535005", + "0x12c0050590060065440051310050590060065440050f9005103006006544", + "0x505500600654400512900517e00600654400512e005059006006544005", + "0x5500600654400512f0052a20060065440051450052a2006006544005149", + "0x600654400511400517e00600654400512a0052a200600654400513f005", + "0x5440051a000513e00628100554400510100501d006006544005185005136", + "0x5700613a0055440050fc00513f00653d005544005195005176006509005", + "0x1a0054a000613a00554400513a13b00a12a00653d00554400553d03600a", + "0x30a00530a006006544005006019006504005a1b287005a1a28500554425a", + "0x612f00600654400502c0052a200600654400503700553c006006544005", + "0x101006502005544005006101006289005544005006101006503005544005", + "0x528100501d00650100554400550650228925a09e006506005544005006", + "0x621e00554400521e00513100650900554400550900513e006281005544", + "0x528500516c00650100554400550100509d006503005544005503005142", + "0x64fc4fe2474ff21e54400528550150321e50928101809c006285005544", + "0x4f80050910060065440050060190064f7005a1c4f800554400a4fc00509b", + "0x4ff0055440054ff00501d0060065440054f50051190061344f500a544005", + "0x4fe00513100600a00554400500a00513200624700554400524700513e006", + "0x1900a54400501900509a00613a00554400513a00513f0064fe005544005", + "0x13700629213400a54400513400509a006726005544005726005137006726", + "0x513413300a1180060200055440050200051d5006292005544005292005", + "0x2f4f101854400502029272601813a4fe00a2474ff020492006134005544", + "0x54400513613500a14a00600e00554400500e13700a14900629453c13600e", + "0xa1d4ef00554400a29400517b00653c00554400553c2a200a12a006136005", + "0x544005006135006216005544005006135006006544005006019006296005", + "0x64ec0055440054ee0053100064ee00554400513401900a30e006298005", + "0x54f100501d0060065440054eb0050450064ea4eb00a5440054ec005046", + "0x64ea0055440054ea00504400602f00554400502f00513e0064f1005544", + "0x2f4f100904300629800554400529800515c00621600554400521600515c", + "0x4e5005a1e4e600554400a4e70050420064e74e84e925a5440052982164ea", + "0x4e20051600064e24e34e425a5440054e6005041006006544005006019006", + "0x60065440054e10051640064e04e100a5440054e4005163006006544005", + "0x54e000511c0060065440054df0051640064de4df00a5440054e3005163", + "0x54400a4dc4dd53c4e821e0e80064dc0055440054de00511c0064dd005544", + "0x5440054ef0050400060065440050060190064d74d84d925aa1f4da4db00a", + "0xa03e0064d400554400500602b0060065440054d50051600064d54d600a", + "0x5440054e900501d0064d20055440054d300503d0064d30055440054d44d6", + "0x17600600e00554400500e0051320064db0055440054db00513e0064e9005", + "0x5440054da00513f00613600554400513600513100653d00554400553d005", + "0x64d24da13653d00e4db4e90190054d20055440054d200503c0064da005", + "0x64d10055440050061330060065440054ef005110006006544005006019", + "0x4e900501d0064cf0055440054d000503b0064d00055440054d74d100a13a", + "0xe00554400500e0051320064d90055440054d900513e0064e9005544005", + "0x4d800513f00613600554400513600513100653d00554400553d005176006", + "0x4d813653d00e4d94e90190054cf0055440054cf00503c0064d8005544005", + "0x5440054e500503b0060065440054ef0051100060065440050060190064cf", + "0x1320064e80055440054e800513e0064e90055440054e900501d0064ce005", + "0x54400513600513100653d00554400553d00517600600e00554400500e005", + "0x190054ce0055440054ce00503c00653c00554400553c00513f006136005", + "0x65440050190051360060065440050060190064ce53c13653d00e4e84e9", + "0x54f100501d0064cc00554400529600503b006006544005134005136006", + "0x600e00554400500e00513200602f00554400502f00513e0064f1005544", + "0x553c00513f00613600554400513600513100653d00554400553d005176", + "0x4cc53c13653d00e02f4f10190054cc0055440054cc00503c00653c005544", + "0x654400513700530a006006544005019005136006006544005006019006", + "0x5440050200050e20060065440052a20052a200600654400513500553c006", + "0x54f700503b00600654400513300517700600654400501800512c006006", + "0x624700554400524700513e0064ff0055440054ff00501d0064ca005544", + "0x54fe00513100653d00554400553d00517600600a00554400500a005132", + "0x54ca0055440054ca00503c00613a00554400513a00513f0064fe005544", + "0x54400513700530a0060065440050060190064ca13a4fe53d00a2474ff019", + "0x51330051770060065440052a20052a200600654400513500553c006006", + "0x13200650900554400550900513e00628100554400528100501d006006544", + "0x54400513a00513f00621e00554400521e00513100600a00554400500a005", + "0x64c80055440054c80051370064c801900a54400501900509a00613a005", + "0x200051d50064c60055440054c60051370064c628700a54400528700509a", + "0x4c50185440050204c64c801813a21e00a509281020492006020005544005", + "0x553e03700a14a00603400554400503430a00a1490064c302b53e0344c4", + "0x4c100554400a4c300517b00602b00554400502b02c00a12a00653e005544", + "0x50061350062bf0055440050061350060065440050060190064c0005a20", + "0x4cd0055440052c10053100062c100554400528701900a30e0062c0005544", + "0x4c500501d0060065440052c30050450064cb2c300a5440054cd005046006", + "0x4cb0055440054cb0050440064c40055440054c400513e0064c5005544005", + "0x4c50090430062c00055440052c000515c0062bf0055440052bf00515c006", + "0x5a214c700554400a2c70050420062c74c92c525a5440052c02bf4cb4c4", + "0x51600064bf2cb4c225a5440054c70050410060065440050060190062c9", + "0x65440052ce0051640064be2ce00a5440054c20051630060065440054bf", + "0x4be00511c0060065440054bd0051640064bc4bd00a5440052cb005163006", + "0xa4ba4bb02b4c921e0e80064ba0055440054bc00511c0064bb005544005", + "0x54c10050400060065440050060190062d64b54b625aa224b74b900a544", + "0x3e0064b200554400500602b0060065440054b30051600064b372d00a544", + "0x52c500501d0064b10055440052da00503d0062da0055440054b272d00a", + "0x60340055440050340051320064b90055440054b900513e0062c5005544", + "0x54b700513f00653e00554400553e00513100653d00554400553d005176", + "0x4b14b753e53d0344b92c50190054b10055440054b100503c0064b7005544", + "0x2dd0055440050061330060065440054c1005110006006544005006019006", + "0x501d00672f0055440054b000503b0064b00055440052d62dd00a13a006", + "0x55440050340051320064b60055440054b600513e0062c50055440052c5", + "0x513f00653e00554400553e00513100653d00554400553d005176006034", + "0x53e53d0344b62c501900572f00554400572f00503c0064b50055440054b5", + "0x52c900503b0060065440054c100511000600654400500601900672f4b5", + "0x64c90055440054c900513e0062c50055440052c500501d0064af005544", + "0x553e00513100653d00554400553d005176006034005544005034005132", + "0x54af0055440054af00503c00602b00554400502b00513f00653e005544", + "0x5440050190051360060065440050060190064af02b53e53d0344c92c5019", + "0x4c500501d0063570055440054c000503b006006544005287005136006006", + "0x340055440050340051320064c40055440054c400513e0064c5005544005", + "0x2b00513f00653e00554400553e00513100653d00554400553d005176006", + "0x2b53e53d0344c44c501900535700554400535700503c00602b005544005", + "0x5440050190051360060065440055040050a2006006544005006019006357", + "0x52a20052a200600654400513500553c00600654400513700530a006006", + "0x13300517700600654400501800512c0060065440050200050e2006006544", + "0x52a200600654400503700553c00600654400530a00530a006006544005", + "0x1370062e40055440050064910062e200554400500613500600654400502c", + "0x5440050061330062e70055440052e42e200a1340062e40055440052e4005", + "0x62f30055440054ae00503b0064ae0055440052e72e800a13a0062e8005", + "0x500a00513200650900554400550900513e00628100554400528100501d", + "0x621e00554400521e00513100653d00554400553d00517600600a005544", + "0xa5092810190052f30055440052f300503c00613a00554400513a00513f", + "0x50590060065440051310050590060065440050060190062f313a21e53d", + "0x5500600654400512900517e00600654400512e00505900600654400512c", + "0x600654400512f0052a20060065440051450052a2006006544005149005", + "0x654400503600505500600654400512a0052a200600654400513f005055", + "0x54400501900513600600654400511400517e00600654400513b0052a2006", + "0x52a20052a200600654400513500553c00600654400513700530a006006", + "0x1a0050e100600654400501800512c0060065440050200050e2006006544", + "0x553c00600654400530a00530a006006544005133005177006006544005", + "0x1d00600654400518500513600600654400502c0052a2006006544005037", + "0x5440051950051760065370055440051a300513e006539005544005101005", + "0x240065340055440050fa00515c0065350055440051a400513f006536005", + "0x505900600654400510c00553d006006544005006019006006a10005006", + "0x50200600654400512e00505900600654400512c005059006006544005131", + "0x60065440051450052a200600654400514900505500600654400514d005", + "0x654400512a0052a200600654400513f00505500600654400512f0052a2", + "0x54400511400517e00600654400513b0052a2006006544005036005055006", + "0x513500553c00600654400513700530a006006544005019005136006006", + "0x1800512c0060065440050200050e20060065440052a20052a2006006544", + "0x530a00600654400513300517700600654400501a0050e1006006544005", + "0x3900600654400502c0052a200600654400503700553c00600654400530a", + "0x62e10055440050065200062ec005544005006135006006544005154005", + "0x17a00513e0062f20055440052e12ec00a1340062e10055440052e1005137", + "0x3610055440052f200515c0062f100554400517b00513f0064ac005544005", + "0x6006544005131005059006006544005006019006006a23005006024006", + "0x654400514d00550200600654400512e00505900600654400512c005059", + "0x54400512f0052a20060065440051450052a2006006544005149005055006", + "0x503600505500600654400512a0052a200600654400513f005055006006", + "0x1900513600600654400511400517e00600654400513b0052a2006006544", + "0x52a200600654400513500553c00600654400513700530a006006544005", + "0xe100600654400501800512c0060065440050200050e20060065440052a2", + "0x600654400530a00530a00600654400513300517700600654400501a005", + "0x654400515400503900600654400502c0052a200600654400503700553c", + "0x10e00515c0062f100554400517e00513f0064ac00554400510f00513e006", + "0x13e00653900554400511c00501d006006544005006037006361005544005", + "0x5440052f100513f00653600554400549a0051760065370055440054ac005", + "0x5006019006006a1000500602400653400554400536100515c006535005", + "0x12c00505900600654400513100505900600654400511700522b006006544", + "0x505500600654400514d00550200600654400512e005059006006544005", + "0x5500600654400512f0052a20060065440051450052a2006006544005149", + "0x600654400503600505500600654400512a0052a200600654400513f005", + "0x654400513500553c00600654400513700530a00600654400513b0052a2", + "0x54400501800512c0060065440050200050e20060065440052a20052a2006", + "0x530a00530a00600654400513300517700600654400501a0050e1006006", + "0x15400503900600654400502c0052a200600654400503700553c006006544", + "0x5006019006006a24005006024006006544005021005059006006544005", + "0x12c00505900600654400513100505900600654400516f005160006006544", + "0x505500600654400514d00550200600654400512e005059006006544005", + "0x5500600654400512f0052a20060065440051450052a2006006544005149", + "0x600654400503600505500600654400512a0052a200600654400513f005", + "0x654400513500553c00600654400513700530a00600654400513b0052a2", + "0x54400501800512c0060065440050200050e20060065440052a20052a2006", + "0x530a00530a00600654400513300517700600654400501a0050e1006006", + "0x15400503900600654400502c0052a200600654400503700553c006006544", + "0x5006019006006a24005006024006006544005021005059006006544005", + "0x12c005059006006544005131005059006006544005116005160006006544", + "0x505500600654400514d00550200600654400512e005059006006544005", + "0x5500600654400512f0052a20060065440051450052a2006006544005149", + "0x600654400503600505500600654400512a0052a200600654400513f005", + "0x654400513500553c00600654400513700530a00600654400513b0052a2", + "0x54400501800512c0060065440050200050e20060065440052a20052a2006", + "0x530a00530a00600654400513300517700600654400501a0050e1006006", + "0x15400503900600654400502c0052a200600654400503700553c006006544", + "0x50060b0006006544005006037006006544005021005059006006544005", + "0x54df0064a800554400500618d0064a90055440050061010064ab005544", + "0x54a84a94ab25a0ad0060065440053620051360064a736200a544005019", + "0x611c00554400511c00501d0062fb0055440054a60054de0064a6005544", + "0x52fb0054dd0064a70055440054a700513700611b00554400511b00513e", + "0x28a0054db00628a4a32fd25a5440052fb4a711b11c21e4dc0062fb005544", + "0xa5440054a20054da00600654400500601900635a005a254a200554400a", + "0x600654400500601900649c005a2649e00554400a49f00516100649f4a0", + "0x55440054a00054d900649b0055440050060b000600654400549e005160", + "0x617000600654400535d0050fa00630735d00a54400535e0050ac00635e", + "0x554400535c49949b25a0ad00635c00554400500617f006499005544005", + "0x501d0060065440054980050fa00649749800a54400535b0050ac00635b", + "0x55440053070050ab0064a30055440054a300513e0062fd0055440052fd", + "0x49625a5440054973074a32fd21e18e0064970055440054970050ab006307", + "0x6006544005006019006492005a2749300554400a494005053006494495", + "0x554400531000513700631000554400500605200630e005544005006135", + "0x5000621b00554400549300505100649100554400531030e00a134006310", + "0x4900050fa00631349000a54400521b0050ac00621b00554400521b02400a", + "0x48f25a54400531500515500631531300a544005313005154006006544005", + "0x48f00512300600654400531800512400600654400548e00513600631848e", + "0x554400548d00515900648d00554400531a00515800631a48f00a544005", + "0x12200648c00554400531c49100a13400631c00554400531c00513700631c", + "0x54400549500513e00649600554400549600501d00648b00554400548f005", + "0x15d00648c00554400548c00515c00648b00554400548b005121006495005", + "0x512000600654400500602000632132248925a54400548c48b49549621e", + "0x54400532300511f006006544005006019006325005a2832300554400a321", + "0x648631300a54400531300515400600654400548700516000648748800a", + "0x48400512400600654400548500511e00648435948525a544005486005155", + "0x48200554400548348800a134006483005544005359005299006006544005", + "0x513600600654400548100511e00647f48048125a544005313005155006", + "0x47b00554400535800515900635800554400547f00511d006006544005480", + "0x602400647900554400547a00515c00647a00554400547b48200a134006", + "0x3250051fd006006544005313005126006006544005006019006006a29005", + "0x47900554400547600515c0060065440054780051fe00647647800a544005", + "0x54400532200513e00653900554400548900501d006006544005006037006", + "0x15c00653500554400545f00513f00653600554400549a005176006537005", + "0x59006006544005006019006006a10005006024006534005544005479005", + "0x54400547c0051fe00647547c00a5440054920051fd006006544005024005", + "0x517600653700554400549500513e00653900554400549600501d006006", + "0x554400547500515c00653500554400545f00513f00653600554400549a", + "0x654400549c00519d006006544005006019006006a10005006024006534", + "0x55440050061350060065440054a00054d7006006544005024005059006", + "0x47400a1340064730055440054730051370064730055440050061bb006474", + "0x55440054a300513e0065390055440052fd00501d006472005544005473", + "0x515c00653500554400545f00513f00653600554400549a005176006537", + "0x5059006006544005006019006006a10005006024006534005544005472", + "0x65440053380051fe00647133800a54400535a0051fd006006544005024", + "0x49a0051760065370055440054a300513e0065390055440052fd00501d006", + "0x53400554400547100515c00653500554400545f00513f006536005544005", + "0x160006006544005006037006006544005006019006006a10005006024006", + "0x600654400512c005059006006544005131005059006006544005115005", + "0x654400514900505500600654400514d00550200600654400512e005059", + "0x54400513f00505500600654400512f0052a20060065440051450052a2006", + "0x513b0052a200600654400503600505500600654400512a0052a2006006", + "0x2a20052a200600654400513500553c00600654400513700530a006006544", + "0x50e100600654400501800512c0060065440050200050e2006006544005", + "0x53c00600654400530a00530a00600654400513300517700600654400501a", + "0x600654400515400503900600654400502c0052a2006006544005037005", + "0x54400511b00513e00611c00554400511c00501d006006544005024005059", + "0x46d25a54400501911b11c25a52f00601900554400501900513700611b005", + "0x600654400500601900646a005a2a46b00554400a33c00505300633c46c", + "0x5544005468005137006468005544005006052006469005544005006135", + "0x5000601d00554400546b00505100646700554400546846900a134006468", + "0x4650050fa00646346500a54400501d0050ac00601d00554400501d02100a", + "0x34325a54400534200515500634246300a544005463005154006006544005", + "0x343005123006006544005462005124006006544005345005136006462345", + "0x554400534a00515900634a00554400546100515800646134300a544005", + "0x12200634c00554400534b46700a13400634b00554400534b00513700634b", + "0x54400546c00513e00646d00554400546d00501d00646e005544005343005", + "0x15d00634c00554400534c00515c00646e00554400546e00512100646c005", + "0x512000600654400500602000636034735f25a54400534c46e46c46d21e", + "0x54400545c00511f006006544005006019006399005a2b45c00554400a360", + "0x635446300a54400546300515400600654400545a00516000645a45b00a", + "0x45800512400600654400545900511e00645836345925a544005354005155", + "0x36600554400545745b00a134006457005544005363005299006006544005", + "0x513600600654400545600511e00645436845625a544005463005155006", + "0x45500554400536a00515900636a00554400545400511d006006544005368", + "0x602400636c00554400545300515c00645300554400545536600a134006", + "0x3990051fd006006544005463005126006006544005006019006006a2c005", + "0x36c00554400545000515c00600654400536e0051fe00645036e00a544005", + "0x54400534700513e00653900554400535f00501d006006544005006037006", + "0x15c00653500554400545f00513f00653600554400549a005176006537005", + "0x59006006544005006019006006a1000500602400653400554400536c005", + "0x5440053700051fe00644e37000a54400546a0051fd006006544005021005", + "0x517600653700554400546c00513e00653900554400546d00501d006006", + "0x554400544e00515c00653500554400545f00513f00653600554400549a", + "0x6544005131005059006006544005006019006006a10005006024006534", + "0x54400514d00550200600654400512e00505900600654400512c005059006", + "0x512f0052a20060065440051450052a2006006544005149005055006006", + "0x3600505500600654400512a0052a200600654400513f005055006006544", + "0x530a00600654400501900513600600654400513b0052a2006006544005", + "0xe20060065440052a20052a200600654400513500553c006006544005137", + "0x600654400501a0050e100600654400501800512c006006544005020005", + "0x654400503700553c00600654400530a00530a006006544005133005177", + "0x54400502400505900600654400515400503900600654400502c0052a2006", + "0x500602400637200554400516c00515c006006544005021005059006006", + "0x512c005059006006544005131005059006006544005006019006006a2d", + "0x14900505500600654400514d00550200600654400512e005059006006544", + "0x505500600654400512f0052a20060065440051450052a2006006544005", + "0x2a200600654400503600505500600654400512a0052a200600654400513f", + "0x600654400513700530a00600654400501900513600600654400513b005", + "0x65440050200050e20060065440052a20052a200600654400513500553c", + "0x54400513300517700600654400501a0050e100600654400501800512c006", + "0x502c0052a200600654400503700553c00600654400530a00530a006006", + "0x21005059006006544005024005059006006544005154005039006006544", + "0x600654400544b0051fe00637344b00a54400511a0051fd006006544005", + "0x554400511c00501d00600654400500603700637200554400537300515c", + "0x513f00653600554400549a00517600653700554400511b00513e006539", + "0x6006a1000500602400653400554400537200515c00653500554400545f", + "0x600654400512c005059006006544005131005059006006544005006019", + "0x654400514900505500600654400514d00550200600654400512e005059", + "0x54400502100505900600654400512f0052a20060065440051450052a2006", + "0x503600505500600654400512a0052a200600654400513f005055006006", + "0x1900513600600654400502400505900600654400513b0052a2006006544", + "0x52a200600654400513500553c00600654400513700530a006006544005", + "0xe100600654400501800512c0060065440050200050e20060065440052a2", + "0x600654400530a00530a00600654400513300517700600654400501a005", + "0x654400527d0052a200600654400502c0052a200600654400503700553c", + "0x515100513e00653900554400500600501d006006544005299005055006", + "0x653500554400512600513f00653600554400525a005176006537005544", + "0x553444a00a13a00644a00554400500613300653400554400512500515c", + "0x653900554400553900501d00637400554400573f00503b00673f005544", + "0x553600517600600a00554400500a00513200653700554400553700513e", + "0x653500554400553500513f00621e00554400521e005131006536005544", + "0x21e00549000637453521e53600a53753901900537400554400537400503c", + "0xa54400525a00552b00601800554400500900510700600921e00a544005", + "0x29949a02125aa2e01d02001a25a54400a01801900a00521e10500601925a", + "0x554400501d00513700645f005544005006198006006544005006019006", + "0x621b00554400545f27d00a05a00627d01d00a54400501d00509a00601d", + "0x502000513f00601a00554400501a00513e00621b00554400521b005137", + "0x6006544005006019006024005a2f00654400a21b005190006020005544", + "0xa54400521e00549000602b00554400500631300600654400501d005136", + "0x3725a00a54400525a00552b00653e00554400502b02c00a31500602c21e", + "0x3653d25a54400a53e03702001a21e10500653e00554400553e0050d5006", + "0x340055440050340051370060065440050060190062a253c30a25aa30034", + "0x600a1a000603600554400503600513f00653d00554400553d00513e006", + "0x54400500648f00600654400500601900600e005a3113513600a54400a034", + "0x61340055440051340050d500613400554400513721e00a315006137005", + "0x13b13a13325a54400a13425a03653d21e10500613600554400513600501d", + "0x613b00554400513b00513700600654400500601900613e13113225aa32", + "0x13b13600a10f00613a00554400513a00513f00613300554400513300513e", + "0x513013500a51f00600654400500601900612f005a3313013f00a54400a", + "0x612d00554400512e00548e00612e00554400514200551e006142005544", + "0x513a00513f00614600554400513300513e00614500554400513f00501d", + "0x6019006006a3400500602400612b00554400512d00531800612c005544", + "0x60b40061490055440050061350060065440051350050fc006006544005", + "0x554400514a14900a13400614a00554400514a00513700614a005544005", + "0x513f00614d00554400513300513e00612900554400512f00501d00612a", + "0x6006a3500500602400612800554400512a00515c00614e00554400513a", + "0x12700554400513600501d0060065440051350050fc006006544005006019", + "0x13e00515c00612600554400513100513f00615100554400513200513e006", + "0x21e00531a006006544005006019006006a36005006024006125005544005", + "0x61ea00615400554400500613500600654400525a005124006006544005", + "0x554400515515400a134006155005544005155005137006155005544005", + "0x513f00614d00554400553d00513e00612900554400500e00501d006124", + "0x12300554400500613300612800554400512400515c00614e005544005036", + "0x501d00615900554400515800548d00615800554400512812300a13a006", + "0x554400514e00513f00614d00554400514d00513e006129005544005129", + "0x54400500601900615914e14d12921e00515900554400515900531c00614e", + "0x500600501d00600654400525a00512400600654400521e00531a006006", + "0x612600554400553c00513f00615100554400530a00513e006127005544", + "0x512200548b00612200554400512500548c0061250055440052a200515c", + "0x612700554400512700501d00615c005544005121005489006121005544", + "0x515c00531c00612600554400512600513f00615100554400515100513e", + "0x502400510300600654400500601900615c12615112721e00515c005544", + "0x5a00612001d00a54400501d00509a00615d0055440050064c0006006544", + "0xa11f00519000611f00554400511f00513700611f00554400515d12000a", + "0x31300600654400501d005136006006544005006019006160005a37006544", + "0x511e11d00a31500611d21e00a54400521e00549000611e005544005006", + "0x1630055440051630050d500616425a00a54400525a00552b006163005544", + "0x1900611911a16825aa3816711b11c25a54400a16316402001a21e105006", + "0x11c00554400511c00513e006167005544005167005137006006544005006", + "0x5a3916c16b00a54400a16700600a1a000611b00554400511b00513f006", + "0x511721e00a31500611700554400500648f006006544005006019006118", + "0x616b00554400516b00501d00616f00554400516f0050d500616f005544", + "0x601900611311417325aa3a17211511625a54400a16f25a11b11c21e105", + "0x611600554400511600513e006172005544005172005137006006544005", + "0x112005a3b17717600a54400a17216b00a10f00611500554400511500513f", + "0x511100550500611100554400517716c00a51f006006544005006019006", + "0x614500554400517600501d00617b00554400517a00548e00617a005544", + "0x517b00531800612c00554400511500513f00614600554400511600513e", + "0x516c0050fc006006544005006019006006a3400500602400612b005544", + "0x10f00513700610f0055440050060b4006110005544005006135006006544", + "0x554400511200501d00617e00554400510f11000a13400610f005544005", + "0x515c00618100554400511500513f00610d00554400511600513e00610e", + "0x50fc006006544005006019006006a3c00500602400618200554400517e", + "0x10b00554400517300513e00610c00554400516b00501d00600654400516c", + "0x500602400618600554400511300515c00618500554400511400513f006", + "0x525a00512400600654400521e00531a006006544005006019006006a3d", + "0x1090051370061090055440050061ea00610a005544005006135006006544", + "0x554400511800501d00618900554400510910a00a134006109005544005", + "0x515c00618100554400511b00513f00610d00554400511c00513e00610e", + "0x554400518218a00a13a00618a005544005006133006182005544005189", + "0x513e00610e00554400510e00501d00610700554400510800548d006108", + "0x554400510700531c00618100554400518100513f00610d00554400510d", + "0x654400521e00531a00600654400500601900610718110d10e21e005107", + "0x516800513e00610c00554400500600501d00600654400525a005124006", + "0x618600554400511900515c00618500554400511a00513f00610b005544", + "0x510600548900610600554400518d00548b00618d00554400518600548c", + "0x610b00554400510b00513e00610c00554400510c00501d006105005544", + "0x18510b10c21e00510500554400510500531c00618500554400518500513f", + "0x54400521e00531a006006544005160005103006006544005006019006105", + "0x501d00509a0061900055440050064a700600654400525a005124006006", + "0x554400510400513700610400554400519019100a05a00619101d00a544", + "0x5136006006544005006019006103005a3e00654400a104005190006104", + "0x61950055440051940051e800619400554400500602b00600654400501d", + "0x501a00513e00614500554400500600501d00610200554400519500548e", + "0x612b00554400510200531800612c00554400502000513f006146005544", + "0x2fb006006544005103005103006006544005006019006006a34005006024", + "0x510119800a05a00619801d00a54400501d00509a006101005544005006", + "0x5a3f00654400a199005190006199005544005199005137006199005544", + "0x554400500602b00600654400501d005136006006544005006019006100", + "0x501d0060fe00554400519c00548e00619c0055440050ff0053220060ff", + "0x554400502000513f00614600554400501a00513e006145005544005006", + "0x544005006019006006a3400500602400612b0055440050fe00531800612c", + "0x51900060fd01d00a54400501d00509a006006544005100005103006006", + "0x654400501d00513600600654400500601900619f005a4000654400a0fd", + "0x50fc00548e0060fc0055440051a00053210061a000554400500602b006", + "0x614600554400501a00513e00614500554400500600501d0060fb005544", + "0xa3400500602400612b0055440050fb00531800612c00554400502000513f", + "0x554400500613500600654400519f005103006006544005006019006006", + "0x1a300a1340061a40055440051a40051370061a40055440050063230061a3", + "0x5440050f900548c0060f900554400501d0fa00a1340060fa0055440051a4", + "0x13f00614600554400501a00513e00614500554400500600501d0061a7005", + "0x54400512b00548b00612b0055440051a700531800612c005544005020005", + "0x13e00614500554400514500501d0060f80055440051a80054890061a8005", + "0x5440050f800531c00612c00554400512c00513f006146005544005146005", + "0x54400521e00531a0060065440050060190060f812c14614521e0050f8005", + "0xf700548b0060f700554400529900548c00600654400525a005124006006", + "0x600554400500600501d0060f60055440051ab0054890061ab005544005", + "0xf600531c00649a00554400549a00513f00602100554400502100513e006", + "0x5a4100a00554400900600500d0060f649a02100621e0050f6005544005", + "0x5006101006006544005006019006018005a44009005a4321e005a4225a", + "0x1a00554400501900500a134006019005544005019005137006019005544", + "0x51ae00602100554400502000532500601d02000a54400500a005252006", + "0x54400501d00548800629900554400549a01a00a13400649a005544005021", + "0x621b00554400527d29900a13400627d00554400545f00518500645f005", + "0x500619800600654400500601900621b00500521b00554400521b00515c", + "0x2b00554400502400500a134006024005544005024005137006024005544", + "0x51ae00603700554400502c00532500653e02c00a54400525a005252006", + "0x54400553e00548800603600554400553d02b00a13400653d005544005037", + "0x653c00554400530a03600a13400630a005544005034005185006034005", + "0x21e00516000600654400500601900653c00500553c00554400553c00515c", + "0x1340062a20055440052a20051370062a20055440050064c0006006544005", + "0x1900613600500513600554400513600515c0061360055440052a200500a", + "0x1370061350055440050064a7006006544005009005160006006544005006", + "0x500e00515c00600e00554400513500500a134006135005544005135005", + "0x600654400501800516000600654400500601900600e00500500e005544", + "0x513700500a1340061370055440051370051370061370055440050062fb", + "0x554400500606400613400500513400554400513400515c006134005544", + "0x544005006063006021005544005006005006020005544005006005006019", + "0x500621e00602400554400500600500627d005544005006064006299005", + "0xa4553e02c02b25a54400a25a00500a1c1006006544005006037006006544", + "0xea00653e00554400553e0051c200600654400500601900603653d03725a", + "0x54400503400506100602b00554400502b00513e00603400554400553e005", + "0x190061351362a225aa4653c01a30a25a54400a02c02b00a1c1006034005", + "0xe00554400553c0050ea00653c00554400553c0051c2006006544005006", + "0x60065440051370051c500613b13a13313413700954400500e0050e9006", + "0x654400513b00513600600654400513a00517e00600654400513300517e", + "0x340050e900613200554400513400505f006134005544005134005060006", + "0x513e0051c60060065440051310051c500612f13013f13e131009544005", + "0x13f00505e00600654400512f00513600600654400513000517e006006544", + "0x29954400513200505d00612e00554400514200518500614213f00a544005", + "0x654400512d00513600612712814e14d12912a14a14912b12c14614512d", + "0x54400512b00513600600654400512c00511900600654400514600505c006", + "0x512a00505b00600654400514a005136006006544005149005136006006", + "0x14e00512400600654400514d00511900600654400512900505c006006544", + "0x5185006006544005127005119006006544005128005124006006544005", + "0x54400515112e00a05a006151005544005151005137006151005544005145", + "0x12a00630a00554400530a00513e006126005544005126005137006126005", + "0x6019006125005a4700654400a12600519000601a00554400501a02000a", + "0x552800600654400513f00517e006006544005019005059006006544005", + "0x54400a1550051900061550055440051540051ae00615400900a544005009", + "0x505500600654400527d005059006006544005006019006124005a48006", + "0xfc0060065440050210052a20060065440050240052a2006006544005299", + "0x612300554400500613500600654400521e00512c006006544005009005", + "0x515812300a134006158005544005158005137006158005544005006487", + "0x612100554400515912200a13a006122005544005006133006159005544", + "0x530a00513e00600600554400500600501d00615c00554400512100503b", + "0x601a00554400501a00513f00600a00554400500a00517600630a005544", + "0x654400500601900615c01a00a30a00600900515c00554400515c00503c", + "0x25aa4911f12015d25a54400a01a30a00a1c1006006544005124005103006", + "0x50ea00611f00554400511f0051c200600654400500601900611d11e160", + "0x611c00554400500610e00616400554400500610100616300554400511f", + "0x16700518200616816700a54400511b00518100611b00554400511c00510d", + "0x611900554400511a00529900611a00554400516800510c006006544005", + "0x11900a25a10b006164005544005164005137006119005544005119005137", + "0x1c500611511616f1171180095440051630050e900616c16b00a544005164", + "0x600654400511600517e0060065440051170051c6006006544005118005", + "0x54400516c00513700617200554400516f005185006006544005115005136", + "0x49a00a54400517216c16b25a10b00617200554400517200513700616c005", + "0x611311400a54400517300600a186006173005544005173005137006173", + "0x17700518900611217700a54400517600510900617600554400511300510a", + "0x617a00554400511100510800611100554400511200518a006006544005", + "0x54400515d00513e00611000554400500618d00617b00554400517a005107", + "0x649a00554400549a29900a05700611000554400511000510600615d005", + "0x10e17e10f25a54400a17b11012015d21e10500611400554400511400501d", + "0x513700600654400500602000600654400500601900618218110d25aa4a", + "0x554400517e00513f00610f00554400510f00513e00610e00554400510e", + "0x602b00600654400500601900610c005a4b00654400a10e00519000617e", + "0x18600554400518500510400618500554400510b00519100610b005544005", + "0x600654400510c005103006006544005006019006006a4c005006024006", + "0x54400510900510400610900554400510a00519400610a00554400500602b", + "0x102006189005544005189005104006189005544005186005195006186005", + "0x518a005160006006544005006019006108005a4d18a00554400a189005", + "0x210052a20060065440050090050fc00600654400521e00512c006006544", + "0x619010510625aa4e18d21b10725a54400a17e10f00a1c1006006544005", + "0x618d00554400518d0051c2006006544005006037006006544005006019", + "0x61021951941031040095440051910050e900619100554400518d0050ea", + "0x654400519500517e0060065440051030051c60060065440051040051c5", + "0x54400511400501d006101005544005006101006006544005102005136006", + "0x13700619400554400519400510000610700554400510700513e006114005", + "0x10711421e26500621b00554400521b02400a12a006101005544005101005", + "0x619c005a4f0ff00554400a10000505300610019919825a544005101194", + "0x60fd0055440050060520060fe005544005006135006006544005006019", + "0xff00505100619f0055440050fd0fe00a1340060fd0055440050fd005137", + "0xa54400545f0050ac00645f00554400545f27d00a05000645f005544005", + "0x1550060fb0fc00a5440050fc0051540060065440051a00050fa0060fc1a0", + "0x50fa0051240060065440051a40051360060fa1a41a325a5440050fb005", + "0x61a70055440050f90051580060f91a300a5440051a3005123006006544", + "0x1a819f00a1340061a80055440051a80051370061a80055440051a7005159", + "0x19800554400519800501d0060f70055440051a30051220060f8005544005", + "0xf800515c0060f70055440050f700512100619900554400519900513e006", + "0x60200060f50f61ab25a5440050f80f719919821e15d0060f8005544005", + "0x65440050060190061af005a501ae00554400a0f5005120006006544005", + "0xfc0051540060065440050f30051600060f30f400a5440051ae00511f006", + "0x51b300511e0060f10f21b325a5440051b20051550061b20fc00a544005", + "0xa1340061b60055440050f20052990060065440050f1005124006006544", + "0xf000511e0061ba0ef0f025a5440050fc0051550061b70055440051b60f4", + "0x1590060ee0055440051ba00511d0060065440050ef005136006006544005", + "0x51bd00515c0061bd0055440050ed1b700a1340060ed0055440050ee005", + "0x50fc005126006006544005006019006006a510050060240061be005544", + "0x15c0060065440050ec0051fe0060eb0ec00a5440051af0051fd006006544", + "0x61c10055440050061330060065440050060370061be0055440050eb005", + "0x1ab00501d0060ea0055440051c200503b0061c20055440051be1c100a13a", + "0x49a00554400549a0051760060f60055440050f600513e0061ab005544005", + "0xf61ab0090050ea0055440050ea00503c00621b00554400521b00513f006", + "0x19c00503b00600654400527d0050590060065440050060190060ea21b49a", + "0x19900554400519900513e00619800554400519800501d0060e9005544005", + "0xe900503c00621b00554400521b00513f00649a00554400549a005176006", + "0x60370060065440050060190060e921b49a1991980090050e9005544005", + "0x61330060065440050240052a200600654400527d005059006006544005", + "0x55440051c600503b0061c60055440051901c500a13a0061c5005544005", + "0x517600610600554400510600513e00611400554400511400501d0060e8", + "0x55440050e800503c00610500554400510500513f00649a00554400549a", + "0x5440051080051600060065440050060190060e810549a1061140090050e8", + "0x50090055280060065440050240052a200600654400527d005059006006", + "0x1cc0e50e625aa5201d1c900a54400a0e717e10f25a4860060e700900a544", + "0x61cd005544005006135006006544005006037006006544005006019006", + "0x5440050e30053590060e30055440050090054850060e4005544005006135", + "0x1d0060065440051d10050450060e21d100a5440051d00050460061d0005", + "0x5440050e20050440061c90055440051c900513e006114005544005114005", + "0x12a0060e40055440050e400515c0061cd0055440051cd00515c0060e2005", + "0x1d40e125a5440050e41cd0e21c911400904300601d00554400501d02100a", + "0x410060065440050060190060df005a530e000554400a1d50050420061d5", + "0x51d80051630060065440050dd0051600060dd0de1d825a5440050e0005", + "0xdb0dc00a5440050de0051630060065440051db0051640061dc1db00a544", + "0x50db00511c0061df0055440051dc00511c0060065440050dc005164006", + "0xd81e41e325aa540d90da00a54400a1e01df01d1d421e0e80061e0005544", + "0x5440050d721e00a03e0060d700554400500602b006006544005006019006", + "0x13e0060e10055440050e100501d0060d60055440051e700503d0061e7005", + "0x5440050d900513f00649a00554400549a0051760060da0055440050da005", + "0x60190060d60d949a0da0e10090050d60055440050d600503c0060d9005", + "0xa13a0060d500554400500613300600654400521e00512c006006544005", + "0x5440050e100501d0061eb0055440051ea00503b0061ea0055440050d80d5", + "0x13f00649a00554400549a0051760061e30055440051e300513e0060e1005", + "0x1e449a1e30e10090051eb0055440051eb00503c0061e40055440051e4005", + "0x5440050df00503b00600654400521e00512c0060065440050060190061eb", + "0x1760061d40055440051d400513e0060e10055440050e100501d0060d4005", + "0x5440050d400503c00601d00554400501d00513f00649a00554400549a005", + "0x5440050060370060065440050060190060d401d49a1d40e10090050d4005", + "0x50090050fc00600654400521e00512c0060065440051cc005164006006", + "0x50061bb0060d30055440050061350060065440050210052a2006006544", + "0x1ef0055440051ee0d300a1340061ee0055440051ee0051370061ee005544", + "0xd100503b0060d10055440051ef0d200a13a0060d2005544005006133006", + "0xe60055440050e600513e00611400554400511400501d0061f2005544005", + "0x1f200503c0060e50055440050e500513f00649a00554400549a005176006", + "0x50590060065440050060190061f20e549a0e61140090051f2005544005", + "0xfc0060065440050210052a20060065440050240052a200600654400527d", + "0x1f300554400511400501d00600654400521e00512c006006544005009005", + "0x18100513f0060cf00554400549a0051760060d000554400510d00513e006", + "0x19006006a550050060240060ce00554400518200515c0061f6005544005", + "0x2a200600654400529900505500600654400527d005059006006544005006", + "0x60065440050090050fc0060065440050210052a2006006544005024005", + "0x54400516000513e0061f300554400500600501d00600654400521e00512c", + "0x15c0061f600554400511e00513f0060cf00554400500a0051760060d0005", + "0x5440050ce0cd00a13a0060cd0055440050061330060ce00554400511d005", + "0x13e0061f30055440051f300501d0061fa0055440051f900503b0061f9005", + "0x5440051f600513f0060cf0055440050cf0051760060d00055440050d0005", + "0x60190061fa1f60cf0d01f30090051fa0055440051fa00503c0061f6005", + "0x505500600654400527d005059006006544005125005103006006544005", + "0xfc0060065440050210052a20060065440050240052a2006006544005299", + "0x600554400500600501d00600654400521e00512c006006544005009005", + "0x625a03a00613f00554400513f00510000630a00554400530a00513e006", + "0x60ca005a561fe00554400a1fd0050530061fd0cb0cc25a54400513f30a", + "0x62010055440050060520060c9005544005006135006006544005006019", + "0x1fe0050510062020055440052010c900a134006201005544005201005137", + "0xa5440050180050ac00601800554400501801900a050006018005544005", + "0x1550062050c700a5440050c70051540060065440050c80050fa0060c70c8", + "0x52080051240060065440050c50051360062080c50c625a544005205005", + "0x60c40055440052090051580062090c600a5440050c6005123006006544", + "0xc320200a1340060c30055440050c30051370060c30055440050c4005159", + "0xcc0055440050cc00501d00620d0055440050c600512200620c005544005", + "0x20c00515c00620d00554400520d0051210060cb0055440050cb00513e006", + "0x60200062100c10c225a54400520c20d0cb0cc21e15d00620c005544005", + "0x65440050060190060c0005a5721100554400a210005120006006544005", + "0xc70051540060065440052140051600062140bf00a54400521100511f006", + "0x50bd00511e0062182170bd25a5440050be0051550060be0c700a544005", + "0xa1340060bc005544005217005299006006544005218005124006006544", + "0x21900511e0060ba21a21925a5440050c70051550060bb0055440050bc0bf", + "0x1590060b90055440050ba00511d00600654400521a005136006006544005", + "0x521d00515c00621d00554400521c0bb00a13400621c0055440050b9005", + "0x50c7005126006006544005006019006006a580050060240060b8005544", + "0x15c0060065440050b70051fe00621f0b700a5440050c00051fd006006544", + "0xb60055440050c200501d0060065440050060370060b800554400521f005", + "0xb800515c0060b400554400501a00513f0060b50055440050c100513e006", + "0x19005059006006544005006019006006a590050060240060b3005544005", + "0x60065440050b20051fe0060b10b200a5440050ca0051fd006006544005", + "0x501a00513f0060b50055440050cb00513e0060b60055440050cc00501d", + "0x6019006006a590050060240060b30055440050b100515c0060b4005544", + "0x5059006006544005019005059006006544005034005039006006544005", + "0x2a20060065440050240052a200600654400529900505500600654400527d", + "0x600654400521e00512c0060065440050090050fc006006544005021005", + "0x5440052a200513e0060b600554400500600501d0060065440050200052a2", + "0x240060b300554400513500515c0060b400554400513600513f0060b5005", + "0x50590060065440050200052a2006006544005006019006006a59005006", + "0x2a200600654400529900505500600654400527d005059006006544005019", + "0x60065440050090050fc0060065440050210052a2006006544005024005", + "0x54400503700513e0060b600554400500600501d00600654400521e00512c", + "0x1330060b300554400503600515c0060b400554400553d00513f0060b5005", + "0x5440050af00503b0060af0055440050b30b000a13a0060b0005544005006", + "0x1760060b50055440050b500513e0060b60055440050b600501d0060ae005", + "0x5440050ae00503c0060b40055440050b400513f00600a00554400500a005", + "0x500600a0180060065440050060370060ae0b400a0b50b60090050ae005", + "0x521e00509a00600654400500601900601a01900aa5a01800900a54400a", + "0xa5b00654400a02000519000600900554400500900501d00602021e00a544", + "0x525a00548400600654400521e00513600600654400500601900601d005", + "0x29900554400549a00548200649a00554400502100a00a483006021005544", + "0x29900548100601800554400501800513e00600900554400500900501d006", + "0x501d00510300600654400500601900629901800925a005299005544005", + "0x45f00502100600654400500602000645f00554400500a00501a006006544", + "0x54400521b00549a006006544005006019006024005a5c21b27d00a54400a", + "0x27d00653e00554400502c00545f00602c00554400502b00529900602b005", + "0x6a5d00500602400653d00554400553e00521b00603700554400527d005", + "0x554400503600502c00603600554400500602b006006544005006019006", + "0x553e00653d00554400503400521b00603700554400502400527d006034", + "0x54400a03700502100600654400500601900653c005a5e30a00554400a53d", + "0xe00554400513600549a006006544005006019006135005a5f1362a200a", + "0x2a200527d00613400554400513700545f00613700554400500e005299006", + "0x19006006a6000500602400613a00554400513400521b006133005544005", + "0x613200554400513b00502c00613b00554400500602b006006544005006", + "0xa13a00553e00613a00554400513200521b00613300554400513500527d", + "0x554400513130a00a48000600654400500601900613e005a61131005544", + "0x535800612f00554400513300527d00613000554400513f00547f00613f", + "0x5136006006544005006019006006a62005006024006142005544005130", + "0x12f00554400513300527d00612e00554400513e00547b00600654400530a", + "0x6544005006019006006a6200500602400614200554400512e005358006", + "0x12d00535800612f00554400503700527d00612d00554400553c00547b006", + "0x14600554400a14200547a00614500554400512f00511c006142005544005", + "0x14625a00a47900600654400500603700600654400500601900612c005a63", + "0x14a00554400514921e00a05a00614900554400500619800612b005544005", + "0x14500516c00601800554400501800513e00600900554400500900501d006", + "0x14a00554400514a00513700612b00554400512b005201006145005544005", + "0x614d12912a25a00514d12912a25a54400514a12b145018009009202006", + "0xc500600654400521e005136006006544005006037006006544005006019", + "0x54400514e14500a48300614e00554400512c00547800600654400525a005", + "0x13e00600900554400500900501d006127005544005128005482006128005", + "0x612701800925a005127005544005127005481006018005544005018005", + "0x600654400525a0050c500600654400521e005136006006544005006019", + "0x12600554400500616800615100554400500613500600654400500a005119", + "0x613300612500554400512615100a134006126005544005126005137006", + "0x554400515500547600615500554400512515400a13a006154005544005", + "0x548100601a00554400501a00513e00601900554400501900501d006124", + "0x2100600a00554400500500501a00612401a01925a005124005544005124", + "0x21e00549a006006544005006019006009005a6421e25a00a54400a00a005", + "0x1a00554400501900545f006019005544005018005299006018005544005", + "0x500602400601d00554400501a00521b00602000554400525a00527d006", + "0x502100502c00602100554400500602b006006544005006019006006a65", + "0x601d00554400549a00521b00602000554400500900527d00649a005544", + "0x2000502100600654400500601900645f005a6629900554400a01d00553e", + "0x54400521b00549a006006544005006019006024005a6721b27d00a54400a", + "0x27d00653e00554400502c00545f00602c00554400502b00529900602b005", + "0x6a6800500602400653d00554400553e00521b00603700554400527d005", + "0x554400503600502c00603600554400500602b006006544005006019006", + "0x553e00653d00554400503400521b00603700554400502400527d006034", + "0x54400a03700502100600654400500601900653c005a6930a00554400a53d", + "0xe00554400513600549a006006544005006019006135005a6a1362a200a", + "0x2a200527d00613400554400513700545f00613700554400500e005299006", + "0x19006006a6b00500602400613a00554400513400521b006133005544005", + "0x613200554400513b00502c00613b00554400500602b006006544005006", + "0xa13a00553e00613a00554400513200521b00613300554400513500527d", + "0x13f00a54400a13300502100600654400500601900613e005a6c131005544", + "0x29900614200554400513000549a00600654400500601900612f005a6d130", + "0x54400513f00527d00612d00554400512e00545f00612e005544005142005", + "0x5006019006006a6e00500602400614600554400512d00521b006145005", + "0x527d00612b00554400512c00502c00612c00554400500602b006006544", + "0x554400a14600553e00614600554400512b00521b00614500554400512f", + "0xa7012912a00a54400a14500502100600654400500601900614a005a6f149", + "0x14e00529900614e00554400512900549a00600654400500601900614d005", + "0x15100554400512a00527d00612700554400512800545f006128005544005", + "0x6544005006019006006a7100500602400612600554400512700521b006", + "0x514d00527d00615400554400512500502c00612500554400500602b006", + "0xa7215500554400a12600553e00612600554400515400521b006151005544", + "0x159005a7315812300a54400a151005021006006544005006019006124005", + "0x54400512200529900612200554400515800549a006006544005006019006", + "0x21b00615d00554400512300527d00615c00554400512100545f006121005", + "0x2b006006544005006019006006a7400500602400612000554400515c005", + "0x554400515900527d00616000554400511f00502c00611f005544005006", + "0x553e00611e00554400515d00511c00612000554400516000521b00615d", + "0x54400500600501d006006544005006019006163005a7511d00554400a120", + "0x11c16400a54400511e00600a1af00611e00554400511e00516c006006005", + "0x50f3006006544005006019006167005a7611b00554400a11c0050f4006", + "0x601900616b005a7711900554400a11a0051b200611a16800a54400511b", + "0x616800554400516800516c00616400554400516400501d006006544005", + "0x16f005a7811700554400a1180050f400611816c00a54400516816400a1af", + "0xa1150051b200611511600a5440051170050f3006006544005006019006", + "0x15514913130a29901a47c006006544005006019006173005a79172005544", + "0x11311600a47400611300554400511400547500611400554400517211911d", + "0x16c00554400516c00501d006177005544005176005473006176005544005", + "0x13600600654400500601900617716c00a005177005544005177005472006", + "0x600654400511d005136006006544005119005119006006544005299005", + "0x6544005131005136006006544005149005136006006544005155005136", + "0x11211600a47400611200554400517300533800600654400530a005136006", + "0x16c00554400516c00501d00617a005544005111005473006111005544005", + "0x13600600654400500601900617a16c00a00517a00554400517a005472006", + "0x600654400511900511900600654400529900513600600654400530a005", + "0x654400514900513600600654400515500513600600654400511d005136", + "0x516c00501d00617b00554400516f005471006006544005131005136006", + "0x54400500601900617b16c00a00517b00554400517b00547200616c005544", + "0x529900513600600654400530a005136006006544005131005136006006", + "0x14900513600600654400515500513600600654400511d005136006006544", + "0x10f00554400511016800a47400611000554400516b005338006006544005", + "0x17e00547200616400554400516400501d00617e00554400510f005473006", + "0x54400513100513600600654400500601900617e16400a00517e005544005", + "0x511d00513600600654400529900513600600654400530a005136006006", + "0x167005471006006544005149005136006006544005155005136006006544", + "0x10e00554400510e00547200616400554400516400501d00610e005544005", + "0x513600600654400513100513600600654400500601900610e16400a005", + "0x13600600654400514900513600600654400529900513600600654400530a", + "0x54400510d11e00a47400610d005544005163005338006006544005155005", + "0x47200600600554400500600501d006182005544005181005473006181005", + "0x13100513600600654400500601900618200600a005182005544005182005", + "0x513600600654400529900513600600654400530a005136006006544005", + "0x10b00554400512400533800610c00554400515100511c006006544005149", + "0x501d00618600554400518500547300618500554400510b10c00a474006", + "0x601900618600600a005186005544005186005472006006005544005006", + "0x513600600654400530a005136006006544005131005136006006544005", + "0x10900554400514a00533800610a00554400514500511c006006544005299", + "0x501d00618a00554400518900547300618900554400510910a00a474006", + "0x601900618a00600a00518a00554400518a005472006006005544005006", + "0x511c00600654400529900513600600654400530a005136006006544005", + "0x54400510710800a47400610700554400513e005338006108005544005133", + "0x47200600600554400500600501d00610600554400518d00547300618d005", + "0x29900513600600654400500601900610600600a005106005544005106005", + "0x619000554400553c00533800610500554400503700511c006006544005", + "0x600501d00610400554400519100547300619100554400519010500a474", + "0x500601900610400600a005104005544005104005472006006005544005", + "0x47400619400554400545f00533800610300554400502000511c006006544", + "0x500600501d00610200554400519500547300619500554400519410300a", + "0x54400500600500610200600a005102005544005102005472006006005544", + "0x500616b00645f00554400500606300649a00554400500625a00601d005", + "0x500603700600654400500621e00602b00554400500600500621b005544", + "0x2c00546d00653e00554400500618d00602c005544005006101006006544", + "0x500554400500500513e00600600554400500600501d006037005544005", + "0x50bf00653d01800a54400501800546c00600a00554400500a005176006", + "0x554400553e00510600603700554400503700533c00653d00554400553d", + "0xa05700630a29903403621e54400553e03753d00a00500601846b00653e", + "0x60190062a2005a7a53c00554400a30a00546a00629900554400529945f", + "0x46800613b13a13313413700e13513601a544005019005469006006544005", + "0x513e00516000600654400513100512400613e13113225a54400553c005", + "0x627d00554400527d21b00a11800627d005544005132005467006006544", + "0xa05a00613013300a54400513300509a00613f27d00a54400527d00509a", + "0x54400a12f00519000612f00554400512f00513700612f00554400513013f", + "0x521900612e0055440050060bb006006544005006019006142005a7b006", + "0x5440051450050ba00614614500a54400512d00521a00612d00554400512e", + "0x510700612b00554400512c00510800612c0055440051460050b9006006", + "0x14a00554400514a00510600614a00554400500618d00614900554400512b", + "0x12912a25a54400a14914a21e03421e1050061490055440051490050d5006", + "0x1a00a54400501a00509a00600654400500601900612712814e25aa7c14d", + "0x2000612600554400514d15100a05a00614d00554400514d005137006151", + "0x12a00554400512a00513e006126005544005126005137006006544005006", + "0x19006125005a7d00654400a12600519000612900554400512900513f006", + "0x2400554400512900513f00615400554400512a00513e006006544005006", + "0x6006544005125005103006006544005006019006006a7e005006024006", + "0x54400512400521a00612400554400515500521900615500554400500621c", + "0x1080061590055440051580050b90060065440051230050ba00615812300a", + "0x554400500618d006121005544005122005107006122005544005159005", + "0x21e1050061210055440051210050d500615c00554400515c00510600615c", + "0x54400500601900611d11e16025aa7f11f12015d25a54400a12115c12912a", + "0x5a00611f00554400511f00513700616301a00a54400501a00509a006006", + "0x515d00513e00616400554400516400513700616400554400511f16300a", + "0x5a8000654400a16400519000612000554400512000513f00615d005544", + "0x512000513f00615400554400515d00513e00600654400500601900611c", + "0x13601a47c00611b005544005006135006006544005006037006024005544", + "0x11a16800a54400516700546500616700554400513b13a13313413700e135", + "0x515400513e00603600554400503600501d006006544005168005211006", + "0x611b00554400511b00515c00611a00554400511a005214006154005544", + "0x16b11925a54400511b11a15403621e46300602400554400502402b00a12a", + "0x12f006006544005006019006117005a8111800554400a16c00512000616c", + "0x54400511500516000611511600a54400511800511f00616f005544005006", + "0x610100600654400517200516400617317200a544005116005163006006", + "0x9e006176005544005006101006113005544005006101006114005544005", + "0x11900501d00611200554400517300511c00617700554400517611311425a", + "0x25a00554400525a00513100616b00554400516b00513e006119005544005", + "0x11200516c00617700554400517700509d00616f00554400516f005142006", + "0x11017b17a11121e54400511217716f25a16b11901809c006112005544005", + "0x509100600654400500601900617e005a8210f00554400a11000509b006", + "0x18100554400500610100600654400510e00511900610d10e00a54400510f", + "0x54400518100513700610c005544005006101006182005544005006101006", + "0x618200554400518200513700610b00554400501a18100a342006181005", + "0x18500513700610b00554400510b00513700618500554400510d18200a342", + "0x510c18510b17b21e34300610c00554400510c005137006185005544005", + "0x554400518a00519400618a00554400500602b00618910910a18621e544", + "0x5186005131006108005544005108005104006006544005006020006108", + "0x610900554400510900513700610a00554400510a005137006186005544", + "0x1900618d005a8310700554400a108005102006189005544005189005137", + "0x342006106005544005006198006006544005107005160006006544005006", + "0x10518621e34300610500554400510500513700610500554400510610a00a", + "0x10300513600600654400510400513600610310419119021e544005189109", + "0x6194005544005191005137006021005544005190005131006006544005", + "0x19800600654400518d005160006006544005006019006006a84005006024", + "0x54400510200513700610200554400519510900a342006195005544005006", + "0x19900513600610019919810121e54400518910210a18621e343006102005", + "0x137006021005544005101005131006006544005100005136006006544005", + "0x55440050ff0050b70060ff0055440050060b8006194005544005198005", + "0x50b50060065440050fe0050b60060fd0fe00a54400519c00521f00619c", + "0x55440051a00051070061a000554400519f00510800619f0055440050fd", + "0xfc0050d50060fb0055440050fb0051060060fb00554400500618d0060fc", + "0xfc0fb02417a21e10500602100554400502149a00a14a0060fc005544005", + "0x60370060065440050060190061a81a70f925aa850fa1a41a325a54400a", + "0x61a30055440051a300513e0060fa0055440050fa005137006006544005", + "0x1ab005a860f70f800a54400a0fa11100a10f0061a40055440051a400513f", + "0x5440051940f600a1340060f6005544005006135006006544005006019006", + "0x1640060f41af00a5440050f50051630061ae0055440050063450060f5005", + "0x60065440050060200060f30055440050f400511c0060065440051af005", + "0x50f800501d0060f30055440050f300516c0061ae0055440051ae005137", + "0xf125aa870f21b31b225a54400a0f31ae0f71a41a300924e0060f8005544", + "0xf000527d0060f00055440050f200501a0060065440050060190061b71b6", + "0x1b30055440051b300513f0061b20055440051b200513e0060f0005544005", + "0x53d0060065440050060190060ee005a881ba0ef00a54400a0f0005021006", + "0x55440050ed0052990060ed0055440051ba00549a0060065440050ef005", + "0x61be005a8900654400a1bd0051900061bd0055440051bd0051370061bd", + "0xeb0055440050ec0051910060ec00554400500602b006006544005006019", + "0x6544005006019006006a8a0050060240061c10055440050eb005104006", + "0x5440051c20051940061c200554400500602b0060065440051be005103006", + "0x1040060e90055440051c10051950061c10055440050ea0051040060ea005", + "0x60190061c6005a8b1c500554400a0e90051020060e90055440050e9005", + "0x27d0051360060065440051c5005160006006544005006037006006544005", + "0x50c000600654400501d0052a200600654400500900512c006006544005", + "0x1370060e70055440050064620060e8005544005006135006006544005018", + "0x5440050061330061c90055440050e70e800a1340060e70055440050e7005", + "0x61cc0055440050e500503b0060e50055440051c90e600a13a0060e6005", + "0x52990051760061b20055440051b200513e0060f80055440050f800501d", + "0x61b30055440051b300513f006021005544005021005131006299005544", + "0x5440050060190061cc1b30212991b20f80180051cc0055440051cc00503c", + "0x554400500618d0060065440051c6005160006006544005006037006006", + "0x513f0061b20055440051b200513e0060f80055440050f800501d0061cd", + "0x55440050180050bf0061cd0055440051cd0051060061b30055440051b3", + "0x1d00a12a0061d00200e30e421e5440050181cd1b31b20f8009461006018", + "0x50060190060e2005a8c1d100554400a1d0005496006020005544005020", + "0x50061350060e10055440050061350060065440051d1005495006006544", + "0x60e00055440051d500534b0061d500554400527d00534a0061d4005544", + "0x50e400501d0060065440050df0050450061d80df00a5440050e0005046", + "0x61d80055440051d80050440060e30055440050e300513e0060e4005544", + "0xe30e40090430061d40055440051d400515c0060e10055440050e100515c", + "0xdc005a8d1dc00554400a1db0050420061db0dd0de25a5440051d40e11d8", + "0x1e00051600061e01df0db25a5440051dc005041006006544005006019006", + "0x60065440050da0051640060d90da00a5440050db005163006006544005", + "0x50d900511c0060065440051e30051640061e41e300a5440051df005163", + "0x54400a0d70d80200dd21e0e80060d70055440051e400511c0060d8005544", + "0x554400500602b0060065440050060190061eb1ea0d525aa8e0d61e700a", + "0x1d0061ee0055440050d300503d0060d30055440050d400900a03e0060d4", + "0x5440052990051760061e70055440051e700513e0060de0055440050de005", + "0x3c0060d60055440050d600513f006021005544005021005131006299005", + "0x65440050060190061ee0d60212991e70de0180051ee0055440051ee005", + "0x51eb1ef00a13a0061ef00554400500613300600654400500900512c006", + "0x60de0055440050de00501d0060d10055440050d200503b0060d2005544", + "0x50210051310062990055440052990051760060d50055440050d500513e", + "0x50d10055440050d100503c0061ea0055440051ea00513f006021005544", + "0x654400500900512c0060065440050060190060d11ea0212990d50de018", + "0xdd00513e0060de0055440050de00501d0061f20055440050dc00503b006", + "0x210055440050210051310062990055440052990051760060dd005544005", + "0xdd0de0180051f20055440051f200503c00602000554400502000513f006", + "0x513600600654400500900512c0060065440050060190061f2020021299", + "0xe40055440050e400501d0061f30055440050e200503b00600654400527d", + "0x210051310062990055440052990051760060e30055440050e300513e006", + "0x1f30055440051f300503c00602000554400502000513f006021005544005", + "0x5440050ee00553d0060065440050060190061f30200212990e30e4018005", + "0x501d0052a200600654400500900512c00600654400527d005136006006", + "0x50065200060d00055440050061350060065440050180050c0006006544", + "0x1f60055440050cf0d000a1340060cf0055440050cf0051370060cf005544", + "0x1f600515c0060cd0055440051b300513f0060ce0055440051b200513e006", + "0x180050c0006006544005006019006006a8f0050060240061f9005544005", + "0x512c00600654400527d00513600600654400501d0052a2006006544005", + "0xcd0055440051b600513f0060ce0055440050f100513e006006544005009", + "0x55440050061330060065440050060370061f90055440051b700515c006", + "0x1d0060cb0055440050cc00503b0060cc0055440051f91fa00a13a0061fa", + "0x5440052990051760060ce0055440050ce00513e0060f80055440050f8005", + "0x3c0060cd0055440050cd00513f006021005544005021005131006299005", + "0x65440050060190060cb0cd0212990ce0f80180050cb0055440050cb005", + "0x54400501d0052a20060065440050180050c0006006544005194005136006", + "0x54400500613500600654400500900512c00600654400527d005136006006", + "0xa1340061fe0055440051fe0051370061fe0055440050060b40061fd005", + "0x5440051a300513e0060c90055440051ab00501d0060ca0055440051fe1fd", + "0x240060c80055440050ca00515c0062020055440051a400513f006201005", + "0x194005136006006544005006037006006544005006019006006a90005006", + "0x513600600654400501d0052a20060065440050180050c0006006544005", + "0x60c900554400511100501d00600654400500900512c00600654400527d", + "0x51a800515c0062020055440051a700513f0062010055440050f900513e", + "0x62050055440050c80c700a13a0060c70055440050061330060c8005544", + "0x520100513e0060c90055440050c900501d0060c600554400520500503b", + "0x6021005544005021005131006299005544005299005176006201005544", + "0x2992010c90180050c60055440050c600503c00620200554400520200513f", + "0x49a00553c0060065440050180050c00060065440050060190060c6202021", + "0x512c00600654400527d00513600600654400501d0052a2006006544005", + "0x60c500554400517e00503b00600654400501a005136006006544005009", + "0x529900517600617a00554400517a00513e00611100554400511100501d", + "0x602400554400502400513f00617b00554400517b005131006299005544", + "0x5440050060190060c502417b29917a1110180050c50055440050c500503c", + "0x549a00553c0060065440050180050c000600654400501a005136006006", + "0x900512c00600654400527d00513600600654400501d0052a2006006544", + "0x611900554400511900501d00620800554400511700503b006006544005", + "0x525a00513100629900554400529900517600616b00554400516b00513e", + "0x520800554400520800503c00602400554400502400513f00625a005544", + "0x600654400500603700600654400500601900620802425a29916b119018", + "0x65440050180050c000600654400501a00513600600654400511c005103", + "0x54400527d00513600600654400501d0052a200600654400549a00553c006", + "0x513600513600600654400513500513600600654400500900512c006006", + "0x13300513600600654400513a00511900600654400513b005119006006544", + "0x5136006006544005137005136006006544005134005136006006544005", + "0x34c00620900554400500613500600654400502b0052a200600654400500e", + "0x5440050c420900a1340060c40055440050c40051370060c4005544005006", + "0x3b00620d0055440050c320c00a13a00620c0055440050061330060c3005", + "0x54400515d00513e00603600554400503600501d0060c200554400520d005", + "0x13f00625a00554400525a00513100629900554400529900517600615d005", + "0x25a29915d0360180050c20055440050c200503c006120005544005120005", + "0x54400501a0051360060065440050060370060065440050060190060c2120", + "0x501d0052a200600654400549a00553c0060065440050180050c0006006", + "0x13500513600600654400500900512c00600654400527d005136006006544", + "0x511900600654400502b0052a2006006544005136005136006006544005", + "0x13600600654400513300513600600654400513a00511900600654400513b", + "0x600654400500e005136006006544005137005136006006544005134005", + "0x521000503b00621000554400511d0c100a13a0060c1005544005006133", + "0x616000554400516000513e00603600554400503600501d006211005544", + "0x511e00513f00625a00554400525a005131006299005544005299005176", + "0x621111e25a29916003601800521100554400521100503c00611e005544", + "0x60065440050180050c000600654400501a005136006006544005006019", + "0x654400527d00513600600654400501d0052a200600654400549a00553c", + "0x54400513600513600600654400513500513600600654400500900512c006", + "0x513a00511900600654400513b00511900600654400502b0052a2006006", + "0x137005136006006544005134005136006006544005133005136006006544", + "0xa13a0060c000554400500613300600654400500e005136006006544005", + "0x54400503600501d0062140055440050bf00503b0060bf0055440051270c0", + "0x13100629900554400529900517600614e00554400514e00513e006036005", + "0x54400521400503c00612800554400512800513f00625a00554400525a005", + "0x14200510300600654400500601900621412825a29914e036018005214005", + "0x553c0060065440050180050c000600654400501a005136006006544005", + "0x12c00600654400527d00513600600654400501d0052a200600654400549a", + "0x6006544005136005136006006544005135005136006006544005009005", + "0x654400513a00511900600654400513b00511900600654400502b0052a2", + "0x544005137005136006006544005134005136006006544005133005136006", + "0x54400500646e0060be00554400500613500600654400500e005136006006", + "0x62170055440050bd0be00a1340060bd0055440050bd0051370060bd005", + "0x50bc00503b0060bc00554400521721800a13a006218005544005006133", + "0x603400554400503400513e00603600554400503600501d0060bb005544", + "0x521e00513f00625a00554400525a005131006299005544005299005176", + "0x60bb21e25a2990340360180050bb0055440050bb00503c00621e005544", + "0x60065440050180050c000600654400501a005136006006544005006019", + "0x654400500900512c00600654400501d0052a200600654400549a00553c", + "0x54400502b0052a200600654400501900521100600654400521b005177006", + "0x513e00603600554400503600501d0062190055440052a200503b006006", + "0x554400525a005131006299005544005299005176006034005544005034", + "0x3601800521900554400521900503c00621e00554400521e00513f00625a", + "0x3700600654400500621e00601800554400500600500621921e25a299034", + "0x49a02101d25aa9102001a01925a54400a00a00500a1c1006006544005006", + "0x5440050200050ea0060200055440050200051c2006006544005006019006", + "0x536000627d00554400545f00534700645f00554400500635f006299005", + "0x554400502400539900600654400521b00545c00602421b00a54400527d", + "0x618d00653e00554400502c00510700602c00554400502b00510800602b", + "0x3700554400503700510600601900554400501900513e006037005544005", + "0x1921e10500629900554400529900506100653e00554400553e0050d5006", + "0x65440050060190062a253c30a25aa9203403653d25a54400a53e03701a", + "0x3600513f00653d00554400553d00513e006034005544005034005137006", + "0x601900600e005a9313513600a54400a03400600a10f006036005544005", + "0x51370051c500613b13a1331341370095440052990050e9006006544005", + "0x13b00513600600654400513a00517e0060065440051340051c6006006544", + "0x6131005544005135005185006132005544005133005185006006544005", + "0x13600501d00613e00554400513e00513700613e00554400513113200a05a", + "0x654400500601900613f005a9400654400a13e005190006136005544005", + "0x54400500618d00612f0055440051300051070061300055440050060bb006", + "0x614200554400514200510600612e21e00a54400521e00509a006142005", + "0x912d00a54400a12e12f14203653d00953400612f00554400512f0050d5", + "0x13500612b00554400500613500600654400500601900612c14614525aa95", + "0x554400514a00545a00614a00554400521e00545b006149005544005006", + "0x4500614e14d00a54400512900504600612900554400512a00535400612a", + "0x554400512d00513e00613600554400513600501d00600654400514d005", + "0x515c00612b00554400512b00515c00614e00554400514e00504400612d", + "0x14e12d13600904300600900554400500901800a12a006149005544005149", + "0x54400a15100504200600654400500602000615112712825a54400514912b", + "0x15515425a544005126005041006006544005006019006125005a96126005", + "0x516400615812300a544005154005163006006544005124005160006124", + "0x654400515900516400612215900a544005155005163006006544005123", + "0x12721e0e800615c00554400512200511c00612100554400515800511c006", + "0x600654400500601900611e16011f25aa9712015d00a54400a15c121009", + "0x554400511d25a00a45900611d00554400500602b006006544005006037", + "0x513e00612800554400512800501d006164005544005163005363006163", + "0x554400516400545800612000554400512000513f00615d00554400515d", + "0x654400525a00545700600654400500601900616412015d12821e005164", + "0x11e00515c00611b00554400516000513f00611c00554400511f00513e006", + "0x25a005457006006544005006019006006a98005006024006167005544005", + "0x60065440051680051fe00611a16800a5440051250051fd006006544005", + "0x511a00515c00611b00554400500900513f00611c00554400512700513e", + "0x11900a13a006119005544005006133006006544005006037006167005544", + "0x554400512800501d00616c00554400516b00536600616b005544005167", + "0x545800611b00554400511b00513f00611c00554400511c00513e006128", + "0x545700600654400500601900616c11b11c12821e00516c00554400516c", + "0x1330060065440050180052a200600654400521e00513600600654400525a", + "0x54400511700536600611700554400512c11800a13a006118005544005006", + "0x13f00614500554400514500513e00613600554400513600501d00616f005", + "0x16f14614513621e00516f00554400516f005458006146005544005146005", + "0x654400525a00545700600654400513f005103006006544005006019006", + "0x55440050061350060065440050180052a200600654400521e005136006", + "0x11600a134006115005544005115005137006115005544005006456006116", + "0x554400517217300a13a006173005544005006133006172005544005115", + "0x513e00613600554400513600501d006113005544005114005366006114", + "0x554400511300545800603600554400503600513f00653d00554400553d", + "0x654400529900503900600654400500601900611303653d13621e005113", + "0x5440050180052a200600654400521e00513600600654400525a005457006", + "0x51770051370061770055440050060b4006176005544005006135006006", + "0x11100554400500e00501d00611200554400517717600a134006177005544", + "0x11200515c00617b00554400503600513f00617a00554400553d00513e006", + "0x299005039006006544005006019006006a99005006024006110005544005", + "0x52a200600654400521e00513600600654400525a005457006006544005", + "0x17a00554400530a00513e00611100554400500600501d006006544005018", + "0x50061330061100055440052a200515c00617b00554400553c00513f006", + "0x10e00554400517e00536600617e00554400511010f00a13a00610f005544", + "0x17b00513f00617a00554400517a00513e00611100554400511100501d006", + "0x1900610e17b17a11121e00510e00554400510e00545800617b005544005", + "0x2a200600654400521e00513600600654400525a005457006006544005006", + "0x554400549a10d00a13a00610d005544005006133006006544005018005", + "0x513e00600600554400500600501d006182005544005181005366006181", + "0x554400518200545800602100554400502100513f00601d00554400501d", + "0x654400500621e00601800554400500600500618202101d00621e005182", + "0x1d25aa9a02001a01925a54400a00a00500a1c1006006544005006037006", + "0x200050ea0060200055440050200051c200600654400500601900649a021", + "0x627d00554400545f00534700645f00554400500635f006299005544005", + "0x502400539900600654400521b00545c00602421b00a54400527d005360", + "0x653e00554400502c00510700602c00554400502b00510800602b005544", + "0x54400503700510600601900554400501900513e00603700554400500618d", + "0x10500629900554400529900506100653e00554400553e0050d5006037005", + "0x50060190062a253c30a25aa9b03403653d25a54400a53e03701a01921e", + "0x13f00653d00554400553d00513e006034005544005034005137006006544", + "0x600e005a9c13513600a54400a03400600a10f006036005544005036005", + "0x51c500613b13a1331341370095440052990050e9006006544005006019", + "0x13600600654400513a00517e0060065440051340051c6006006544005137", + "0x554400513500518500613200554400513300518500600654400513b005", + "0x1d00613e00554400513e00513700613e00554400513113200a05a006131", + "0x500601900613f005a9d00654400a13e005190006136005544005136005", + "0x618d00612f00554400513000510700613000554400500621c006006544", + "0x554400514200510600612e21e00a54400521e00509a006142005544005", + "0xa54400a12e12f14203653d00953400612f00554400512f0050d5006142", + "0x12b00554400500613500600654400500601900612c14614525aa9e00912d", + "0x514a00545400614a00554400521e005368006149005544005006135006", + "0x14e14d00a54400512900504600612900554400512a00535400612a005544", + "0x512d00513e00613600554400513600501d00600654400514d005045006", + "0x612b00554400512b00515c00614e00554400514e00504400612d005544", + "0x13600904300600900554400500901800a12a00614900554400514900515c", + "0x15100504200600654400500602000615112712825a54400514912b14e12d", + "0x25a544005126005041006006544005006019006125005a9f12600554400a", + "0x615812300a544005154005163006006544005124005160006124155154", + "0x515900516400612215900a544005155005163006006544005123005164", + "0xe800615c00554400512200511c00612100554400515800511c006006544", + "0x54400500601900611e16011f25aaa012015d00a54400a15c12100912721e", + "0x511d25a00a45900611d00554400500602b006006544005006037006006", + "0x612800554400512800501d006164005544005163005363006163005544", + "0x516400545800612000554400512000513f00615d00554400515d00513e", + "0x525a00545700600654400500601900616412015d12821e005164005544", + "0x15c00611b00554400516000513f00611c00554400511f00513e006006544", + "0x457006006544005006019006006aa100500602400616700554400511e005", + "0x5440051680051fe00611a16800a5440051250051fd00600654400525a005", + "0x515c00611b00554400500900513f00611c00554400512700513e006006", + "0x13a00611900554400500613300600654400500603700616700554400511a", + "0x512800501d00616c00554400516b00536600616b00554400516711900a", + "0x611b00554400511b00513f00611c00554400511c00513e006128005544", + "0x600654400500601900616c11b11c12821e00516c00554400516c005458", + "0x65440050180052a200600654400521e00513600600654400525a005457", + "0x11700536600611700554400512c11800a13a006118005544005006133006", + "0x14500554400514500513e00613600554400513600501d00616f005544005", + "0x14513621e00516f00554400516f00545800614600554400514600513f006", + "0x525a00545700600654400513f00510300600654400500601900616f146", + "0x50061350060065440050180052a200600654400521e005136006006544", + "0x134006115005544005115005137006115005544005006456006116005544", + "0x517217300a13a00617300554400500613300617200554400511511600a", + "0x613600554400513600501d006113005544005114005366006114005544", + "0x511300545800603600554400503600513f00653d00554400553d00513e", + "0x529900503900600654400500601900611303653d13621e005113005544", + "0x180052a200600654400521e00513600600654400525a005457006006544", + "0x51370061770055440050060b4006176005544005006135006006544005", + "0x54400500e00501d00611200554400517717600a134006177005544005177", + "0x15c00617b00554400503600513f00617a00554400553d00513e006111005", + "0x39006006544005006019006006aa2005006024006110005544005112005", + "0x600654400521e00513600600654400525a005457006006544005299005", + "0x54400530a00513e00611100554400500600501d0060065440050180052a2", + "0x1330061100055440052a200515c00617b00554400553c00513f00617a005", + "0x54400517e00536600617e00554400511010f00a13a00610f005544005006", + "0x13f00617a00554400517a00513e00611100554400511100501d00610e005", + "0x10e17b17a11121e00510e00554400510e00545800617b00554400517b005", + "0x654400521e00513600600654400525a005457006006544005006019006", + "0x549a10d00a13a00610d0055440050061330060065440050180052a2006", + "0x600600554400500600501d006182005544005181005366006181005544", + "0x518200545800602100554400502100513f00601d00554400501d00513e", + "0x500621e00601800554400500600500618202101d00621e005182005544", + "0xaa302001a01925a54400a00a00500a1c1006006544005006037006006544", + "0xea0060200055440050200051c200600654400500601900649a02101d25a", + "0x554400545f00534700645f00554400500635f006299005544005020005", + "0x539900600654400521b00545c00602421b00a54400527d00536000627d", + "0x554400502c00510700602c00554400502b00510800602b005544005024", + "0x3700510600601900554400501900513e00603700554400500618d00653e", + "0x29900554400529900506100653e00554400553e0050d5006037005544005", + "0x190062a253c30a25aaa403403653d25a54400a53e03701a01921e105006", + "0x53d00554400553d00513e006034005544005034005137006006544005006", + "0x5aa513513600a54400a03400600a10f00603600554400503600513f006", + "0x613b13a1331341370095440052990050e900600654400500601900600e", + "0x654400513a00517e0060065440051340051c60060065440051370051c5", + "0x513500518500613200554400513300518500600654400513b005136006", + "0x13e00554400513e00513700613e00554400513113200a05a006131005544", + "0x1900613f005aa600654400a13e00519000613600554400513600501d006", + "0x12f21e00a54400521e00505e0061300055440050060b8006006544005006", + "0x500618d00612e00554400513000510700614200554400512f005185006", + "0x612e00554400512e0050d500612d00554400512d00510600612d005544", + "0x601900612b12c14625aaa700914500a54400a14212e12d03653d009534", + "0x536a00614a005544005006135006149005544005006135006006544005", + "0x554400512900535400612900554400512a00545500612a00554400521e", + "0x501d00600654400514e00504500612814e00a54400514d00504600614d", + "0x554400512800504400614500554400514500513e006136005544005136", + "0xa12a00614a00554400514a00515c00614900554400514900515c006128", + "0x12615112725a54400514a149128145136009043006009005544005009018", + "0x6019006154005aa812500554400a126005042006006544005006020006", + "0x654400512300516000612312415525a544005125005041006006544005", + "0x12400516300600654400515800516400615915800a544005155005163006", + "0x15c00554400515900511c00600654400512200516400612112200a544005", + "0x11f12000a54400a15d15c00915121e0e800615d00554400512100511c006", + "0x602b00600654400500603700600654400500601900611d11e16025aaa9", + "0x554400516400536300616400554400516325a00a459006163005544005", + "0x513f00612000554400512000513e00612700554400512700501d00611c", + "0x611c11f12012721e00511c00554400511c00545800611f00554400511f", + "0x11b00554400516000513e00600654400525a005457006006544005006019", + "0x500602400616800554400511d00515c00616700554400511e00513f006", + "0x51540051fd00600654400525a005457006006544005006019006006aaa", + "0x611b00554400515100513e00600654400511a0051fe00611911a00a544", + "0x54400500603700616800554400511900515c00616700554400500900513f", + "0x536600616c00554400516816b00a13a00616b005544005006133006006", + "0x554400511b00513e00612700554400512700501d00611800554400516c", + "0x12721e00511800554400511800545800616700554400516700513f00611b", + "0x21e00517e00600654400525a00545700600654400500601900611816711b", + "0xa13a0061170055440050061330060065440050180052a2006006544005", + "0x54400513600501d00611600554400516f00536600616f00554400512b117", + "0x45800612c00554400512c00513f00614600554400514600513e006136005", + "0x10300600654400500601900611612c14613621e005116005544005116005", + "0x600654400521e00517e00600654400525a00545700600654400513f005", + "0x1720055440050064560061150055440050061350060065440050180052a2", + "0x613300617300554400517211500a134006172005544005172005137006", + "0x554400511300536600611300554400517311400a13a006114005544005", + "0x513f00653d00554400553d00513e00613600554400513600501d006176", + "0x617603653d13621e005176005544005176005458006036005544005036", + "0x600654400525a005457006006544005299005039006006544005006019", + "0x1770055440050061350060065440050180052a200600654400521e00517e", + "0x11217700a1340061120055440051120051370061120055440050060b4006", + "0x17b00554400553d00513e00617a00554400500e00501d006111005544005", + "0x500602400610f00554400511100515c00611000554400503600513f006", + "0x525a005457006006544005299005039006006544005006019006006aab", + "0x600501d0060065440050180052a200600654400521e00517e006006544", + "0x11000554400553c00513f00617b00554400530a00513e00617a005544005", + "0x10f17e00a13a00617e00554400500613300610f0055440052a200515c006", + "0x17a00554400517a00501d00610d00554400510e00536600610e005544005", + "0x10d00545800611000554400511000513f00617b00554400517b00513e006", + "0x25a00545700600654400500601900610d11017b17a21e00510d005544005", + "0x61330060065440050180052a200600654400521e00517e006006544005", + "0x554400518200536600618200554400549a18100a13a006181005544005", + "0x513f00601d00554400501d00513e00600600554400500600501d00610c", + "0x610c02101d00621e00510c00554400510c005458006021005544005021", + "0x49a00554400500606300601d00554400500625a00601a005544005006005", + "0x554400500645300621b00554400500606300645f005544005006005006", + "0x5440050060b100653d00554400500600500653e00554400500606300602b", + "0xa21e00500a1c100600654400500603700600654400500621e006034005", + "0x2a20051c200600654400500601900600e13513625aaac2a253c30a25a544", + "0x1340095440051370050e90061370055440052a20050ea0062a2005544005", + "0x17e00600654400513a00517e0060065440051340051c500613213b13a133", + "0x13300554400513300506000600654400513200513600600654400513b005", + "0x50180051ae0061310055440050061e400602400554400513300505f006", + "0x13e00613000554400500618d00613f00554400513100510700613e005544", + "0x54400513f0050d500613000554400513000510600630a00554400530a005", + "0xa13e13f13053c30a00953400602400554400502402b00a36c00613f005", + "0x5440050061eb00600654400500601900614512d12e25aaad14212f00a544", + "0x522200612b00554400514600503800612c005544005006101006146005", + "0x554400514a00566d00600654400514900553b00614a14900a54400512b", + "0x513700612900554400512900513700612900554400512a00529900612a", + "0x14d00513700614d02c00a54400512c12900a25a10b00612c00554400512c", + "0x554400500602b00612814e00a54400514d00600a18600614d005544005", + "0x14e00501d00612600554400500618d006151005544005127005322006127", + "0x14200554400514200513f00612f00554400512f00513e00614e005544005", + "0x1510050cc0061280055440051280050d0006126005544005126005106006", + "0x15503715412521e54400515112812614212f14e018259006151005544005", + "0x3753d00a12a00602c00554400502c53e00a057006006544005006020006", + "0x544005006019006123005aae12400554400a15500551d006037005544005", + "0x122005aaf15900554400a15800551a00615800554400512400551c006006", + "0x6006544005159005160006006544005006037006006544005006019006", + "0x15d0055440050060ae00615c0055440050060af0061210055440050060b0", + "0x616011f00a5440051200050ac00612000554400515d15c12125a0ad006", + "0x54400515400513e00612500554400512500501d00600654400511f0050fa", + "0xaa0061600055440051600050ab00625a00554400525a005131006154005", + "0x3600554400a1640050a900616416311d11e21e54400516025a15412521e", + "0x50060a800611b0055440050060b000600654400500601900611c005ab0", + "0x11a00554400516816711b25a0ad0061680055440050060a7006167005544", + "0x11e00501d0060065440051190050fa00616b11900a54400511a0050ac006", + "0x16300554400516300513100611d00554400511d00513e00611e005544005", + "0x21e0aa00603600554400503603400a0a600616b00554400516b0050ab006", + "0xab111600554400a16f0050a900616f11711816c21e54400516b16311d11e", + "0x1160050a50061720055440050360050a5006006544005006019006115005", + "0xa5440051140050a300611400554400517317200a0a4006173005544005", + "0x50a00061760055440051760050a10060065440051130050a2006176113", + "0x11100554400500612f00611200554400517700509f006177005544005176", + "0x554400500610100617b00554400500610100617a005544005006101006", + "0x617e00554400511200511c00610f00554400511017b17a25a09e006110", + "0x511700513100611800554400511800513e00616c00554400516c00501d", + "0x610f00554400510f00509d006111005544005111005142006117005544", + "0x10e21e54400517e10f11111711816c01809c00617e00554400517e00516c", + "0x654400500601900610b005ab210c00554400a18200509b00618218110d", + "0x55440050061eb00618600554400500626400618500554400500636e006", + "0x11900618a18900a54400510c00509100610900554400510a00503800610a", + "0x54400510800553b00610710800a544005109005222006006544005189005", + "0x513700610600554400518d00529900618d00554400510700566d006006", + "0x19000513700619010500a54400518a10602c25a10b006106005544005106", + "0x518618500a51f00610419100a54400519010e00a186006190005544005", + "0x1d00619500554400500618d00619400554400510300551e006103005544", + "0x54400503700513f00610d00554400510d00513e006191005544005191005", + "0xcc0061040055440051040050d0006195005544005195005106006037005", + "0x10110221e54400519410419503710d191018259006194005544005194005", + "0x19900551d006105005544005105005176006006544005006020006199198", + "0x554400510000551c0060065440050060190060ff005ab310000554400a", + "0x1600060065440050060190060fd005ab40fe00554400a19c00551a00619c", + "0x61a000554400500610100619f00554400500610e0060065440050fe005", + "0xfb0055370061a30fb00a5440050fc0055390060fc00554400519f00522d", + "0x60fa0055440051a40052990061a40055440051a3005536006006544005", + "0xfa10525a10b0061a00055440051a00051370060fa0055440050fa005137", + "0x1ae0f50f61ab0f70f81a829954400502400505d0061a70f900a5440051a0", + "0x65440050f700505c0060065440051a80051360060f21b31b20f30f41af", + "0x5440050f50051360060065440050f60051360060065440051ab005119006", + "0x50f400505c0060065440051af00505b0060065440051ae005136006006", + "0x1b30051240060065440051b20051240060065440050f3005119006006544", + "0x60f10f800a5440050f800505e0060065440050f2005119006006544005", + "0x1a70f925a10b0061a70055440051a70051370061b60055440050f1005185", + "0x51b710200a1860061b70055440051b70051370061b727d00a5440051b6", + "0x60ee0055440051ba0051910061ba00554400500602b0060ef0f000a544", + "0x54400500618d0061bd0055440050ef0051070060ed0055440050ee005535", + "0x570060ed0055440050ed0051370061be0055440051be0051060061be005", + "0x1981010095340060f00055440050f000501d00627d00554400527d21b00a", + "0x60065440050060190061c21c10eb25aab52990ec00a54400a0ed1bd1be", + "0x60e90055440050060af0060ea0055440050060b0006006544005006037", + "0x1c60050ac0061c60055440051c50e90ea25a0ad0061c50055440050060ae", + "0xf00055440050f000501d0060065440050e80050fa0060e70e800a544005", + "0xe70050ab0061810055440051810051310060ec0055440050ec00513e006", + "0xe71810ec0f021e0aa00629900554400529945f00a12a0060e7005544005", + "0xe50050a900602000554400502001d00a14a0060e50200e61c921e544005", + "0x55440051cc0050a50060065440050060190061cd005ab61cc00554400a", + "0x1d00052220061d00055440050e30050380060e30055440050061eb0060e4", + "0xe10055440050e200566d0060065440051d100553b0060e21d100a544005", + "0x51370061d50e400a5440050e400509a0061d40055440050e1005299006", + "0xdf0051370060df0e000a5440051d51d427d25a10b0061d40055440051d4", + "0x554400500602b0060de1d800a5440050df1c900a1860060df005544005", + "0x1d800501d0061dc00554400500618d0061db0055440050dd0051e80060dd", + "0x29900554400529900513f0060e60055440050e600513e0061d8005544005", + "0x1db0050cc0060de0055440050de0050d00061dc0055440051dc005106006", + "0x1e01df0db0dc21e5440051db0de1dc2990e61d80182590061db005544005", + "0x54400a1e000551d0060e00055440050e0005176006006544005006020006", + "0x61e30055440050da00551c0060065440050060190060d9005ab70da005", + "0x50060370060065440050060190060d8005ab81e400554400a1e300551a", + "0xd700522d0060d700554400500610e0060065440051e4005160006006544", + "0x65440050d60055370060d50d600a5440051e70055390061e7005544005", + "0x1eb0051370061eb0055440051ea0052990061ea0055440050d5005536006", + "0x50f800505e0060d30d400a5440050e41eb0e025a10b0061eb005544005", + "0xd30055440050d30051370061ef0055440051ee0051850061ee0f800a544", + "0x60d20055440050d20051370060d202100a5440051ef0d30d425a10b006", + "0x1f30051910061f300554400500602b0061f20d100a5440050d20dc00a186", + "0x1f60055440051f20051070060cf0055440050d00055350060d0005544005", + "0x50cf0051370060ce0055440050ce0051060060ce00554400500618d006", + "0xd10055440050d100501d00602100554400502149a00a0570060cf005544", + "0x190060cb0cc1fa25aab91f90cd00a54400a0cf1f60ce1df0db009534006", + "0x1fe0f800a5440050f800505e0061fd00554400500635f006006544005006", + "0x500618d0060c90055440051fd0051070060ca0055440051fe005185006", + "0x62010055440052010051060060cd0055440050cd00513e006201005544", + "0xc820200a54400a0ca0c92011f90cd0095340060c90055440050c90050d5", + "0x620200554400520200513e0060065440050060190060c62050c725aaba", + "0x5440050060190060c30c420925aabb2080190c525a54400a0c820200a1c1", + "0x613500620c0055440052080050ea0062080055440052080051c2006006", + "0x2100c100954400520c0050e90060c200554400500613500620d005544005", + "0x517e0060065440052100051c60060065440050c10051c50060bf0c0211", + "0x2140055440050f80c000a4500060065440050bf005136006006544005211", + "0x50450062170bd00a5440050be0050460060be005544005214005370006", + "0xc50055440050c500513e0060d10055440050d100501d0060065440050bd", + "0xc200515c00620d00554400520d00515c006217005544005217005044006", + "0x20d2170c50d100904300601900554400501901a00a12a0060c2005544005", + "0x1900621a005abc21900554400a0bb0050420060bb0bc21825a5440050c2", + "0x54400521c00516000621c0b90ba25a544005219005041006006544005006", + "0x516300600654400521d0051640060b821d00a5440050ba005163006006", + "0x55440050b800511c0060065440050b700516400621f0b700a5440050b9", + "0xb400a54400a0b50b60190bc21e0e80060b500554400521f00511c0060b6", + "0x60af00554400500602b0060065440050060190060b00b10b225aabd0b3", + "0x21800501d0060ad0055440050ae00503d0060ae0055440050af00900a03e", + "0x210055440050210051760060b40055440050b400513e006218005544005", + "0xad00503c0060b30055440050b300513f006020005544005020005131006", + "0x12c0060065440050060190060ad0b30200210b42180180050ad005544005", + "0x55440050b00ac00a13a0060ac005544005006133006006544005009005", + "0x513e00621800554400521800501d0060aa0055440050ab00503b0060ab", + "0x55440050200051310060210055440050210051760060b20055440050b2", + "0x2180180050aa0055440050aa00503c0060b10055440050b100513f006020", + "0x3b00600654400500900512c0060065440050060190060aa0b10200210b2", + "0x5440050bc00513e00621800554400521800501d0060a900554400521a005", + "0x13f0060200055440050200051310060210055440050210051760060bc005", + "0x200210bc2180180050a90055440050a900503c006019005544005019005", + "0x50f800517e00600654400500900512c0060065440050060190060a9019", + "0xa800a13a0060a800554400500613300600654400501a0052a2006006544", + "0x55440050d100501d0060a60055440050a700503b0060a70055440050c3", + "0x513100602100554400502100517600620900554400520900513e0060d1", + "0x55440050a600503c0060c40055440050c400513f006020005544005020", + "0x500900512c0060065440050060190060a60c40200212090d10180050a6", + "0x500613300600654400501a0052a20060065440050f800517e006006544", + "0xa30055440050a400503b0060a40055440050c60a500a13a0060a5005544", + "0x210051760060c70055440050c700513e0060d10055440050d100501d006", + "0x20500554400520500513f006020005544005020005131006021005544005", + "0x50060190060a32050200210c70d10180050a30055440050a300503c006", + "0x1a0052a20060065440050f800517e00600654400500900512c006006544", + "0x60a10055440050cb0a200a13a0060a2005544005006133006006544005", + "0x51fa00513e0060d10055440050d100501d0060a00055440050a100503b", + "0x60200055440050200051310060210055440050210051760061fa005544", + "0x211fa0d10180050a00055440050a000503c0060cc0055440050cc00513f", + "0xf800517e00600654400500900512c0060065440050060190060a00cc020", + "0x513600600654400549a00505500600654400501a0052a2006006544005", + "0x19006006abe00500602400609f0055440050d800515c0060065440050e4", + "0x2a20060065440050f800517e00600654400500900512c006006544005006", + "0x60065440050e400513600600654400549a00505500600654400501a005", + "0x509d00515c00600654400509e0051fe00609d09e00a5440050d90051fd", + "0x9c00a13a00609c00554400500613300600654400500603700609f005544", + "0x55440050dc00501d00609a00554400509b00503b00609b00554400509f", + "0x51310060e00055440050e00051760060db0055440050db00513e0060dc", + "0x554400509a00503c0061df0055440051df00513f006020005544005020", + "0x500900512c00600654400500601900609a1df0200e00db0dc01800509a", + "0x1a0052a20060065440050f800517e00600654400549a005055006006544", + "0x61c90055440051c900501d0060990055440051cd00503b006006544005", + "0x502000513100627d00554400527d0051760060e60055440050e600513e", + "0x509900554400509900503c00629900554400529900513f006020005544", + "0x600654400500603700600654400500601900609929902027d0e61c9018", + "0x65440050f800517e00600654400549a00505500600654400500900512c", + "0x54400545f0052a200600654400501d00553c00600654400501a0052a2006", + "0x503b0060970055440051c209800a13a006098005544005006133006006", + "0x55440050eb00513e0060f00055440050f000501d006096005544005097", + "0x513f00618100554400518100513100627d00554400527d0051760060eb", + "0x1c118127d0eb0f001800509600554400509600503c0061c10055440051c1", + "0x54400549a00505500600654400500900512c006006544005006019006096", + "0x501d00553c00600654400501a0052a200600654400502400544e006006", + "0xfd00515c00600654400521b00505500600654400545f0052a2006006544", + "0x900512c006006544005006019006006abf005006024006095005544005", + "0x52a200600654400502400544e00600654400549a005055006006544005", + "0x5500600654400545f0052a200600654400501d00553c00600654400501a", + "0x5440050940051fe00609309400a5440050ff0051fd00600654400521b005", + "0x54400500613300600654400500603700609500554400509300515c006006", + "0x609000554400509100503b00609100554400509509200a13a006092005", + "0x510500517600610100554400510100513e00610200554400510200501d", + "0x619800554400519800513f006181005544005181005131006105005544", + "0x54400500601900609019818110510110201800509000554400509000503c", + "0x549a00505500600654400500900512c00600654400521b005055006006", + "0x1d00553c00600654400501a0052a200600654400502400544e006006544", + "0x13e00608f00554400510e00501d00600654400545f0052a2006006544005", + "0x54400510b00508400608d00554400518100513100608e00554400510d005", + "0x54400521b005055006006544005006019006006ac000500602400608c005", + "0x502400544e00600654400549a00505500600654400500900512c006006", + "0x45f0052a200600654400501d00553c00600654400501a0052a2006006544", + "0x13e00608f00554400516c00501d006006544005036005097006006544005", + "0x54400511500508400608d00554400511700513100608e005544005118005", + "0x54400521b005055006006544005006019006006ac000500602400608c005", + "0x502400544e00600654400549a00505500600654400500900512c006006", + "0x45f0052a200600654400501d00553c00600654400501a0052a2006006544", + "0x13e00608f00554400511e00501d006006544005034005083006006544005", + "0x54400511c00508400608d00554400516300513100608e00554400511d005", + "0x13e00608f00554400508f00501d00608b00554400508c00503b00608c005", + "0x54400508d00513100602c00554400502c00517600608e00554400508e005", + "0x1800508b00554400508b00503c00603700554400503700513f00608d005", + "0x600654400521b00505500600654400500601900608b03708d02c08e08f", + "0x654400502400544e00600654400549a00505500600654400500900512c", + "0x54400545f0052a200600654400501d00553c00600654400501a0052a2006", + "0x500602400608a00554400512200515c006006544005034005083006006", + "0x500900512c00600654400521b005055006006544005006019006006ac1", + "0x1a0052a200600654400502400544e00600654400549a005055006006544", + "0x508300600654400545f0052a200600654400501d00553c006006544005", + "0x65440050890051fe00608808900a5440051230051fd006006544005034", + "0x554400500613300600654400500603700608a00554400508800515c006", + "0x1d00608500554400508600503b00608600554400508a08700a13a006087", + "0x54400502c00517600615400554400515400513e006125005544005125005", + "0x3c00603700554400503700513f00625a00554400525a00513100602c005", + "0x654400500601900608503725a02c154125018005085005544005085005", + "0x54400549a00505500600654400500900512c00600654400521b005055006", + "0x501d00553c00600654400501a0052a200600654400502400544e006006", + "0x53d0052a200600654400503400508300600654400545f0052a2006006544", + "0xa13a00608400554400500613300600654400553e005055006006544005", + "0x54400500600501d00608200554400508300503b006083005544005145084", + "0x13100600a00554400500a00517600612e00554400512e00513e006006005", + "0x54400508200503c00612d00554400512d00513f00625a00554400525a005", + "0x21b00505500600654400500601900608212d25a00a12e006018005082005", + "0x537200600654400549a00505500600654400500900512c006006544005", + "0x2a200600654400501d00553c00600654400501a0052a200600654400502b", + "0x600654400553d0052a200600654400503400508300600654400545f005", + "0x810055440050061330060065440050180050fc00600654400553e005055", + "0x501d00607f00554400508000503b00608000554400500e08100a13a006", + "0x554400500a00517600613600554400513600513e006006005544005006", + "0x503c00613500554400513500513f00625a00554400525a00513100600a", + "0x600654400500603700607f13525a00a13600601800507f00554400507f", + "0x500900515500600925a00a54400525a00515400621e005544005006135", + "0x600654400501a00512400600654400501900513600601a01901825a544", + "0x1d00515900601d00554400502000515800602001800a544005018005123", + "0x554400502121e00a134006021005544005021005137006021005544005", + "0x513e00600600554400500600501d00629900554400501800512200649a", + "0x554400549a00515c006299005544005299005121006005005544005005", + "0x54400a21b00512000621b27d45f25a54400549a29900500621e15d00649a", + "0x53e02c00a54400502400511f00600654400500601900602b005ac2024005", + "0x3700515500603725a00a54400525a00515400600654400553e005160006", + "0x654400503400512400600654400553d00511e00603403653d25a544005", + "0x515500653c00554400530a02c00a13400630a005544005036005299006", + "0x5440051360051360060065440052a200511e0061351362a225a54400525a", + "0xa13400613700554400500e00515900600e00554400513500511d006006", + "0xa54400513400516300613300554400500612f00613400554400513753c", + "0x500610100613200554400500610100600654400513a00516400613b13a", + "0x13f00554400513e13113225a09e00613e005544005006101006131005544", + "0x27d00513e00645f00554400545f00501d00613000554400513b00511c006", + "0x13300554400513300514200600a00554400500a00513100627d005544005", + "0x45f01809c00613000554400513000516c00613f00554400513f00509d006", + "0x14500554400a12d00509b00612d12e14212f21e54400513013f13300a27d", + "0x11900612b12c00a544005145005091006006544005006019006146005ac3", + "0x554400514900544b00614900554400512b00509900600654400512c005", + "0x513100614200554400514200513e00612f00554400512f00501d00614a", + "0x614a12e14212f21e00514a00554400514a00537300612e00554400512e", + "0x554400512f00501d00612a00554400514600544a006006544005006019", + "0x537300612e00554400512e00513100614200554400514200513e00612f", + "0x512600600654400500601900612a12e14212f21e00512a00554400512a", + "0x45f00554400545f00501d00612900554400502b00544a00600654400525a", + "0x12900537300600a00554400500a00513100627d00554400527d00513e006", + "0x600a01800600654400500603700612900a27d45f21e005129005544005", + "0x21e00573f00600654400500601900602001a00aac401901800a54400a005", + "0x654400500602000629900554400500900501a00649a02101d25a544005", + "0x21b005ac527d45f00a54400a29900502100601800554400501800501d006", + "0x54400545f00527d00602400554400527d0051b7006006544005006019006", + "0x5006019006006ac600500602400602c0055440050240050f000602b005", + "0x527d00603700554400553e0050ef00653e00554400500602b006006544", + "0x554400a02c0051ba00602c0055440050370050f000602b00554400521b", + "0x29900603400554400553d00549a006006544005006019006036005ac753d", + "0x54400a02b00502100630a00554400530a00513700630a005544005034005", + "0x1350055440052a20051b7006006544005006019006136005ac82a253c00a", + "0x50060240061370055440051350050f000600e00554400553c00527d006", + "0x51340050ef00613400554400500602b006006544005006019006006ac9", + "0x61370055440051330050f000600e00554400513600527d006133005544", + "0x19006132005aca13b00554400a1370051ba00613a00554400500e00511c", + "0x29900613100554400513b00549a006006544005006037006006544005006", + "0x513e00513700613f00554400530a01d00a34200613e005544005131005", + "0x13f00554400513f00513700613000554400513e02100a34200613e005544", + "0x14212f21e54400549a13013f00a21e343006130005544005130005137006", + "0x612f00554400512f00513100614525a00a54400525a00537400612d12e", + "0x512d00513700612e00554400512e005137006142005544005142005137", + "0x1900614912b00aacb12c14600a54400a14501901825a12e00612d005544", + "0x54400514600501d00614a00554400512d12e14225a09e006006544005006", + "0x14200612f00554400512f00513100612c00554400512c00513e006146005", + "0x54400513a00516c00614a00554400514a00509d00625a00554400525a005", + "0x21e00514e14d12912a21e54400513a14a25a12f12c14601809c00613a005", + "0x513600600654400513a00511900600654400500601900614e14d12912a", + "0x13600600654400512e00513600600654400525a005376006006544005142", + "0x612700554400500616800612800554400500613500600654400512d005", + "0x500613300615100554400512712800a134006127005544005127005137", + "0x15400554400512500537500612500554400515112600a13a006126005544", + "0x12f00513100614900554400514900513e00612b00554400512b00501d006", + "0x1900615412f14912b21e00515400554400515400537700612f005544005", + "0x5376006006544005132005160006006544005006037006006544005006", + "0x12400554400500619800615500554400530a01d00a34200600654400525a", + "0x513700615500554400515500513700612300554400512402100a342006", + "0x612112215915821e54400549a12315500a21e343006123005544005123", + "0x54400515913a00a741006006544005121005136006006544005122005136", + "0x13e00601800554400501800501d00615d00554400515c00537c00615c005", + "0x54400515d005377006158005544005158005131006019005544005019005", + "0x654400500603700600654400500601900615d15801901821e00515d005", + "0x554400500619800600654400525a005376006006544005036005160006", + "0x34300611f00554400511f00513700611f00554400512001d00a342006120", + "0x600654400511d00513600616311d11e16021e54400549a02111f00a21e", + "0x511e16400a74100616400554400502b00511c006006544005163005136", + "0x601800554400501800501d00611b00554400511c00537c00611c005544", + "0x511b00537700616000554400516000513100601900554400501900513e", + "0x500900511900600654400500601900611b16001901821e00511b005544", + "0x500613500600654400521e00544800600654400525a005376006006544", + "0x134006168005544005168005137006168005544005006168006167005544", + "0x511a11900a13a00611900554400500613300611a00554400516816700a", + "0x601a00554400501a00501d00616c00554400516b00537500616b005544", + "0x516c00537700600a00554400500a00513100602000554400502000513e", + "0x500625a00601d00554400500600600616c00a02001a21e00516c005544", + "0x621e00621b00554400500635a00645f00554400500600500649a005544", + "0x500613500600654400500900512c006006544005006037006006544005", + "0x2400554401801a0052de00627d00554400527d21b00a49c00627d005544", + "0x54400500601900653d005ad0037005acf53e005ace02c005acd02b005acc", + "0x44500603400554400501901803625a09e006036005544005006742006006", + "0x54400553c00509d00600654400530a00544800653c30a00a544005034005", + "0x18d0061360055440052a200537a0062a200554400553c00544400653c005", + "0x554400500600501d00600e00554400513600511c006135005544005006", + "0x513100600a00554400500a00513200600500554400500500513e006006", + "0x554400513500510600621e00554400521e00513f00625a00554400525a", + "0x1a44200602400554400502400544300600e00554400500e00516c006135", + "0x602000613329902102013413701854400502400e13521e25a00a005006", + "0x554400502149a00a14a00602000554400502001d00a149006006544005", + "0x5ad113a00554400a13300544100629900554400529945f00a12a006021", + "0xa13200544c00613200554400513a00544d00600654400500601900613b", + "0x1d00600654400500603700600654400500601900613e005ad2131005544", + "0x54400527d00515c00613400554400513400513e006137005544005137005", + "0x25a54400513127d13413721e44000613100554400513100516c00627d005", + "0x654400500601900612e005ad314200554400a12f00512000612f13013f", + "0x13f00501d00600654400514500516000614512d00a54400514200511f006", + "0x12b00554400502000513200612c00554400513000513e006146005544005", + "0x12d00515c00614a00554400529900513f006149005544005021005131006", + "0x12e0051fd006006544005006019006006ad400500602400612a005544005", + "0x14e00554400513f00501d0060065440051290051fe00614d12900a544005", + "0x500602400612700554400514d00515c00612800554400513000513e006", + "0x513e00515c00600654400527d005164006006544005006019006006ad5", + "0x527d005164006006544005006019006006ad6005006024006151005544", + "0x15c0060065440051260051fe00612512600a54400513b0051fd006006544", + "0x14e00554400513700501d006006544005006037006151005544005125005", + "0x500613300612700554400515100515c00612800554400513400513e006", + "0x12400554400515500513b00615500554400512715400a13a006154005544", + "0x2000513200612800554400512800513e00614e00554400514e00501d006", + "0x29900554400529900513f006021005544005021005131006020005544005", + "0x500601900612429902102012814e018005124005544005124005130006", + "0x45f0052a200600654400549a00553c00600654400501d00530a006006544", + "0x13e00600600554400500600501d00612300554400500618d006006544005", + "0x54400525a00513100600a00554400500a005132006005005544005005005", + "0x43f00612300554400512300510600621e00554400521e00513f00625a005", + "0x54400527d00515c00601900554400501900513700602b00554400502b005", + "0x2b12321e25a00a00500601d43c00601800554400501800513700627d005", + "0x12000554400a15d00538500615d15c12112215915801854400501827d019", + "0x611d11e16025a54400512000538700600654400500601900611f005ad7", + "0x554400515800501d00600654400511d00516000600654400511e005124", + "0x513100612b00554400512200513200612c00554400515900513e006146", + "0x554400516000515c00614a00554400515c00513f006149005544005121", + "0x511c00600654400516300516400616416300a54400512a00516300612a", + "0x554400511b00516700611b00554400511c00511b00611c005544005164", + "0x513200612c00554400512c00513e00614600554400514600501d006167", + "0x554400514a00513f00614900554400514900513100612b00554400512b", + "0x601900616714a14912b12c14601800516700554400516700513000614a", + "0x615800554400515800501d00616800554400511f00513b006006544005", + "0x512100513100612200554400512200513200615900554400515900513e", + "0x516800554400516800513000615c00554400515c00513f006121005544", + "0x654400502c00543a00600654400500601900616815c121122159158018", + "0x54400549a00553c00600654400501d00530a00600654400527d005164006", + "0x501900513600600654400501800513600600654400545f0052a2006006", + "0x54400553e00543a006006544005006019006006ad8005006024006006544", + "0x549a00553c00600654400501d00530a00600654400527d005164006006", + "0x1900513600600654400501800513600600654400545f0052a2006006544", + "0x5037005160006006544005006019006006ad8005006024006006544005", + "0x49a00553c00600654400501d00530a00600654400527d005164006006544", + "0x513600600654400501800513600600654400545f0052a2006006544005", + "0x53d00538b006006544005006019006006ad8005006024006006544005019", + "0x553c00600654400501d00530a00600654400527d005164006006544005", + "0x13600600654400501800513600600654400545f0052a200600654400549a", + "0x611900554400500605200611a005544005006135006006544005019005", + "0x500619800616b00554400511911a00a134006119005544005119005137", + "0x11800554400516c16b00a13400616c00554400516c00513700616c005544", + "0x11711800a13400611700554400511700513700611700554400500638c006", + "0x611600554400511600513700611600554400500638e00616f005544005", + "0x51720051370061720055440050062fb00611500554400511616f00a134", + "0x611400554400500613300617300554400517211500a134006172005544", + "0x600501d00617600554400511300513b00611300554400517311400a13a", + "0xa00554400500a00513200600500554400500500513e006006005544005", + "0x17600513000621e00554400521e00513f00625a00554400525a005131006", + "0x1d00600654400500603700617621e25a00a005006018005176005544005", + "0x54400525a00516c00600500554400500500513e006006005544005006005", + "0x54400a01800516f00601800921e25a54400525a00500625a11700625a005", + "0x1d02000a54400501900511600600654400500601900601a005ad9019005", + "0x45f005ada29900554400a49a00538f00649a02100a54400501d005439006", + "0x554400a021005115006006544005299005126006006544005006019006", + "0x602400554400527d00a00a17200600654400500601900621b005adb27d", + "0x21e00501d00602c00554400502b00539300602b00554400502402000a391", + "0x2c00554400502c00543800600900554400500900513e00621e005544005", + "0x11900600654400521b00516000600654400500601900602c00921e25a005", + "0x653e00554400500613500600654400500a005136006006544005020005", + "0x503753e00a134006037005544005037005137006037005544005006395", + "0x603400554400553d03600a13a00603600554400500613300653d005544", + "0x500900513e00621e00554400521e00501d00630a005544005034005397", + "0x500601900630a00921e25a00530a00554400530a005438006009005544", + "0xa00513600600654400502000511900600654400545f005160006006544", + "0x605200653c005544005006135006006544005021005437006006544005", + "0x55440052a253c00a1340062a20055440052a20051370062a2005544005", + "0x13600a1340061350055440051350051370061350055440050064c0006136", + "0x13700554400513700513700613700554400500639b00600e005544005135", + "0x13300513700613300554400500639c00613400554400513700e00a134006", + "0x13b00554400500610100613a00554400513313400a134006133005544005", + "0x610100613200554400513b13a00a13400613b00554400513b005137006", + "0x554400513113200a134006131005544005131005137006131005544005", + "0x539700613000554400513e13f00a13a00613f00554400500613300613e", + "0x554400500900513e00621e00554400521e00501d00612f005544005130", + "0x654400500601900612f00921e25a00512f00554400512f005438006009", + "0x521e00501d00614200554400501a00539700600654400500a005136006", + "0x514200554400514200543800600900554400500900513e00621e005544", + "0x1800900a54400a00500600a01800600654400500603700614200921e25a", + "0x602021e00a54400521e00509a00600654400500601900601a01900aadc", + "0x601900601d005add00654400a02000519000600900554400500900501d", + "0x43600602100554400525a00539e00600654400521e005136006006544005", + "0x500900501d00629900554400549a00543500649a00554400502100a00a", + "0x529900554400529900543400601800554400501800513e006009005544", + "0x501a00600654400501d00510300600654400500601900629901800925a", + "0x21b27d00a54400a45f00502100600654400500602000645f00554400500a", + "0x527d00602b00554400521b0051b7006006544005006019006024005ade", + "0x6006adf00500602400653e00554400502b0050f000602c00554400527d", + "0x53d0055440050370050ef00603700554400500602b006006544005006019", + "0x2c00511c00653e00554400553d0050f000602c00554400502400527d006", + "0x54400500601900630a005ae003400554400a53e0051ba006036005544005", + "0x51370062a200554400553c00529900653c00554400503400549a006006", + "0x1900600e005ae113513600a54400a2a200900a4330062a20055440052a2", + "0x613700554400513525a00a432006006544005006037006006544005006", + "0x513600501d00613300554400513421e00a05a006134005544005006198", + "0x603600554400503600516c00601800554400501800513e006136005544", + "0x18136009072006133005544005133005137006137005544005137005073", + "0x654400500601900613213b13a25a00513213b13a25a544005133137036", + "0x54400500e00501d00600654400521e00513600600654400525a005066006", + "0x54400530a005160006006544005006019006006ae2005006024006131005", + "0x500900501d00600654400521e00513600600654400525a005066006006", + "0x13e00506c00613e00554400500602b006006544005006037006131005544", + "0x554400513000543500613000554400513f03600a43600613f005544005", + "0x13125a00512f00554400512f00543400601800554400501800513e00612f", + "0x525a00506600600654400521e00513600600654400500601900612f018", + "0x500616800614200554400500613500600654400500a005119006006544", + "0x12d00554400512e14200a13400612e00554400512e00513700612e005544", + "0x14600543000614600554400512d14500a13a006145005544005006133006", + "0x1a00554400501a00513e00601900554400501900501d00612c005544005", + "0x600654400500603700612c01a01925a00512c00554400512c005434006", + "0x1800554400500618d00600900554400500610100621e0055440050060b0", + "0x1800921e25a0ad00601a0055440050060ae00601900554400500642c006", + "0x200055440050200050f900600600554400500600501d006020005544005", + "0x621e50f00601a00554400501a005106006019005544005019005137006", + "0x6299005ae349a00554400a02100551400602101d00a54400501a019020", + "0xa54400549a00551300645f00554400500a005185006006544005006019", + "0x13600602b02400a54400545f0054df00600654400521b00516000621b27d", + "0x554400501d00501d00602c00554400527d0054de006006544005024005", + "0x54dd00602b00554400502b00513700600500554400500500513e00601d", + "0x4db00653d03753e25a54400502c02b00501d21e4dc00602c00554400502c", + "0x50360054da006006544005006019006034005ae403600554400a53d005", + "0x544005006019006136005ae52a200554400a53c00516100653c30a00a544", + "0x54400500642a00613500554400500642d0060065440052a2005160006006", + "0xf900653e00554400553e00501d00613700554400530a0054d900600e005", + "0x54400500e005106006135005544005135005137006137005544005137005", + "0x54400a13300551400613313400a54400500e13513753e21e50f00600e005", + "0x13113200a54400513a00551300600654400500601900613b005ae613a005", + "0x554400500617f00613e0055440050063a7006006544005131005160006", + "0x51370061320055440051320050f900613400554400513400501d00613f", + "0x13f13e13213421e50f00613f00554400513f00510600613e00554400513e", + "0x500601900612e005ae714200554400a12f00551400612f13000a544005", + "0x51300600654400512d00513600614512d00a54400525a0054df006006544", + "0x5440051460054de00600654400512c00516000612c14600a544005142005", + "0x13700603700554400503700513e00613000554400513000501d00612b005", + "0x14503713021e4dc00612b00554400512b0054dd006145005544005145005", + "0x1900614d005ae812900554400a12a0054db00612a14a14925a54400512b", + "0x600654400500602000612814e00a5440051290054da006006544005006", + "0x127005160006006544005006019006151005ae912700554400a128005161", + "0x54d9006125005544005006522006126005544005006429006006544005", + "0x55440051540050f900614900554400514900501d00615400554400514e", + "0x21e50f006125005544005125005106006126005544005126005137006154", + "0x158005aea12300554400a12400551400612415500a544005125126154149", + "0x512200516000612215900a544005123005513006006544005006019006", + "0x501d00615c00554400512100514300612100554400500602b006006544", + "0x554400515c0051520061200055440051590050f900615d005544005155", + "0x6006544005006037006006544005006019006006aeb00500602400611f", + "0x514a00513e00615500554400515500501d0061600055440051580053aa", + "0x500601900616014a15525a0051600055440051600053ab00614a005544", + "0x1d00611d00554400514e0054d900611e0055440051510053ad006006544", + "0x54400511e00515200612000554400511d0050f900615d005544005149005", + "0x15d00501d0061630055440051200054de00600654400500603700611f005", + "0x11b0055440051630054dd00611c00554400514a00513e006164005544005", + "0x6544005006019006006aec00500602400616700554400511f005152006", + "0x14a00513e00614900554400514900501d00616800554400514d0053aa006", + "0x601900616814a14925a0051680055440051680053ab00614a005544005", + "0x1d00611a00554400512e0053aa00600654400525a005136006006544005", + "0x54400511a0053ab00603700554400503700513e006130005544005130005", + "0x654400525a00513600600654400500601900611a03713025a00511a005", + "0x3700513e00613400554400513400501d00611900554400513b0053aa006", + "0x601900611903713425a0051190055440051190053ab006037005544005", + "0x1d00616b0055440051360053ad00600654400525a005136006006544005", + "0x54400530a0054dd00611c00554400503700513e00616400554400553e005", + "0x5aed16c00554400a16700516100616700554400516b00515200611b005", + "0x54400511b0054d900600654400516c005160006006544005006019006118", + "0x1d00611600554400516f00542b00616f005544005117005428006117005", + "0x5440051160053ab00611c00554400511c00513e006164005544005164005", + "0x654400511800519d00600654400500601900611611c16425a005116005", + "0x55440050061bb00611500554400500613500600654400511b0054d7006", + "0x13300617300554400517211500a134006172005544005172005137006172", + "0x5440051130053aa00611300554400517311400a13a006114005544005006", + "0x3ab00611c00554400511c00513e00616400554400516400501d006176005", + "0x513600600654400500601900617611c16425a005176005544005176005", + "0x53e00554400553e00501d0061770055440050340053aa00600654400525a", + "0x3753e25a0051770055440051770053ab00603700554400503700513e006", + "0x54400500a00517e00600654400525a005136006006544005006019006177", + "0x513e00601d00554400501d00501d0061120055440052990053aa006006", + "0x3700611200501d25a0051120055440051120053ab006005005544005005", + "0xaee0210055440180200052de00601d00554400500618d006006544005006", + "0x654400500601900621b005af227d005af145f005af0299005aef49a005", + "0xa00513200600500554400500500513e00600600554400500600501d006", + "0x21e00554400521e00513f00625a00554400525a00513100600a005544005", + "0x1a00516c006019005544005019005137006018005544005018005137006", + "0x554400502400510600602401d00a54400501d00552b00601a005544005", + "0x3af00602b00554400502b00544300602b02100a544005021005426006024", + "0x3403653d03753e02c01854400502b02401a01901821e25a00a00500601d", + "0x601900653c005af330a00554400a0340053b1006006544005006020006", + "0x4230062a20055440050210053b300600654400530a005424006006544005", + "0x54400513600510600601d00554400501d0051060061360055440052a2005", + "0x601900613413700aaf400e13500a54400a13601d02c25a248006136005", + "0x13500501d00600654400500e005124006006544005006037006006544005", + "0x13b00554400503700513200613a00554400553e00513e006133005544005", + "0x500602400613100554400503600513f00613200554400553d005131006", + "0x500900512c006006544005134005124006006544005006019006006af5", + "0x13f00513700613f00554400500651800613e005544005006135006006544", + "0x554400513700501d00613000554400513f13e00a13400613f005544005", + "0x544005006019006006af600500602400614200554400513000515c00612f", + "0x50210053b500600654400501d00512400600654400500900512c006006", + "0x1d00600654400512e0051fe00612d12e00a54400553c0051fd006006544", + "0x654400500603700614200554400512d00515c00612f00554400502c005", + "0x14600503b00614600554400514214500a13a006145005544005006133006", + "0x53e00554400553e00513e00612f00554400512f00501d00612c005544005", + "0x3600513f00653d00554400553d005131006037005544005037005132006", + "0x12c03653d03753e12f01800512c00554400512c00503c006036005544005", + "0x554400500600501d00612b00554400500618d006006544005006019006", + "0x513100600a00554400500a00513200600500554400500500513e006006", + "0x554400512b00510600621e00554400521e00513f00625a00554400525a", + "0x516c00601900554400501900513700649a00554400549a00543f00612b", + "0x554400501d00510600601800554400501800513700601a00554400501a", + "0x14a14901854400501d01801a01949a12b21e25a00a0050060213b700601d", + "0x544005006019006127005af712800554400a14e00542200614e14d12912a", + "0x14a00513e00613300554400514900501d0060065440051280053b9006006", + "0x13200554400512900513100613b00554400512a00513200613a005544005", + "0x15100900a03e00615100554400500602b00613100554400514d00513f006", + "0x12500554400512500503c00612500554400512600503d006126005544005", + "0x54400500900512c00600654400500601900612513113213b13a133018005", + "0x513e00614900554400514900501d00615400554400512700503b006006", + "0x554400512900513100612a00554400512a00513200614a00554400514a", + "0x14901800515400554400515400503c00614d00554400514d00513f006129", + "0x12c00600654400529900543a00600654400500601900615414d12912a14a", + "0x600654400501a00511900600654400501d005124006006544005009005", + "0x6006af8005006024006006544005018005136006006544005019005136", + "0x600654400500900512c00600654400545f00543a006006544005006019", + "0x654400501900513600600654400501a00511900600654400501d005124", + "0x6006544005006019006006af8005006024006006544005018005136006", + "0x654400501d00512400600654400500900512c00600654400527d005160", + "0x54400501800513600600654400501900513600600654400501a005119006", + "0x654400521b00538b006006544005006019006006af8005006024006006", + "0x54400501a00511900600654400501d00512400600654400500900512c006", + "0x544005006135006006544005018005136006006544005019005136006006", + "0xa134006124005544005124005137006124005544005006052006155005", + "0x5544005158005137006158005544005006198006123005544005124155", + "0x513700612200554400500638c00615900554400515812300a134006158", + "0x554400500638e00612100554400512215900a134006122005544005122", + "0x2fb00615d00554400515c12100a13400615c00554400515c00513700615c", + "0x54400512015d00a134006120005544005120005137006120005544005006", + "0x3b00611e00554400511f16000a13a00616000554400500613300611f005", + "0x54400500500513e00600600554400500600501d00611d00554400511e005", + "0x13f00625a00554400525a00513100600a00554400500a005132006005005", + "0x25a00a00500601800511d00554400511d00503c00621e00554400521e005", + "0x500635a00601a00554400500635a00601800554400500635a00611d21e", + "0x621e00645f00554400500635a00649a00554400500635a00601d005544", + "0x21b005af927d00554402400a0053bb006006544005006037006006544005", + "0x5b0053d005aff037005afe53e005afd02c005afc02b005afb024005afa", + "0xb07135005b06136005b052a2005b0453c005b0330a005b02034005b01036", + "0x49f00600654400545f00549f006006544005006019006137005b0800e005", + "0x600654400501a00549f00600654400501d00549f00600654400549a005", + "0x554400513400513700613400554400500642100600654400501800549f", + "0x613a27d00a54400527d0053bd00613300554400513425a00a134006134", + "0x513b00548800600654400513200517e00613213b00a54400513a00541f", + "0x13f00554400513e21e00a13400613e005544005131005185006131005544", + "0x12f00548800600654400513000517e00612f13000a54400527d00541f006", + "0x554400512e13f00a13400612e005544005142005185006142005544005", + "0x602400614600554400512d00515c00614500554400513300515c00612d", + "0x49a00549f00600654400545f00549f006006544005006019006006b09005", + "0x549f00600654400501a00549f00600654400501d00549f006006544005", + "0x612c00554400512c00513700612c0055440050063bf006006544005018", + "0x500513e00600600554400500600501d00612b00554400512c25a00a134", + "0x12b00554400512b00515c00621b00554400521b00541e006005005544005", + "0x14925a54400521e12b21b00500600941c00621e00554400521e00515c006", + "0x654400545f00549f00600654400500601900612a14a14925a00512a14a", + "0x54400501a00549f00600654400501d00549f00600654400549a00549f006", + "0x512900513700612900554400500641b00600654400501800549f006006", + "0x2400a54400502400541a00614d00554400512925a00a134006129005544", + "0x532500600654400512700517e00612712800a54400514e00541900614e", + "0x54400512621e00a1340061260055440051510051ae006151005544005128", + "0x4880060065440051540050fc00615515400a544005024005419006125005", + "0x512312500a134006123005544005124005185006124005544005155005", + "0x614600554400515800515c00614500554400514d00515c006158005544", + "0x49f00600654400549a00549f006006544005006019006006b09005006024", + "0x600654400501800549f00600654400501a00549f00600654400501d005", + "0x515925a00a134006159005544005159005137006159005544005006417", + "0x12100a54400512200543100612202b00a54400502b005414006299005544", + "0x21e00a13400615d00554400512100529900600654400515c00511900615c", + "0x54400511f00513600616011f00a54400502b00543100612000554400515d", + "0x1a00611d00554400511e00541200611e16000a5440051600050de006006", + "0x5440051640051590061640055440051630050dd00616300554400511d005", + "0x611b00554400511c12000a13400611c00554400511c00513700611c005", + "0x500500513e00600600554400500600501d006167005544005160005412", + "0x611b00554400511b00515c00616700554400516700516c006005005544", + "0x11a16825a54400511b16700500621e1db00629900554400529945f00a49c", + "0x11f00600654400500601900616c005b0a16b00554400a119005120006119", + "0x554400500602b00600654400511700516000611711800a54400516b005", + "0x611500554400511600540d00611600554400516f11829925a40e00616f", + "0x51150053c700611a00554400511a00513e00616800554400516800501d", + "0x54400529900516400600654400500601900611511a16825a005115005544", + "0x513e00616800554400516800501d00617200554400516c00540b006006", + "0x1900617211a16825a0051720055440051720053c700611a00554400511a", + "0x49f00600654400549a00549f00600654400545f00549f006006544005006", + "0x600654400501800549f00600654400501a00549f00600654400501d005", + "0x517325a00a134006173005544005173005137006173005544005006409", + "0x617600554400511300532500611300554400502c0053ca006114005544", + "0x11400515c00611200554400517721e00a1340061770055440051760051ae", + "0x19006006b0900500602400614600554400511200515c006145005544005", + "0x49f00600654400501d00549f00600654400545f00549f006006544005006", + "0x611100554400500640800600654400501800549f00600654400501a005", + "0x53e00540a00602100554400511125a00a134006111005544005111005137", + "0x54400511000512600611017b00a54400517a00540700617a53e00a544005", + "0x40700617e00554400510f21e00a13400610f00554400517b005299006006", + "0x54400510d00515400600654400510e00513600610d10e00a54400553e005", + "0x654400510c00513600610b10c18225a54400518100515500618110d00a", + "0x18500515800618518200a54400518200512300600654400510b005124006", + "0x10a00554400510a00513700610a005544005186005159006186005544005", + "0x501d00618900554400518200512200610900554400510a17e00a134006", + "0x554400518900512100600500554400500500513e006006005544005006", + "0x15d00602100554400502149a00a49c00610900554400510900515c006189", + "0xb0b18d00554400a10700512000610710818a25a54400510918900500621e", + "0x516000619010500a54400518d00511f006006544005006019006106005", + "0x25a54400519100515500619110d00a54400510d005154006006544005190", + "0x529900600654400519400512400600654400510400511e006194103104", + "0x54400510d00515500610200554400519510500a134006195005544005103", + "0x11d00600654400519800513600600654400510100511e00619919810125a", + "0x50ff10200a1340060ff005544005100005159006100005544005199005", + "0xfd0055440050fe19c02125a40e0060fe00554400500602b00619c005544", + "0x10800513e00618a00554400518a00501d00619f0055440050fd00540d006", + "0x601900619f10818a25a00519f00554400519f0053c7006108005544005", + "0x540b00600654400510d005126006006544005021005164006006544005", + "0x554400510800513e00618a00554400518a00501d0061a0005544005106", + "0x65440050060190061a010818a25a0051a00055440051a00053c7006108", + "0x54400501a00549f00600654400549a00549f00600654400545f00549f006", + "0x50fc0051370060fc00554400500640600600654400501800549f006006", + "0x3700a5440050370053d40060200055440050fc25a00a1340060fc005544", + "0x51540060065440051a40051360061a41a300a5440050fb0053ce0060fb", + "0x1a70051360061a81a70f925a5440050fa0051550060fa1a300a5440051a3", + "0x60f80f900a5440050f90051230060065440051a8005124006006544005", + "0x51ab0051370061ab0055440050f70051590060f70055440050f8005158", + "0xf50055440050f90051220060f60055440051ab21e00a1340061ab005544", + "0xf500512100600500554400500500513e00600600554400500600501d006", + "0x554400502001d00a49c0060f60055440050f600515c0060f5005544005", + "0x54400a0f40051200060f41af1ae25a5440050f60f500500621e15d006020", + "0xf21b300a5440050f300511f0060065440050060190061b2005b0c0f3005", + "0xf10051550060f11a300a5440051a30051540060065440050f2005160006", + "0x65440050f00051240060065440051b600511e0060f01b71b625a544005", + "0x51550061ba0055440050ef1b300a1340060ef0055440051b7005299006", + "0x5440050ed0051360060065440050ee00511e0061bd0ed0ee25a5440051a3", + "0xa1340060ec0055440051be0051590061be0055440051bd00511d006006", + "0x51c10051260061c21c100a5440050370053ce0060eb0055440050ec1ba", + "0x60e90055440050ea0eb00a1340060ea0055440051c2005299006006544", + "0x1c600540d0061c60055440051c50e902025a40e0061c500554400500602b", + "0x1af0055440051af00513e0061ae0055440051ae00501d0060e8005544005", + "0x60065440050060190060e81af1ae25a0050e80055440050e80053c7006", + "0x65440051a3005126006006544005037005405006006544005020005164", + "0x1af00513e0061ae0055440051ae00501d0060e70055440051b200540b006", + "0x60190060e71af1ae25a0050e70055440050e70053c70061af005544005", + "0x549f00600654400549a00549f00600654400545f00549f006006544005", + "0x26100600654400501800549f00600654400501a00549f00600654400501d", + "0x5440051c925a00a1340061c90055440051c90051370061c9005544005006", + "0x40100600500554400500500513e00600600554400500600501d0060e6005", + "0x54400521e00515c0060e60055440050e600515c00653d00554400553d005", + "0x1cc0e525a0051cd1cc0e525a54400521e0e653d0050060093d100621e005", + "0x54400549a00549f00600654400545f00549f0060065440050060190061cd", + "0x501800549f00600654400501a00549f00600654400501d00549f006006", + "0xa1340060e40055440050e40051370060e40055440050063ff006006544", + "0x54400500500513e00600600554400500600501d0060e30055440050e425a", + "0x15c0060e30055440050e300515c0060360055440050360053fa006005005", + "0xe21d11d025a54400521e0e30360050060093f700621e00554400521e005", + "0x49f00600654400545f00549f0060065440050060190060e21d11d025a005", + "0x600654400501a00549f00600654400501d00549f00600654400549a005", + "0x55440050e10051370060e10055440050063f500600654400501800549f", + "0x13e00600600554400500600501d0061d40055440050e125a00a1340060e1", + "0x5440051d400515c0060340055440050340053f8006005005544005005005", + "0x54400521e1d40340050060093e600621e00554400521e00515c0061d4005", + "0x545f00549f0060065440050060190060df0e01d525a0050df0e01d525a", + "0x1800549f00600654400501d00549f00600654400549a00549f006006544", + "0x1340061d80055440051d80051370061d80055440050063d9006006544005", + "0xde0053da0060de30a00a54400530a0053f10060190055440051d825a00a", + "0x65440051dc0051190060065440051db0051360061dc1db0dd25a544005", + "0x53f10060db0055440050dc21e00a1340060dc0055440050dd005299006", + "0x1e00051360060d90da1e025a5440051df0053da0061df30a00a54400530a", + "0x1340061e30055440050da0052990060065440050d9005119006006544005", + "0x51360061e70d70d825a54400530a0053da0061e40055440051e30db00a", + "0xd61e700a5440051e70050de0060065440050d70051360060065440050d8", + "0x1ea0050dd0061ea0055440050d500501a0060d50055440050d6005412006", + "0xd40055440050d40051370060d40055440051eb0051590061eb005544005", + "0x501d0061ee0055440051e70054120060d30055440050d41e400a134006", + "0x55440051ee00516c00600500554400500500513e006006005544005006", + "0x1db00601900554400501901a00a49c0060d30055440050d300515c0061ee", + "0xb0d1f200554400a0d10051200060d10d21ef25a5440050d31ee00500621e", + "0x51600060cf0d000a5440051f200511f0060065440050060190061f3005", + "0x55440051f60d001925a40e0061f600554400500602b0060065440050cf", + "0x513e0061ef0055440051ef00501d0060cd0055440050ce00540d0060ce", + "0x190060cd0d21ef25a0050cd0055440050cd0053c70060d20055440050d2", + "0x61f90055440051f300540b006006544005019005164006006544005006", + "0x51f90053c70060d20055440050d200513e0061ef0055440051ef00501d", + "0x54400545f00549f0060065440050060190061f90d21ef25a0051f9005544", + "0x501a00549f00600654400501d00549f00600654400549a00549f006006", + "0xa1340061fa0055440051fa0051370061fa0055440050063f0006006544", + "0x50cc0053f20060cc53c00a54400553c0053dc0060090055440051fa25a", + "0x65440051fe0051360060065440051fd0051360060ca1fe1fd0cb21e544", + "0xc921e00a1340060c90055440050cb0052990060065440050ca005119006", + "0x21e5440052020053f200620253c00a54400553c0053dc006201005544005", + "0x1190060065440052050051360060065440050c80051360060c62050c70c8", + "0x5440050c520100a1340060c50055440050c70052990060065440050c6005", + "0xc30c421e5440052090053f200620953c00a54400553c0053dc006208005", + "0x20d0051190060065440050c30051360060065440050c400513600620d20c", + "0xc10055440050c220800a1340060c200554400520c005299006006544005", + "0x1360060065440052100051360060bf0c021121021e54400553c0053f2006", + "0xbf00a5440050bf0050de0060065440050c0005136006006544005211005", + "0x50dd0060bd0055440050be00501a0060be005544005214005412006214", + "0x55440052180051370062180055440052170051590062170055440050bd", + "0x1d0060bb0055440050bf0054120060bc0055440052180c100a134006218", + "0x5440050bb00516c00600500554400500500513e006006005544005006005", + "0x600900554400500901800a49c0060bc0055440050bc00515c0060bb005", + "0xb900554400a0ba0051200060ba21a21925a5440050bc0bb00500621e1db", + "0x1600060b821d00a5440050b900511f00600654400500601900621c005b0e", + "0x5440050b721d00925a40e0060b700554400500602b0060065440050b8005", + "0x13e00621900554400521900501d0060b600554400521f00540d00621f005", + "0x60b621a21925a0050b60055440050b60053c700621a00554400521a005", + "0xb500554400521c00540b006006544005009005164006006544005006019", + "0xb50053c700621a00554400521a00513e00621900554400521900501d006", + "0x545f00549f0060065440050060190060b521a21925a0050b5005544005", + "0x1a00549f00600654400501d00549f00600654400549a00549f006006544", + "0x51370060b400554400500600000600654400501800549f006006544005", + "0x5440052a200574b0060b30055440050b425a00a1340060b40055440050b4", + "0x60065440050b00051360060b00b100a5440050b200574c0060b22a200a", + "0x2a200574c0060ae0055440050af21e00a1340060af0055440050b1005299", + "0xab0055440050ac0052990060065440050ad0051360060ac0ad00a544005", + "0x515c0061450055440050b300515c0060aa0055440050ab0ae00a134006", + "0x549f006006544005006019006006b090050060240061460055440050aa", + "0x49f00600654400501d00549f00600654400549a00549f00600654400545f", + "0x60a900554400500674d00600654400501800549f00600654400501a005", + "0x13600574e0060a80055440050a925a00a1340060a90055440050a9005137", + "0x50a500517e0060a40a50a625a5440050a700574f0060a713600a544005", + "0xa1340060a30055440050a60052990060065440050a4005750006006544", + "0x50a100574f0060a113600a54400513600574e0060a20055440050a321e", + "0x600654400509e0057500060065440050a000513600609e09f0a025a544", + "0x9c0a200a13400609c00554400509d00518500609d00554400509f005488", + "0x54400509a00513600609809909a25a54400513600574f00609b005544005", + "0x500602000609700554400509800575100600654400509900517e006006", + "0x10200609b00554400509b00515c0060a80055440050a800515c006006544", + "0x5096005160006006544005006019006095005b0f09600554400a097005", + "0x6024006093005544005094005137006094005544005006101006006544", + "0x5006198006006544005095005160006006544005006019006006b10005", + "0xa134006006544005006037006093005544005092005137006092005544", + "0x54400509100515c0061450055440050a800515c00609100554400509309b", + "0x54400545f00549f006006544005006019006006b09005006024006146005", + "0x501a00549f00600654400501d00549f00600654400549a00549f006006", + "0x9000513700609000554400500675200600654400501800549f006006544", + "0xa54400513500575300608f00554400509025a00a134006090005544005", + "0x600654400508c00513600608b08c08d25a54400508e00575400608e135", + "0x54400508a00518500608a00554400508d00548800600654400508b005750", + "0x8713500a54400513500575300608800554400508921e00a134006089005", + "0x575000600654400508600517e00608408508625a544005087005754006", + "0x554400508308800a134006083005544005085005299006006544005084", + "0x13600600654400508100517e00607f08008125a544005135005754006082", + "0x600654400500602000607e00554400507f005751006006544005080005", + "0xa07e00510200608200554400508200515c00608f00554400508f00515c", + "0x600654400507d00516000600654400500601900607c005b1107d005544", + "0x6b1200500602400607a00554400507b00513700607b005544005006101", + "0x7900554400500619800600654400507c005160006006544005006019006", + "0x507a08200a13400600654400500603700607a005544005079005137006", + "0x614600554400507800515c00614500554400508f00515c006078005544", + "0x49f00600654400545f00549f006006544005006019006006b09005006024", + "0x600654400501a00549f00600654400501d00549f00600654400549a005", + "0x554400507700513700607700554400500675500600654400501800549f", + "0x75600607600554400507600515c00607600554400507725a00a134006077", + "0x757006006544005006019006073005b14074005b1307500554425a00e005", + "0x54400507207600a134006072005544005072005137006072005544005006", + "0x13400606f005544005070005299006070005544005075005758006071005", + "0x506e00515c00606d00554400507100515c00606e00554400506f21e00a", + "0x544005006549006006544005006019006006b1500500602400606c005544", + "0x606a00554400506b07600a13400606b00554400506b00513700606b005", + "0x6821e00a134006068005544005069005299006069005544005074005759", + "0x6c00554400506700515c00606d00554400506a00515c006067005544005", + "0x606600554400500675a006006544005006019006006b15005006024006", + "0x7300575b00606500554400506607600a134006066005544005066005137", + "0x62005544005063005185006063005544005064005488006064005544005", + "0x515c00606d00554400506500515c00606100554400506221e00a134006", + "0x554400506c00504b00614500554400506d00504b00606c005544005061", + "0x654400545f00549f006006544005006019006006b09005006024006146", + "0x54400501a00549f00600654400501d00549f00600654400549a00549f006", + "0x506000513700606000554400500675c00600654400501800549f006006", + "0x5e00554400513700575d00605f00554400506025a00a134006060005544", + "0x515c00605c00554400505d21e00a13400605d00554400505e005299006", + "0x5b00554400500602b00614600554400505c00515c00614500554400505f", + "0x1d00605900554400505a00540d00605a00554400505b14614525a40e006", + "0x5440050590053c700600500554400500500513e006006005544005006005", + "0x25a0055440050060b000600654400500603700605900500625a005059005", + "0x554400500642c00600900554400500618d00621e005544005006101006", + "0x1d00601a00554400500921e25a25a0ad0060190055440050060ae006018", + "0x54400501800513700601a00554400501a0050f9006006005544005006005", + "0xa54400501901801a00621e50f006019005544005019005106006018005", + "0x600654400500601900649a005b1602100554400a01d00551400601d020", + "0x27d00516000627d45f00a54400502100551300629900554400500a005185", + "0x600654400521b00513600602421b00a5440052990054df006006544005", + "0x500500513e00602000554400502000501d00602b00554400545f0054de", + "0x602b00554400502b0054dd006024005544005024005137006005005544", + "0x53d00554400a0370054db00603753e02c25a54400502b02400502021e4dc", + "0x2000630a03400a54400553d0054da006006544005006019006036005b17", + "0x5440050060190062a2005b1853c00554400a30a005161006006544005006", + "0x54400500675f00613600554400500675e00600654400553c005160006006", + "0xf900602c00554400502c00501d00600e0055440050340054d9006135005", + "0x54400513500510600613600554400513600513700600e00554400500e005", + "0x54400a13400551400613413700a54400513513600e02c21e50f006135005", + "0x13213b00a54400513300551300600654400500601900613a005b19133005", + "0x54400513100514300613100554400500602b006006544005132005160006", + "0x15200613000554400513b0050f900613f00554400513700501d00613e005", + "0x37006006544005006019006006b1a00500602400612f00554400513e005", + "0x13700554400513700501d00614200554400513a0053aa006006544005006", + "0x53e13725a0051420055440051420053ab00653e00554400553e00513e006", + "0x50340054d900612e0055440052a20053ad006006544005006019006142", + "0x613000554400512d0050f900613f00554400502c00501d00612d005544", + "0x19006146005b1b14500554400a12f00516100612f00554400512e005152", + "0x5428006006544005145005160006006544005006037006006544005006", + "0x554400513f00501d00612b00554400512c00542b00612c005544005130", + "0x13f25a00512b00554400512b0053ab00653e00554400553e00513e00613f", + "0x54400514600519d00600654400500603700600654400500601900612b53e", + "0x5440050061bb0061490055440050061350060065440051300050fa006006", + "0x612a00554400514a14900a13400614a00554400514a00513700614a005", + "0x514d0053aa00614d00554400512a12900a13a006129005544005006133", + "0x653e00554400553e00513e00613f00554400513f00501d00614e005544", + "0x3aa00600654400500601900614e53e13f25a00514e00554400514e0053ab", + "0x54400553e00513e00602c00554400502c00501d006128005544005036005", + "0x54400500601900612853e02c25a0051280055440051280053ab00653e005", + "0x2000501d00612700554400549a0053aa00600654400500a00517e006006", + "0x1270055440051270053ab00600500554400500500513e006020005544005", + "0x10100625a0055440050060b000600654400500603700612700502025a005", + "0x601800554400500676100600900554400500618d00621e005544005006", + "0x600501d00601a00554400500921e25a25a0ad006019005544005006762", + "0x1800554400501800513700601a00554400501a0050f9006006005544005", + "0x1d02000a54400501901801a00621e50f006019005544005019005106006", + "0x54df00600654400500601900649a005b1c02100554400a01d005514006", + "0xa54400502100551300600654400529900513600645f29900a54400500a", + "0x501d00602400554400527d0054de00600654400521b00516000621b27d", + "0x554400545f00513700600500554400500500513e006020005544005020", + "0x2b25a54400502445f00502021e4dc0060240055440050240054dd00645f", + "0x600654400500601900653d005b1d03700554400a53e0054db00653e02c", + "0x54400a03400516100600654400500602000603403600a5440050370054da", + "0x76300600654400530a00516000600654400500601900653c005b1e30a005", + "0x1350055440050360054d900613600554400500675f0062a2005544005006", + "0x2a20051370061350055440051350050f900602b00554400502b00501d006", + "0x51362a213502b21e50f0061360055440051360051060062a2005544005", + "0x544005006019006133005b1f13400554400a13700551400613700e00a544", + "0x602b00600654400513b00516000613b13a00a544005134005513006006", + "0x13e00554400500e00501d006131005544005132005143006132005544005", + "0x500602400613000554400513100515200613f00554400513a0050f9006", + "0x5440051330053aa006006544005006037006006544005006019006006b20", + "0x3ab00602c00554400502c00513e00600e00554400500e00501d00612f005", + "0x53ad00600654400500601900612f02c00e25a00512f00554400512f005", + "0x554400502b00501d00612e0055440050360054d900614200554400553c", + "0x516100613000554400514200515200613f00554400512e0050f900613e", + "0x6544005006037006006544005006019006145005b2112d00554400a130", + "0x514600542b00614600554400513f00542800600654400512d005160006", + "0x602c00554400502c00513e00613e00554400513e00501d00612c005544", + "0x3700600654400500601900612c02c13e25a00512c00554400512c0053ab", + "0x13500600654400513f0050fa00600654400514500519d006006544005006", + "0x1490055440051490051370061490055440050061bb00612b005544005006", + "0x12a00a13a00612a00554400500613300614a00554400514912b00a134006", + "0x554400513e00501d00614d0055440051290053aa00612900554400514a", + "0x13e25a00514d00554400514d0053ab00602c00554400502c00513e00613e", + "0x2b00501d00614e00554400553d0053aa00600654400500601900614d02c", + "0x14e00554400514e0053ab00602c00554400502c00513e00602b005544005", + "0x3aa00600654400500a00513600600654400500601900614e02c02b25a005", + "0x54400500500513e00602000554400502000501d00612800554400549a005", + "0x54400500600500612800502025a0051280055440051280053ab006005005", + "0x500621500601d00554400500616b00601a005544005006064006018005", + "0x500603700600654400500621e00645f00554400500600500649a005544", + "0x16400602421b00a54400527d00516300627d005544005006135006006544", + "0x2c00554400502b00519400602b00554400500602b00600654400521b005", + "0x501850a00602c00554400502c00510400653e00554400502400511c006", + "0x601900653c30a03425ab2203602153d03721e54400a02c53e25a21e00a", + "0x67640062a2005544005006135006006544005036005119006006544005", + "0x654400513500516400600e13500a5440052a2005163006136005544005", + "0x505e00602100554400502149a00a50900613700554400500e00511c006", + "0x54400513600513700603700554400503700513e00613402100a544005021", + "0x13213b25ab2313a29913325a54400a13713613453d03700924e006136005", + "0x513300513e00600600554400500600501d006006544005006019006131", + "0x29900554400529945f00a12a00613a00554400513a00516c006133005544", + "0x12f00554400a13000516f00613013f13e25a54400513a13300625a117006", + "0x11900612d12e00a54400512f005116006006544005006019006142005b24", + "0x5006019006145005b2501900554400a12d00511500600654400512e005", + "0x14600516300612c00554400500624c006146005544005006135006006544", + "0x14a00554400514900511c00600654400512b00516400614912b00a544005", + "0x512c00513700612a02100a54400502100505e006006544005006020006", + "0x14a12c12a29913f00924e00601900554400501901a00a05000612c005544", + "0x501a00600654400500601900615112712825ab2614e14d12925a54400a", + "0x554400512900513e00612600554400512600527d00612600554400514e", + "0x5b2715412500a54400a12600502100614d00554400514d00513f006129", + "0x54400515400549a00600654400512500553d006006544005006019006155", + "0x124005163006123005544005006508006124005544005006135006020005", + "0x12200554400515900511c00600654400515800516400615915800a544005", + "0xa11800612300554400512300513700612102100a54400502100505e006", + "0x15d00915c25a54400a12212312114d12900924e00602000554400502001d", + "0x613e00554400513e00501d00600654400500601900616011f12025ab28", + "0x901800a12a00615d00554400515d00516c00615c00554400515c00513e", + "0x16300516f00616311d11e25a54400515d15c13e25a117006009005544005", + "0xa54400516400511600600654400500601900611c005b2916400554400a", + "0x11a005b2a16800554400a16700511500600654400511b00511900616711b", + "0x16b005544005006283006119005544005006135006006544005006019006", + "0x11800511c00600654400516c00516400611816c00a544005119005163006", + "0x616f02100a54400502100505e006006544005006020006117005544005", + "0x11511625a54400a11716b16f00911d00924e00616b00554400516b005137", + "0x17600554400517200501a00600654400500601900611311417325ab2b172", + "0x11500513f00611600554400511600513e00617600554400517600527d006", + "0x5006019006111005b2c11217700a54400a176005021006115005544005", + "0x511200549a00600654400517700553d006006544005006037006006544", + "0x611000554400517a00529900617b00554400502000529900617a005544", + "0x617e00554400510f00576600610f00554400511016817b019021009765", + "0x511e00501d00610d00554400510e00576800610e00554400517e005767", + "0x611500554400511500513f00611600554400511600513e00611e005544", + "0x600654400500601900610d11511611e21e00510d00554400510d005769", + "0x65440051680050fa00600654400502100517e00600654400511100553d", + "0x55440050061350060065440050190050fa006006544005020005136006", + "0x18100a134006182005544005182005137006182005544005006520006181", + "0x554400511500513f00610b00554400511600513e00610c005544005182", + "0x544005006019006006b2d00500602400618600554400510c00515c006185", + "0x502100517e0060065440050200051360060065440050190050fa006006", + "0x513f00610b00554400517300513e0060065440051680050fa006006544", + "0x600654400500603700618600554400511300515c006185005544005114", + "0x510900576a00610900554400518610a00a13a00610a005544005006133", + "0x610b00554400510b00513e00611e00554400511e00501d006189005544", + "0x18510b11e21e00518900554400518900576900618500554400518500513f", + "0x5440050190050fa00600654400511a005160006006544005006019006189", + "0x54400500613500600654400502100517e006006544005020005136006006", + "0xa13400610800554400510800513700610800554400500652000618a005", + "0x54400511d00513e00618d00554400511e00501d00610700554400510818a", + "0x2400619000554400510700515c00610500554400500900513f006106005", + "0x51360060065440050190050fa006006544005006019006006b2e005006", + "0x10419100a54400511c0051fd00600654400502100517e006006544005020", + "0x511d00513e00618d00554400511e00501d0060065440051910051fe006", + "0x619000554400510400515c00610500554400500900513f006106005544", + "0x50fa006006544005006037006006544005006019006006b2e005006024", + "0x2a200600654400502100517e006006544005020005136006006544005019", + "0x554400512000513e00618d00554400513e00501d006006544005018005", + "0x613300619000554400516000515c00610500554400511f00513f006106", + "0x554400519400576a00619400554400519010300a13a006103005544005", + "0x513f00610600554400510600513e00618d00554400518d00501d006195", + "0x619510510618d21e005195005544005195005769006105005544005105", + "0x60065440050190050fa00600654400515500553d006006544005006019", + "0x654400501d0051770060065440050180052a200600654400502100517e", + "0x544005101005137006101005544005006520006102005544005006135006", + "0x619900554400512900513e00619800554400510110200a134006101005", + "0xb2f0050060240060ff00554400519800515c00610000554400514d00513f", + "0x54400501d0051770060065440050190050fa006006544005006019006006", + "0x512800513e0060065440050180052a200600654400502100517e006006", + "0x60ff00554400515100515c00610000554400512700513f006199005544", + "0x55440050ff19c00a13a00619c005544005006133006006544005006037", + "0x513e00613e00554400513e00501d0060fd0055440050fe00576a0060fe", + "0x55440050fd00576900610000554400510000513f006199005544005199", + "0x65440051450051600060065440050060190060fd10019913e21e0050fd", + "0x5440050180052a200600654400502100517e00600654400501d005177006", + "0x54400500652000619f00554400500613500600654400501a005059006006", + "0x60fc0055440051a019f00a1340061a00055440051a00051370061a0005", + "0x529900513f0061a300554400513f00513e0060fb00554400513e00501d", + "0x6019006006b300050060240060fa0055440050fc00515c0061a4005544", + "0x52a200600654400502100517e00600654400501d005177006006544005", + "0x1a70f900a5440051420051fd00600654400501a005059006006544005018", + "0x513f00513e0060fb00554400513e00501d0060065440050f90051fe006", + "0x60fa0055440051a700515c0061a400554400529900513f0061a3005544", + "0x17700600654400501a005059006006544005006019006006b30005006024", + "0x60065440050180052a200600654400502100517e00600654400501d005", + "0x54400513b00513e0060fb00554400500600501d00600654400545f0052a2", + "0x1330060fa00554400513100515c0061a400554400513200513f0061a3005", + "0x5440050f800576a0060f80055440050fa1a800a13a0061a8005544005006", + "0x13f0061a30055440051a300513e0060fb0055440050fb00501d0060f7005", + "0xf71a41a30fb21e0050f70055440050f70057690061a40055440051a4005", + "0x654400501d00517700600654400501a005059006006544005006019006", + "0x54400549a0055020060065440050180052a200600654400545f0052a2006", + "0x57680060f60055440051ab0057670061ab00554400553c00576c006006", + "0x554400503400513e00600600554400500600501d0060f50055440050f6", + "0x621e0050f50055440050f500576900630a00554400530a00513f006034", + "0x500610100625a0055440050060b00060065440050060370060f530a034", + "0x676e00601800554400500676d00600900554400500618d00621e005544", + "0x54400500600501d00601a00554400500921e25a25a0ad006019005544005", + "0x10600601800554400501800513700601a00554400501a0050f9006006005", + "0x51400601d02000a54400501901801a00621e50f006019005544005019005", + "0x500a0054df00600654400500601900649a005b3102100554400a01d005", + "0x21b27d00a54400502100551300600654400529900513600645f29900a544", + "0x502000501d00602400554400527d0054de00600654400521b005160006", + "0x645f00554400545f00513700600500554400500500513e006020005544", + "0x53e02c02b25a54400502445f00502021e4dc0060240055440050240054dd", + "0x54da00600654400500601900653d005b3203700554400a53e0054db006", + "0x30a00554400a03400516100600654400500602000603403600a544005037", + "0x500642900600654400530a00516000600654400500601900653c005b33", + "0x1d0061350055440050360054d90061360055440050065220062a2005544", + "0x5440052a20051370061350055440051350050f900602b00554400502b005", + "0xa5440051362a213502b21e50f0061360055440051360051060062a2005", + "0x6006544005006019006133005b3413400554400a13700551400613700e", + "0x54400500602b00600654400513b00516000613b13a00a544005134005513", + "0xf900613e00554400500e00501d006131005544005132005143006132005", + "0x6b3500500602400613000554400513100515200613f00554400513a005", + "0x12f0055440051330053aa006006544005006037006006544005006019006", + "0x12f0053ab00602c00554400502c00513e00600e00554400500e00501d006", + "0x553c0053ad00600654400500601900612f02c00e25a00512f005544005", + "0x613e00554400502b00501d00612e0055440050360054d9006142005544", + "0xa13000516100613000554400514200515200613f00554400512e0050f9", + "0x160006006544005006037006006544005006019006145005b3612d005544", + "0x554400514600542b00614600554400513f00542800600654400512d005", + "0x53ab00602c00554400502c00513e00613e00554400513e00501d00612c", + "0x500603700600654400500601900612c02c13e25a00512c00554400512c", + "0x500613500600654400513f0050fa00600654400514500519d006006544", + "0x1340061490055440051490051370061490055440050061bb00612b005544", + "0x514a12a00a13a00612a00554400500613300614a00554400514912b00a", + "0x613e00554400513e00501d00614d0055440051290053aa006129005544", + "0x14d02c13e25a00514d00554400514d0053ab00602c00554400502c00513e", + "0x54400502b00501d00614e00554400553d0053aa006006544005006019006", + "0x25a00514e00554400514e0053ab00602c00554400502c00513e00602b005", + "0x49a0053aa00600654400500a00513600600654400500601900614e02c02b", + "0x500554400500500513e00602000554400502000501d006128005544005", + "0x600654400500603700612800502025a0051280055440051280053ab006", + "0x1800554400500618d00600900554400500610100621e0055440050060b0", + "0x1800921e25a0ad00601a0055440050060ae00601900554400500642c006", + "0x200055440050200050f900600600554400500600501d006020005544005", + "0x621e50f00601a00554400501a005106006019005544005019005137006", + "0x6299005b3749a00554400a02100551400602101d00a54400501a019020", + "0xa54400549a00551300645f00554400500a005185006006544005006019", + "0x13600602b02400a54400545f0054df00600654400521b00516000621b27d", + "0x554400501d00501d00602c00554400527d0054de006006544005024005", + "0x54dd00602b00554400502b00513700600500554400500500513e00601d", + "0x4db00653d03753e25a54400502c02b00501d21e4dc00602c00554400502c", + "0x50360054da006006544005006019006034005b3803600554400a53d005", + "0x544005006019006136005b392a200554400a53c00516100653c30a00a544", + "0x54400500642a00613500554400500676f0060065440052a2005160006006", + "0xf900653e00554400553e00501d00613700554400530a0054d900600e005", + "0x54400500e005106006135005544005135005137006137005544005137005", + "0x54400a13300551400613313400a54400500e13513753e21e50f00600e005", + "0x13113200a54400513a00551300600654400500601900613b005b3a13a005", + "0x554400500617f00613e005544005006770006006544005131005160006", + "0x51370061320055440051320050f900613400554400513400501d00613f", + "0x13f13e13213421e50f00613f00554400513f00510600613e00554400513e", + "0x500601900612e005b3b14200554400a12f00551400612f13000a544005", + "0x1d00600654400514500516000614512d00a544005142005513006006544", + "0x54400512d0050f900603700554400503700513e006130005544005130005", + "0x25a54400525a12d03713021e26900625a00554400525a0050ab00612d005", + "0x654400500601900614a005b3c14900554400a12b00551400612b12c146", + "0x500642900600654400512900516000612912a00a544005149005513006", + "0xf900614600554400514600501d00614e00554400500652200614d005544", + "0x54400514e00510600614d00554400514d00513700612a00554400512a005", + "0x54400a12700551400612712800a54400514e14d12a14621e50f00614e005", + "0x15412500a544005151005513006006544005006019006126005b3d151005", + "0x54400515500514300615500554400500602b006006544005154005160006", + "0x13e00615800554400512800501d0061230055440051250054de006124005", + "0x5440051240051520061220055440051230054dd00615900554400512c005", + "0x5440051260053aa006006544005006019006006b3e005006024006121005", + "0x3ab00612c00554400512c00513e00612800554400512800501d00615c005", + "0x53aa00600654400500601900615c12c12825a00515c00554400515c005", + "0x554400512c00513e00614600554400514600501d00615d00554400514a", + "0x654400500601900615d12c14625a00515d00554400515d0053ab00612c", + "0x513000501d00612000554400512e0053aa00600654400525a005126006", + "0x51200055440051200053ab00603700554400503700513e006130005544", + "0x53aa00600654400525a00512600600654400500601900612003713025a", + "0x554400503700513e00613400554400513400501d00611f00554400513b", + "0x654400500601900611f03713425a00511f00554400511f0053ab006037", + "0x553e00501d0061600055440051360053ad00600654400525a005126006", + "0x612200554400530a0054dd00615900554400503700513e006158005544", + "0x1900611d005b3f11e00554400a121005161006121005544005160005152", + "0x61630055440051220054d900600654400511e005160006006544005006", + "0x515800501d00611c00554400516400542b006164005544005163005428", + "0x511c00554400511c0053ab00615900554400515900513e006158005544", + "0x54d700600654400511d00519d00600654400500601900611c15915825a", + "0x1370061670055440050061bb00611b005544005006135006006544005122", + "0x54400500613300616800554400516711b00a134006167005544005167005", + "0x616b0055440051190053aa00611900554400516811a00a13a00611a005", + "0x516b0053ab00615900554400515900513e00615800554400515800501d", + "0x54400525a00512600600654400500601900616b15915825a00516b005544", + "0x513e00653e00554400553e00501d00616c0055440050340053aa006006", + "0x1900616c03753e25a00516c00554400516c0053ab006037005544005037", + "0x3aa00600654400500a00517e00600654400525a005126006006544005006", + "0x54400500500513e00601d00554400501d00501d006118005544005299005", + "0x54400500603700611800501d25a0051180055440051180053ab006005005", + "0x54400500618d0060180055440050061010060090055440050060b0006006", + "0x925a0ad0060200055440050060ae00601a00554400500642c006019005", + "0x54400501d0050f900600600554400500600501d00601d005544005019018", + "0x50f00602000554400502000510600601a00554400501a00513700601d005", + "0x5b4029900554400a49a00551400649a02100a54400502001a01d00621e", + "0x21b00516000621b27d00a54400529900551300600654400500601900645f", + "0x600500554400500500513e00602100554400502100501d006006544005", + "0x502121e26900600a00554400500a0050ab00627d00554400527d0050f9", + "0x6037005b4153e00554400a02c00551400602c02b02425a54400500a27d", + "0x54400503600516000603653d00a54400553e005513006006544005006019", + "0x502400501d00630a00554400500635d006034005544005006771006006", + "0x603400554400503400513700653d00554400553d0050f9006024005544", + "0x62a253c00a54400530a03453d02421e50f00630a00554400530a005106", + "0x136005513006006544005006019006135005b4213600554400a2a2005514", + "0x53c00554400553c00501d00600654400513700516000613700e00a544005", + "0x25a0050ab00600e00554400500e0050f900602b00554400502b00513e006", + "0x551400613a13313425a54400525a00e02b53c21e26900625a005544005", + "0x54400513b005513006006544005006019006132005b4313b00554400a13a", + "0x677300613f00554400500677200600654400513e00516000613e13100a", + "0x1310055440051310050f900613400554400513400501d006130005544005", + "0x13421e50f00613000554400513000510600613f00554400513f005137006", + "0x612d005b4412e00554400a14200551400614212f00a54400513013f131", + "0x54400514600516000614614500a54400512e005513006006544005006019", + "0x50f900613300554400513300513e00612f00554400512f00501d006006", + "0x21e14513312f21e26900621e00554400521e0050ab006145005544005145", + "0x601900612a005b4514a00554400a14900551400614912b12c25a544005", + "0x600654400514d00516000614d12900a54400514a005513006006544005", + "0x554400512c00501d00612800554400500652200614e005544005006429", + "0x510600614e00554400514e0051370061290055440051290050f900612c", + "0x551400615112700a54400512814e12912c21e50f006128005544005128", + "0x554400500602b006006544005006019006125005b4612600554400a151", + "0x5161006155005544005155005152006155005544005154005143006154", + "0x544005124005160006006544005006019006123005b4712400554400a155", + "0x542800600654400515900516000615915800a544005126005513006006", + "0x554400512700501d00612100554400512200542b006122005544005158", + "0x12725a0051210055440051210053ab00612b00554400512b00513e006127", + "0x51260051ac00600654400512300519d00600654400500601900612112b", + "0x15d00513700615d0055440050061bb00615c005544005006135006006544", + "0x11f00554400500613300612000554400515d15c00a13400615d005544005", + "0x501d00611e0055440051600053aa00616000554400512011f00a13a006", + "0x554400511e0053ab00612b00554400512b00513e006127005544005127", + "0x11d0055440051250053aa00600654400500601900611e12b12725a00511e", + "0x11d0053ab00612b00554400512b00513e00612700554400512700501d006", + "0x512a0053aa00600654400500601900611d12b12725a00511d005544005", + "0x612b00554400512b00513e00612c00554400512c00501d006163005544", + "0x12600600654400500601900616312b12c25a0051630055440051630053ab", + "0x554400512f00501d00616400554400512d0053aa00600654400521e005", + "0x12f25a0051640055440051640053ab00613300554400513300513e00612f", + "0x51320053aa00600654400521e005126006006544005006019006164133", + "0x613300554400513300513e00613400554400513400501d00611c005544", + "0x12600600654400500601900611c13313425a00511c00554400511c0053ab", + "0x11b0055440051350053aa00600654400525a00512600600654400521e005", + "0x11b0053ab00602b00554400502b00513e00653c00554400553c00501d006", + "0x521e00512600600654400500601900611b02b53c25a00511b005544005", + "0x501d0061670055440050370053aa00600654400525a005126006006544", + "0x55440051670053ab00602b00554400502b00513e006024005544005024", + "0x600654400521e00512600600654400500601900616702b02425a005167", + "0x554400545f0053aa00600654400500a00512600600654400525a005126", + "0x53ab00600500554400500500513e00602100554400502100501d006168", + "0x50060b000600654400500603700616800502125a005168005544005168", + "0x676100601800554400500618d00600900554400500610100621e005544", + "0x554400501800921e25a0ad00601a005544005006762006019005544005", + "0x51370060200055440050200050f900600600554400500600501d006020", + "0x1a01902000621e50f00601a00554400501a005106006019005544005019", + "0x5006019006299005b4849a00554400a02100551400602101d00a544005", + "0x1d00600654400527d00516000627d45f00a54400549a005513006006544", + "0x54400545f0050f900600500554400500500513e00601d00554400501d005", + "0x25a54400500a45f00501d21e26900600a00554400500a0050ab00645f005", + "0x654400500601900653e005b4902c00554400a02b00551400602b02421b", + "0x500651200600654400553d00516000653d03700a54400502c005513006", + "0xf900621b00554400521b00501d006034005544005006522006036005544", + "0x544005034005106006036005544005036005137006037005544005037005", + "0x54400a53c00551400653c30a00a54400503403603721b21e50f006034005", + "0xe13500a5440052a2005513006006544005006019006136005b4a2a2005", + "0x502400513e00630a00554400530a00501d00600654400500e005160006", + "0x625a00554400525a0050ab0061350055440051350050f9006024005544", + "0x13a00554400a13300551400613313413725a54400525a13502430a21e269", + "0x16000613113200a54400513a00551300600654400500601900613b005b4b", + "0x613f00554400500677500613e005544005006774006006544005131005", + "0x513e0051370061320055440051320050f900613700554400513700501d", + "0x54400513f13e13213721e50f00613f00554400513f00510600613e005544", + "0x654400500601900612e005b4c14200554400a12f00551400612f13000a", + "0x514500515200614500554400512d00514300612d00554400500602b006", + "0x654400500601900612c005b4d14600554400a145005161006145005544", + "0x14900516000614912b00a544005142005513006006544005146005160006", + "0x612a00554400514a00542b00614a00554400512b005428006006544005", + "0x512a0053ab00613400554400513400513e00613000554400513000501d", + "0x54400512c00519d00600654400500601900612a13413025a00512a005544", + "0x5440050061bb0061290055440050061350060065440051420051ac006006", + "0x614e00554400514d12900a13400614d00554400514d00513700614d005", + "0x51270053aa00612700554400514e12800a13a006128005544005006133", + "0x613400554400513400513e00613000554400513000501d006151005544", + "0x3aa00600654400500601900615113413025a0051510055440051510053ab", + "0x54400513400513e00613000554400513000501d00612600554400512e005", + "0x54400500601900612613413025a0051260055440051260053ab006134005", + "0x513e00613700554400513700501d00612500554400513b0053aa006006", + "0x1900612513413725a0051250055440051250053ab006134005544005134", + "0x61540055440051360053aa00600654400525a005126006006544005006", + "0x51540053ab00602400554400502400513e00630a00554400530a00501d", + "0x54400525a00512600600654400500601900615402430a25a005154005544", + "0x513e00621b00554400521b00501d00615500554400553e0053aa006006", + "0x1900615502421b25a0051550055440051550053ab006024005544005024", + "0x3aa00600654400500a00512600600654400525a005126006006544005006", + "0x54400500500513e00601d00554400501d00501d006124005544005299005", + "0x900900500d00612400501d25a0051240055440051240053ab006005005", + "0x54400500601900601d005b51020005b5001a005b4f019005b4e018005544", + "0x19800649a00554400502100510700602121e00a54400521e005490006006", + "0x54400529900513700645f25a00a54400525a00552b006299005544005006", + "0x2c02b02425ab5221b27d00a54400a29949a45f00a005009534006299005", + "0x553e0051ae00603753e00a544005018005252006006544005006019006", + "0x603421e00a54400521e00549000603600554400500631300653d005544", + "0x513e00653c25a00a54400525a00552b00630a00554400503603400a315", + "0x30a53c21b27d00953400630a00554400530a0050d500627d00554400527d", + "0x518500600654400500601900613700e13525ab531362a200a54400a53d", + "0x554400513321e00a31500613300554400500648f006134005544005037", + "0x953400613a00554400513a0050d50062a20055440052a200513e00613a", + "0x54400500601900613f13e13125ab5413213b00a54400a13413a25a1362a2", + "0x602400612f00554400513200513f00613000554400513b00513e006006", + "0x513f00614200554400513100513e006006544005006019006006b55005", + "0x6006b5600500602400612d00554400513f00515c00612e00554400513e", + "0x600654400503700517e00600654400521e00531a006006544005006019", + "0x54400500e00513f00614200554400513500513e00600654400525a005124", + "0x77700614500554400512d00577600612d00554400513700515c00612e005", + "0x54400500600501d00612c005544005146005778006146005544005145005", + "0x54b00612e00554400512e00513f00614200554400514200513e006006005", + "0x31a00600654400500601900612c12e14200621e00512c00554400512c005", + "0x600654400525a00512400600654400501800522b00600654400521e005", + "0x514900577800614900554400512b00577700612b00554400502c005776", + "0x602400554400502400513e00600600554400500600501d00614a005544", + "0x2b02400621e00514a00554400514a00554b00602b00554400502b00513f", + "0x12a00510700612a21e00a54400521e00549000600654400500601900614a", + "0x14e25a00a54400525a00552b00614d0055440050064c0006129005544005", + "0x12800a54400a14d12914e00a00500953400614d00554400514d005137006", + "0x15400a54400501900525200600654400500601900612512615125ab57127", + "0x21e0054900061230055440050063130061240055440051540051ae006155", + "0x54400525a00552b00615900554400512315800a31500615821e00a544005", + "0x61590055440051590050d500612800554400512800513e00612225a00a", + "0x601900611f12015d25ab5815c12100a54400a124159122127128009534", + "0x31500611e00554400500648f006160005544005155005185006006544005", + "0x511d0050d500612100554400512100513e00611d00554400511e21e00a", + "0x11b11c25ab5916416300a54400a16011d25a15c12100953400611d005544", + "0x516400513f00613000554400516300513e006006544005006019006167", + "0x511c00513e006006544005006019006006b5500500602400612f005544", + "0x611900554400516700515c00611a00554400511b00513f006168005544", + "0x17e00600654400521e00531a006006544005006019006006b5a005006024", + "0x16800554400515d00513e00600654400525a005124006006544005155005", + "0x11900577600611900554400511f00515c00611a00554400512000513f006", + "0x11800554400516c00577800616c00554400516b00577700616b005544005", + "0x11a00513f00616800554400516800513e00600600554400500600501d006", + "0x1900611811a16800621e00511800554400511800554b00611a005544005", + "0x12400600654400501900522b00600654400521e00531a006006544005006", + "0x554400511700577700611700554400512500577600600654400525a005", + "0x513e00600600554400500600501d00611600554400516f00577800616f", + "0x554400511600554b00612600554400512600513f006151005544005151", + "0x654400501a00516000600654400500601900611612615100621e005116", + "0x51720051370061720055440050064a700611500554400521e005107006", + "0x17611325ab5b11417300a54400a17211525a00a005009534006172005544", + "0x511400513f00613000554400517300513e006006544005006019006177", + "0x5177005776006006544005006019006006b5500500602400612f005544", + "0x617a005544005111005778006111005544005112005777006112005544", + "0x517600513f00611300554400511300513e00600600554400500600501d", + "0x601900617a17611300621e00517a00554400517a00554b006176005544", + "0x2fb00617b00554400521e005107006006544005020005160006006544005", + "0x17b25a00a005009534006110005544005110005137006110005544005006", + "0x513e00600654400500601900618110d10e25ab5c17e10f00a54400a110", + "0x6006b5500500602400612f00554400517e00513f00613000554400510f", + "0x5544005182005777006182005544005181005776006006544005006019", + "0x513e00600600554400500600501d00610b00554400510c00577800610c", + "0x554400510b00554b00610d00554400510d00513f00610e00554400510e", + "0x654400501d00516000600654400500601900610b10d10e00621e00510b", + "0x518600513700618600554400500610100618500554400521e005107006", + "0x18a18925ab5d10910a00a54400a18618525a00a005009534006186005544", + "0x510900513f00613000554400510a00513e006006544005006019006108", + "0x77700618d00554400510700577900610700554400500602b00612f005544", + "0x54400500600501d00610500554400510600577800610600554400518d005", + "0x54b00612f00554400512f00513f00613000554400513000513e006006005", + "0x77600600654400500601900610512f13000621e005105005544005105005", + "0x544005191005778006191005544005190005777006190005544005108005", + "0x13f00618900554400518900513e00600600554400500600501d006104005", + "0x10418a18900621e00510400554400510400554b00618a00554400518a005", + "0x21e00554400500610100625a0055440050060b0006006544005006037006", + "0x554400500677b00601800554400500677a00600900554400500618d006", + "0x600600554400500600501d00601a00554400500921e25a25a0ad006019", + "0x501900510600601800554400501800513700601a00554400501a0050f9", + "0xa01d00551400601d02000a54400501901801a00621e50f006019005544", + "0x29900a54400502100551300600654400500601900649a005b5e021005544", + "0x500513e00602000554400502000501d00600654400545f00516000645f", + "0xa00554400500a0050ab0062990055440052990050f9006005005544005", + "0x554400a02400551400602421b27d25a54400500a29900502021e269006", + "0x603753e00a54400502b00551300600654400500601900602c005b5f02b", + "0x3600554400500675f00653d005544005006763006006544005037005160", + "0x53d00513700653e00554400553e0050f900627d00554400527d00501d006", + "0x503653d53e27d21e50f00603600554400503600510600653d005544005", + "0x5440050060190062a2005b6053c00554400a30a00551400630a03400a544", + "0x13500515200613500554400513600514300613600554400500602b006006", + "0x544005006019006137005b6100e00554400a135005161006135005544005", + "0x516000613313400a54400553c00551300600654400500e005160006006", + "0x13b00554400513a00542b00613a005544005134005428006006544005133", + "0x13b0053ab00621b00554400521b00513e00603400554400503400501d006", + "0x513700519d00600654400500601900613b21b03425a00513b005544005", + "0x50061bb00613200554400500613500600654400553c0051ac006006544", + "0x13e00554400513113200a134006131005544005131005137006131005544", + "0x1300053aa00613000554400513e13f00a13a00613f005544005006133006", + "0x21b00554400521b00513e00603400554400503400501d00612f005544005", + "0x600654400500601900612f21b03425a00512f00554400512f0053ab006", + "0x521b00513e00603400554400503400501d0061420055440052a20053aa", + "0x500601900614221b03425a0051420055440051420053ab00621b005544", + "0x13e00627d00554400527d00501d00612e00554400502c0053aa006006544", + "0x612e21b27d25a00512e00554400512e0053ab00621b00554400521b005", + "0x12d00554400549a0053aa00600654400500a005126006006544005006019", + "0x12d0053ab00600500554400500500513e00602000554400502000501d006", + "0x5440050060b000600654400500603700612d00502025a00512d005544005", + "0x500642c00601800554400500618d00600900554400500610100621e005", + "0x2000554400501800921e25a0ad00601a0055440050060ae006019005544", + "0x190051370060200055440050200050f900600600554400500600501d006", + "0x501a01902000621e50f00601a00554400501a005106006019005544005", + "0x544005006019006299005b6249a00554400a02100551400602101d00a544", + "0x16000621b27d00a54400549a00551300645f00554400500a005185006006", + "0x54400502400513600602b02400a54400545f0054df00600654400521b005", + "0x513e00601d00554400501d00501d00602c00554400527d0054de006006", + "0x554400502c0054dd00602b00554400502b005137006005005544005005", + "0x54400a53d0054db00653d03753e25a54400502c02b00501d21e4dc00602c", + "0x53c30a00a5440050360054da006006544005006019006034005b63036005", + "0x5160006006544005006019006136005b642a200554400a53c005161006", + "0x4d900600e00554400500642a00613500554400500677c0060065440052a2", + "0x5440051370050f900653e00554400553e00501d00613700554400530a005", + "0x50f00600e00554400500e005106006135005544005135005137006137005", + "0x5b6513a00554400a13300551400613313400a54400500e13513753e21e", + "0x13200513600613113200a54400525a0054df00600654400500601900613b", + "0x600654400513f00516000613f13e00a54400513a005513006006544005", + "0x503700513e00613400554400513400501d00613000554400513e0054de", + "0x61300055440051300054dd006131005544005131005137006037005544", + "0x12d00554400a12e0054db00612e14212f25a54400513013103713421e4dc", + "0x2000612c14600a54400512d0054da006006544005006019006145005b66", + "0x544005006019006149005b6712b00554400a12c005161006006544005006", + "0x54400500677f00614a00554400500677d00600654400512b005160006006", + "0xf900612f00554400512f00501d0061290055440051460054d900612a005", + "0x54400512a00510600614a00554400514a005137006129005544005129005", + "0x54400a14e00551400614e14d00a54400512a14a12912f21e50f00612a005", + "0x12615100a544005128005513006006544005006019006127005b68128005", + "0x54400512500514300612500554400500602b006006544005126005160006", + "0x1520061240055440051510050f900615500554400514d00501d006154005", + "0x37006006544005006019006006b69005006024006123005544005154005", + "0x14d00554400514d00501d0061580055440051270053aa006006544005006", + "0x14214d25a0051580055440051580053ab00614200554400514200513e006", + "0x51460054d90061590055440051490053ad006006544005006019006158", + "0x61240055440051220050f900615500554400512f00501d006122005544", + "0x55440051240054de006006544005006037006123005544005159005152", + "0x54dd00615d00554400514200513e00615c00554400515500501d006121", + "0x6006b6a00500602400611f005544005123005152006120005544005121", + "0x554400512f00501d0061600055440051450053aa006006544005006019", + "0x12f25a0051600055440051600053ab00614200554400514200513e00612f", + "0x513b0053aa00600654400525a005136006006544005006019006160142", + "0x603700554400503700513e00613400554400513400501d00611e005544", + "0x13600600654400500601900611e03713425a00511e00554400511e0053ab", + "0x554400553e00501d00611d0055440051360053ad00600654400525a005", + "0x515200612000554400530a0054dd00615d00554400503700513e00615c", + "0x5006019006164005b6b16300554400a11f00516100611f00554400511d", + "0x542800611c0055440051200054d9006006544005163005160006006544", + "0x554400515c00501d00616700554400511b00542b00611b00554400511c", + "0x15c25a0051670055440051670053ab00615d00554400515d00513e00615c", + "0x51200054d700600654400516400519d00600654400500601900616715d", + "0x11a00513700611a0055440050061bb006168005544005006135006006544", + "0x16b00554400500613300611900554400511a16800a13400611a005544005", + "0x501d00611800554400516c0053aa00616c00554400511916b00a13a006", + "0x55440051180053ab00615d00554400515d00513e00615c00554400515c", + "0x600654400525a00513600600654400500601900611815d15c25a005118", + "0x503700513e00653e00554400553e00501d0061170055440050340053aa", + "0x500601900611703753e25a0051170055440051170053ab006037005544", + "0x2990053aa00600654400500a00517e00600654400525a005136006006544", + "0x500554400500500513e00601d00554400501d00501d00616f005544005", + "0x600654400500603700616f00501d25a00516f00554400516f0053ab006", + "0x15500601925a00a54400525a00515400601800921e25a54400500a005780", + "0x501d00512400600654400502000513600601d02001a25a544005019005", + "0x552b00649a00554400501a00512200602100554400500618d006006544", + "0x5006019006006b6c00654400a02129900a54a00629901800a544005018", + "0x54a00627d01800a54400501800552b00645f0055440050060a7006006544", + "0x55440050060a7006006544005006019006006b6d00654400a45f27d00a", + "0x4f500621b00554400521b00510600602401800a54400501800552b00621b", + "0x600654400500601900603753e00ab6e02c02b00a54400a21b02400625a", + "0x2b00501d00653d00554400501800921e25a0ad00600654400502c005124", + "0x49a00554400549a00512100600500554400500500513e00602b005544005", + "0x3403625a54400553d49a00502b21e78100653d00554400553d0050f9006", + "0x7830060065440050060190062a2005b6f53c00554400a30a00578200630a", + "0x500e00516000600654400513600507500600e13513625a54400553c005", + "0xf900613400554400503400513e00613700554400503600501d006006544", + "0x126006006544005006019006006b70005006024006133005544005135005", + "0x554400503600501d00613a0055440052a200578400600654400525a005", + "0x3625a00513a00554400513a00578500603400554400503400513e006036", + "0x921e25a0ad00600654400503700512400600654400500601900613a034", + "0x554400500500513e00653e00554400553e00501d00613b005544005018", + "0x21e78600613b00554400513b0050f900649a00554400549a005121006005", + "0x5b7113f00554400a13e00578200613e13113225a54400513b49a00553e", + "0x507500612e14212f25a54400513f005783006006544005006019006130", + "0x613700554400513200501d00600654400512e00516000600654400512f", + "0x513700504f0061330055440051420050f900613400554400513100513e", + "0x614600554400513300578700614500554400513400504e00612d005544", + "0x78400600654400525a005126006006544005006019006006b72005006024", + "0x54400513100513e00613200554400513200501d00612c005544005130005", + "0x54400500601900612c13113225a00512c00554400512c005785006131005", + "0x600600554400500600501d00612b00554400501800921e25a0ad006006", + "0x512b0050f900649a00554400549a00512100600500554400500500513e", + "0x12a00578200612a14a14925a54400512b49a00500621e78800612b005544", + "0x25a54400512900578300600654400500601900614d005b7312900554400a", + "0x501d00600654400512700516000600654400514e00507500612712814e", + "0x55440051280050f900614500554400514a00513e00612d005544005149", + "0x15412512625a54400515100515500615125a00a54400525a005154006146", + "0x54400512500529900600654400515400512400600654400512600511e006", + "0x600654400512400511e00615812312425a54400525a005155006155005", + "0x54400512d00501d00615900554400515800511d006006544005123005136", + "0x1060061550055440051550051370061460055440051460050f900612d005", + "0x1d00612112200a54400515915514612d21e50f006159005544005159005", + "0x54400512100578500614500554400514500513e006122005544005122005", + "0x654400525a00512600600654400500601900612114512225a005121005", + "0x14a00513e00614900554400514900501d00615c00554400514d005784006", + "0x601900615c14a14925a00515c00554400515c00578500614a005544005", + "0x501d006006544005009005136006006544005018005124006006544005", + "0x554400521e00507300600500554400500500513e006006005544005006", + "0x15d25a54400549a21e00500621e78900649a00554400549a00512100621e", + "0x600654400500601900611e005b7416000554400a11f00578a00611f120", + "0x525a00515400600654400516300516000616311d00a54400516000578b", + "0x54400511c00511e00616711b11c25a54400516400515500616425a00a544", + "0x25a00515500616800554400511b005299006006544005167005124006006", + "0x654400511900513600600654400511a00511e00616b11911a25a544005", + "0x2b00611800554400516c16811d25a0ad00616c00554400516b00511d006", + "0x54400516f00578d00616f00554400511711800a78c006117005544005006", + "0x78500612000554400512000513e00615d00554400515d00501d006116005", + "0x512600600654400500601900611612015d25a005116005544005116005", + "0x15d00554400515d00501d00611500554400511e00578400600654400525a", + "0x12015d25a00511500554400511500578500612000554400512000513e006", + "0xa54a00600925a00a54400525a00552b00621e00554400500618d006115", + "0x25a544005005005780006006544005006019006006b7500654400a21e009", + "0x25a00a54400525a00552b00602001a00a54400501a00552b00601a019018", + "0x500601900645f29900ab7649a02100a54400a01d02000625a24800601d", + "0x10600621b49a00a54400549a00552b00627d00554400500642a006006544", + "0x2c00ab7702b02400a54400a27d21b02125a4f500627d00554400527d005", + "0x554400500642a00600654400502b00512400600654400500601900653e", + "0x54a00602400554400502400501d00653d49a00a54400549a00552b006037", + "0x54400525a005124006006544005006019006006b7800654400a03753d00a", + "0x2425a4f500603600554400503600510600603600554400500642a006006", + "0x60a70060065440050060190062a253c00ab7930a03400a54400a03649a", + "0x554400503400501d00613530a00a54400530a00552b006136005544005", + "0x60a7006006544005006019006006b7a00654400a13613500a54a006034", + "0x554400500e00510600613730a00a54400530a00552b00600e005544005", + "0x500601900613b13a00ab7b13313400a54400a00e13703425a4f500600e", + "0xb7c13113200a54400a00a13400a78f006006544005133005124006006544", + "0x501d00612f00554400500679000600654400500601900613013f13e25a", + "0x554400512f00579100612e005544005131005791006142005544005132", + "0x554400513e00501d006006544005006019006006b7d00500602400612d", + "0x60a700612d00554400513f00579100612e005544005130005791006142", + "0x554400514500510600614630a00a54400530a00552b006145005544005", + "0x500601900614a14900ab7e12b12c00a54400a14514614225a4f5006145", + "0x54800612b00554400512b00510600612c00554400512c00501d006006544", + "0x614e005b7f14d00554400a12900579200612912a00a54400512b12c00a", + "0x654400a12800579500612800554400514d005793006006544005006019", + "0x30a005124006006544005018005066006006544005006019006127005b80", + "0x513600600654400512e00505c00600654400501a005124006006544005", + "0x39500615100554400500613500600654400512d00505c006006544005019", + "0x54400512615100a134006126005544005126005137006126005544005006", + "0x2400615500554400512500515c00615400554400512a00501d006125005", + "0x12425a54400512712d12a25a796006006544005006019006006b81005006", + "0x54700612200554400512e005547006159005544005158005547006158123", + "0xa54400501a00552b00615c00554400500642a006121005544005123005", + "0x12000a54400a15d15c12425a4f500615c00554400515c00510600615d01a", + "0x79800611d00554400500679700600654400500601900611e16000ab8211f", + "0x12216300a34200616300554400516300513700616300554400511d15900a", + "0x11b11f00a54400511f00552b00611c0055440050060a7006164005544005", + "0x12025a4f500616400554400516400513700611c00554400511c005106006", + "0x512400600654400500601900611911a00ab8316816700a54400a11c11b", + "0x616b00554400516b00510600616b0055440050060a7006006544005168", + "0x654400500601900616f11700ab8411816c00a54400a16b11f16725a4f5", + "0x16c00a54800611800554400511800510600616c00554400516c00501d006", + "0x6019006173005b8517200554400a11500579200611511600a544005118", + "0x6113005544005114005547006114005544005172005793006006544005", + "0x511600501d00617700554400517611300a798006176005544005006797", + "0x6019006006b86005006024006111005544005177005137006112005544", + "0x512400600654400530a005124006006544005018005066006006544005", + "0x13600600654400512100513600600654400516400513600600654400501a", + "0x54400517a0051fe00617b17a00a5440051730051fd006006544005019005", + "0x602400610f00554400517b00515c00611000554400511600501d006006", + "0x1800506600600654400516f005124006006544005006019006006b87005", + "0x513600600654400501a00512400600654400530a005124006006544005", + "0x135006006544005121005136006006544005019005136006006544005164", + "0x10e00554400510e00513700610e00554400500629600617e005544005006", + "0x515c00611000554400511700501d00610d00554400510e17e00a134006", + "0x5124006006544005006019006006b8700500602400610f00554400510d", + "0x11f00554400511f00510600611a00554400511a00501d006006544005119", + "0x5b8810c00554400a18200579200618218100a54400511f11a00a548006", + "0x518500554700618500554400510c00579300600654400500601900610b", + "0x611100554400518600513700611200554400518100501d006186005544", + "0x12100a34200610a00554400510a00513700610a00554400511101900a798", + "0x54400a10911200a43300610900554400510900513700610900554400510a", + "0x554400518a01800a432006006544005006019006108005b8918a18900a", + "0x610600554400518900501d00618d00554400501a16410725a0ad006107", + "0x6006544005006019006006b8a00500602400610500554400518d0050f9", + "0x654400501a00512400600654400530a005124006006544005018005066", + "0x5544005006395006190005544005006135006006544005164005136006", + "0x1d00610400554400519119000a134006191005544005191005137006191", + "0x6b8100500602400615500554400510400515c006154005544005108005", + "0x654400530a005124006006544005018005066006006544005006019006", + "0x54400512100513600600654400516400513600600654400501a005124006", + "0x51fe00619410300a54400510b0051fd006006544005019005136006006", + "0x10f00554400519400515c00611000554400518100501d006006544005103", + "0x500602400615500554400510f00504b00615400554400511000504f006", + "0x501800506600600654400511e005124006006544005006019006006b81", + "0x15900513600600654400501a00512400600654400530a005124006006544", + "0x5136006006544005121005136006006544005019005136006006544005", + "0x137006102005544005006296006195005544005006135006006544005122", + "0x516000501d00610100554400510219500a134006102005544005102005", + "0x6019006006b8100500602400615500554400510100515c006154005544", + "0x512400600654400530a005124006006544005018005066006006544005", + "0x5c00600654400501900513600600654400512e00505c00600654400501a", + "0x5440051980051fe00619919800a54400514e0051fd00600654400512d005", + "0x602400615500554400519900515c00615400554400512a00501d006006", + "0x12d00505c00600654400514a005124006006544005006019006006b81005", + "0x512400600654400530a005124006006544005018005066006006544005", + "0x13500600654400501900513600600654400512e00505c00600654400501a", + "0xff0055440050ff0051370060ff005544005006296006100005544005006", + "0x515c00615400554400514900501d00619c0055440050ff10000a134006", + "0x55440051550fe00a13a0060fe00554400500613300615500554400519c", + "0x578500615400554400515400501d00619f0055440050fd0057840060fd", + "0x513b00512400600654400500601900619f15400a00519f00554400519f", + "0x60190061a41a30fb25ab8b0fc1a000a54400a00a13a00a78f006006544", + "0x7910060f90055440051a000501d0060fa005544005006790006006544005", + "0x6b8c0050060240061a80055440050fa0057910061a70055440050fc005", + "0x5440051a40057910060f90055440050fb00501d006006544005006019006", + "0x52b0060f90055440050f900501d0061a80055440051a30057910061a7005", + "0xf80f900a5480060f80055440050f80051060060f830a00a54400530a005", + "0x50060190060f5005b8d0f600554400a1ab0057920061ab0f700a544005", + "0x1af005b8e00654400a1ae0057950061ae0055440050f6005793006006544", + "0x654400530a005124006006544005018005066006006544005006019006", + "0x5440050190051360060065440051a800505c00600654400501a005124006", + "0x5440050063950060f40055440050061350060065440051a700505c006006", + "0x61b20055440050f30f400a1340060f30055440050f30051370060f3005", + "0xb8f0050060240060f20055440051b200515c0061b30055440050f700501d", + "0x61b71b60f125a5440051af1a70f725a796006006544005006019006006", + "0x54400530a00552b0060ef0055440050060a70060f00055440051a8005547", + "0xa54400a1ba0ef0f125a4f50060ef0055440050ef0051060061ba30a00a", + "0xee0055440050ee00501d0060065440050060190061be1bd00ab900ed0ee", + "0x7920060eb0ec00a5440050ed0ee00a5480060ed0055440050ed005106006", + "0x51c10057930060065440050060190061c2005b911c100554400a0eb005", + "0x61c50055440051b60055470060e90055440050ea0055470060ea005544", + "0x54400501a00552b0060e800554400500642a0061c60055440051b7005547", + "0xa54400a0e70e80ec25a4f50060e80055440050e80051060060e701a00a", + "0x55440050e90f000a7980060065440050060190061cc0e500ab920e61c9", + "0xa70060e40055440051c51cd00a3420061cd0055440051cd0051370061cd", + "0x5440050e30051060061d00e600a5440050e600552b0060e3005544005006", + "0x1d100a54400a0e31d01c925a4f50060e40055440050e40051370060e3005", + "0xa70060065440050e20051240060065440050060190061d40e100ab930e2", + "0xa1d50e61d125a4f50061d50055440051d50051060061d5005544005006", + "0x5440050e000501d0060065440050060190060de1d800ab940df0e000a544", + "0x1db0dd00a5440050df0e000a5480060df0055440050df0051060060e0005", + "0x57930060065440050060190060dc005b951dc00554400a1db005792006", + "0x1e00055440050067970061df0055440050db0055470060db0055440051dc", + "0x51370060d90055440050dd00501d0060da0055440051e01df00a798006", + "0x5066006006544005006019006006b960050060240061e30055440050da", + "0x13600600654400501a00512400600654400530a005124006006544005018", + "0x60065440050190051360060065440050e40051360060065440051c6005", + "0x50dd00501d0060065440051e40051fe0060d81e400a5440050dc0051fd", + "0x6019006006b970050060240061e70055440050d800515c0060d7005544", + "0x51240060065440050180050660060065440050de005124006006544005", + "0x1360060065440051c600513600600654400501a00512400600654400530a", + "0x60d60055440050061350060065440050e4005136006006544005019005", + "0x50d50d600a1340060d50055440050d50051370060d5005544005006296", + "0x61e70055440051ea00515c0060d70055440051d800501d0061ea005544", + "0x1d0060065440051d4005124006006544005006019006006b97005006024", + "0x50e60e100a5480060e60055440050e60051060060e10055440050e1005", + "0x5440050060190061ee005b980d300554400a0d40057920060d41eb00a544", + "0x501d0060d20055440051ef0055470061ef0055440050d3005793006006", + "0x5440051e301900a7980061e30055440050d20051370060d90055440051eb", + "0x61f20055440050d10e400a3420060d10055440050d10051370060d1005", + "0xcf005b990d01f300a54400a1f20d900a4330061f20055440051f2005137", + "0x1c61f625a0ad0061f60055440050d001800a432006006544005006019006", + "0x55440050ce0050f90061060055440051f300501d0060ce00554400501a", + "0x60240061f90055440051050057870060cd00554400510600504f006105", + "0x30a005124006006544005018005066006006544005006019006006b9a005", + "0x61350060065440051c600513600600654400501a005124006006544005", + "0x60cc0055440050cc0051370060cc0055440050063950061fa005544005", + "0xcb00515c0061b30055440050cf00501d0060cb0055440050cc1fa00a134", + "0x18005066006006544005006019006006b8f0050060240060f2005544005", + "0x513600600654400501a00512400600654400530a005124006006544005", + "0x1fd0060065440050190051360060065440050e40051360060065440051c6", + "0x5440051eb00501d0060065440051fd0051fe0061fe1fd00a5440051ee005", + "0x4b0061b30055440050d700504f0061e70055440051fe00515c0060d7005", + "0x124006006544005006019006006b8f0050060240060f20055440051e7005", + "0x600654400530a0051240060065440050180050660060065440051cc005", + "0x65440050190051360060065440051c600513600600654400501a005124", + "0x5440051c50051360060065440050e90051360060065440050f0005136006", + "0x50c90051370060c90055440050062960060ca005544005006135006006", + "0x1b30055440050e500501d0062010055440050c90ca00a1340060c9005544", + "0x6544005006019006006b8f0050060240060f200554400520100515c006", + "0x54400501a00512400600654400530a005124006006544005018005066006", + "0x51b600505c0060065440050f0005136006006544005019005136006006", + "0x1fe0060c820200a5440051c20051fd0060065440051b700505c006006544", + "0x55440050c800515c0061b30055440050ec00501d006006544005202005", + "0x65440051be005124006006544005006019006006b8f0050060240060f2", + "0x54400501a00512400600654400530a005124006006544005018005066006", + "0x50f00051360060065440050190051360060065440051b700505c006006", + "0x50062960060c70055440050061350060065440051b600505c006006544", + "0xc60055440052050c700a134006205005544005205005137006205005544", + "0x50060240060f20055440050c600515c0061b30055440051bd00501d006", + "0x530a005124006006544005018005066006006544005006019006006b8f", + "0x190051360060065440051a800505c00600654400501a005124006006544", + "0x62080c500a5440050f50051fd0060065440051a700505c006006544005", + "0x54400520800515c0061b30055440050f700501d0060065440050c50051fe", + "0x7840060c40055440050f220900a13a0062090055440050061330060f2005", + "0x5440050c30057850061b30055440051b300501d0060c30055440050c4005", + "0xa54400a00a03400a78f0060065440050060190060c31b300a0050c3005", + "0x2110055440050067900060065440050060190062100c10c225ab9b20d20c", + "0x2110057910060bf00554400520d0057910060c000554400520c00501d006", + "0xc200501d006006544005006019006006b9c005006024006214005544005", + "0x2140055440050c10057910060bf0055440052100057910060c0005544005", + "0x500642a0060bd0055440050bf0055470060be005544005214005547006", + "0x21700554400521700510600621801a00a54400501a00552b006217005544", + "0x54400500601900621a21900ab9d0bb0bc00a54400a2182170c025a4f5006", + "0x51060060b90bb00a5440050bb00552b0060ba0055440050060a7006006", + "0xb70b800ab9e21d21c00a54400a0ba0b90bc25a4f50060ba0055440050ba", + "0x21f0055440050060a700600654400521d005124006006544005006019006", + "0xb9f0b50b600a54400a21f0bb21c25a4f500621f00554400521f005106006", + "0x51060060b60055440050b600501d0060065440050060190060b30b400a", + "0xa0b10057920060b10b200a5440050b50b600a5480060b50055440050b5", + "0xae0055440050b00057930060065440050060190060af005ba00b0005544", + "0xac0ad00a7980060ac0055440050067970060ad0055440050ae005547006", + "0xa90055440050ab0051370060aa0055440050b200501d0060ab005544005", + "0x6006544005018005066006006544005006019006006ba1005006024006", + "0x65440050bd00513600600654400501a00512400600654400530a005124", + "0x5440050af0051fd0060065440050190051360060065440050be005136006", + "0x15c0060a60055440050b200501d0060065440050a80051fe0060a70a800a", + "0x124006006544005006019006006ba20050060240060a50055440050a7005", + "0x600654400530a0051240060065440050180050660060065440050b3005", + "0x65440050190051360060065440050bd00513600600654400501a005124", + "0x55440050062960060a40055440050061350060065440050be005136006", + "0x1d0060a20055440050a30a400a1340060a30055440050a30051370060a3", + "0x6ba20050060240060a50055440050a200515c0060a60055440050b4005", + "0x55440050b800501d0060065440050b7005124006006544005006019006", + "0x60a00a100a5440050bb0b800a5480060bb0055440050bb0051060060b8", + "0x9f00579300600654400500601900609e005ba309f00554400a0a0005792", + "0xaa0055440050a100501d00609c00554400509d00554700609d005544005", + "0x513700609b0055440050a901900a7980060a900554400509c005137006", + "0x54400509a00513700609a00554400509b0be00a34200609b00554400509b", + "0x544005006019006097005ba409809900a54400a09a0aa00a43300609a005", + "0x9500554400501a0bd09625a0ad00609600554400509801800a432006006", + "0x1f90057800061f90055440050950050f90060cd00554400509900501d006", + "0x530a09309425a0ad00600654400509200512400609209309425a544005", + "0x608f00554400509009100a78c00609000554400500602b006091005544", + "0x508e0057850060cd0055440050cd00501d00608e00554400508f00578d", + "0x654400501800506600600654400500601900608e0cd00a00508e005544", + "0x5440050bd00513600600654400501a00512400600654400530a005124006", + "0x508c00513700608c00554400500639500608d005544005006135006006", + "0x8a00554400509700501d00608b00554400508c08d00a13400608c005544", + "0x6544005006019006006ba500500602400608900554400508b00515c006", + "0x54400501a00512400600654400530a005124006006544005018005066006", + "0x50190051360060065440050be0051360060065440050bd005136006006", + "0x1d0060065440050880051fe00608708800a54400509e0051fd006006544", + "0x5440050a600504f0060a500554400508700515c0060a60055440050a1005", + "0x5006019006006ba50050060240060890055440050a500504b00608a005", + "0x30a00512400600654400501800506600600654400521a005124006006544", + "0x51360060065440050bd00513600600654400501a005124006006544005", + "0x2960060860055440050061350060065440050be005136006006544005019", + "0x54400508508600a134006085005544005085005137006085005544005006", + "0x13300608900554400508400515c00608a00554400521900501d006084005", + "0x54400508200578400608200554400508908300a13a006083005544005006", + "0xa00508100554400508100578500608a00554400508a00501d006081005", + "0x50190051360060065440052a200512400600654400500601900608108a", + "0x1a00512400600654400500a005136006006544005018005066006006544", + "0x513700607f005544005006296006080005544005006135006006544005", + "0x554400500613300607e00554400507f08000a13400607f00554400507f", + "0x1d00607b00554400507c00578400607c00554400507e07d00a13a00607d", + "0x1900607b53c00a00507b00554400507b00578500653c00554400553c005", + "0xa700600654400549a00512400600654400501a005124006006544005006", + "0x54400507a00510600607925a00a54400525a00552b00607a005544005006", + "0x601900607507600aba607707800a54400a07a07902425a4f500607a005", + "0x51060060740055440050060a7006006544005077005124006006544005", + "0x7007100aba707207300a54400a07425a07825a4f5006074005544005074", + "0x54400507200510600607300554400507300501d006006544005006019006", + "0x6d00554400a06e00579200606e06f00a54400507207300a548006072005", + "0x554700606b00554400506d00579300600654400500601900606c005ba8", + "0x554400506906a00a79800606900554400500679700606a00554400506b", + "0x602400606600554400506800513700606700554400506f00501d006068", + "0xa005136006006544005018005066006006544005006019006006ba9005", + "0x606406500a54400506c0051fd006006544005019005136006006544005", + "0x54400506400515c00606300554400506f00501d0060065440050650051fe", + "0x544005070005124006006544005006019006006baa005006024006062005", + "0x500a005136006006544005019005136006006544005018005066006006", + "0x60005137006060005544005006296006061005544005006135006006544", + "0x554400507100501d00605f00554400506006100a134006060005544005", + "0x544005006019006006baa00500602400606200554400505f00515c006063", + "0x25a00510600607600554400507600501d006006544005075005124006006", + "0x54400a05d00579200605d05e00a54400525a07600a54800625a005544005", + "0x605a00554400505c00579300600654400500601900605b005bab05c005", + "0x505900513700606700554400505e00501d00605900554400505a005547", + "0x5800554400505800513700605800554400506601900a798006066005544", + "0xa43300605700554400505700513700605700554400505800a00a342006", + "0x1800a432006006544005006019006054005bac05505600a54400a057067", + "0x605100554400500618d006052005544005006101006053005544005055", + "0x5000a78c00604f00554400500602b00605000554400505105205325a0ad", + "0x554400505600501d00604d00554400504e00578d00604e00554400504f", + "0x600654400500601900604d05600a00504d00554400504d005785006056", + "0x4b00554400500639500604c005544005006135006006544005018005066", + "0x613300604a00554400504b04c00a13400604b00554400504b005137006", + "0x554400504800578400604800554400504a04900a13a006049005544005", + "0x5400a00504700554400504700578500605400554400505400501d006047", + "0x54400500a005136006006544005018005066006006544005006019006047", + "0x51fe00604504600a54400505b0051fd006006544005019005136006006", + "0x6200554400504500515c00606300554400505e00501d006006544005046", + "0x4300578400604300554400506204400a13a006044005544005006133006", + "0x4200554400504200578500606300554400506300501d006042005544005", + "0x512400600654400553e00512400600654400500601900604206300a005", + "0x4001a00a54400501a00552b00604100554400500618d00600654400549a", + "0x19006006bad00654400a04104000a54a00602c00554400502c00501d006", + "0x3d25a00a54400525a00552b00603e0055440050060a7006006544005006", + "0xbae03b03c00a54400a03e03d02c25a4f500603e00554400503e005106006", + "0x50060a700600654400503b00512400600654400500601900603903a00a", + "0x3800554400503800510600622225a00a54400525a00552b006038005544", + "0x54400500601900622522400abaf66d53b00a54400a03822203c25a4f5006", + "0xa54800666d00554400566d00510600653b00554400553b00501d006006", + "0x1900622b005bb000d00554400a22a00579200622a53a00a54400566d53b", + "0x53900554400522d00554700622d00554400500d005793006006544005006", + "0x53a00501d00653600554400553753900a798006537005544005006797006", + "0x19006006bb1005006024006534005544005536005137006535005544005", + "0x136006006544005018005066006006544005019005136006006544005006", + "0x600654400501a00512400600654400525a00512400600654400500a005", + "0x553a00501d0060065440055330051fe00666e53300a54400522b0051fd", + "0x6019006006bb200500602400623500554400566e00515c00652f005544", + "0x5124006006544005019005136006006544005225005124006006544005", + "0x12400600654400500a00513600600654400501800506600600654400501a", + "0x652e00554400500629600623700554400500613500600654400525a005", + "0x22400501d00652d00554400552e23700a13400652e00554400552e005137", + "0x19006006bb200500602400623500554400552d00515c00652f005544005", + "0x603a00554400503a00501d006006544005039005124006006544005006", + "0x3a00a54800623a00554400523a00510600623a25a00a54400525a00552b", + "0x601900652c005bb324000554400a23e00579200623e23d00a54400523a", + "0x652800554400552b00554700652b005544005240005793006006544005", + "0x1a53525a24800653400554400552800513700653500554400523d00501d", + "0x1900a79800600654400500601900652452500abb452624300a54400a25a", + "0x54400552300a00a342006523005544005523005137006523005544005534", + "0x624a00554400500602b00624800554400552652201825a0ad006522005", + "0x24300501d00624c00554400525100578d00625100554400524a24800a78c", + "0x500601900624c24300a00524c00554400524c005785006243005544005", + "0x534005136006006544005019005136006006544005524005124006006544", + "0x613500600654400500a005136006006544005018005066006006544005", + "0x625200554400525200513700625200554400500651800624e005544005", + "0x24b25400a13a00625400554400500613300624b00554400525224e00a134", + "0x52500554400552500501d006521005544005256005784006256005544005", + "0x13600600654400500601900652152500a005521005544005521005785006", + "0x600654400500a005136006006544005018005066006006544005019005", + "0xa54400552c0051fd00600654400501a00512400600654400525a005124", + "0x515c00652f00554400523d00501d0060065440055200051fe00603f520", + "0x554400523551f00a13a00651f00554400500613300623500554400503f", + "0x578500652f00554400552f00501d00625900554400551e00578400651e", + "0x501900513600600654400500601900625952f00a005259005544005259", + "0x651d00554400525a00a01825a0ad00600654400501a005124006006544", + "0x551a00578d00651a00554400551c51d00a78c00651c00554400500602b", + "0x551900554400551900578500602c00554400502c00501d006519005544", + "0x1900513600600654400545f00512400600654400500601900651902c00a", + "0x512400600654400500a005136006006544005018005066006006544005", + "0x51800625d00554400500613500600654400525a00512400600654400501a", + "0x54400525825d00a134006258005544005258005137006258005544005006", + "0x78400651700554400551871b00a13a00671b005544005006133006518005", + "0x54400551600578500629900554400529900501d006516005544005517005", + "0x600654400525a00512400600654400500601900651629900a005516005", + "0x54400526400500a78c00626400554400500602b00600654400500a005136", + "0x78500600600554400500600501d00626700554400526500578d006265005", + "0x50060b000600654400500603700626700600a005267005544005267005", + "0x676100601800554400500618d00600900554400500610100621e005544", + "0x554400501800921e25a0ad00601a005544005006762006019005544005", + "0x51370060200055440050200050f900600600554400500600501d006020", + "0x1a01902000621e50f00601a00554400501a005106006019005544005019", + "0x5006019006299005bb549a00554400a02100551400602101d00a544005", + "0x1d00600654400527d00516000627d45f00a54400549a005513006006544", + "0x54400545f0050f900600500554400500500513e00601d00554400501d005", + "0x25a54400500a45f00501d21e26900600a00554400500a0050ab00645f005", + "0x654400500601900653e005bb602c00554400a02b00551400602b02421b", + "0x50067ee00600654400553d00516000653d03700a54400502c005513006", + "0xf900621b00554400521b00501d0060340055440050064e0006036005544", + "0x544005034005106006036005544005036005137006037005544005037005", + "0x54400a53c00551400653c30a00a54400503403603721b21e50f006034005", + "0xe13500a5440052a2005513006006544005006019006136005bb72a2005", + "0x502400513e00630a00554400530a00501d00600654400500e005160006", + "0x625a00554400525a0050ab0061350055440051350050f9006024005544", + "0x13a00554400a13300551400613313413725a54400525a13502430a21e269", + "0x13200514300613200554400500602b00600654400500601900613b005bb8", + "0x13e00554400a131005161006131005544005131005152006131005544005", + "0x13a00551300600654400513e00516000600654400500601900613f005bb9", + "0x14200554400513000542800600654400512f00516000612f13000a544005", + "0x13400513e00613700554400513700501d00612e00554400514200542b006", + "0x601900612e13413725a00512e00554400512e0053ab006134005544005", + "0x613500600654400513a0051ac00600654400513f00519d006006544005", + "0x61450055440051450051370061450055440050061bb00612d005544005", + "0x14612c00a13a00612c00554400500613300614600554400514512d00a134", + "0x13700554400513700501d00614900554400512b0053aa00612b005544005", + "0x13413725a0051490055440051490053ab00613400554400513400513e006", + "0x513700501d00614a00554400513b0053aa006006544005006019006149", + "0x514a00554400514a0053ab00613400554400513400513e006137005544", + "0x53aa00600654400525a00512600600654400500601900614a13413725a", + "0x554400502400513e00630a00554400530a00501d00612a005544005136", + "0x654400500601900612a02430a25a00512a00554400512a0053ab006024", + "0x521b00501d00612900554400553e0053aa00600654400525a005126006", + "0x51290055440051290053ab00602400554400502400513e00621b005544", + "0x512600600654400525a00512600600654400500601900612902421b25a", + "0x1d00554400501d00501d00614d0055440052990053aa00600654400500a", + "0x501d25a00514d00554400514d0053ab00600500554400500500513e006", + "0x554400500610100621e0055440050060b000600654400500603700614d", + "0x54400500676200601900554400500676100601800554400500618d006009", + "0x600554400500600501d00602000554400501800921e25a0ad00601a005", + "0x1a0051060060190055440050190051370060200055440050200050f9006", + "0x2100551400602101d00a54400501a01902000621e50f00601a005544005", + "0xa54400549a005513006006544005006019006299005bba49a00554400a", + "0x513e00601d00554400501d00501d00600654400527d00516000627d45f", + "0x554400500a0050ab00645f00554400545f0050f9006005005544005005", + "0x54400a02b00551400602b02421b25a54400500a45f00501d21e26900600a", + "0x53d03700a54400502c00551300600654400500601900653e005bbb02c005", + "0x554400500652200603600554400500651200600654400553d005160006", + "0x51370060370055440050370050f900621b00554400521b00501d006034", + "0x3403603721b21e50f006034005544005034005106006036005544005036", + "0x5006019006136005bbc2a200554400a53c00551400653c30a00a544005", + "0x1d00600654400500e00516000600e13500a5440052a2005513006006544", + "0x5440051350050f900602400554400502400513e00630a00554400530a005", + "0x25a54400525a13502430a21e26900625a00554400525a0050ab006135005", + "0x654400500601900613b005bbd13a00554400a133005514006133134137", + "0x500676300600654400513100516000613113200a54400513a005513006", + "0xf900613700554400513700501d00613f00554400500675f00613e005544", + "0x54400513f00510600613e00554400513e005137006132005544005132005", + "0x54400a12f00551400612f13000a54400513f13e13213721e50f00613f005", + "0x14300612d00554400500602b00600654400500601900612e005bbe142005", + "0x54400a14500516100614500554400514500515200614500554400512d005", + "0x51300600654400514600516000600654400500601900612c005bbf146005", + "0x54400512b00542800600654400514900516000614912b00a544005142005", + "0x13e00613000554400513000501d00612a00554400514a00542b00614a005", + "0x612a13413025a00512a00554400512a0053ab006134005544005134005", + "0x60065440051420051ac00600654400512c00519d006006544005006019", + "0x554400514d00513700614d0055440050061bb006129005544005006135", + "0xa13a00612800554400500613300614e00554400514d12900a13400614d", + "0x54400513000501d0061510055440051270053aa00612700554400514e128", + "0x25a0051510055440051510053ab00613400554400513400513e006130005", + "0x501d00612600554400512e0053aa006006544005006019006151134130", + "0x55440051260053ab00613400554400513400513e006130005544005130", + "0x12500554400513b0053aa00600654400500601900612613413025a005126", + "0x1250053ab00613400554400513400513e00613700554400513700501d006", + "0x525a00512600600654400500601900612513413725a005125005544005", + "0x13e00630a00554400530a00501d0061540055440051360053aa006006544", + "0x615402430a25a0051540055440051540053ab006024005544005024005", + "0x15500554400553e0053aa00600654400525a005126006006544005006019", + "0x1550053ab00602400554400502400513e00621b00554400521b00501d006", + "0x525a00512600600654400500601900615502421b25a005155005544005", + "0x501d0061240055440052990053aa00600654400500a005126006006544", + "0x55440051240053ab00600500554400500500513e00601d00554400501d", + "0x625a0055440050060b000600654400500603700612400501d25a005124", + "0x1800554400500677a00600900554400500618d00621e005544005006101", + "0x501d00601a00554400500921e25a25a0ad00601900554400500677b006", + "0x554400501800513700601a00554400501a0050f9006006005544005006", + "0x2000a54400501901801a00621e50f006019005544005019005106006018", + "0x51300600654400500601900649a005bc002100554400a01d00551400601d", + "0x54400502000501d00600654400545f00516000645f29900a544005021005", + "0xab0062990055440052990050f900600500554400500500513e006020005", + "0x602421b27d25a54400500a29900502021e26900600a00554400500a005", + "0x2b00551300600654400500601900602c005bc102b00554400a024005514", + "0x653d00554400500677400600654400503700516000603753e00a544005", + "0x54400553e0050f900627d00554400527d00501d006036005544005006775", + "0x50f00603600554400503600510600653d00554400553d00513700653e005", + "0x5bc253c00554400a30a00551400630a03400a54400503653d53e27d21e", + "0x54400513600514300613600554400500602b0060065440050060190062a2", + "0x5bc300e00554400a135005161006135005544005135005152006135005", + "0x54400553c00551300600654400500e005160006006544005006019006137", + "0x42b00613a00554400513400542800600654400513300516000613313400a", + "0x54400521b00513e00603400554400503400501d00613b00554400513a005", + "0x54400500601900613b21b03425a00513b00554400513b0053ab00621b005", + "0x54400500613500600654400553c0051ac00600654400513700519d006006", + "0xa1340061310055440051310051370061310055440050061bb006132005", + "0x54400513e13f00a13a00613f00554400500613300613e005544005131132", + "0x13e00603400554400503400501d00612f0055440051300053aa006130005", + "0x612f21b03425a00512f00554400512f0053ab00621b00554400521b005", + "0x554400503400501d0061420055440052a20053aa006006544005006019", + "0x3425a0051420055440051420053ab00621b00554400521b00513e006034", + "0x27d00501d00612e00554400502c0053aa00600654400500601900614221b", + "0x12e00554400512e0053ab00621b00554400521b00513e00627d005544005", + "0x3aa00600654400500a00512600600654400500601900612e21b27d25a005", + "0x54400500500513e00602000554400502000501d00612d00554400549a005", + "0x54400500603700612d00502025a00512d00554400512d0053ab006005005", + "0x900513700600900554400521e00554c00621e0055440050067ef006006", + "0x6544005006019006018005bc400654400a009005190006009005544005", + "0x554400500613500600654400525a0054d700600654400500a005136006", + "0x1900a13400601a00554400501a00513700601a005544005006395006019", + "0x554400502001d00a13a00601d00554400500613300602000554400501a", + "0x513e00600600554400500600501d00649a0055440050210057f0006021", + "0x1900649a00500625a00549a00554400549a0057f2006005005544005005", + "0x45f00554400500a00529900629900554400525a0054d9006006544005006", + "0x2b02425abc521b27d00a54400a45f00600a78f006006544005006020006", + "0x54400527d00501d00653e00554400500679000600654400500601900602c", + "0x2400603600554400553e00579100653d00554400521b005791006037005", + "0x79100603700554400502400501d006006544005006019006006bc6005006", + "0x5440050180057f300603600554400502b00579100653d00554400502c005", + "0x630a00554400530a0057f500630a00554400503653d00a7f4006034005", + "0x654400500601900600e13513625abc72a253c00a54400a03403700a78f", + "0x52a200579100613400554400553c00501d006137005544005006790006", + "0x6019006006bc800500602400613a005544005137005791006133005544", + "0x613300554400500e00579100613400554400513600501d006006544005", + "0x13b0057f500613b00554400513a13300a7f400613a005544005135005791", + "0x6544005006019006132005bc900654400a13b0057f600613b005544005", + "0x65440052990050fa00600654400530a0057f7006006544005006037006", + "0x54400513e00513700613e005544005006395006131005544005006135006", + "0x613000554400513400501d00613f00554400513e13100a13400613e005", + "0xbca00500602400614200554400513f00515c00612f00554400500500513e", + "0xa54400530a0057f8006006544005006037006006544005006019006006", + "0x513e00613400554400513400501d00600654400512e0057f700612d12e", + "0x55440052990050f900612d00554400512d0057f5006005005544005005", + "0x25a54400513229912d0051340097fa0061320055440051320057f9006299", + "0x6544005006019006149005bcb12b00554400a12c00551400612c146145", + "0x500602b00600654400512a00516000612a14a00a54400512b005513006", + "0x614e00554400514a0054de00614d005544005129005143006129005544", + "0x14500501d0061270055440051280057fc00612800554400514d14e00a7fb", + "0x1270055440051270057f200614600554400514600513e006145005544005", + "0x12615100a5440051490051fd00600654400500601900612714614525a005", + "0x514600513e00613000554400514500501d0060065440051510051fe006", + "0x13a00612500554400500613300614200554400512600515c00612f005544", + "0x513000501d0061550055440051540057f000615400554400514212500a", + "0x51550055440051550057f200612f00554400512f00513e006130005544", + "0x1800900a54400a00500600a01800600654400500603700615512f13025a", + "0x602021e00a54400521e00509a00600654400500601900601a01900abcc", + "0x601900601d005bcd00654400a02000519000600900554400500900501d", + "0x54600602100554400525a0057fd00600654400521e005136006006544005", + "0x500900501d00629900554400549a0057fe00649a00554400502100a00a", + "0x52990055440052990057ff00601800554400501800513e006009005544", + "0x501a00600654400501d00510300600654400500601900629901800925a", + "0x21b27d00a54400a45f00502100600654400500602000645f00554400500a", + "0x527d00602b00554400521b0051b7006006544005006019006024005bce", + "0x6006bcf00500602400653e00554400502b0050f000602c00554400527d", + "0x53d0055440050370050ef00603700554400500602b006006544005006019", + "0x2c00511c00653e00554400553d0050f000602c00554400502400527d006", + "0x54400500601900630a005bd003400554400a53e0051ba006036005544005", + "0x51370062a200554400553c00529900653c00554400503400549a006006", + "0x1900600e005bd113513600a54400a2a200900a8000062a20055440052a2", + "0x613700554400513525a00a802006006544005006037006006544005006", + "0x513600501d00613300554400513421e00a05a006134005544005006198", + "0x603600554400503600516c00601800554400501800513e006136005544", + "0x181360092c70061330055440051330051370061370055440051370054c9", + "0x654400500601900613213b13a25a00513213b13a25a544005133137036", + "0x54400500e00501d00600654400521e00513600600654400525a0054bf006", + "0x54400530a005160006006544005006019006006bd2005006024006131005", + "0x500900501d00600654400521e00513600600654400525a0054bf006006", + "0x13e00580300613e00554400500602b006006544005006037006131005544", + "0x55440051300057fe00613000554400513f03600a54600613f005544005", + "0x13125a00512f00554400512f0057ff00601800554400501800513e00612f", + "0x525a0054bf00600654400521e00513600600654400500601900612f018", + "0x500616800614200554400500613500600654400500a005119006006544", + "0x12d00554400512e14200a13400612e00554400512e00513700612e005544", + "0x14600580400614600554400512d14500a13a006145005544005006133006", + "0x1a00554400501a00513e00601900554400501900501d00612c005544005", + "0x1800554400500616b00612c01a01925a00512c00554400512c0057ff006", + "0xa54400a00500600a01800600654400500603700600654400500621e006", + "0x21e00a54400521e00509a00600654400500601900601d02000abd301a019", + "0x649a005bd400654400a02100519000601900554400501900501d006021", + "0x600654400501800517700600654400521e005136006006544005006019", + "0x45f00580700645f00554400529900a00a80600629900554400525a005805", + "0x1a00554400501a00513e00601900554400501900501d00627d005544005", + "0x600654400500601900627d01a01925a00527d00554400527d005808006", + "0x654400500602000621b00554400500a00501a00600654400549a005103", + "0x49a00600654400500601900602c005bd502b02400a54400a21b005021006", + "0x54400503700545f00603700554400553e00529900653e00554400502b005", + "0x2400603400554400553d00521b00603600554400502400527d00653d005", + "0x502c00630a00554400500602b006006544005006019006006bd6005006", + "0x554400553c00521b00603600554400502c00527d00653c00554400530a", + "0x370060065440050060190062a2005bd700900554400a03400553e006034", + "0x1900554400501900501d00613600554400503600511c006006544005006", + "0x1800a11800613600554400513600516c00601a00554400501a00513e006", + "0x50e300613700e13525a54400513601a01925a0e4006009005544005009", + "0x5440051340051d0006006544005006019006133005bd813400554400a137", + "0x6544005006019006131005bd913200554400a13b0051d100613b13a00a", + "0x501a00613f00554400513e00580b00613e00554400513200900a80a006", + "0x554400500e00513e00612f00554400513500501d00613000554400513a", + "0x602400612d00554400513f00580c00612e00554400513000527d006142", + "0x13100580d006006544005009005136006006544005006019006006bda005", + "0x12f00554400513500501d00614600554400513a00501a006145005544005", + "0x14500580c00612e00554400514600527d00614200554400500e00513e006", + "0x21e005136006006544005006019006006bda00500602400612d005544005", + "0x580e00600654400525a00572f006006544005009005136006006544005", + "0x554400500e00513e00613500554400513500501d00612c005544005133", + "0x654400500601900612c00e13525a00512c00554400512c00580800600e", + "0x55440052a200580d006006544005018005177006006544005006037006", + "0x527d00614200554400501a00513e00612f00554400501900501d00612b", + "0x554400512e00511c00612d00554400512b00580c00612e005544005036", + "0x54500600654400500601900612a005bdb14a00554400a12d00580f006149", + "0x514d21e00a05a00614d00554400500619800612900554400514a25a00a", + "0x614200554400514200513e00612f00554400512f00501d00614e005544", + "0x514e0051370061290055440051290054b300614900554400514900516c", + "0x12825a00515112712825a54400514e12914914212f0094b200614e005544", + "0x525a00572f00600654400521e005136006006544005006019006151127", + "0x612500554400512614900a80600612600554400512a005810006006544", + "0x514200513e00612f00554400512f00501d006154005544005125005807", + "0x500601900615414212f25a005154005544005154005808006142005544", + "0xa00511900600654400521e005136006006544005018005177006006544", + "0x616800615500554400500613500600654400525a00572f006006544005", + "0x554400512415500a134006124005544005124005137006124005544005", + "0x580e00615900554400512315800a13a006158005544005006133006123", + "0x554400501d00513e00602000554400502000501d006122005544005159", + "0x654400500603700612201d02025a00512200554400512200580800601d", + "0x654400500601900601a01900abdc01800900a54400a00500600a018006", + "0x519000600900554400500900501d00602021e00a54400521e00509a006", + "0x654400521e00513600600654400500601900601d005bdd00654400a020", + "0x581300649a00554400502100a00a81200602100554400525a005811006", + "0x554400501800513e00600900554400500900501d00629900554400549a", + "0x654400500601900629901800925a005299005544005299005814006018", + "0x501800513e00600900554400500900501d00600654400501d005103006", + "0x25a54400500a01800925a0e400600a00554400500a00516c006018005544", + "0x654400500601900602b005bde02400554400a21b0050e300621b27d45f", + "0x53d005bdf03700554400a53e0051d100653e02c00a5440050240051d0006", + "0x54400500619800603600554400503725a00a815006006544005006019006", + "0x645f00554400545f00501d00630a00554400503421e00a05a006034005", + "0x50360052e800602c00554400502c00516c00627d00554400527d00513e", + "0x530a03602c27d45f0094ae00630a00554400530a005137006036005544", + "0x21e0051360060065440050060190061362a253c25a0051362a253c25a544", + "0x81200613500554400553d00581600600654400525a0054ac006006544005", + "0x545f00501d00613700554400500e00581300600e00554400513502c00a", + "0x513700554400513700581400627d00554400527d00513e00645f005544", + "0x54ac00600654400521e00513600600654400500601900613727d45f25a", + "0x45f00554400545f00501d00613400554400502b00581800600654400525a", + "0x27d45f25a00513400554400513400581400627d00554400527d00513e006", + "0x54400525a0054ac00600654400521e005136006006544005006019006134", + "0x54400500616800613300554400500613500600654400500a005119006006", + "0x613b00554400513a13300a13400613a00554400513a00513700613a005", + "0x513100581800613100554400513b13200a13a006132005544005006133", + "0x601a00554400501a00513e00601900554400501900501d00613e005544", + "0x601d00554400500600600613e01a01925a00513e00554400513e005814", + "0x600654400500621e00645f00554400500625a00649a005544005006005", + "0x602b02400abe021b27d00a54400a00500600a018006006544005006037", + "0x554401801a0052de00627d00554400527d00501d006006544005006019", + "0x5006019006034005be5036005be453d005be3037005be253e005be102c", + "0x653c00554400501800930a25a09e00630a005544005006742006006544", + "0x513600509d0060065440052a20054480061362a200a54400553c005445", + "0x600e00554400513500537a006135005544005136005444006136005544", + "0x54400527d00501d00613400554400500e00511c00613700554400500618d", + "0x13100600a00554400500a00513200621b00554400521b00513e00627d005", + "0x54400513700510600621e00554400521e00513f00625a00554400525a005", + "0x44200602c00554400502c00544300613400554400513400516c006137005", + "0x2000613b02129902013a13301854400502c13413721e25a00a21b27d01a", + "0x54400529945f00a14a00602000554400502001d00a149006006544005006", + "0xbe613200554400a13b00544100602100554400502149a00a12a006299005", + "0x13e00544c00613e00554400513200544d006006544005006019006131005", + "0x6006544005006037006006544005006019006130005be713f00554400a", + "0x501900515c00613a00554400513a00513e00613300554400513300501d", + "0x54400513f01913a13321e44000613f00554400513f00516c006019005544", + "0x14200554400514200513e00612f00554400512f00501d00612e14212f25a", + "0x2100513f006299005544005299005131006020005544005020005132006", + "0x12e02129902014212f01800512e00554400512e005076006021005544005", + "0x554400513000515c006006544005019005164006006544005006019006", + "0x6544005019005164006006544005006019006006be800500602400612d", + "0x14600515c0060065440051450051fe00614614500a5440051310051fd006", + "0xa13a00612c00554400500613300600654400500603700612d005544005", + "0x54400513300501d00614900554400512b00507400612b00554400512d12c", + "0x13100602000554400502000513200613a00554400513a00513e006133005", + "0x54400514900507600602100554400502100513f006299005544005299005", + "0x1d00530a00600654400500601900614902129902013a133018005149005", + "0x618d00600654400549a0052a200600654400545f00553c006006544005", + "0x21b00554400521b00513e00627d00554400527d00501d00614a005544005", + "0x21e00513f00625a00554400525a00513100600a00554400500a005132006", + "0x53e00554400553e00543f00614a00554400514a00510600621e005544005", + "0x900513700601900554400501900515c006018005544005018005137006", + "0x1854400500901901853e14a21e25a00a21b27d01d43c006009005544005", + "0x6019006126005be915100554400a12700538500612712814e14d12912a", + "0x654400515400512400615515412525a544005151005387006006544005", + "0x501d00612300554400512400507700612400554400515512500a078006", + "0x554400514d00513200612900554400512900513e00612a00554400512a", + "0x507600612800554400512800513f00614e00554400514e00513100614d", + "0x600654400500601900612312814e14d12912a018005123005544005123", + "0x512900513e00612a00554400512a00501d006158005544005126005074", + "0x614e00554400514e00513100614d00554400514d005132006129005544", + "0x14d12912a01800515800554400515800507600612800554400512800513f", + "0x45f00553c00600654400501d00530a00600654400500601900615812814e", + "0x501d00615900554400500618d00600654400549a0052a2006006544005", + "0x554400500a00513200621b00554400521b00513e00627d00554400527d", + "0x510600621e00554400521e00513f00625a00554400525a00513100600a", + "0x5544005018005137006037005544005037005819006159005544005159", + "0x1d81a00601900554400501900515c006009005544005009005137006018", + "0x611f12015d15c12112201854400501900901803715921e25a00a21b27d", + "0x16000538700600654400500601900611e005bea16000554400a11f005385", + "0x654400516400516000600654400516300512400616416311d25a544005", + "0x11b00507700611b00554400511c11d00a07800611c00554400500602b006", + "0x12100554400512100513e00612200554400512200501d006167005544005", + "0x12000513f00615d00554400515d00513100615c00554400515c005132006", + "0x16712015d15c121122018005167005544005167005076006120005544005", + "0x54400512200501d00616800554400511e005074006006544005006019006", + "0x13100615c00554400515c00513200612100554400512100513e006122005", + "0x54400516800507600612000554400512000513f00615d00554400515d005", + "0x1d00530a00600654400500601900616812015d15c121122018005168005", + "0x501d00600654400549a0052a200600654400545f00553c006006544005", + "0x554400500a00513200621b00554400521b00513e00627d00554400527d", + "0x513700621e00554400521e00513f00625a00554400525a00513100600a", + "0x554400501900515c006018005544005018005137006009005544005009", + "0x1901800921e25a00a21b27d02081b00653d00554400553d005819006019", + "0x1900611711816c16b11911a01800511711816c16b11911a01854400553d", + "0x53c00600654400501d00530a006006544005036005160006006544005006", + "0x27d00554400527d00501d00600654400549a0052a200600654400545f005", + "0x25a00513100600a00554400500a00513200621b00554400521b00513e006", + "0x900554400500900513700621e00554400521e00513f00625a005544005", + "0x27d01a81c00601900554400501900515c006018005544005018005137006", + "0x11616f01800511417317211511616f01854400501901800921e25a00a21b", + "0x553c00600654400501d00530a006006544005006019006114173172115", + "0x627d00554400527d00501d00600654400549a0052a200600654400545f", + "0x525a00513100600a00554400500a00513200621b00554400521b00513e", + "0x600900554400500900513700621e00554400521e00513f00625a005544", + "0x503400543f00601900554400501900515c006018005544005018005137", + "0x17611301854400503401901800921e25a00a21b27d02081d006034005544", + "0x16400600654400500601900617a11111217717611301800517a111112177", + "0x600654400545f00553c00600654400501d00530a006006544005019005", + "0x654400501a0050e200600654400500900513600600654400549a0052a2", + "0x554400500616800617b005544005006135006006544005018005136006", + "0x13300610f00554400511017b00a134006110005544005110005137006110", + "0x54400510e00507400610e00554400510f17e00a13a00617e005544005006", + "0x13200602b00554400502b00513e00602400554400502400501d00610d005", + "0x54400521e00513f00625a00554400525a00513100600a00554400500a005", + "0x3700610d21e25a00a02b02401800510d00554400510d00507600621e005", + "0x18d00600900554400500610100621e0055440050060b0006006544005006", + "0x601a0055440050060ae00601900554400500642c006018005544005006", + "0x50f900600600554400500600501d00602000554400501800921e25a0ad", + "0x554400501a005106006019005544005019005137006020005544005020", + "0x554400a02100551400602101d00a54400501a01902000621e50f00601a", + "0x51300645f00554400525a005185006006544005006019006299005beb49a", + "0x54400545f0054df00600654400521b00516000621b27d00a54400549a005", + "0x1d00602c00554400527d0054de00600654400502400513600602b02400a", + "0x54400502b00513700600500554400500500513e00601d00554400501d005", + "0x25a54400502c02b00501d21e4dc00602c00554400502c0054dd00602b005", + "0x6544005006019006034005bec03600554400a53d0054db00653d03753e", + "0x136005bed2a200554400a53c00516100653c30a00a5440050360054da006", + "0x13500554400500681e0060065440052a2005160006006544005006019006", + "0x553e00501d00613700554400530a0054d900600e00554400500642a006", + "0x61350055440051350051370061370055440051370050f900653e005544", + "0x613313400a54400500e13513753e21e50f00600e00554400500e005106", + "0x13a00551300600654400500601900613b005bee13a00554400a133005514", + "0x613e00554400500642900600654400513100516000613113200a544005", + "0x5440051320050f900613400554400513400501d00613f005544005006522", + "0x50f00613f00554400513f00510600613e00554400513e005137006132005", + "0x5bef14200554400a12f00551400612f13000a54400513f13e13213421e", + "0x14500516000614512d00a54400514200551300600654400500601900612e", + "0x603700554400503700513e00613000554400513000501d006006544005", + "0x3713021e26900600a00554400500a0050ab00612d00554400512d0050f9", + "0x614a005bf014900554400a12b00551400612b12c14625a54400500a12d", + "0x54400512900516000612912a00a544005149005513006006544005006019", + "0x514600501d00614e00554400500652200614d005544005006429006006", + "0x614d00554400514d00513700612a00554400512a0050f9006146005544", + "0x612712800a54400514e14d12a14621e50f00614e00554400514e005106", + "0x151005513006006544005006019006126005bf115100554400a127005514", + "0x615500554400500602b00600654400515400516000615412500a544005", + "0x512800501d0061230055440051250054de006124005544005155005143", + "0x61220055440051230054dd00615900554400512c00513e006158005544", + "0x6006544005006019006006bf2005006024006121005544005124005152", + "0x512c00513e00612800554400512800501d00615c0055440051260053aa", + "0x500601900615c12c12825a00515c00554400515c0053ab00612c005544", + "0x13e00614600554400514600501d00615d00554400514a0053aa006006544", + "0x615d12c14625a00515d00554400515d0053ab00612c00554400512c005", + "0x12000554400512e0053aa00600654400500a005126006006544005006019", + "0x1200053ab00603700554400503700513e00613000554400513000501d006", + "0x500a00512600600654400500601900612003713025a005120005544005", + "0x13e00613400554400513400501d00611f00554400513b0053aa006006544", + "0x611f03713425a00511f00554400511f0053ab006037005544005037005", + "0x1600055440051360053ad00600654400500a005126006006544005006019", + "0x30a0054dd00615900554400503700513e00615800554400553e00501d006", + "0x11e00554400a121005161006121005544005160005152006122005544005", + "0x1220054d900600654400511e00516000600654400500601900611d005bf3", + "0x11c00554400516400542b006164005544005163005428006163005544005", + "0x11c0053ab00615900554400515900513e00615800554400515800501d006", + "0x511d00519d00600654400500601900611c15915825a00511c005544005", + "0x50061bb00611b0055440050061350060065440051220054d7006006544", + "0x16800554400516711b00a134006167005544005167005137006167005544", + "0x1190053aa00611900554400516811a00a13a00611a005544005006133006", + "0x15900554400515900513e00615800554400515800501d00616b005544005", + "0x600654400500601900616b15915825a00516b00554400516b0053ab006", + "0x54400553e00501d00616c0055440050340053aa00600654400500a005126", + "0x25a00516c00554400516c0053ab00603700554400503700513e00653e005", + "0x25a00517e00600654400500a00512600600654400500601900616c03753e", + "0x601d00554400501d00501d0061180055440052990053aa006006544005", + "0x11800501d25a0051180055440051180053ab00600500554400500500513e", + "0x29949a00abf402101d00a54400a00500600a018006006544005006037006", + "0x5440180200052de00601d00554400501d00501d006006544005006019006", + "0x601900602c005bf902b005bf8024005bf721b005bf627d005bf545f005", + "0x602100554400502100513e00601d00554400501d00501d006006544005", + "0x521e00513f00625a00554400525a00513100600a00554400500a005132", + "0x601800554400501800513700600900554400500900513700621e005544", + "0x53e00510600653e01a00a54400501a00552b00601900554400501900516c", + "0x554400503700544300603745f00a54400545f00542600653e005544005", + "0x3403653d01854400503753e01901800921e25a00a02101d01d3af006037", + "0x6544005006019006135005bfa13600554400a2a20053b10062a253c30a", + "0x500e00542300600e00554400545f0053b3006006544005136005424006", + "0xa54400a13701a53d25a248006137005544005137005106006137005544", + "0x613200554400500602b00600654400500601900613b13a00abfb133134", + "0x13400501d00613e00554400513100582000613100554400513213300a81f", + "0x3400554400503400513200603600554400503600513e006134005544005", + "0x13e00582100653c00554400553c00513f00630a00554400530a005131006", + "0x12400600654400500601900613e53c30a03403613401800513e005544005", + "0x613000554400500651800613f00554400500613500600654400513b005", + "0x500613300612f00554400513013f00a134006130005544005130005137", + "0x12d00554400512e00582200612e00554400512f14200a13a006142005544", + "0x3400513200603600554400503600513e00613a00554400513a00501d006", + "0x53c00554400553c00513f00630a00554400530a005131006034005544005", + "0x500601900612d53c30a03403613a01800512d00554400512d005821006", + "0x13500582200600654400545f0053b500600654400501a005124006006544", + "0x3600554400503600513e00653d00554400553d00501d006145005544005", + "0x53c00513f00630a00554400530a005131006034005544005034005132006", + "0x14553c30a03403653d01800514500554400514500582100653c005544005", + "0x554400501d00501d00614600554400500618d006006544005006019006", + "0x513100600a00554400500a00513200602100554400502100513e00601d", + "0x554400514600510600621e00554400521e00513f00625a00554400525a", + "0x516c00601800554400501800513700627d00554400527d00543f006146", + "0x554400501a005106006009005544005009005137006019005544005019", + "0x12b12c01854400501a00901901827d14621e25a00a02101d0213b700601a", + "0x54400500601900614e005bfc14d00554400a12900542200612912a14a149", + "0x81f00600654400512700512400615112712825a54400514d005823006006", + "0x512c00501d00612500554400512600582000612600554400515112800a", + "0x614900554400514900513200612b00554400512b00513e00612c005544", + "0x512500582100612a00554400512a00513f00614a00554400514a005131", + "0x582200600654400500601900612512a14a14912b12c018005125005544", + "0x554400512b00513e00612c00554400512c00501d00615400554400514e", + "0x513f00614a00554400514a00513100614900554400514900513200612b", + "0x12a14a14912b12c01800515400554400515400582100612a00554400512a", + "0x54400501d00501d00615500554400500618d006006544005006019006154", + "0x13100600a00554400500a00513200602100554400502100513e00601d005", + "0x54400515500510600621e00554400521e00513f00625a00554400525a005", + "0x13700601800554400501800513700621b00554400521b005819006155005", + "0x54400501900516c00601a00554400501a005106006009005544005009005", + "0x12401854400501901a00901821b15521e25a00a02101d021824006019005", + "0x500601900615d005bfd15c00554400a121005422006121122159158123", + "0x600654400511f00512400616011f12025a54400515c005823006006544", + "0x54400511e12000a81f00611e00554400500602b006006544005160005160", + "0x13e00612400554400512400501d00616300554400511d00582000611d005", + "0x544005159005131006158005544005158005132006123005544005123005", + "0x1800516300554400516300582100612200554400512200513f006159005", + "0x16400554400515d005822006006544005006019006163122159158123124", + "0x15800513200612300554400512300513e00612400554400512400501d006", + "0x12200554400512200513f006159005544005159005131006158005544005", + "0x5006019006164122159158123124018005164005544005164005821006", + "0x13200602100554400502100513e00601d00554400501d00501d006006544", + "0x54400521e00513f00625a00554400525a00513100600a00554400500a005", + "0x16c00601800554400501800513700600900554400500900513700621e005", + "0x54400502400581900601a00554400501a005106006019005544005019005", + "0x11b11c01854400502401a01901800921e25a00a02101d01d825006024005", + "0x16000600654400500601900611911a16816711b11c01800511911a168167", + "0x554400502100513e00601d00554400501d00501d00600654400502b005", + "0x513700621e00554400521e00513f00625a00554400525a005131006021", + "0x554400501900516c006018005544005018005137006009005544005009", + "0x1a01901800921e25a02101d01a82600601a00554400501a005106006019", + "0x16c00513e00616b00554400516b00501d00616f11711816c16b009544005", + "0x11800554400511800513100600a00554400500a00513200616c005544005", + "0x16c16b01800516f00554400516f00582100611700554400511700513f006", + "0x13e00601d00554400501d00501d00600654400500601900616f11711800a", + "0x54400525a00513100600a00554400500a005132006021005544005021005", + "0x13700600900554400500900513700621e00554400521e00513f00625a005", + "0x54400501a00510600601900554400501900516c006018005544005018005", + "0x1800921e25a00a02101d01d82700602c00554400502c00543f00601a005", + "0x11311417317211511601800511311417317211511601854400502c01a019", + "0x654400501a0051240060065440050200050e2006006544005006019006", + "0x544005009005136006006544005018005136006006544005019005119006", + "0x5177005137006177005544005006168006176005544005006135006006", + "0x611100554400500613300611200554400517717600a134006177005544", + "0x49a00501d00617b00554400517a00582200617a00554400511211100a13a", + "0xa00554400500a00513200629900554400529900513e00649a005544005", + "0x17b00582100621e00554400521e00513f00625a00554400525a005131006", + "0x2de00600654400500603700617b21e25a00a29949a01800517b005544005", + "0x5c02299005c0149a005c00021005bff01d005bfe02000554401801a005", + "0x54400502000542600627d00554400500613500600654400500601900645f", + "0x602b00554400502400542300602400554400521b0053b300621b02000a", + "0x54400500500513e00600600554400500600501d00602c00554400500618d", + "0x15c00602b00554400502b00510600602c00554400502c005106006005005", + "0x53d03753e25a54400527d02b02c00500600982800627d00554400527d005", + "0x5387006006544005006019006034005c0303600554400a53d005385006", + "0x5440052a200516000600654400553c0051240062a253c30a25a544005036", + "0x618d00600654400513600516400613513600a54400530a005163006006", + "0x53e00554400553e00501d00613700554400513500511c00600e005544005", + "0x25a00513100600a00554400500a00513200603700554400503700513e006", + "0x1800554400501800513700621e00554400521e00513f00625a005544005", + "0xe00510600613700554400513700516c006019005544005019005137006", + "0x21e25a00a03753e01d3af00602000554400502000544300600e005544005", + "0x54400a1310053b100613113213b13a13313401854400502000e137019018", + "0x1d00600654400513e00542400600654400500601900613f005c0413e005", + "0x54400513a00513200612f00554400513300513e006130005544005134005", + "0x2400612d00554400513200513f00612e00554400513b005131006142005", + "0x501d00600654400500900512c006006544005006019006006c05005006", + "0x554400513a00513200614600554400513300513e006145005544005134", + "0x508400614900554400513200513f00612b00554400513b00513100612c", + "0x512c006006544005006019006006c0600500602400614a00554400513f", + "0x1360060065440050190051360060065440050200053b5006006544005009", + "0x554400503700513e00614500554400553e00501d006006544005018005", + "0x513f00612b00554400525a00513100612c00554400500a005132006146", + "0x554400514a00503b00614a00554400503400508400614900554400521e", + "0x513200614600554400514600513e00614500554400514500501d00612a", + "0x554400514900513f00612b00554400512b00513100612c00554400512c", + "0x601900612a14912b12c14614501800512a00554400512a00503c006149", + "0x13e00600600554400500600501d00612900554400500618d006006544005", + "0x54400525a00513100600a00554400500a005132006005005544005005005", + "0x43f00612900554400512900510600621e00554400521e00513f00625a005", + "0x54400501800513700601900554400501900513700601d00554400501d005", + "0x12814e14d01854400501801901d12921e25a00a005006020829006018005", + "0x6544005006019006154005c0712500554400a126005496006126151127", + "0x514e00513e00613000554400514d00501d006006544005125005495006", + "0x612e00554400512700513100614200554400512800513200612f005544", + "0x515500900a03e00615500554400500602b00612d00554400515100513f", + "0x512300554400512300503c00612300554400512400503d006124005544", + "0x654400500900512c00600654400500601900612312d12e14212f130018", + "0x14e00513e00614d00554400514d00501d00615800554400515400503b006", + "0x12700554400512700513100612800554400512800513200614e005544005", + "0x14e14d01800515800554400515800503c00615100554400515100513f006", + "0x512c00600654400502100543a006006544005006019006158151127128", + "0x24006006544005018005136006006544005019005136006006544005009", + "0x512c00600654400549a00543a006006544005006019006006c08005006", + "0x24006006544005018005136006006544005019005136006006544005009", + "0x512c006006544005299005160006006544005006019006006c08005006", + "0x24006006544005018005136006006544005019005136006006544005009", + "0x512c00600654400545f00538b006006544005006019006006c08005006", + "0x135006006544005018005136006006544005019005136006006544005009", + "0x122005544005122005137006122005544005006052006159005544005006", + "0x15c00513700615c00554400500619800612100554400512215900a134006", + "0x12000554400500638c00615d00554400515c12100a13400615c005544005", + "0x638e00611f00554400512015d00a134006120005544005120005137006", + "0x554400516011f00a134006160005544005160005137006160005544005", + "0x11e00a13400611d00554400511d00513700611d0055440050062fb00611e", + "0x554400516316400a13a00616400554400500613300616300554400511d", + "0x513e00600600554400500600501d00611b00554400511c00503b00611c", + "0x554400525a00513100600a00554400500a005132006005005544005005", + "0x601800511b00554400511b00503c00621e00554400521e00513f00625a", + "0x1800a54400a00500600a01800600654400500603700611b21e25a00a005", + "0x1d25a00a54400525a00546c00600654400500601900602001a00ac09019", + "0x900552b00649a00554400502100582c00602100554400501d00582a006", + "0x554400501800501d00649a00554400549a00510600629900900a544005", + "0x546c006006544005006019006006c0a00654400a49a29900a54a006018", + "0x54400500900552b00627d00554400545f00582a00645f25a00a54400525a", + "0x601900602c005c0b02b02400a54400a21b27d01825a82d00621b00900a", + "0x653e00554400502b00582e00602b00554400502b00554e006006544005", + "0x503700529900600654400553d00513600653d03700a54400553e00582f", + "0x603600554400503600513700603400554400521e005467006036005544", + "0x62a225a00a54400525a00546c00653c30a00a54400503603400a25a10b", + "0x30a00517600613500900a54400500900552b0061360055440052a200582a", + "0x54400a13513602425a82d00653c00554400553c00513700630a005544005", + "0x13700554400513700554e006006544005006019006134005c0c13700e00a", + "0x513600613b13a00a54400513300582f00613300554400513700582e006", + "0x13200554400513200513700613200554400513b00529900600654400513a", + "0x10600613f00554400500652200613e13100a54400513253c30a25a10b006", + "0x54400513e00513700613100554400513100517600613f00554400513f005", + "0x601900612e14200ac0d12f13000a54400a13f00900e25a24800613e005", + "0x613000554400513000501d00612d00554400513e00546d006006544005", + "0x525a0050bf00613100554400513100517600601900554400501900513e", + "0x612f00554400512f00510600612d00554400512d00533c00625a005544", + "0x12c14614521e00512b12c14614521e54400512f12d25a13101913001846b", + "0x54400513e00513600600654400512e00512400600654400500601900612b", + "0x54400500651800614900554400500613500600654400525a0050c0006006", + "0x612a00554400514a14900a13400614a00554400514a00513700614a005", + "0x514d00583000614d00554400512a12900a13a006129005544005006133", + "0x601900554400501900513e00614200554400514200501d00614e005544", + "0x13101914221e00514e00554400514e005831006131005544005131005176", + "0x54400525a0050c000600654400553c00513600600654400500601900614e", + "0x544005006294006128005544005006135006006544005009005124006006", + "0x615100554400512712800a134006127005544005127005137006127005", + "0x512500583000612500554400515112600a13a006126005544005006133", + "0x601900554400501900513e00613400554400513400501d006154005544", + "0x30a01913421e00515400554400515400583100630a00554400530a005176", + "0x54400500900512400600654400525a0050c0006006544005006019006154", + "0x54400500629400615500554400500613500600654400521e00554f006006", + "0x612300554400512415500a134006124005544005124005137006124005", + "0x515900583000615900554400512315800a13a006158005544005006133", + "0x601900554400501900513e00602c00554400502c00501d006122005544", + "0xa01902c21e00512200554400512200583100600a00554400500a005176", + "0x554400500602b00600654400525a0050c0006006544005006019006122", + "0x615d00554400515c00583300615c00554400512100921e25a832006121", + "0x500a00517600601900554400501900513e00601800554400501800501d", + "0x601900615d00a01901821e00515d00554400515d00583100600a005544", + "0x512400600654400525a0050c000600654400521e00554f006006544005", + "0x13700611f005544005006168006120005544005006135006006544005009", + "0x54400500613300616000554400511f12000a13400611f00554400511f005", + "0x616300554400511d00583000611d00554400516011e00a13a00611e005", + "0x500a00517600602000554400502000513e00601a00554400501a00501d", + "0x603700616300a02001a21e00516300554400516300583100600a005544", + "0x901a54400521e00546900621e00a00a54400500a005834006006544005", + "0x54400501900513600600654400501800513600649a02101d02001a019018", + "0x501d00513600600654400502000513600600654400501a005136006006", + "0x900529900600654400549a005119006006544005021005119006006544", + "0xa54400500a00583400645f00554400529925a00a134006299005544005", + "0x513600603653d03753e02c02b02421b01a54400527d00546900627d00a", + "0x13600600654400502c00513600600654400502b00513600600654400521b", + "0x600654400553d00511900600654400503700513600600654400553e005", + "0x503445f00a134006034005544005024005299006006544005036005119", + "0x2a201a54400553c00546900653c00a00a54400500a00583400630a005544", + "0x5440051360051360060065440052a200513600613a13313413700e135136", + "0x513400513600600654400513700513600600654400500e005136006006", + "0x13500529900600654400513a005119006006544005133005119006006544", + "0xa54400500a00583400613200554400513b30a00a13400613b005544005", + "0x513600614512d12e14212f13013f13e01a54400513100546900613100a", + "0x13600600654400513000513600600654400513f00513600600654400513e", + "0x600654400512d00511900600654400512e005136006006544005142005", + "0x514613200a13400614600554400512f005299006006544005145005119", + "0x14901a54400512b00546900612b00a00a54400500a00583400612c005544", + "0x54400514a00513600600654400514900513600612712814e14d12912a14a", + "0x514e00513600600654400512900513600600654400512a005136006006", + "0x14d005299006006544005127005119006006544005128005119006006544", + "0xa54400500a00583400612600554400515112c00a134006151005544005", + "0x513600612112215915812312415515401a54400512500546900612500a", + "0x136006006544005124005136006006544005155005136006006544005154", + "0x6006544005122005119006006544005158005136006006544005123005", + "0x515c12600a13400615c005544005159005299006006544005121005119", + "0x11f01a54400512000546900612000a00a54400500a00583400615d005544", + "0x54400516000513600600654400511f00513600611b11c16416311d11e160", + "0x516300513600600654400511d00513600600654400511e005136006006", + "0x11c0050de00600654400511b005119006006544005164005136006006544", + "0x554400516800501a00616800554400516700541200616711c00a544005", + "0x513700616b00554400511900515900611900554400511a0050dd00611a", + "0x54400511c00541200616c00554400516b15d00a13400616b00554400516b", + "0x16c00600500554400500500513e00600600554400500600501d006118005", + "0x11800500621e1db00616c00554400516c00515c006118005544005118005", + "0x19006172005c0e11500554400a11600512000611616f11725a54400516c", + "0x617a11111217717611311417301a54400500a005469006006544005006", + "0x6544005113005136006006544005114005136006006544005173005136", + "0x544005112005136006006544005177005136006006544005176005136006", + "0x541200617b17a00a54400517a0050de006006544005111005119006006", + "0x554400510f0050dd00610f00554400511000501a00611000554400517b", + "0x16000618110d00a54400511500511f00610e00554400517e00515900617e", + "0x54400510e10d00a13400610e00554400510e005137006006544005181005", + "0x13e00611700554400511700501d00610c00554400517a005412006182005", + "0x54400518200515c00610c00554400510c00516c00616f00554400516f005", + "0x18618510b25a00518618510b25a54400518210c16f11721e1db006182005", + "0x554400517200507400600654400500a005211006006544005006019006", + "0x507600616f00554400516f00513e00611700554400511700501d00610a", + "0x600a01800600654400500603700610a16f11725a00510a00554400510a", + "0x21e00546c00600654400500601900601a01900ac0f01800900a54400a005", + "0x554400501d00582c00601d00554400502000582a00602021e00a544005", + "0x4f500602100554400502100510600649a25a00a54400525a00552b006021", + "0x600654400500601900621b27d00ac1045f29900a54400a02149a00925a", + "0x2400554400500602b00600654400521e0050c000600654400545f005124", + "0x501d00602c00554400502b00582000602b00554400502425a00a81f006", + "0x554400500a00513f00601800554400501800513e006299005544005299", + "0x54400500601900602c00a01829921e00502c00554400502c00582100600a", + "0x582a00653e21e00a54400521e00546c00600654400521b005124006006", + "0x53d03727d25a82d00653d25a00a54400525a00552b00603700554400553e", + "0x54400503400554e00600654400500601900630a005c1103403600a54400a", + "0x61362a200a54400553c00582f00653c00554400503400582e006034005", + "0x5440051350051370061350055440052a2005299006006544005136005136", + "0x13400554400513700510700613700e00a54400513503600a186006135005", + "0x552b00613a00554400513300582a00613321e00a54400521e00546c006", + "0x13e005c1213113200a54400a13b13a00e25a82d00613b25a00a54400525a", + "0x54400513100582e00613100554400513100554e006006544005006019006", + "0x13600614212f00a54400513f00582f00613000554400500618d00613f005", + "0x554400513000510600612e00554400514200529900600654400512f005", + "0x953400613200554400513200501d00612e00554400512e005137006130", + "0x54400500601900612b12c14625ac1314512d00a54400a12e13413000a018", + "0x12d00513e006149005544005149005106006149005544005006522006006", + "0x54400a14925a13225a24800614500554400514500513f00612d005544005", + "0x554400514a00501d00600654400500601900614d12900ac1412a14a00a", + "0x510600614500554400514500513f00612d00554400512d00513e00614a", + "0x12a14512d14a00946100621e00554400521e0050bf00612a00554400512a", + "0x654400500601900615112712814e21e00515112712814e21e54400521e", + "0x554400500613500600654400521e0050c000600654400514d005124006", + "0x12600a134006125005544005125005137006125005544005006518006126", + "0x554400515415500a13a006155005544005006133006154005544005125", + "0x513e00612900554400512900501d006123005544005124005822006124", + "0x554400512300582100614500554400514500513f00612d00554400512d", + "0x654400521e0050c000600654400500601900612314512d12921e005123", + "0x512b15800a13a00615800554400500613300600654400525a005124006", + "0x613200554400513200501d006122005544005159005822006159005544", + "0x512200582100612c00554400512c00513f00614600554400514600513e", + "0x521e0050c000600654400500601900612212c14613221e005122005544", + "0x500613500600654400513400583500600654400525a005124006006544", + "0x13400615c00554400515c00513700615c005544005006294006121005544", + "0x515d12000a13a00612000554400500613300615d00554400515c12100a", + "0x613e00554400513e00501d00616000554400511f00582200611f005544", + "0x516000582100600a00554400500a00513f00601800554400501800513e", + "0x521e0050c000600654400500601900616000a01813e21e005160005544", + "0x500629400611e00554400500613500600654400525a005124006006544", + "0x16300554400511d11e00a13400611d00554400511d00513700611d005544", + "0x11c00582200611c00554400516316400a13a006164005544005006133006", + "0x1800554400501800513e00630a00554400530a00501d00611b005544005", + "0x1830a21e00511b00554400511b00582100600a00554400500a00513f006", + "0x521e0050c000600654400525a00512400600654400500601900611b00a", + "0x168005137006168005544005006168006167005544005006135006006544", + "0x11900554400500613300611a00554400516816700a134006168005544005", + "0x501d00616c00554400516b00582200616b00554400511a11900a13a006", + "0x554400500a00513f00601a00554400501a00513e006019005544005019", + "0x54400500625a00616c00a01a01921e00516c00554400516c00582100600a", + "0x500683600629900554400500635a006021005544005006005006020005", + "0x500603700600654400500621e00602400554400500625a00627d005544", + "0x500610100602c00554400500610100602b00554400500612f006006544", + "0x53d00554400503753e02c25a09e00603700554400500610100653e005544", + "0x25a00513100600500554400500500513e00600600554400500600501d006", + "0x53d00554400553d00509d00602b00554400502b00514200625a005544005", + "0x21e54400501853d02b25a00500601809c00601800554400501800516c006", + "0x554400a30a00509b00621b00554400521b02400a14a00630a21b034036", + "0x613513600a54400553c0050910060065440050060190062a2005c1553c", + "0x27d00a83700645f00e00a54400513503600a186006006544005136005119", + "0x54400513700510700613745f00a54400545f00549000645f00554400545f", + "0x500618d00613300554400500652200649a005544005006135006134005", + "0x603400554400503400513e00600e00554400500e00501d00613a005544", + "0x13300510600613b00554400513b00544300613b01900a544005019005426", + "0x554400549a29900a49c00613a00554400513a005106006133005544005", + "0xa13e00583900613e13113225a54400513a13313b03400e00983800649a", + "0x12f21e54400513f00583b006006544005006019006130005c1613f005544", + "0x516000600654400514200512400600654400512f0053b500612d12e142", + "0x83c00614600554400500655100614500554400500610100600654400512d", + "0x54400513200501d00600654400512c00512400612b12c00a54400512e005", + "0x13f00621b00554400521b00513100613100554400513100513e006132005", + "0x54400545f0050d000600900554400500900510600621e00554400521e005", + "0x1370061340055440051340050d500614600554400514600583d00645f005", + "0x54400512b00510600649a00554400549a00515c006145005544005145005", + "0x14900954400512b49a14513414645f00921e21b13113202183e00612b005", + "0x54400501d02100a12a00601a00554400501a02000a14a00612a01d01a14a", + "0x600654400500601900614d005c1712900554400a12a00583f00601d005", + "0x13600600654400514e00516400612615112712814e009544005129005552", + "0x600654400515100584100600654400512700531a006006544005128005", + "0x5006135006006544005006019006154005c1812500554400a12600544c", + "0x501d006123005544005006842006124005544005006101006155005544", + "0x554400500a00513200614a00554400514a00513e006149005544005149", + "0x516c00615500554400515500515c00601900554400501900544300600a", + "0x554400512300583d006124005544005124005137006125005544005125", + "0x612112215915821e54400512312412515501900a14a14901a843006123", + "0x15c00584500600654400500601900615d005c1915c00554400a121005844", + "0x11f0051190060065440051200053b500616311d11e16011f120018544005", + "0x516000600654400511e005841006006544005160005136006006544005", + "0x654400516400516400611c16400a54400511d005163006006544005163", + "0x16700584700616700554400511b00584600611b00554400511c00511c006", + "0x15800554400515800501d00611a005544005168005848006168005544005", + "0x1a00513100612200554400512200513200615900554400515900513e006", + "0x11a00554400511a00584900601d00554400501d00513f00601a005544005", + "0x54400515d00584a00600654400500601900611a01d01a122159158018005", + "0x13200615900554400515900513e00615800554400515800501d006119005", + "0x54400501d00513f00601a00554400501a005131006122005544005122005", + "0x1900611901d01a12215915801800511900554400511900584900601d005", + "0x616b00554400515400584b0060065440050190053b5006006544005006", + "0x514900501d00611800554400516c00584800616c00554400516b005847", + "0x600a00554400500a00513200614a00554400514a00513e006149005544", + "0x511800584900601d00554400501d00513f00601a00554400501a005131", + "0x53b500600654400500601900611801d01a00a14a149018005118005544", + "0x14900554400514900501d00611700554400514d00584a006006544005019", + "0x1a00513100600a00554400500a00513200614a00554400514a00513e006", + "0x11700554400511700584900601d00554400501d00513f00601a005544005", + "0x5440050190053b500600654400500601900611701d01a00a14a149018005", + "0x549a0051640060065440050210052a200600654400502000553c006006", + "0x900512400600654400545f00531a006006544005134005835006006544", + "0x613200554400513200501d00616f00554400513000584a006006544005", + "0x521b00513100600a00554400500a00513200613100554400513100513e", + "0x516f00554400516f00584900621e00554400521e00513f00621b005544", + "0x65440050190053b500600654400500601900616f21e21b00a131132018", + "0x5440050090051240060065440050210052a200600654400502000553c006", + "0x52a200584a00600654400527d00584c00600654400529900549f006006", + "0x603400554400503400513e00603600554400503600501d006116005544", + "0x521e00513f00621b00554400521b00513100600a00554400500a005132", + "0x611621e21b00a03403601800511600554400511600584900621e005544", + "0x601901800ac1a00921e00a54400a00500600a018006006544005006037", + "0x600654400500602000601a00554400525a00501a006006544005006019", + "0x6021005c1b01d02000a54400a01a00502100621e00554400521e00501d", + "0x554400502000527d00649a00554400501d0051b7006006544005006019", + "0x544005006019006006c1c00500602400645f00554400549a0050f0006299", + "0x2100527d00621b00554400527d0050ef00627d00554400500602b006006", + "0x2400554400a45f0051ba00645f00554400521b0050f0006299005544005", + "0x502400549a00600654400500603700600654400500601900602b005c1d", + "0x653e00554400553e00513700653e00554400502c00529900602c005544", + "0x21e00501d00653d00554400529900511c00603700554400553e00a00a134", + "0x3700554400503700515c00600900554400500900513e00621e005544005", + "0x3403625a54400553d03700921e21e44000653d00554400553d00516c006", + "0x16000600654400500603700600654400500601900630a03403625a00530a", + "0x653c00554400500602b00600654400529900553d00600654400502b005", + "0x21e00501d0061360055440052a20050770062a200554400553c00a00a078", + "0x13600554400513600507600600900554400500900513e00621e005544005", + "0x16400600654400525a00511900600654400500601900613600921e25a005", + "0x600e00554400500616800613500554400500613500600654400500a005", + "0x500613300613700554400500e13500a13400600e00554400500e005137", + "0x13a00554400513300507400613300554400513713400a13a006134005544", + "0x13a00507600601900554400501900513e00601800554400501800501d006", + "0x500621e00602100554400500684d00613a01901825a00513a005544005", + "0xac1e29949a00a54400a00500600a018006006544005006037006006544", + "0x584f00621b01800a54400501800584e00600654400500601900627d45f", + "0xa54400500900552b00602b00554400502400585000602400554400521b", + "0x53e00a54400a02b02c49a25a4f500602b00554400502b00510600602c009", + "0x13600600654400503700512400600654400500601900603653d00ac1f037", + "0x600654400501800538b006006544005019005136006006544005020005", + "0x503400901a25a85200603400554400500602b006006544005021005851", + "0x653e00554400553e00501d00653c00554400530a00585300630a005544", + "0x525a00513100600a00554400500a00513200629900554400529900513e", + "0x553c00554400553c00585400621e00554400521e00513f00625a005544", + "0x654400503600512400600654400500601900653c21e25a00a29953e018", + "0x552b0061360055440052a200584f0062a201800a54400501800584e006", + "0x134005c2013700e00a54400a13513653d25a85500613500900a544005009", + "0x544005137005857006137005544005137005856006006544005006019006", + "0x601d13b00a54400513a00555500613a005544005133005858006133005", + "0x50a300613100554400513b13200a0a400613201900a54400501900509a", + "0x554400513f0050a100600654400513e0050a200613f13e00a544005131", + "0x612f00612f00554400513000509f00613000554400513f0050a000613f", + "0x10100612d00554400500610100612e005544005006101006142005544005", + "0x512f00511c00614600554400514512d12e25a09e006145005544005006", + "0x629900554400529900513e00600e00554400500e00501d00612c005544", + "0x514600509d00614200554400514200514200625a00554400525a005131", + "0x1d00554400501d02100a85a00612c00554400512c00516c006146005544", + "0x12a00509b00612a14a14912b21e54400512c14614225a29900e01809c006", + "0xa54400512900509100600654400500601900614d005c2112900554400a", + "0x513e00612b00554400512b00501d00600654400514e00511900612814e", + "0x554400514a00513100600a00554400500a005132006149005544005149", + "0x13700612702000a54400502000509a00621e00554400521e00513f00614a", + "0x54400501a00515c006128005544005128005137006127005544005127005", + "0x12812721e14a00a14912b02049b00601d00554400501d0051d500601a005", + "0xc2212300554400a12400512000612415515412512615101854400501d01a", + "0x5159005106006159005544005006522006006544005006019006158005", + "0x1900615d15c00ac2312112200a54400a15900915125a248006159005544", + "0x654400511f00516000611f12000a54400512300511f006006544005006", + "0x12500513200612600554400512600513e00612200554400512200501d006", + "0x15500554400515500513f006154005544005154005131006125005544005", + "0x1900513700601800554400501800543f006121005544005121005106006", + "0x2000554400502000513700612000554400512000515c006019005544005", + "0x16311d11e16001854400502012001901812115515412512612201d43c006", + "0x15d00512400600654400500601900611c16416311d11e16001800511c164", + "0x513600600654400512300585b006006544005020005136006006544005", + "0x51800611b00554400500613500600654400501800538b006006544005019", + "0x54400516711b00a134006167005544005167005137006167005544005006", + "0x85c00611900554400516811a00a13a00611a005544005006133006168005", + "0x54400512600513e00615c00554400515c00501d00616b005544005119005", + "0x13f006154005544005154005131006125005544005125005132006126005", + "0x15412512615c01800516b00554400516b005854006155005544005155005", + "0x500900512400600654400502000513600600654400500601900616b155", + "0x15800585c00600654400501800538b006006544005019005136006006544", + "0x12600554400512600513e00615100554400515100501d00616c005544005", + "0x15500513f006154005544005154005131006125005544005125005132006", + "0x16c15515412512615101800516c00554400516c005854006155005544005", + "0x6544005009005124006006544005020005136006006544005006019006", + "0x54400501d0050e200600654400501800538b006006544005019005136006", + "0x12b00501d00611800554400514d00585c00600654400501a005164006006", + "0xa00554400500a00513200614900554400514900513e00612b005544005", + "0x11800585400621e00554400521e00513f00614a00554400514a005131006", + "0x13600600654400500601900611821e14a00a14912b018005118005544005", + "0x6006544005019005136006006544005009005124006006544005020005", + "0x654400502100585100600654400501a00516400600654400501800538b", + "0x54400516f00513700616f005544005006294006117005544005006135006", + "0x13a00611500554400500613300611600554400516f11700a13400616f005", + "0x513400501d00617300554400517200585c00617200554400511611500a", + "0x600a00554400500a00513200629900554400529900513e006134005544", + "0x517300585400621e00554400521e00513f00625a00554400525a005131", + "0x512400600654400500601900617321e25a00a299134018005173005544", + "0x13600600654400501a005164006006544005021005851006006544005009", + "0x600654400501800538b006006544005019005136006006544005020005", + "0x5544005113005137006113005544005006168006114005544005006135", + "0xa13a00617700554400500613300617600554400511311400a134006113", + "0x54400545f00501d00611100554400511200585c006112005544005176177", + "0x13100600a00554400500a00513200627d00554400527d00513e00645f005", + "0x54400511100585400621e00554400521e00513f00625a00554400525a005", + "0x683600602100554400500600600611121e25a00a27d45f018005111005", + "0x603700600654400500621e00627d00554400500625a006299005544005", + "0x2400554400501800921b25a09e00621b005544005006742006006544005", + "0x2c00509d00600654400502b00544800602c02b00a544005024005445006", + "0x3700554400553e00537a00653e00554400502c00544400602c005544005", + "0x554400500610100603600554400500610100653d00554400500612f006", + "0x11c00653c00554400530a03403625a09e00630a005544005006101006034", + "0x54400500500513e00600600554400500600501d0062a2005544005037005", + "0x9d00653d00554400553d00514200625a00554400525a005131006005005", + "0x25a00500601809c0062a20055440052a200516c00653c00554400553c005", + "0x645f00554400545f27d00a14a00600e45f13513621e5440052a253c53d", + "0x137005091006006544005006019006134005c2413700554400a00e00509b", + "0xa54400513a13600a18600600654400513300511900613a13300a544005", + "0x13249a00a54400549a00549000649a00554400549a29900a83700649a13b", + "0x513b00501d00613e005544005006135006131005544005132005107006", + "0x600a00554400500a00513200613500554400513500513e00613b005544", + "0x501a00510600601900554400501900516c00613e00554400513e00515c", + "0x1a01913e00a13513b01985d00602000554400502000544300601a005544", + "0x585e00601d00554400501d02100a14900612f01d13013f21e544005020", + "0x554400500618d00600654400500601900612e005c2514200554400a12f", + "0x600654400514600511900612b12c14614521e54400514200585f00612d", + "0x14900554400500610100600654400512b00516000600654400512c0053b5", + "0x513000513e00613f00554400513f00501d00614a005544005006551006", + "0x621e00554400521e00513f00645f00554400545f005131006130005544", + "0x512d0051060061310055440051310050d500614500554400514500515c", + "0x614a00554400514a00583d00649a00554400549a0050d000612d005544", + "0x14914a49a12d13114521e45f13013f01d860006149005544005149005137", + "0x6151005c2612700554400a12800586100612814e14d12912a009544005", + "0x5164006124155154125126009544005127005862006006544005006019", + "0x84100600654400515400531a006006544005125005136006006544005126", + "0x5006019006158005c2712300554400a12400551a006006544005155005", + "0x1d006122005544005159005864006159005544005123005213006006544", + "0x54400501d00513200612900554400512900513e00612a00554400512a005", + "0x86500614e00554400514e00513f00614d00554400514d00513100601d005", + "0x654400500601900612214e14d01d12912a018005122005544005122005", + "0x15c00586600615c00554400515812100a13a006121005544005006133006", + "0x12900554400512900513e00612a00554400512a00501d00615d005544005", + "0x14e00513f00614d00554400514d00513100601d00554400501d005132006", + "0x15d14e14d01d12912a01800515d00554400515d00586500614e005544005", + "0x54400512900513e00612000554400512a00501d006006544005006019006", + "0x13f00611e00554400514d00513100616000554400501d00513200611f005", + "0x6c2800500602400616300554400515100508400611d00554400514e005", + "0x654400513100583500600654400549a00531a006006544005006019006", + "0x1d00513200611f00554400513000513e00612000554400513f00501d006", + "0x11d00554400521e00513f00611e00554400545f005131006160005544005", + "0x6544005006019006006c2800500602400616300554400512e005084006", + "0x54400501a0051240060065440050200053b500600654400502100530a006", + "0x513600501d00600654400529900584c006006544005019005119006006", + "0x616000554400500a00513200611f00554400513500513e006120005544", + "0x513400508400611d00554400521e00513f00611e00554400545f005131", + "0x612000554400512000501d006164005544005163005866006163005544", + "0x511e00513100616000554400516000513200611f00554400511f00513e", + "0x516400554400516400586500611d00554400511d00513f00611e005544", + "0x654400500621e00649a00554400500684d00616411d11e16011f120018", + "0x21b27d00ac2945f29900a54400a00500600a018006006544005006037006", + "0x502400584f00602401800a54400501800584e006006544005006019006", + "0x53e00900a54400500900552b00602c00554400502b00585000602b005544", + "0xc2a53d03700a54400a02c53e29925a4f500602c00554400502c005106006", + "0x2000513600600654400553d00512400600654400500601900603403600a", + "0x538b00600654400501900513600600654400501a005119006006544005", + "0x86700630a00554400500602b00600654400549a005851006006544005018", + "0x3700501d0062a200554400553c00586800653c00554400530a00901d25a", + "0xa00554400500a00513200645f00554400545f00513e006037005544005", + "0x2a200586900621e00554400521e00513f00625a00554400525a005131006", + "0x1240060065440050060190062a221e25a00a45f0370180052a2005544005", + "0x54400513600584f00613601800a54400501800584e006006544005034005", + "0xa54400a00e13503625a85500600e00900a54400500900552b006135005", + "0x6134005544005134005856006006544005006019006133005c2b134137", + "0x513b00555500613b00554400513a00585800613a005544005134005857", + "0x54400513213100a0a400613101900a54400501900509a00602113200a544", + "0xa100600654400513f0050a200613013f00a54400513e0050a300613e005", + "0x54400512f00509f00612f0055440051300050a0006130005544005130005", + "0x500610100612d00554400500610100612e00554400500612f006142005", + "0x12c00554400514614512d25a09e006146005544005006101006145005544", + "0x45f00513e00613700554400513700501d00612b00554400514200511c006", + "0x12e00554400512e00514200625a00554400525a00513100645f005544005", + "0x49a00a85a00612b00554400512b00516c00612c00554400512c00509d006", + "0x12a14a14921e54400512b12c12e25a45f13701809c006021005544005021", + "0x9100600654400500601900614e005c2c14d00554400a12900509b006129", + "0x54400514900501d00600654400512800511900612712800a54400514d005", + "0x13100600a00554400500a00513200614a00554400514a00513e006149005", + "0x54400502000509a00621e00554400521e00513f00612a00554400512a005", + "0x612700554400512700513700615100554400515100513700615102000a", + "0x1d00510600612600554400512600516c00612601a00a54400501a0050de", + "0x21e12a00a14a14901d4970060210055440050210051d500601d005544005", + "0x54400a15800549600615812312415515412501854400502101d126127151", + "0x106006121005544005006522006006544005006019006122005c2d159005", + "0x12000ac2e15d15c00a54400a12100912525a248006121005544005121005", + "0x11e00516000611e16000a54400515900586a00600654400500601900611f", + "0x615400554400515400513e00615c00554400515c00501d006006544005", + "0x512300513f006124005544005124005131006155005544005155005132", + "0x601800554400501800543f00615d00554400515d005106006123005544", + "0x502000513700601a00554400501a00516c006019005544005019005137", + "0x15d12312415515415c0213b7006160005544005160005106006020005544", + "0x11c16416311d01800516711b11c16416311d01854400516002001a019018", + "0x515900549500600654400511f00512400600654400500601900616711b", + "0x1900513600600654400501a005119006006544005020005136006006544", + "0x651800616800554400500613500600654400501800538b006006544005", + "0x554400511a16800a13400611a00554400511a00513700611a005544005", + "0x586b00616c00554400511916b00a13a00616b005544005006133006119", + "0x554400515400513e00612000554400512000501d00611800554400516c", + "0x513f006124005544005124005131006155005544005155005132006154", + "0x123124155154120018005118005544005118005869006123005544005123", + "0x544005020005136006006544005009005124006006544005006019006118", + "0x501800538b00600654400501900513600600654400501a005119006006", + "0x13e00612500554400512500501d00611700554400512200586b006006544", + "0x544005124005131006155005544005155005132006154005544005154005", + "0x1800511700554400511700586900612300554400512300513f006124005", + "0x6006544005009005124006006544005006019006117123124155154125", + "0x654400501900513600600654400501a005119006006544005020005136", + "0x54400501d0051240060065440050210050e200600654400501800538b006", + "0x513e00614900554400514900501d00616f00554400514e00586b006006", + "0x554400512a00513100600a00554400500a00513200614a00554400514a", + "0x14901800516f00554400516f00586900621e00554400521e00513f00612a", + "0x13600600654400500900512400600654400500601900616f21e12a00a14a", + "0x600654400501900513600600654400501a005119006006544005020005", + "0x654400549a00585100600654400501d00512400600654400501800538b", + "0x544005115005137006115005544005006294006116005544005006135006", + "0x13a00617300554400500613300617200554400511511600a134006115005", + "0x513300501d00611300554400511400586b00611400554400517217300a", + "0x600a00554400500a00513200645f00554400545f00513e006133005544", + "0x511300586900621e00554400521e00513f00625a00554400525a005131", + "0x512400600654400500601900611321e25a00a45f133018005113005544", + "0x13600600654400501d00512400600654400549a005851006006544005009", + "0x600654400501900513600600654400501a005119006006544005020005", + "0x17700554400500616800617600554400500613500600654400501800538b", + "0x613300611200554400517717600a134006177005544005177005137006", + "0x554400517a00586b00617a00554400511211100a13a006111005544005", + "0x513200621b00554400521b00513e00627d00554400527d00501d00617b", + "0x554400521e00513f00625a00554400525a00513100600a00554400500a", + "0x603700617b21e25a00a21b27d01800517b00554400517b00586900621e", + "0x1800954400500900586d00600900a00a54400500a00586c006006544005", + "0x12600600654400501a00517e0060065440050190050fc00601d02001a019", + "0x2100554400501800529900600654400501d005126006006544005020005", + "0x86d00629900a00a54400500a00586c00649a00554400502121e00a134006", + "0x517e00600654400545f00513600602b02421b27d45f009544005299005", + "0x32500600654400502b00512600600654400502400512600600654400521b", + "0x553e49a00a13400653e00554400502c0051ae00602c00554400527d005", + "0x3600954400553d00586d00653d00a00a54400500a00586c006037005544", + "0x1260060065440050340050fc0060065440050360051360062a253c30a034", + "0x13600554400530a0054880060065440052a200512600600654400553c005", + "0x586c00600e00554400513503700a134006135005544005136005185006", + "0x13600613213b13a13313400954400513700586d00613700a00a54400500a", + "0x600654400513a00517e0060065440051330050fc006006544005134005", + "0x513100515500613113b00a54400513b005154006006544005132005126", + "0x600654400513000512400600654400513f00513600613013f13e25a544", + "0x14200515900614200554400512f00515800612f13e00a54400513e005123", + "0x554400512e00e00a13400612e00554400512e00513700612e005544005", + "0x513e00600600554400500600501d00614500554400513e00512200612d", + "0x554400512d00515c006145005544005145005121006005005544005005", + "0x54400a12b00512000612b12c14625a54400512d14500500621e15d00612d", + "0x12912a00a54400514900511f00600654400500601900614a005c2f149005", + "0x14d00515500614d13b00a54400513b005154006006544005129005160006", + "0x654400512700512400600654400514e00511e00612712814e25a544005", + "0x515500612600554400515112a00a134006151005544005128005299006", + "0x54400515400513600600654400512500511e00615515412525a54400513b", + "0xa13400612300554400512400515900612400554400515500511d006006", + "0x13600615d15c12112215900954400500a00586d006158005544005123126", + "0x600654400512100517e0060065440051220050fc006006544005159005", + "0x512000515500612015d00a54400515d00515400600654400515c005126", + "0x600654400511e00512400600654400516000513600611e16011f25a544", + "0x16300515900616300554400511d00515800611d11f00a54400511f005123", + "0x554400516415800a134006164005544005164005137006164005544005", + "0x513e00614600554400514600501d00611b00554400511f00512200611c", + "0x554400511c00515c00611b00554400511b00512100612c00554400512c", + "0x54400a11a00512000611a16816725a54400511c11b12c14621e15d00611c", + "0x11816c00a54400511900511f00600654400500601900616b005c30119005", + "0x11700515500611715d00a54400515d005154006006544005118005160006", + "0x654400511500512400600654400516f00511e00611511616f25a544005", + "0x515500617300554400517216c00a134006172005544005116005299006", + "0x54400511300513600600654400511400511e00617611311425a54400515d", + "0xa13400611200554400517700515900617700554400517600511d006006", + "0x517a11125a25a40e00617a00554400500602b006111005544005112173", + "0x616700554400516700501d00611000554400517b00540d00617b005544", + "0x11016816725a0051100055440051100053c700616800554400516800513e", + "0x654400515d00512600600654400525a005164006006544005006019006", + "0x16800513e00616700554400516700501d00610f00554400516b00540b006", + "0x601900610f16816725a00510f00554400510f0053c7006168005544005", + "0x512600600654400500a00586e00600654400525a005164006006544005", + "0x14600554400514600501d00617e00554400514a00540b00600654400513b", + "0x12c14625a00517e00554400517e0053c700612c00554400512c00513e006", + "0x900587000600900a00a54400500a00586f00600654400500603700617e", + "0x54400501a0050fc00600654400501900512600602001a01901821e544005", + "0x515500601d01800a54400501800515400600654400502000517e006006", + "0x54400529900512400600654400549a00513600629949a02125a54400501d", + "0x15900627d00554400545f00515800645f02100a544005021005123006006", + "0x521b21e00a13400621b00554400521b00513700621b00554400527d005", + "0x600600554400500600501d00602b005544005021005122006024005544", + "0x502400515c00602b00554400502b00512100600500554400500500513e", + "0x3700512000603753e02c25a54400502402b00500621e15d006024005544", + "0xa54400553d00511f006006544005006019006036005c3153d00554400a", + "0x15500653c01800a54400501800515400600654400530a00516000630a034", + "0x51350051240060065440052a200511e0061351362a225a54400553c005", + "0x613700554400500e03400a13400600e005544005136005299006006544", + "0x13300513600600654400513400511e00613a13313425a544005018005155", + "0x613200554400513b00515900613b00554400513a00511d006006544005", + "0x587000613e00a00a54400500a00586f00613100554400513213700a134", + "0x512f0050fc00600654400513f00512600614212f13013f21e54400513e", + "0x15500612e13000a54400513000515400600654400514200517e006006544", + "0x514600512400600654400514500513600614614512d25a54400512e005", + "0x612b00554400512c00515800612c12d00a54400512d005123006006544", + "0x14913100a13400614900554400514900513700614900554400512b005159", + "0x2c00554400502c00501d00612a00554400512d00512200614a005544005", + "0x14a00515c00612a00554400512a00512100653e00554400553e00513e006", + "0x512000614e14d12925a54400514a12a53e02c21e15d00614a005544005", + "0x54400512800511f006006544005006019006127005c3212800554400a14e", + "0x612513000a54400513000515400600654400512600516000612615100a", + "0x12400512400600654400515400511e00612415515425a544005125005155", + "0x15800554400512315100a134006123005544005155005299006006544005", + "0x513600600654400515900511e00612112215925a544005130005155006", + "0x15d00554400515c00515900615c00554400512100511d006006544005122", + "0x87000611f00a00a54400500a00586f00612000554400515d15800a134006", + "0x11e00512600600654400516000512600616311d11e16021e54400511f005", + "0x1ae00616400554400511d00532500600654400516300517e006006544005", + "0x500a00587000611b00554400511c12000a13400611c005544005164005", + "0x654400516800512600600654400516700512600611911a16816721e544", + "0x516b00518500616b00554400511900548800600654400511a0050fc006", + "0x611700554400500602b00611800554400516c11b00a13400616c005544", + "0x501d00611600554400516f00540d00616f00554400511711825a25a40e", + "0x55440051160053c700614d00554400514d00513e006129005544005129", + "0x600654400525a00516400600654400500601900611614d12925a005116", + "0x554400512700540b00600654400513000512600600654400500a005871", + "0x53c700614d00554400514d00513e00612900554400512900501d006115", + "0xa00587100600654400500601900611514d12925a005115005544005115", + "0x540b00600654400501800512600600654400525a005164006006544005", + "0x554400553e00513e00602c00554400502c00501d006172005544005036", + "0x654400500603700617253e02c25a0051720055440051720053c700653e", + "0x2001a01901801854400500900587300600900a00a54400500a005872006", + "0x200050fc00600654400501a0050fc00600654400501900512600602101d", + "0x515400600654400502100517e00600654400501d00517e006006544005", + "0x45f00513600627d45f29925a54400549a00515500649a01800a544005018", + "0x621b29900a54400529900512300600654400527d005124006006544005", + "0x502b00513700602b00554400502400515900602400554400521b005158", + "0x53e00554400529900512200602c00554400502b21e00a13400602b005544", + "0x53e00512100600500554400500500513e00600600554400500600501d006", + "0x502c53e00500621e15d00602c00554400502c00515c00653e005544005", + "0x500601900630a005c3303400554400a03600512000603653d03725a544", + "0x1540060065440052a20051600062a253c00a54400503400511f006006544", + "0x511e00613700e13525a54400513600515500613601800a544005018005", + "0x613400554400500e005299006006544005137005124006006544005135", + "0x11e00613213b13a25a54400501800515500613300554400513453c00a134", + "0x13100554400513200511d00600654400513b00513600600654400513a005", + "0x587200613f00554400513e13300a13400613e005544005131005159006", + "0x614614512d12e14212f01854400513000587300613000a00a54400500a", + "0x654400512d0050fc00600654400512e0050fc00600654400512f005126", + "0x54400514200515400600654400514600517e00600654400514500517e006", + "0x654400514900513600614a14912b25a54400512c00515500612c14200a", + "0x12a00515800612a12b00a54400512b00512300600654400514a005124006", + "0x14d00554400514d00513700614d005544005129005159006129005544005", + "0x501d00612800554400512b00512200614e00554400514d13f00a134006", + "0x554400512800512100653d00554400553d00513e006037005544005037", + "0x12725a54400514e12853d03721e15d00614e00554400514e00515c006128", + "0x6006544005006019006154005c3412500554400a126005120006126151", + "0x514200515400600654400512400516000612415500a54400512500511f", + "0x54400515800511e00612215915825a54400512300515500612314200a544", + "0x15500a134006121005544005159005299006006544005122005124006006", + "0x515d00511e00611f12015d25a54400514200515500615c005544005121", + "0x515900616000554400511f00511d006006544005120005136006006544", + "0x54400500a00587200611d00554400511e15c00a13400611e005544005160", + "0x16400512600611a16816711b11c16401854400516300587300616300a00a", + "0x517e0060065440051670050fc00600654400511c005126006006544005", + "0x611900554400511b00532500600654400511a00517e006006544005168", + "0xa00587200616c00554400516b11d00a13400616b0055440051190051ae", + "0x12600617317211511616f11701854400511800587300611800a00a544005", + "0x60065440051160050fc00600654400516f005126006006544005117005", + "0x554400511500532500600654400517300517e00600654400517200517e", + "0x87200617600554400511316c00a1340061130055440051140051ae006114", + "0x10f11017b17a11111201854400517700587300617700a00a54400500a005", + "0x54400517a0050fc006006544005111005126006006544005112005126006", + "0x511000548800600654400510f00517e00600654400517b0050fc006006", + "0x10d00554400510e17600a13400610e00554400517e00518500617e005544", + "0x654400518100512600618618510b10c18218101854400500a005873006", + "0x54400510b0050fc00600654400510c0050fc006006544005182005126006", + "0x10a00518500610a00554400518600548800600654400518500517e006006", + "0x18a00554400500602b00618900554400510910d00a134006109005544005", + "0x1d00610700554400510800540d00610800554400518a18925a25a40e006", + "0x5440051070053c700615100554400515100513e006127005544005127005", + "0x654400525a00516400600654400500601900610715112725a005107005", + "0x54400515400540b00600654400514200512600600654400500a005874006", + "0x3c700615100554400515100513e00612700554400512700501d00618d005", + "0x587400600654400500601900618d15112725a00518d00554400518d005", + "0x40b00600654400501800512600600654400525a00516400600654400500a", + "0x54400553d00513e00603700554400503700501d00610600554400530a005", + "0x54400500603700610653d03725a0051060055440051060053c700653d005", + "0x1a01901825a54400500900587600600900a00a54400500a005875006006", + "0x54400501800529900600654400501a005119006006544005019005119006", + "0x2100a00a54400500a00587500601d00554400502021e00a134006020005", + "0x511900600654400549a00513600645f29949a25a544005021005876006", + "0x554400527d00541200627d29900a5440052990050de00600654400545f", + "0x515900602b0055440050240050dd00602400554400521b00501a00621b", + "0x54400502c01d00a13400602c00554400502c00513700602c00554400502b", + "0x13e00600600554400500600501d00603700554400529900541200653e005", + "0x54400553e00515c00603700554400503700516c006005005544005005005", + "0xa03400512000603403653d25a54400553e03700500621e1db00653e005", + "0x2a225a54400500a00587600600654400500601900653c005c3530a005544", + "0x1350050de0060065440051360051190060065440052a2005136006135136", + "0x554400513700501a00613700554400500e00541200600e13500a544005", + "0x511f00613a0055440051330051590061330055440051340050dd006134", + "0x554400513a00513700600654400513200516000613213b00a54400530a", + "0x1d00613e00554400513500541200613100554400513a13b00a13400613a", + "0x54400513e00516c00603600554400503600513e00653d00554400553d005", + "0x25a54400513113e03653d21e1db00613100554400513100515c00613e005", + "0x654400500601900612e005c3614200554400a12f00512000612f13013f", + "0x500602b00600654400514500516000614512d00a54400514200511f006", + "0x554400512c00540d00612c00554400514612d25a25a40e006146005544", + "0x53c700613000554400513000513e00613f00554400513f00501d00612b", + "0x25a00516400600654400500601900612b13013f25a00512b00554400512b", + "0x613f00554400513f00501d00614900554400512e00540b006006544005", + "0x14913013f25a0051490055440051490053c700613000554400513000513e", + "0x654400500a00587800600654400525a005164006006544005006019006", + "0x3600513e00653d00554400553d00501d00614a00554400553c00540b006", + "0x603700614a03653d25a00514a00554400514a0053c7006036005544005", + "0x601900601901800ac3700921e00a54400a00500600a018006006544005", + "0x501d00600654400500602000601a00554400500a005082006006544005", + "0x6019006021005c3801d02000a54400a01a00508100621e00554400521e", + "0x629900554400502000507f00649a00554400501d005080006006544005", + "0x6006544005006019006006c3900500602400645f00554400549a00507e", + "0x54400502100507f00621b00554400527d00507d00627d00554400500602b", + "0x7c00602400554400529900512200645f00554400521b00507e006299005", + "0x502b00507b00600654400500601900602c005c3a02b00554400a45f005", + "0x653d00554400503700507900603700554400553e00507a00653e005544", + "0xa78f00653d00554400553d00513700630a03403625a54400525a005780", + "0x79000600654400500601900600e13513625ac3b2a253c00a54400a53d21e", + "0x55440052a200579100613400554400553c00501d006137005544005006", + "0x544005006019006006c3c00500602400613a005544005137005791006133", + "0x579100613300554400500e00579100613400554400513600501d006006", + "0x30a00a54400530a00552b00613b0055440050060a700613a005544005135", + "0x13e13100a54400a13b13213425a4f500613b00554400513b005106006132", + "0x10600613100554400513100501d00600654400500601900613013f00ac3d", + "0x14200579200614212f00a54400513e13100a54800613e00554400513e005", + "0x554400512e00579300600654400500601900612d005c3e12e00554400a", + "0x5066006006544005006019006146005c3f00654400a145005795006145", + "0x5c00600654400530a005124006006544005024005075006006544005036", + "0x600654400513a00505c006006544005034005136006006544005133005", + "0x554400512b00513700612b00554400500639500612c005544005006135", + "0x15c00614a00554400512f00501d00614900554400512b12c00a13400612b", + "0x796006006544005006019006006c4000500602400612a005544005149005", + "0x54700612800554400514e00554700614e14d12925a54400514613a12f25a", + "0x554400500642a00615100554400514d005547006127005544005133005", + "0x4f500612600554400512600510600612530a00a54400530a00552b006126", + "0x600654400500601900612312400ac4115515400a54400a12512612925a", + "0x515900513700615900554400515812800a798006158005544005006797", + "0x61210055440050060a700612200554400512715900a342006159005544", + "0x12200513700612100554400512100510600615c15500a54400515500552b", + "0x616011f00ac4212015d00a54400a12115c15425a4f5006122005544005", + "0x611e0055440050060a7006006544005120005124006006544005006019", + "0xac4316311d00a54400a11e15515d25a4f500611e00554400511e005106", + "0x16300510600611d00554400511d00501d00600654400500601900611c164", + "0x54400a16700579200616711b00a54400516311d00a548006163005544005", + "0x611900554400516800579300600654400500601900611a005c44168005", + "0x516c16b00a79800616c00554400500679700616b005544005119005547", + "0x616f00554400511800513700611700554400511b00501d006118005544", + "0x75006006544005036005066006006544005006019006006c45005006024", + "0x600654400512200513600600654400530a005124006006544005024005", + "0xa54400511a0051fd006006544005034005136006006544005151005136", + "0x515c00617200554400511b00501d0060065440051160051fe006115116", + "0x5124006006544005006019006006c46005006024006173005544005115", + "0x12400600654400502400507500600654400503600506600600654400511c", + "0x600654400503400513600600654400512200513600600654400530a005", + "0x113005544005006296006114005544005006135006006544005151005136", + "0x501d00617600554400511311400a134006113005544005113005137006", + "0x6006c4600500602400617300554400517600515c006172005544005164", + "0x11f00554400511f00501d006006544005160005124006006544005006019", + "0x79200611217700a54400515511f00a548006155005544005155005106006", + "0x511100579300600654400500601900617a005c4711100554400a112005", + "0x611700554400517700501d00611000554400517b00554700617b005544", + "0x10f00513700610f00554400516f03400a79800616f005544005110005137", + "0x554400517e00513700617e00554400510f15100a34200610f005544005", + "0x6544005006019006181005c4810d10e00a54400a17e11700a43300617e", + "0x12218225a0ad00618200554400510d03600a432006006544005006037006", + "0x554400500900513e00610e00554400510e00501d00610c00554400530a", + "0x21e78100610c00554400510c0050f9006024005544005024005121006009", + "0x54400500601900618618510b25a00518618510b25a54400510c02400910e", + "0x530a005124006006544005024005075006006544005036005066006006", + "0x500639500610a005544005006135006006544005122005136006006544", + "0x18900554400510910a00a134006109005544005109005137006109005544", + "0x500602400612a00554400518900515c00614a00554400518100501d006", + "0x5024005075006006544005036005066006006544005006019006006c40", + "0x15100513600600654400512200513600600654400530a005124006006544", + "0x610818a00a54400517a0051fd006006544005034005136006006544005", + "0x54400510800515c00617200554400517700501d00600654400518a0051fe", + "0x2400612a00554400517300504b00614a00554400517200504f006173005", + "0x5066006006544005123005124006006544005006019006006c40005006", + "0x13600600654400530a005124006006544005024005075006006544005036", + "0x6006544005151005136006006544005034005136006006544005128005", + "0x18d005544005006296006107005544005006135006006544005127005136", + "0x501d00610600554400518d10700a13400618d00554400518d005137006", + "0x6006c4000500602400612a00554400510600515c00614a005544005124", + "0x6006544005024005075006006544005036005066006006544005006019", + "0x654400503400513600600654400513300505c00600654400530a005124", + "0x1050051fe00619010500a54400512d0051fd00600654400513a00505c006", + "0x612a00554400519000515c00614a00554400512f00501d006006544005", + "0x5c006006544005130005124006006544005006019006006c40005006024", + "0x600654400502400507500600654400503600506600600654400513a005", + "0x654400503400513600600654400513300505c00600654400530a005124", + "0x544005104005137006104005544005006296006191005544005006135006", + "0x614a00554400513f00501d00610300554400510419100a134006104005", + "0x19400554400500613300600654400500603700612a00554400510300515c", + "0x501d00610200554400519500587900619500554400512a19400a13a006", + "0x554400510200587a00600900554400500900513e00614a00554400514a", + "0x16000600654400500603700600654400500601900610200914a25a005102", + "0x54400510125a02425a87b00610100554400500602b00600654400502c005", + "0x13e00621e00554400521e00501d00619900554400519800587c006198005", + "0x619900921e25a00519900554400519900587a006009005544005009005", + "0x600654400500a00507500600654400525a0050fa006006544005006019", + "0x55440050ff0051370060ff005544005006168006100005544005006135", + "0xa13a0060fe00554400500613300619c0055440050ff10000a1340060ff", + "0x54400501800501d00619f0055440050fd0058790060fd00554400519c0fe", + "0x25a00519f00554400519f00587a00601900554400501900513e006018005", + "0xc4900921e00a54400a00500600a01800600654400500603700619f019018", + "0x602000601a00554400500a00508200600654400500601900601901800a", + "0x1d02000a54400a01a00508100621e00554400521e00501d006006544005", + "0x507f00649a00554400501d005080006006544005006019006021005c4a", + "0x6006c4b00500602400645f00554400549a00507e006299005544005020", + "0x21b00554400527d00507d00627d00554400500602b006006544005006019", + "0x29900512200645f00554400521b00507e00629900554400502100507f006", + "0x54400500601900602c005c4c02b00554400a45f00507c006024005544005", + "0x507900603700554400553e00507a00653e00554400502b00507b006006", + "0x553d00513700630a03403625a54400525a00578000653d005544005037", + "0x1900600e13513625ac4d2a253c00a54400a53d21e00a78f00653d005544", + "0x613400554400553c00501d006137005544005006790006006544005006", + "0xc4e00500602400613a0055440051370057910061330055440052a2005791", + "0x500e00579100613400554400513600501d006006544005006019006006", + "0x613400554400513400501d00613a005544005135005791006133005544", + "0x13400a54800613b00554400513b00510600613b30a00a54400530a00552b", + "0x601900613f005c4f13e00554400a13100579200613113200a54400513b", + "0x5c5000654400a13000579500613000554400513e005793006006544005", + "0x54400502400507500600654400503600506600600654400500601900612f", + "0x503400513600600654400513a00505c00600654400530a005124006006", + "0x500639500614200554400500613500600654400513300505c006006544", + "0x12d00554400512e14200a13400612e00554400512e00513700612e005544", + "0x500602400614600554400512d00515c00614500554400513200501d006", + "0x14912b12c25a54400512f13313225a796006006544005006019006006c51", + "0x530a00552b00612a0055440050060a700614a00554400513a005547006", + "0x54400a12912a12c25a4f500612a00554400512a00510600612930a00a544", + "0x554400514d00501d00600654400500601900612712800ac5214e14d00a", + "0x612615100a54400514e14d00a54800614e00554400514e00510600614d", + "0x125005793006006544005006019006154005c5312500554400a126005792", + "0x12300554400512b005547006124005544005155005547006155005544005", + "0x530a00552b00615900554400500642a006158005544005149005547006", + "0x54400a12215915125a4f500615900554400515900510600612230a00a544", + "0x54400512414a00a79800600654400500601900612015d00ac5415c12100a", + "0x616000554400512311f00a34200611f00554400511f00513700611f005", + "0x511e00510600611d15c00a54400515c00552b00611e0055440050060a7", + "0xa54400a11e11d12125a4f500616000554400516000513700611e005544", + "0x600654400516400512400600654400500601900611b11c00ac55164163", + "0x16715c16325a4f50061670055440051670051060061670055440050060a7", + "0x516800501d00600654400500601900616b11900ac5611a16800a54400a", + "0x16c00a54400511a16800a54800611a00554400511a005106006168005544", + "0x79300600654400500601900616f005c5711700554400a118005792006118", + "0x5544005006797006115005544005116005547006116005544005117005", + "0x13700611400554400516c00501d00617300554400517211500a798006172", + "0x66006006544005006019006006c58005006024006113005544005173005", + "0x600654400530a005124006006544005024005075006006544005036005", + "0x6544005034005136006006544005160005136006006544005158005136", + "0x16c00501d0060065440051760051fe00617717600a54400516f0051fd006", + "0x19006006c5900500602400611100554400517700515c006112005544005", + "0x7500600654400503600506600600654400516b005124006006544005006", + "0x600654400515800513600600654400530a005124006006544005024005", + "0x17a005544005006135006006544005160005136006006544005034005136", + "0x17b17a00a13400617b00554400517b00513700617b005544005006296006", + "0x11100554400511000515c00611200554400511900501d006110005544005", + "0x600654400511b005124006006544005006019006006c59005006024006", + "0x15c11c00a54800615c00554400515c00510600611c00554400511c00501d", + "0x500601900610d005c5a10e00554400a17e00579200617e10f00a544005", + "0x1d00618200554400518100554700618100554400510e005793006006544", + "0x511303400a79800611300554400518200513700611400554400510f005", + "0x10b00554400510c16000a34200610c00554400510c00513700610c005544", + "0x5c5b18618500a54400a10b11400a43300610b00554400510b005137006", + "0x54400518603600a43200600654400500603700600654400500601900610a", + "0x18500554400518500501d00618900554400530a15810925a0ad006109005", + "0x1890050f900602400554400502400512100600900554400500900513e006", + "0x18a25a00510710818a25a54400518902400918521e786006189005544005", + "0x5024005075006006544005036005066006006544005006019006107108", + "0x500613500600654400515800513600600654400530a005124006006544", + "0x13400610600554400510600513700610600554400500639500618d005544", + "0x510500515c00614500554400510a00501d00610500554400510618d00a", + "0x5036005066006006544005006019006006c51005006024006146005544", + "0x15800513600600654400530a005124006006544005024005075006006544", + "0x51fd006006544005034005136006006544005160005136006006544005", + "0x554400510f00501d0060065440051900051fe00619119000a54400510d", + "0x504b00614500554400511200504f00611100554400519100515c006112", + "0x5124006006544005006019006006c51005006024006146005544005111", + "0x124006006544005024005075006006544005036005066006006544005120", + "0x600654400503400513600600654400515800513600600654400530a005", + "0x654400512300513600600654400512400513600600654400514a005136", + "0x544005103005137006103005544005006296006104005544005006135006", + "0x614500554400515d00501d00619400554400510310400a134006103005", + "0x6006544005006019006006c5100500602400614600554400519400515c", + "0x654400530a005124006006544005024005075006006544005036005066", + "0x54400512b00505c00600654400514a005136006006544005034005136006", + "0x51fe00610219500a5440051540051fd00600654400514900505c006006", + "0x14600554400510200515c00614500554400515100501d006006544005195", + "0x6006544005127005124006006544005006019006006c51005006024006", + "0x654400530a005124006006544005024005075006006544005036005066", + "0x54400514a00513600600654400503400513600600654400514900505c006", + "0x54400500629600610100554400500613500600654400512b00505c006006", + "0x619900554400519810100a134006198005544005198005137006198005", + "0xc5100500602400614600554400519900515c00614500554400512800501d", + "0x544005024005075006006544005036005066006006544005006019006006", + "0x503400513600600654400513a00505c00600654400530a005124006006", + "0x1fe0060ff10000a54400513f0051fd00600654400513300505c006006544", + "0x55440050ff00515c00614500554400513200501d006006544005100005", + "0x514619c00a13a00619c005544005006133006006544005006037006146", + "0x614500554400514500501d0060fd0055440050fe0058790060fe005544", + "0xfd00914525a0050fd0055440050fd00587a00600900554400500900513e", + "0x600654400502c005160006006544005006037006006544005006019006", + "0x1a000587c0061a000554400519f25a02425a87b00619f00554400500602b", + "0x900554400500900513e00621e00554400521e00501d0060fc005544005", + "0x60065440050060190060fc00921e25a0050fc0055440050fc00587a006", + "0xfb00554400500613500600654400500a00507500600654400525a0050fa", + "0x1a30fb00a1340061a30055440051a30051370061a3005544005006168006", + "0xf90055440051a40fa00a13a0060fa0055440050061330061a4005544005", + "0x1900513e00601800554400501800501d0061a70055440050f9005879006", + "0x60370061a701901825a0051a70055440051a700587a006019005544005", + "0x601900601901800ac5c00921e00a54400a00500600a018006006544005", + "0x501d00600654400500602000601a00554400500a005082006006544005", + "0x6019006021005c5d01d02000a54400a01a00508100621e00554400521e", + "0x629900554400502000507f00649a00554400501d005080006006544005", + "0x6006544005006019006006c5e00500602400645f00554400549a00507e", + "0x54400502100507f00621b00554400527d00507d00627d00554400500602b", + "0x7c00602400554400529900512200645f00554400521b00507e006299005", + "0x502b00507b00600654400500601900602c005c5f02b00554400a45f005", + "0x653d00554400503700507900603700554400553e00507a00653e005544", + "0x30a25ac6003403600a54400a53d21e00a78f00653d00554400553d005137", + "0x503600501d0061360055440050067900060065440050060190062a253c", + "0x613700554400513600579100600e005544005034005791006135005544", + "0x613500554400530a00501d006006544005006019006006c61005006024", + "0x513700554700613700554400553c00579100600e0055440052a2005791", + "0x13b13a25a54400525a00578000613300554400500e005547006134005544", + "0x510600613e13200a54400513200552b00613100554400500642a006132", + "0x14212f00ac6213013f00a54400a13e13113525a4f5006131005544005131", + "0xa54400513000552b00612e0055440050060a7006006544005006019006", + "0x14500a54400a12e12d13f25a4f500612e00554400512e00510600612d130", + "0xa700600654400514600512400600654400500601900612b12c00ac63146", + "0xa14913014525a4f5006149005544005149005106006149005544005006", + "0x54400514a00501d00600654400500601900614d12900ac6412a14a00a544", + "0x12814e00a54400512a14a00a54800612a00554400512a00510600614a005", + "0x5793006006544005006019006151005c6512700554400a128005792006", + "0x154005544005006797006125005544005126005547006126005544005127", + "0x513700612400554400514e00501d00615500554400515412500a798006", + "0x5066006006544005006019006006c66005006024006123005544005155", + "0x13600600654400513200512400600654400502400507500600654400513a", + "0x600654400513b005136006006544005134005136006006544005133005", + "0x514e00501d0060065440051580051fe00615915800a5440051510051fd", + "0x6019006006c6700500602400612100554400515900515c006122005544", + "0x507500600654400513a00506600600654400514d005124006006544005", + "0x136006006544005133005136006006544005132005124006006544005024", + "0x615c00554400500613500600654400513400513600600654400513b005", + "0x515d15c00a13400615d00554400515d00513700615d005544005006296", + "0x612100554400512000515c00612200554400512900501d006120005544", + "0x1d00600654400512b005124006006544005006019006006c67005006024", + "0x513012c00a54800613000554400513000510600612c00554400512c005", + "0x54400500601900611d005c6811e00554400a16000579200616011f00a544", + "0x501d00616400554400516300554700616300554400511e005793006006", + "0x54400512313b00a79800612300554400516400513700612400554400511f", + "0x611b00554400511c13400a34200611c00554400511c00513700611c005", + "0x11a005c6916816700a54400a11b12400a43300611b00554400511b005137", + "0x554400516813a00a432006006544005006037006006544005006019006", + "0x616700554400516700501d00616b00554400513213311925a0ad006119", + "0x516b0050f900602400554400502400512100600900554400500900513e", + "0x11816c25a00511711816c25a54400516b02400916721e78800616b005544", + "0x54400502400507500600654400513a005066006006544005006019006117", + "0x544005006135006006544005133005136006006544005132005124006006", + "0xa13400611600554400511600513700611600554400500639500616f005", + "0x54400511500515c00617200554400511a00501d00611500554400511616f", + "0x54400513a005066006006544005006019006006c6a005006024006173005", + "0x5133005136006006544005132005124006006544005024005075006006", + "0x11d0051fd00600654400513b005136006006544005134005136006006544", + "0x12200554400511f00501d0060065440051140051fe00611311400a544005", + "0x12100504b00617200554400512200504f00612100554400511300515c006", + "0x142005124006006544005006019006006c6a005006024006173005544005", + "0x512400600654400502400507500600654400513a005066006006544005", + "0x13600600654400513b005136006006544005133005136006006544005132", + "0x6177005544005006296006176005544005006135006006544005134005", + "0x12f00501d00611200554400517717600a134006177005544005177005137", + "0x13300600654400500603700617300554400511200515c006172005544005", + "0x54400517a00587900617a00554400517311100a13a006111005544005006", + "0x87a00600900554400500900513e00617200554400517200501d00617b005", + "0x603700600654400500601900617b00917225a00517b00554400517b005", + "0x25a87b00611000554400500602b00600654400502c005160006006544005", + "0x521e00501d00617e00554400510f00587c00610f00554400511025a024", + "0x517e00554400517e00587a00600900554400500900513e00621e005544", + "0x507500600654400525a0050fa00600654400500601900617e00921e25a", + "0x13700610d00554400500616800610e00554400500613500600654400500a", + "0x54400500613300618100554400510d10e00a13400610d00554400510d005", + "0x610b00554400510c00587900610c00554400518118200a13a006182005", + "0x510b00587a00601900554400501900513e00601800554400501800501d", + "0xa00500600a01800600654400500603700610b01901825a00510b005544", + "0x54400525a00508200600654400500601900601901800ac6b00921e00a544", + "0x1a00508100621e00554400521e00501d00600654400500602000601a005", + "0x54400501d005080006006544005006019006021005c6c01d02000a54400a", + "0x2400645f00554400549a00507e00629900554400502000507f00649a005", + "0x507d00627d00554400500602b006006544005006019006006c6d005006", + "0x554400521b00507e00629900554400502100507f00621b00554400527d", + "0x3700600654400500601900602b005c6e02400554400a45f00507c00645f", + "0x53e00554400502c00507a00602c00554400502400507b006006544005006", + "0x512200603700554400553e00a00a43200653e00554400553e00587d006", + "0x554400500900513e00621e00554400521e00501d00653d005544005299", + "0x21e78900653d00554400553d005121006037005544005037005073006009", + "0x54400500601900630a03403625a00530a03403625a54400553d03700921e", + "0x54400529900511e00600654400502b005160006006544005006037006006", + "0x587f0062a200554400553c00a00a87e00653c00554400500602b006006", + "0x554400500900513e00621e00554400521e00501d0061360055440052a2", + "0x654400500601900613600921e25a005136005544005136005880006009", + "0x554400500613500600654400500a00506600600654400525a005075006", + "0x13500a13400600e00554400500e00513700600e005544005006168006135", + "0x554400513713400a13a00613400554400500613300613700554400500e", + "0x513e00601800554400501800501d00613a005544005133005881006133", + "0x55800613a01901825a00513a00554400513a005880006019005544005019", + "0x588200600654400500601900621e005c6f25a00a00a54400a00500600a", + "0x554400500a00501d00600900554400500900588300600900554400525a", + "0x5c73020005c7201a005c71019005c7001800554421b00900588400600a", + "0xc7a21b005c7927d005c7845f005c77299005c7649a005c75021005c7401d", + "0x6544005006019006037005c7e53e005c7d02c005c7c02b005c7b024005", + "0x54400553d00579100653d005544005006885006006544005018005160006", + "0x544005019005160006006544005006019006006c7f005006024006036005", + "0x5006024006036005544005034005791006034005544005006559006006", + "0x54400500688700600654400501a005160006006544005006019006006c7f", + "0x5006019006006c7f00500602400603600554400530a00579100630a005", + "0x53c00579100653c005544005006888006006544005020005160006006544", + "0x1d005160006006544005006019006006c7f005006024006036005544005", + "0x240060360055440052a20057910062a2005544005006889006006544005", + "0x688a006006544005021005160006006544005006019006006c7f005006", + "0x19006006c7f005006024006036005544005136005791006136005544005", + "0x79100613500554400500688b00600654400549a005160006006544005006", + "0x160006006544005006019006006c7f005006024006036005544005135005", + "0x3600554400500e00579100600e00554400500688c006006544005299005", + "0x600654400545f005160006006544005006019006006c7f005006024006", + "0x6c7f00500602400603600554400513700579100613700554400500688e", + "0x13400554400500688f00600654400527d005160006006544005006019006", + "0x6544005006019006006c7f005006024006036005544005134005791006", + "0x54400513300579100613300554400500655a00600654400521b005160006", + "0x544005024005160006006544005006019006006c7f005006024006036005", + "0x500602400603600554400513a00579100613a005544005006890006006", + "0x54400500689100600654400502b005160006006544005006019006006c7f", + "0x5006019006006c7f00500602400603600554400513b00579100613b005", + "0x132005791006132005544005006c8000600654400502c005160006006544", + "0x53e005160006006544005006019006006c7f005006024006036005544005", + "0x2400603600554400513100579100613100554400500655b006006544005", + "0x6c81006006544005037005160006006544005006019006006c7f005006", + "0x13f005544005036005c8200603600554400513e00579100613e005544005", + "0x130005c8400600a00554400500a00501d00613000554400513f005c83006", + "0x554400500613500600654400500601900613000a00a005130005544005", + "0x12f00a134006142005544005142005137006142005544005006c8500612f", + "0x554400512e12d00a13a00612d00554400500613300612e005544005142", + "0x5c8400621e00554400521e00501d006146005544005145005c86006145", + "0x521e005c8700600654400500603700614621e00a005146005544005146", + "0x1900a544005018005c89006018005544005009005c8800600921e00a544", + "0x19006006c8b00654400a02001a00ac8a00602000554400500679000601a", + "0xc8c00600654400500a0057f700600654400525a0050fa006006544005006", + "0x1d00554400500600501d00600654400501900505c00600654400521e005", + "0xa54400a01900600ac8e006006544005006019006006c8d005006024006", + "0x55700645f005544005006313006006544005006019006299005c8f49a021", + "0x45f02125ac9000645f00554400545f00583d00627d49a00a54400549a005", + "0x2400584100600654400500601900602c02b00ac9102421b00a54400a27d", + "0x5c8c00600654400549a00584100600654400525a0050fa006006544005", + "0xc9200653e00554400500613500600654400500a0057f700600654400521e", + "0x54400503753e00a134006037005544005037005137006037005544005006", + "0x78400603400554400553d03600a13a00603600554400500613300653d005", + "0x54400500500513e00621b00554400521b00501d00630a005544005034005", + "0x54400500601900630a00521b25a00530a00554400530a005785006005005", + "0x549a00555700653c005544005006c9300600654400502c005841006006", + "0x54400a2a253c02b25ac9000653c00554400553c00583d0062a249a00a544", + "0x654400513500584100600654400500601900613700e00ac9413513600a", + "0x54400513300583d0061330055440050067ef0061340055440050062c5006", + "0x601900613113200ac9513b13a00a54400a49a13313625ac90006133005", + "0x13e00613a00554400513a00501d00600654400513b005841006006544005", + "0x54400521e0057f900600a00554400500a0057f5006005005544005005005", + "0x54400513421e00a00513a009c960061340055440051340054c900621e005", + "0x544005006019006142005c9812f00554400a130005c9700613013f13e25a", + "0x16000600654400512e0057f700614512d12e25a54400512f005c99006006", + "0x554400513f00513e00614600554400513e00501d006006544005145005", + "0x544005006019006006c9a00500602400612b00554400512d0054c900612c", + "0x13e00501d00614900554400514200578400600654400525a0050fa006006", + "0x14900554400514900578500613f00554400513f00513e00613e005544005", + "0x1d00600654400513100584100600654400500601900614913f13e25a005", + "0x54400500a0057f500600500554400500500513e006132005544005132005", + "0xc9b0061340055440051340054c900621e00554400521e0057f900600a005", + "0x14d00554400a129005c9700612912a14a25a54400513421e00a005132009", + "0x615112712825a54400514d005c9900600654400500601900614e005c9c", + "0x554400514a00501d0060065440051510051600060065440051280057f7", + "0x52cb00612b0055440051270054c900612c00554400512a00513e006146", + "0x55440051250052ce0060065440051260054bf00612512600a54400512b", + "0x15525a54400525a15412c14621ec9d00625a00554400525a0050f9006154", + "0x6006544005006019006159005c9f15800554400a123005c9e006123124", + "0x15c0051600060065440051220053b500615c12112225a544005158005ca0", + "0x612000554400515d12100a78c00615d00554400500602b006006544005", + "0x512400513e00615500554400515500501d00611f00554400512000578d", + "0x500601900611f12415525a00511f00554400511f005785006124005544", + "0x13e00615500554400515500501d006160005544005159005784006006544", + "0x616012415525a005160005544005160005785006124005544005124005", + "0x11e00554400514e00578400600654400525a0050fa006006544005006019", + "0x11e00578500612a00554400512a00513e00614a00554400514a00501d006", + "0x513700584100600654400500601900611e12a14a25a00511e005544005", + "0x21e005c8c00600654400549a00584100600654400525a0050fa006006544", + "0x655600611d00554400500613500600654400500a0057f7006006544005", + "0x554400516311d00a134006163005544005163005137006163005544005", + "0x578400611b00554400516411c00a13a00611c005544005006133006164", + "0x554400500500513e00600e00554400500e00501d00616700554400511b", + "0x654400500601900616700500e25a005167005544005167005785006005", + "0x54400521e005c8c00600654400500a0057f700600654400525a0050fa006", + "0x500639500616800554400500613500601d00554400529900501d006006", + "0x11900554400511a16800a13400611a00554400511a00513700611a005544", + "0x16c00578400616c00554400511916b00a13a00616b005544005006133006", + "0x500554400500500513e00601d00554400501d00501d006118005544005", + "0x2100554400500684d00611800501d25a005118005544005118005785006", + "0xa54400a00500600a01800600654400500603700600654400500621e006", + "0x1800a544005018005ca200600654400500601900627d45f00aca129949a", + "0x552b00602b005544005024005ca400602400554400521b005ca300621b", + "0x2b02c49a25a4f500602b00554400502b00510600602c00900a544005009", + "0x503700512400600654400500601900603653d00aca503753e00a54400a", + "0x1800543a00600654400501900513600600654400501a005136006006544", + "0x25a85200603400554400500602b006006544005021005851006006544005", + "0x553e00501d00653c00554400530a00585300630a005544005034009020", + "0x600a00554400500a00513200629900554400529900513e00653e005544", + "0x553c00585400621e00554400521e00513f00625a00554400525a005131", + "0x512400600654400500601900653c21e25a00a29953e01800553c005544", + "0x55440052a2005ca30062a201800a544005018005ca2006006544005036", + "0xe00a54400a13513653d25aca600613500900a54400500900552b006136", + "0xca9006137005544005137005ca8006006544005006019006134005ca7137", + "0x513300515900613300900a54400500900552b00601d005544005137005", + "0x554400513a13b00a0a400613b01900a54400501900509a00613a005544", + "0x50a10060065440051310050a200613e13100a5440051320050a3006132", + "0x554400513f00509f00613f00554400513e0050a000613e00554400513e", + "0x54400500610100614200554400500610100612f00554400500612f006130", + "0x614500554400512d12e14225a09e00612d00554400500610100612e005", + "0x529900513e00600e00554400500e00501d00614600554400513000511c", + "0x612f00554400512f00514200625a00554400525a005131006299005544", + "0x1d02100a85a00614600554400514600516c00614500554400514500509d", + "0x14a14912b12c21e54400514614512f25a29900e01809c00601d005544005", + "0x5cab006006544005006019006129005caa12a00554400a14a00509b006", + "0x54400514e00511900612814e00a54400512a00509100614d00554400501d", + "0x513200612b00554400512b00513e00612c00554400512c00501d006006", + "0x554400521e00513f00614900554400514900513100600a00554400500a", + "0x13700612700554400512700513700612701a00a54400501a00509a00621e", + "0x54400514d0051d500602000554400502000515c006128005544005128005", + "0x12512615101854400514d02012812721e14900a12b12c02049b00614d005", + "0x6544005006019006158005cac12300554400a124005120006124155154", + "0x915125a248006159005544005159005106006159005544005006522006", + "0x12300511f00600654400500601900615d15c00acad12112200a54400a159", + "0x12200554400512200501d00600654400511f00516000611f12000a544005", + "0x15400513100612500554400512500513200612600554400512600513e006", + "0x12100554400512100510600615500554400515500513f006154005544005", + "0x1a005137006019005544005019005137006018005544005018005819006", + "0x15515412512612201d81a00612000554400512000515c00601a005544005", + "0x16311d11e16001800511c16416311d11e16001854400512001a019018121", + "0x512300585b00600654400515d00512400600654400500601900611c164", + "0x1800543a00600654400501900513600600654400501a005136006006544", + "0x513700616700554400500651800611b005544005006135006006544005", + "0x554400500613300616800554400516711b00a134006167005544005167", + "0x1d00616b00554400511900585c00611900554400516811a00a13a00611a", + "0x54400512500513200612600554400512600513e00615c00554400515c005", + "0x85400615500554400515500513f006154005544005154005131006125005", + "0x654400500601900616b15515412512615c01800516b00554400516b005", + "0x54400501900513600600654400501a005136006006544005009005124006", + "0x15100501d00616c00554400515800585c00600654400501800543a006006", + "0x12500554400512500513200612600554400512600513e006151005544005", + "0x16c00585400615500554400515500513f006154005544005154005131006", + "0x12400600654400500601900616c15515412512615101800516c005544005", + "0x600654400501900513600600654400501a005136006006544005009005", + "0x654400502000516400600654400501d0050e200600654400501800543a", + "0x12b00513e00612c00554400512c00501d00611800554400512900585c006", + "0x14900554400514900513100600a00554400500a00513200612b005544005", + "0x12b12c01800511800554400511800585400621e00554400521e00513f006", + "0x513600600654400500900512400600654400500601900611821e14900a", + "0x16400600654400501800543a00600654400501900513600600654400501a", + "0x6117005544005006135006006544005021005851006006544005020005", + "0x516f11700a13400616f00554400516f00513700616f005544005006294", + "0x617200554400511611500a13a006115005544005006133006116005544", + "0x529900513e00613400554400513400501d00617300554400517200585c", + "0x625a00554400525a00513100600a00554400500a005132006299005544", + "0xa29913401800517300554400517300585400621e00554400521e00513f", + "0x2100585100600654400500900512400600654400500601900617321e25a", + "0x513600600654400501a005136006006544005020005164006006544005", + "0x16800611400554400500613500600654400501800543a006006544005019", + "0x54400511311400a134006113005544005113005137006113005544005006", + "0x85c00611200554400517617700a13a006177005544005006133006176005", + "0x54400527d00513e00645f00554400545f00501d006111005544005112005", + "0x13f00625a00554400525a00513100600a00554400500a00513200627d005", + "0x25a00a27d45f01800511100554400511100585400621e00554400521e005", + "0x5020005caf006020005544005006cae00600654400500603700611121e", + "0x649a00900a54400500900509a00602100554400500674200601d005544", + "0x44500645f00554400529949a02125a09e00629901800a54400501800509a", + "0x54400521b00509d00600654400527d00544800621b27d00a54400545f005", + "0x18d00602b00554400502400537a00602400554400521b00544400621b005", + "0x554400501d0052ce00653e00554400502b00511c00602c005544005006", + "0x513200600500554400500500513e00600600554400500600501d006037", + "0x554400521e00513f00625a00554400525a00513100600a00554400500a", + "0x544300653e00554400553e00516c00602c00554400502c00510600621e", + "0x53d01854400503753e02c21e25a00a00500601a442006037005544005037", + "0xcb013600554400a2a20054410060065440050060200062a253c30a034036", + "0xe00544c00600e00554400513600544d006006544005006019006135005", + "0xa5440051370050de006006544005006019006134005cb113700554400a", + "0x52200613b00554400513a0050dd00613a00554400513300501a006133137", + "0x54400a13213b00a54a00613b00554400513b005106006132005544005006", + "0x5019005164006006544005006037006006544005006019006006cb2006", + "0x1a00543a006006544005018005136006006544005009005136006006544", + "0x6cb3006131005544005006135006006544005137005119006006544005", + "0x554400513e13100a13400613e00554400513e00513700613e005544005", + "0x507400612f00554400513f13000a13a00613000554400500613300613f", + "0x554400503600513e00653d00554400553d00501d00614200554400512f", + "0x513f00630a00554400530a005131006034005544005034005132006036", + "0x53c30a03403653d01800514200554400514200507600653c00554400553c", + "0x54400513700501a00612e00554400500618d006006544005006019006142", + "0x14500a54400a12e12d53d25acb400612e00554400512e00510600612d005", + "0x49a006146005544005146005cb600600654400500601900612c005cb5146", + "0x54400514900513700614900554400512b00529900612b005544005146005", + "0x12a00a54400a14a14500a78f00614a14900a54400514900509a006149005", + "0x612700554400500679000600654400500601900612814e14d25acb7129", + "0x512700579100612600554400512900579100615100554400512a00501d", + "0x514d00501d006006544005006019006006cb8005006024006125005544", + "0x612500554400514e005791006126005544005128005791006151005544", + "0x5124005cba00612415500a544005154005c89006154005544005006cb9", + "0x554400512300579100615812500a544005125005cba00612312400a544", + "0x500601900615c12100acbc12215900a54400a15812315125acbb006123", + "0x501d00612400554400512400579100600654400512200505c006006544", + "0x544005006019006006cbd00654400a12512400ac8a006159005544005159", + "0x515900501d00600654400515500505c00600654400512600505c006006", + "0x5155005791006006544005006019006006cbe00500602400615d005544", + "0x1900611e16000acbf11f12000a54400a12615515925acbb006155005544", + "0x615d00554400512000501d00600654400511f00505c006006544005006", + "0x618d00616300554400511d01900a13400611d14900a54400514900509a", + "0x16400554400516400510600611c00554400501a005ca3006164005544005", + "0xcc016711b00a54400a16411c15d25aca600616300554400516300515c006", + "0x167005ca9006167005544005167005ca8006006544005006019006168005", + "0xa54400a14911b00a06a00611a00554400511a0051d500611a005544005", + "0x5cab00600654400500603700600654400500601900616c005cc116b119", + "0x11900554400511900501d00611700554400500618d00611800554400511a", + "0x30a00513100603400554400503400513200603600554400503600513e006", + "0x11700554400511700510600653c00554400553c00513f00630a005544005", + "0x900513700601800554400501800513700616b00554400516b005106006", + "0x16300554400516300515c0061180055440051180051d5006009005544005", + "0x11511616f01854400516311800901816b11753c30a034036119021cc2006", + "0x6544005006019006176005cc311300554400a114005385006114173172", + "0x516000600654400511200512400611111217725a544005113005387006", + "0x17b00554400517a17700a07800617a00554400500602b006006544005111", + "0x11600513e00616f00554400516f00501d00611000554400517b005077006", + "0x172005544005172005131006115005544005115005132006116005544005", + "0x11616f01800511000554400511000507600617300554400517300513f006", + "0x1d00610f005544005176005074006006544005006019006110173172115", + "0x54400511500513200611600554400511600513e00616f00554400516f005", + "0x7600617300554400517300513f006172005544005172005131006115005", + "0x654400500601900610f17317211511616f01800510f00554400510f005", + "0x6544005009005136006006544005163005164006006544005006037006", + "0x554400500613500600654400511a0050e2006006544005018005136006", + "0x17e00a13400610e00554400510e00513700610e00554400500639500617e", + "0x554400510d18100a13a00618100554400500613300610d00554400510e", + "0x513e00616c00554400516c00501d00610c005544005182005074006182", + "0x554400530a005131006034005544005034005132006036005544005036", + "0x16c01800510c00554400510c00507600653c00554400553c00513f00630a", + "0x516400600654400500603700600654400500601900610c53c30a034036", + "0x136006006544005018005136006006544005009005136006006544005163", + "0x618500554400500629400610b005544005006135006006544005149005", + "0x500613300618600554400518510b00a134006185005544005185005137", + "0x18900554400510900507400610900554400518610a00a13a00610a005544", + "0x3400513200603600554400503600513e00616800554400516800501d006", + "0x53c00554400553c00513f00630a00554400530a005131006034005544005", + "0x500601900618953c30a034036168018005189005544005189005076006", + "0x900513600600654400501900516400600654400511e00505c006006544", + "0x543a006006544005149005136006006544005018005136006006544005", + "0x19006006cc400500602400618a00554400516000501d00600654400501a", + "0x13600600654400501900516400600654400515c00505c006006544005006", + "0x6006544005149005136006006544005018005136006006544005009005", + "0x654400512600505c00600654400512400505c00600654400501a00543a", + "0x54400512100501d00600654400512500505c00600654400515500505c006", + "0x54400500655400610800554400500613500600654400500603700618a005", + "0x618d00554400510710800a134006107005544005107005137006107005", + "0x510500507400610500554400518d10600a13a006106005544005006133", + "0x603600554400503600513e00618a00554400518a00501d006190005544", + "0x553c00513f00630a00554400530a005131006034005544005034005132", + "0x619053c30a03403618a01800519000554400519000507600653c005544", + "0x136006006544005019005164006006544005006037006006544005006019", + "0x600654400501a00543a006006544005018005136006006544005009005", + "0x5544005104005137006104005544005006294006191005544005006135", + "0xa13a00619400554400500613300610300554400510419100a134006104", + "0x54400512c00501d006102005544005195005074006195005544005103194", + "0x13100603400554400503400513200603600554400503600513e00612c005", + "0x54400510200507600653c00554400553c00513f00630a00554400530a005", + "0x1900516400600654400500601900610253c30a03403612c018005102005", + "0x543a006006544005018005136006006544005009005136006006544005", + "0x19006006cc500500602400610100554400513400515c00600654400501a", + "0x136006006544005009005136006006544005019005164006006544005006", + "0x19800a5440051350051fd00600654400501a00543a006006544005018005", + "0x500603700610100554400519900515c0060065440051980051fe006199", + "0x740060ff00554400510110000a13a006100005544005006133006006544", + "0x54400503600513e00653d00554400553d00501d00619c0055440050ff005", + "0x13f00630a00554400530a005131006034005544005034005132006036005", + "0x30a03403653d01800519c00554400519c00507600653c00554400553c005", + "0x500625a00602100554400500600500602000554400500600600619c53c", + "0x544005006cae00600654400500603700600654400500621e006299005544", + "0x509a00621b00554400500674200627d00554400545f005caf00645f005", + "0x2421b25a09e00602b01800a54400501800509a00602400900a544005009", + "0x54400553e00544800603753e00a54400502c00544500602c00554400502b", + "0x537a00653d00554400503700544400603700554400503700509d006006", + "0x30a00554400503600511c00603400554400500618d00603600554400553d", + "0x500513e00600600554400500600501d00653c00554400527d0052ce006", + "0x25a00554400525a00513100600a00554400500a005132006005005544005", + "0x30a00516c00603400554400503400510600621e00554400521e00513f006", + "0x21e25a00a00500601a44200653c00554400553c00544300630a005544005", + "0x14900600654400500602000613700e13501a1362a201854400553c30a034", + "0x19006133005cc613400554400a13700544100601a00554400501a02000a", + "0x13b00554400a13a00544c00613a00554400513400544d006006544005006", + "0x1a00613113b00a54400513b0050de006006544005006019006132005cc7", + "0x554400500652200613f00554400513e0050dd00613e005544005131005", + "0x6006cc800654400a13013f00a54a00613f00554400513f005106006130", + "0x53c006006544005019005164006006544005006037006006544005006019", + "0x60065440050180051360060065440050210052a2006006544005299005", + "0x12f00554400500613500600654400513b005119006006544005009005136", + "0x14212f00a134006142005544005142005137006142005544005006cb3006", + "0x14500554400512e12d00a13a00612d00554400500613300612e005544005", + "0x13600513e0062a20055440052a200501d006146005544005145005074006", + "0x13500554400513500513100601a00554400501a005132006136005544005", + "0x1362a201800514600554400514600507600600e00554400500e00513f006", + "0x501a00612c00554400500618d00600654400500601900614600e13501a", + "0xa12c12b2a225acb400612c00554400512c00510600612b00554400513b", + "0x554400514a005cb600600654400500601900612a005cc914a14900a544", + "0x513700614d00554400512900529900612900554400514a00549a00614a", + "0xa14e14900a78f00614e14d00a54400514d00509a00614d00554400514d", + "0x54400500679000600654400500601900612512615125acca12712800a544", + "0x79100612400554400512700579100615500554400512800501d006154005", + "0x1d006006544005006019006006ccb005006024006123005544005154005", + "0x544005126005791006124005544005125005791006155005544005151005", + "0xcba00615915800a544005158005cba006158005544005006790006123005", + "0x15915525acbb00615900554400515900579100612212300a544005123005", + "0x15c00505c00600654400500601900612015d00accc15c12100a54400a122", + "0x612100554400512100501d006158005544005158005791006006544005", + "0x512400505c006006544005006019006006ccd00654400a12315800ac8a", + "0x5006019006006cce00500602400611f00554400512100501d006006544", + "0x25acbb006160005544005160005791006160005544005006ccf006006544", + "0x5c00600654400500601900616416300acd011d11e00a54400a124160121", + "0x54400a14d11f00a06a00611f00554400511e00501d00600654400511d005", + "0x6168005544005006cd2006006544005006019006167005cd111b11c00a", + "0xacd311911a00a54400a16811b11c25a248006168005544005168005106", + "0x911825a09e00611800554400500674200600654400500601900616c16b", + "0x54400516f00544800611616f00a544005117005445006117005544005018", + "0x537a00611500554400511600544400611600554400511600509d006006", + "0x11400554400517200511c00617300554400500618d006172005544005115", + "0x13500513100613600554400513600513e00611a00554400511a00501d006", + "0x17300554400517300510600600e00554400500e00513f006135005544005", + "0x11a019cd400611900554400511900510600611400554400511400516c006", + "0x654400500602000617701d49a17611300954400511911417300e135136", + "0x44100601d00554400501d02100a12a00649a00554400549a29900a14a006", + "0x511200544d006006544005006019006111005cd511200554400a177005", + "0x6544005006019006110005cd617b00554400a17a00544c00617a005544", + "0x54400517600513e00611300554400511300501d006006544005006037006", + "0x44000617b00554400517b00516c00601900554400501900515c006176005", + "0x610f00554400510f00501d00610e17e10f25a54400517b01917611321e", + "0x549a00513100601a00554400501a00513200617e00554400517e00513e", + "0x510e00554400510e00507600601d00554400501d00513f00649a005544", + "0x654400501900516400600654400500601900610e01d49a01a17e10f018", + "0x6544005006019006006cd700500602400610d00554400511000515c006", + "0x1810051fe00618218100a5440051110051fd006006544005019005164006", + "0x613300600654400500603700610d00554400518200515c006006544005", + "0x554400510b00507400610b00554400510d10c00a13a00610c005544005", + "0x513200617600554400517600513e00611300554400511300501d006185", + "0x554400501d00513f00649a00554400549a00513100601a00554400501a", + "0x601900618501d49a01a17611301800518500554400518500507600601d", + "0x1900516400600654400516c005124006006544005006037006006544005", + "0x51360060065440050210052a200600654400529900553c006006544005", + "0x518006186005544005006135006006544005009005136006006544005018", + "0x54400510a18600a13400610a00554400510a00513700610a005544005006", + "0x7400618a00554400510918900a13a006189005544005006133006109005", + "0x54400513600513e00616b00554400516b00501d00610800554400518a005", + "0x13f00613500554400513500513100601a00554400501a005132006136005", + "0x13501a13616b01800510800554400510800507600600e00554400500e005", + "0x54400501900516400600654400500603700600654400500601900610800e", + "0x50180051360060065440050210052a200600654400529900553c006006", + "0x5006395006107005544005006135006006544005009005136006006544", + "0x10600554400518d10700a13400618d00554400518d00513700618d005544", + "0x19000507400619000554400510610500a13a006105005544005006133006", + "0x13600554400513600513e00616700554400516700501d006191005544005", + "0xe00513f00613500554400513500513100601a00554400501a005132006", + "0x19100e13501a13616701800519100554400519100507600600e005544005", + "0x654400501900516400600654400516400505c006006544005006019006", + "0x5440050180051360060065440050210052a200600654400529900553c006", + "0x516300501d00600654400514d005136006006544005009005136006006", + "0x512000505c006006544005006019006006cd8005006024006104005544", + "0x210052a200600654400529900553c006006544005019005164006006544", + "0x5136006006544005009005136006006544005018005136006006544005", + "0x5c00600654400512400505c00600654400515800505c00600654400514d", + "0x600654400500603700610400554400515d00501d006006544005123005", + "0x5544005194005137006194005544005006554006103005544005006135", + "0xa13a00610200554400500613300619500554400519410300a134006194", + "0x54400510400501d006198005544005101005074006101005544005195102", + "0x13100601a00554400501a00513200613600554400513600513e006104005", + "0x54400519800507600600e00554400500e00513f006135005544005135005", + "0x500603700600654400500601900619800e13501a136104018005198005", + "0x210052a200600654400529900553c006006544005019005164006006544", + "0x6135006006544005009005136006006544005018005136006006544005", + "0x6100005544005100005137006100005544005006294006199005544005", + "0xff19c00a13a00619c0055440050061330060ff00554400510019900a134", + "0x12a00554400512a00501d0060fd0055440050fe0050740060fe005544005", + "0x13500513100601a00554400501a00513200613600554400513600513e006", + "0xfd0055440050fd00507600600e00554400500e00513f006135005544005", + "0x5440050190051640060065440050060190060fd00e13501a13612a018005", + "0x50180051360060065440050210052a200600654400529900553c006006", + "0x602400619f00554400513200515c006006544005009005136006006544", + "0x29900553c006006544005019005164006006544005006019006006cd9005", + "0x51360060065440050180051360060065440050210052a2006006544005", + "0x65440051a00051fe0060fc1a000a5440051330051fd006006544005009", + "0x554400500613300600654400500603700619f0055440050fc00515c006", + "0x1d0061a40055440051a30050740061a300554400519f0fb00a13a0060fb", + "0x54400501a00513200613600554400513600513e0062a20055440052a2005", + "0x7600600e00554400500e00513f00613500554400513500513100601a005", + "0x55440050060b20061a400e13501a1362a20180051a40055440051a4005", + "0x54400500600500645f00554400500600600649a00554400500635a00601d", + "0x500621e00653e00554400500616b00602b00554400500625a00621b005", + "0x5037005caf006037005544005006cda006006544005006037006006544", + "0x603400900a54400500900509a00603600554400500674200653d005544", + "0x44500653c00554400530a03403625a09e00630a01800a54400501800509a", + "0x54400513600509d0060065440052a20054480061362a200a54400553c005", + "0x18d00600e00554400513500537a006135005544005136005444006136005", + "0x554400553d0052ce00613400554400500e00511c006137005544005006", + "0x513200600500554400500500513e00600600554400500600501d006133", + "0x554400521e00513f00625a00554400525a00513100600a00554400500a", + "0x544300613400554400513400516c00613700554400513700510600621e", + "0x13a01854400513313413721e25a00a00500601a442006133005544005133", + "0x29900554400529945f00a14900600654400500602000613127d13229913b", + "0x13f005cdb13e00554400a13100544100627d00554400527d21b00a12a006", + "0x54400a13000544c00613000554400513e00544d006006544005006019006", + "0x12e12f00a54400512f0050de006006544005006019006142005cdc12f005", + "0x500652200614500554400512d0050dd00612d00554400512e00501a006", + "0xcdd00654400a14614500a54a006145005544005145005106006146005544", + "0x654400549a00549f006006544005006037006006544005006019006006", + "0x54400500900513600600654400501800513600600654400501d005085006", + "0x502b00553c00600654400501a00538b00600654400553e005177006006", + "0x500613500600654400512f005119006006544005019005164006006544", + "0x13400612b00554400512b00513700612b005544005006cb300612c005544", + "0x514914a00a13a00614a00554400500613300614900554400512b12c00a", + "0x613a00554400513a00501d00612900554400512a00507400612a005544", + "0x513200513100629900554400529900513200613b00554400513b00513e", + "0x512900554400512900507600627d00554400527d00513f006132005544", + "0x14d00554400500618d00600654400500601900612927d13229913b13a018", + "0x13a25acb400614d00554400514d00510600614e00554400512f00501a006", + "0x127005cb6006006544005006019006151005cde12712800a54400a14d14e", + "0x554400502c53e00a11800602c00554400512700549a006127005544005", + "0x78f00612512600a54400512600509a00612600554400502c00529900602c", + "0x600654400500601900615812312425acdf15515400a54400a12512800a", + "0x54400515500579100612200554400515400501d006159005544005006790", + "0x5006019006006ce000500602400615c005544005159005791006121005", + "0x79100612100554400515800579100612200554400512400501d006006544", + "0xa54400515d005c8900615d00554400500655300615c005544005123005", + "0x11e11f00a54400511f005cba00616015c00a54400515c005cba00611f120", + "0xce116311d00a54400a11e16012225acbb00611e00554400511e005791006", + "0x11d00501d00600654400516300505c00600654400500601900611c16400a", + "0x6544005006019006006ce200654400a11f15c00ac8a00611d005544005", + "0x54400500900513600600654400501800513600600654400501d005085006", + "0x502b00553c00600654400501a00538b006006544005126005136006006", + "0x12000505c00600654400549a00549f006006544005019005164006006544", + "0x2400611b00554400511d00501d00600654400512100505c006006544005", + "0xcbb006120005544005120005791006006544005006019006006ce3005006", + "0x600654400500601900611911a00ace416816700a54400a12012111d25a", + "0x654400501800513600600654400501d00508500600654400516800505c", + "0x54400501a00538b006006544005126005136006006544005009005136006", + "0x549a00549f00600654400501900516400600654400502b00553c006006", + "0x500613500600654400500603700611b00554400516700501d006006544", + "0x13400616c00554400516c00513700616c005544005006ce500616b005544", + "0x511811700a13a00611700554400500613300611800554400516c16b00a", + "0x611b00554400511b00501d00611600554400516f00507400616f005544", + "0x513200513100629900554400529900513200613b00554400513b00513e", + "0x511600554400511600507600627d00554400527d00513f006132005544", + "0x654400511900505c00600654400500601900611627d13229913b11b018", + "0x6544005006019006006ce600500602400611500554400511a00501d006", + "0x54400512000505c00600654400515c00505c00600654400511c00505c006", + "0x516400501d00600654400511f00505c00600654400512100505c006006", + "0x13400617212600a54400512600509a006006544005006037006115005544", + "0x1800a0a400617312600a54400512600509a00602100554400517201900a", + "0x5440051130050a200617611300a5440051140050a3006114005544005173", + "0x509f0061770055440051760050a00061760055440051760050a1006006", + "0x617a00554400500610100611100554400500612f006112005544005177", + "0x511017b17a25a09e00611000554400500610100617b005544005006101", + "0x611500554400511500501d00617e00554400511200511c00610f005544", + "0x511100514200613200554400513200513100613b00554400513b00513e", + "0x617e00554400517e00516c00610f00554400510f00509d006111005544", + "0x21e54400517e10f11113213b11501809c00602100554400502149a00a49c", + "0x554400a18100509b00602400554400502402b00a14a00618102410d10e", + "0x54df00610c00554400500618d006006544005006019006182005ce7020", + "0x554400510e00501d00600654400510b00513600618510b00a544005126", + "0x543f00610c00554400510c00510600610d00554400510d00513e00610e", + "0x54400502001d00a09400618500554400518500513700601a00554400501a", + "0x109005ce900610910a18625a54400518501a10c10d10e009ce8006020005", + "0xa544005189005ceb00600654400500601900618a005cea18900554400a", + "0x106005cec18d00554400a1070051d1006006544005108005124006107108", + "0x510500511900619010500a544005020005091006006544005006019006", + "0x13200610a00554400510a00513e00618600554400518600501d006006544", + "0x54400527d00513f006024005544005024005131006299005544005299005", + "0x15c00619000554400519000513700600900554400500900513700627d005", + "0x29910a18602049b00618d00554400518d0051d5006021005544005021005", + "0x10310419101800510219519410310419101854400518d02119000927d024", + "0x20005086006006544005106005160006006544005006019006102195194", + "0x6135006006544005009005136006006544005021005164006006544005", + "0x6198005544005198005137006198005544005006052006101005544005", + "0x510000513700610000554400500619800619900554400519810100a134", + "0x619c00554400500655c0060ff00554400510019900a134006100005544", + "0x5006ced0060fe00554400519c0ff00a13400619c00554400519c005137", + "0x19f0055440050fd0fe00a1340060fd0055440050fd0051370060fd005544", + "0x1a019f00a1340061a00055440051a00051370061a00055440050064c0006", + "0x1a30055440050fc0fb00a13a0060fb0055440050061330060fc005544005", + "0x10a00513e00618600554400518600501d0061a40055440051a3005074006", + "0x2400554400502400513100629900554400529900513200610a005544005", + "0x10a1860180051a40055440051a400507600627d00554400527d00513f006", + "0x51640060065440050200050860060065440050060190061a427d024299", + "0x60fa00554400518a005074006006544005009005136006006544005021", + "0x529900513200610a00554400510a00513e00618600554400518600501d", + "0x627d00554400527d00513f006024005544005024005131006299005544", + "0x5440050060190060fa27d02429910a1860180050fa0055440050fa005076", + "0x501a00538b006006544005009005136006006544005021005164006006", + "0x18200507400600654400501d005085006006544005126005136006006544", + "0x10d00554400510d00513e00610e00554400510e00501d0060f9005544005", + "0x27d00513f006024005544005024005131006299005544005299005132006", + "0xf927d02429910d10e0180050f90055440050f900507600627d005544005", + "0x600654400549a00549f006006544005006037006006544005006019006", + "0x654400500900513600600654400501800513600600654400501d005085", + "0x54400502b00553c00600654400501a00538b00600654400553e005177006", + "0x5440050062940061a7005544005006135006006544005019005164006006", + "0x60f80055440051a81a700a1340061a80055440051a80051370061a8005", + "0x51ab0050740061ab0055440050f80f700a13a0060f7005544005006133", + "0x613b00554400513b00513e00615100554400515100501d0060f6005544", + "0x527d00513f006132005544005132005131006299005544005299005132", + "0x60f627d13229913b1510180050f60055440050f600507600627d005544", + "0x600654400501d00508500600654400549a00549f006006544005006019", + "0x654400553e005177006006544005009005136006006544005018005136", + "0x54400501900516400600654400502b00553c00600654400501a00538b006", + "0x544005006019006006cee0050060240060f500554400514200515c006006", + "0x501800513600600654400501d00508500600654400549a00549f006006", + "0x1a00538b00600654400553e005177006006544005009005136006006544", + "0x51fd00600654400501900516400600654400502b00553c006006544005", + "0x55440051af00515c0060065440051ae0051fe0061af1ae00a54400513f", + "0x50f50f400a13a0060f40055440050061330060065440050060370060f5", + "0x613a00554400513a00501d0061b20055440050f30050740060f3005544", + "0x513200513100629900554400529900513200613b00554400513b00513e", + "0x51b20055440051b200507600627d00554400527d00513f006132005544", + "0x654400500621e00649a00554400500684d0061b227d13229913b13a018", + "0x21b27d00acef45f29900a54400a00500600a018006006544005006037006", + "0x5024005ca300602401800a544005018005ca2006006544005006019006", + "0x53e00900a54400500900552b00602c00554400502b005ca400602b005544", + "0xcf053d03700a54400a02c53e29925a4f500602c00554400502c005106006", + "0x1d00511900600654400553d00512400600654400500601900603403600a", + "0x543a00600654400501900513600600654400501a005136006006544005", + "0x86700630a00554400500602b00600654400549a005851006006544005018", + "0x3700501d0062a200554400553c00586800653c00554400530a00902025a", + "0xa00554400500a00513200645f00554400545f00513e006037005544005", + "0x2a200586900621e00554400521e00513f00625a00554400525a005131006", + "0x1240060065440050060190062a221e25a00a45f0370180052a2005544005", + "0x544005136005ca300613601800a544005018005ca2006006544005034005", + "0xa54400a00e13503625aca600600e00900a54400500900552b006135005", + "0x6134005544005134005ca8006006544005006019006133005cf1134137", + "0x13a00515900613a00900a54400500900552b006021005544005134005ca9", + "0x54400513b13200a0a400613201900a54400501900509a00613b005544005", + "0xa100600654400513e0050a200613f13e00a5440051310050a3006131005", + "0x54400513000509f00613000554400513f0050a000613f00554400513f005", + "0x500610100612e00554400500610100614200554400500612f00612f005", + "0x14600554400514512d12e25a09e00614500554400500610100612d005544", + "0x45f00513e00613700554400513700501d00612c00554400512f00511c006", + "0x14200554400514200514200625a00554400525a00513100645f005544005", + "0x49a00a85a00612c00554400512c00516c00614600554400514600509d006", + "0x14a14912b21e54400512c14614225a45f13701809c006021005544005021", + "0xcab00600654400500601900614d005cf212900554400a12a00509b00612a", + "0x512800511900612712800a54400512900509100614e005544005021005", + "0x13200614900554400514900513e00612b00554400512b00501d006006544", + "0x54400521e00513f00614a00554400514a00513100600a00554400500a005", + "0x615100554400515100513700615101a00a54400501a00509a00621e005", + "0x12600516c00612601d00a54400501d0050de006127005544005127005137", + "0x14e00554400514e0051d5006020005544005020005106006126005544005", + "0x12415515412501854400514e02012612715121e14a00a14912b01d497006", + "0x6006544005006019006122005cf315900554400a158005496006158123", + "0x12100912525a248006121005544005121005106006121005544005006522", + "0x515900586a00600654400500601900611f12000acf415d15c00a54400a", + "0x615c00554400515c00501d00600654400511e00516000611e16000a544", + "0x512400513100615500554400515500513200615400554400515400513e", + "0x615d00554400515d00510600612300554400512300513f006124005544", + "0x501a005137006019005544005019005137006018005544005018005819", + "0x601d00554400501d00516c00616000554400516000510600601a005544", + "0x11c16416311d01854400501d16001a01901815d12312415515415c021824", + "0x11f00512400600654400500601900616711b11c16416311d01800516711b", + "0x513600600654400515900549500600654400501d005119006006544005", + "0x13500600654400501800543a00600654400501900513600600654400501a", + "0x11a00554400511a00513700611a005544005006518006168005544005006", + "0x16b00a13a00616b00554400500613300611900554400511a16800a134006", + "0x554400512000501d00611800554400516c00586b00616c005544005119", + "0x513100615500554400515500513200615400554400515400513e006120", + "0x554400511800586900612300554400512300513f006124005544005124", + "0x501d005119006006544005006019006118123124155154120018005118", + "0x1900513600600654400501a005136006006544005009005124006006544", + "0x1d00611700554400512200586b00600654400501800543a006006544005", + "0x54400515500513200615400554400515400513e006125005544005125005", + "0x86900612300554400512300513f006124005544005124005131006155005", + "0x6544005006019006117123124155154125018005117005544005117005", + "0x54400501a00513600600654400500900512400600654400501d005119006", + "0x50210050e200600654400501800543a006006544005019005136006006", + "0x501d00616f00554400514d00586b006006544005020005124006006544", + "0x554400500a00513200614900554400514900513e00612b00554400512b", + "0x586900621e00554400521e00513f00614a00554400514a00513100600a", + "0x600654400500601900616f21e14a00a14912b01800516f00554400516f", + "0x654400501a00513600600654400500900512400600654400501d005119", + "0x54400502000512400600654400501800543a006006544005019005136006", + "0x54400500629400611600554400500613500600654400549a005851006006", + "0x617200554400511511600a134006115005544005115005137006115005", + "0x511400586b00611400554400517217300a13a006173005544005006133", + "0x645f00554400545f00513e00613300554400513300501d006113005544", + "0x521e00513f00625a00554400525a00513100600a00554400500a005132", + "0x611321e25a00a45f13301800511300554400511300586900621e005544", + "0x600654400549a005851006006544005009005124006006544005006019", + "0x654400501a00513600600654400501d005119006006544005020005124", + "0x554400500613500600654400501800543a006006544005019005136006", + "0x17600a134006177005544005177005137006177005544005006168006176", + "0x554400511211100a13a006111005544005006133006112005544005177", + "0x513e00627d00554400527d00501d00617b00554400517a00586b00617a", + "0x554400525a00513100600a00554400500a00513200621b00554400521b", + "0x27d01800517b00554400517b00586900621e00554400521e00513f00625a", + "0x3700600654400500621e00602100554400500616b00617b21e25a00a21b", + "0x554400549a00501a00649a01900a5440050190050de006006544005006", + "0x10600627d01a00a54400501a00552b00645f0055440052990050dd006299", + "0x2b00acf502421b00a54400a27d45f00625a4f500645f00554400545f005", + "0x54400553e00510600653e00554400500618d00600654400500601900602c", + "0x601900603403600acf653d03700a54400a02453e21b25a4f500653e005", + "0x511900600654400502000543a00600654400553d005124006006544005", + "0x13600600654400500900513600600654400501a005124006006544005019", + "0x630a005544005006135006006544005021005177006006544005018005", + "0x553c30a00a13400653c00554400553c00513700653c005544005006cf7", + "0x61350055440052a213600a13a0061360055440050061330062a2005544", + "0x500500513e00603700554400503700501d00600e005544005135005822", + "0x625a00554400525a00513100600a00554400500a005132006005005544", + "0xa00503701800500e00554400500e00582100621e00554400521e00513f", + "0x190050de00600654400503400512400600654400500601900600e21e25a", + "0xa54400501a00552b00613400554400513700501a00613701900a544005", + "0x5006019006132005cf813b13a00a54400a13313403625acb400613301a", + "0x11800601d00554400513b00549a00613b00554400513b005cb6006006544", + "0x513100509a00613100554400501d00529900601d00554400501d02100a", + "0x612e14212f25acf913013f00a54400a13e13a00a78f00613e13100a544", + "0x14500554400513f00501d00612d005544005006790006006544005006019", + "0x500602400612c00554400512d005791006146005544005130005791006", + "0x12e00579100614500554400512f00501d006006544005006019006006cfa", + "0x612b005544005006cb900612c005544005142005791006146005544005", + "0x5cba00612a14a00a54400514a005cba00614a14900a54400512b005c89", + "0x12912a14525acbb00612a00554400512a00579100612912c00a54400512c", + "0x514e00505c00600654400500601900612712800acfb14e14d00a54400a", + "0xc8a00614d00554400514d00501d00614a00554400514a005791006006544", + "0x54400514600505c006006544005006019006006cfc00654400a12c14a00a", + "0x500602400615100554400514d00501d00600654400514900505c006006", + "0x14d25acbb006149005544005149005791006006544005006019006006cfd", + "0x505c00600654400500601900615515400acfe12512600a54400a146149", + "0xa54400a13115100a06a00615100554400512600501d006006544005125", + "0xcaf006159005544005006cae006006544005006019006158005cff123124", + "0x54400512400501d0061210055440051220052ce006122005544005159005", + "0x13100600a00554400500a00513200600500554400500500513e006124005", + "0x54400500900509a00621e00554400521e00513f00625a00554400525a005", + "0x15d01800a54400501800509a00615c00554400515c00513700615c00900a", + "0x516c00612001900a5440050190050de00615d00554400515d005137006", + "0x54400511f00510600611f01a00a54400501a00552b006120005544005120", + "0x15d15c21e25a00a00512401d3af00612100554400512100544300611f005", + "0x11b00554400a11c0053b100611c16416311d11e16001854400512111f120", + "0x500652200600654400511b005424006006544005006019006167005d00", + "0xa54400a16801a16025a248006168005544005168005106006168005544", + "0x611800554400500618d00600654400500601900616c16b00ad0111911a", + "0x11711a25aca6006118005544005118005106006117005544005020005ca3", + "0x5116005ca8006006544005006019006115005d0211616f00a54400a118", + "0x6173005544005172005cab006172005544005116005ca9006116005544", + "0x54400511e00513e00616f00554400516f00501d00611400554400500618d", + "0x13f00616300554400516300513100611d00554400511d00513200611e005", + "0x544005123005106006114005544005114005106006164005544005164005", + "0x1d5006009005544005009005137006018005544005018005137006123005", + "0x54400511900510600601900554400501900516c006173005544005173005", + "0x1854400511901917300901812311416416311d11e16f49ad03006119005", + "0x6019006110005d0417b00554400a17a00542200617a111112177176113", + "0x654400517e00512400610e17e10f25a54400517b005823006006544005", + "0x510d10f00a81f00610d00554400500602b00600654400510e005160006", + "0x611300554400511300501d006182005544005181005820006181005544", + "0x511200513100617700554400517700513200617600554400517600513e", + "0x518200554400518200582100611100554400511100513f006112005544", + "0x5544005110005822006006544005006019006182111112177176113018", + "0x513200617600554400517600513e00611300554400511300501d00610c", + "0x554400511100513f006112005544005112005131006177005544005177", + "0x601900610c11111217717611301800510c00554400510c005821006111", + "0x5136006006544005019005119006006544005119005124006006544005", + "0x135006006544005123005124006006544005018005136006006544005009", + "0x18500554400518500513700618500554400500629400610b005544005006", + "0x10a00a13a00610a00554400500613300618600554400518510b00a134006", + "0x554400511500501d006189005544005109005822006109005544005186", + "0x513100611d00554400511d00513200611e00554400511e00513e006115", + "0x554400518900582100616400554400516400513f006163005544005163", + "0x516c00512400600654400500601900618916416311d11e115018005189", + "0x900513600600654400501900511900600654400502000543a006006544", + "0x6135006006544005123005124006006544005018005136006006544005", + "0x610800554400510800513700610800554400500651800618a005544005", + "0x10718d00a13a00618d00554400500613300610700554400510818a00a134", + "0x16b00554400516b00501d006105005544005106005822006106005544005", + "0x16300513100611d00554400511d00513200611e00554400511e00513e006", + "0x10500554400510500582100616400554400516400513f006163005544005", + "0x54400502000543a00600654400500601900610516416311d11e16b018005", + "0x5018005136006006544005009005136006006544005019005119006006", + "0x16700582200600654400501a005124006006544005123005124006006544", + "0x11e00554400511e00513e00616000554400516000501d006190005544005", + "0x16400513f00616300554400516300513100611d00554400511d005132006", + "0x19016416311d11e160018005190005544005190005821006164005544005", + "0x654400501900511900600654400502000543a006006544005006019006", + "0x54400501800513600600654400500900513600600654400501a005124006", + "0x5104005137006104005544005006395006191005544005006135006006", + "0x619400554400500613300610300554400510419100a134006104005544", + "0x15800501d00610200554400519500582200619500554400510319400a13a", + "0xa00554400500a00513200600500554400500500513e006158005544005", + "0x10200582100621e00554400521e00513f00625a00554400525a005131006", + "0x5c00600654400500601900610221e25a00a005158018005102005544005", + "0x600654400501900511900600654400502000543a006006544005155005", + "0x654400501800513600600654400500900513600600654400501a005124", + "0xd0500500602400610100554400515400501d006006544005131005136006", + "0x54400502000543a00600654400512700505c006006544005006019006006", + "0x500900513600600654400501a005124006006544005019005119006006", + "0x14a00505c006006544005131005136006006544005018005136006006544", + "0x505c00600654400514900505c00600654400514600505c006006544005", + "0x619800554400500613500610100554400512800501d00600654400512c", + "0x519919800a134006199005544005199005137006199005544005006554", + "0x619c0055440051000ff00a13a0060ff005544005006133006100005544", + "0x500500513e00610100554400510100501d0060fe00554400519c005822", + "0x625a00554400525a00513100600a00554400500a005132006005005544", + "0xa0051010180050fe0055440050fe00582100621e00554400521e00513f", + "0x1900511900600654400502000543a0060065440050060190060fe21e25a", + "0x513600600654400500900513600600654400501a005124006006544005", + "0x2940060fd005544005006135006006544005021005177006006544005018", + "0x54400519f0fd00a13400619f00554400519f00513700619f005544005006", + "0x8220060fb0055440051a00fc00a13a0060fc0055440050061330061a0005", + "0x54400500500513e00613200554400513200501d0061a30055440050fb005", + "0x13f00625a00554400525a00513100600a00554400500a005132006005005", + "0x25a00a0051320180051a30055440051a300582100621e00554400521e005", + "0x502000543a00600654400502c0051240060065440050060190061a321e", + "0x900513600600654400501a005124006006544005019005119006006544", + "0x6135006006544005021005177006006544005018005136006006544005", + "0x60fa0055440050fa0051370060fa0055440050062960061a4005544005", + "0xf91a700a13a0061a70055440050061330060f90055440050fa1a400a134", + "0x2b00554400502b00501d0060f80055440051a80058220061a8005544005", + "0x25a00513100600a00554400500a00513200600500554400500500513e006", + "0xf80055440050f800582100621e00554400521e00513f00625a005544005", + "0x54400500621e006020005544005006d060060f821e25a00a00502b018005", + "0x1d00501a00601d01800a5440050180050de006006544005006037006006", + "0x1900a54400501900552b00649a0055440050210050dd006021005544005", + "0x27d45f00a54400a29949a00625a4f500649a00554400549a005106006299", + "0x510600602b005544005006cd200600654400500601900602421b00ad07", + "0x53d03700ad0853e02c00a54400a02b27d45f25a4f500602b00554400502b", + "0xa5440050180050de00600654400553e005124006006544005006019006", + "0x630a01900a54400501900552b00603400554400503600501a006036018", + "0x6006544005006019006136005d092a253c00a54400a30a03402c25acb4", + "0x51350052990061350055440052a200549a0062a20055440052a2005cb6", + "0x509a00600e00554400500e00513700600654400500602000600e005544", + "0x13b13a25ad0a13313400a54400a13753c00a78f00613700e00a54400500e", + "0x54400513400501d006131005544005006790006006544005006019006132", + "0x2400613000554400513100579100613f00554400513300579100613e005", + "0x79100613e00554400513a00501d006006544005006019006006d0b005006", + "0x554400500679000613000554400513b00579100613f005544005132005", + "0x612e13000a544005130005cba00614212f00a54400512f005cba00612f", + "0xad0c14512d00a54400a12e14213e25acbb006142005544005142005791", + "0x512f00579100600654400514500505c00600654400500601900612c146", + "0xd0d00654400a13012f00ac8a00612d00554400512d00501d00612f005544", + "0x54400512d00501d00600654400513f00505c006006544005006019006006", + "0x5544005006ccf006006544005006019006006d0e00500602400612b005", + "0x12a14a00a54400a13f14912d25acbb006149005544005149005791006149", + "0x501d00600654400512a00505c00600654400500601900614d12900ad0f", + "0x14e00a54400a00e12b00a06a00600654400500603700612b00554400514a", + "0x5106006151005544005006cd2006006544005006019006127005d10128", + "0x15412500ad1101a12600a54400a15112814e25a248006151005544005151", + "0x515500501a00615501800a5440050180050de006006544005006019006", + "0x15801900a54400501900552b0061230055440051240050dd006124005544", + "0x25a4f500601a00554400501a02000ad12006123005544005123005106006", + "0x52b00600654400500601900615c12100ad1312215900a54400a158123126", + "0xad1411f12000a54400a15d12215925a4f500615d01a00a54400501a005", + "0x512000501d00600654400511f00512400600654400500601900611e160", + "0x600a00554400500a00513100600500554400500500513e006120005544", + "0x500900513700621e00554400521e00513700625a00554400525a00513f", + "0x11d01900a54400501900552b00601800554400501800516c006009005544", + "0x510600616301a00a54400501a00552b00611d00554400511d005106006", + "0x954400516311d01800921e25a00a005120020d15006163005544005163", + "0x5006019006119005d1611a00554400a1680053b100616816711b11c164", + "0x16c16b00a54400a01a01916425a24800600654400511a005424006006544", + "0xa81f00616f00554400500602b00600654400500601900611711800ad17", + "0x54400516b00501d00611500554400511600582000611600554400516f16c", + "0x13f00611b00554400511b00513100611c00554400511c00513e00616b005", + "0x16711b11c16b009005115005544005115005821006167005544005167005", + "0x5544005006135006006544005117005124006006544005006019006115", + "0x17200a134006173005544005173005137006173005544005006518006172", + "0x554400511411300a13a006113005544005006133006114005544005173", + "0x513e00611800554400511800501d006177005544005176005822006176", + "0x554400516700513f00611b00554400511b00513100611c00554400511c", + "0x500601900617716711b11c118009005177005544005177005821006167", + "0x11900582200600654400501900512400600654400501a005124006006544", + "0x11c00554400511c00513e00616400554400516400501d006112005544005", + "0x11200582100616700554400516700513f00611b00554400511b005131006", + "0x512400600654400500601900611216711b11c164009005112005544005", + "0x11900600654400501a00512400600654400501900512400600654400511e", + "0x600654400521e005136006006544005009005136006006544005018005", + "0x554400517a00513700617a005544005006cf7006111005544005006135", + "0xa13a00611000554400500613300617b00554400517a11100a13400617a", + "0x54400516000501d00617e00554400510f00582200610f00554400517b110", + "0x13f00600a00554400500a00513100600500554400500500513e006160005", + "0x25a00a00516000900517e00554400517e00582100625a00554400525a005", + "0x54400501900512400600654400515c00512400600654400500601900617e", + "0x500900513600600654400501800511900600654400501a005124006006", + "0x500629600610e00554400500613500600654400521e005136006006544", + "0x18100554400510d10e00a13400610d00554400510d00513700610d005544", + "0x10c00582200610c00554400518118200a13a006182005544005006133006", + "0x500554400500500513e00612100554400512100501d00610b005544005", + "0x10b00582100625a00554400525a00513f00600a00554400500a005131006", + "0x512400600654400500601900610b25a00a00512100900510b005544005", + "0x136006006544005018005119006006544005019005124006006544005154", + "0x6006544005020005d1800600654400521e005136006006544005009005", + "0x5544005186005137006186005544005006518006185005544005006135", + "0xa13a00610900554400500613300610a00554400518618500a134006186", + "0x54400512500501d00618a00554400518900582200618900554400510a109", + "0x13f00600a00554400500a00513100600500554400500500513e006125005", + "0x25a00a00512500900518a00554400518a00582100625a00554400525a005", + "0x54400501800511900600654400501900512400600654400500601900618a", + "0x5020005d1800600654400521e005136006006544005009005136006006", + "0x107005137006107005544005006395006108005544005006135006006544", + "0x10600554400500613300618d00554400510710800a134006107005544005", + "0x501d00619000554400510500582200610500554400518d10600a13a006", + "0x554400500a00513100600500554400500500513e006127005544005127", + "0x12700900519000554400519000582100625a00554400525a00513f00600a", + "0x14d00505c00600654400500603700600654400500601900619025a00a005", + "0x5136006006544005018005119006006544005019005124006006544005", + "0x136006006544005020005d1800600654400521e005136006006544005009", + "0x6006d1900500602400619100554400512900501d00600654400500e005", + "0x12400600654400512c00505c006006544005006037006006544005006019", + "0x6006544005009005136006006544005018005119006006544005019005", + "0x654400500e005136006006544005020005d1800600654400521e005136", + "0x54400513000505c00600654400513f00505c00600654400512f00505c006", + "0x500655400610400554400500613500619100554400514600501d006006", + "0x19400554400510310400a134006103005544005103005137006103005544", + "0x10200582200610200554400519419500a13a006195005544005006133006", + "0x500554400500500513e00619100554400519100501d006101005544005", + "0x10100582100625a00554400525a00513f00600a00554400500a005131006", + "0x512400600654400500601900610125a00a005191009005101005544005", + "0x136006006544005009005136006006544005018005119006006544005019", + "0x6198005544005006135006006544005020005d1800600654400521e005", + "0x519919800a134006199005544005199005137006199005544005006294", + "0x619c0055440051000ff00a13a0060ff005544005006133006100005544", + "0x500500513e00613600554400513600501d0060fe00554400519c005822", + "0x625a00554400525a00513f00600a00554400500a005131006005005544", + "0x65440050060190060fe25a00a0051360090050fe0055440050fe005821", + "0x54400501800511900600654400501900512400600654400553d005124006", + "0x5020005d1800600654400521e005136006006544005009005136006006", + "0x19f00513700619f005544005006cf70060fd005544005006135006006544", + "0xfc0055440050061330061a000554400519f0fd00a13400619f005544005", + "0x501d0061a30055440050fb0058220060fb0055440051a00fc00a13a006", + "0x554400500a00513100600500554400500500513e006037005544005037", + "0x370090051a30055440051a300582100625a00554400525a00513f00600a", + "0x51240060065440050240051240060065440050060190061a325a00a005", + "0x136006006544005009005136006006544005018005119006006544005019", + "0x61a4005544005006135006006544005020005d1800600654400521e005", + "0x50fa1a400a1340060fa0055440050fa0051370060fa005544005006296", + "0x61a80055440050f91a700a13a0061a70055440050061330060f9005544", + "0x500500513e00621b00554400521b00501d0060f80055440051a8005822", + "0x625a00554400525a00513f00600a00554400500a005131006005005544", + "0x55440050060b20060f825a00a00521b0090050f80055440050f8005821", + "0x54400500600500627d005544005006006006299005544005006d06006021", + "0x500621e00603700554400500616b00602c00554400500625a006024005", + "0x501a00653d01900a5440050190050de006006544005006037006006544", + "0x3403600625acb400603401a00a54400501a00552b00603600554400553d", + "0x54400553c005cb60060065440050060190062a2005d1a53c30a00a54400a", + "0x653e00554400553e03700a11800653e00554400553c00549a00653c005", + "0x30a00a78f00613513600a54400513600509a00613600554400553e005299", + "0x679000600654400500601900613a13313425ad1b13700e00a54400a135", + "0x13100554400513700579100613200554400500e00501d00613b005544005", + "0x6544005006019006006d1c00500602400613e00554400513b005791006", + "0x13300579100613100554400513a00579100613200554400513400501d006", + "0x12f13000a54400513f005c8900613f00554400500655300613e005544005", + "0x79100612e12f00a54400512f005cba00614213e00a54400513e005cba006", + "0x14600ad1d14512d00a54400a12e14213225acbb00612e00554400512e005", + "0x54400512d00501d00600654400514500505c00600654400500601900612c", + "0x85006006544005006019006006d1e00654400a12f13e00ac8a00612d005", + "0x600654400501900511900600654400501a005124006006544005021005", + "0x6544005299005d18006006544005009005136006006544005018005136", + "0x54400502c00553c00600654400502000538b006006544005136005136006", + "0x513000505c0060065440050240052a200600654400527d00530a006006", + "0x602400612b00554400512d00501d00600654400513100505c006006544", + "0x25acbb006130005544005130005791006006544005006019006006d1f005", + "0x5c00600654400500601900612912a00ad2014a14900a54400a13013112d", + "0x600654400501a00512400600654400502100508500600654400514a005", + "0x6544005009005136006006544005018005136006006544005019005119", + "0x54400502000538b006006544005136005136006006544005299005d18006", + "0x50240052a200600654400527d00530a00600654400502c00553c006006", + "0x6ce500614d00554400500613500612b00554400514900501d006006544", + "0x554400514e14d00a13400614e00554400514e00513700614e005544005", + "0x582200615100554400512812700a13a006127005544005006133006128", + "0x554400500500513e00612b00554400512b00501d006126005544005151", + "0x513f00625a00554400525a00513100600a00554400500a005132006005", + "0x21e25a00a00512b01800512600554400512600582100621e00554400521e", + "0x54400512a00501d00600654400512900505c006006544005006019006126", + "0x54400512c00505c006006544005006019006006d21005006024006125005", + "0x513100505c00600654400513000505c00600654400513e00505c006006", + "0x6cae00612500554400514600501d00600654400512f00505c006006544", + "0x1240055440051550052ce006155005544005154005caf006154005544005", + "0xa00513200600500554400500500513e00612500554400512500501d006", + "0x21e00554400521e00513f00625a00554400525a00513100600a005544005", + "0x509a00612300554400512300513700612300900a54400500900509a006", + "0x5440050190050de00615800554400515800513700615801800a544005018", + "0x12201a00a54400501a00552b00615900554400515900516c00615901900a", + "0x12501d3af006124005544005124005443006122005544005122005106006", + "0x14900612021b15d45f15c12101854400512412215915812321e25a00a005", + "0x1200053b100621b00554400521b02400a12a00645f00554400545f27d00a", + "0x654400511f005424006006544005006019006160005d2211f00554400a", + "0x1a12125a24800611e00554400511e00510600611e005544005006522006", + "0x13600509a00600654400500601900616416300ad2349a11d00a54400a11e", + "0x54400511b0050a300611b00554400511c01800a0a400611c13600a544005", + "0xa00061680055440051680050a10060065440051670050a200616816700a", + "0x554400500612f00611900554400511a00509f00611a005544005168005", + "0x54400500610100611800554400500610100616c00554400500610100616b", + "0x11600554400511900511c00616f00554400511711816c25a09e006117005", + "0x15d00513100615c00554400515c00513e00611d00554400511d00501d006", + "0x16f00554400516f00509d00616b00554400516b00514200615d005544005", + "0x1809c00649a00554400549a29900ad1200611600554400511600516c006", + "0x54400502b02c00a14a00617302b17211521e54400511616f16b15d15c11d", + "0x6006544005006019006114005d2401d00554400a17300509b00602b005", + "0x517600513600617717600a5440051360054df00611300554400500618d", + "0x10600617200554400517200513e00611500554400511500501d006006544", + "0x54400517700513700602000554400502000543f006113005544005113005", + "0x5177020113172115009ce800601d00554400501d02100a094006177005", + "0x5006019006110005d2517b00554400a17a005ce900617a11111225a544", + "0x1d100600654400510f00512400617e10f00a54400517b005ceb006006544", + "0x501d00509100600654400500601900610d005d2610e00554400a17e005", + "0x611200554400511200501d00600654400518100511900618218100a544", + "0x502b00513100645f00554400545f00513200611100554400511100513e", + "0x600900554400500900513700621b00554400521b00513f00602b005544", + "0x549a00510600601900554400501900516c006182005544005182005137", + "0x921b02b45f11111201d49700610e00554400510e0051d500649a005544", + "0x10a18618510b10c01800510910a18618510b10c01854400510e49a019182", + "0x54400501d00508600600654400510d005160006006544005006019006109", + "0x500900513600600654400501900511900600654400549a005124006006", + "0x18a00513700618a005544005006052006189005544005006135006006544", + "0x10700554400500619800610800554400518a18900a13400618a005544005", + "0x655c00618d00554400510710800a134006107005544005107005137006", + "0x554400510618d00a134006106005544005106005137006106005544005", + "0x10500a134006190005544005190005137006190005544005006ced006105", + "0x1040055440051040051370061040055440050064c0006191005544005190", + "0x19400a13a00619400554400500613300610300554400510419100a134006", + "0x554400511200501d006102005544005195005822006195005544005103", + "0x513100645f00554400545f00513200611100554400511100513e006112", + "0x554400510200582100621b00554400521b00513f00602b00554400502b", + "0x501d00508600600654400500601900610221b02b45f111112018005102", + "0x900513600600654400501900511900600654400549a005124006006544", + "0x611200554400511200501d006101005544005110005822006006544005", + "0x502b00513100645f00554400545f00513200611100554400511100513e", + "0x510100554400510100582100621b00554400521b00513f00602b005544", + "0x654400549a00512400600654400500601900610121b02b45f111112018", + "0x54400502000538b006006544005009005136006006544005019005119006", + "0x5114005822006006544005021005085006006544005136005136006006", + "0x617200554400517200513e00611500554400511500501d006198005544", + "0x521b00513f00602b00554400502b00513100645f00554400545f005132", + "0x619821b02b45f17211501800519800554400519800582100621b005544", + "0x6006544005021005085006006544005164005124006006544005006019", + "0x6544005136005136006006544005009005136006006544005019005119", + "0x54400501800513600600654400502c00553c00600654400502000538b006", + "0x544005006518006199005544005006135006006544005299005d18006006", + "0x60ff00554400510019900a134006100005544005100005137006100005", + "0x50fe0058220060fe0055440050ff19c00a13a00619c005544005006133", + "0x615c00554400515c00513e00616300554400516300501d0060fd005544", + "0x521b00513f00615d00554400515d00513100645f00554400545f005132", + "0x60fd21b15d45f15c1630180050fd0055440050fd00582100621b005544", + "0x6006544005019005119006006544005021005085006006544005006019", + "0x654400502000538b006006544005136005136006006544005009005136", + "0x544005299005d1800600654400501800513600600654400502c00553c006", + "0x12100501d00619f00554400516000582200600654400501a005124006006", + "0x45f00554400545f00513200615c00554400515c00513e006121005544005", + "0x19f00582100621b00554400521b00513f00615d00554400515d005131006", + "0x2a200600654400500601900619f21b15d45f15c12101800519f005544005", + "0x600654400501a005124006006544005021005085006006544005024005", + "0x6544005009005136006006544005018005136006006544005019005119", + "0x54400502000538b006006544005037005177006006544005299005d18006", + "0x54400500613500600654400527d00530a00600654400502c00553c006006", + "0xa1340060fc0055440050fc0051370060fc0055440050062940061a0005", + "0x5440050fb1a300a13a0061a30055440050061330060fb0055440050fc1a0", + "0x13e0062a20055440052a200501d0060fa0055440051a40058220061a4005", + "0x54400525a00513100600a00554400500a005132006005005544005005005", + "0x180050fa0055440050fa00582100621e00554400521e00513f00625a005", + "0xa54400a00500600a0180060065440050060370060fa21e25a00a0052a2", + "0xa00a54400500a00552b00600654400500601900601a01900ad27018009", + "0x2100a54400a01d02000925a4f500601d25a00a54400525a00552b006020", + "0x12400600654400549a00512400600654400500601900645f29900ad2849a", + "0x54400527d00a21e25a85200627d00554400500602b00600654400525a005", + "0x13e00602100554400502100501d00602400554400521b00585300621b005", + "0x602401802125a005024005544005024005854006018005544005018005", + "0x602b00554400500610100600654400545f005124006006544005006019", + "0x500652200602c00554400502b21e00a13400602b00554400502b005137", + "0x602c00554400502c00515c00653e00554400553e00510600653e005544", + "0x654400500601900603403600ad2953d03700a54400a53e00a29925a248", + "0x53d00510600601800554400501800513e00603700554400503700501d006", + "0x2c00554400502c00515c00625a00554400525a00510600653d005544005", + "0x62a253c30a25a0052a253c30a25a54400502c25a53d018037009828006", + "0x600654400502c005164006006544005034005124006006544005006019", + "0x13500554400500651800613600554400500613500600654400525a005124", + "0x613300600e00554400513513600a134006135005544005135005137006", + "0x554400513400585c00613400554400500e13700a13a006137005544005", + "0x585400601800554400501800513e00603600554400503600501d006133", + "0xa00512400600654400500601900613301803625a005133005544005133", + "0x613500600654400521e00516400600654400525a005124006006544005", + "0x613b00554400513b00513700613b00554400500616800613a005544005", + "0x13213100a13a00613100554400500613300613200554400513b13a00a134", + "0x1900554400501900501d00613f00554400513e00585c00613e005544005", + "0x1a01925a00513f00554400513f00585400601a00554400501a00513e006", + "0x654400500603700600654400500621e00601d00554400500684d00613f", + "0x654400500601900645f29900ad2a49a02100a54400a00500600a018006", + "0x585000621b00554400527d00584f00627d01800a54400501800584e006", + "0x54400502400510600602b00900a54400500900552b00602400554400521b", + "0x601900653d03700ad2b53e02c00a54400a02402b02125a4f5006024005", + "0x513600600654400501a00513600600654400553e005124006006544005", + "0x2b00600654400501d00585100600654400501800538b006006544005019", + "0x54400503400582000603400554400503600900a81f006036005544005006", + "0x13200649a00554400549a00513e00602c00554400502c00501d00630a005", + "0x54400521e00513f00625a00554400525a00513100600a00554400500a005", + "0x1900630a21e25a00a49a02c01800530a00554400530a00582100621e005", + "0x53c01800a54400501800584e00600654400553d005124006006544005006", + "0x25a85500613600900a54400500900552b0062a200554400553c00584f006", + "0x5856006006544005006019006137005d2c00e13500a54400a1362a2037", + "0x554400513400585800613400554400500e00585700600e00554400500e", + "0x613b01900a54400501900509a00602013a00a544005133005555006133", + "0x50a200613e13100a5440051320050a300613200554400513a13b00a0a4", + "0x13f00554400513e0050a000613e00554400513e0050a1006006544005131", + "0x54400500610100612f00554400500612f00613000554400513f00509f006", + "0x14225a09e00612d00554400500610100612e005544005006101006142005", + "0x54400513500501d00614600554400513000511c00614500554400512d12e", + "0x14200625a00554400525a00513100649a00554400549a00513e006135005", + "0x54400514600516c00614500554400514500509d00612f00554400512f005", + "0x14614512f25a49a13501809c00602000554400502001d00a85a006146005", + "0x19006129005d2d12a00554400a14a00509b00614a14912b12c21e544005", + "0x654400514d00511900614e14d00a54400512a005091006006544005006", + "0xa00513200612b00554400512b00513e00612c00554400512c00501d006", + "0x21e00554400521e00513f00614900554400514900513100600a005544005", + "0x513700612800554400512800513700612801a00a54400501a00509a006", + "0x14900a12b12c01ad2e0060200055440050200051d500614e00554400514e", + "0x554400a1550053b100615515412512615112701854400502014e12821e", + "0x6522006006544005124005424006006544005006019006123005d2f124", + "0x54400a15800912725a248006158005544005158005106006158005544005", + "0x554400515900501d00600654400500601900615c12100ad3012215900a", + "0x513100612600554400512600513200615100554400515100513e006159", + "0x554400512200510600615400554400515400513f006125005544005125", + "0x513700601900554400501900513700601800554400501800543f006122", + "0x1854400501a01901812215412512615115902082900601a00554400501a", + "0x654400500601900611d11e16011f12015d01800511d11e16011f12015d", + "0x54400501900513600600654400501a00513600600654400515c005124006", + "0x54400500651800616300554400500613500600654400501800538b006006", + "0x611c00554400516416300a134006164005544005164005137006164005", + "0x516700582200616700554400511c11b00a13a00611b005544005006133", + "0x615100554400515100513e00612100554400512100501d006168005544", + "0x515400513f006125005544005125005131006126005544005126005132", + "0x6168154125126151121018005168005544005168005821006154005544", + "0x600654400501900513600600654400501a005136006006544005006019", + "0x554400512300582200600654400500900512400600654400501800538b", + "0x513200615100554400515100513e00612700554400512700501d00611a", + "0x554400515400513f006125005544005125005131006126005544005126", + "0x601900611a15412512615112701800511a00554400511a005821006154", + "0x538b00600654400501900513600600654400501a005136006006544005", + "0x8220060065440050200050e2006006544005009005124006006544005018", + "0x54400512b00513e00612c00554400512c00501d006119005544005129005", + "0x13f00614900554400514900513100600a00554400500a00513200612b005", + "0x14900a12b12c01800511900554400511900582100621e00554400521e005", + "0x501900513600600654400501a00513600600654400500601900611921e", + "0x1d00585100600654400500900512400600654400501800538b006006544", + "0x513700616c00554400500629400616b005544005006135006006544005", + "0x554400500613300611800554400516c16b00a13400616c00554400516c", + "0x1d00611600554400516f00582200616f00554400511811700a13a006117", + "0x54400500a00513200649a00554400549a00513e006137005544005137005", + "0x82100621e00554400521e00513f00625a00554400525a00513100600a005", + "0x654400500601900611621e25a00a49a137018005116005544005116005", + "0x54400501a00513600600654400501d005851006006544005009005124006", + "0x54400500613500600654400501800538b006006544005019005136006006", + "0xa134006172005544005172005137006172005544005006168006115005", + "0x54400517311400a13a006114005544005006133006173005544005172115", + "0x13e00629900554400529900501d006176005544005113005822006113005", + "0x54400525a00513100600a00554400500a00513200645f00554400545f005", + "0x1800517600554400517600582100621e00554400521e00513f00625a005", + "0xa54400a00500600a01800600654400500603700617621e25a00a45f299", + "0x2000554400500a0053b300600654400500601900601a01900ad31018009", + "0x54400a020005d3200600900554400500900501d006006544005006020006", + "0x299005544005021005d3400600654400500601900649a005d3302101d00a", + "0x500602400627d005544005299005d3600645f00554400501d005d35006", + "0x521b005d3800621b00554400500602b006006544005006019006006d37", + "0x627d005544005024005d3600645f00554400549a005d35006024005544", + "0x1900653e005d3902c00554400a27d00555000602b00554400545f0052ce", + "0x53d005544005037005d3b00603700554400502c005d3a006006544005006", + "0x3600552b00603600554400503600510600603600554400553d005d3c006", + "0x1362a200ad3d53c30a00a54400a03421e00925a24800603403600a544005", + "0xa54400553c00552b006135005544005006d3e006006544005006019006", + "0x13700a54400a00e13530a25a4f500613500554400513500510600600e53c", + "0x12400600654400513400512400600654400500601900613a13300ad3f134", + "0x554400525a00510600613b00554400513700501d006006544005036005", + "0x544005006019006006d4000500602400613100554400553c005106006132", + "0x54400500652200600654400553c00512400600654400513a005124006006", + "0x13f00a54400a13e25a13325a24800613e00554400513e00510600613e005", + "0x613b00554400513f00501d00600654400500601900614212f00ad41130", + "0x544005006037006131005544005036005106006132005544005130005106", + "0x544300601800554400501800513e00613b00554400513b00501d006006", + "0x554400513100510600613200554400513200510600602b00554400502b", + "0x14512d12e25a00514512d12e25a54400513113202b01813b009838006131", + "0x6006544005142005124006006544005006037006006544005006019006", + "0x14600554400500613500600654400502b0053b5006006544005036005124", + "0x12c14600a13400612c00554400512c00513700612c005544005006518006", + "0x14a00554400512b14900a13a00614900554400500613300612b005544005", + "0x1800513e00612f00554400512f00501d00612a00554400514a005d42006", + "0x601900612a01812f25a00512a00554400512a005d43006018005544005", + "0x25a005124006006544005136005124006006544005006037006006544005", + "0x613500600654400502b0053b5006006544005036005124006006544005", + "0x614d00554400514d00513700614d005544005006518006129005544005", + "0x14e12800a13a00612800554400500613300614e00554400514d12900a134", + "0x2a20055440052a200501d006151005544005127005d42006127005544005", + "0x182a225a005151005544005151005d4300601800554400501800513e006", + "0x654400553e005160006006544005006037006006544005006019006151", + "0xd4500612500554400512625a21e02b21ed4400612600554400500602b006", + "0x54400501800513e00600900554400500900501d006154005544005125005", + "0x54400500601900615401800925a005154005544005154005d43006018005", + "0x521e00512400600654400500a0053b500600654400525a005124006006", + "0x124005137006124005544005006168006155005544005006135006006544", + "0x15800554400500613300612300554400512415500a134006124005544005", + "0x501d006122005544005159005d4200615900554400512315800a13a006", + "0x5544005122005d4300601a00554400501a00513e006019005544005019", + "0x45f00554400500616b00649a00554400500635a00612201a01925a005122", + "0x600654400500603700600654400500621e00621b005544005006005006", + "0x600654400500601900653e02c00ad4602b02400a54400a00500600a018", + "0xa31500653d01800a54400501800555700603700900a544005009005490", + "0x50360050d500603421e00a54400521e00552b00603600554400553d037", + "0x54400a03603425a02b21e10500602400554400502400501d006036005544", + "0x553c0051370060065440050060190061351362a225ad4753c27d30a25a", + "0x554400502149a00a49c00602100554400553c02000a13400653c005544", + "0x52b0061340055440051370050dd00613700e00a544005021005163006021", + "0x513400510600613a00554400513300511d00613301d00a54400501d005", + "0x27d00554400527d21b00a12a00630a00554400530a00513e006134005544", + "0x5006313006006544005006019006006d4800654400a13a13400a54a006", + "0x25ad4900613b00554400513b00583d00600654400500602000613b005544", + "0x2b00600654400500601900613f13e00ad4a13113200a54400a13b018024", + "0x554400513200501d00612f005544005130005194006130005544005006", + "0x602400612d00554400512f00510400612e00554400513100583d006142", + "0x14500519100614500554400500602b006006544005006019006006d4b005", + "0x12e00554400513f00583d00614200554400513e00501d006146005544005", + "0x612b005d4c12c00554400a12d00510200612d005544005146005104006", + "0x17700600654400512c005160006006544005006037006006544005006019", + "0x554400530a00513e00614900554400514200501d00600654400545f005", + "0x50d000612900554400501a00513700612a00554400500a00513100614a", + "0x6006d4d00500602400614e00554400512e00583d00614d005544005009", + "0x31a00600654400512b005160006006544005006037006006544005006019", + "0x1900a544005019005d4e00600654400512e005841006006544005009005", + "0x1a00a342006151005544005006198006127005544005128005d4f006128", + "0x554400529945f00a118006126005544005006d50006299005544005151", + "0x15400554400512612512725a09e00612529900a54400529900509a006299", + "0x12400509d00600654400515500544800612415500a544005154005445006", + "0x15800554400512300537a006123005544005124005444006124005544005", + "0x554400500610100612200554400500610100615900554400500612f006", + "0x11c00615d00554400515c12112225a09e00615c005544005006101006121", + "0x54400530a00513e00614200554400514200501d006120005544005158005", + "0x9d00615900554400515900514200600a00554400500a00513100630a005", + "0xa30a14201809c00612000554400512000516c00615d00554400515d005", + "0x5d5116300554400a11d00509b00611d11e16011f21e54400512015d159", + "0x11c00511900611b11c00a544005163005091006006544005006019006164", + "0x11a00554400500655100616816700a54400511b11f00a186006006544005", + "0x11e00513100614a00554400516000513e00614900554400516700501d006", + "0x14d0055440051680050d000612900554400529900513700612a005544005", + "0x14a00513e00614900554400514900501d00614e00554400511a00583d006", + "0x27d00554400527d00513f00612a00554400512a00513100614a005544005", + "0x14e00583d00614d00554400514d0050d000621e00554400521e005106006", + "0x1290055440051290051370060190055440050190050d500614e005544005", + "0x14902183e00601d00554400501d00510600600e00554400500e00515c006", + "0x900511711816c16b11900954400501d00e12901914e14d21e27d12a14a", + "0x16400600654400501d00512400600654400500601900611711816c16b119", + "0x600654400501900583500600654400529900513600600654400500e005", + "0x54400511f00501d00616f005544005164005d5200600654400521e005124", + "0x13f00611e00554400511e00513100616000554400516000513e00611f005", + "0x27d11e16011f00900516f00554400516f005d5300627d00554400527d005", + "0x54400501900583500600654400501d00512400600654400500601900616f", + "0x500e00516300600654400521e00512400600654400545f005177006006", + "0x17300554400517200584600617200554400511500511c00611511600a544", + "0x113005544005114005d5500611400554400517301800901a116009d54006", + "0xa00513100630a00554400530a00513e00602400554400502400501d006", + "0x113005544005113005d5300627d00554400527d00513f00600a005544005", + "0x654400501d00512400600654400500601900611327d00a30a024009005", + "0x54400521e00512400600654400545f005177006006544005019005835006", + "0x513500584b00600654400521b0052a200600654400549a00549f006006", + "0x5177005d5500617700554400517601800901a020009d54006176005544", + "0x62a20055440052a200513e00602400554400502400501d006112005544", + "0x5112005d5300613600554400513600513f00600a00554400500a005131", + "0x1d00512400600654400500601900611213600a2a2024009005112005544", + "0x583500600654400500900531a006006544005018005841006006544005", + "0x12400600654400545f005177006006544005020005164006006544005019", + "0x600654400501a00513600600654400549a00549f00600654400521e005", + "0x17a00554400500616800611100554400500613500600654400521b0052a2", + "0x613300617b00554400517a11100a13400617a00554400517a005137006", + "0x554400510f005d5200610f00554400517b11000a13a006110005544005", + "0x513100653e00554400553e00513e00602c00554400502c00501d00617e", + "0x554400517e005d5300625a00554400525a00513f00600a00554400500a", + "0xa00500600a01800600654400500603700617e25a00a53e02c00900517e", + "0x54400525a0053b300600654400500601900602101d00ad5602001a00a544", + "0x49a005d3200601a00554400501a00501d00600654400500602000649a005", + "0x54400545f005d3400600654400500601900627d005d5745f29900a54400a", + "0x2400602b00554400521b005d36006024005544005299005d3500621b005", + "0x5d3800602c00554400500602b006006544005006019006006d58005006", + "0x554400553e005d3600602400554400527d005d3500653e00554400502c", + "0x36005d5953d00554400a02b0055500060370055440050240052ce00602b", + "0x544005034005d3b00603400554400553d005d3a006006544005006019006", + "0x83d00600a00554400500a00513200601a00554400501a00501d00630a005", + "0x54400501800513700600900554400500900516c00630a00554400530a005", + "0x501901800930a00a01a01854d00601900554400501900583d006018005", + "0x500601900600e005d5b13500554400a136005d5a0061362a253c25a544", + "0x554400a13a00553e00613a13313413721e544005135005d5c006006544", + "0x21e00a134006006544005006037006006544005006019006132005d5d13b", + "0x554400502000513e00653c00554400553c00501d00613100554400513b", + "0x515c0060370055440050370054430062a20055440052a2005132006020", + "0x554400513400513700613700554400513700516c006131005544005131", + "0x1331341371310372a202053c01a84300613300554400513300583d006134", + "0x600654400500601900612f13013f13e21e00512f13013f13e21e544005", + "0x6006544005133005841006006544005132005160006006544005006037", + "0x65440050370053b5006006544005137005119006006544005134005136", + "0x5544005006d5e00614200554400500613500600654400521e005164006", + "0x13300612d00554400512e14200a13400612e00554400512e00513700612e", + "0x544005146005d5f00614600554400512d14500a13a006145005544005006", + "0x13200602000554400502000513e00653c00554400553c00501d00612c005", + "0x12c2a202053c21e00512c00554400512c005d600062a20055440052a2005", + "0x600654400521e005164006006544005006037006006544005006019006", + "0x54400553c00501d00612b00554400500e005d5f0060065440050370053b5", + "0xd600062a20055440052a200513200602000554400502000513e00653c005", + "0x3700600654400500601900612b2a202053c21e00512b00554400512b005", + "0xd6100614900554400500602b006006544005036005160006006544005006", + "0x612a00554400514a005d6200614a00554400514921e019018009037018", + "0x500a00513200602000554400502000513e00601a00554400501a00501d", + "0x601900612a00a02001a21e00512a00554400512a005d6000600a005544", + "0x584100600654400521e00516400600654400525a0053b5006006544005", + "0x135006006544005009005119006006544005018005136006006544005019", + "0x14d00554400514d00513700614d005544005006168006129005544005006", + "0x12800a13a00612800554400500613300614e00554400514d12900a134006", + "0x554400501d00501d006151005544005127005d5f00612700554400514e", + "0x5d6000600a00554400500a00513200602100554400502100513e00601d", + "0x50de00600654400500603700615100a02101d21e005151005544005151", + "0x54400501a0050dd00601a00554400501900501a00601921e00a54400521e", + "0x602000554400502000510600601d00900a54400500900552b006020005", + "0x654400500601900645f29900ad6349a02100a54400a01d02000625a4f5", + "0x542300621b00554400527d0053b300627d01800a544005018005426006", + "0xa02449a02125a4f500602400554400502400510600602400554400521b", + "0x54400502c00512400600654400500601900603753e00ad6402c02b00a544", + "0x502b00501d00603600554400500655100653d005544005006101006006", + "0x600a00554400500a00513200600500554400500500513e00602b005544", + "0x3400516c00603421e00a54400521e0050de006018005544005018005443", + "0x25a00554400525a00515c006009005544005009005106006034005544005", + "0x2b020d6500603600554400503600583d00653d00554400553d005137006", + "0xa136005d660061362a253c30a21e54400503653d25a00903401800a005", + "0x137018544005135005d6800600654400500601900600e005d67135005544", + "0x600654400513b00512400600654400513300584100613213b13a133134", + "0x54400500602b00613100554400513413a00a134006006544005132005160", + "0x554400513f005d6a00613f00554400513e13721e13121ed6900613e005", + "0x513200653c00554400553c00513e00630a00554400530a00501d006130", + "0x61302a253c30a21e005130005544005130005d6b0062a20055440052a2", + "0x12f00554400500e005d6c00600654400521e005119006006544005006019", + "0x2a200513200653c00554400553c00513e00630a00554400530a00501d006", + "0x1900612f2a253c30a21e00512f00554400512f005d6b0062a2005544005", + "0x16400600654400521e005119006006544005037005124006006544005006", + "0x60065440050180053b500600654400500900512400600654400525a005", + "0x554400512e00513700612e005544005006d6d006142005544005006135", + "0xa13a00614500554400500613300612d00554400512e14200a13400612e", + "0x54400553e00501d00612c005544005146005d6c00614600554400512d145", + "0xd6b00600a00554400500a00513200600500554400500500513e00653e005", + "0x12400600654400500601900612c00a00553e21e00512c00554400512c005", + "0x600654400525a00516400600654400521e00511900600654400545f005", + "0x12b0055440050061350060065440050180053b5006006544005009005124", + "0x14912b00a134006149005544005149005137006149005544005006296006", + "0x12900554400514a12a00a13a00612a00554400500613300614a005544005", + "0x500513e00629900554400529900501d00614d005544005129005d6c006", + "0x14d00554400514d005d6b00600a00554400500a005132006005005544005", + "0x29900554400500635a00602100554400500616b00614d00a00529921e005", + "0x600654400500603700600654400500621e00627d005544005006005006", + "0x600654400500601900602c02b00ad6e02421b00a54400a00500600a018", + "0xa54400a21e005d6f00621b00554400521b00501d006006544005006020", + "0x603600554400503700549a00600654400500601900653d005d7003753e", + "0x503400521b00649a00554400553e00515c00603400554400503600545f", + "0x54400500602b006006544005006019006006d7100500602400630a005544", + "0x21b00649a00554400553d00515c0062a200554400553c00502c00653c005", + "0xa30a00553e00649a00554400549a29900a49c00630a0055440052a2005", + "0x1900a544005019005490006006544005006019006135005d72136005544", + "0x613400554400513700e00a31500613701a00a54400501a00555700600e", + "0x240095340061340055440051340050d500613301800a54400501800552b", + "0x654400500601900613113213b25ad7345f13a00a54400a13613413325a", + "0x513a00513e00613e00554400513e00583d00613e005544005006313006", + "0x54400a13e01a21b25ad4900645f00554400545f27d00a12a00613a005544", + "0x12e00554400500602b00600654400500601900614212f00ad7413013f00a", + "0x13000583d00614500554400513f00501d00612d00554400512e005194006", + "0x19006006d7500500602400612c00554400512d005104006146005544005", + "0x614900554400512b00519100612b00554400500602b006006544005006", + "0x514900510400614600554400514200583d00614500554400512f00501d", + "0x654400500601900612a005d7614a00554400a12c00510200612c005544", + "0x654400502100517700600654400514a005160006006544005006037006", + "0xa00513100614d00554400513a00513e00612900554400514500501d006", + "0x1270055440050190050d000612800554400502000513700614e005544005", + "0x6544005006019006006d7700500602400615100554400514600583d006", + "0x654400501900531a00600654400512a005160006006544005006037006", + "0x126005d4f00612600900a544005009005d4e006006544005146005841006", + "0x1d00554400515402000a342006154005544005006198006125005544005", + "0x1d00509a00601d00554400501d02100a118006155005544005006d50006", + "0x512300544500612300554400515512412525a09e00612401d00a544005", + "0x615900554400515900509d00600654400515800544800615915800a544", + "0x54400500612f00612100554400512200537a006122005544005159005444", + "0x500610100612000554400500610100615d00554400500610100615c005", + "0x554400512100511c00616000554400511f12015d25a09e00611f005544", + "0x513100613a00554400513a00513e00614500554400514500501d00611e", + "0x554400516000509d00615c00554400515c00514200600a00554400500a", + "0x54400511e16015c00a13a14501809c00611e00554400511e00516c006160", + "0x5006019006167005d7811b00554400a11c00509b00611c16416311d21e", + "0x18600600654400516800511900611a16800a54400511b005091006006544", + "0x511900501d00616c00554400500655100616b11900a54400511a11d00a", + "0x614e00554400516400513100614d00554400516300513e006129005544", + "0x516c00583d00612700554400516b0050d000612800554400501d005137", + "0x614d00554400514d00513e00612900554400512900501d006151005544", + "0x549a00515c00645f00554400545f00513f00614e00554400514e005131", + "0x60180055440050180051060060090055440050090050d500649a005544", + "0x512800513700615100554400515100583d0061270055440051270050d0", + "0x11800954400512815112701800949a45f14e14d12901d860006128005544", + "0x513600600654400500601900611511616f11711800900511511616f117", + "0x16400600654400500900583500600654400501800512400600654400501d", + "0x554400511d00501d006172005544005167005d7900600654400549a005", + "0x513f00616400554400516400513100616300554400516300513e00611d", + "0x17245f16416311d009005172005544005172005d7a00645f00554400545f", + "0x6006544005021005177006006544005006037006006544005006019006", + "0x654400527d0052a2006006544005009005835006006544005018005124", + "0x11400554400517301a01902049a009d7b006173005544005131005776006", + "0x13b00513e00621b00554400521b00501d006113005544005114005d7c006", + "0x13200554400513200513f00600a00554400500a00513100613b005544005", + "0x54400500601900611313200a13b21b009005113005544005113005d7a006", + "0x544005021005177006006544005135005160006006544005006037006006", + "0x527d0052a2006006544005009005835006006544005018005124006006", + "0x9d7b00617700554400517600577900617600554400500602b006006544", + "0x501d006111005544005112005d7c00611200554400517701a01902049a", + "0x554400500a00513100602400554400502400513e00621b00554400521b", + "0x21b009005111005544005111005d7a00625a00554400525a00513f00600a", + "0x584100600654400501900531a00600654400500601900611125a00a024", + "0x83500600654400501800512400600654400502100517700600654400501a", + "0x600654400521e00516400600654400529900549f006006544005009005", + "0x17a00554400500613500600654400527d0052a2006006544005020005136", + "0x17b17a00a13400617b00554400517b00513700617b005544005006168006", + "0x17e00554400511010f00a13a00610f005544005006133006110005544005", + "0x2c00513e00602b00554400502b00501d00610e00554400517e005d79006", + "0x25a00554400525a00513f00600a00554400500a00513100602c005544005", + "0x54400500603700610e25a00a02c02b00900510e00554400510e005d7a006", + "0x54400500601900601a01900ad7d01800900a54400a00500600a018006006", + "0xd7f00601d25a00a54400525a005c8700602000554400500a005d7e006006", + "0x27d00554400545f02100ad8000645f29949a02121e54400501d02000925a", + "0x500602000602b00554400500679000602421b00a544005299005c89006", + "0x6d8100654400a02b02400ac8a00627d00554400527d00501d006006544", + "0x654400525a005c8c00600654400521e0054bf006006544005006019006", + "0x54400527d00501d00600654400521b00505c00600654400549a0057f7006", + "0xa21b27d00ac8e006006544005006019006006d8200500602400602c005", + "0x36005544005006d8400600654400500601900653d005d8303753e00a544", + "0xd8530a03400a54400a03603753e25ad4900603600554400503600583d006", + "0xd8600613600554400530a21e00a8020060065440050060190062a253c00a", + "0xe0057f700613700e00a5440051350057f800613549a00a54400549a005", + "0x613a13300a5440051340057f8006134005544005006d87006006544005", + "0x513b0057f700613213b00a54400549a0057f80060065440051330057f7", + "0x13f13e00a544005131005c8900613113700a544005137005d86006006544", + "0x130005c8900613013a00a54400513a005d8600600654400513f00505c006", + "0x12e00554400513e005d8800600654400514200505c00614212f00a544005", + "0x1360054c900603400554400503400501d00612d00554400512f005d88006", + "0x6544005006019006006d8900654400a12d12e00ac8a006136005544005", + "0x6d8a0050060240060065440051370057f700600654400513a0057f7006", + "0x514500505c00614614500a544005137005c89006006544005006019006", + "0xd8800600654400512c00505c00612b12c00a54400513a005c89006006544", + "0xa14a14900ac8a00614a00554400512b005d88006149005544005146005", + "0x3400501d006006544005006037006006544005006019006006d8b006544", + "0x1320055440051320057f500601800554400501800513e006034005544005", + "0x34009c960061360055440051360054c900625a00554400525a0057f9006", + "0x54400500601900614d12912a25a00514d12912a25a54400513625a132018", + "0x554400500602b00600654400525a005c8c006006544005006037006006", + "0x612700554400512800555e00612800554400514e13613225ad8c00614e", + "0x5127005d8d00601800554400501800513e00603400554400503400501d", + "0x654400500603700600654400500601900612701803425a005127005544", + "0x54400525a005c8c00600654400521e0054bf0060065440052a2005841006", + "0x544005006d8e00615100554400500613500600654400549a0057f7006006", + "0x612500554400512615100a134006126005544005126005137006126005", + "0x5155005d8f00615500554400512515400a13a006154005544005006133", + "0x601800554400501800513e00653c00554400553c00501d006124005544", + "0x4bf00600654400500601900612401853c25a005124005544005124005d8d", + "0x600654400549a0057f700600654400525a005c8c00600654400521e005", + "0x12300554400500613500600654400500603700602c00554400553d00501d", + "0x15812300a134006158005544005158005137006158005544005006395006", + "0x12100554400515912200a13a006122005544005006133006159005544005", + "0x1800513e00602c00554400502c00501d00615c005544005121005d8f006", + "0x601900615c01802c25a00515c00554400515c005d8d006018005544005", + "0x54bf00600654400525a005c8c00600654400500a0057f7006006544005", + "0x13700612000554400500616800615d00554400500613500600654400521e", + "0x54400500613300611f00554400512015d00a134006120005544005120005", + "0x611d00554400511e005d8f00611e00554400511f16000a13a006160005", + "0x511d005d8d00601a00554400501a00513e00601900554400501900501d", + "0xa00500600a01800600654400500603700611d01a01925a00511d005544", + "0x54400500a005d7e00600654400500601900601a01900ad9001800900a544", + "0x21e54400501d02000925ad7f00601d25a00a54400525a005c87006020005", + "0xa544005299005c8900627d00554400545f02100ad8000645f29949a021", + "0x527d00501d00600654400500602000602b00554400500679000602421b", + "0x6006544005006019006006d9100654400a02b02400ac8a00627d005544", + "0x654400521e0054bf00600654400525a005c8c00600654400549a0057f7", + "0xd9200500602400602c00554400527d00501d00600654400521b00505c006", + "0x53d005d9303753e00a54400a21b27d00ac8e006006544005006019006006", + "0x50360057f800603649a00a54400549a005d86006006544005006019006", + "0x55700653c0055440050067ef0060065440050340057f700630a03400a544", + "0x2a253e25ac9000653c00554400553c00583d0062a203700a544005037005", + "0x13500584100600654400500601900613700e00ad9413513600a54400a53c", + "0xc9000613400554400513400583d0061340055440050067ef006006544005", + "0x600654400500601900613213b00ad9513a13300a54400a13403713625a", + "0x13113a13325ad4900613100554400513100583d006131005544005006d96", + "0x513e00501d00600654400500601900612f13000ad9713f13e00a54400a", + "0x6019006006d9800500602400612e00554400513f00583d006142005544", + "0x5c8c00600654400549a0057f700600654400512f005841006006544005", + "0x13500600654400521e0054bf00600654400530a0057f700600654400525a", + "0x145005544005145005137006145005544005006d8e00612d005544005006", + "0x515c00612c00554400513000501d00614600554400514512d00a134006", + "0x5841006006544005006019006006d9900500602400612b005544005146", + "0x7f700600654400525a005c8c00600654400549a0057f7006006544005132", + "0x614900554400500613500600654400521e0054bf00600654400530a005", + "0x514a14900a13400614a00554400514a00513700614a00554400500655f", + "0x612b00554400512a00515c00612c00554400513b00501d00612a005544", + "0xd84006006544005137005841006006544005006019006006d99005006024", + "0xa12903700e25ad4900612900554400512900583d006129005544005006", + "0x54400514d00501d00600654400500601900612712800ad9a14e14d00a544", + "0x615100554400512e21e00a80200612e00554400514e00583d006142005", + "0x544005006d870060065440051260057f700612512600a54400549a0057f8", + "0xd860060065440051550057f700612415500a5440051540057f8006154005", + "0x15900505c00615915800a544005123005c8900612312500a544005125005", + "0x12100a544005122005c8900612212400a544005124005d86006006544005", + "0x121005d8800615d005544005158005d8800600654400515c00505c00615c", + "0x654400a12015d00ac8a0061510055440051510054c9006120005544005", + "0x51250057f70060065440051240057f7006006544005006019006006d9b", + "0x544005125005c89006006544005006019006006d9c005006024006006544", + "0x611d11e00a544005124005c8900600654400511f00505c00616011f00a", + "0x54400511d005d88006163005544005160005d8800600654400511e00505c", + "0x37006006544005006019006006d9d00654400a16416300ac8a006164005", + "0x1800554400501800513e00614200554400514200501d006006544005006", + "0x1510054c900625a00554400525a0057f900630a00554400530a0057f5006", + "0x25a00516711b11c25a54400515125a30a018142009c9b006151005544005", + "0x525a005c8c00600654400500603700600654400500601900616711b11c", + "0x611a00554400516815130a25ad8c00616800554400500602b006006544", + "0x501800513e00614200554400514200501d00611900554400511a00555e", + "0x500601900611901814225a005119005544005119005d8d006018005544", + "0x25a005c8c00600654400549a0057f7006006544005127005841006006544", + "0x613500600654400521e0054bf00600654400530a0057f7006006544005", + "0x616c00554400516c00513700616c005544005006d8e00616b005544005", + "0x11800515c00612c00554400512800501d00611800554400516c16b00a134", + "0xa13a00611700554400500613300600654400500603700612b005544005", + "0x54400512c00501d00611600554400516f005d8f00616f00554400512b117", + "0x25a005116005544005116005d8d00601800554400501800513e00612c005", + "0x25a005c8c00600654400549a0057f700600654400500601900611601812c", + "0x3700602c00554400553d00501d00600654400521e0054bf006006544005", + "0x137006172005544005006395006115005544005006135006006544005006", + "0x54400500613300617300554400517211500a134006172005544005172005", + "0x6176005544005113005d8f00611300554400517311400a13a006114005", + "0x5176005d8d00601800554400501800513e00602c00554400502c00501d", + "0x54400500a0057f700600654400500601900617601802c25a005176005544", + "0x54400500613500600654400525a005c8c00600654400521e0054bf006006", + "0xa134006112005544005112005137006112005544005006168006177005", + "0x54400511117a00a13a00617a005544005006133006111005544005112177", + "0x13e00601900554400501900501d00611000554400517b005d8f00617b005", + "0x611001a01925a005110005544005110005d8d00601a00554400501a005", + "0x601901800ad9e00921e00a54400a00500600a018006006544005006037", + "0x600654400500602000601a00554400500a0053b3006006544005006019", + "0x6021005da001d02000a54400a01a005d9f00621e00554400521e00501d", + "0x5544005020005d3500649a00554400501d005d34006006544005006019", + "0x544005006019006006da100500602400645f00554400549a005d36006299", + "0x21005d3500621b00554400527d005d3800627d00554400500602b006006", + "0x240055440052990052ce00645f00554400521b005d36006299005544005", + "0x5d3a00600654400500601900602c005da202b00554400a45f005550006", + "0x554400521e00501d00603700554400553e005d3b00653e00554400502b", + "0x25ada300603700554400503700583d00625a00554400525a0050f900621e", + "0x630a005da403400554400a03600551400603653d00a54400503725a21e", + "0x2a253c00a544005034005513006006544005006037006006544005006019", + "0x500900513e00653d00554400553d00501d0060065440052a2005160006", + "0x653c00554400553c0050f9006024005544005024005443006009005544", + "0x601900600e13513625a00500e13513625a54400553c02400953d21ec9d", + "0x30a005da50060065440050240053b5006006544005006037006006544005", + "0x900554400500900513e00653d00554400553d00501d006137005544005", + "0x600654400500601900613700953d25a005137005544005137005da6006", + "0x613400554400500602b00600654400502c005160006006544005006037", + "0x501d00613a005544005133005da800613300554400513425a02425ada7", + "0x554400513a005da600600900554400500900513e00621e00554400521e", + "0x600654400500a0053b500600654400500601900613a00921e25a00513a", + "0x13200554400500616800613b00554400500613500600654400525a0050fa", + "0x613300613100554400513213b00a134006132005544005132005137006", + "0x554400513f005da500613f00554400513113e00a13a00613e005544005", + "0x5da600601900554400501900513e00601800554400501800501d006130", + "0x600a01800600654400500603700613001901825a005130005544005130", + "0x900552b00600654400500601900645f29900ada949a02100a54400a005", + "0x21b27d02125a4f500621b01800a54400501800552b00627d00900a544005", + "0x502b00512400600654400500601900653e02c00adaa02b02400a54400a", + "0x1900513600600654400501a0051360060065440050200050e2006006544", + "0x25a85200603700554400500602b006006544005018005124006006544005", + "0x502400501d00603600554400553d00585300653d00554400503700901d", + "0x600a00554400500a00513200649a00554400549a00513e006024005544", + "0x503600585400621e00554400521e00513f00625a00554400525a005131", + "0x512400600654400500601900603621e25a00a49a024018005036005544", + "0x554400503400515900603400900a54400500900552b00600654400553e", + "0x62a200554400530a53c00a0a400653c01900a54400501900509a00630a", + "0x51350050a10060065440051360050a200613513600a5440052a20050a3", + "0x613700554400500e00509f00600e0055440051350050a0006135005544", + "0x13a00554400500610100613300554400500610100613400554400500612f", + "0x511c00613200554400513b13a13325a09e00613b005544005006101006", + "0x554400549a00513e00602c00554400502c00501d006131005544005137", + "0x509d00613400554400513400514200625a00554400525a00513100649a", + "0x13425a49a02c01809c00613100554400513100516c006132005544005132", + "0x12e005dab14200554400a12f00509b00612f13013f13e21e544005131132", + "0x512d00511900614512d00a544005142005091006006544005006019006", + "0x13200613f00554400513f00513e00613e00554400513e00501d006006544", + "0x54400521e00513f00613000554400513000513100600a00554400500a005", + "0x614600554400514600513700614601a00a54400501a00509a00621e005", + "0x5020005dac00601d00554400501d00515c006145005544005145005137", + "0x21e13000a13f13e02049b00612c00554400512c0051d500612c02000a544", + "0x554400a14d00512000614d12912a14a14912b01854400512c01d145146", + "0x5106006127005544005006522006006544005006019006128005dad14e", + "0x15412500adae12615100a54400a12700912b25a248006127005544005127", + "0x512400516000612415500a54400514e00511f006006544005006019006", + "0x13200614900554400514900513e00615100554400515100501d006006544", + "0x54400512900513f00612a00554400512a00513100614a00554400514a005", + "0x137006018005544005018005106006126005544005126005106006129005", + "0x5440050200051d500601a00554400501a005137006019005544005019005", + "0x1812612912a14a149151021cc200615500554400515500515c006020005", + "0x12112215915812301800515c12112215915812301854400515502001a019", + "0x54400514e00585b00600654400515400512400600654400500601900615c", + "0x501900513600600654400501a0051360060065440050200050e2006006", + "0x500651800615d005544005006135006006544005018005124006006544", + "0x11f00554400512015d00a134006120005544005120005137006120005544", + "0x11e00585c00611e00554400511f16000a13a006160005544005006133006", + "0x14900554400514900513e00612500554400512500501d00611d005544005", + "0x12900513f00612a00554400512a00513100614a00554400514a005132006", + "0x11d12912a14a14912501800511d00554400511d005854006129005544005", + "0x65440050200050e2006006544005009005124006006544005006019006", + "0x54400501800512400600654400501900513600600654400501a005136006", + "0x513e00612b00554400512b00501d00616300554400512800585c006006", + "0x554400512a00513100614a00554400514a005132006149005544005149", + "0x12b01800516300554400516300585400612900554400512900513f00612a", + "0xe200600654400500900512400600654400500601900616312912a14a149", + "0x600654400501900513600600654400501a005136006006544005020005", + "0x554400512e00585c00600654400501d005164006006544005018005124", + "0x513200613f00554400513f00513e00613e00554400513e00501d006164", + "0x554400521e00513f00613000554400513000513100600a00554400500a", + "0x601900616421e13000a13f13e01800516400554400516400585400621e", + "0x5164006006544005018005124006006544005009005124006006544005", + "0x13600600654400501a0051360060065440050200050e200600654400501d", + "0x611b00554400500616800611c005544005006135006006544005019005", + "0x500613300616700554400511b11c00a13400611b00554400511b005137", + "0x11900554400511a00585c00611a00554400516716800a13a006168005544", + "0xa00513200645f00554400545f00513e00629900554400529900501d006", + "0x21e00554400521e00513f00625a00554400525a00513100600a005544005", + "0x500603700611921e25a00a45f299018005119005544005119005854006", + "0x54a00601a01800a54400501800552b00601900554400500618d006006544", + "0x554400500612f006006544005006019006006daf00654400a01901a00a", + "0x54400500610100602100554400500610100601d005544005006101006020", + "0x600554400500600501d00629900554400549a02101d25a09e00649a005", + "0x2000514200600a00554400500a00513100600500554400500500513e006", + "0x900554400500900516c00629900554400529900509d006020005544005", + "0x2400509b00602421b27d45f21e54400500929902000a00500601809c006", + "0xa54400502b00509100600654400500601900602c005db002b00554400a", + "0x603653d00a54400503745f00a18600600654400553e00511900603753e", + "0x500613500630a00554400503400510700603403600a544005036005490", + "0x583c0061360055440050065510062a200554400500610100653c005544", + "0x554400553d00501d00600654400513500512400600e13500a544005018", + "0x513f00621b00554400521b00513100627d00554400527d00513e00653d", + "0x55440050360050d000621e00554400521e00510600625a00554400525a", + "0x513700630a00554400530a0050d500613600554400513600583d006036", + "0x554400500e00510600653c00554400553c00515c0062a20055440052a2", + "0x13413700954400500e53c2a230a13603621e25a21b27d53d021db100600e", + "0x6544005006019006131005db213200554400a13b00583f00613b13a133", + "0x600654400513e00516400614212f13013f13e009544005132005552006", + "0x654400512f00584100600654400513000531a00600654400513f005136", + "0x13700501d00612d00554400512e00584800612e005544005142005847006", + "0x13300554400513300513100613400554400513400513e006137005544005", + "0x13413700900512d00554400512d00584900613a00554400513a00513f006", + "0x501d00614500554400513100584a00600654400500601900612d13a133", + "0x554400513300513100613400554400513400513e006137005544005137", + "0x13700900514500554400514500584900613a00554400513a00513f006133", + "0x512400600654400521e00512400600654400500601900614513a133134", + "0x45f00554400545f00501d00614600554400502c00584a006006544005018", + "0x25a00513f00621b00554400521b00513100627d00554400527d00513e006", + "0x614625a21b27d45f00900514600554400514600584900625a005544005", + "0x600654400501800512400600654400521e005124006006544005006019", + "0xa54400512c00516300612c005544005006135006006544005009005119", + "0x584600614a00554400514900511c00600654400512b00516400614912b", + "0x554400512900584800612900554400512a00584700612a00554400514a", + "0x513100600500554400500500513e00600600554400500600501d00614d", + "0x554400514d00584900625a00554400525a00513f00600a00554400500a", + "0xa00500600a01800600654400500603700614d25a00a00500600900514d", + "0x54400525a00584e00600654400500601900601a01900adb301800900a544", + "0x602100554400501d00585000601d00554400502000584f00602025a00a", + "0x925a4f500602100554400502100510600649a00a00a54400500a00552b", + "0x512400600654400500601900621b27d00adb445f29900a54400a02149a", + "0x2b00600654400525a00538b00600654400521e00513600600654400545f", + "0x54400502b00a00adb500602b0055440050240054b6006024005544005006", + "0x13e00629900554400529900501d00653e00554400502c00556100602c005", + "0x653e01829925a00553e00554400553e005db6006018005544005018005", + "0x25a00a54400525a00584e00600654400521b005124006006544005006019", + "0x85500603600a00a54400500a00552b00653d00554400503700584f006037", + "0x85600600654400500601900653c005db730a03400a54400a03653d27d25a", + "0x5440052a20058580062a200554400530a00585700630a00554400530a005", + "0x13721e00a54400521e00509a00600e13500a544005136005555006136005", + "0x13400a05a006135005544005135005137006134005544005137005299006", + "0x554400503400501d006133005544005133005137006133005544005135", + "0x613a005db800654400a13300519000600e00554400500e0051d5006034", + "0x600654400525a00538b00600654400521e005136006006544005006019", + "0x13200556100613200554400513b00a00adb500613b00554400500e0054a2", + "0x1800554400501800513e00603400554400503400501d006131005544005", + "0x600654400500601900613101803425a005131005544005131005db6006", + "0x13e00554400500652200600654400500e0050e200600654400513a005103", + "0xdb913013f00a54400a13e00a03425a24800613e00554400513e005106006", + "0x513e00613f00554400513f00501d00600654400500601900614212f00a", + "0x554400525a00543f006130005544005130005106006018005544005018", + "0x25a54400521e25a13001813f009ce800621e00554400521e00513700625a", + "0x54400514200512400600654400500601900614512d12e25a00514512d12e", + "0x54400500613500600654400525a00538b00600654400521e005136006006", + "0xa13400612c00554400512c00513700612c005544005006518006146005", + "0x54400512b14900a13a00614900554400500613300612b00554400512c146", + "0x13e00612f00554400512f00501d00612a00554400514a005dba00614a005", + "0x612a01812f25a00512a00554400512a005db6006018005544005018005", + "0x600654400500a00512400600654400521e005136006006544005006019", + "0x14d00554400500629400612900554400500613500600654400525a00538b", + "0x613300614e00554400514d12900a13400614d00554400514d005137006", + "0x5544005127005dba00612700554400514e12800a13a006128005544005", + "0x5db600601800554400501800513e00653c00554400553c00501d006151", + "0xa00512400600654400500601900615101853c25a005151005544005151", + "0x613500600654400521e00513600600654400525a00538b006006544005", + "0x6125005544005125005137006125005544005006168006126005544005", + "0x15415500a13a00615500554400500613300615400554400512512600a134", + "0x1900554400501900501d006123005544005124005dba006124005544005", + "0x1a01925a005123005544005123005db600601a00554400501a00513e006", + "0x45f00adbb29949a00a54400a00500600a018006006544005006037006123", + "0x1800552b00621b00900a54400500900552b00600654400500601900627d", + "0x3753e00adbc02c02b00a54400a02421b49a25a4f500602401800a544005", + "0x654400501d00511900600654400502c005124006006544005006019006", + "0x54400501900513600600654400501a0051360060065440050200050e2006", + "0x902125a86700653d00554400500602b006006544005018005124006006", + "0x554400502b00501d00603400554400503600586800603600554400553d", + "0x513100600a00554400500a00513200629900554400529900513e00602b", + "0x554400503400586900621e00554400521e00513f00625a00554400525a", + "0x503700512400600654400500601900603421e25a00a29902b018005034", + "0x653c00554400530a00515900630a00900a54400500900552b006006544", + "0x50a300613600554400553c2a200a0a40062a201900a54400501900509a", + "0x554400500e0050a10060065440051350050a200600e13500a544005136", + "0x612f00613400554400513700509f00613700554400500e0050a000600e", + "0x10100613b00554400500610100613a005544005006101006133005544005", + "0x513400511c00613100554400513213b13a25a09e006132005544005006", + "0x629900554400529900513e00653e00554400553e00501d00613e005544", + "0x513100509d00613300554400513300514200625a00554400525a005131", + "0x13e13113325a29953e01809c00613e00554400513e00516c006131005544", + "0x1900612d005dbd12e00554400a14200509b00614212f13013f21e544005", + "0x654400514500511900614614500a54400512e005091006006544005006", + "0xa00513200613000554400513000513e00613f00554400513f00501d006", + "0x21e00554400521e00513f00612f00554400512f00513100600a005544005", + "0x513700612c00554400512c00513700612c01a00a54400501a00509a006", + "0x54400512b00516c00612b01d00a54400501d0050de006146005544005146", + "0x614902000a544005020005dac00602100554400502100510600612b005", + "0x14902112b14612c21e12f00a13013f01d4970061490055440051490051d5", + "0x151005dbe12700554400a12800549600612814e14d12912a14a018544005", + "0x5544005126005106006126005544005006522006006544005006019006", + "0x500601900612415500adbf15412500a54400a12600914a25a248006126", + "0x1d00600654400515800516000615812300a54400512700586a006006544", + "0x54400512900513200612a00554400512a00513e006125005544005125005", + "0x10600614e00554400514e00513f00614d00554400514d005131006129005", + "0x544005019005137006018005544005018005106006154005544005154005", + "0x16c0060200055440050200051d500601a00554400501a005137006019005", + "0x12912a12549ad0300612300554400512300510600601d00554400501d005", + "0x1800512015d15c12112215901854400512301d02001a01901815414e14d", + "0x600654400512400512400600654400500601900612015d15c121122159", + "0x65440050200050e200600654400501d005119006006544005127005495", + "0x54400501800512400600654400501900513600600654400501a005136006", + "0x516000513700616000554400500651800611f005544005006135006006", + "0x611d00554400500613300611e00554400516011f00a134006160005544", + "0x15500501d00616400554400516300586b00616300554400511e11d00a13a", + "0x12900554400512900513200612a00554400512a00513e006155005544005", + "0x16400586900614e00554400514e00513f00614d00554400514d005131006", + "0x12400600654400500601900616414e14d12912a155018005164005544005", + "0x60065440050200050e200600654400501d005119006006544005009005", + "0x654400501800512400600654400501900513600600654400501a005136", + "0x12a00513e00614a00554400514a00501d00611c00554400515100586b006", + "0x14d00554400514d00513100612900554400512900513200612a005544005", + "0x12a14a01800511c00554400511c00586900614e00554400514e00513f006", + "0x511900600654400500900512400600654400500601900611c14e14d129", + "0x13600600654400501a0051360060065440050200050e200600654400501d", + "0x6006544005021005124006006544005018005124006006544005019005", + "0x513000513e00613f00554400513f00501d00611b00554400512d00586b", + "0x612f00554400512f00513100600a00554400500a005132006130005544", + "0xa13013f01800511b00554400511b00586900621e00554400521e00513f", + "0x1800512400600654400500900512400600654400500601900611b21e12f", + "0x50e200600654400501d005119006006544005021005124006006544005", + "0x13500600654400501900513600600654400501a005136006006544005020", + "0x168005544005168005137006168005544005006168006167005544005006", + "0x11900a13a00611900554400500613300611a00554400516816700a134006", + "0x554400545f00501d00616c00554400516b00586b00616b00554400511a", + "0x513100600a00554400500a00513200627d00554400527d00513e00645f", + "0x554400516c00586900621e00554400521e00513f00625a00554400525a", + "0x54400500674200600654400500603700616c21e25a00a27d45f01800516c", + "0x2100a54400501d00544500601d00554400500921e02025a09e006020005", + "0x49a00544400649a00554400549a00509d00600654400502100544800649a", + "0x627d00554400500612f00645f00554400529900537a006299005544005", + "0x2b00554400500610100602400554400500610100621b005544005006101", + "0x1d00653e00554400545f00511c00602c00554400502b02421b25a09e006", + "0x54400500a00513100600500554400500500513e006006005544005006005", + "0x16c00602c00554400502c00509d00627d00554400527d00514200600a005", + "0x53d03721e54400553e02c27d00a00500601809c00653e00554400553e005", + "0x600654400500601900653c005dc030a00554400a03400509b006034036", + "0x13603700a1860060065440052a20051190061362a200a54400530a005091", + "0x54400513700510700613700e00a54400500e00549000600e13500a544005", + "0x500655100613a00554400500610100613300554400500618d006134005", + "0x13e00613500554400513500501d00613200554400500618d00613b005544", + "0x54400525a00513f00603600554400503600513100653d00554400553d005", + "0x16c00601a00554400501a00510600613200554400513200510600625a005", + "0x544005133005106006019005544005019005106006018005544005018005", + "0xd500613b00554400513b00583d00600e00554400500e0050d0006133005", + "0x3653d135299dc100613a00554400513a005137006134005544005134005", + "0xdc200612f13013f13e13100954400513a13413b00e13301901801a13225a", + "0x514200556200600654400500601900612e005dc314200554400a12f005", + "0x54400514500531a00600654400512d00513600612b12c14614512d009544", + "0xa12b00551a00600654400512c005124006006544005146005841006006", + "0x12a00554400514900521300600654400500601900614a005dc4149005544", + "0x13e00513e00613100554400513100501d00612900554400512a005864006", + "0x13000554400513000513f00613f00554400513f00513100613e005544005", + "0x54400500601900612913013f13e131009005129005544005129005865006", + "0x586600614e00554400514a14d00a13a00614d005544005006133006006", + "0x554400513e00513e00613100554400513100501d00612800554400514e", + "0x586500613000554400513000513f00613f00554400513f00513100613e", + "0x1d00600654400500601900612813013f13e131009005128005544005128", + "0x54400513f00513100615100554400513e00513e006127005544005131005", + "0x2400615400554400512e00508400612500554400513000513f006126005", + "0x511900600654400501a005124006006544005006019006006dc5005006", + "0x612700554400503700501d006006544005019005124006006544005018", + "0x525a00513f00612600554400503600513100615100554400553d00513e", + "0x615500554400515400586600615400554400553c005084006125005544", + "0x512600513100615100554400515100513e00612700554400512700501d", + "0x515500554400515500586500612500554400512500513f006126005544", + "0x21005544005006dc6006020005544005006dc6006155125126151127009", + "0xa54400a00500600a01800600654400500603700600654400500621e006", + "0x49a00554400549a00501d00600654400500601900627d45f00adc729949a", + "0x53e005dcb02c005dca02b005dc9024005dc821b0055440180190052de006", + "0x20005dcd006006544005021005dcd006006544005006019006037005dcc", + "0x603621b00a54400521b00542600653d005544005006135006006544005", + "0x54400500618d00630a0055440050340054230060340055440050360053b3", + "0x10600629900554400529900513e00649a00554400549a00501d00653c005", + "0x54400553d00515c00630a00554400530a00510600653c00554400553c005", + "0x1350053850061351362a225a54400553d30a53c29949a00982800653d005", + "0x25a54400500e005387006006544005006019006137005dce00e00554400a", + "0x516300600654400513a00516000600654400513300512400613a133134", + "0x13100554400500618d00600654400513b00516400613213b00a544005134", + "0x13600513e0062a20055440052a200501d00613e00554400513200511c006", + "0x25a00554400525a00513100600a00554400500a005132006136005544005", + "0x1800513700600900554400500900513700621e00554400521e00513f006", + "0x13100554400513100510600613e00554400513e00516c006018005544005", + "0x13113e01800921e25a00a1362a201d3af00621b00554400521b005443006", + "0x1900612d12e14212f13013f01800512d12e14212f13013f01854400521b", + "0x13600600654400501800513600600654400521b0053b5006006544005006", + "0x55440052a200501d006145005544005137005866006006544005009005", + "0x513100600a00554400500a00513200613600554400513600513e0062a2", + "0x554400514500586500621e00554400521e00513f00625a00554400525a", + "0x5021005dcd00600654400500601900614521e25a00a1362a2018005145", + "0x49a00501d00614600554400500618d006006544005020005dcd006006544", + "0xa00554400500a00513200629900554400529900513e00649a005544005", + "0x14600510600621e00554400521e00513f00625a00554400525a005131006", + "0x1800554400501800513700602400554400502400543f006146005544005", + "0x901802414621e25a00a29949a020829006009005544005009005137006", + "0x14e005dcf14d00554400a12900549600612912a14a14912b12c018544005", + "0x512800512400612712800a54400514d00586a006006544005006019006", + "0x1d006126005544005151005864006151005544005127005213006006544", + "0x54400514900513200612b00554400512b00513e00612c00554400512c005", + "0x86500612a00554400512a00513f00614a00554400514a005131006149005", + "0x654400500601900612612a14a14912b12c018005126005544005126005", + "0x12b00513e00612c00554400512c00501d00612500554400514e005866006", + "0x14a00554400514a00513100614900554400514900513200612b005544005", + "0x12b12c01800512500554400512500586500612a00554400512a00513f006", + "0x5dcd006006544005021005dcd00600654400500601900612512a14a149", + "0x649a00554400549a00501d00615400554400500618d006006544005020", + "0x525a00513100600a00554400500a00513200629900554400529900513e", + "0x615400554400515400510600621e00554400521e00513f00625a005544", + "0x500900513700601800554400501800513700602b00554400502b005819", + "0x12415501854400500901802b15421e25a00a29949a020dd0006009005544", + "0x54400500601900615c005dd112100554400a122005496006122159158123", + "0x521300600654400515d00512400612015d00a54400512100586a006006", + "0x554400515500501d00616000554400511f00586400611f005544005120", + "0x513100612300554400512300513200612400554400512400513e006155", + "0x554400516000586500615900554400515900513f006158005544005158", + "0x515c005866006006544005006019006160159158123124155018005160", + "0x612400554400512400513e00615500554400515500501d00611e005544", + "0x515900513f006158005544005158005131006123005544005123005132", + "0x611e15915812312415501800511e00554400511e005865006159005544", + "0x6006544005020005dcd00600654400502c00543a006006544005006019", + "0x554400500613500601d00554400511d005caf00611d005544005006cae", + "0x616401d00a54400501d005dd300601d00554400501d02100add2006163", + "0x54400549a00501d00611b00554400500618d00611c005544005164005423", + "0x10600611b00554400511b00510600629900554400529900513e00649a005", + "0x11b29949a00982800616300554400516300515c00611c00554400511c005", + "0x616b005dd411900554400a11a00538500611a16816725a54400516311c", + "0x511800512400611711816c25a544005119005387006006544005006019", + "0x16400611616f00a54400516c005163006006544005117005160006006544", + "0x17200554400511600511c00611500554400500618d00600654400516f005", + "0x16800513e00616700554400516700501d00617300554400501d0052ce006", + "0x25a00554400525a00513100600a00554400500a005132006168005544005", + "0x1800513700600900554400500900513700621e00554400521e00513f006", + "0x11500554400511500510600617200554400517200516c006018005544005", + "0x11517201800921e25a00a16816701d3af006173005544005173005443006", + "0x19006111112177176113114018005111112177176113114018544005173", + "0x13600600654400501800513600600654400501d005dd5006006544005006", + "0x554400516700501d00617a00554400516b005866006006544005009005", + "0x513100600a00554400500a00513200616800554400516800513e006167", + "0x554400517a00586500621e00554400521e00513f00625a00554400525a", + "0x553e00516000600654400500601900617a21e25a00a16816701800517a", + "0x17b005dd700617b005544005006dd6006006544005021005dcd006006544", + "0x1a00554400501a02000add200611000554400500613500601a005544005", + "0x618d00617e00554400510f00542300610f01a00a54400501a005dd3006", + "0x29900554400529900513e00649a00554400549a00501d00610e005544005", + "0x11000515c00617e00554400517e00510600610e00554400510e005106006", + "0x38500618218110d25a54400511017e10e29949a009828006110005544005", + "0x510c00538700600654400500601900610b005dd810c00554400a182005", + "0x600654400510a00516000600654400518600512400610a18618525a544", + "0x54400500618d00600654400510900516400618910900a544005185005163", + "0x1d00610700554400501a0052ce00610800554400518900511c00618a005", + "0x54400500a00513200618100554400518100513e00610d00554400510d005", + "0x13700621e00554400521e00513f00625a00554400525a00513100600a005", + "0x54400510800516c006018005544005018005137006009005544005009005", + "0x3af00610700554400510700544300618a00554400518a005106006108005", + "0x10419119010510618d01854400510718a10801800921e25a00a18110d01d", + "0x54400501a005dd500600654400500601900610419119010510618d018005", + "0x510b005866006006544005009005136006006544005018005136006006", + "0x618100554400518100513e00610d00554400510d00501d006103005544", + "0x521e00513f00625a00554400525a00513100600a00554400500a005132", + "0x610321e25a00a18110d01800510300554400510300586500621e005544", + "0x6006544005020005dcd006006544005021005dcd006006544005006019", + "0x500a00513200629900554400529900513e00649a00554400549a00501d", + "0x621e00554400521e00513f00625a00554400525a00513100600a005544", + "0x503700543f006018005544005018005137006009005544005009005137", + "0x10219519401854400503701800921e25a00a29949a01add9006037005544", + "0x5dcd006006544005006019006199198101102195194018005199198101", + "0xe2006006544005009005136006006544005018005136006006544005020", + "0x6100005544005006135006006544005021005dcd006006544005019005", + "0x50ff10000a1340060ff0055440050ff0051370060ff005544005006168", + "0x60fd00554400519c0fe00a13a0060fe00554400500613300619c005544", + "0x527d00513e00645f00554400545f00501d00619f0055440050fd005866", + "0x625a00554400525a00513100600a00554400500a00513200627d005544", + "0xa27d45f01800519f00554400519f00586500621e00554400521e00513f", + "0x601900900a54400500900555700601800554400500684200619f21e25a", + "0xadda02001a00a54400a01901800625ac9000601800554400501800583d", + "0x25ac9000649a00a00a54400500a00555700600654400500601900602101d", + "0x84100600654400500601900621b27d00addb45f29900a54400a49a02001a", + "0xa02429900a78f00602421e00a54400521e00509a00600654400545f005", + "0x54400500679000600654400500601900653d03753e25addc02c02b00a544", + "0x79100630a00554400502c00579100603400554400502b00501d006036005", + "0x1d006006544005006019006006ddd00500602400653c005544005036005", + "0x54400503700579100630a00554400553d00579100603400554400553e005", + "0x55570061360055440052a2005ddf0062a2005544005006dde00653c005", + "0x544005136005de000600e005544005135005d3c00613500a00a54400500a", + "0x5006019006133005de213413700a54400a00e13603425ade1006136005", + "0xde500613a005544005134005de4006134005544005134005de3006006544", + "0x554400513700501d00613200554400513a005d7e00613b005544005006", + "0x25ade60061320055440051320057f500613b00554400513b0057f5006137", + "0x510200613013f00a54400513e005de700613e13100a54400513213b137", + "0x54400512f005160006006544005006019006142005de812f00554400a130", + "0x5c8900612d005544005006de500612e00554400553c30a00a7f4006006", + "0x512b00579100612b12c00a54400512d005c8900614614500a54400513f", + "0xa54400a12b14613125acbb00612e00554400512e0057f500612b005544", + "0x614d00554400500602b00600654400500601900612912a00ade914a149", + "0x514a00579100612800554400514900501d00614e00554400514d005194", + "0x6019006006dea00500602400615100554400514e005104006127005544", + "0x1d00612500554400512600519100612600554400500602b006006544005", + "0x54400512500510400612700554400512900579100612800554400512a005", + "0x15400a54400a12c14512825acbb00612c00554400512c005791006151005", + "0x615800554400515400501d00600654400500601900612312400adeb155", + "0x5151005104006122005544005127005791006159005544005155005791", + "0x544005006885006006544005006019006006dec005006024006121005544", + "0x15d00a54400a15c12712425acbb00615c00554400515c00579100615c005", + "0x615800554400515d00501d00600654400500601900616011f00aded120", + "0x5151005104006122005544005120005791006159005544005123005791", + "0x5151005750006006544005006019006006dec005006024006121005544", + "0x501d00611d00554400511e00519100611e00554400500602b006006544", + "0x554400516000579100615900554400512300579100615800554400511f", + "0x164005dee16300554400a12100510200612100554400511d005104006122", + "0x11c005544005006dde006006544005163005160006006544005006019006", + "0x5d3c00616700900a54400500900555700611b00554400511c005ddf006", + "0xa16811b15825ade100611b00554400511b005de0006168005544005167", + "0x5544005119005de300600654400500601900616b005def11911a00a544", + "0x57f500611800554400516c005d7e00616c005544005119005de4006119", + "0x654400a1180057f600611a00554400511a00501d006118005544005118", + "0x25a005119006006544005009005841006006544005006019006117005df0", + "0x584100600654400521e00513600600654400512200505c006006544005", + "0x13500600654400512e0057f700600654400515900505c00600654400500a", + "0x116005544005116005137006116005544005006df100616f005544005006", + "0x515c00617200554400511a00501d00611500554400511616f00a134006", + "0x25ad7f006006544005006019006006df2005006024006173005544005115", + "0xad800060065440051760057f700617717611311421e54400511712e11a", + "0x15900525adf300617a11100a544005113005c89006112005544005177114", + "0x517e00505c00600654400510f00505c00617e10f11017b21e544005111", + "0x518100505c00618218110d10e21e54400517a12217b25adf3006006544", + "0x513200611000554400511000579100600654400518200505c006006544", + "0xa00a00911225ad4900610d00554400510d00579100610e00554400510e", + "0x5544005006df500600654400500601900618618500adf410b10c00a544", + "0x618910d00a54400510d005cba00610910a00a54400510a005cba00610a", + "0xadf610818a00a54400a18910910c25acbb006109005544005109005791", + "0x510d005cba00600654400510800505c00600654400500601900618d107", + "0x654400a10a10600ac8a00618a00554400518a00501d00610610d00a544", + "0x6544005006019006006df8005006024006006544005006019006006df7", + "0x19000ac8a00619011000a544005110005cba006105005544005006790006", + "0x600654400511000505c006006544005006019006006df900654400a105", + "0x554400519100502c00619100554400500602b00600654400510d00505c", + "0x602400619400554400510400521b00610300554400518a00501d006104", + "0x554700619500554400510d005547006006544005006019006006dfa005", + "0x554400510119500a798006101005544005006797006102005544005110", + "0x45f00619900554400510219800a342006198005544005198005137006198", + "0x54400510000521b00610300554400518a00501d006100005544005199005", + "0x54400518d00505c006006544005006019006006dfa005006024006194005", + "0x510d00505c00600654400511000505c00600654400510a00505c006006", + "0x501d00619c0055440050ff00502c0060ff00554400500602b006006544", + "0x19410b21e25a21edfb00619400554400519c00521b006103005544005107", + "0x10300554400510300501d0060fd0055440050fe005dfc0060fe005544005", + "0x10e10325a0050fd0055440050fd005dfd00610e00554400510e005132006", + "0x54400510d00505c0060065440051860058410060065440050060190060fd", + "0x521e00513600600654400511000505c00600654400525a005119006006", + "0x1a00051370061a0005544005006d8e00619f005544005006135006006544", + "0xfb0055440050061330060fc0055440051a019f00a1340061a0005544005", + "0x501d0061a40055440051a30055650061a30055440050fc0fb00a13a006", + "0x55440051a4005dfd00610e00554400510e005132006185005544005185", + "0x600654400512e0057f70060065440050060190061a410e18525a0051a4", + "0x654400512200505c00600654400525a005119006006544005009005841", + "0x54400515900505c00600654400500a00584100600654400521e005136006", + "0x50f90051370060f90055440050062940060fa005544005006135006006", + "0x17200554400516b00501d0061a70055440050f90fa00a1340060f9005544", + "0x1731a800a13a0061a80055440050061330061730055440051a700515c006", + "0x17200554400517200501d0060f70055440050f80055650060f8005544005", + "0x517225a0050f70055440050f7005dfd006005005544005005005132006", + "0x54400512e0057f70060065440051640051600060065440050060190060f7", + "0x512200505c00600654400525a005119006006544005009005841006006", + "0x15900505c00600654400500a00584100600654400521e005136006006544", + "0x51370060f6005544005006dfe0061ab005544005006135006006544005", + "0x55440050061330060f50055440050f61ab00a1340060f60055440050f6", + "0x1d0060f40055440051af0055650061af0055440050f51ae00a13a0061ae", + "0x5440050f4005dfd006005005544005005005132006158005544005158005", + "0x65440051420051600060065440050060190060f400515825a0050f4005", + "0x54400525a00511900600654400500900584100600654400513f0057f7006", + "0x553c00505c00600654400500a00584100600654400521e005136006006", + "0x5006dff0060f300554400500613500600654400530a00505c006006544", + "0x1b30055440051b20f300a1340061b20055440051b20051370061b2005544", + "0x50060240060f10055440051b300515c0060f200554400513100501d006", + "0x500900584100600654400530a00505c006006544005006019006006e00", + "0x21e00513600600654400553c00505c00600654400525a005119006006544", + "0x62940061b600554400500613500600654400500a005841006006544005", + "0x55440051b71b600a1340061b70055440051b70051370061b7005544005", + "0x61330060f10055440050f000515c0060f200554400513300501d0060f0", + "0x55440051ba0055650061ba0055440050f10ef00a13a0060ef005544005", + "0x5dfd0060050055440050050051320060f20055440050f200501d0060ee", + "0x21b0058410060065440050060190060ee0050f225a0050ee0055440050ee", + "0x627d00554400527d00501d0060ed00554400525a00501a006006544005", + "0x51b70060065440050060190060ec005e011be1bd00a54400a0ed005021", + "0x55440050eb0050f00061c10055440051bd00527d0060eb0055440051be", + "0xea00554400500602b006006544005006019006006e020050060240061c2", + "0xe90050f00061c10055440050ec00527d0060e90055440050ea0050ef006", + "0x1c600554400a1c20051ba0061c50055440051c100511c0061c2005544005", + "0x21e0051360060065440050090058410060065440050060190060e8005e03", + "0x60e70055440050e70051370060e70055440051c600549a006006544005", + "0x50068420060e60055440051c90052990061c90e700a5440050e700509a", + "0x654400a0e51cc00ae040061cc00a00a54400500a0055570060e5005544", + "0x27d00a78f0061cd0055440050e7005299006006544005006019006006e05", + "0x67900060065440050060190060e21d11d025ae060e30e400a54400a1cd", + "0x1d50055440050e30057910061d40055440050e400501d0060e1005544005", + "0x6544005006019006006e070050060240060e00055440050e1005791006", + "0x1d10057910061d50055440050e20057910061d40055440051d000501d006", + "0x61d80055440050df005ddf0060df005544005006dde0060e0005544005", + "0x1d8005de00060dd0055440050de005d3c0060de00a00a54400500a005557", + "0x190060dc005e081dc1db00a54400a0dd1d81d425ade10061d8005544005", + "0xdb0055440051dc005de40061dc0055440051dc005de3006006544005006", + "0x51db00501d0061e00055440050db005d7e0061df005544005006de5006", + "0x61e00055440051e00057f50061df0055440051df0057f50061db005544", + "0x61e41e300a5440050d9005de70060d90da00a5440051e01df1db25ade6", + "0xd80051600060065440050060190060d7005e090d800554400a1e4005102", + "0x60d50d600a5440051e3005c890061e7005544005006de5006006544005", + "0xda25acbb0061eb0055440051eb0057910061eb1ea00a5440051e7005c89", + "0x602b0060065440050060190061ef1ee00ae0a0d30d400a54400a1eb0d5", + "0x1f20055440050d400501d0060d10055440050d20051940060d2005544005", + "0x50060240060d00055440050d10051040061f30055440050d3005791006", + "0x50cf0051910060cf00554400500602b006006544005006019006006e0b", + "0x61f30055440051ef0057910061f20055440051ee00501d0061f6005544", + "0xd61f225acbb0061ea0055440051ea0057910060d00055440051f6005104", + "0xce00501d0060065440050060190061fa1f900ae0c0cd0ce00a54400a1ea", + "0x1fd0055440051f30057910060cb0055440050cd0057910060cc005544005", + "0x6544005006019006006e0d0050060240061fe0055440050d0005104006", + "0x1f31f925acbb0060ca0055440050ca0057910060ca005544005006885006", + "0xc900501d0060065440050060190060c820200ae0e2010c900a54400a0ca", + "0x1fd0055440052010057910060cb0055440051fa0057910060cc005544005", + "0x6544005006019006006e0d0050060240061fe0055440050d0005104006", + "0x5440050c70051910060c700554400500602b0060065440050d0005750006", + "0x7910060cb0055440051fa0057910060cc00554400520200501d006205005", + "0x54400a1fe0051020061fe0055440052050051040061fd0055440050c8005", + "0xdf30060065440050c60051600060065440050060190060c5005e0f0c6005", + "0x5c0060065440050c400505c0060c30c420920821e5440050cb1d500525a", + "0x5c0060c10c220d20c21e5440051fd0e020825adf30060065440050c3005", + "0x6210005544005006df50060065440050c100505c0060065440050c2005", + "0x20d005cba00620d00554400520d00579100621121000a544005210005cba", + "0x55440052090057910062110055440052110057910060c020d00a544005", + "0x2140bf00a54400a0c02110cc25acbb00620c00554400520c005132006209", + "0x5cba00600654400521400505c0060065440050060190060bd0be00ae10", + "0xa21021700ac8a0060bf0055440050bf00501d00621720d00a54400520d", + "0x5006019006006e12005006024006006544005006019006006e11006544", + "0xc8a0060bc20900a544005209005cba006218005544005006790006006544", + "0x54400520900505c006006544005006019006006e1300654400a2180bc00a", + "0x50bb00502c0060bb00554400500602b00600654400520d00505c006006", + "0x60ba00554400521900521b00621a0055440050bf00501d006219005544", + "0x60b900554400520d005547006006544005006019006006e14005006024", + "0x521d0b900a79800621d00554400500679700621c005544005209005547", + "0xb700554400521c0b800a3420060b80055440050b80051370060b8005544", + "0x21f00521b00621a0055440050bf00501d00621f0055440050b700545f006", + "0xbd00505c006006544005006019006006e140050060240060ba005544005", + "0x505c00600654400520900505c00600654400521000505c006006544005", + "0x60b50055440050b600502c0060b600554400500602b00600654400520d", + "0xe61c521edfb0060ba0055440050b500521b00621a0055440050be00501d", + "0x54400521a00501d0060b30055440050b4005dfc0060b40055440050ba00a", + "0x25a0050b30055440050b3005dfd00620c00554400520c00513200621a005", + "0xe000505c0060065440050c50051600060065440050060190060b320c21a", + "0x513600600654400500a0058410060065440051c5005119006006544005", + "0x5c0060065440050cb00505c0060065440051fd00505c0060065440050e6", + "0x60b1005544005006dfe0060b20055440050061350060065440051d5005", + "0x50061330060b00055440050b10b200a1340060b10055440050b1005137", + "0xad0055440050ae0055650060ae0055440050b00af00a13a0060af005544", + "0xad005dfd0060050055440050050051320060cc0055440050cc00501d006", + "0x50d70051600060065440050060190060ad0050cc25a0050ad005544005", + "0xa0058410060065440051c50051190060065440050e000505c006006544", + "0x505c0060065440051e30057f70060065440050e6005136006006544005", + "0x1370060ab005544005006dff0060ac0055440050061350060065440051d5", + "0x50da00501d0060aa0055440050ab0ac00a1340060ab0055440050ab005", + "0x6019006006e150050060240060a80055440050aa00515c0060a9005544", + "0x58410060065440051c50051190060065440050e000505c006006544005", + "0x1350060065440051d500505c0060065440050e600513600600654400500a", + "0xa60055440050a60051370060a60055440050062940060a7005544005006", + "0x515c0060a90055440050dc00501d0060a50055440050a60a700a134006", + "0x55440050a80a400a13a0060a40055440050061330060a80055440050a5", + "0x51320060a90055440050a900501d0060a20055440050a30055650060a3", + "0x190060a20050a925a0050a20055440050a2005dfd006005005544005005", + "0xa10e600a5440050e600509a0060065440050e7005136006006544005006", + "0x609f0055440050a000a0e61c521edfb0060a00055440050a100545f006", + "0x500500513200627d00554400527d00501d00609e00554400509f005dfc", + "0x500601900609e00527d25a00509e00554400509e005dfd006005005544", + "0x500602b00600654400500a0058410060065440050e8005160006006544", + "0x54400509c00921e1c521edfb00609c00554400509d00502c00609d005544", + "0x13200627d00554400527d00501d00609a00554400509b005dfc00609b005", + "0x609a00527d25a00509a00554400509a005dfd006005005544005005005", + "0x600654400500a005841006006544005021005841006006544005006019", + "0x654400521e00513600600654400525a005119006006544005009005841", + "0x54400509800513700609800554400500655f006099005544005006135006", + "0x13a00609600554400500613300609700554400509809900a134006098005", + "0x501d00501d00609400554400509500556500609500554400509709600a", + "0x5094005544005094005dfd00600500554400500500513200601d005544", + "0x1d02000a54400a00500600a01800600654400500603700609400501d25a", + "0x2000629900554400525a0053b300600654400500601900649a02100ae16", + "0x45f00a54400a299005d3200602000554400502000501d006006544005006", + "0xd3500602400554400527d005d3400600654400500601900621b005e1727d", + "0x6e1800500602400602c005544005024005d3600602b00554400545f005", + "0x554400553e005d3800653e00554400500602b006006544005006019006", + "0x52ce00602c005544005037005d3600602b00554400521b005d35006037", + "0x5006019006034005e1903600554400a02c00555000653d00554400502b", + "0x653c21e00a54400521e0050de00630a005544005036005d3a006006544", + "0x30a00583d00613600900a54400500900552b0062a200554400553c00501a", + "0x19006137005e1a00e13500a54400a1362a202025acb400630a005544005", + "0x13400554400500e00549a00600e00554400500e005cb6006006544005006", + "0xa00513200613500554400513500501d00613300554400530a005d3b006", + "0x13300554400513300583d00613400554400513400513700600a005544005", + "0x1800515c00601a00554400501a00583d006019005544005019005137006", + "0x13213b13a25a54400501801a01913313400a135019e1b006018005544005", + "0x652200600654400500601900613e005e1d13100554400a132005e1c006", + "0x54400a13f00913a25a24800613f00554400513f00510600613f005544005", + "0x600654400500603700600654400500601900612e14200ae1e12f13000a", + "0x501d00600654400512c00516000612c14614512d21e544005131005e1f", + "0x554400513b00513200601d00554400501d00513e006130005544005130", + "0x510600621e00554400521e00516c00653d00554400553d00544300613b", + "0x554400512d00513700614600554400514600515c00612f00554400512f", + "0x12d14612f21e53d13b01d130020d6500614500554400514500583d00612d", + "0x654400500601900612a14a14912b21e00512a14a14912b21e544005145", + "0x6544005131005e2000600654400512e005124006006544005006037006", + "0x554400500613500600654400521e00511900600654400553d0053b5006", + "0x12900a13400614d00554400514d00513700614d005544005006518006129", + "0x554400514e12800a13a00612800554400500613300614e00554400514d", + "0x513e00614200554400514200501d006151005544005127005e21006127", + "0x5544005151005e2200613b00554400513b00513200601d00554400501d", + "0x600654400500603700600654400500601900615113b01d14221e005151", + "0x654400521e00511900600654400553d0053b5006006544005009005124", + "0x1d00513e00613a00554400513a00501d00612600554400513e005e21006", + "0x126005544005126005e2200613b00554400513b00513200601d005544005", + "0x12400600654400500603700600654400500601900612613b01d13a21e005", + "0x600654400553d0053b500600654400521e005119006006544005009005", + "0x654400501900513600600654400501a005841006006544005018005164", + "0x554400500629400612500554400500613500600654400530a005841006", + "0x13300615500554400515412500a134006154005544005154005137006154", + "0x544005123005e2100612300554400515512400a13a006124005544005006", + "0x13200601d00554400501d00513e00613700554400513700501d006158005", + "0x15800a01d13721e005158005544005158005e2200600a00554400500a005", + "0x6006544005034005160006006544005006037006006544005006019006", + "0x1801a01953d018e2300615900554400500602b00600654400521e005119", + "0x54400502000501d006121005544005122005e24006122005544005159009", + "0xe2200600a00554400500a00513200601d00554400501d00513e006020005", + "0x12400600654400500601900612100a01d02021e005121005544005121005", + "0x600654400525a0053b500600654400521e005119006006544005009005", + "0x654400501900513600600654400501a005841006006544005018005164", + "0x54400515d00513700615d00554400500616800615c005544005006135006", + "0x13a00611f00554400500613300612000554400515d15c00a13400615d005", + "0x502100501d00611e005544005160005e2100616000554400512011f00a", + "0x600a00554400500a00513200649a00554400549a00513e006021005544", + "0x25a54400500500578000611e00a49a02121e00511e00554400511e005e22", + "0x601900900a54400500900552b00601800554400500618d00600921e25a", + "0x544005006559006006544005006019006006e2500654400a01801900a54a", + "0x79800601d00554400500a00554c00602000554400501a00554700601a005", + "0x1d02100a34200602100554400502100513700602100554400502021e00a", + "0x45f00900a54400500900552b006299005544005006e2600649a005544005", + "0x19006006e2700654400a29945f00a54a00649a00554400549a005137006", + "0x627d00554400527d00510600627d005544005006522006006544005006", + "0x654400500601900602c02b00ae2802421b00a54400a27d00900625a248", + "0xa78c00603700554400500602b00653e00554400502449a25a25a0ad006", + "0x54400521b00501d00603600554400553d00578d00653d00554400503753e", + "0x654400500601900603621b00a00503600554400503600578500621b005", + "0x54400549a00513600600654400525a00506600600654400502c005124006", + "0x530a00513700630a005544005006518006034005544005006135006006", + "0x62a200554400500613300653c00554400530a03400a13400630a005544", + "0x2b00501d00613500554400513600578400613600554400553c2a200a13a", + "0x500601900613502b00a00513500554400513500578500602b005544005", + "0xe2913700e00a54400a49a00600a433006006544005009005124006006544", + "0x610100613300554400513725a00a432006006544005006019006134005", + "0x554400513b13a13325a0ad00613b00554400500618d00613a005544005", + "0x578d00613e00554400513113200a78c00613100554400500602b006132", + "0x554400513f00578500600e00554400500e00501d00613f00554400513e", + "0x13500600654400525a00506600600654400500601900613f00e00a00513f", + "0x12f00554400512f00513700612f005544005006395006130005544005006", + "0x12e00a13a00612e00554400500613300614200554400512f13000a134006", + "0x554400513400501d00614500554400512d00578400612d005544005142", + "0x600654400500601900614513400a005145005544005145005785006134", + "0x554400500a00554c00600654400521e005136006006544005009005124", + "0x2b00612b00554400512c14625a25a0ad00612c005544005006522006146", + "0x54400514a00578d00614a00554400514912b00a78c006149005544005006", + "0xa00512a00554400512a00578500600600554400500600501d00612a005", + "0x500600500645f00554400500616b00649a00554400500635a00612a006", + "0x500600a01800600654400500603700600654400500621e00621b005544", + "0x500900549000600654400500601900653e02c00ae2a02b02400a54400a", + "0x54400553d03700a31500653d01800a54400501800555700603700900a544", + "0x60360055440050360050d500603421e00a54400521e00552b006036005", + "0x53c27d30a25a54400a03603425a02b21e10500602400554400502400501d", + "0x653c00554400553c0051370060065440050060190061351362a225ae2b", + "0x516300602100554400502149a00a49c00602100554400553c02000a134", + "0x54400501d00552b0061340055440051370050dd00613700e00a544005021", + "0x613400554400513400510600613a00554400513300511d00613301d00a", + "0x13400a54a00627d00554400527d21b00a12a00630a00554400530a00513e", + "0x613b005544005006313006006544005006019006006e2c00654400a13a", + "0xa13b01802425ad4900613b00554400513b00583d006006544005006020", + "0x554400500602b00600654400500601900613f13e00ae2d13113200a544", + "0x583d00614200554400513200501d00612f005544005130005194006130", + "0x6006e2e00500602400612d00554400512f00510400612e005544005131", + "0x14600554400514500519100614500554400500602b006006544005006019", + "0x14600510400612e00554400513f00583d00614200554400513e00501d006", + "0x54400500601900612b005e2f12c00554400a12d00510200612d005544005", + "0x54400545f00517700600654400512c005160006006544005006037006006", + "0x513100614a00554400530a00513e00614900554400514200501d006006", + "0x55440050090050d000612900554400501a00513700612a00554400500a", + "0x544005006019006006e3000500602400614e00554400512e00583d00614d", + "0x54400500900531a00600654400512b005160006006544005006037006006", + "0x5d4f00612801900a544005019005d4e00600654400512e005841006006", + "0x554400515101a00a342006151005544005006198006127005544005128", + "0x509a00629900554400529945f00a118006126005544005006d50006299", + "0x15400544500615400554400512612512725a09e00612529900a544005299", + "0x12400554400512400509d00600654400515500544800612415500a544005", + "0x500612f00615800554400512300537a006123005544005124005444006", + "0x6101006121005544005006101006122005544005006101006159005544", + "0x54400515800511c00615d00554400515c12112225a09e00615c005544005", + "0x13100630a00554400530a00513e00614200554400514200501d006120005", + "0x54400515d00509d00615900554400515900514200600a00554400500a005", + "0x512015d15900a30a14201809c00612000554400512000516c00615d005", + "0x6019006164005e3116300554400a11d00509b00611d11e16011f21e544", + "0x600654400511c00511900611b11c00a544005163005091006006544005", + "0x16700501d00611a00554400500655100616816700a54400511b11f00a186", + "0x12a00554400511e00513100614a00554400516000513e006149005544005", + "0x11a00583d00614d0055440051680050d0006129005544005299005137006", + "0x14a00554400514a00513e00614900554400514900501d00614e005544005", + "0x21e00510600627d00554400527d00513f00612a00554400512a005131006", + "0x14e00554400514e00583d00614d00554400514d0050d000621e005544005", + "0xe00515c0061290055440051290051370060190055440050190050d5006", + "0x21e27d12a14a149021db100601d00554400501d00510600600e005544005", + "0x11816c16b11900900511711816c16b11900954400501d00e12901914e14d", + "0x54400500e00516400600654400501d005124006006544005006019006117", + "0x521e005124006006544005019005835006006544005299005136006006", + "0x13e00611f00554400511f00501d00616f005544005164005d52006006544", + "0x54400527d00513f00611e00554400511e005131006160005544005160005", + "0x601900616f27d11e16011f00900516f00554400516f005d5300627d005", + "0x517700600654400501900583500600654400501d005124006006544005", + "0x11511600a54400500e00516300600654400521e00512400600654400545f", + "0x116009d5400617300554400517200584600617200554400511500511c006", + "0x2400501d006113005544005114005d5500611400554400517301800901a", + "0xa00554400500a00513100630a00554400530a00513e006024005544005", + "0x30a024009005113005544005113005d5300627d00554400527d00513f006", + "0x1900583500600654400501d00512400600654400500601900611327d00a", + "0x549f00600654400521e00512400600654400545f005177006006544005", + "0x617600554400513500584b00600654400521b0052a200600654400549a", + "0x6112005544005177005d5500617700554400517601800901a020009d54", + "0x500a0051310062a20055440052a200513e00602400554400502400501d", + "0x5112005544005112005d5300613600554400513600513f00600a005544", + "0x600654400501d00512400600654400500601900611213600a2a2024009", + "0x654400501900583500600654400500900531a006006544005018005841", + "0x54400521e00512400600654400545f005177006006544005020005164006", + "0x521b0052a200600654400501a00513600600654400549a00549f006006", + "0x17a00513700617a005544005006168006111005544005006135006006544", + "0x11000554400500613300617b00554400517a11100a13400617a005544005", + "0x501d00617e00554400510f005d5200610f00554400517b11000a13a006", + "0x554400500a00513100653e00554400553e00513e00602c00554400502c", + "0x2c00900517e00554400517e005d5300625a00554400525a00513f00600a", + "0x21e00621b00554400500600500645f00554400500616b00617e25a00a53e", + "0x2b02400a54400a00500600a018006006544005006037006006544005006", + "0x603721e00a54400521e00552b00600654400500601900653e02c00ae32", + "0xe3303403600a54400a53d03702425a4f500653d00900a54400500900552b", + "0x2100583500600654400503400512400600654400500601900653c30a00a", + "0x512400600654400501a00512400600654400545f005177006006544005", + "0x2a2006006544005009005124006006544005018005119006006544005019", + "0x1360055440052a20057790062a200554400500602b00600654400521b005", + "0xe005544005135005e3500613500554400513621e01d02049a009e34006", + "0xa00513100602b00554400502b00513e00603600554400503600501d006", + "0xe00554400500e005e3600625a00554400525a00513f00600a005544005", + "0x654400553c00512400600654400500601900600e25a00a02b036009005", + "0x24800613421e00a54400521e00552b00613701900a54400501900552b006", + "0x600654400500601900613213b00ae3713a13300a54400a13413730a25a", + "0x13325acb400613e00554400513100501a00613101800a5440050180050de", + "0x130005cb600600654400500601900612f005e3813013f00a54400a13a13e", + "0x2000a54400502000549000614200554400513000549a006130005544005", + "0x614500554400512d12e00a31500612d01d00a54400501d00555700612e", + "0x1450050d500612c01a00a54400501a00552b006146005544005142005299", + "0x13f00554400513f00501d006146005544005146005137006145005544005", + "0x1900612a14a14925ae3927d12b00a54400a14614512c25a02b009534006", + "0x583d006006544005006020006129005544005006313006006544005006", + "0x54400527d21b00a12a00612b00554400512b00513e006129005544005129", + "0x601900612712800ae3a14e14d00a54400a12901d13f25ad4900627d005", + "0x1d00612600554400515100519400615100554400500602b006006544005", + "0x54400512600510400615400554400514e00583d00612500554400514d005", + "0x554400500602b006006544005006019006006e3b005006024006155005", + "0x583d00612500554400512800501d006123005544005124005191006124", + "0x554400a155005102006155005544005123005104006154005544005127", + "0x158005160006006544005006037006006544005006019006159005e3c158", + "0x13e00612200554400512500501d00600654400545f005177006006544005", + "0x54400549a00513700615c00554400500a00513100612100554400512b005", + "0x2400611f00554400515400583d0061200055440050200050d000615d005", + "0x159005160006006544005006037006006544005006019006006e3d005006", + "0x5d4e00600654400515400584100600654400502000531a006006544005", + "0x554400500619800611e005544005160005d4f00616002100a544005021", + "0xa118006163005544005006d5000629900554400511d49a00a34200611d", + "0x16411e25a09e00616429900a54400529900509a00629900554400529945f", + "0x54400511b00544800616711b00a54400511c00544500611c005544005163", + "0x537a00616800554400516700544400616700554400516700509d006006", + "0x616b00554400500610100611900554400500612f00611a005544005168", + "0x511816c16b25a09e00611800554400500610100616c005544005006101", + "0x612500554400512500501d00616f00554400511a00511c006117005544", + "0x511900514200600a00554400500a00513100612b00554400512b00513e", + "0x616f00554400516f00516c00611700554400511700509d006119005544", + "0xa17300509b00617317211511621e54400516f11711900a12b12501809c", + "0x17600a544005114005091006006544005006019006113005e3e114005544", + "0x55100611111200a54400517711600a186006006544005176005119006177", + "0x554400511500513e00612200554400511200501d00617a005544005006", + "0x50d000615d00554400529900513700615c005544005172005131006121", + "0x17b00554400500652200611f00554400517a00583d006120005544005111", + "0xe3f10f11000a54400a17b21e12225a24800617b00554400517b005106006", + "0x513e00611000554400511000501d00600654400500601900610e17e00a", + "0x554400527d00513f00615c00554400515c005131006121005544005121", + "0x516c00600900554400500900510600610f00554400510f00510600627d", + "0x554400501a005106006019005544005019005106006018005544005018", + "0x50d500611f00554400511f00583d0061200055440051200050d000601a", + "0x27d15c121110299dc100615d00554400515d005137006021005544005021", + "0x10d00900510b10c18218110d00954400515d02111f12001a01901800910f", + "0x513600600654400510e00512400600654400500601900610b10c182181", + "0x31a00600654400511f00584100600654400502100583500600654400515d", + "0x600654400501900512400600654400501a005124006006544005120005", + "0x185005544005006135006006544005009005124006006544005018005119", + "0x18618500a134006186005544005186005137006186005544005006518006", + "0x18900554400510a10900a13a00610900554400500613300610a005544005", + "0x12100513e00617e00554400517e00501d00618a005544005189005e40006", + "0x27d00554400527d00513f00615c00554400515c005131006121005544005", + "0x54400500601900618a27d15c12117e00900518a00554400518a005e36006", + "0x521e005124006006544005021005835006006544005299005136006006", + "0x1800511900600654400501900512400600654400501a005124006006544", + "0x1d006108005544005113005e40006006544005009005124006006544005", + "0x54400517200513100611500554400511500513e006116005544005116005", + "0x9005108005544005108005e3600627d00554400527d00513f006172005", + "0x17700600654400502100583500600654400500601900610827d172115116", + "0x600654400501900512400600654400501a00512400600654400545f005", + "0x654400521b0052a2006006544005009005124006006544005018005119", + "0x18d00554400510721e01d02049a009e3400610700554400512a005776006", + "0x14900513e00613f00554400513f00501d00610600554400518d005e35006", + "0x14a00554400514a00513f00600a00554400500a005131006149005544005", + "0x54400500601900610614a00a14913f009005106005544005106005e36006", + "0x521e00512400600654400502100583500600654400502000531a006006", + "0x1900512400600654400501a00512400600654400545f005177006006544", + "0x5136006006544005009005124006006544005018005119006006544005", + "0x13500600654400521b0052a200600654400501d00584100600654400549a", + "0x190005544005190005137006190005544005006294006105005544005006", + "0x10400a13a00610400554400500613300619100554400519010500a134006", + "0x554400512f00501d006194005544005103005e40006103005544005191", + "0x513f00600a00554400500a00513100602b00554400502b00513e00612f", + "0x19425a00a02b12f009005194005544005194005e3600625a00554400525a", + "0x654400502000531a006006544005132005124006006544005006019006", + "0x54400545f00517700600654400521e005124006006544005021005835006", + "0x501800511900600654400501900512400600654400501a005124006006", + "0x1d00584100600654400549a005136006006544005009005124006006544", + "0x651800619500554400500613500600654400521b0052a2006006544005", + "0x554400510219500a134006102005544005102005137006102005544005", + "0x5e4000619900554400510119800a13a006198005544005006133006101", + "0x554400502b00513e00613b00554400513b00501d006100005544005199", + "0x5e3600625a00554400525a00513f00600a00554400500a00513100602b", + "0x31a00600654400500601900610025a00a02b13b009005100005544005100", + "0x600654400549a00513600600654400521b0052a2006006544005020005", + "0x654400502100583500600654400501d00584100600654400521e005124", + "0x54400501900512400600654400501a00512400600654400545f005177006", + "0x544005006135006006544005009005124006006544005018005119006006", + "0xa13400619c00554400519c00513700619c0055440050061680060ff005", + "0x5440050fe0fd00a13a0060fd0055440050061330060fe00554400519c0ff", + "0x13e00602c00554400502c00501d0061a000554400519f005e4000619f005", + "0x54400525a00513f00600a00554400500a00513100653e00554400553e005", + "0x684d0061a025a00a53e02c0090051a00055440051a0005e3600625a005", + "0x600a01800600654400500603700600654400500621e00601d005544005", + "0x18005ca200600654400500601900645f29900ae4149a02100a54400a005", + "0x554400521b005ca400621b00554400527d005ca300627d01800a544005", + "0x4f500602400554400502400510600602b00900a54400500900552b006024", + "0x600654400500601900653d03700ae4253e02c00a54400a02402b02125a", + "0x654400501900513600600654400501a00513600600654400553e005124", + "0x554400500602b00600654400501d00585100600654400501800543a006", + "0x1d00630a00554400503400582000603400554400503600900a81f006036", + "0x54400500a00513200649a00554400549a00513e00602c00554400502c005", + "0x82100621e00554400521e00513f00625a00554400525a00513100600a005", + "0x654400500601900630a21e25a00a49a02c01800530a00554400530a005", + "0x53c005ca300653c01800a544005018005ca200600654400553d005124006", + "0xa1362a203725aca600613600900a54400500900552b0062a2005544005", + "0x554400500e005ca8006006544005006019006137005e4300e13500a544", + "0x15900613400900a54400500900552b00602000554400500e005ca900600e", + "0x13313a00a0a400613a01900a54400501900509a006133005544005134005", + "0x65440051320050a200613113200a54400513b0050a300613b005544005", + "0x13e00509f00613e0055440051310050a00061310055440051310050a1006", + "0x10100612f00554400500610100613000554400500612f00613f005544005", + "0x54400512e14212f25a09e00612e005544005006101006142005544005006", + "0x13e00613500554400513500501d00614500554400513f00511c00612d005", + "0x54400513000514200625a00554400525a00513100649a00554400549a005", + "0x85a00614500554400514500516c00612d00554400512d00509d006130005", + "0x14621e54400514512d13025a49a13501809c00602000554400502001d00a", + "0x654400500601900612a005e4414a00554400a14900509b00614912b12c", + "0x511900614e14d00a54400514a005091006129005544005020005cab006", + "0x12c00554400512c00513e00614600554400514600501d00600654400514d", + "0x21e00513f00612b00554400512b00513100600a00554400500a005132006", + "0x554400512800513700612801a00a54400501a00509a00621e005544005", + "0x1ad2e0061290055440051290051d500614e00554400514e005137006128", + "0x53b100615515412512615112701854400512914e12821e12b00a12c146", + "0x544005124005424006006544005006019006123005e4512400554400a155", + "0x12725a248006158005544005158005106006158005544005006522006006", + "0x501d00600654400500601900615c12100ae4612215900a54400a158009", + "0x554400512600513200615100554400515100513e006159005544005159", + "0x510600615400554400515400513f006125005544005125005131006126", + "0x5544005019005137006018005544005018005819006122005544005122", + "0x19018122154125126151159020dd000601a00554400501a005137006019", + "0x1900611d11e16011f12015d01800511d11e16011f12015d01854400501a", + "0x13600600654400501a00513600600654400515c005124006006544005006", + "0x616300554400500613500600654400501800543a006006544005019005", + "0x516416300a134006164005544005164005137006164005544005006518", + "0x616700554400511c11b00a13a00611b00554400500613300611c005544", + "0x515100513e00612100554400512100501d006168005544005167005822", + "0x6125005544005125005131006126005544005126005132006151005544", + "0x12615112101800516800554400516800582100615400554400515400513f", + "0x1900513600600654400501a005136006006544005006019006168154125", + "0x582200600654400500900512400600654400501800543a006006544005", + "0x554400515100513e00612700554400512700501d00611a005544005123", + "0x513f006125005544005125005131006126005544005126005132006151", + "0x15412512615112701800511a00554400511a005821006154005544005154", + "0x54400501900513600600654400501a00513600600654400500601900611a", + "0x50200050e200600654400500900512400600654400501800543a006006", + "0x13e00614600554400514600501d00611900554400512a005822006006544", + "0x54400512b00513100600a00554400500a00513200612c00554400512c005", + "0x1800511900554400511900582100621e00554400521e00513f00612b005", + "0x600654400501a00513600600654400500601900611921e12b00a12c146", + "0x654400500900512400600654400501800543a006006544005019005136", + "0x554400500629400616b00554400500613500600654400501d005851006", + "0x13300611800554400516c16b00a13400616c00554400516c00513700616c", + "0x54400516f00582200616f00554400511811700a13a006117005544005006", + "0x13200649a00554400549a00513e00613700554400513700501d006116005", + "0x54400521e00513f00625a00554400525a00513100600a00554400500a005", + "0x1900611621e25a00a49a13701800511600554400511600582100621e005", + "0x13600600654400501d005851006006544005009005124006006544005006", + "0x600654400501800543a00600654400501900513600600654400501a005", + "0x5544005172005137006172005544005006168006115005544005006135", + "0xa13a00611400554400500613300617300554400517211500a134006172", + "0x54400529900501d006176005544005113005822006113005544005173114", + "0x13100600a00554400500a00513200645f00554400545f00513e006299005", + "0x54400517600582100621e00554400521e00513f00625a00554400525a005", + "0x60060060200055440050060b200617621e25a00a45f299018005176005", + "0x16b00627d00554400500625a006299005544005006005006021005544005", + "0x603700554400500600600602c005544005006dc6006024005544005006", + "0x600654400500621e00630a00554400500600500603600554400500625a", + "0x2a200554400553c005caf00653c005544005006cae006006544005006037", + "0x1800509a00613500900a54400500900509a006136005544005006742006", + "0x513700544500613700554400500e13513625a09e00600e01800a544005", + "0x613300554400513300509d00600654400513400544800613313400a544", + "0x54400500618d00613b00554400513a00537a00613a005544005133005444", + "0x1d00613e0055440052a20052ce00613100554400513b00511c006132005", + "0x54400500a00513200600500554400500500513e006006005544005006005", + "0x10600621e00554400521e00513f00625a00554400525a00513100600a005", + "0x54400513e00544300613100554400513100516c006132005544005132005", + "0x53d53e13013f01854400513e13113221e25a00a00500601a44200613e005", + "0xa14a00653e00554400553e03700a14900600654400500602000612f034", + "0xa12f00544100603400554400503430a00a12a00653d00554400553d036", + "0x12d00554400514200544d00600654400500601900612e005e47142005544", + "0x50de006006544005006019006146005e4814500554400a12d00544c006", + "0x54400512b0050dd00612b00554400512c00501a00612c14500a544005145", + "0xa54a00614900554400514900510600614a005544005006522006149005", + "0x6006544005006037006006544005006019006006e4900654400a14a149", + "0x654400501800513600600654400502000508500600654400502c005dcd", + "0x54400502400517700600654400527d00553c006006544005009005136006", + "0x52990052a200600654400502100530a00600654400501900538b006006", + "0x5006cb300612a005544005006135006006544005145005119006006544", + "0x14d00554400512912a00a134006129005544005129005137006129005544", + "0x12800586600612800554400514d14e00a13a00614e005544005006133006", + "0x13000554400513000513e00613f00554400513f00501d006127005544005", + "0x3400513f00653d00554400553d00513100653e00554400553e005132006", + "0x12703453d53e13013f018005127005544005127005865006034005544005", + "0x554400514500501a00615100554400500618d006006544005006019006", + "0x15412500a54400a15112613f25acb4006151005544005151005106006126", + "0x549a006154005544005154005cb6006006544005006019006155005e4a", + "0x54400521b00529900621b00554400521b02400a11800621b005544005154", + "0x15800a54400a12312500a78f00612312400a54400512400509a006124005", + "0x615d00554400500679000600654400500601900615c12112225ae4b159", + "0x515d00579100611f00554400515900579100612000554400515800501d", + "0x512200501d006006544005006019006006e4c005006024006160005544", + "0x616000554400512100579100611f00554400515c005791006120005544", + "0x5160005cba00616311d00a54400511e005c8900611e005544005006553", + "0x554400511c00579100611c16300a544005163005cba00616416000a544", + "0x500601900611a16800ae4d16711b00a54400a11c16412025acbb00611c", + "0xac8a00611b00554400511b00501d00600654400516700505c006006544", + "0x6544005020005085006006544005006019006006e4e00654400a163160", + "0x54400527d00553c006006544005009005136006006544005018005136006", + "0x502100530a00600654400501900538b006006544005124005136006006", + "0x11d00505c00600654400502c005dcd0060065440052990052a2006006544", + "0x2400611900554400511b00501d00600654400511f00505c006006544005", + "0xcbb00611d00554400511d005791006006544005006019006006e4f005006", + "0x600654400500601900611711800ae5016c16b00a54400a11d11f11b25a", + "0x654400501800513600600654400502000508500600654400516c00505c", + "0x54400512400513600600654400527d00553c006006544005009005136006", + "0x52990052a200600654400502100530a00600654400501900538b006006", + "0x603700611900554400516b00501d00600654400502c005dcd006006544", + "0x5137006116005544005006ce500616f005544005006135006006544005", + "0x554400500613300611500554400511616f00a134006116005544005116", + "0x1d00611400554400517300586600617300554400511517200a13a006172", + "0x54400553e00513200613000554400513000513e006119005544005119005", + "0x86500603400554400503400513f00653d00554400553d00513100653e005", + "0x654400500601900611403453d53e130119018005114005544005114005", + "0xe5100500602400611300554400511800501d00600654400511700505c006", + "0x54400516000505c00600654400511a00505c006006544005006019006006", + "0x516300505c00600654400511f00505c00600654400511d00505c006006", + "0x5006cae00600654400500603700611300554400516800501d006006544", + "0xdd200617700554400500613500602b005544005176005caf006176005544", + "0x11200542300611202b00a54400502b005dd300602b00554400502b02c00a", + "0x611300554400511300501d00617a00554400500618d006111005544005", + "0x511100510600617a00554400517a00510600613000554400513000513e", + "0x517711117a13011300982800617700554400517700515c006111005544", + "0x500601900610e005e5217e00554400a10f00538500610f11017b25a544", + "0x10c18218125a54400517e00538700610d00554400502b0052ce006006544", + "0x54400518100516300600654400510c005160006006544005182005124006", + "0x511c00618600554400500618d00600654400510b00516400618510b00a", + "0x554400511000513e00617b00554400517b00501d00610a005544005185", + "0x513f00653d00554400553d00513100653e00554400553e005132006110", + "0x54400510900513700610900900a54400500900509a006034005544005034", + "0x618900554400518900513700618901800a54400501800509a006109005", + "0x510d00544300618600554400518600510600610a00554400510a00516c", + "0x18a01854400510d18610a18910903453d53e11017b01d3af00610d005544", + "0x549a29900a12a00601d00554400501d02100a14900618d49a10701d108", + "0x6544005006019006105005e5310600554400a18d0053b100649a005544", + "0x1800a0a400619012400a54400512400509a006006544005106005424006", + "0x5440051040050a200610310400a5440051910050a3006191005544005190", + "0x509f0061940055440051030050a00061030055440051030050a1006006", + "0x610100554400500610100610200554400500612f006195005544005194", + "0x519919810125a09e006199005544005006101006198005544005006101", + "0x618a00554400518a00501d0060ff00554400519500511c006100005544", + "0x510200514200610700554400510700513100610800554400510800513e", + "0x60ff0055440050ff00516c00610000554400510000509d006102005544", + "0x45f27d00a14a0060fd45f0fe19c21e5440050ff10010210710818a01809c", + "0x54400500601900619f005e5401a00554400a0fd00509b00645f005544005", + "0x51360060fb0fc00a5440051240054df0061a000554400500618d006006", + "0xfe0055440050fe00513e00619c00554400519c00501d0060065440050fc", + "0xfb00513700601900554400501900543f0061a00055440051a0005106006", + "0x191a00fe19c009ce800601a00554400501a02000a0940060fb005544005", + "0x190061a7005e550f900554400a0fa005ce90060fa1a41a325a5440050fb", + "0x65440051a80051240060f81a800a5440050f9005ceb006006544005006", + "0x50910060065440050060190061ab005e560f700554400a0f80051d1006", + "0x55440051a300501d0060065440050f60051190060f50f600a54400501a", + "0x513100601d00554400501d0051320061a40055440051a400513e0061a3", + "0x554400500900513700649a00554400549a00513f00645f00554400545f", + "0x1ad2e0060f70055440050f70051d50060f50055440050f5005137006009", + "0x1ae0180051b31b20f30f41af1ae0185440050f70f500949a45f01d1a41a3", + "0x860060065440051ab0051600060065440050060190061b31b20f30f41af", + "0x60f200554400500613500600654400500900513600600654400501a005", + "0x50f10f200a1340060f10055440050f10051370060f1005544005006052", + "0x1340061b70055440051b70051370061b70055440050061980061b6005544", + "0x5440050ef0051370060ef00554400500655c0060f00055440051b71b600a", + "0x1370060ee005544005006ced0061ba0055440050ef0f000a1340060ef005", + "0x5440050064c00060ed0055440050ee1ba00a1340060ee0055440050ee005", + "0x61be0055440051bd0ed00a1340061bd0055440051bd0051370061bd005", + "0x50eb0058660060eb0055440051be0ec00a13a0060ec005544005006133", + "0x61a40055440051a400513e0061a30055440051a300501d0061c1005544", + "0x549a00513f00645f00554400545f00513100601d00554400501d005132", + "0x61c149a45f01d1a41a30180051c10055440051c100586500649a005544", + "0x600654400500900513600600654400501a005086006006544005006019", + "0x51a400513e0061a30055440051a300501d0061c20055440051a7005866", + "0x645f00554400545f00513100601d00554400501d0051320061a4005544", + "0x1d1a41a30180051c20055440051c200586500649a00554400549a00513f", + "0x1900538b0060065440050090051360060065440050060190061c249a45f", + "0x5866006006544005020005085006006544005124005136006006544005", + "0x55440050fe00513e00619c00554400519c00501d0060ea00554400519f", + "0x513f00645f00554400545f00513100601d00554400501d0051320060fe", + "0x49a45f01d0fe19c0180050ea0055440050ea00586500649a00554400549a", + "0x5440050090051360060065440050200050850060065440050060190060ea", + "0x527d00553c00600654400501900538b006006544005124005136006006", + "0x513e0060e900554400518a00501d006006544005018005136006006544", + "0x55440051070051310061c600554400501d0051320061c5005544005108", + "0x60240061c90055440051050050840060e700554400549a00513f0060e8", + "0x18005136006006544005020005085006006544005006019006006e57005", + "0x513600600654400527d00553c006006544005009005136006006544005", + "0x2a200600654400502100530a00600654400501900538b006006544005124", + "0xe900554400517b00501d00600654400502b005dd5006006544005299005", + "0x53d0051310061c600554400553e0051320061c500554400511000513e006", + "0x1c900554400510e0050840060e700554400503400513f0060e8005544005", + "0x1c500513e0060e90055440050e900501d0060e60055440051c9005866006", + "0xe80055440050e80051310061c60055440051c60051320061c5005544005", + "0x1c50e90180050e60055440050e60058650060e70055440050e700513f006", + "0x2c005dcd0060065440050060370060065440050060190060e60e70e81c6", + "0x5136006006544005018005136006006544005020005085006006544005", + "0x38b00600654400502400517700600654400527d00553c006006544005009", + "0x60065440052990052a200600654400502100530a006006544005019005", + "0x55440051cc0051370061cc0055440050062940060e5005544005006135", + "0xa13a0060e40055440050061330061cd0055440051cc0e500a1340061cc", + "0x54400515500501d0061d00055440050e30058660060e30055440051cd0e4", + "0x13100653e00554400553e00513200613000554400513000513e006155005", + "0x5440051d000586500603400554400503400513f00653d00554400553d005", + "0x2c005dcd0060065440050060190061d003453d53e1301550180051d0005", + "0x5136006006544005018005136006006544005020005085006006544005", + "0x38b00600654400502400517700600654400527d00553c006006544005009", + "0x60065440052990052a200600654400502100530a006006544005019005", + "0x6006544005006019006006e580050060240061d100554400514600515c", + "0x654400501800513600600654400502000508500600654400502c005dcd", + "0x54400502400517700600654400527d00553c006006544005009005136006", + "0x52990052a200600654400502100530a00600654400501900538b006006", + "0x15c0060065440050e20051fe0060e10e200a54400512e0051fd006006544", + "0x61d40055440050061330060065440050060370061d10055440050e1005", + "0x13f00501d0060e00055440051d50058660061d50055440051d11d400a13a", + "0x53e00554400553e00513200613000554400513000513e00613f005544005", + "0xe000586500603400554400503400513f00653d00554400553d005131006", + "0x25a00a544005005005c890060e003453d53e13013f0180050e0005544005", + "0x601925a00a54400525a005cba00601800900a54400500a005c8900621e", + "0x602101d02025a54400501a01900ae5900601a00900a544005009005cba", + "0xae5900629901800a544005018005cba00649a00554400502100600ad80", + "0x5cba00602400554400521b49a00ad8000621b27d45f25a54400529925a", + "0xad8000603753e02c25a54400500902b00ae5900602b21e00a54400521e", + "0x30a00ae5b03403600a54400a27d02053d25ae5a00653d005544005037024", + "0x54400503600501d0062a200554400500679000600654400500601900653c", + "0x5c006006544005006019006006e5c00654400a2a245f00ac8a006036005", + "0x600654400502c00505c00600654400521e00505c006006544005018005", + "0xc8a006136005544005006790006006544005006019006006e5d005006024", + "0x554400500602b006006544005006019006006e5e00654400a13602c00a", + "0x602400613700554400500e00510400600e005544005135005194006135", + "0x13400519100613400554400500602b006006544005006019006006e5f005", + "0x13a005544005137005195006137005544005133005104006133005544005", + "0x6132005e6013b00554400a13a00510200613a00554400513a005104006", + "0x613100554400500679000600654400513b005160006006544005006019", + "0xae6113f13e00a54400a21e13103625acbb006131005544005131005791", + "0x501800505c00600654400513f00505c00600654400500601900612f130", + "0x501d00612e00554400514200519400614200554400500602b006006544", + "0x6006e6200500602400614500554400512e00510400612d00554400513e", + "0x614600554400500679000600654400512f00505c006006544005006019", + "0xae6312b12c00a54400a01814613025acbb006146005544005146005791", + "0x54400500602b00600654400512b00505c00600654400500601900614a149", + "0x10400614d00554400512c00501d00612900554400512a00519400612a005", + "0x5c006006544005006019006006e6400500602400614e005544005129005", + "0x12700554400512800519100612800554400500602b00600654400514a005", + "0x14d00504f00614e00554400512700510400614d00554400514900501d006", + "0x15100554400512d00504f00614500554400514e00575100612d005544005", + "0x6544005006019006006e65005006024006126005544005145005751006", + "0x54400521e00505c00600654400501800505c006006544005132005160006", + "0x3600501d00615400554400512500519100612500554400500602b006006", + "0x15500554400515100501d006126005544005154005104006151005544005", + "0x5006024006123005544005126005104006124005544005034005791006", + "0x545f00505c00600654400502c00505c006006544005006019006006e66", + "0x500602b00600654400521e00505c00600654400501800505c006006544", + "0x615500554400530a00501d006159005544005158005191006158005544", + "0x12415525ae5a00612300554400515900510400612400554400553c005791", + "0x12200501d00600654400500601900615d15c00ae6712112200a54400a53e", + "0x16000554400512300510400611f005544005121005791006120005544005", + "0x6006544005123005750006006544005006019006006e68005006024006", + "0x54400515c00501d00611d00554400511e00519100611e00554400500602b", + "0x7f400616000554400511d00510400611f00554400515d005791006120005", + "0x12000501d00616400554400516016300ae6900616300554400511f01d00a", + "0x500684200616412000a005164005544005164005e6a006120005544005", + "0x1900554400501900583d00601a00900a544005009005557006019005544", + "0x54400500601900649a02100ae6b01d02000a54400a01a01900625ac90006", + "0x525a00555700629900554400500684200600654400501d005841006006", + "0x54400a45f29902025ac9000629900554400529900583d00645f25a00a544", + "0x654400521b00584100600654400500601900602b02400ae6c21b27d00a", + "0x2c00583d00653e00900a54400500900555700602c005544005006842006", + "0x603403600ae6d53d03700a54400a53e02c27d25ac9000602c005544005", + "0x30a53d03725ac9000630a25a00a54400525a005557006006544005006019", + "0x52a200584100600654400500601900613513600ae6e2a253c00a54400a", + "0x13413700a54400a00e53c00a78f00600e00554400500a005299006006544", + "0x1d00613200554400500679000600654400500601900613b13a13325ae6f", + "0x54400513200579100613e005544005134005791006131005544005137005", + "0x54400513300501d006006544005006019006006e7000500602400613f005", + "0x7f400613f00554400513a00579100613e00554400513b005791006131005", + "0x21e13100a78f0061300055440051300057f500613000554400513f13e00a", + "0x500679000600654400500601900614512d12e25ae7114212f00a54400a", + "0x612b00554400514200579100612c00554400512f00501d006146005544", + "0x6006544005006019006006e72005006024006149005544005146005791", + "0x512d00579100612b00554400514500579100612c00554400512e00501d", + "0x55700612a00554400514a005ddf00614a005544005006dde006149005544", + "0x512a005de000614d005544005129005d3c00612900900a544005009005", + "0x6019006127005e7312814e00a54400a14d12a12c25ade100612a005544", + "0x6151005544005128005de4006128005544005128005de3006006544005", + "0x51300057f500614e00554400514e00501d006126005544005151005d7e", + "0xa54400512613014e25ade60061260055440051260057f5006130005544", + "0xe7412300554400a12400510200612415500a544005154005de7006154125", + "0x5155005c89006006544005123005160006006544005006019006158005", + "0x505c00612015d15c12121e54400515912b00525adf300612215900a544", + "0x21e54400512214912125adf300600654400515d00505c00600654400515c", + "0xdf500600654400511e00505c00600654400516000505c00611d11e16011f", + "0x54400511d00579100616416300a544005163005cba006163005544005006", + "0x616400554400516400579100611c11d00a54400511d005cba00611d005", + "0x16412525acbb00611f00554400511f005132006120005544005120005791", + "0x16700505c00600654400500601900611a16800ae7516711b00a54400a11c", + "0x11b00554400511b00501d00611911d00a54400511d005cba006006544005", + "0x5006024006006544005006019006006e7600654400a16311900ac8a006", + "0x5120005cba00616b005544005006790006006544005006019006006e77", + "0x6544005006019006006e7800654400a16b16c00ac8a00616c12000a544", + "0x54400525a00584100600654400501800516400600654400512000505c006", + "0x511b00501d00600654400511d00505c006006544005009005841006006", + "0x511d005547006006544005006019006006e79005006024006118005544", + "0xa54400a25a00911b25ad4900616f005544005120005547006117005544", + "0x611400554400500679700600654400500601900617317200ae7a115116", + "0x11300a34200611300554400511300513700611300554400511411700a798", + "0x517701811517621ee7b00617700554400500602b00617600554400516f", + "0x611600554400511600501d006111005544005112005e7c006112005544", + "0x11111f11625a005111005544005111005e7d00611f00554400511f005132", + "0x6544005117005136006006544005173005841006006544005006019006", + "0x554400500613500600654400501800516400600654400516f005136006", + "0x17a00a13400617b00554400517b00513700617b005544005006d8e00617a", + "0x554400511010f00a13a00610f00554400500613300611000554400517b", + "0x513200617200554400517200501d00610e00554400517e005e7e00617e", + "0x1900610e11f17225a00510e00554400510e005e7d00611f00554400511f", + "0x5c00600654400512000505c00600654400511a00505c006006544005006", + "0x600654400525a005841006006544005018005164006006544005163005", + "0x554400516800501d00600654400511d00505c006006544005009005841", + "0x518100513700618100554400500639500610d005544005006135006118", + "0x610c00554400500613300618200554400518110d00a134006181005544", + "0x11800501d00618500554400510b005e7e00610b00554400518210c00a13a", + "0x185005544005185005e7d00611f00554400511f005132006118005544005", + "0x5c00600654400515800516000600654400500601900618511f11825a005", + "0x6006544005018005164006006544005009005841006006544005149005", + "0x65440051550057f700600654400512b00505c00600654400525a005841", + "0x54400510a00513700610a005544005006dff006186005544005006135006", + "0x618900554400512500501d00610900554400510a18600a13400610a005", + "0x6006544005006019006006e7f00500602400618a00554400510900515c", + "0x654400501800516400600654400500900584100600654400514900505c", + "0x5440051300057f700600654400512b00505c00600654400525a005841006", + "0x5107005137006107005544005006294006108005544005006135006006", + "0x18900554400512700501d00618d00554400510710800a134006107005544", + "0x18a10600a13a00610600554400500613300618a00554400518d00515c006", + "0x18900554400518900501d006190005544005105005e7e006105005544005", + "0x518925a005190005544005190005e7d006005005544005005005132006", + "0x544005009005841006006544005135005841006006544005006019006190", + "0x2b00610400554400500a00529900619100554400521e01800a134006006", + "0x194005e7c00619400554400510319125a10421ee7b006103005544005006", + "0x500554400500500513200613600554400513600501d006195005544005", + "0x600654400500601900619500513625a005195005544005195005e7d006", + "0x654400500900584100600654400521e005136006006544005034005841", + "0x54400500a00513600600654400525a005841006006544005018005164006", + "0x510100513700610100554400500655f006102005544005006135006006", + "0x619900554400500613300619800554400510110200a134006101005544", + "0x3600501d0060ff005544005100005e7e00610000554400519819900a13a", + "0xff0055440050ff005e7d006005005544005005005132006036005544005", + "0x13600600654400502b0058410060065440050060190060ff00503625a005", + "0x600654400501800516400600654400500900584100600654400521e005", + "0x19c00554400500613500600654400500a00513600600654400525a005841", + "0xfe19c00a1340060fe0055440050fe0051370060fe005544005006e80006", + "0x1a00055440050fd19f00a13a00619f0055440050061330060fd005544005", + "0x500513200602400554400502400501d0060fc0055440051a0005e7e006", + "0x60190060fc00502425a0050fc0055440050fc005e7d006005005544005", + "0x584100600654400521e00513600600654400549a005841006006544005", + "0x13600600654400525a005841006006544005018005164006006544005009", + "0x61a3005544005006e810060fb00554400500613500600654400500a005", + "0x50061330061a40055440051a30fb00a1340061a30055440051a3005137", + "0x1a70055440050f9005e7e0060f90055440051a40fa00a13a0060fa005544", + "0x1a7005e7d00600500554400500500513200602100554400502100501d006", + "0x63e601823d3dc3f83d90063e60180f81a700502125a0051a7005544005", + "0x1923d3dc3f83d90063e636a01900600921e25a00a0050063f73dc3f83d9", + "0x3dc3f83e636a0091ea01800921e25a00a0050063f73dc3f83d90063e636a", + "0x923d3dc3f83e636a00953a21e25a00a0050063f73dc3f83e636a00923d", + "0x3e636a00923d3dc3f83e636a00935a21e25a00a0050063f73dc3f83e636a", + "0x3dc3f83e636a00923d3dc3f83e636a00942221e25a00a0050063f73dc3f8", + "0x63f73dc3f83e636a00923d3dc3f83e636a00981f21e25a00a0050063f7", + "0xa0050063f73dc3f83e636a00923d3dc3f83e636a009d6d21e25a00a005", + "0x21e25a00a0050063f73dc3f83e636a00923d3dc3f83e636a009e8221e25a", + "0x18e8421e25a00a0050063f73dc3f83e636a00923d3dc3f83e636a009e83", + "0xe8500921e25a00a0050063f73dc3f83d93e636a01823d3dc3f83d93e636a", + "0x36a009e8621e25a00a0050063f73dc3f83e636a00923d3dc3f83e636a009", + "0x3f83e636a009e8721e25a00a0050063f73dc3f83e636a00923d3dc3f83e6", + "0x21e23d3dc3f83e621ee8821e25a00a0050063f73dc3f83e636a00923d3dc", + "0x63f73dc3f83e621e23d3dc3f83e621ee8925a00a0050063f73dc3f83e6", + "0x50063f73dc3f83d90063e601823d3dc3f83d90063e6018e8a25a00a005", + "0x3dc3f83d90063e636a01923d3dc3f83d90063e636a019e8b00921e25a00a", + "0x3e636a01923d3dc3f83d90063e636a019e8c01800921e25a00a0050063f7", + "0x3e621e23d3dc3f83e621ee8d01800921e25a00a0050063f73dc3f83d9006", + "0x3f73dc3f83e636a00923d3dc3f83e636a009e8e25a00a0050063f73dc3f8", + "0x50063f73dc3f83e636a00923d3dc3f83e636a009e8f21e25a00a005006", + "0x50063f73dc3f83d93e636a01823d3dc3f83d93e636a018e9021e25a00a", + "0xe9225a00a0050063f73dc3f83e621e23d3dc3f83e621ee9100921e25a00a", + "0x23d3dc3f83e621ee9325a00a0050063f73dc3f83e621e23d3dc3f83e621e", + "0x3f73dc3f83e621e23d3dc3f83e621ee9425a00a0050063f73dc3f83e621e", + "0xe9625a00a0050063f73dc3f83e621e23d3dc3f83e621ee9525a00a005006", + "0x3f83d93e636a018e9725a00a0050063f73dc3f83e621e23d3dc3f83e621e", + "0x63f83e6019e9800921e25a00a0050063f73dc3f83d93e636a01823d3dc", + "0x21ee9901800921e25a00a0050063ff3dc3d90063f83e60180093b53dc3d9", + "0x3f83e625a23d3f83e625ae9a25a00a0050064053f83e625a0192163f83e6", + "0x3d936a0063f83e60193683b53dc3d936a0063f83e601ae9b00a005006408", + "0x92c00093b53dc36a3f83e6019e9c01901800921e25a00a00500640b3dc", + "0x93b53dc36a3f83e6019e9d01800921e25a00a00500640b3dc36a3f83e6", + "0x3dc36a3f83e6019e9e01800921e25a00a00500640b3dc36a3f83e60092c0", + "0x3f83e6019e9f01800921e25a00a00500640b3dc36a3f83e60092c00093b5", + "0x18ea001800921e25a00a00500640b3dc36a3f83e60092c00093b53dc36a", + "0x18ea100921e25a00a00500640b3dc36a3f83e60092bf3b53dc36a3f83e6", + "0x19ea200921e25a00a00500640b3dc36a3f83e60092bf3b53dc36a3f83e6", + "0x921e25a00a00500640b3dc3d936a3f83e60182653b53dc3d936a3f83e6", + "0x25a00a00500641e3dc36a3f83e60092bf0093b53dc36a3f83e6019ea3018", + "0x500641f3dc36a3f83e60092bf0093b53dc36a3f83e6019ea401800921e", + "0x3dc36a3f83e6019ea60050064213e600a23d3e600aea501800921e25a00a", + "0x3f83e621eea701800921e25a00a00500640b3dc36a3f83e600923d0093b5", + "0x3e625a00901923d3f83e6009ea825a00a0050064223dc3f83e621e3b53dc", + "0x3f83e625aeaa0050064283e600a23d3e600aea921e25a00a0050064243f8", + "0x1824b3aa0093b53dc3d90063f83e6020eab00a0050064293f83e625a23d", + "0x23d3f83e621eeac01a01901800921e25a00a0050063f73dc3d90063f83e6", + "0x3aa0093b53dc3d936a0063f83e6021ead25a00a0050064053f83e625a019", + "0x2001a01901800921e25a00a00500640b3dc3d936a0063f83e601924b23d", + "0x3dc3d936a0063f83e601924b3aa0093b53dc3d936a0063f83e601deae01d", + "0x3e621e22a00d3dc3f83e6009eaf02001a01901800921e25a00a00500640b", + "0x3f83e6018eb100500601900501939b00aeb021e25a00a0050064363dc3f8", + "0x3f83e6009eb200921e25a00a00500640b3dc36a3f83e60092bf3b53dc36a", + "0x64393e600a23d3e600aeb321e25a00a0050064373f83e625a00938f23d", + "0x640b3dc3d936a3f83e601800938b3933b53dc3d936a3f83e6020eb4005", + "0x43a3dc3f83e621e0093853dc3f83e6009eb501a01901800921e25a00a005", + "0xa00500643a3dc3f83e621e0093853dc3f83e6009eb621e25a00a005006", + "0xeb821e25a00a00500643a3dc3f83e621e2c03853dc3f83e6009eb721e25a", + "0x21e25a00a00500640b3dc3d936a3f83e60182bf3b53dc3d936a3f83e6019", + "0x3e6018eba25a00a0050064433d93f83e621e3da3d93f83e621eeb9018009", + "0x3f83e6020ebb00921e25a00a0050064483d93f83e621e23d2de3fa3d93f8", + "0x921e25a00a0050063f73dc3d90063f83e601824b0090093b53dc3d9006", + "0x3e6009ebd25a00a00500644b3f83e625a23d0093f83e621eebc01a019018", + "0x25a0092c03f83e621eebe21e25a00a0050064503f83e625a00926423d3f8", + "0x1824b23d0090093b53dc3d90063f83e601debf25a00a0050064563f83e6", + "0x3f83e6009ec002001a01901800921e25a00a00500640b3dc3d90063f83e6", + "0x3f83e625a2c03f83e625aec121e25a00a0050064593f83e625a019019458", + "0x3f83e6009ec300a0050064563f83e625a0093f83e625aec200a005006456", + "0x3e625a0093f83e625aec421e25a00a0050064623dc3f83e621e2bf0093dc", + "0xec625a00a0050064563f83e625a3da2c03f83e621eec500a0050064563f8", + "0x3da3f83e621eec721e25a00a0050064563f83e625a3da3da3da3f83e6009", + "0x3f83e621e39b22a00d3dc3f83e6018ec825a00a0050064563f83e625a3da", + "0xa0050064563f83e625a3da3f83e625aec900921e25a00a00500646b3dc", + "0x3da2653f83e621eecb25a00a0050064563f83e625a0092c03f83e621eeca", + "0xa0050064713e600a00d0092653e621eecc25a00a0050064713f83e625a", + "0x3da3f83e621eece25a00a0050064563f83e625a3da3da3f83e621eecd25a", + "0x50064563f83e625a3da3f83e625aecf25a00a0050064563f83e625a3da", + "0x23d3f83e6009ed125a00a0050064883f83e625a3220093f83e621eed000a", + "0x3e625a00924823d3f83e6009ed221e25a00a00500648d3f83e625a009224", + "0x50064913f83e625a00924c23d3f83e6009ed321e25a00a00500648f3f8", + "0x3dc3d90063f83e601824b0190090093dc3d90063f83e6020ed421e25a00a", + "0x4563f83e625a2c03da3f83e621eed501a01901800921e25a00a005006405", + "0x63f83e601824b00d23d0090093dc3d90063f83e601ded625a00a005006", + "0x3dc3d90063f83e6020ed702001a01901800921e25a00a0050064993dc3d9", + "0x1a01901800921e25a00a00500640b3dc3d90063f83e601824b0090093b5", + "0xed900921e25a00a0050064a336a3f83e621e00d2fb39336a3f83e6018ed8", + "0x39300d3dc3f83e6009eda25a00a0050064053f83e625a01938b3f83e621e", + "0x23523d00d3dc3d90063f83e601aedb21e25a00a0050064993dc3f83e621e", + "0x193f83e621eedc01901800921e25a00a0050064b03dc3d90063f83e6018", + "0x1900925100d3dc3d90063f83e601dedd25a00a0050064053f83e625a23d", + "0x1dede02001a01901800921e25a00a0050064b13dc3d90063f83e6018009", + "0xa0050064be3dc3d90063f83e601823500d23d0090093dc3d90063f83e6", + "0xd00923d00925100d3dc3d90063f83e6021edf02001a01901800921e25a", + "0x9ee001d02001a01901800921e25a00a0050064bf3dc3d90063f83e6018", + "0x194cb3f83e6009ee121e25a00a0050064593f83e625a0190194c23f83e6", + "0x3f83e625a0190194cd3f83e6009ee221e25a00a0050064593f83e625a019", + "0xa0050064593f83e625a01901935b3f83e6009ee321e25a00a005006459", + "0x3f83e621eee525a00a0050064ee3f83e625a2652163f83e621eee421e25a", + "0x4ee3f83e625a2652163f83e621eee625a00a0050064ee3f83e625a265216", + "0xaee825a00a0050064ef3f83e625a2162643f83e621eee725a00a005006", + "0x50064713f83e625a4fc26502b3f83e6009ee90050064f13e600a00d3e6", + "0x3d90063f83e601801900900925200d3dc3d90063f83e601deea21e25a00a", + "0x93dc3d90063f83e6020eeb02001a01901800921e25a00a0050064b13dc", + "0xeec01a01901800921e25a00a0050064053dc3d90063f83e6018252019009", + "0x25a00a0050064053dc3d90063f83e60180190090093dc3d90063f83e601a", + "0x3d90063f83e60182510190090093dc3d90063f83e6020eed01901800921e", + "0x25200d3dc3d90063f83e6021eee01a01901800921e25a00a0050064053dc", + "0x1a01901800921e25a00a0050064bf3dc3d90063f83e601823d00d009009", + "0x3dc3d90063f83e601825200d23d0090093dc3d90063f83e601deef01d020", + "0x23d0090093dc3d93f83e601aef002001a01901800921e25a00a005006499", + "0x63f83e601def101901800921e25a00a0050064993dc3d93f83e600900d", + "0x921e25a00a0050064993dc3d90063f83e601825100d23d0090093dc3d9", + "0x21e25a00a0050064b13f83e625a01900d00d3f83e6009ef202001a019018", + "0x50064993dc3d90063f83e601800900925100d3dc3d90063f83e6020ef3", + "0x50065023f83e625a00d00d2353f83e6009ef401a01901800921e25a00a", + "0x3d93f83e600900d01900943101822a00d3dc3d93f83e6021ef521e25a00a", + "0x192350063f83e601aef601d02001a01901800921e25a00a0050065043dc", + "0x3f83e6019ef701901800921e25a00a0050065050063f83e621e01800923d", + "0x3e601def801800921e25a00a0050065090063f83e621e23500d23d019006", + "0x21e25a00a00500650a3dc3d93f83e600900901822a00d4310193dc3d93f8", + "0x25a00a0050065143f83e625a2244fc02b3f83e6009ef902001a019018009", + "0x3e621eefb21e25a00a0050065143f83e625a2244fc02b3f83e6009efa21e", + "0xd00d3dc3d90063f83e6021efc25a00a0050065153f83e625a2652353f8", + "0x1a01901800921e25a00a0050064b13dc3d90063f83e601801924b009009", + "0xa0050064b03dc3d93f83e600900d23d00d3dc3d93f83e6019efd01d020", + "0x21e25a00a0050065213f83e625a00925100d3f83e6009efe01800921e25a", + "0x3dc3d90063f83e601800d23d24b00900900d00d3dc3d90063f83e649aeff", + "0x93dc3d93f83e6020f0002101d02001a01901800921e25a00a0050064bf", + "0xf0101a01901800921e25a00a0050064be3dc3d93f83e600900d00d23d009", + "0x25a00a0050064be3dc3d90063f83e601824b0090093dc3d90063f83e601a", + "0x25a00a00500652c0063e625a01800923d0180063e6018f0201901800921e", + "0x500652e0063f83e621e01800901900d23d2350063f83e6020f0300921e", + "0x21f0500a0050064713e600a0182653e625af0401a01901800921e25a00a", + "0xa0050065043dc3d93f83e600900d01900943101822a00d3dc3d93f83e6", + "0x22a00d00d23d00d00d3dc3d93f83e6299f0601d02001a01901800921e25a", + "0x1d02001a01901800921e25a00a0050065393dc3d93f83e6009009431018", + "0x4993dc3d90063f83e601800900925200d3dc3d90063f83e6020f0749a021", + "0x182510090093dc3d90063f83e601af0801a01901800921e25a00a005006", + "0xa02b02b3e625af0901901800921e25a00a0050064be3dc3d90063f83e6", + "0x500649a0063e625a0190180090180090063e6019f0a00a00500653e3e6", + "0xf0b01800921e25a00a" + ], + "sierra_program_debug_info": { + "type_names": [ + [ + 0, + "Bitwise" + ], + [ + 1, + "Uninitialized" + ], + [ + 2, + "Const" + ], + [ + 3, + "Const" + ], + [ + 4, + "Const" + ], + [ + 5, + "felt252" + ], + [ + 6, + "u8" + ], + [ + 7, + "Array" + ], + [ + 8, + "Unit" + ], + [ + 9, + "Tuple, Unit>" + ], + [ + 10, + "core::panics::Panic" + ], + [ + 11, + "Tuple>" + ], + [ + 12, + "core::panics::PanicResult::<(core::felt252, core::integer::u8, core::array::Array::, ())>" + ], + [ + 13, + "Const" + ], + [ + 14, + "Const" + ], + [ + 15, + "Const" + ], + [ + 16, + "Const" + ], + [ + 17, + "u128" + ], + [ + 18, + "core::integer::u256" + ], + [ + 19, + "core::bool" + ], + [ + 20, + "Tuple" + ], + [ + 21, + "Const, Const>" + ], + [ + 22, + "Box" + ], + [ + 23, + "Tuple" + ], + [ + 24, + "Array" + ], + [ + 25, + "Snapshot>" + ], + [ + 26, + "Const, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>>" + ], + [ + 27, + "Box>" + ], + [ + 28, + "Const, Const>" + ], + [ + 29, + "Const, Const>" + ], + [ + 30, + "Const" + ], + [ + 31, + "Const" + ], + [ + 32, + "Const, Const>" + ], + [ + 33, + "Const, Const>" + ], + [ + 34, + "Const" + ], + [ + 35, + "Const" + ], + [ + 36, + "Const, Const>" + ], + [ + 37, + "Const, Const>" + ], + [ + 38, + "Const" + ], + [ + 39, + "Const" + ], + [ + 40, + "Const, Const>" + ], + [ + 41, + "Const, Const>" + ], + [ + 42, + "Const" + ], + [ + 43, + "Const, Const>" + ], + [ + 44, + "Const, Const>" + ], + [ + 45, + "Const" + ], + [ + 46, + "Const" + ], + [ + 47, + "Const, Const>" + ], + [ + 48, + "Const, Const>" + ], + [ + 49, + "Const" + ], + [ + 50, + "Const" + ], + [ + 51, + "Const, Const>" + ], + [ + 52, + "Const, Const>" + ], + [ + 53, + "Const" + ], + [ + 54, + "Const" + ], + [ + 55, + "Const, Const>" + ], + [ + 56, + "Const, Const>" + ], + [ + 57, + "Const" + ], + [ + 58, + "Const, Const>" + ], + [ + 59, + "Const, Const>" + ], + [ + 60, + "Const" + ], + [ + 61, + "Const" + ], + [ + 62, + "Const, Const>" + ], + [ + 63, + "Const, Const>" + ], + [ + 64, + "Const" + ], + [ + 65, + "Const" + ], + [ + 66, + "Const, Const>" + ], + [ + 67, + "Const, Const>" + ], + [ + 68, + "Const" + ], + [ + 69, + "Const" + ], + [ + 70, + "Const, Const>" + ], + [ + 71, + "Const, Const>" + ], + [ + 72, + "Const" + ], + [ + 73, + "Const, Const>" + ], + [ + 74, + "Const, Const>" + ], + [ + 75, + "Const" + ], + [ + 76, + "Const" + ], + [ + 77, + "Const, Const>" + ], + [ + 78, + "Const, Const>" + ], + [ + 79, + "Const" + ], + [ + 80, + "Const" + ], + [ + 81, + "Const, Const>" + ], + [ + 82, + "Const, Const>" + ], + [ + 83, + "Const" + ], + [ + 84, + "Const" + ], + [ + 85, + "Const, Const>" + ], + [ + 86, + "Const, Const>" + ], + [ + 87, + "Const" + ], + [ + 88, + "Const, Const>" + ], + [ + 89, + "Const, Const>" + ], + [ + 90, + "Const" + ], + [ + 91, + "Const" + ], + [ + 92, + "Const, Const>" + ], + [ + 93, + "Const, Const>" + ], + [ + 94, + "Const" + ], + [ + 95, + "Const" + ], + [ + 96, + "Const, Const>" + ], + [ + 97, + "Const, Const>" + ], + [ + 98, + "Const" + ], + [ + 99, + "Const" + ], + [ + 100, + "Const, Const>" + ], + [ + 101, + "Const, Const>" + ], + [ + 102, + "Const" + ], + [ + 103, + "Const, Const>" + ], + [ + 104, + "Const, Const>" + ], + [ + 105, + "Const" + ], + [ + 106, + "Const" + ], + [ + 107, + "Const, Const>" + ], + [ + 108, + "Const, Const>" + ], + [ + 109, + "Const" + ], + [ + 110, + "Const" + ], + [ + 111, + "Const, Const>" + ], + [ + 112, + "Const, Const>" + ], + [ + 113, + "Const" + ], + [ + 114, + "Const" + ], + [ + 115, + "Const, Const>" + ], + [ + 116, + "Const, Const>" + ], + [ + 117, + "Const" + ], + [ + 118, + "Const, Const>" + ], + [ + 119, + "Const, Const>" + ], + [ + 120, + "Const" + ], + [ + 121, + "Const" + ], + [ + 122, + "Const, Const>" + ], + [ + 123, + "Const, Const>" + ], + [ + 124, + "Const" + ], + [ + 125, + "Const" + ], + [ + 126, + "Const, Const>" + ], + [ + 127, + "Const, Const>" + ], + [ + 128, + "Const" + ], + [ + 129, + "Const" + ], + [ + 130, + "Const, Const>" + ], + [ + 131, + "Const, Const>" + ], + [ + 132, + "Const" + ], + [ + 133, + "Const, Const>" + ], + [ + 134, + "Const, Const>" + ], + [ + 135, + "Const" + ], + [ + 136, + "Const" + ], + [ + 137, + "Const, Const>" + ], + [ + 138, + "Const, Const>" + ], + [ + 139, + "Const" + ], + [ + 140, + "Const" + ], + [ + 141, + "Const, Const>" + ], + [ + 142, + "Const, Const>" + ], + [ + 143, + "Const" + ], + [ + 144, + "Const" + ], + [ + 145, + "Const, Const>" + ], + [ + 146, + "Const, Const>" + ], + [ + 147, + "Const" + ], + [ + 148, + "Const, Const>" + ], + [ + 149, + "Const, Const>" + ], + [ + 150, + "Const" + ], + [ + 151, + "Const" + ], + [ + 152, + "Const, Const>" + ], + [ + 153, + "Const, Const>" + ], + [ + 154, + "Const" + ], + [ + 155, + "Const" + ], + [ + 156, + "Const, Const>" + ], + [ + 157, + "Const, Const>" + ], + [ + 158, + "Const" + ], + [ + 159, + "Const" + ], + [ + 160, + "Const, Const>" + ], + [ + 161, + "Const, Const>" + ], + [ + 162, + "Const" + ], + [ + 163, + "Const, Const>" + ], + [ + 164, + "Const, Const>" + ], + [ + 165, + "Const" + ], + [ + 166, + "Const" + ], + [ + 167, + "Const, Const>" + ], + [ + 168, + "Const, Const>" + ], + [ + 169, + "Const" + ], + [ + 170, + "Const" + ], + [ + 171, + "Const, Const>" + ], + [ + 172, + "Const, Const>" + ], + [ + 173, + "Const" + ], + [ + 174, + "Const" + ], + [ + 175, + "Const, Const>" + ], + [ + 176, + "Const, Const>" + ], + [ + 177, + "Const" + ], + [ + 178, + "Const, Const>" + ], + [ + 179, + "Const, Const>" + ], + [ + 180, + "Const" + ], + [ + 181, + "Const" + ], + [ + 182, + "Const, Const>" + ], + [ + 183, + "Const, Const>" + ], + [ + 184, + "Const" + ], + [ + 185, + "Const" + ], + [ + 186, + "Const, Const>" + ], + [ + 187, + "Const, Const>" + ], + [ + 188, + "Const" + ], + [ + 189, + "Const" + ], + [ + 190, + "Const, Const>" + ], + [ + 191, + "Const, Const>" + ], + [ + 192, + "Const" + ], + [ + 193, + "Const, Const>" + ], + [ + 194, + "Const, Const>" + ], + [ + 195, + "Const" + ], + [ + 196, + "Const" + ], + [ + 197, + "Const, Const>" + ], + [ + 198, + "Const, Const>" + ], + [ + 199, + "Const" + ], + [ + 200, + "Const" + ], + [ + 201, + "Const, Const>" + ], + [ + 202, + "Const, Const>" + ], + [ + 203, + "Const" + ], + [ + 204, + "Const" + ], + [ + 205, + "Const, Const>" + ], + [ + 206, + "Const, Const>" + ], + [ + 207, + "Const" + ], + [ + 208, + "Const, Const>" + ], + [ + 209, + "Const, Const>" + ], + [ + 210, + "Const" + ], + [ + 211, + "Const" + ], + [ + 212, + "Const, Const>" + ], + [ + 213, + "Const, Const>" + ], + [ + 214, + "Const" + ], + [ + 215, + "Const" + ], + [ + 216, + "Const, Const>" + ], + [ + 217, + "Const, Const>" + ], + [ + 218, + "Const" + ], + [ + 219, + "Const" + ], + [ + 220, + "Const, Const>" + ], + [ + 221, + "Const, Const>" + ], + [ + 222, + "Const" + ], + [ + 223, + "Const, Const>" + ], + [ + 224, + "Const, Const>" + ], + [ + 225, + "Const" + ], + [ + 226, + "Const" + ], + [ + 227, + "Const, Const>" + ], + [ + 228, + "Const, Const>" + ], + [ + 229, + "Const" + ], + [ + 230, + "Const" + ], + [ + 231, + "Const, Const>" + ], + [ + 232, + "Const, Const>" + ], + [ + 233, + "Const" + ], + [ + 234, + "Const" + ], + [ + 235, + "Const, Const>" + ], + [ + 236, + "Const, Const>" + ], + [ + 237, + "Const" + ], + [ + 238, + "Const, Const>" + ], + [ + 239, + "Const, Const>" + ], + [ + 240, + "Const" + ], + [ + 241, + "Const" + ], + [ + 242, + "Const, Const>" + ], + [ + 243, + "Const, Const>" + ], + [ + 244, + "Const" + ], + [ + 245, + "Const" + ], + [ + 246, + "Const, Const>" + ], + [ + 247, + "Const, Const>" + ], + [ + 248, + "Const" + ], + [ + 249, + "Const" + ], + [ + 250, + "Const, Const>" + ], + [ + 251, + "Const, Const>" + ], + [ + 252, + "Const" + ], + [ + 253, + "Const, Const>" + ], + [ + 254, + "Const, Const>" + ], + [ + 255, + "Const" + ], + [ + 256, + "Const" + ], + [ + 257, + "Const, Const>" + ], + [ + 258, + "Const, Const>" + ], + [ + 259, + "Const" + ], + [ + 260, + "Const" + ], + [ + 261, + "Const, Const>" + ], + [ + 262, + "Const, Const>" + ], + [ + 263, + "Const" + ], + [ + 264, + "Const" + ], + [ + 265, + "Const, Const>" + ], + [ + 266, + "Const, Const>" + ], + [ + 267, + "Const" + ], + [ + 268, + "Const, Const>" + ], + [ + 269, + "Const, Const>" + ], + [ + 270, + "Const, Const>" + ], + [ + 271, + "Const, Const>" + ], + [ + 272, + "Const, Const>" + ], + [ + 273, + "Const, Const>" + ], + [ + 274, + "Const, Const>" + ], + [ + 275, + "Const, Const>" + ], + [ + 276, + "Const, Const>" + ], + [ + 277, + "Const, Const>" + ], + [ + 278, + "Const, Const>" + ], + [ + 279, + "Const, Const>" + ], + [ + 280, + "Const, Const>" + ], + [ + 281, + "Const, Const>" + ], + [ + 282, + "Const, Const>" + ], + [ + 283, + "Const, Const>" + ], + [ + 284, + "Const, Const>" + ], + [ + 285, + "Const, Const>" + ], + [ + 286, + "Const, Const>" + ], + [ + 287, + "Const, Const>" + ], + [ + 288, + "Const, Const>" + ], + [ + 289, + "Const, Const>" + ], + [ + 290, + "Const, Const>" + ], + [ + 291, + "Const, Const>" + ], + [ + 292, + "Const, Const>" + ], + [ + 293, + "Const, Const>" + ], + [ + 294, + "Const, Const>" + ], + [ + 295, + "Const, Const>" + ], + [ + 296, + "Const, Const>" + ], + [ + 297, + "Const, Const>" + ], + [ + 298, + "Const, Const>" + ], + [ + 299, + "Const, Const>" + ], + [ + 300, + "Const, Const>" + ], + [ + 301, + "Const, Const>" + ], + [ + 302, + "Const, Const>" + ], + [ + 303, + "Const, Const>" + ], + [ + 304, + "Const, Const>" + ], + [ + 305, + "Const, Const>" + ], + [ + 306, + "Const, Const>" + ], + [ + 307, + "Const, Const>" + ], + [ + 308, + "Const, Const>" + ], + [ + 309, + "Const, Const>" + ], + [ + 310, + "Const, Const>" + ], + [ + 311, + "Const, Const>" + ], + [ + 312, + "Const, Const>" + ], + [ + 313, + "Const, Const>" + ], + [ + 314, + "Const, Const>" + ], + [ + 315, + "Const, Const>" + ], + [ + 316, + "Const, Const>" + ], + [ + 317, + "Const, Const>" + ], + [ + 318, + "Const, Const>" + ], + [ + 319, + "Const, Const>" + ], + [ + 320, + "Const, Const>" + ], + [ + 321, + "Const, Const>" + ], + [ + 322, + "Const, Const>" + ], + [ + 323, + "Const, Const>" + ], + [ + 324, + "Const, Const>" + ], + [ + 325, + "Const, Const>" + ], + [ + 326, + "Const, Const>" + ], + [ + 327, + "Const, Const>" + ], + [ + 328, + "Const, Const>" + ], + [ + 329, + "Const, Const>" + ], + [ + 330, + "Const, Const>" + ], + [ + 331, + "Const, Const>" + ], + [ + 332, + "Const, Const>" + ], + [ + 333, + "Const, Const>" + ], + [ + 334, + "Const, Const>" + ], + [ + 335, + "Const, Const>" + ], + [ + 336, + "Const, Const>" + ], + [ + 337, + "Const, Const>" + ], + [ + 338, + "Const, Const>" + ], + [ + 339, + "Const, Const>" + ], + [ + 340, + "Const, Const>" + ], + [ + 341, + "Const, Const>" + ], + [ + 342, + "Const, Const>" + ], + [ + 343, + "Const, Const>" + ], + [ + 344, + "Const, Const>" + ], + [ + 345, + "Const, Const>" + ], + [ + 346, + "Const, Const>" + ], + [ + 347, + "Const, Const>" + ], + [ + 348, + "Const, Const>" + ], + [ + 349, + "Const, Const>" + ], + [ + 350, + "Const, Const>" + ], + [ + 351, + "Const, Const>" + ], + [ + 352, + "Const, Const>" + ], + [ + 353, + "Const, Const>" + ], + [ + 354, + "Const, Const>" + ], + [ + 355, + "Const, Const>" + ], + [ + 356, + "Const, Const>" + ], + [ + 357, + "Const, Const>" + ], + [ + 358, + "Const, Const>" + ], + [ + 359, + "Const, Const>" + ], + [ + 360, + "Const, Const>" + ], + [ + 361, + "Const, Const>" + ], + [ + 362, + "Const, Const>" + ], + [ + 363, + "Const, Const>" + ], + [ + 364, + "Const, Const>" + ], + [ + 365, + "Const, Const>" + ], + [ + 366, + "Const, Const>" + ], + [ + 367, + "Const, Const>" + ], + [ + 368, + "Const, Const>" + ], + [ + 369, + "Const, Const>" + ], + [ + 370, + "Const, Const>" + ], + [ + 371, + "Const, Const>" + ], + [ + 372, + "Const, Const>" + ], + [ + 373, + "Const, Const>" + ], + [ + 374, + "Const, Const>" + ], + [ + 375, + "Const, Const>" + ], + [ + 376, + "Const, Const>" + ], + [ + 377, + "Const, Const>" + ], + [ + 378, + "Const, Const>" + ], + [ + 379, + "Const, Const>" + ], + [ + 380, + "Const, Const>" + ], + [ + 381, + "Const, Const>" + ], + [ + 382, + "Const, Const>" + ], + [ + 383, + "Const, Const>" + ], + [ + 384, + "Const, Const>" + ], + [ + 385, + "Const, Const>" + ], + [ + 386, + "Const, Const>" + ], + [ + 387, + "Const, Const>" + ], + [ + 388, + "Const, Const>" + ], + [ + 389, + "Const, Const>" + ], + [ + 390, + "Const, Const>" + ], + [ + 391, + "Const, Const>" + ], + [ + 392, + "Const, Const>" + ], + [ + 393, + "Const, Const>" + ], + [ + 394, + "Tuple" + ], + [ + 395, + "Const, Const, Const, Const>" + ], + [ + 396, + "Box>" + ], + [ + 397, + "Array" + ], + [ + 398, + "Snapshot>" + ], + [ + 399, + "Uninitialized>>" + ], + [ + 400, + "StorageBaseAddress" + ], + [ + 401, + "u32" + ], + [ + 402, + "core::result::Result::<(), core::array::Array::>" + ], + [ + 403, + "Tuple>>" + ], + [ + 404, + "core::panics::PanicResult::<(core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::integer::u32, core::result::Result::<(), core::array::Array::>)>" + ], + [ + 405, + "Const" + ], + [ + 406, + "Const" + ], + [ + 407, + "Const" + ], + [ + 408, + "Const, Const>" + ], + [ + 409, + "Const" + ], + [ + 410, + "U128MulGuarantee" + ], + [ + 411, + "Const" + ], + [ + 412, + "core::array::Span::" + ], + [ + 413, + "Tuple, felt252, u8, Array, u32, Unit>" + ], + [ + 414, + "core::panics::PanicResult::<(core::array::Span::, core::felt252, core::integer::u8, core::array::Array::, core::integer::u32, ())>" + ], + [ + 415, + "Const" + ], + [ + 416, + "Snapshot>" + ], + [ + 417, + "core::array::Span::" + ], + [ + 418, + "core::option::Option::" + ], + [ + 419, + "Tuple, felt252, u8, core::option::Option::>" + ], + [ + 420, + "core::panics::PanicResult::<(core::array::Span::, core::felt252, core::integer::u8, core::option::Option::)>" + ], + [ + 421, + "Const" + ], + [ + 422, + "Const" + ], + [ + 423, + "Box" + ], + [ + 424, + "core::option::Option::>" + ], + [ + 425, + "Uninitialized" + ], + [ + 426, + "Const" + ], + [ + 427, + "Const" + ], + [ + 428, + "Const" + ], + [ + 429, + "Array" + ], + [ + 430, + "Snapshot>" + ], + [ + 431, + "core::array::Span::" + ], + [ + 432, + "Array" + ], + [ + 433, + "Snapshot>" + ], + [ + 434, + "core::array::Span::" + ], + [ + 435, + "dojo::model::layout::Layout" + ], + [ + 436, + "core::option::Option::" + ], + [ + 437, + "Tuple>" + ], + [ + 438, + "core::panics::PanicResult::<(core::integer::u32, core::option::Option::)>" + ], + [ + 439, + "Const" + ], + [ + 440, + "Const, Const>" + ], + [ + 441, + "Const, Const>" + ], + [ + 442, + "Const" + ], + [ + 443, + "Const" + ], + [ + 444, + "Const" + ], + [ + 445, + "Const" + ], + [ + 446, + "Const, Const>" + ], + [ + 447, + "Const" + ], + [ + 448, + "Const" + ], + [ + 449, + "Tuple" + ], + [ + 450, + "Const, Const>" + ], + [ + 451, + "Box>" + ], + [ + 452, + "Box" + ], + [ + 453, + "Const" + ], + [ + 454, + "Array" + ], + [ + 455, + "core::byte_array::ByteArray" + ], + [ + 456, + "Tuple, core::byte_array::ByteArray, Unit>" + ], + [ + 457, + "core::panics::PanicResult::<(core::array::Span::, core::byte_array::ByteArray, ())>" + ], + [ + 458, + "Tuple, Unit>" + ], + [ + 459, + "core::panics::PanicResult::<(@core::integer::u256, core::array::Array::, ())>" + ], + [ + 460, + "Const" + ], + [ + 461, + "Const" + ], + [ + 462, + "Const" + ], + [ + 463, + "Const" + ], + [ + 464, + "Const" + ], + [ + 465, + "Const" + ], + [ + 466, + "Const" + ], + [ + 467, + "Const" + ], + [ + 468, + "Const" + ], + [ + 469, + "Const" + ], + [ + 470, + "Const" + ], + [ + 471, + "Const" + ], + [ + 472, + "Const" + ], + [ + 473, + "Const" + ], + [ + 474, + "Const" + ], + [ + 475, + "Const" + ], + [ + 476, + "Const" + ], + [ + 477, + "Const" + ], + [ + 478, + "Const" + ], + [ + 479, + "index_enum_type<16>" + ], + [ + 480, + "BoundedInt<0, 15>" + ], + [ + 481, + "Tuple, felt252, StorageBaseAddress, u8, core::result::Result::<(), core::array::Array::>>" + ], + [ + 482, + "core::panics::PanicResult::<(core::array::Array::, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::<(), core::array::Array::>)>" + ], + [ + 483, + "Tuple, core::array::Span::, core::array::Span::, Unit>" + ], + [ + 484, + "core::panics::PanicResult::<(core::array::Array::, core::array::Span::, core::array::Span::, ())>" + ], + [ + 485, + "Box" + ], + [ + 486, + "Uninitialized" + ], + [ + 487, + "Tuple, core::array::Span::, felt252, u8, Array, Unit>" + ], + [ + 488, + "core::panics::PanicResult::<(core::array::Span::, core::array::Span::, core::felt252, core::integer::u8, core::array::Array::, ())>" + ], + [ + 489, + "Const" + ], + [ + 490, + "core::result::Result::, core::array::Array::>" + ], + [ + 491, + "Tuple, felt252, StorageBaseAddress, u8, core::result::Result::, core::array::Array::>>" + ], + [ + 492, + "core::panics::PanicResult::<(core::array::Array::, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::, core::array::Array::>)>" + ], + [ + 493, + "Const" + ], + [ + 494, + "Tuple, u32, u32, Unit>" + ], + [ + 495, + "core::panics::PanicResult::<(core::array::Span::, core::integer::u32, core::integer::u32, ())>" + ], + [ + 496, + "Uninitialized" + ], + [ + 497, + "Box" + ], + [ + 498, + "Const" + ], + [ + 499, + "dojo::model::layout::FieldLayout" + ], + [ + 500, + "core::option::Option::" + ], + [ + 501, + "NonZero" + ], + [ + 502, + "Const" + ], + [ + 503, + "Const" + ], + [ + 504, + "Const" + ], + [ + 505, + "NonZero" + ], + [ + 506, + "Tuple" + ], + [ + 507, + "core::panics::PanicResult::<(core::integer::u128,)>" + ], + [ + 508, + "Const" + ], + [ + 509, + "Tuple, Unit>" + ], + [ + 510, + "core::panics::PanicResult::<(core::array::Array::, ())>" + ], + [ + 511, + "Snapshot>" + ], + [ + 512, + "core::array::Span::" + ], + [ + 513, + "Tuple, core::byte_array::ByteArray, Unit>" + ], + [ + 514, + "core::panics::PanicResult::<(core::array::Span::, core::byte_array::ByteArray, ())>" + ], + [ + 515, + "Const" + ], + [ + 516, + "Const" + ], + [ + 517, + "Const" + ], + [ + 518, + "Const" + ], + [ + 519, + "Const" + ], + [ + 520, + "Const" + ], + [ + 521, + "Const" + ], + [ + 522, + "Const" + ], + [ + 523, + "Const" + ], + [ + 524, + "Const" + ], + [ + 525, + "Const" + ], + [ + 526, + "Const" + ], + [ + 527, + "Const" + ], + [ + 528, + "Const" + ], + [ + 529, + "Const" + ], + [ + 530, + "Const" + ], + [ + 531, + "Const" + ], + [ + 532, + "Const" + ], + [ + 533, + "Const" + ], + [ + 534, + "Const" + ], + [ + 535, + "Const" + ], + [ + 536, + "Const" + ], + [ + 537, + "Const" + ], + [ + 538, + "Const" + ], + [ + 539, + "Const" + ], + [ + 540, + "Const" + ], + [ + 541, + "Const" + ], + [ + 542, + "Const" + ], + [ + 543, + "Const" + ], + [ + 544, + "Const" + ], + [ + 545, + "Const" + ], + [ + 546, + "Const" + ], + [ + 547, + "Const" + ], + [ + 548, + "Const" + ], + [ + 549, + "Const" + ], + [ + 550, + "Const" + ], + [ + 551, + "Const" + ], + [ + 552, + "Const" + ], + [ + 553, + "Const" + ], + [ + 554, + "Const" + ], + [ + 555, + "ClassHash" + ], + [ + 556, + "ContractAddress" + ], + [ + 557, + "dojo::world::world_contract::world::ModelUpgraded" + ], + [ + 558, + "Snapshot" + ], + [ + 559, + "dojo::world::world_contract::world::ModelRegistered" + ], + [ + 560, + "Snapshot" + ], + [ + 561, + "dojo::world::world_contract::world::NamespaceRegistered" + ], + [ + 562, + "Snapshot" + ], + [ + 563, + "dojo::world::world_contract::world::MetadataUpdate" + ], + [ + 564, + "Snapshot" + ], + [ + 565, + "dojo::world::world_contract::world::ContractDeployed" + ], + [ + 566, + "Snapshot" + ], + [ + 567, + "Tuple" + ], + [ + 568, + "core::panics::PanicResult::<(core::integer::u32, core::integer::u32, ())>" + ], + [ + 569, + "Tuple" + ], + [ + 570, + "core::panics::PanicResult::<((),)>" + ], + [ + 571, + "Const" + ], + [ + 572, + "Const" + ], + [ + 573, + "Const" + ], + [ + 574, + "Const" + ], + [ + 575, + "Const" + ], + [ + 576, + "Const" + ], + [ + 577, + "Const" + ], + [ + 578, + "Const" + ], + [ + 579, + "core::option::Option::" + ], + [ + 580, + "Snapshot>" + ], + [ + 581, + "Const" + ], + [ + 582, + "Const" + ], + [ + 583, + "Tuple, u32, Unit>" + ], + [ + 584, + "core::panics::PanicResult::<(core::array::Array::, core::integer::u32, ())>" + ], + [ + 585, + "Tuple, core::array::Array::>>" + ], + [ + 586, + "core::panics::PanicResult::<(core::result::Result::, core::array::Array::>,)>" + ], + [ + 587, + "Box>" + ], + [ + 588, + "Const" + ], + [ + 589, + "dojo::world::world_contract::world::WorldSpawned" + ], + [ + 590, + "Array" + ], + [ + 591, + "Snapshot>" + ], + [ + 592, + "core::array::Span::" + ], + [ + 593, + "core::starknet::info::v2::TxInfo" + ], + [ + 594, + "Uninitialized" + ], + [ + 595, + "dojo::world::config::Config::FactsRegistryUpdate" + ], + [ + 596, + "u64" + ], + [ + 597, + "core::starknet::info::v2::ResourceBounds" + ], + [ + 598, + "dojo::world::config::Config::MergerProgramHashUpdate" + ], + [ + 599, + "Const" + ], + [ + 600, + "dojo::world::config::Config::DifferProgramHashUpdate" + ], + [ + 601, + "dojo::world::config::Config::Event" + ], + [ + 602, + "core::starknet::storage::StoragePointer0Offset::>" + ], + [ + 603, + "Const" + ], + [ + 604, + "Const" + ], + [ + 605, + "dojo::world::world_contract::world::StateUpdated" + ], + [ + 606, + "Const" + ], + [ + 607, + "Const" + ], + [ + 608, + "core::pedersen::HashState" + ], + [ + 609, + "Tuple" + ], + [ + 610, + "core::panics::PanicResult::<(core::pedersen::HashState, core::integer::u32, ())>" + ], + [ + 611, + "dojo::world::update::StorageUpdate" + ], + [ + 612, + "core::option::Option::" + ], + [ + 613, + "dojo::world::world_contract::world::WorldUpgraded" + ], + [ + 614, + "Const" + ], + [ + 615, + "Const" + ], + [ + 616, + "Const" + ], + [ + 617, + "Const" + ], + [ + 618, + "Const" + ], + [ + 619, + "dojo::world::world_contract::world::StoreDelRecord" + ], + [ + 620, + "dojo::world::world_contract::world::StoreUpdateMember" + ], + [ + 621, + "Tuple" + ], + [ + 622, + "core::panics::PanicResult::<(core::integer::u32, ())>" + ], + [ + 623, + "dojo::world::world_contract::world::StoreUpdateRecord" + ], + [ + 624, + "dojo::world::world_contract::world::StoreSetRecord" + ], + [ + 625, + "Const" + ], + [ + 626, + "Const" + ], + [ + 627, + "Uninitialized>" + ], + [ + 628, + "Const" + ], + [ + 629, + "Const" + ], + [ + 630, + "Const" + ], + [ + 631, + "core::option::Option::>" + ], + [ + 632, + "core::option::Option::>" + ], + [ + 633, + "Tuple, core::option::Option::>>" + ], + [ + 634, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 635, + "core::option::Option::>" + ], + [ + 636, + "core::option::Option::>" + ], + [ + 637, + "Tuple, core::option::Option::>>" + ], + [ + 638, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 639, + "core::option::Option::>" + ], + [ + 640, + "core::option::Option::>" + ], + [ + 641, + "Tuple, core::option::Option::>>" + ], + [ + 642, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 643, + "Tuple" + ], + [ + 644, + "core::option::Option::<(core::felt252, core::felt252)>" + ], + [ + 645, + "Const" + ], + [ + 646, + "Const" + ], + [ + 647, + "core::fmt::Formatter" + ], + [ + 648, + "core::fmt::Error" + ], + [ + 649, + "core::result::Result::<(), core::fmt::Error>" + ], + [ + 650, + "Tuple>" + ], + [ + 651, + "core::panics::PanicResult::<(core::fmt::Formatter, core::result::Result::<(), core::fmt::Error>)>" + ], + [ + 652, + "Const" + ], + [ + 653, + "Const" + ], + [ + 654, + "Const" + ], + [ + 655, + "dojo::world::world_contract::world::ContractInitialized" + ], + [ + 656, + "Const" + ], + [ + 657, + "core::starknet::storage::StoragePointer0Offset::>" + ], + [ + 658, + "core::starknet::storage::storage_base::StorageBase::>>" + ], + [ + 659, + "Const" + ], + [ + 660, + "Const" + ], + [ + 661, + "Const" + ], + [ + 662, + "dojo::world::world_contract::world::ContractUpgraded" + ], + [ + 663, + "Const" + ], + [ + 664, + "Const" + ], + [ + 665, + "Const" + ], + [ + 666, + "Const" + ], + [ + 667, + "core::starknet::storage::StoragePointer0Offset::>" + ], + [ + 668, + "Uninitialized" + ], + [ + 669, + "Const" + ], + [ + 670, + "Const" + ], + [ + 671, + "Const" + ], + [ + 672, + "Const" + ], + [ + 673, + "Tuple" + ], + [ + 674, + "core::panics::PanicResult::<(core::byte_array::ByteArray, ())>" + ], + [ + 675, + "Const" + ], + [ + 676, + "Const" + ], + [ + 677, + "Tuple>>" + ], + [ + 678, + "core::panics::PanicResult::<(core::result::Result::<(), core::array::Array::>,)>" + ], + [ + 679, + "Const" + ], + [ + 680, + "Const" + ], + [ + 681, + "Const" + ], + [ + 682, + "Const" + ], + [ + 683, + "Const" + ], + [ + 684, + "Const" + ], + [ + 685, + "Tuple" + ], + [ + 686, + "core::result::Result::<(core::starknet::contract_address::ContractAddress, core::byte_array::ByteArray, core::felt252, core::byte_array::ByteArray, core::felt252), core::array::Array::>" + ], + [ + 687, + "Tuple>>" + ], + [ + 688, + "core::panics::PanicResult::<(core::result::Result::<(core::starknet::contract_address::ContractAddress, core::byte_array::ByteArray, core::felt252, core::byte_array::ByteArray, core::felt252), core::array::Array::>,)>" + ], + [ + 689, + "core::starknet::storage::StoragePointer0Offset::>" + ], + [ + 690, + "Box" + ], + [ + 691, + "Box" + ], + [ + 692, + "core::starknet::info::v2::ExecutionInfo" + ], + [ + 693, + "Uninitialized" + ], + [ + 694, + "dojo::world::world_contract::world::WriterUpdated" + ], + [ + 695, + "core::starknet::info::BlockInfo" + ], + [ + 696, + "dojo::world::world_contract::world::OwnerUpdated" + ], + [ + 697, + "core::starknet::storage::storage_base::StorageBase::>>" + ], + [ + 698, + "Tuple" + ], + [ + 699, + "core::starknet::storage::StoragePointer0Offset::>" + ], + [ + 700, + "core::starknet::storage::storage_base::StorageBase::>>" + ], + [ + 701, + "Tuple, Array, Unit>" + ], + [ + 702, + "core::panics::PanicResult::<(core::array::Array::, core::array::Array::, ())>" + ], + [ + 703, + "dojo::world::world_contract::world::Event" + ], + [ + 704, + "Snapshot" + ], + [ + 705, + "Const" + ], + [ + 706, + "Tuple" + ], + [ + 707, + "core::panics::PanicResult::<(core::byte_array::ByteArray,)>" + ], + [ + 708, + "dojo::model::metadata::ResourceMetadata" + ], + [ + 709, + "Uninitialized" + ], + [ + 710, + "Pedersen" + ], + [ + 711, + "Uninitialized" + ], + [ + 712, + "Uninitialized" + ], + [ + 713, + "core::option::Option::>" + ], + [ + 714, + "Tuple, core::option::Option::>>" + ], + [ + 715, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 716, + "Box" + ], + [ + 717, + "core::option::Option::>" + ], + [ + 718, + "Tuple, dojo::model::metadata::ResourceMetadata>" + ], + [ + 719, + "core::panics::PanicResult::<(core::array::Span::, dojo::model::metadata::ResourceMetadata)>" + ], + [ + 720, + "Tuple" + ], + [ + 721, + "Const, Const, Const>>>" + ], + [ + 722, + "Box>" + ], + [ + 723, + "Const, Const>>" + ], + [ + 724, + "Const>" + ], + [ + 725, + "Const" + ], + [ + 726, + "Const" + ], + [ + 727, + "Box>" + ], + [ + 728, + "Tuple, felt252>" + ], + [ + 729, + "core::panics::PanicResult::<(core::array::Span::, core::felt252)>" + ], + [ + 730, + "Tuple" + ], + [ + 731, + "Box>" + ], + [ + 732, + "Const" + ], + [ + 733, + "Const" + ], + [ + 734, + "Tuple" + ], + [ + 735, + "core::panics::PanicResult::<(core::felt252,)>" + ], + [ + 736, + "Const" + ], + [ + 737, + "Const" + ], + [ + 738, + "Uninitialized>" + ], + [ + 739, + "Uninitialized, felt252>>" + ], + [ + 740, + "Const" + ], + [ + 741, + "core::starknet::storage::StoragePointer0Offset::" + ], + [ + 742, + "core::starknet::storage::StoragePointer0Offset::" + ], + [ + 743, + "dojo::world::config::Config::ComponentState::" + ], + [ + 744, + "Tuple, Unit>" + ], + [ + 745, + "core::panics::PanicResult::<(dojo::world::config::Config::ComponentState::, ())>" + ], + [ + 746, + "dojo::world::update::ProgramOutput" + ], + [ + 747, + "core::option::Option::" + ], + [ + 748, + "Tuple, core::option::Option::>" + ], + [ + 749, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::)>" + ], + [ + 750, + "Array" + ], + [ + 751, + "Snapshot>" + ], + [ + 752, + "core::array::Span::" + ], + [ + 753, + "core::option::Option::>" + ], + [ + 754, + "core::option::Option::>" + ], + [ + 755, + "Tuple, core::option::Option::>>" + ], + [ + 756, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 757, + "dojo::world::world_contract::Resource" + ], + [ + 758, + "core::result::Result::>" + ], + [ + 759, + "Tuple>>" + ], + [ + 760, + "core::panics::PanicResult::<(core::result::Result::>,)>" + ], + [ + 761, + "core::starknet::storage::StoragePointer0Offset::" + ], + [ + 762, + "core::starknet::storage::storage_base::StorageBase::>" + ], + [ + 763, + "Const" + ], + [ + 764, + "Const" + ], + [ + 765, + "core::starknet::storage::StoragePointer0Offset::" + ], + [ + 766, + "Const" + ], + [ + 767, + "Uninitialized>" + ], + [ + 768, + "Const" + ], + [ + 769, + "Tuple, core::option::Option::>" + ], + [ + 770, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::)>" + ], + [ + 771, + "dojo::model::model::ModelIndex" + ], + [ + 772, + "core::option::Option::" + ], + [ + 773, + "Tuple, core::option::Option::>" + ], + [ + 774, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::)>" + ], + [ + 775, + "Uninitialized" + ], + [ + 776, + "Box" + ], + [ + 777, + "core::option::Option::>" + ], + [ + 778, + "Tuple, core::option::Option::>>" + ], + [ + 779, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 780, + "Box" + ], + [ + 781, + "core::option::Option::>" + ], + [ + 782, + "dojo::world::world_contract::world::ContractState" + ], + [ + 783, + "Tuple" + ], + [ + 784, + "core::panics::PanicResult::<(dojo::world::world_contract::world::ContractState, core::integer::u32)>" + ], + [ + 785, + "core::option::Option::>" + ], + [ + 786, + "Tuple, core::option::Option::>>" + ], + [ + 787, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::>)>" + ], + [ + 788, + "Tuple" + ], + [ + 789, + "core::panics::PanicResult::<(dojo::world::world_contract::world::ContractState, core::starknet::class_hash::ClassHash)>" + ], + [ + 790, + "Tuple" + ], + [ + 791, + "core::panics::PanicResult::<(dojo::world::world_contract::world::ContractState, core::starknet::contract_address::ContractAddress)>" + ], + [ + 792, + "Const" + ], + [ + 793, + "Const" + ], + [ + 794, + "Const" + ], + [ + 795, + "Const" + ], + [ + 796, + "NonZero" + ], + [ + 797, + "Const" + ], + [ + 798, + "StorageAddress" + ], + [ + 799, + "core::starknet::storage::StoragePointer0Offset::" + ], + [ + 800, + "core::starknet::storage::storage_base::StorageBase::>" + ], + [ + 801, + "Const" + ], + [ + 802, + "Tuple" + ], + [ + 803, + "core::panics::PanicResult::<(dojo::world::world_contract::world::ContractState, ())>" + ], + [ + 804, + "core::option::Option::" + ], + [ + 805, + "Tuple, core::option::Option::>" + ], + [ + 806, + "core::panics::PanicResult::<(core::array::Span::, core::option::Option::)>" + ], + [ + 807, + "Uninitialized" + ], + [ + 808, + "Const" + ], + [ + 809, + "Const" + ], + [ + 810, + "Tuple>" + ], + [ + 811, + "Tuple, Unit>" + ], + [ + 812, + "core::panics::PanicResult::<(core::array::Array::, ())>" + ], + [ + 813, + "bytes31" + ], + [ + 814, + "Snapshot" + ], + [ + 815, + "Tuple" + ], + [ + 816, + "core::panics::PanicResult::<(dojo::model::metadata::ResourceMetadata,)>" + ], + [ + 817, + "BuiltinCosts" + ], + [ + 818, + "core::panics::PanicResult::<(core::array::Span::,)>" + ], + [ + 819, + "Const" + ], + [ + 820, + "GasBuiltin" + ], + [ + 821, + "RangeCheck" + ], + [ + 822, + "Poseidon" + ], + [ + 823, + "Uninitialized" + ], + [ + 824, + "Snapshot" + ], + [ + 825, + "Uninitialized>" + ], + [ + 826, + "System" + ], + [ + 827, + "Uninitialized" + ] + ], + "libfunc_names": [ + [ + 0, + "alloc_local" + ], + [ + 1, + "alloc_local" + ], + [ + 2, + "alloc_local>" + ], + [ + 3, + "alloc_local" + ], + [ + 4, + "finalize_locals" + ], + [ + 5, + "revoke_ap_tracking" + ], + [ + 6, + "withdraw_gas" + ], + [ + 7, + "branch_align" + ], + [ + 8, + "struct_deconstruct>" + ], + [ + 9, + "enable_ap_tracking" + ], + [ + 10, + "store_temp" + ], + [ + 11, + "array_snapshot_pop_front" + ], + [ + 12, + "unbox" + ], + [ + 13, + "rename" + ], + [ + 14, + "enum_init, 0>" + ], + [ + 15, + "store_temp>>" + ], + [ + 16, + "store_temp>" + ], + [ + 17, + "jump" + ], + [ + 18, + "struct_construct" + ], + [ + 19, + "enum_init, 1>" + ], + [ + 20, + "enum_match>" + ], + [ + 21, + "disable_ap_tracking" + ], + [ + 22, + "drop>>" + ], + [ + 23, + "drop>" + ], + [ + 24, + "drop>>" + ], + [ + 25, + "drop>" + ], + [ + 26, + "drop>" + ], + [ + 27, + "drop>" + ], + [ + 28, + "drop" + ], + [ + 29, + "array_new" + ], + [ + 30, + "const_as_immediate>" + ], + [ + 31, + "store_temp" + ], + [ + 32, + "array_append" + ], + [ + 33, + "struct_construct" + ], + [ + 34, + "struct_construct>>" + ], + [ + 35, + "enum_init,)>, 1>" + ], + [ + 36, + "store_temp" + ], + [ + 37, + "store_temp" + ], + [ + 38, + "store_temp" + ], + [ + 39, + "store_temp" + ], + [ + 40, + "store_temp,)>>" + ], + [ + 41, + "get_builtin_costs" + ], + [ + 42, + "store_temp" + ], + [ + 43, + "withdraw_gas_all" + ], + [ + 44, + "struct_construct>" + ], + [ + 45, + "struct_construct" + ], + [ + 46, + "snapshot_take" + ], + [ + 47, + "drop" + ], + [ + 48, + "function_call" + ], + [ + 49, + "store_local" + ], + [ + 50, + "store_local" + ], + [ + 51, + "store_local" + ], + [ + 52, + "enum_match>" + ], + [ + 53, + "struct_deconstruct>" + ], + [ + 54, + "snapshot_take" + ], + [ + 55, + "drop" + ], + [ + 56, + "dup>" + ], + [ + 57, + "struct_snapshot_deconstruct" + ], + [ + 58, + "drop>" + ], + [ + 59, + "store_local>" + ], + [ + 60, + "dup>" + ], + [ + 61, + "struct_snapshot_deconstruct" + ], + [ + 62, + "drop" + ], + [ + 63, + "dup>>" + ], + [ + 64, + "array_len" + ], + [ + 65, + "u32_to_felt252" + ], + [ + 66, + "struct_construct>" + ], + [ + 67, + "store_temp>" + ], + [ + 68, + "store_temp>" + ], + [ + 69, + "function_call, core::bytes_31::bytes31Drop>>" + ], + [ + 70, + "enum_match, ())>>" + ], + [ + 71, + "struct_deconstruct, Unit>>" + ], + [ + 72, + "drop" + ], + [ + 73, + "drop>>" + ], + [ + 74, + "rename" + ], + [ + 75, + "snapshot_take>" + ], + [ + 76, + "drop>" + ], + [ + 77, + "struct_construct>" + ], + [ + 78, + "struct_construct>>" + ], + [ + 79, + "enum_init,)>, 0>" + ], + [ + 80, + "const_as_immediate>" + ], + [ + 81, + "const_as_immediate>" + ], + [ + 82, + "drop>" + ], + [ + 83, + "alloc_local" + ], + [ + 84, + "store_temp>" + ], + [ + 85, + "store_local" + ], + [ + 86, + "function_call" + ], + [ + 87, + "enum_match, core::option::Option::)>>" + ], + [ + 88, + "struct_deconstruct, core::option::Option::>>" + ], + [ + 89, + "enum_match>" + ], + [ + 90, + "struct_construct" + ], + [ + 91, + "enum_init, 0>" + ], + [ + 92, + "store_temp>" + ], + [ + 93, + "enum_init, 1>" + ], + [ + 94, + "store_temp" + ], + [ + 95, + "drop>" + ], + [ + 96, + "enum_match>" + ], + [ + 97, + "store_temp" + ], + [ + 98, + "function_call" + ], + [ + 99, + "enum_match>" + ], + [ + 100, + "drop>" + ], + [ + 101, + "contract_address_try_from_felt252" + ], + [ + 102, + "drop" + ], + [ + 103, + "const_as_immediate>" + ], + [ + 104, + "struct_construct>>" + ], + [ + 105, + "snapshot_take>>" + ], + [ + 106, + "drop>>" + ], + [ + 107, + "struct_deconstruct>>" + ], + [ + 108, + "pedersen" + ], + [ + 109, + "contract_address_to_felt252" + ], + [ + 110, + "storage_base_address_from_felt252" + ], + [ + 111, + "struct_construct>" + ], + [ + 112, + "snapshot_take>" + ], + [ + 113, + "drop>" + ], + [ + 114, + "struct_deconstruct>" + ], + [ + 115, + "rename" + ], + [ + 116, + "storage_address_from_base" + ], + [ + 117, + "const_as_immediate>" + ], + [ + 118, + "store_temp" + ], + [ + 119, + "storage_read_syscall" + ], + [ + 120, + "felt252_is_zero" + ], + [ + 121, + "enum_init" + ], + [ + 122, + "store_temp" + ], + [ + 123, + "drop>" + ], + [ + 124, + "enum_init" + ], + [ + 125, + "bool_not_impl" + ], + [ + 126, + "enum_match" + ], + [ + 127, + "const_as_immediate>" + ], + [ + 128, + "const_as_immediate>" + ], + [ + 129, + "const_as_immediate>" + ], + [ + 130, + "store_temp" + ], + [ + 131, + "function_call" + ], + [ + 132, + "function_call" + ], + [ + 133, + "const_as_immediate>" + ], + [ + 134, + "function_call" + ], + [ + 135, + "function_call" + ], + [ + 136, + "class_hash_try_from_felt252" + ], + [ + 137, + "drop" + ], + [ + 138, + "store_temp" + ], + [ + 139, + "function_call" + ], + [ + 140, + "function_call" + ], + [ + 141, + "drop" + ], + [ + 142, + "store_temp" + ], + [ + 143, + "function_call" + ], + [ + 144, + "function_call" + ], + [ + 145, + "enum_match>" + ], + [ + 146, + "struct_deconstruct>" + ], + [ + 147, + "function_call" + ], + [ + 148, + "enum_match>" + ], + [ + 149, + "struct_deconstruct>" + ], + [ + 150, + "class_hash_to_felt252" + ], + [ + 151, + "function_call" + ], + [ + 152, + "enum_match, core::option::Option::>)>>" + ], + [ + 153, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 154, + "enum_match>>" + ], + [ + 155, + "function_call" + ], + [ + 156, + "function_call" + ], + [ + 157, + "enum_match>" + ], + [ + 158, + "struct_deconstruct>" + ], + [ + 159, + "enum_init>, 0>" + ], + [ + 160, + "store_temp>>" + ], + [ + 161, + "enum_init>, 1>" + ], + [ + 162, + "enum_match>>" + ], + [ + 163, + "function_call>" + ], + [ + 164, + "enum_match, core::option::Option::>)>>" + ], + [ + 165, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 166, + "store_temp>>" + ], + [ + 167, + "enum_init>, 1>" + ], + [ + 168, + "enum_match>>" + ], + [ + 169, + "get_execution_info_v2_syscall" + ], + [ + 170, + "store_temp>" + ], + [ + 171, + "unbox" + ], + [ + 172, + "struct_deconstruct" + ], + [ + 173, + "drop>" + ], + [ + 174, + "drop>" + ], + [ + 175, + "emit_event_syscall" + ], + [ + 176, + "alloc_local" + ], + [ + 177, + "function_call" + ], + [ + 178, + "enum_match, core::option::Option::)>>" + ], + [ + 179, + "struct_deconstruct, core::option::Option::>>" + ], + [ + 180, + "enum_match>" + ], + [ + 181, + "store_local" + ], + [ + 182, + "function_call" + ], + [ + 183, + "enum_match, core::option::Option::)>>" + ], + [ + 184, + "struct_deconstruct, core::option::Option::>>" + ], + [ + 185, + "enum_match>" + ], + [ + 186, + "drop" + ], + [ + 187, + "drop" + ], + [ + 188, + "store_temp" + ], + [ + 189, + "store_temp" + ], + [ + 190, + "function_call" + ], + [ + 191, + "enum_match,)>>" + ], + [ + 192, + "struct_deconstruct>>" + ], + [ + 193, + "dup>" + ], + [ + 194, + "array_len" + ], + [ + 195, + "function_call>" + ], + [ + 196, + "const_as_immediate>" + ], + [ + 197, + "drop>" + ], + [ + 198, + "alloc_local>" + ], + [ + 199, + "store_local>" + ], + [ + 200, + "function_call" + ], + [ + 201, + "const_as_immediate>" + ], + [ + 202, + "drop>>" + ], + [ + 203, + "function_call" + ], + [ + 204, + "storage_base_address_const<1549662586524698628134511494108424664120874428270242005980325345328461123324>" + ], + [ + 205, + "struct_construct>" + ], + [ + 206, + "snapshot_take>" + ], + [ + 207, + "drop>" + ], + [ + 208, + "struct_deconstruct>" + ], + [ + 209, + "store_temp" + ], + [ + 210, + "const_as_immediate>" + ], + [ + 211, + "const_as_immediate>" + ], + [ + 212, + "struct_construct>>" + ], + [ + 213, + "snapshot_take>>" + ], + [ + 214, + "drop>>" + ], + [ + 215, + "struct_deconstruct>>" + ], + [ + 216, + "struct_construct>" + ], + [ + 217, + "snapshot_take>" + ], + [ + 218, + "drop>" + ], + [ + 219, + "struct_deconstruct>" + ], + [ + 220, + "store_temp" + ], + [ + 221, + "function_call" + ], + [ + 222, + "enum_match>,)>>" + ], + [ + 223, + "struct_deconstruct>>>" + ], + [ + 224, + "enum_match>>" + ], + [ + 225, + "snapshot_take" + ], + [ + 226, + "drop" + ], + [ + 227, + "store_temp" + ], + [ + 228, + "function_call" + ], + [ + 229, + "struct_deconstruct>>" + ], + [ + 230, + "drop" + ], + [ + 231, + "function_call" + ], + [ + 232, + "array_new" + ], + [ + 233, + "store_temp>" + ], + [ + 234, + "function_call>" + ], + [ + 235, + "enum_match, core::option::Option::>)>>" + ], + [ + 236, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 237, + "enum_match>>" + ], + [ + 238, + "snapshot_take>" + ], + [ + 239, + "drop>" + ], + [ + 240, + "struct_construct>" + ], + [ + 241, + "enum_init>, 0>" + ], + [ + 242, + "store_temp>>" + ], + [ + 243, + "enum_init>, 1>" + ], + [ + 244, + "enum_match>>" + ], + [ + 245, + "function_call" + ], + [ + 246, + "enum_match, core::option::Option::)>>" + ], + [ + 247, + "struct_deconstruct, core::option::Option::>>" + ], + [ + 248, + "enum_match>" + ], + [ + 249, + "drop" + ], + [ + 250, + "drop>" + ], + [ + 251, + "store_temp>" + ], + [ + 252, + "store_temp" + ], + [ + 253, + "function_call" + ], + [ + 254, + "function_call::set_differ_program_hash>" + ], + [ + 255, + "enum_match, ())>>" + ], + [ + 256, + "drop, Unit>>" + ], + [ + 257, + "function_call::set_merger_program_hash>" + ], + [ + 258, + "storage_base_address_const<1613843763028037074356369842856834960713191574821751450503808565384322412001>" + ], + [ + 259, + "struct_construct>" + ], + [ + 260, + "snapshot_take>" + ], + [ + 261, + "drop>" + ], + [ + 262, + "struct_deconstruct>" + ], + [ + 263, + "storage_base_address_const<1795955509500206207932062438636822041174866305255220393628320582807584283305>" + ], + [ + 264, + "function_call::set_facts_registry>" + ], + [ + 265, + "storage_base_address_const<1229685481650523187208926305059271985877225951187549955016730480626818673443>" + ], + [ + 266, + "struct_construct>" + ], + [ + 267, + "snapshot_take>" + ], + [ + 268, + "drop>" + ], + [ + 269, + "struct_deconstruct>" + ], + [ + 270, + "const_as_immediate>" + ], + [ + 271, + "function_call" + ], + [ + 272, + "alloc_local, felt252>>" + ], + [ + 273, + "alloc_local>" + ], + [ + 274, + "array_new" + ], + [ + 275, + "const_as_immediate>" + ], + [ + 276, + "const_as_immediate>" + ], + [ + 277, + "struct_construct" + ], + [ + 278, + "snapshot_take" + ], + [ + 279, + "store_temp>" + ], + [ + 280, + "function_call" + ], + [ + 281, + "enum_match>" + ], + [ + 282, + "const_as_immediate>" + ], + [ + 283, + "const_as_immediate>" + ], + [ + 284, + "store_local>" + ], + [ + 285, + "struct_deconstruct>" + ], + [ + 286, + "struct_construct>" + ], + [ + 287, + "snapshot_take>" + ], + [ + 288, + "drop>" + ], + [ + 289, + "store_temp>" + ], + [ + 290, + "into_box>" + ], + [ + 291, + "span_from_tuple>" + ], + [ + 292, + "struct_construct>" + ], + [ + 293, + "store_temp>" + ], + [ + 294, + "function_call" + ], + [ + 295, + "enum_match, core::felt252)>>" + ], + [ + 296, + "dup" + ], + [ + 297, + "struct_construct>" + ], + [ + 298, + "snapshot_take>" + ], + [ + 299, + "drop>" + ], + [ + 300, + "into_box>" + ], + [ + 301, + "span_from_tuple>" + ], + [ + 302, + "store_local, felt252>>" + ], + [ + 303, + "const_as_box, Const, Const>>>, 0>" + ], + [ + 304, + "span_from_tuple>" + ], + [ + 305, + "struct_deconstruct, felt252>>" + ], + [ + 306, + "struct_construct>" + ], + [ + 307, + "enum_init" + ], + [ + 308, + "function_call" + ], + [ + 309, + "function_call" + ], + [ + 310, + "enum_match, dojo::model::metadata::ResourceMetadata)>>" + ], + [ + 311, + "struct_deconstruct, dojo::model::metadata::ResourceMetadata>>" + ], + [ + 312, + "struct_construct>" + ], + [ + 313, + "enum_init, 0>" + ], + [ + 314, + "store_temp>" + ], + [ + 315, + "enum_init, 1>" + ], + [ + 316, + "drop, felt252>>" + ], + [ + 317, + "drop, felt252>>>" + ], + [ + 318, + "store_temp>>" + ], + [ + 319, + "drop>>" + ], + [ + 320, + "struct_deconstruct>" + ], + [ + 321, + "array_snapshot_pop_front" + ], + [ + 322, + "enum_init>, 0>" + ], + [ + 323, + "store_temp>>" + ], + [ + 324, + "store_temp>>" + ], + [ + 325, + "enum_init>, 1>" + ], + [ + 326, + "enum_match>>" + ], + [ + 327, + "unbox" + ], + [ + 328, + "rename" + ], + [ + 329, + "bytes31_to_felt252" + ], + [ + 330, + "struct_construct, Unit>>" + ], + [ + 331, + "enum_init, ())>, 0>" + ], + [ + 332, + "store_temp, ())>>" + ], + [ + 333, + "drop>" + ], + [ + 334, + "enum_init, ())>, 1>" + ], + [ + 335, + "store_temp>" + ], + [ + 336, + "function_call, core::bytes_31::bytes31Drop>>" + ], + [ + 337, + "enum_match, core::option::Option::>)>>" + ], + [ + 338, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 339, + "store_temp>>" + ], + [ + 340, + "enum_init, core::option::Option::)>, 1>" + ], + [ + 341, + "store_temp, core::option::Option::)>>" + ], + [ + 342, + "enum_init>, 1>" + ], + [ + 343, + "enum_match>>" + ], + [ + 344, + "u32_try_from_felt252" + ], + [ + 345, + "enum_init, 0>" + ], + [ + 346, + "struct_construct, core::option::Option::>>" + ], + [ + 347, + "enum_init, core::option::Option::)>, 0>" + ], + [ + 348, + "drop>" + ], + [ + 349, + "enum_init, 1>" + ], + [ + 350, + "alloc_local" + ], + [ + 351, + "alloc_local" + ], + [ + 352, + "alloc_local" + ], + [ + 353, + "store_temp" + ], + [ + 354, + "store_temp>" + ], + [ + 355, + "unbox" + ], + [ + 356, + "dup" + ], + [ + 357, + "struct_deconstruct" + ], + [ + 358, + "drop" + ], + [ + 359, + "drop>" + ], + [ + 360, + "felt252_sub" + ], + [ + 361, + "drop>" + ], + [ + 362, + "struct_deconstruct" + ], + [ + 363, + "store_local" + ], + [ + 364, + "drop>" + ], + [ + 365, + "drop>" + ], + [ + 366, + "function_call" + ], + [ + 367, + "enum_match>" + ], + [ + 368, + "const_as_immediate>" + ], + [ + 369, + "struct_deconstruct>" + ], + [ + 370, + "store_local" + ], + [ + 371, + "rename" + ], + [ + 372, + "rename" + ], + [ + 373, + "rename" + ], + [ + 374, + "rename" + ], + [ + 375, + "rename>" + ], + [ + 376, + "store_local" + ], + [ + 377, + "function_call" + ], + [ + 378, + "struct_construct" + ], + [ + 379, + "enum_init" + ], + [ + 380, + "snapshot_take" + ], + [ + 381, + "drop" + ], + [ + 382, + "store_temp>" + ], + [ + 383, + "function_call" + ], + [ + 384, + "enum_match, core::array::Array::, ())>>" + ], + [ + 385, + "struct_deconstruct, Array, Unit>>" + ], + [ + 386, + "struct_deconstruct>" + ], + [ + 387, + "struct_construct>" + ], + [ + 388, + "enum_init, 0>" + ], + [ + 389, + "store_temp>" + ], + [ + 390, + "enum_init, 1>" + ], + [ + 391, + "function_call" + ], + [ + 392, + "drop" + ], + [ + 393, + "struct_construct>>>" + ], + [ + 394, + "snapshot_take>>>" + ], + [ + 395, + "drop>>>" + ], + [ + 396, + "struct_deconstruct>>>" + ], + [ + 397, + "struct_construct>>" + ], + [ + 398, + "snapshot_take>>" + ], + [ + 399, + "drop>>" + ], + [ + 400, + "struct_deconstruct>>" + ], + [ + 401, + "enum_match" + ], + [ + 402, + "drop>" + ], + [ + 403, + "struct_construct>>>" + ], + [ + 404, + "snapshot_take>>>" + ], + [ + 405, + "drop>>>" + ], + [ + 406, + "struct_deconstruct>>>" + ], + [ + 407, + "bool_to_felt252" + ], + [ + 408, + "storage_write_syscall" + ], + [ + 409, + "struct_construct" + ], + [ + 410, + "enum_init" + ], + [ + 411, + "function_call" + ], + [ + 412, + "struct_construct" + ], + [ + 413, + "enum_init" + ], + [ + 414, + "alloc_local" + ], + [ + 415, + "storage_base_address_const<1598178617163287625290881309428500297282832656818098143741950547743373339232>" + ], + [ + 416, + "struct_construct>>" + ], + [ + 417, + "snapshot_take>>" + ], + [ + 418, + "drop>>" + ], + [ + 419, + "struct_deconstruct>>" + ], + [ + 420, + "store_local" + ], + [ + 421, + "dup" + ], + [ + 422, + "dup" + ], + [ + 423, + "function_call" + ], + [ + 424, + "enum_match>,)>>" + ], + [ + 425, + "struct_deconstruct>>>" + ], + [ + 426, + "enum_match>>" + ], + [ + 427, + "struct_deconstruct>" + ], + [ + 428, + "const_as_immediate>" + ], + [ + 429, + "u32_overflowing_add" + ], + [ + 430, + "function_call" + ], + [ + 431, + "function_call" + ], + [ + 432, + "const_as_immediate>" + ], + [ + 433, + "call_contract_syscall" + ], + [ + 434, + "struct_deconstruct>" + ], + [ + 435, + "const_as_immediate>" + ], + [ + 436, + "const_as_immediate>" + ], + [ + 437, + "const_as_immediate>" + ], + [ + 438, + "function_call" + ], + [ + 439, + "const_as_immediate>" + ], + [ + 440, + "function_call" + ], + [ + 441, + "struct_construct>" + ], + [ + 442, + "enum_init" + ], + [ + 443, + "function_call" + ], + [ + 444, + "enum_match>,)>>" + ], + [ + 445, + "struct_deconstruct>>>" + ], + [ + 446, + "enum_match>>" + ], + [ + 447, + "struct_construct" + ], + [ + 448, + "enum_init" + ], + [ + 449, + "function_call" + ], + [ + 450, + "const_as_immediate>" + ], + [ + 451, + "const_as_immediate>" + ], + [ + 452, + "drop>" + ], + [ + 453, + "class_hash_const<0>" + ], + [ + 454, + "contract_address_const<0>" + ], + [ + 455, + "function_call" + ], + [ + 456, + "struct_construct" + ], + [ + 457, + "enum_init" + ], + [ + 458, + "function_call" + ], + [ + 459, + "enum_match>" + ], + [ + 460, + "struct_deconstruct>" + ], + [ + 461, + "const_as_immediate>" + ], + [ + 462, + "function_call" + ], + [ + 463, + "enum_init, 0>" + ], + [ + 464, + "store_temp>" + ], + [ + 465, + "enum_match>" + ], + [ + 466, + "const_as_immediate>" + ], + [ + 467, + "const_as_immediate>" + ], + [ + 468, + "function_call" + ], + [ + 469, + "drop" + ], + [ + 470, + "drop>" + ], + [ + 471, + "const_as_immediate>" + ], + [ + 472, + "function_call" + ], + [ + 473, + "function_call" + ], + [ + 474, + "enum_init" + ], + [ + 475, + "struct_construct" + ], + [ + 476, + "enum_init" + ], + [ + 477, + "alloc_local" + ], + [ + 478, + "struct_construct>>" + ], + [ + 479, + "snapshot_take>>" + ], + [ + 480, + "drop>>" + ], + [ + 481, + "struct_deconstruct>>" + ], + [ + 482, + "deploy_syscall" + ], + [ + 483, + "const_as_immediate>" + ], + [ + 484, + "store_local" + ], + [ + 485, + "const_as_immediate>" + ], + [ + 486, + "const_as_immediate>" + ], + [ + 487, + "const_as_immediate>" + ], + [ + 488, + "enum_init" + ], + [ + 489, + "struct_construct" + ], + [ + 490, + "enum_init" + ], + [ + 491, + "struct_construct>" + ], + [ + 492, + "enum_init, 0>" + ], + [ + 493, + "store_temp>" + ], + [ + 494, + "enum_init, 1>" + ], + [ + 495, + "drop>" + ], + [ + 496, + "struct_construct" + ], + [ + 497, + "enum_init" + ], + [ + 498, + "struct_construct>" + ], + [ + 499, + "enum_init, 0>" + ], + [ + 500, + "store_temp>" + ], + [ + 501, + "enum_init, 1>" + ], + [ + 502, + "dup>>" + ], + [ + 503, + "array_slice" + ], + [ + 504, + "u32_overflowing_sub" + ], + [ + 505, + "enum_init>, 0>" + ], + [ + 506, + "struct_construct, core::option::Option::>>>" + ], + [ + 507, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 508, + "store_temp, core::option::Option::>)>>" + ], + [ + 509, + "const_as_immediate>" + ], + [ + 510, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 511, + "const_as_immediate>" + ], + [ + 512, + "enum_init>, 1>" + ], + [ + 513, + "const_as_immediate>" + ], + [ + 514, + "struct_construct>>>" + ], + [ + 515, + "snapshot_take>>>" + ], + [ + 516, + "drop>>>" + ], + [ + 517, + "struct_deconstruct>>>" + ], + [ + 518, + "struct_construct>>" + ], + [ + 519, + "snapshot_take>>" + ], + [ + 520, + "drop>>" + ], + [ + 521, + "struct_deconstruct>>" + ], + [ + 522, + "const_as_immediate>" + ], + [ + 523, + "struct_construct" + ], + [ + 524, + "enum_init" + ], + [ + 525, + "const_as_immediate>" + ], + [ + 526, + "const_as_immediate>" + ], + [ + 527, + "const_as_immediate>" + ], + [ + 528, + "snapshot_take" + ], + [ + 529, + "struct_construct" + ], + [ + 530, + "store_temp" + ], + [ + 531, + "function_call::fmt>" + ], + [ + 532, + "enum_match)>>" + ], + [ + 533, + "struct_deconstruct>>" + ], + [ + 534, + "struct_deconstruct" + ], + [ + 535, + "const_as_immediate>" + ], + [ + 536, + "drop" + ], + [ + 537, + "storage_base_address_const<1217961213749390912347430045896694622051130986551650888538812188143166297945>" + ], + [ + 538, + "struct_construct>" + ], + [ + 539, + "enum_init, 0>" + ], + [ + 540, + "store_temp>" + ], + [ + 541, + "enum_init, 1>" + ], + [ + 542, + "enum_init>, 0>" + ], + [ + 543, + "struct_construct, core::option::Option::>>>" + ], + [ + 544, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 545, + "store_temp, core::option::Option::>)>>" + ], + [ + 546, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 547, + "enum_init" + ], + [ + 548, + "enum_init, 1>" + ], + [ + 549, + "struct_construct, core::option::Option::>>" + ], + [ + 550, + "enum_init, core::option::Option::)>, 0>" + ], + [ + 551, + "store_temp, core::option::Option::)>>" + ], + [ + 552, + "enum_init, core::option::Option::)>, 1>" + ], + [ + 553, + "enum_init" + ], + [ + 554, + "const_as_immediate>" + ], + [ + 555, + "enum_init, 0>" + ], + [ + 556, + "store_temp>" + ], + [ + 557, + "enum_init, 1>" + ], + [ + 558, + "enum_match>" + ], + [ + 559, + "enum_init" + ], + [ + 560, + "enum_init, 0>" + ], + [ + 561, + "array_new" + ], + [ + 562, + "store_temp>" + ], + [ + 563, + "function_call, core::integer::u8Drop>>" + ], + [ + 564, + "enum_match, core::option::Option::>)>>" + ], + [ + 565, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 566, + "enum_match>>" + ], + [ + 567, + "snapshot_take>" + ], + [ + 568, + "drop>" + ], + [ + 569, + "struct_construct>" + ], + [ + 570, + "enum_init>, 0>" + ], + [ + 571, + "store_temp>>" + ], + [ + 572, + "enum_init>, 1>" + ], + [ + 573, + "enum_init, core::option::Option::)>, 1>" + ], + [ + 574, + "store_temp, core::option::Option::)>>" + ], + [ + 575, + "enum_match>>" + ], + [ + 576, + "enum_init" + ], + [ + 577, + "enum_init, 1>" + ], + [ + 578, + "struct_construct, core::option::Option::>>" + ], + [ + 579, + "enum_init, core::option::Option::)>, 0>" + ], + [ + 580, + "array_new" + ], + [ + 581, + "store_temp>" + ], + [ + 582, + "function_call>" + ], + [ + 583, + "enum_match, core::option::Option::>)>>" + ], + [ + 584, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 585, + "enum_match>>" + ], + [ + 586, + "snapshot_take>" + ], + [ + 587, + "drop>" + ], + [ + 588, + "enum_init>, 0>" + ], + [ + 589, + "store_temp>>" + ], + [ + 590, + "enum_init>, 1>" + ], + [ + 591, + "enum_match>>" + ], + [ + 592, + "array_new" + ], + [ + 593, + "store_temp>" + ], + [ + 594, + "function_call>" + ], + [ + 595, + "enum_match, core::option::Option::>)>>" + ], + [ + 596, + "struct_deconstruct, core::option::Option::>>>" + ], + [ + 597, + "enum_match>>" + ], + [ + 598, + "snapshot_take>" + ], + [ + 599, + "drop>" + ], + [ + 600, + "struct_construct>" + ], + [ + 601, + "enum_init>, 0>" + ], + [ + 602, + "store_temp>>" + ], + [ + 603, + "enum_init>, 1>" + ], + [ + 604, + "enum_match>>" + ], + [ + 605, + "enum_init" + ], + [ + 606, + "const_as_immediate>" + ], + [ + 607, + "enum_init" + ], + [ + 608, + "const_as_immediate>" + ], + [ + 609, + "enum_init" + ], + [ + 610, + "const_as_immediate>" + ], + [ + 611, + "enum_init" + ], + [ + 612, + "enum_init, 0>" + ], + [ + 613, + "alloc_local>" + ], + [ + 614, + "enum_match" + ], + [ + 615, + "drop>>" + ], + [ + 616, + "struct_deconstruct>" + ], + [ + 617, + "store_local>" + ], + [ + 618, + "function_call" + ], + [ + 619, + "const_as_immediate>" + ], + [ + 620, + "const_as_immediate>" + ], + [ + 621, + "function_call" + ], + [ + 622, + "struct_construct" + ], + [ + 623, + "enum_init" + ], + [ + 624, + "struct_construct" + ], + [ + 625, + "enum_init" + ], + [ + 626, + "function_call" + ], + [ + 627, + "enum_match>" + ], + [ + 628, + "drop>" + ], + [ + 629, + "struct_construct" + ], + [ + 630, + "enum_init" + ], + [ + 631, + "function_call" + ], + [ + 632, + "struct_construct" + ], + [ + 633, + "enum_init" + ], + [ + 634, + "const_as_immediate>" + ], + [ + 635, + "dup" + ], + [ + 636, + "const_as_immediate>" + ], + [ + 637, + "storage_address_from_base_and_offset" + ], + [ + 638, + "const_as_immediate>" + ], + [ + 639, + "enum_init>, 0>" + ], + [ + 640, + "store_temp>>" + ], + [ + 641, + "drop" + ], + [ + 642, + "enum_init>,)>, 1>" + ], + [ + 643, + "store_temp>,)>>" + ], + [ + 644, + "enum_init>, 1>" + ], + [ + 645, + "struct_construct>>>" + ], + [ + 646, + "enum_init>,)>, 0>" + ], + [ + 647, + "enum_init" + ], + [ + 648, + "enum_init" + ], + [ + 649, + "const_as_immediate>" + ], + [ + 650, + "rename" + ], + [ + 651, + "rename" + ], + [ + 652, + "const_as_immediate>" + ], + [ + 653, + "replace_class_syscall" + ], + [ + 654, + "struct_construct" + ], + [ + 655, + "enum_init" + ], + [ + 656, + "enum_init>, 0>" + ], + [ + 657, + "struct_construct, core::option::Option::>>>" + ], + [ + 658, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 659, + "store_temp, core::option::Option::>)>>" + ], + [ + 660, + "struct_construct" + ], + [ + 661, + "enum_init, 0>" + ], + [ + 662, + "store_temp>" + ], + [ + 663, + "enum_init, 1>" + ], + [ + 664, + "enum_match>" + ], + [ + 665, + "array_append" + ], + [ + 666, + "enum_init>, 1>" + ], + [ + 667, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 668, + "struct_construct" + ], + [ + 669, + "enum_init, 0>" + ], + [ + 670, + "struct_construct, core::option::Option::>>" + ], + [ + 671, + "enum_init, core::option::Option::)>, 0>" + ], + [ + 672, + "store_temp, core::option::Option::)>>" + ], + [ + 673, + "enum_init, 1>" + ], + [ + 674, + "enum_init, core::option::Option::)>, 1>" + ], + [ + 675, + "struct_construct" + ], + [ + 676, + "dup>" + ], + [ + 677, + "store_temp" + ], + [ + 678, + "function_call" + ], + [ + 679, + "enum_match>" + ], + [ + 680, + "struct_deconstruct" + ], + [ + 681, + "struct_deconstruct>" + ], + [ + 682, + "struct_deconstruct" + ], + [ + 683, + "snapshot_take" + ], + [ + 684, + "function_call" + ], + [ + 685, + "felt252_add" + ], + [ + 686, + "hades_permutation" + ], + [ + 687, + "const_as_immediate>" + ], + [ + 688, + "const_as_immediate>" + ], + [ + 689, + "function_call" + ], + [ + 690, + "struct_construct" + ], + [ + 691, + "enum_init" + ], + [ + 692, + "const_as_immediate>" + ], + [ + 693, + "const_as_immediate>" + ], + [ + 694, + "storage_base_address_const<907111799109225873672206001743429201758838553092777504370151546632448000192>" + ], + [ + 695, + "struct_construct>>" + ], + [ + 696, + "snapshot_take>>" + ], + [ + 697, + "drop>>" + ], + [ + 698, + "struct_deconstruct>>" + ], + [ + 699, + "struct_construct" + ], + [ + 700, + "enum_init" + ], + [ + 701, + "enum_init" + ], + [ + 702, + "struct_construct, Unit>>" + ], + [ + 703, + "enum_init, ())>, 0>" + ], + [ + 704, + "store_temp, ())>>" + ], + [ + 705, + "drop>" + ], + [ + 706, + "enum_init, ())>, 1>" + ], + [ + 707, + "const_as_immediate>" + ], + [ + 708, + "struct_construct" + ], + [ + 709, + "enum_init" + ], + [ + 710, + "struct_construct" + ], + [ + 711, + "enum_init" + ], + [ + 712, + "alloc_local" + ], + [ + 713, + "store_local" + ], + [ + 714, + "class_hash_const<1793940066219402508693493045674699265910070015218586864178168923084613038677>" + ], + [ + 715, + "struct_construct" + ], + [ + 716, + "enum_init" + ], + [ + 717, + "drop" + ], + [ + 718, + "drop>" + ], + [ + 719, + "enum_init, 0>" + ], + [ + 720, + "store_temp>" + ], + [ + 721, + "enum_init, 1>" + ], + [ + 722, + "struct_deconstruct>" + ], + [ + 723, + "dup" + ], + [ + 724, + "drop" + ], + [ + 725, + "enum_init, core::felt252)>, 1>" + ], + [ + 726, + "store_temp, core::felt252)>>" + ], + [ + 727, + "struct_construct, felt252>>" + ], + [ + 728, + "enum_init, core::felt252)>, 0>" + ], + [ + 729, + "drop>" + ], + [ + 730, + "enum_match" + ], + [ + 731, + "const_as_immediate>" + ], + [ + 732, + "snapshot_take>" + ], + [ + 733, + "into_box>" + ], + [ + 734, + "span_from_tuple>" + ], + [ + 735, + "store_temp>" + ], + [ + 736, + "function_call" + ], + [ + 737, + "enum_match, core::array::Array::>,)>>" + ], + [ + 738, + "struct_deconstruct, core::array::Array::>>>" + ], + [ + 739, + "enum_match, core::array::Array::>>" + ], + [ + 740, + "function_call::append_span::, core::felt252Drop>>" + ], + [ + 741, + "store_temp>" + ], + [ + 742, + "function_call" + ], + [ + 743, + "enum_match, core::integer::u32, ())>>" + ], + [ + 744, + "struct_deconstruct, u32, Unit>>" + ], + [ + 745, + "drop>" + ], + [ + 746, + "drop>" + ], + [ + 747, + "const_as_immediate>" + ], + [ + 748, + "const_as_immediate>" + ], + [ + 749, + "snapshot_take>" + ], + [ + 750, + "enum_snapshot_match>" + ], + [ + 751, + "struct_construct, dojo::model::metadata::ResourceMetadata>>" + ], + [ + 752, + "enum_init, dojo::model::metadata::ResourceMetadata)>, 0>" + ], + [ + 753, + "store_temp, dojo::model::metadata::ResourceMetadata)>>" + ], + [ + 754, + "const_as_immediate>" + ], + [ + 755, + "enum_init, dojo::model::metadata::ResourceMetadata)>, 1>" + ], + [ + 756, + "drop>" + ], + [ + 757, + "const_as_immediate>" + ], + [ + 758, + "const_as_immediate>" + ], + [ + 759, + "enum_init>, 0>" + ], + [ + 760, + "struct_construct, core::option::Option::>>>" + ], + [ + 761, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 762, + "store_temp, core::option::Option::>)>>" + ], + [ + 763, + "bytes31_try_from_felt252" + ], + [ + 764, + "array_append" + ], + [ + 765, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 766, + "const_as_immediate>" + ], + [ + 767, + "const_as_immediate>" + ], + [ + 768, + "const_as_immediate>" + ], + [ + 769, + "const_as_immediate>" + ], + [ + 770, + "const_as_immediate>" + ], + [ + 771, + "enum_init, 1>" + ], + [ + 772, + "store_temp>" + ], + [ + 773, + "enum_init, 1>" + ], + [ + 774, + "struct_construct>" + ], + [ + 775, + "enum_init, 0>" + ], + [ + 776, + "dup>" + ], + [ + 777, + "function_call" + ], + [ + 778, + "enum_match>" + ], + [ + 779, + "drop>" + ], + [ + 780, + "struct_deconstruct>" + ], + [ + 781, + "array_len" + ], + [ + 782, + "drop>" + ], + [ + 783, + "function_call" + ], + [ + 784, + "enum_match>" + ], + [ + 785, + "drop>" + ], + [ + 786, + "enum_snapshot_match" + ], + [ + 787, + "const_as_immediate>" + ], + [ + 788, + "dup" + ], + [ + 789, + "struct_deconstruct" + ], + [ + 790, + "const_as_immediate>" + ], + [ + 791, + "store_temp>" + ], + [ + 792, + "function_call" + ], + [ + 793, + "const_as_immediate>" + ], + [ + 794, + "dup" + ], + [ + 795, + "struct_deconstruct" + ], + [ + 796, + "const_as_immediate>" + ], + [ + 797, + "dup" + ], + [ + 798, + "struct_deconstruct" + ], + [ + 799, + "rename>" + ], + [ + 800, + "struct_construct, Array, Unit>>" + ], + [ + 801, + "enum_init, core::array::Array::, ())>, 0>" + ], + [ + 802, + "store_temp, core::array::Array::, ())>>" + ], + [ + 803, + "enum_init, core::array::Array::, ())>, 1>" + ], + [ + 804, + "const_as_immediate>" + ], + [ + 805, + "struct_deconstruct" + ], + [ + 806, + "const_as_immediate>" + ], + [ + 807, + "dup>" + ], + [ + 808, + "struct_snapshot_deconstruct" + ], + [ + 809, + "const_as_immediate>" + ], + [ + 810, + "dup>" + ], + [ + 811, + "struct_snapshot_deconstruct" + ], + [ + 812, + "drop>" + ], + [ + 813, + "const_as_immediate>" + ], + [ + 814, + "store_temp>" + ], + [ + 815, + "function_call" + ], + [ + 816, + "const_as_immediate>" + ], + [ + 817, + "store_temp>" + ], + [ + 818, + "function_call" + ], + [ + 819, + "const_as_immediate>" + ], + [ + 820, + "store_temp" + ], + [ + 821, + "function_call" + ], + [ + 822, + "const_as_immediate>" + ], + [ + 823, + "dup" + ], + [ + 824, + "struct_deconstruct" + ], + [ + 825, + "const_as_immediate>" + ], + [ + 826, + "dup" + ], + [ + 827, + "struct_deconstruct" + ], + [ + 828, + "const_as_immediate>" + ], + [ + 829, + "dup" + ], + [ + 830, + "struct_deconstruct" + ], + [ + 831, + "const_as_immediate>" + ], + [ + 832, + "dup" + ], + [ + 833, + "struct_deconstruct" + ], + [ + 834, + "drop" + ], + [ + 835, + "rename" + ], + [ + 836, + "const_as_immediate>" + ], + [ + 837, + "dup" + ], + [ + 838, + "struct_deconstruct" + ], + [ + 839, + "const_as_immediate>" + ], + [ + 840, + "enum_match" + ], + [ + 841, + "const_as_immediate>" + ], + [ + 842, + "struct_deconstruct" + ], + [ + 843, + "const_as_immediate>" + ], + [ + 844, + "struct_deconstruct" + ], + [ + 845, + "const_as_immediate>" + ], + [ + 846, + "struct_deconstruct" + ], + [ + 847, + "const_as_immediate>" + ], + [ + 848, + "struct_deconstruct" + ], + [ + 849, + "const_as_immediate>" + ], + [ + 850, + "const_as_immediate>" + ], + [ + 851, + "const_as_immediate>" + ], + [ + 852, + "const_as_immediate>" + ], + [ + 853, + "const_as_immediate>" + ], + [ + 854, + "const_as_immediate>" + ], + [ + 855, + "struct_construct>" + ], + [ + 856, + "enum_init>, 0>" + ], + [ + 857, + "struct_construct>>>" + ], + [ + 858, + "enum_init>,)>, 0>" + ], + [ + 859, + "store_temp>,)>>" + ], + [ + 860, + "enum_init>,)>, 1>" + ], + [ + 861, + "enum_init>, 1>" + ], + [ + 862, + "const_as_immediate>" + ], + [ + 863, + "const_as_immediate>" + ], + [ + 864, + "const_as_immediate>" + ], + [ + 865, + "const_as_immediate>" + ], + [ + 866, + "const_as_immediate>" + ], + [ + 867, + "const_as_immediate>" + ], + [ + 868, + "const_as_immediate>" + ], + [ + 869, + "const_as_immediate>" + ], + [ + 870, + "const_as_immediate>" + ], + [ + 871, + "enum_init>, 1>" + ], + [ + 872, + "struct_construct>>>" + ], + [ + 873, + "enum_init>,)>, 0>" + ], + [ + 874, + "store_temp>,)>>" + ], + [ + 875, + "enum_init>, 0>" + ], + [ + 876, + "const_as_immediate>" + ], + [ + 877, + "const_as_immediate>" + ], + [ + 878, + "const_as_immediate>" + ], + [ + 879, + "const_as_immediate>" + ], + [ + 880, + "const_as_immediate>" + ], + [ + 881, + "struct_deconstruct" + ], + [ + 882, + "u32_eq" + ], + [ + 883, + "function_call" + ], + [ + 884, + "enum_match, core::byte_array::ByteArray, ())>>" + ], + [ + 885, + "struct_deconstruct, core::byte_array::ByteArray, Unit>>" + ], + [ + 886, + "enum_init, 1>" + ], + [ + 887, + "store_temp>" + ], + [ + 888, + "function_call" + ], + [ + 889, + "rename" + ], + [ + 890, + "function_call" + ], + [ + 891, + "function_call::append_span::, core::bytes_31::bytes31Drop>>" + ], + [ + 892, + "enum_match, ())>>" + ], + [ + 893, + "struct_deconstruct, Unit>>" + ], + [ + 894, + "struct_construct>" + ], + [ + 895, + "enum_init, 0>" + ], + [ + 896, + "u128s_from_felt252" + ], + [ + 897, + "const_as_immediate>" + ], + [ + 898, + "store_temp" + ], + [ + 899, + "function_call" + ], + [ + 900, + "enum_match>" + ], + [ + 901, + "struct_deconstruct>" + ], + [ + 902, + "u128_is_zero" + ], + [ + 903, + "u128_safe_divmod" + ], + [ + 904, + "u128_to_felt252" + ], + [ + 905, + "const_as_immediate>" + ], + [ + 906, + "felt252_mul" + ], + [ + 907, + "const_as_immediate>" + ], + [ + 908, + "const_as_immediate>" + ], + [ + 909, + "u8_to_felt252" + ], + [ + 910, + "enum_init)>, 1>" + ], + [ + 911, + "store_temp)>>" + ], + [ + 912, + "unwrap_non_zero" + ], + [ + 913, + "struct_construct" + ], + [ + 914, + "store_temp" + ], + [ + 915, + "u256_is_zero" + ], + [ + 916, + "drop" + ], + [ + 917, + "snapshot_take" + ], + [ + 918, + "store_temp>" + ], + [ + 919, + "function_call>>" + ], + [ + 920, + "struct_construct>>" + ], + [ + 921, + "enum_init)>, 0>" + ], + [ + 922, + "enum_init>, 0>" + ], + [ + 923, + "struct_construct, core::option::Option::>>>" + ], + [ + 924, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 925, + "store_temp, core::option::Option::>)>>" + ], + [ + 926, + "u8_try_from_felt252" + ], + [ + 927, + "array_append" + ], + [ + 928, + "enum_init>, 1>" + ], + [ + 929, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 930, + "enum_init>, 0>" + ], + [ + 931, + "struct_construct, core::option::Option::>>>" + ], + [ + 932, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 933, + "store_temp, core::option::Option::>)>>" + ], + [ + 934, + "struct_construct" + ], + [ + 935, + "enum_init, 0>" + ], + [ + 936, + "store_temp>" + ], + [ + 937, + "enum_init, 1>" + ], + [ + 938, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 939, + "enum_match>" + ], + [ + 940, + "array_append" + ], + [ + 941, + "enum_init>, 1>" + ], + [ + 942, + "enum_init>, 0>" + ], + [ + 943, + "struct_construct, core::option::Option::>>>" + ], + [ + 944, + "enum_init, core::option::Option::>)>, 0>" + ], + [ + 945, + "store_temp, core::option::Option::>)>>" + ], + [ + 946, + "array_append" + ], + [ + 947, + "enum_init>, 1>" + ], + [ + 948, + "enum_init, core::option::Option::>)>, 1>" + ], + [ + 949, + "store_temp>" + ], + [ + 950, + "function_call" + ], + [ + 951, + "function_call" + ], + [ + 952, + "function_call" + ], + [ + 953, + "function_call" + ], + [ + 954, + "const_as_immediate>" + ], + [ + 955, + "struct_construct>" + ], + [ + 956, + "enum_init, 0>" + ], + [ + 957, + "store_temp>" + ], + [ + 958, + "enum_init, 1>" + ], + [ + 959, + "struct_deconstruct>" + ], + [ + 960, + "function_call" + ], + [ + 961, + "function_call" + ], + [ + 962, + "function_call" + ], + [ + 963, + "function_call" + ], + [ + 964, + "function_call" + ], + [ + 965, + "function_call" + ], + [ + 966, + "struct_deconstruct>" + ], + [ + 967, + "array_len" + ], + [ + 968, + "array_get" + ], + [ + 969, + "store_temp>" + ], + [ + 970, + "unbox" + ], + [ + 971, + "struct_deconstruct" + ], + [ + 972, + "enum_init, 1>" + ], + [ + 973, + "store_temp>" + ], + [ + 974, + "drop" + ], + [ + 975, + "struct_construct>" + ], + [ + 976, + "enum_init, 0>" + ], + [ + 977, + "dup" + ], + [ + 978, + "drop" + ], + [ + 979, + "alloc_local" + ], + [ + 980, + "store_local" + ], + [ + 981, + "function_call" + ], + [ + 982, + "enum_match, core::integer::u32, core::integer::u32, ())>>" + ], + [ + 983, + "struct_deconstruct, u32, u32, Unit>>" + ], + [ + 984, + "const_as_immediate>" + ], + [ + 985, + "snapshot_take" + ], + [ + 986, + "store_temp" + ], + [ + 987, + "function_call" + ], + [ + 988, + "enum_match, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::, core::array::Array::>)>>" + ], + [ + 989, + "struct_deconstruct, felt252, StorageBaseAddress, u8, core::result::Result::, core::array::Array::>>>" + ], + [ + 990, + "drop" + ], + [ + 991, + "const_as_immediate>" + ], + [ + 992, + "function_call" + ], + [ + 993, + "enum_match, core::array::Span::, core::felt252, core::integer::u8, core::array::Array::, ())>>" + ], + [ + 994, + "struct_deconstruct, core::array::Span::, felt252, u8, Array, Unit>>" + ], + [ + 995, + "enum_init, core::array::Array::>, 0>" + ], + [ + 996, + "struct_construct, core::array::Array::>>>" + ], + [ + 997, + "enum_init, core::array::Array::>,)>, 0>" + ], + [ + 998, + "store_temp, core::array::Array::>,)>>" + ], + [ + 999, + "enum_init, core::array::Array::>,)>, 1>" + ], + [ + 1000, + "enum_init, core::array::Array::>, 1>" + ], + [ + 1001, + "drop>" + ], + [ + 1002, + "alloc_local" + ], + [ + 1003, + "dup>" + ], + [ + 1004, + "struct_deconstruct>" + ], + [ + 1005, + "array_len" + ], + [ + 1006, + "drop>" + ], + [ + 1007, + "struct_construct, u32, Unit>>" + ], + [ + 1008, + "enum_init, core::integer::u32, ())>, 0>" + ], + [ + 1009, + "store_temp, core::integer::u32, ())>>" + ], + [ + 1010, + "array_get" + ], + [ + 1011, + "store_temp>" + ], + [ + 1012, + "unbox" + ], + [ + 1013, + "rename" + ], + [ + 1014, + "struct_deconstruct" + ], + [ + 1015, + "store_local" + ], + [ + 1016, + "drop, Unit>>" + ], + [ + 1017, + "enum_init, core::integer::u32, ())>, 1>" + ], + [ + 1018, + "function_call" + ], + [ + 1019, + "enum_match, core::array::Span::, core::array::Span::, ())>>" + ], + [ + 1020, + "struct_deconstruct, core::array::Span::, core::array::Span::, Unit>>" + ], + [ + 1021, + "function_call" + ], + [ + 1022, + "enum_match, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::<(), core::array::Array::>)>>" + ], + [ + 1023, + "struct_deconstruct, felt252, StorageBaseAddress, u8, core::result::Result::<(), core::array::Array::>>>" + ], + [ + 1024, + "struct_construct>" + ], + [ + 1025, + "enum_init, 0>" + ], + [ + 1026, + "store_temp>" + ], + [ + 1027, + "enum_init, 1>" + ], + [ + 1028, + "struct_construct>" + ], + [ + 1029, + "enum_init, 0>" + ], + [ + 1030, + "store_temp>" + ], + [ + 1031, + "struct_deconstruct>" + ], + [ + 1032, + "enum_init, 1>" + ], + [ + 1033, + "dup>" + ], + [ + 1034, + "struct_snapshot_deconstruct" + ], + [ + 1035, + "drop>" + ], + [ + 1036, + "dup>" + ], + [ + 1037, + "struct_snapshot_deconstruct" + ], + [ + 1038, + "drop>" + ], + [ + 1039, + "dup>" + ], + [ + 1040, + "struct_snapshot_deconstruct" + ], + [ + 1041, + "drop>" + ], + [ + 1042, + "dup" + ], + [ + 1043, + "struct_deconstruct" + ], + [ + 1044, + "drop" + ], + [ + 1045, + "enum_init, core::byte_array::ByteArray, ())>, 1>" + ], + [ + 1046, + "store_temp, core::byte_array::ByteArray, ())>>" + ], + [ + 1047, + "struct_construct, core::byte_array::ByteArray, Unit>>" + ], + [ + 1048, + "enum_init, core::byte_array::ByteArray, ())>, 0>" + ], + [ + 1049, + "store_temp" + ], + [ + 1050, + "struct_construct, Unit>>" + ], + [ + 1051, + "enum_init, ())>, 0>" + ], + [ + 1052, + "store_temp, ())>>" + ], + [ + 1053, + "enum_init, ())>, 1>" + ], + [ + 1054, + "downcast>" + ], + [ + 1055, + "enum_from_bounded_int>" + ], + [ + 1056, + "store_temp>" + ], + [ + 1057, + "enum_match>" + ], + [ + 1058, + "const_as_immediate>" + ], + [ + 1059, + "const_as_immediate>" + ], + [ + 1060, + "const_as_immediate>" + ], + [ + 1061, + "const_as_immediate>" + ], + [ + 1062, + "const_as_immediate>" + ], + [ + 1063, + "const_as_immediate>" + ], + [ + 1064, + "const_as_immediate>" + ], + [ + 1065, + "const_as_immediate>" + ], + [ + 1066, + "const_as_immediate>" + ], + [ + 1067, + "const_as_immediate>" + ], + [ + 1068, + "const_as_immediate>" + ], + [ + 1069, + "const_as_immediate>" + ], + [ + 1070, + "const_as_immediate>" + ], + [ + 1071, + "const_as_immediate>" + ], + [ + 1072, + "const_as_immediate>" + ], + [ + 1073, + "const_as_immediate>" + ], + [ + 1074, + "struct_construct>" + ], + [ + 1075, + "enum_init, 0>" + ], + [ + 1076, + "store_temp>" + ], + [ + 1077, + "const_as_immediate>" + ], + [ + 1078, + "enum_init, 1>" + ], + [ + 1079, + "dup>" + ], + [ + 1080, + "unwrap_non_zero" + ], + [ + 1081, + "struct_deconstruct" + ], + [ + 1082, + "u128_eq" + ], + [ + 1083, + "drop>" + ], + [ + 1084, + "downcast" + ], + [ + 1085, + "dup" + ], + [ + 1086, + "u8_overflowing_sub" + ], + [ + 1087, + "const_as_immediate>" + ], + [ + 1088, + "const_as_immediate>" + ], + [ + 1089, + "function_call" + ], + [ + 1090, + "enum_match, ())>>" + ], + [ + 1091, + "struct_deconstruct, Unit>>" + ], + [ + 1092, + "function_call" + ], + [ + 1093, + "function_call" + ], + [ + 1094, + "enum_match, core::byte_array::ByteArray, ())>>" + ], + [ + 1095, + "struct_deconstruct, core::byte_array::ByteArray, Unit>>" + ], + [ + 1096, + "const_as_immediate>" + ], + [ + 1097, + "dup>" + ], + [ + 1098, + "struct_deconstruct>" + ], + [ + 1099, + "array_len" + ], + [ + 1100, + "array_get" + ], + [ + 1101, + "store_temp>" + ], + [ + 1102, + "unbox" + ], + [ + 1103, + "rename" + ], + [ + 1104, + "const_as_box, Const>, 0>" + ], + [ + 1105, + "span_from_tuple>" + ], + [ + 1106, + "const_as_immediate>" + ], + [ + 1107, + "array_get" + ], + [ + 1108, + "store_temp>" + ], + [ + 1109, + "const_as_immediate, Const>>" + ], + [ + 1110, + "dup" + ], + [ + 1111, + "u128_overflowing_sub" + ], + [ + 1112, + "function_call" + ], + [ + 1113, + "const_as_immediate>" + ], + [ + 1114, + "const_as_immediate>" + ], + [ + 1115, + "const_as_immediate>" + ], + [ + 1116, + "function_call" + ], + [ + 1117, + "const_as_box, Const>, 0>" + ], + [ + 1118, + "const_as_immediate, Const>>" + ], + [ + 1119, + "const_as_immediate>" + ], + [ + 1120, + "function_call" + ], + [ + 1121, + "enum_match)>>" + ], + [ + 1122, + "struct_deconstruct>>" + ], + [ + 1123, + "const_as_immediate>" + ], + [ + 1124, + "const_as_immediate>" + ], + [ + 1125, + "const_as_immediate>" + ], + [ + 1126, + "function_call" + ], + [ + 1127, + "alloc_local" + ], + [ + 1128, + "store_local" + ], + [ + 1129, + "function_call" + ], + [ + 1130, + "drop>" + ], + [ + 1131, + "function_call" + ], + [ + 1132, + "array_snapshot_pop_front" + ], + [ + 1133, + "enum_init>, 0>" + ], + [ + 1134, + "store_temp>>" + ], + [ + 1135, + "store_temp>>" + ], + [ + 1136, + "enum_init>, 1>" + ], + [ + 1137, + "enum_match>>" + ], + [ + 1138, + "unbox" + ], + [ + 1139, + "rename" + ], + [ + 1140, + "upcast" + ], + [ + 1141, + "const_as_immediate>" + ], + [ + 1142, + "enum_init, core::integer::u32, core::integer::u32, ())>, 1>" + ], + [ + 1143, + "store_temp, core::integer::u32, core::integer::u32, ())>>" + ], + [ + 1144, + "struct_construct, u32, u32, Unit>>" + ], + [ + 1145, + "enum_init, core::integer::u32, core::integer::u32, ())>, 0>" + ], + [ + 1146, + "u8_overflowing_add" + ], + [ + 1147, + "dup" + ], + [ + 1148, + "storage_address_to_felt252" + ], + [ + 1149, + "const_as_immediate>" + ], + [ + 1150, + "enum_init, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::, core::array::Array::>)>, 1>" + ], + [ + 1151, + "store_temp, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::, core::array::Array::>)>>" + ], + [ + 1152, + "struct_construct, felt252, StorageBaseAddress, u8, core::result::Result::, core::array::Array::>>>" + ], + [ + 1153, + "enum_init, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::, core::array::Array::>)>, 0>" + ], + [ + 1154, + "function_call" + ], + [ + 1155, + "enum_match, core::felt252, core::integer::u8, core::option::Option::)>>" + ], + [ + 1156, + "struct_deconstruct, felt252, u8, core::option::Option::>>" + ], + [ + 1157, + "const_as_immediate>" + ], + [ + 1158, + "enum_init, core::array::Span::, core::felt252, core::integer::u8, core::array::Array::, ())>, 1>" + ], + [ + 1159, + "store_temp, core::array::Span::, core::felt252, core::integer::u8, core::array::Array::, ())>>" + ], + [ + 1160, + "struct_construct, core::array::Span::, felt252, u8, Array, Unit>>" + ], + [ + 1161, + "enum_init, core::array::Span::, core::felt252, core::integer::u8, core::array::Array::, ())>, 0>" + ], + [ + 1162, + "function_call" + ], + [ + 1163, + "enum_match, core::felt252, core::integer::u8, core::array::Array::, core::integer::u32, ())>>" + ], + [ + 1164, + "struct_deconstruct, felt252, u8, Array, u32, Unit>>" + ], + [ + 1165, + "struct_construct, core::array::Span::, core::array::Span::, Unit>>" + ], + [ + 1166, + "enum_init, core::array::Span::, core::array::Span::, ())>, 0>" + ], + [ + 1167, + "store_temp, core::array::Span::, core::array::Span::, ())>>" + ], + [ + 1168, + "enum_init, core::array::Span::, core::array::Span::, ())>, 1>" + ], + [ + 1169, + "const_as_immediate>" + ], + [ + 1170, + "array_pop_front" + ], + [ + 1171, + "enum_init, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::<(), core::array::Array::>)>, 1>" + ], + [ + 1172, + "store_temp, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::<(), core::array::Array::>)>>" + ], + [ + 1173, + "struct_construct, felt252, StorageBaseAddress, u8, core::result::Result::<(), core::array::Array::>>>" + ], + [ + 1174, + "enum_init, core::felt252, core::starknet::storage_access::StorageBaseAddress, core::integer::u8, core::result::Result::<(), core::array::Array::>)>, 0>" + ], + [ + 1175, + "rename" + ], + [ + 1176, + "u256_safe_divmod" + ], + [ + 1177, + "u128_mul_guarantee_verify" + ], + [ + 1178, + "const_as_immediate>" + ], + [ + 1179, + "dup" + ], + [ + 1180, + "const_as_immediate, Const>>" + ], + [ + 1181, + "rename" + ], + [ + 1182, + "struct_construct, Unit>>" + ], + [ + 1183, + "enum_init, ())>, 0>" + ], + [ + 1184, + "store_temp, ())>>" + ], + [ + 1185, + "const_as_immediate>" + ], + [ + 1186, + "enum_init, ())>, 1>" + ], + [ + 1187, + "const_as_immediate>" + ], + [ + 1188, + "const_as_immediate>" + ], + [ + 1189, + "array_snapshot_pop_back" + ], + [ + 1190, + "function_call" + ], + [ + 1191, + "enum_init, core::byte_array::ByteArray, ())>, 1>" + ], + [ + 1192, + "store_temp, core::byte_array::ByteArray, ())>>" + ], + [ + 1193, + "struct_construct, core::byte_array::ByteArray, Unit>>" + ], + [ + 1194, + "enum_init, core::byte_array::ByteArray, ())>, 0>" + ], + [ + 1195, + "dup" + ], + [ + 1196, + "function_call" + ], + [ + 1197, + "struct_construct>>" + ], + [ + 1198, + "enum_init)>, 0>" + ], + [ + 1199, + "store_temp)>>" + ], + [ + 1200, + "enum_init)>, 1>" + ], + [ + 1201, + "function_call" + ], + [ + 1202, + "enum_match>)>>" + ], + [ + 1203, + "struct_deconstruct>>>" + ], + [ + 1204, + "alloc_local>>" + ], + [ + 1205, + "drop>>>" + ], + [ + 1206, + "function_call" + ], + [ + 1207, + "store_local>>" + ], + [ + 1208, + "dup>>" + ], + [ + 1209, + "drop>>" + ], + [ + 1210, + "const_as_box, Const, Const, Const>, 0>" + ], + [ + 1211, + "span_from_tuple>" + ], + [ + 1212, + "function_call" + ], + [ + 1213, + "const_as_box, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>, Const, Const>>, 0>" + ], + [ + 1214, + "span_from_tuple>" + ], + [ + 1215, + "store_temp>>" + ], + [ + 1216, + "array_get" + ], + [ + 1217, + "store_temp>" + ], + [ + 1218, + "unbox" + ], + [ + 1219, + "const_as_immediate, Const>>" + ], + [ + 1220, + "function_call" + ], + [ + 1221, + "struct_deconstruct>" + ], + [ + 1222, + "const_as_immediate>" + ], + [ + 1223, + "bitwise" + ], + [ + 1224, + "const_as_immediate>" + ], + [ + 1225, + "struct_construct, felt252, u8, core::option::Option::>>" + ], + [ + 1226, + "enum_init, core::felt252, core::integer::u8, core::option::Option::)>, 0>" + ], + [ + 1227, + "store_temp, core::felt252, core::integer::u8, core::option::Option::)>>" + ], + [ + 1228, + "enum_init, core::felt252, core::integer::u8, core::option::Option::)>, 1>" + ], + [ + 1229, + "const_as_immediate>" + ], + [ + 1230, + "const_as_immediate>" + ], + [ + 1231, + "u8_eq" + ], + [ + 1232, + "function_call" + ], + [ + 1233, + "enum_match, ())>>" + ], + [ + 1234, + "struct_deconstruct, Unit>>" + ], + [ + 1235, + "drop, Unit>>" + ], + [ + 1236, + "enum_init, core::felt252, core::integer::u8, core::array::Array::, core::integer::u32, ())>, 1>" + ], + [ + 1237, + "store_temp, core::felt252, core::integer::u8, core::array::Array::, core::integer::u32, ())>>" + ], + [ + 1238, + "struct_construct, felt252, u8, Array, u32, Unit>>" + ], + [ + 1239, + "enum_init, core::felt252, core::integer::u8, core::array::Array::, core::integer::u32, ())>, 0>" + ], + [ + 1240, + "const_as_immediate>" + ], + [ + 1241, + "struct_construct>>>" + ], + [ + 1242, + "enum_init>)>, 0>" + ], + [ + 1243, + "store_temp>)>>" + ], + [ + 1244, + "enum_init>)>, 1>" + ], + [ + 1245, + "u128_guarantee_mul" + ], + [ + 1246, + "u128_overflowing_add" + ], + [ + 1247, + "struct_construct>" + ], + [ + 1248, + "store_temp>" + ], + [ + 1249, + "struct_construct, Unit>>" + ], + [ + 1250, + "enum_init, ())>, 0>" + ], + [ + 1251, + "store_temp, ())>>" + ], + [ + 1252, + "enum_init, ())>, 1>" + ], + [ + 1253, + "const_as_immediate>" + ], + [ + 1254, + "const_as_immediate>" + ] + ], + "user_func_names": [ + [ + 0, + "dojo::world::world_contract::world::__wrapper__World__metadata" + ], + [ + 1, + "dojo::world::world_contract::world::__wrapper__World__set_metadata" + ], + [ + 2, + "dojo::world::world_contract::world::__wrapper__World__is_owner" + ], + [ + 3, + "dojo::world::world_contract::world::__wrapper__World__grant_owner" + ], + [ + 4, + "dojo::world::world_contract::world::__wrapper__World__revoke_owner" + ], + [ + 5, + "dojo::world::world_contract::world::__wrapper__World__is_writer" + ], + [ + 6, + "dojo::world::world_contract::world::__wrapper__World__grant_writer" + ], + [ + 7, + "dojo::world::world_contract::world::__wrapper__World__revoke_writer" + ], + [ + 8, + "dojo::world::world_contract::world::__wrapper__World__register_model" + ], + [ + 9, + "dojo::world::world_contract::world::__wrapper__World__upgrade_model" + ], + [ + 10, + "dojo::world::world_contract::world::__wrapper__World__register_namespace" + ], + [ + 11, + "dojo::world::world_contract::world::__wrapper__World__deploy_contract" + ], + [ + 12, + "dojo::world::world_contract::world::__wrapper__World__upgrade_contract" + ], + [ + 13, + "dojo::world::world_contract::world::__wrapper__World__init_contract" + ], + [ + 14, + "dojo::world::world_contract::world::__wrapper__World__uuid" + ], + [ + 15, + "dojo::world::world_contract::world::__wrapper__World__emit" + ], + [ + 16, + "dojo::world::world_contract::world::__wrapper__World__entity" + ], + [ + 17, + "dojo::world::world_contract::world::__wrapper__World__set_entity" + ], + [ + 18, + "dojo::world::world_contract::world::__wrapper__World__delete_entity" + ], + [ + 19, + "dojo::world::world_contract::world::__wrapper__World__base" + ], + [ + 20, + "dojo::world::world_contract::world::__wrapper__World__resource" + ], + [ + 21, + "dojo::world::world_contract::world::__wrapper__UpgradeableWorld__upgrade" + ], + [ + 22, + "dojo::world::world_contract::world::__wrapper__UpgradeableState__upgrade_state" + ], + [ + 23, + "dojo::world::config::Config::__wrapper__ConfigImpl__set_differ_program_hash::" + ], + [ + 24, + "dojo::world::config::Config::__wrapper__ConfigImpl__set_merger_program_hash::" + ], + [ + 25, + "dojo::world::config::Config::__wrapper__ConfigImpl__get_differ_program_hash::" + ], + [ + 26, + "dojo::world::config::Config::__wrapper__ConfigImpl__get_merger_program_hash::" + ], + [ + 27, + "dojo::world::config::Config::__wrapper__ConfigImpl__set_facts_registry::" + ], + [ + 28, + "dojo::world::config::Config::__wrapper__ConfigImpl__get_facts_registry::" + ], + [ + 29, + "dojo::world::world_contract::world::__wrapper__constructor" + ], + [ + 30, + "dojo::world::world_contract::world::World::metadata" + ], + [ + 31, + "core::array::serialize_array_helper::, core::bytes_31::bytes31Drop>" + ], + [ + 32, + "core::byte_array::ByteArraySerde::deserialize" + ], + [ + 33, + "dojo::world::world_contract::world::World::set_metadata" + ], + [ + 34, + "dojo::world::world_contract::world::World::grant_owner" + ], + [ + 35, + "dojo::world::world_contract::world::World::revoke_owner" + ], + [ + 36, + "dojo::world::world_contract::world::World::grant_writer" + ], + [ + 37, + "dojo::world::world_contract::world::World::revoke_writer" + ], + [ + 38, + "dojo::world::world_contract::world::World::register_model" + ], + [ + 39, + "dojo::world::world_contract::world::World::upgrade_model" + ], + [ + 40, + "dojo::world::world_contract::world::World::register_namespace" + ], + [ + 41, + "dojo::world::world_contract::world::World::deploy_contract" + ], + [ + 42, + "dojo::world::world_contract::world::World::upgrade_contract" + ], + [ + 43, + "core::array::SpanFelt252Serde::deserialize" + ], + [ + 44, + "dojo::world::world_contract::world::World::init_contract" + ], + [ + 45, + "dojo::world::world_contract::world::World::uuid" + ], + [ + 46, + "core::array::deserialize_array_helper::" + ], + [ + 47, + "dojo::model::model::ModelIndexSerde::deserialize" + ], + [ + 48, + "dojo::model::layout::LayoutSerde::deserialize" + ], + [ + 49, + "dojo::world::world_contract::world::World::entity" + ], + [ + 50, + "core::array::serialize_array_helper::" + ], + [ + 51, + "dojo::world::world_contract::world::World::set_entity" + ], + [ + 52, + "dojo::world::world_contract::world::World::delete_entity" + ], + [ + 53, + "dojo::world::world_contract::StoreResource::read" + ], + [ + 54, + "dojo::world::world_contract::ResourceSerde::serialize" + ], + [ + 55, + "dojo::world::world_contract::world::UpgradeableWorld::upgrade" + ], + [ + 56, + "core::array::deserialize_array_helper::" + ], + [ + 57, + "dojo::world::update::ProgramOutputSerde::deserialize" + ], + [ + 58, + "dojo::world::world_contract::world::UpgradeableState::upgrade_state" + ], + [ + 59, + "dojo::world::config::Config::Config::::set_differ_program_hash" + ], + [ + 60, + "dojo::world::config::Config::Config::::set_merger_program_hash" + ], + [ + 61, + "dojo::world::config::Config::Config::::set_facts_registry" + ], + [ + 62, + "dojo::world::world_contract::world::constructor" + ], + [ + 63, + "dojo::utils::utils::bytearray_hash" + ], + [ + 64, + "core::poseidon::_poseidon_hash_span_inner" + ], + [ + 65, + "dojo::world::world_contract::world::Self::read_model_entity" + ], + [ + 66, + "dojo::model::metadata::ResourceMetadataImpl::from_values" + ], + [ + 67, + "core::array::deserialize_array_helper::, core::bytes_31::bytes31Drop>" + ], + [ + 68, + "dojo::world::errors::not_owner" + ], + [ + 69, + "dojo::world::world_contract::world::Self::write_model_entity" + ], + [ + 70, + "dojo::world::world_contract::world::EventIsEvent::append_keys_and_data" + ], + [ + 71, + "dojo::world::errors::caller_not_account" + ], + [ + 72, + "dojo::world::errors::resource_not_registered" + ], + [ + 73, + "dojo::model::model::deploy_and_get_metadata" + ], + [ + 74, + "dojo::world::errors::invalid_resource_selector" + ], + [ + 75, + "dojo::world::errors::no_namespace_write_access" + ], + [ + 76, + "dojo::world::errors::no_write_access_with_tags" + ], + [ + 77, + "dojo::world::errors::model_already_registered" + ], + [ + 78, + "dojo::world::world_contract::StoreResource::write" + ], + [ + 79, + "dojo::world::errors::namespace_not_registered" + ], + [ + 80, + "dojo::world::errors::not_owner_upgrade" + ], + [ + 81, + "core::byte_array::ByteArrayImpl::append" + ], + [ + 82, + "core::byte_array::ByteArrayImpl::append_word" + ], + [ + 83, + "dojo::world::errors::resource_conflict" + ], + [ + 84, + "dojo::world::errors::model_not_registered" + ], + [ + 85, + "dojo::world::errors::namespace_already_registered" + ], + [ + 86, + "core::fmt::DisplayInteger::::fmt" + ], + [ + 87, + "core::array::deserialize_array_helper::, core::integer::u8Drop>" + ], + [ + 88, + "core::array::deserialize_array_helper::" + ], + [ + 89, + "core::array::deserialize_array_helper::" + ], + [ + 90, + "dojo::storage::layout::read_layout" + ], + [ + 91, + "dojo::world::errors::no_model_write_access" + ], + [ + 92, + "dojo::storage::layout::write_layout" + ], + [ + 93, + "dojo::world::world_contract::world::Self::delete_model_entity" + ], + [ + 94, + "dojo::world::world_contract::world::UpgradeableState::upgrade_state[expr33]" + ], + [ + 95, + "dojo::world::update::ProgramOutputSerde::serialize" + ], + [ + 96, + "dojo::world::world_contract::world::UpgradeableState::upgrade_state[expr118]" + ], + [ + 97, + "dojo::storage::storage::get_many" + ], + [ + 98, + "core::array::ArrayImpl::::append_span::, core::felt252Drop>" + ], + [ + 99, + "dojo::storage::layout::read_struct_layout[expr25]" + ], + [ + 100, + "dojo::storage::database::set" + ], + [ + 101, + "dojo::storage::layout::write_struct_layout[expr26]" + ], + [ + 102, + "dojo::world::world_contract::world::ContractDeployedIsEvent::append_keys_and_data" + ], + [ + 103, + "dojo::world::world_contract::world::ModelRegisteredIsEvent::append_keys_and_data" + ], + [ + 104, + "dojo::world::world_contract::world::ModelUpgradedIsEvent::append_keys_and_data" + ], + [ + 105, + "dojo::world::world_contract::world::StoreSetRecordIsEvent::append_keys_and_data" + ], + [ + 106, + "core::byte_array::ByteArrayImpl::append[expr78]" + ], + [ + 107, + "core::byte_array::ByteArrayImpl::append[expr59]" + ], + [ + 108, + "core::byte_array::ByteArrayImpl::append[expr38]" + ], + [ + 109, + "core::array::ArrayImpl::::append_span::, core::bytes_31::bytes31Drop>" + ], + [ + 110, + "core::bytes_31::one_shift_left_bytes_u128" + ], + [ + 111, + "core::to_byte_array::append_formatted_to_byte_array::>" + ], + [ + 112, + "dojo::storage::layout::read_tuple_layout[expr24]" + ], + [ + 113, + "dojo::storage::layout::read_array_layout" + ], + [ + 114, + "dojo::storage::layout::read_byte_array_layout" + ], + [ + 115, + "dojo::storage::layout::read_enum_layout" + ], + [ + 116, + "dojo::storage::layout::write_tuple_layout[expr25]" + ], + [ + 117, + "dojo::storage::layout::write_array_layout" + ], + [ + 118, + "dojo::storage::layout::write_byte_array_layout" + ], + [ + 119, + "dojo::storage::layout::write_enum_layout" + ], + [ + 120, + "dojo::storage::database::fill_with_zeroes[expr13]" + ], + [ + 121, + "dojo::storage::layout::delete_struct_layout[expr24]" + ], + [ + 122, + "dojo::storage::packing::calculate_packed_size[expr26]" + ], + [ + 123, + "dojo::storage::storage::get_many[expr59]" + ], + [ + 124, + "dojo::storage::packing::unpack[expr22]" + ], + [ + 125, + "dojo::storage::packing::pack" + ], + [ + 126, + "dojo::storage::storage::set_many[expr54]" + ], + [ + 127, + "core::to_byte_array::append_formatted_to_byte_array[expr41]" + ], + [ + 128, + "core::to_byte_array::append_formatted_to_byte_array[expr67]" + ], + [ + 129, + "core::to_byte_array::append_formatted_to_byte_array[expr83]" + ], + [ + 130, + "dojo::storage::layout::read_array_layout[expr54]" + ], + [ + 131, + "dojo::storage::storage::get_packed_array" + ], + [ + 132, + "dojo::utils::utils::find_field_layout[expr28]" + ], + [ + 133, + "dojo::storage::layout::write_array_layout[expr57]" + ], + [ + 134, + "dojo::storage::database::set_array" + ], + [ + 135, + "dojo::storage::layout::delete_layout" + ], + [ + 136, + "dojo::storage::packing::unpack_inner" + ], + [ + 137, + "dojo::storage::packing::pack[expr30]" + ], + [ + 138, + "core::byte_array::ByteArrayImpl::append_byte" + ], + [ + 139, + "dojo::storage::storage::get_packed_array[expr67]" + ], + [ + 140, + "dojo::storage::storage::set_packed_array[expr58]" + ], + [ + 141, + "dojo::storage::layout::delete_tuple_layout[expr23]" + ], + [ + 142, + "dojo::storage::layout::delete_enum_layout" + ], + [ + 143, + "core::integer::u256_overflowing_mul" + ], + [ + 144, + "dojo::storage::packing::pack_inner" + ] + ] + }, + "contract_class_version": "0.1.0", + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0x1c53aafdf274d3cb90dc97519cfb1b8b95cb93e616588e7d5e42fcdaa6d645", + "function_idx": 26 + }, + { + "selector": "0x2549ff25a175de1943bdc22c5dbb78a525c80609acee4de9a04e7492863f3c", + "function_idx": 27 + }, + { + "selector": "0x2663aeb45b150dac35764aa08d6f63f22d2b4de34ee48444bc273dcbf1cd67", + "function_idx": 28 + }, + { + "selector": "0x78e492aaf17f7a3f781cf5bd3bbfcc2b3eaa41d560004e97822a389e5b9938", + "function_idx": 4 + }, + { + "selector": "0x92c0700add430acfc01c011a36ab44410c9f866f45f5c6faf34816c329d815", + "function_idx": 12 + }, + { + "selector": "0x9421c72b2b80057019f220774faaaec292d3f9487e832f9b2521871b6c30a6", + "function_idx": 13 + }, + { + "selector": "0xc9ce8ef5f69752e9f3464854b4d203757e0270e1484f07386d4858dbc90fd5", + "function_idx": 5 + }, + { + "selector": "0xd065c837ba98927ca43d2e15d8e840ca8e67646b8e00108f1b55d18a75d80f", + "function_idx": 17 + }, + { + "selector": "0xd682fdeedea6d7edc10c60b7f4feb26bba9c226f7f49d20537e0a5c8e4dca4", + "function_idx": 2 + }, + { + "selector": "0xf2f7c15cbe06c8d94597cd91fd7f3369eae842359235712def5584f8d270cd", + "function_idx": 21 + }, + { + "selector": "0x128f39618c9ce78180143d7814f6c684a3a89c226d2932008dc43d6747b78d8", + "function_idx": 23 + }, + { + "selector": "0x177e2079159f0f797f1c11787e3b39362dd204ec003d69cba797da6353ee5f6", + "function_idx": 24 + }, + { + "selector": "0x1abdb2260656e13197066e00c8b63d3bcfcc9a4ef1be1271281b3a9088d4b25", + "function_idx": 10 + }, + { + "selector": "0x1e7875674bcb09daaf984cbf77264ac98120cb39e6d17522520defcdc347476", + "function_idx": 8 + }, + { + "selector": "0x1f3eb40f5bc1ad1344716ced8b8a0431d840b5783aea1fd01786bc26f35ac0f", + "function_idx": 19 + }, + { + "selector": "0x2006b7fe6210e12240f1a27ac985955c598e7576256baac9572d2eaba0c1ec6", + "function_idx": 15 + }, + { + "selector": "0x20c21ffcdf87d90e86cb4f04a4c437d626b3289be23de8d3f83195b31a9e459", + "function_idx": 22 + }, + { + "selector": "0x21e407d61f27eefb9ebf3cf25f5c7560bafafe518410eb7c781777da1102bd3", + "function_idx": 20 + }, + { + "selector": "0x2730079d734ee55315f4f141eaed376bddd8c2133523d223a344c5604e0f7f8", + "function_idx": 11 + }, + { + "selector": "0x29d3a032b8ff274f09714b56ba8e5ed776ec9638ca303069bc3a3267bb22f65", + "function_idx": 0 + }, + { + "selector": "0x2bb4f87ddba687c0a9c116b582343d1ec88aac87d1a2b9d0d2eb97f72ec04b3", + "function_idx": 7 + }, + { + "selector": "0x2ee0e84a99e5b3cb20adcdbe548dd1ab3bb535bdd690595e43594707778be82", + "function_idx": 14 + }, + { + "selector": "0x301f53d29dcf52f8e063c7ebc461c2afec55d49ed892c089b32e433bbed6e10", + "function_idx": 25 + }, + { + "selector": "0x326593e1b7478914a9c4ff6d556d1561d942e60fae7253b1eb00c19702dbf1f", + "function_idx": 16 + }, + { + "selector": "0x3271a0851c2c2e6b7ba8ba7abcb8224c6ea500835b9db9f2fb9ca5bb16e2191", + "function_idx": 3 + }, + { + "selector": "0x32f38f35a723d373631d54098023497b029ba854937c1f7d43d9a7e5d740dc2", + "function_idx": 6 + }, + { + "selector": "0x388e38b0bacd97922d62f6ded6c53bda826f11250f187dc1913a418d79bb0a9", + "function_idx": 9 + }, + { + "selector": "0x3f253dbf9dbb8599c8500e1a9eebeaef9c64c07e566c29fbaafec4dccca3a1a", + "function_idx": 1 + }, + { + "selector": "0x3fd91e956981a61ef4c1038f3b8f3aa8306728a656a6b695f280191ed6321ef", + "function_idx": 18 + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [ + { + "selector": "0x28ffe4ff0f226a9107253e17a904099aa4f63a02a5621de0576e5aa71bc5194", + "function_idx": 29 + } + ] + }, + "abi": [ + { + "type": "impl", + "name": "World", + "interface_name": "dojo::world::world_contract::IWorld" + }, + { + "type": "struct", + "name": "core::byte_array::ByteArray", + "members": [ + { + "name": "data", + "type": "core::array::Array::" + }, + { + "name": "pending_word", + "type": "core::felt252" + }, + { + "name": "pending_word_len", + "type": "core::integer::u32" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::metadata::ResourceMetadata", + "members": [ + { + "name": "resource_id", + "type": "core::felt252" + }, + { + "name": "metadata_uri", + "type": "core::byte_array::ByteArray" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "enum", + "name": "dojo::model::model::ModelIndex", + "variants": [ + { + "name": "Keys", + "type": "core::array::Span::" + }, + { + "name": "Id", + "type": "core::felt252" + }, + { + "name": "MemberId", + "type": "(core::felt252, core::felt252)" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::layout::FieldLayout", + "members": [ + { + "name": "selector", + "type": "core::felt252" + }, + { + "name": "layout", + "type": "dojo::model::layout::Layout" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "enum", + "name": "dojo::model::layout::Layout", + "variants": [ + { + "name": "Fixed", + "type": "core::array::Span::" + }, + { + "name": "Struct", + "type": "core::array::Span::" + }, + { + "name": "Tuple", + "type": "core::array::Span::" + }, + { + "name": "Array", + "type": "core::array::Span::" + }, + { + "name": "ByteArray", + "type": "()" + }, + { + "name": "Enum", + "type": "core::array::Span::" + } + ] + }, + { + "type": "enum", + "name": "dojo::world::world_contract::Resource", + "variants": [ + { + "name": "Model", + "type": "(core::starknet::class_hash::ClassHash, core::starknet::contract_address::ContractAddress)" + }, + { + "name": "Contract", + "type": "(core::starknet::class_hash::ClassHash, core::starknet::contract_address::ContractAddress)" + }, + { + "name": "Namespace", + "type": "()" + }, + { + "name": "World", + "type": "()" + }, + { + "name": "Unregistered", + "type": "()" + } + ] + }, + { + "type": "enum", + "name": "core::bool", + "variants": [ + { + "name": "False", + "type": "()" + }, + { + "name": "True", + "type": "()" + } + ] + }, + { + "type": "interface", + "name": "dojo::world::world_contract::IWorld", + "items": [ + { + "type": "function", + "name": "metadata", + "inputs": [ + { + "name": "resource_selector", + "type": "core::felt252" + } + ], + "outputs": [ + { + "type": "dojo::model::metadata::ResourceMetadata" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "set_metadata", + "inputs": [ + { + "name": "metadata", + "type": "dojo::model::metadata::ResourceMetadata" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "register_namespace", + "inputs": [ + { + "name": "namespace", + "type": "core::byte_array::ByteArray" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "register_model", + "inputs": [ + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "upgrade_model", + "inputs": [ + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "deploy_contract", + "inputs": [ + { + "name": "salt", + "type": "core::felt252" + }, + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash" + } + ], + "outputs": [ + { + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "state_mutability": "external" + }, + { + "type": "function", + "name": "upgrade_contract", + "inputs": [ + { + "name": "selector", + "type": "core::felt252" + }, + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash" + } + ], + "outputs": [ + { + "type": "core::starknet::class_hash::ClassHash" + } + ], + "state_mutability": "external" + }, + { + "type": "function", + "name": "init_contract", + "inputs": [ + { + "name": "selector", + "type": "core::felt252" + }, + { + "name": "init_calldata", + "type": "core::array::Span::" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "uuid", + "inputs": [], + "outputs": [ + { + "type": "core::integer::u32" + } + ], + "state_mutability": "external" + }, + { + "type": "function", + "name": "emit", + "inputs": [ + { + "name": "keys", + "type": "core::array::Array::" + }, + { + "name": "values", + "type": "core::array::Span::" + } + ], + "outputs": [], + "state_mutability": "view" + }, + { + "type": "function", + "name": "entity", + "inputs": [ + { + "name": "model_selector", + "type": "core::felt252" + }, + { + "name": "index", + "type": "dojo::model::model::ModelIndex" + }, + { + "name": "layout", + "type": "dojo::model::layout::Layout" + } + ], + "outputs": [ + { + "type": "core::array::Span::" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "set_entity", + "inputs": [ + { + "name": "model_selector", + "type": "core::felt252" + }, + { + "name": "index", + "type": "dojo::model::model::ModelIndex" + }, + { + "name": "values", + "type": "core::array::Span::" + }, + { + "name": "layout", + "type": "dojo::model::layout::Layout" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "delete_entity", + "inputs": [ + { + "name": "model_selector", + "type": "core::felt252" + }, + { + "name": "index", + "type": "dojo::model::model::ModelIndex" + }, + { + "name": "layout", + "type": "dojo::model::layout::Layout" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "base", + "inputs": [], + "outputs": [ + { + "type": "core::starknet::class_hash::ClassHash" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "resource", + "inputs": [ + { + "name": "selector", + "type": "core::felt252" + } + ], + "outputs": [ + { + "type": "dojo::world::world_contract::Resource" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "is_owner", + "inputs": [ + { + "name": "resource", + "type": "core::felt252" + }, + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "outputs": [ + { + "type": "core::bool" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "grant_owner", + "inputs": [ + { + "name": "resource", + "type": "core::felt252" + }, + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "revoke_owner", + "inputs": [ + { + "name": "resource", + "type": "core::felt252" + }, + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "is_writer", + "inputs": [ + { + "name": "resource", + "type": "core::felt252" + }, + { + "name": "contract", + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "outputs": [ + { + "type": "core::bool" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "grant_writer", + "inputs": [ + { + "name": "resource", + "type": "core::felt252" + }, + { + "name": "contract", + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "revoke_writer", + "inputs": [ + { + "name": "resource", + "type": "core::felt252" + }, + { + "name": "contract", + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "outputs": [], + "state_mutability": "external" + } + ] + }, + { + "type": "impl", + "name": "UpgradeableWorld", + "interface_name": "dojo::world::world_contract::IUpgradeableWorld" + }, + { + "type": "interface", + "name": "dojo::world::world_contract::IUpgradeableWorld", + "items": [ + { + "type": "function", + "name": "upgrade", + "inputs": [ + { + "name": "new_class_hash", + "type": "core::starknet::class_hash::ClassHash" + } + ], + "outputs": [], + "state_mutability": "external" + } + ] + }, + { + "type": "impl", + "name": "UpgradeableState", + "interface_name": "dojo::world::update::IUpgradeableState" + }, + { + "type": "struct", + "name": "dojo::world::update::StorageUpdate", + "members": [ + { + "name": "key", + "type": "core::felt252" + }, + { + "name": "value", + "type": "core::felt252" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::world::update::ProgramOutput", + "members": [ + { + "name": "prev_state_root", + "type": "core::felt252" + }, + { + "name": "new_state_root", + "type": "core::felt252" + }, + { + "name": "block_number", + "type": "core::felt252" + }, + { + "name": "block_hash", + "type": "core::felt252" + }, + { + "name": "config_hash", + "type": "core::felt252" + }, + { + "name": "world_da_hash", + "type": "core::felt252" + }, + { + "name": "message_to_starknet_segment", + "type": "core::array::Span::" + }, + { + "name": "message_to_appchain_segment", + "type": "core::array::Span::" + } + ] + }, + { + "type": "interface", + "name": "dojo::world::update::IUpgradeableState", + "items": [ + { + "type": "function", + "name": "upgrade_state", + "inputs": [ + { + "name": "new_state", + "type": "core::array::Span::" + }, + { + "name": "program_output", + "type": "dojo::world::update::ProgramOutput" + }, + { + "name": "program_hash", + "type": "core::felt252" + } + ], + "outputs": [], + "state_mutability": "external" + } + ] + }, + { + "type": "impl", + "name": "ConfigImpl", + "interface_name": "dojo::world::config::IConfig" + }, + { + "type": "interface", + "name": "dojo::world::config::IConfig", + "items": [ + { + "type": "function", + "name": "set_differ_program_hash", + "inputs": [ + { + "name": "program_hash", + "type": "core::felt252" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "set_merger_program_hash", + "inputs": [ + { + "name": "program_hash", + "type": "core::felt252" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "get_differ_program_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "get_merger_program_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "set_facts_registry", + "inputs": [ + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "outputs": [], + "state_mutability": "external" + }, + { + "type": "function", + "name": "get_facts_registry", + "inputs": [], + "outputs": [ + { + "type": "core::starknet::contract_address::ContractAddress" + } + ], + "state_mutability": "view" + } + ] + }, + { + "type": "constructor", + "name": "constructor", + "inputs": [ + { + "name": "contract_base", + "type": "core::starknet::class_hash::ClassHash" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::WorldSpawned", + "kind": "struct", + "members": [ + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + }, + { + "name": "creator", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::ContractDeployed", + "kind": "struct", + "members": [ + { + "name": "salt", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + }, + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + }, + { + "name": "namespace", + "type": "core::byte_array::ByteArray", + "kind": "data" + }, + { + "name": "name", + "type": "core::byte_array::ByteArray", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::ContractUpgraded", + "kind": "struct", + "members": [ + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + }, + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::ContractInitialized", + "kind": "struct", + "members": [ + { + "name": "selector", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "init_calldata", + "type": "core::array::Span::", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::WorldUpgraded", + "kind": "struct", + "members": [ + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::MetadataUpdate", + "kind": "struct", + "members": [ + { + "name": "resource", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "uri", + "type": "core::byte_array::ByteArray", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::NamespaceRegistered", + "kind": "struct", + "members": [ + { + "name": "namespace", + "type": "core::byte_array::ByteArray", + "kind": "data" + }, + { + "name": "hash", + "type": "core::felt252", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::ModelRegistered", + "kind": "struct", + "members": [ + { + "name": "name", + "type": "core::byte_array::ByteArray", + "kind": "data" + }, + { + "name": "namespace", + "type": "core::byte_array::ByteArray", + "kind": "data" + }, + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + }, + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::ModelUpgraded", + "kind": "struct", + "members": [ + { + "name": "name", + "type": "core::byte_array::ByteArray", + "kind": "data" + }, + { + "name": "namespace", + "type": "core::byte_array::ByteArray", + "kind": "data" + }, + { + "name": "class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + }, + { + "name": "prev_class_hash", + "type": "core::starknet::class_hash::ClassHash", + "kind": "data" + }, + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + }, + { + "name": "prev_address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::StoreSetRecord", + "kind": "struct", + "members": [ + { + "name": "table", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "keys", + "type": "core::array::Span::", + "kind": "data" + }, + { + "name": "values", + "type": "core::array::Span::", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::StoreUpdateRecord", + "kind": "struct", + "members": [ + { + "name": "table", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "entity_id", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "values", + "type": "core::array::Span::", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::StoreUpdateMember", + "kind": "struct", + "members": [ + { + "name": "table", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "entity_id", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "member_selector", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "values", + "type": "core::array::Span::", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::StoreDelRecord", + "kind": "struct", + "members": [ + { + "name": "table", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "entity_id", + "type": "core::felt252", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::WriterUpdated", + "kind": "struct", + "members": [ + { + "name": "resource", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "contract", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + }, + { + "name": "value", + "type": "core::bool", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::OwnerUpdated", + "kind": "struct", + "members": [ + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + }, + { + "name": "resource", + "type": "core::felt252", + "kind": "data" + }, + { + "name": "value", + "type": "core::bool", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::config::Config::DifferProgramHashUpdate", + "kind": "struct", + "members": [ + { + "name": "program_hash", + "type": "core::felt252", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::config::Config::MergerProgramHashUpdate", + "kind": "struct", + "members": [ + { + "name": "program_hash", + "type": "core::felt252", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::config::Config::FactsRegistryUpdate", + "kind": "struct", + "members": [ + { + "name": "address", + "type": "core::starknet::contract_address::ContractAddress", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::config::Config::Event", + "kind": "enum", + "variants": [ + { + "name": "DifferProgramHashUpdate", + "type": "dojo::world::config::Config::DifferProgramHashUpdate", + "kind": "nested" + }, + { + "name": "MergerProgramHashUpdate", + "type": "dojo::world::config::Config::MergerProgramHashUpdate", + "kind": "nested" + }, + { + "name": "FactsRegistryUpdate", + "type": "dojo::world::config::Config::FactsRegistryUpdate", + "kind": "nested" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::StateUpdated", + "kind": "struct", + "members": [ + { + "name": "da_hash", + "type": "core::felt252", + "kind": "data" + } + ] + }, + { + "type": "event", + "name": "dojo::world::world_contract::world::Event", + "kind": "enum", + "variants": [ + { + "name": "WorldSpawned", + "type": "dojo::world::world_contract::world::WorldSpawned", + "kind": "nested" + }, + { + "name": "ContractDeployed", + "type": "dojo::world::world_contract::world::ContractDeployed", + "kind": "nested" + }, + { + "name": "ContractUpgraded", + "type": "dojo::world::world_contract::world::ContractUpgraded", + "kind": "nested" + }, + { + "name": "ContractInitialized", + "type": "dojo::world::world_contract::world::ContractInitialized", + "kind": "nested" + }, + { + "name": "WorldUpgraded", + "type": "dojo::world::world_contract::world::WorldUpgraded", + "kind": "nested" + }, + { + "name": "MetadataUpdate", + "type": "dojo::world::world_contract::world::MetadataUpdate", + "kind": "nested" + }, + { + "name": "NamespaceRegistered", + "type": "dojo::world::world_contract::world::NamespaceRegistered", + "kind": "nested" + }, + { + "name": "ModelRegistered", + "type": "dojo::world::world_contract::world::ModelRegistered", + "kind": "nested" + }, + { + "name": "ModelUpgraded", + "type": "dojo::world::world_contract::world::ModelUpgraded", + "kind": "nested" + }, + { + "name": "StoreSetRecord", + "type": "dojo::world::world_contract::world::StoreSetRecord", + "kind": "nested" + }, + { + "name": "StoreUpdateRecord", + "type": "dojo::world::world_contract::world::StoreUpdateRecord", + "kind": "nested" + }, + { + "name": "StoreUpdateMember", + "type": "dojo::world::world_contract::world::StoreUpdateMember", + "kind": "nested" + }, + { + "name": "StoreDelRecord", + "type": "dojo::world::world_contract::world::StoreDelRecord", + "kind": "nested" + }, + { + "name": "WriterUpdated", + "type": "dojo::world::world_contract::world::WriterUpdated", + "kind": "nested" + }, + { + "name": "OwnerUpdated", + "type": "dojo::world::world_contract::world::OwnerUpdated", + "kind": "nested" + }, + { + "name": "ConfigEvent", + "type": "dojo::world::config::Config::Event", + "kind": "nested" + }, + { + "name": "StateUpdated", + "type": "dojo::world::world_contract::world::StateUpdated", + "kind": "nested" + } + ] + } + ] +} \ No newline at end of file diff --git a/contracts/target/dev/models/dojo_starter_rpg-Dungeon-437fd4ba.cairo b/contracts/target/dev/models/dojo_starter_rpg-Dungeon-437fd4ba.cairo new file mode 100644 index 0000000..fb6b06d --- /dev/null +++ b/contracts/target/dev/models/dojo_starter_rpg-Dungeon-437fd4ba.cairo @@ -0,0 +1,748 @@ +impl DungeonIntrospect<> of dojo::model::introspect::Introspect> { + #[inline(always)] + fn size() -> Option { + Option::Some(5) + } + + fn layout() -> dojo::model::Layout { + dojo::model::Layout::Struct( + array![ + dojo::model::FieldLayout { + selector: 1362045696071963491046823716013748693812889004281571853680755260656600308067, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 298141920877297362218063439049958162789509994040046126471683228246625906567, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 458858933607245089679648131798619691919829532491702687054118372189925594141, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 10081705603222233110711583073880238465441675299724638350815334665239107538, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 588725634485595069358303841479915730658972816749156481969410840728465956366, + layout: dojo::model::introspect::Introspect::::layout() + } + ] + .span() + ) + } + + #[inline(always)] + fn ty() -> dojo::model::introspect::Ty { + dojo::model::introspect::Ty::Struct( + dojo::model::introspect::Struct { + name: 'Dungeon', + attrs: array![].span(), + children: array![ + dojo::model::introspect::Member { + name: 'id', + attrs: array!['key'].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'monster', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'role', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'damage', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'health', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'reward', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + } + ] + .span() + } + ) + } +} + +#[derive(Drop, Serde)] +pub struct DungeonEntity { + __id: felt252, // private field + pub monster: u8, + pub role: u8, + pub damage: u8, + pub health: u8, + pub reward: u16, +} + +#[generate_trait] +pub impl DungeonEntityStoreImpl of DungeonEntityStore { + fn get(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> DungeonEntity { + DungeonModelEntityImpl::get(world, entity_id) + } + + + fn get_monster(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + DungeonEntity + >::get_member( + world, + entity_id, + 1362045696071963491046823716013748693812889004281571853680755260656600308067 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::monster`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_monster(self: @DungeonEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1362045696071963491046823716013748693812889004281571853680755260656600308067, + serialized.span() + ); + } + + fn get_role(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + DungeonEntity + >::get_member( + world, + entity_id, + 298141920877297362218063439049958162789509994040046126471683228246625906567 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::role`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_role(self: @DungeonEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 298141920877297362218063439049958162789509994040046126471683228246625906567, + serialized.span() + ); + } + + fn get_damage(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + DungeonEntity + >::get_member( + world, + entity_id, + 458858933607245089679648131798619691919829532491702687054118372189925594141 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::damage`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_damage(self: @DungeonEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 458858933607245089679648131798619691919829532491702687054118372189925594141, + serialized.span() + ); + } + + fn get_health(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + DungeonEntity + >::get_member( + world, + entity_id, + 10081705603222233110711583073880238465441675299724638350815334665239107538 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::health`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_health(self: @DungeonEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 10081705603222233110711583073880238465441675299724638350815334665239107538, + serialized.span() + ); + } + + fn get_reward(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u16 { + let mut values = dojo::model::ModelEntity::< + DungeonEntity + >::get_member( + world, + entity_id, + 588725634485595069358303841479915730658972816749156481969410840728465956366 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::reward`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_reward(self: @DungeonEntity, world: dojo::world::IWorldDispatcher, value: u16) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 588725634485595069358303841479915730658972816749156481969410840728465956366, + serialized.span() + ); + } +} + +#[generate_trait] +pub impl DungeonStoreImpl of DungeonStore { + fn entity_id_from_keys(id: felt252) -> felt252 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + core::poseidon::poseidon_hash_span(serialized.span()) + } + + fn from_values(ref keys: Span, ref values: Span) -> Dungeon { + let mut serialized = core::array::ArrayTrait::new(); + serialized.append_span(keys); + serialized.append_span(values); + let mut serialized = core::array::ArrayTrait::span(@serialized); + + let entity = core::serde::Serde::::deserialize(ref serialized); + + if core::option::OptionTrait::::is_none(@entity) { + panic!( + "Model `Dungeon`: deserialization failed. Ensure the length of the keys tuple is matching the number of #[key] fields in the model struct." + ); + } + + core::option::OptionTrait::::unwrap(entity) + } + + fn get(world: dojo::world::IWorldDispatcher, id: felt252) -> Dungeon { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + dojo::model::Model::::get(world, serialized.span()) + } + + + fn get_monster(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Dungeon + >::get_member( + world, + serialized.span(), + 1362045696071963491046823716013748693812889004281571853680755260656600308067 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::monster`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_monster(self: @Dungeon, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1362045696071963491046823716013748693812889004281571853680755260656600308067, + serialized.span() + ); + } + + fn get_role(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Dungeon + >::get_member( + world, + serialized.span(), + 298141920877297362218063439049958162789509994040046126471683228246625906567 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::role`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_role(self: @Dungeon, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 298141920877297362218063439049958162789509994040046126471683228246625906567, + serialized.span() + ); + } + + fn get_damage(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Dungeon + >::get_member( + world, + serialized.span(), + 458858933607245089679648131798619691919829532491702687054118372189925594141 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::damage`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_damage(self: @Dungeon, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 458858933607245089679648131798619691919829532491702687054118372189925594141, + serialized.span() + ); + } + + fn get_health(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Dungeon + >::get_member( + world, + serialized.span(), + 10081705603222233110711583073880238465441675299724638350815334665239107538 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::health`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_health(self: @Dungeon, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 10081705603222233110711583073880238465441675299724638350815334665239107538, + serialized.span() + ); + } + + fn get_reward(world: dojo::world::IWorldDispatcher, id: felt252) -> u16 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Dungeon + >::get_member( + world, + serialized.span(), + 588725634485595069358303841479915730658972816749156481969410840728465956366 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Dungeon::reward`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_reward(self: @Dungeon, world: dojo::world::IWorldDispatcher, value: u16) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 588725634485595069358303841479915730658972816749156481969410840728465956366, + serialized.span() + ); + } +} + +pub impl DungeonModelEntityImpl of dojo::model::ModelEntity { + fn id(self: @DungeonEntity) -> felt252 { + *self.__id + } + + fn values(self: @DungeonEntity) -> Span { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(self.monster, ref serialized); + core::serde::Serde::serialize(self.role, ref serialized); + core::serde::Serde::serialize(self.damage, ref serialized); + core::serde::Serde::serialize(self.health, ref serialized); + core::serde::Serde::serialize(self.reward, ref serialized); + + core::array::ArrayTrait::span(@serialized) + } + + fn from_values(entity_id: felt252, ref values: Span) -> DungeonEntity { + let mut serialized = array![entity_id]; + serialized.append_span(values); + let mut serialized = core::array::ArrayTrait::span(@serialized); + + let entity_values = core::serde::Serde::::deserialize(ref serialized); + if core::option::OptionTrait::::is_none(@entity_values) { + panic!("ModelEntity `DungeonEntity`: deserialization failed."); + } + core::option::OptionTrait::::unwrap(entity_values) + } + + fn get(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> DungeonEntity { + let mut values = dojo::world::IWorldDispatcherTrait::entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::Id(entity_id), + dojo::model::Model::::layout() + ); + Self::from_values(entity_id, ref values) + } + + fn update(self: @DungeonEntity, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::Id(self.id()), + self.values(), + dojo::model::Model::::layout() + ); + } + + fn delete(self: @DungeonEntity, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::delete_entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::Id(self.id()), + dojo::model::Model::::layout() + ); + } + + fn get_member( + world: dojo::world::IWorldDispatcher, entity_id: felt252, member_id: felt252, + ) -> Span { + match dojo::utils::find_model_field_layout( + dojo::model::Model::::layout(), member_id + ) { + Option::Some(field_layout) => { + dojo::world::IWorldDispatcherTrait::entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::MemberId((entity_id, member_id)), + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } + + fn set_member( + self: @DungeonEntity, + world: dojo::world::IWorldDispatcher, + member_id: felt252, + values: Span, + ) { + match dojo::utils::find_model_field_layout( + dojo::model::Model::::layout(), member_id + ) { + Option::Some(field_layout) => { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::MemberId((self.id(), member_id)), + values, + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } +} + +pub impl DungeonModelImpl of dojo::model::Model { + fn get(world: dojo::world::IWorldDispatcher, keys: Span) -> Dungeon { + let mut values = dojo::world::IWorldDispatcherTrait::entity( + world, Self::selector(), dojo::model::ModelIndex::Keys(keys), Self::layout() + ); + let mut _keys = keys; + + DungeonStore::from_values(ref _keys, ref values) + } + + fn set(self: @Dungeon, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + Self::selector(), + dojo::model::ModelIndex::Keys(Self::keys(self)), + Self::values(self), + Self::layout() + ); + } + + fn delete(self: @Dungeon, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::delete_entity( + world, Self::selector(), dojo::model::ModelIndex::Keys(Self::keys(self)), Self::layout() + ); + } + + fn get_member( + world: dojo::world::IWorldDispatcher, keys: Span, member_id: felt252 + ) -> Span { + match dojo::utils::find_model_field_layout(Self::layout(), member_id) { + Option::Some(field_layout) => { + let entity_id = dojo::utils::entity_id_from_keys(keys); + dojo::world::IWorldDispatcherTrait::entity( + world, + Self::selector(), + dojo::model::ModelIndex::MemberId((entity_id, member_id)), + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } + + fn set_member( + self: @Dungeon, + world: dojo::world::IWorldDispatcher, + member_id: felt252, + values: Span + ) { + match dojo::utils::find_model_field_layout(Self::layout(), member_id) { + Option::Some(field_layout) => { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + Self::selector(), + dojo::model::ModelIndex::MemberId((self.entity_id(), member_id)), + values, + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } + + #[inline(always)] + fn name() -> ByteArray { + "Dungeon" + } + + #[inline(always)] + fn namespace() -> ByteArray { + "dojo_starter_rpg" + } + + #[inline(always)] + fn tag() -> ByteArray { + "dojo_starter_rpg-Dungeon" + } + + #[inline(always)] + fn version() -> u8 { + 1 + } + + #[inline(always)] + fn selector() -> felt252 { + 1908176165247139222074945330736159567130651045135032917555622041498844213143 + } + + #[inline(always)] + fn instance_selector(self: @Dungeon) -> felt252 { + Self::selector() + } + + #[inline(always)] + fn name_hash() -> felt252 { + 3323996017964218987263254239677412365860613786986002974584247974495222370351 + } + + #[inline(always)] + fn namespace_hash() -> felt252 { + 478818318480335965857378696073169770196363091739687234837836645523859370417 + } + + #[inline(always)] + fn entity_id(self: @Dungeon) -> felt252 { + core::poseidon::poseidon_hash_span(self.keys()) + } + + #[inline(always)] + fn keys(self: @Dungeon) -> Span { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, *self.id); + + core::array::ArrayTrait::span(@serialized) + } + + #[inline(always)] + fn values(self: @Dungeon) -> Span { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(self.monster, ref serialized); + core::serde::Serde::serialize(self.role, ref serialized); + core::serde::Serde::serialize(self.damage, ref serialized); + core::serde::Serde::serialize(self.health, ref serialized); + core::serde::Serde::serialize(self.reward, ref serialized); + + core::array::ArrayTrait::span(@serialized) + } + + #[inline(always)] + fn layout() -> dojo::model::Layout { + dojo::model::introspect::Introspect::::layout() + } + + #[inline(always)] + fn instance_layout(self: @Dungeon) -> dojo::model::Layout { + Self::layout() + } + + #[inline(always)] + fn packed_size() -> Option { + dojo::model::layout::compute_packed_size(Self::layout()) + } +} + +#[starknet::interface] +pub trait Idungeon { + fn ensure_abi(self: @T, model: Dungeon); +} + +#[starknet::contract] +pub mod dungeon { + use super::Dungeon; + use super::Idungeon; + + #[storage] + struct Storage {} + + #[abi(embed_v0)] + impl DojoModelImpl of dojo::model::IModel { + fn name(self: @ContractState) -> ByteArray { + dojo::model::Model::::name() + } + + fn namespace(self: @ContractState) -> ByteArray { + dojo::model::Model::::namespace() + } + + fn tag(self: @ContractState) -> ByteArray { + dojo::model::Model::::tag() + } + + fn version(self: @ContractState) -> u8 { + dojo::model::Model::::version() + } + + fn selector(self: @ContractState) -> felt252 { + dojo::model::Model::::selector() + } + + fn name_hash(self: @ContractState) -> felt252 { + dojo::model::Model::::name_hash() + } + + fn namespace_hash(self: @ContractState) -> felt252 { + dojo::model::Model::::namespace_hash() + } + + fn unpacked_size(self: @ContractState) -> Option { + dojo::model::introspect::Introspect::::size() + } + + fn packed_size(self: @ContractState) -> Option { + dojo::model::Model::::packed_size() + } + + fn layout(self: @ContractState) -> dojo::model::Layout { + dojo::model::Model::::layout() + } + + fn schema(self: @ContractState) -> dojo::model::introspect::Ty { + dojo::model::introspect::Introspect::::ty() + } + } + + #[abi(embed_v0)] + impl dungeonImpl of Idungeon { + fn ensure_abi(self: @ContractState, model: Dungeon) {} + } +} diff --git a/contracts/target/dev/models/dojo_starter_rpg-Dungeon-437fd4ba.json b/contracts/target/dev/models/dojo_starter_rpg-Dungeon-437fd4ba.json new file mode 100644 index 0000000..db2513e --- /dev/null +++ b/contracts/target/dev/models/dojo_starter_rpg-Dungeon-437fd4ba.json @@ -0,0 +1,3827 @@ +{ + "sierra_program": [ + "0x1", + "0x6", + "0x0", + "0x2", + "0x7", + "0x0", + "0x257", + "0x1a9", + "0x7c", + "0x4172726179", + "0x800000000000000300000000000000000000000000000001", + "0x1", + "0x75", + "0x66656c74323532", + "0x800000000000000700000000000000000000000000000000", + "0x753332", + "0x537472756374", + "0x800000000000000300000000000000000000000000000004", + "0x0", + "0x36775737a2dc48f3b19f9a1f4bc3ab9cb367d1e2e827cef96323826fd39f53f", + "0x2", + "0x556e696e697469616c697a6564", + "0x800000000000000200000000000000000000000000000001", + "0x3", + "0x426f78", + "0x800000000000000700000000000000000000000000000001", + "0x1c", + "0x800000000000000f00000000000000000000000000000001", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x456e756d", + "0x800000000000000700000000000000000000000000000003", + "0x12cfa2187a037ec121b5cda338f93ed017330d0d3d4ae44f924caa7ed156c7f", + "0x5", + "0x6", + "0x536e617073686f74", + "0x8", + "0x9", + "0x2e", + "0x3c6faa1e21c59d23757dade09e787c84bea5060b6280d24028a04b1f7854c50", + "0xb", + "0xd", + "0xe", + "0x1d", + "0x3d6c101ae34f62bc1d35df8673ccbf1c87623d0acfb8262632534e0348ef346", + "0x10", + "0x12", + "0x800000000000000700000000000000000000000000000002", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x13", + "0x15", + "0x30efad88580e7fb648209cf1735d4c271315142482b622ffa422a2bf5079fd2", + "0x16", + "0x800000000000000700000000000000000000000000000004", + "0x37a23383bd6e221fdd2bb8792bdec0032047e4890bba64d5802e532511358cc", + "0x14", + "0x17", + "0x37cac2cbdd30522ac0200265f9ee6de24dae224967092d8020ecdd8abc6643a", + "0x2c74e6f98adf5330e792368c205dbdaa38548eddf9087aa138ba0ff3207f833", + "0x19", + "0x3aaadb1f613f4bbeb4f8864d5fc01ff9f36b553d7271e99ec69000ab8050562", + "0x800000000000000700000000000000000000000000000007", + "0x3e6dfc57bd55225c96128349cc8a55770d3ceb86e970f3c424ecd3fcf2800aa", + "0x18", + "0x1a", + "0x1b", + "0x2538fe0a6675fb6665ba334da03766c2d912e154e660b313aae9cf4a65ab55b", + "0x52", + "0x384c87a23fc30bf0611d9057d59be188e63deef42bf1df3d92d6de1e425bc8c", + "0x20", + "0x22", + "0x23", + "0x53", + "0xd114c32d1bdba1bce522b98c4c1bab4007d04b08a55f319b01e4b651dc3c8d", + "0x25", + "0x27", + "0x28", + "0x753136", + "0x29d7d57c04a880978e7b3689f6218e507f3be17588744b58dc17762447ad0e7", + "0x2b", + "0x11c6d8087e00642489f92d2821ad6ebd6532ad1a3b6d12833da6d6810391511", + "0x436f6e7374", + "0x800000000000000000000000000000000000000000000002", + "0x726577617264", + "0x6865616c7468", + "0x64616d616765", + "0x726f6c65", + "0x7538", + "0x6d6f6e73746572", + "0x6964", + "0x6b6579", + "0x4", + "0x7533325f616464204f766572666c6f77", + "0xfb", + "0x48", + "0x53ab85eada0a6ea028c03d62be3bee85e33846f2cb70861f36156d3c342647", + "0x3f", + "0x14d34f771ec633c2f562d96c03f9299763555317b87ad49b1aa8c08079dde0e", + "0x49", + "0x44", + "0x5b4bf3e8c5705ff2b172ed7c0ff76f0096efed0943457e640b66da01b97d2", + "0x103b477c9d08fbf653bd237772c36affbe8076fa6a9db4b4e6f17566044d41d", + "0xa8be0a778a94eac2488e69eb5cf6921d2c02275d181a1189a6745aa6626f87", + "0x302e3fabbdf3434889ae2d001808e262479a8c632c7fb7242854097fd3d5963", + "0x4a", + "0x4e", + "0x34c1a4ee6ef3ec231b7e21635f0ab0f5e73f747e42beb02d65fc54c8e0e0575", + "0x4b", + "0x3d51cd80d097ac7cf0208e3ff0db65ac622c283bd6ce9e5f68c77e3a0aebca9", + "0x3142fbd31f041e72ed078d81fb3114100b27dfceb6a9f5844cfa830c1960670", + "0x253b435b9b9e399f77332f7e43e4cfd7c7976fa47c37b6c20025d9f33ae564b", + "0x4f", + "0x50", + "0x51", + "0x14a9201f80ff7b74887454e7f1a7b569f78f6701624a54447e359946b856407", + "0x18ef5e2178ac6be59ceafd15e6995810f636807e02c51d309c3f65e37000fc5", + "0x54", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x2d35fff891e795d8c01ff6e3124a8f80845d26ba9b3f87635bffe1527d2e50c", + "0x2a", + "0x19bf52e1108dd51b4222288809a7e3fad8daefaf9d0b563a16cad216526e885", + "0x57", + "0x3224b9083c3928f21e866b981656ebf82746ca38873414e76b16d95bac144e5", + "0x800000000000000700000000000000000000000000000005", + "0x16a4c8d7c05909052238a862d8cc3e7975bf05a07b3a69c6b28951083a6d672", + "0x800000000000000300000000000000000000000000000003", + "0x5b", + "0x1b13666c37cff3f8cd3a8175895ee97e12fa502081162baac108de2ea7bd1d0", + "0x5a", + "0x5c", + "0x19b9ae4ba181a54f9e7af894a81b44a60aea4c9803939708d6cc212759ee94c", + "0x10f0066850a7341a231226b660fa1d846080241fa47415b6a34712323c2f1b1", + "0x75950a8bf370d47bedf9ad7da42f135a08cccbce7f6b6bf7e73a70387f6102f", + "0x437fd4baff2c764dd1fb1f13f102d24903e9904bc8b15c3e8b306c29f152f97", + "0x646f6a6f5f737461727465725f7270672d44756e67656f6e", + "0x646f6a6f5f737461727465725f727067", + "0x4f7574206f6620676173", + "0x74584e9f10ffb1a40aa5a3582e203f6758defc4a497d1a2d5a89f274a320e9", + "0x6e", + "0x149ee8c97f9cdd259b09b6ca382e10945af23ee896a644de8c7b57da1779da7", + "0x70", + "0x7", + "0x44756e67656f6e", + "0x62797465733331", + "0x4275696c74696e436f737473", + "0x53797374656d", + "0x800000000000000100000000000000000000000000000000", + "0x9931c641b913035ae674b400b61a51476d506bbe8bba2ff8a6272790aba9e6", + "0x6d", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x4761734275696c74696e", + "0x52616e6765436865636b", + "0x13e", + "0x616c6c6f635f6c6f63616c", + "0x66696e616c697a655f6c6f63616c73", + "0x7265766f6b655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x7374727563745f6465636f6e737472756374", + "0x73746f72655f74656d70", + "0x7b", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x64726f70", + "0x61727261795f6e6577", + "0x636f6e73745f61735f696d6d656469617465", + "0x79", + "0x61727261795f617070656e64", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f696e6974", + "0x78", + "0x7a", + "0x77", + "0x6765745f6275696c74696e5f636f737473", + "0x76", + "0x77697468647261775f6761735f616c6c", + "0x74", + "0x73", + "0x73746f72655f6c6f63616c", + "0x736e617073686f745f74616b65", + "0x647570", + "0x72", + "0x7374727563745f736e617073686f745f6465636f6e737472756374", + "0x61727261795f6c656e", + "0x7533325f746f5f66656c74323532", + "0x71", + "0x66756e6374696f6e5f63616c6c", + "0xc", + "0x656e756d5f6d61746368", + "0x6f", + "0x72656e616d65", + "0x6c", + "0x6b", + "0x6a", + "0x69", + "0x68", + "0x67", + "0x75385f746f5f66656c74323532", + "0x66", + "0x65", + "0x64", + "0x63", + "0x62", + "0x656e61626c655f61705f747261636b696e67", + "0x61", + "0x6a756d70", + "0x60", + "0x64697361626c655f61705f747261636b696e67", + "0x5f", + "0x5e", + "0x5d", + "0xf", + "0x59", + "0x11", + "0x58", + "0x56", + "0x55", + "0x756e626f78", + "0x627974657333315f746f5f66656c74323532", + "0x636f6e73745f61735f626f78", + "0x4c", + "0x7370616e5f66726f6d5f7475706c65", + "0x47", + "0x46", + "0x45", + "0x43", + "0x42", + "0x41", + "0x40", + "0x757063617374", + "0x7533325f6f766572666c6f77696e675f616464", + "0x3e", + "0x7533325f6f766572666c6f77696e675f737562", + "0x3d", + "0x3c", + "0x3b", + "0x3a", + "0x39", + "0x38", + "0x37", + "0x36", + "0x35", + "0x34", + "0x33", + "0x32", + "0x31", + "0x30", + "0x2f", + "0x2d", + "0x2c", + "0x75385f7472795f66726f6d5f66656c74323532", + "0x7531365f7472795f66726f6d5f66656c74323532", + "0x26", + "0x29", + "0x21", + "0x24", + "0x1e", + "0x1f", + "0xa", + "0x982", + "0xffffffffffffffff", + "0xd9", + "0x8c", + "0xcb", + "0xc3", + "0x14d", + "0x100", + "0x13f", + "0x137", + "0x193", + "0x171", + "0x186", + "0x1d7", + "0x1b6", + "0x1ca", + "0x21b", + "0x1fa", + "0x20e", + "0x25f", + "0x23e", + "0x252", + "0x2b8", + "0x282", + "0x2ab", + "0x29a", + "0x2a0", + "0x341", + "0x2db", + "0x334", + "0x4d", + "0x301", + "0x304", + "0x307", + "0x30a", + "0x30d", + "0x2fa", + "0x315", + "0x30f", + "0x323", + "0x329", + "0x395", + "0x364", + "0x388", + "0x381", + "0x3ec", + "0x3b8", + "0x3df", + "0x3d8", + "0x441", + "0x432", + "0x414", + "0x425", + "0x47a", + "0x45b", + "0x460", + "0x46f", + "0x7d", + "0x7e", + "0x7f", + "0x80", + "0x81", + "0x82", + "0x83", + "0x84", + "0x85", + "0x86", + "0x87", + "0x88", + "0x89", + "0x8a", + "0x8b", + "0x51a", + "0x8d", + "0x4c3", + "0x8e", + "0x8f", + "0x90", + "0x4c8", + "0x91", + "0x92", + "0x510", + "0x93", + "0x94", + "0x95", + "0x96", + "0x97", + "0x4ff", + "0x98", + "0x99", + "0x4dd", + "0x4e7", + "0x4ef", + "0x9a", + "0x9b", + "0x9c", + "0x9d", + "0x9e", + "0x53d", + "0x54f", + "0x561", + "0x573", + "0x57f", + "0x9f", + "0xa0", + "0xa1", + "0xa2", + "0xa3", + "0xa4", + "0xa5", + "0xa6", + "0xa7", + "0xa8", + "0xa9", + "0xaa", + "0xab", + "0xac", + "0xad", + "0xae", + "0xaf", + "0xb0", + "0xb1", + "0xb2", + "0xb3", + "0xb4", + "0xb5", + "0xb6", + "0xb7", + "0xb8", + "0xb9", + "0xba", + "0xbb", + "0xbc", + "0xbd", + "0xbe", + "0xbf", + "0xc0", + "0xc1", + "0xc2", + "0xc4", + "0xc5", + "0xc6", + "0xc7", + "0x5e8", + "0x61f", + "0x656", + "0x668", + "0x67a", + "0x680", + "0xc8", + "0xc9", + "0xca", + "0xcc", + "0xcd", + "0xce", + "0x618", + "0xcf", + "0xd0", + "0xd1", + "0xd2", + "0xd3", + "0xd4", + "0xd5", + "0xd6", + "0xd7", + "0xd8", + "0x64f", + "0xda", + "0xdb", + "0xdc", + "0xdd", + "0xde", + "0xdf", + "0xe0", + "0xe1", + "0xe2", + "0xe3", + "0xe4", + "0xe5", + "0x690", + "0xe6", + "0xe7", + "0xe8", + "0xe9", + "0x695", + "0xea", + "0xeb", + "0x765", + "0x69d", + "0xec", + "0xed", + "0x6a2", + "0xee", + "0xef", + "0xf0", + "0x75b", + "0xf1", + "0x756", + "0x6b3", + "0x6b8", + "0x74b", + "0x745", + "0x6c9", + "0x6ce", + "0x739", + "0x732", + "0x6df", + "0x6e4", + "0x725", + "0x71d", + "0x6f5", + "0x6fa", + "0x710", + "0xf2", + "0x708", + "0xf3", + "0xf4", + "0xf5", + "0xf6", + "0x718", + "0xf7", + "0x72d", + "0x740", + "0x751", + "0x760", + "0x797", + "0x778", + "0x77d", + "0x78c", + "0xf8", + "0xf9", + "0x7e7", + "0xfa", + "0x7b3", + "0xfc", + "0xfd", + "0x7b8", + "0xfe", + "0xff", + "0x7dc", + "0x101", + "0x102", + "0x103", + "0x7d5", + "0x104", + "0x105", + "0x106", + "0x830", + "0x107", + "0x804", + "0x108", + "0x109", + "0x10a", + "0x809", + "0x10b", + "0x10c", + "0x10d", + "0x825", + "0x10e", + "0x81e", + "0x10f", + "0x110", + "0x111", + "0x869", + "0x84b", + "0x850", + "0x85e", + "0x112", + "0x113", + "0x8dc", + "0x114", + "0x886", + "0x115", + "0x116", + "0x117", + "0x88b", + "0x118", + "0x119", + "0x11a", + "0x8d0", + "0x11b", + "0x11c", + "0x11d", + "0x11e", + "0x8c5", + "0x8bf", + "0x11f", + "0x120", + "0x8cb", + "0x121", + "0x122", + "0x123", + "0x124", + "0x92a", + "0x125", + "0x8fa", + "0x126", + "0x127", + "0x128", + "0x8ff", + "0x129", + "0x12a", + "0x12b", + "0x91f", + "0x12c", + "0x12d", + "0x918", + "0x12e", + "0x12f", + "0x130", + "0x131", + "0x973", + "0x132", + "0x947", + "0x133", + "0x134", + "0x135", + "0x94c", + "0x136", + "0x138", + "0x968", + "0x139", + "0x961", + "0x13a", + "0x13b", + "0x13c", + "0x13d", + "0x15c", + "0x1a1", + "0x1e5", + "0x229", + "0x26d", + "0x2c6", + "0x34f", + "0x3a3", + "0x3fa", + "0x44f", + "0x488", + "0x4b7", + "0x529", + "0x591", + "0x5de", + "0x687", + "0x76c", + "0x7a5", + "0x7f6", + "0x83f", + "0x877", + "0x8ec", + "0x939", + "0x53a1", + "0x110400f00c0e0340c00c0300c0a00c0b028090200601c060140400c0200400", + "0x30380d06c030441a0480300801064030600305c0a058150500a04c0804803", + "0x2100c0e0342000c110681d00c020041900c1f00c1e028160541d00c110401c", + "0x309c0a09808094030441a00c0300801064030900308c0a058150880304410", + "0x2f00c2e00c0300c2d0282c0202b00c2a028260202900c110682200c0200428", + "0xa0d015070030cc0a098080c8030b80300c030c40a0b008084030c00a09808", + "0xe0341200c2e00c0300c390282c0201900c3800c3800c3700c3600c0300c35", + "0x30441a0e80300801064030f0030ec0a058150e803044100ac030380d08803", + "0x4200c110683f00c020041900c4100c40028160543f00c110403e00c0e0343d", + "0x300c0311c0a0581506403118031140a0581500c03044100184410c030380d", + "0x300c491204a0300300c49120440300300c491201200c0300c140281602019", + "0xc00c03124481380c00c03124481340c00c03124481300c00c031244812c0c", + "0x180300300c49120510300300c49120500300300c49120050300300c491204f", + "0x4814c0c00c03124480300c00c031244803c0c00c03124481480c00c0312448", + "0x49120580300300c491201900c5700c56028160545500c11040540300c00c49", + "0x3124481700c00c03124480900c154031244816c0c00c03124481680316403", + "0x5f00c110685500c020045500c1402826020061385e0300300c491205d03003", + "0xa09808188031840a0980806c0c15403124481640304410180031640312448", + "0x6700c1900c6800c6800c6700c6600c65028340543e00c64028260204300c63", + "0xc00c0312448064031ac031a80a0581501003044100e80300c031a40a05808", + "0x1900c7000c6f028160546e00c5500c5500c5500c5500c0300c6d028340206c", + "0x30500a1d0081cc0a04c08064030300303003198030500a1c8081c40a04c08", + "0x49120030300c00c491200a0300c00c491207800c7700c76028740542500c75", + "0x480600c030031244806403030031e40a058150280c00c031244800c0c00c03", + "0x49120030305500c491207c0300300c491207b0300300c491207a0300300c49", + "0x3124481f80c00c03124480900c03003124481f40c00c03124480d80c03003", + "0x7800c8100c80028740541900c2500c14028740202e00c14028260207f03003", + "0xc00c03124482100c030031244803c030441a20c032080a09808028030441a", + "0x89238892348c0300300c491207800c8b00c8a02874054892200621c0621885", + "0x300c032609700c032582e00c032540a2500a24c0a2480a2440f00c032408f", + "0x9d00c0300c962700300c9b00c0300c9a1480300c991180300c990a00300c99", + "0xa200c03258a100c0325803030a000c0c27c7800c032787500c032780300c03", + "0x9e29c0300c9b2980300c9b0100300c9a028a52900300c96028a32800300c96", + "0x32640f00c032b0ab00c032a80f00c032640f00c032a40f00c032a00f00c03", + "0x962bc0300c962bc0300c9e028ae0100300cad20c0300caa0300300c9900c03", + "0x32d08300c032641900c032648100c03254b300c032c8b103c032c02500c03", + "0x30309f22c0300c9e0b80300c9e0940300c990940300ca90300300cb400c03", + "0x326cb700c0326cb600c0326c2e00c03264b500c0326cab00c032640a030a0", + "0x9b2f80300c9b2f40300c9b2f00300c9b028bb2e80300c9b2e40300c9b2e003", + "0x32c8c000c032580a304c000c03264c000c032a40a030c000c0c27cbf00c03", + "0x300c9b0e80300cb20800f00cb0028c53100300c9b028c33080300c9b30003", + "0x7700c03254c800c032c82103c032c00c00c032586600c03258c700c0326cc6", + "0x300ca900c0c300030309f0640300c9e1a00300c9919c0300c991980300c99", + "0xca00c03264ca00c032a4ca00c03278c903c032c03a00c032583a00c032643a", + "0xb00b80300c9632c0f00cb00480300c960480300c990480300ca90900f00cb0", + "0xc27c0400c03260af00c03254cd00c0326c7000c03264cc00c032c82503c03", + "0x300ccf3380300cb200c0c338030309f3380300c9620c0300c960280c33803", + "0xaf00c03264b300c032580a030b300c0c27c8100c032780a3400400c032d004", + "0x9e3500300c9b1640300cd30280c34803030d10fc0300c9a00c0c2cc030309f", + "0xd500c0326c3f00c032743f00c032583f00c032780a0303a00c0c27c6600c03", + "0x300c991080300ca93640300c9b0280c36003030d135c0300c9b3580300c9b", + "0xa030da00c0c27c5500c032606600c03254030303a00c0c27c6700c0327842", + "0x300cb41540300ccf3680300cb200c0c368030309f3680300c961880300c96", + "0xc27cdf00c0326c0a378dd00c0326c0a3700c00c032a80c00c5500c0c36c55", + "0x300cb41980300caa0280c320030309f1dc0300c9e3200300c9600c0c32003", + "0x3f00c032b46700c032546700c032d06700c032a82803c032c05500c032b466", + "0xad1a00300c951a00300cb41a00300caa3800300c9b0b80f00cb019c0300c96", + "0x3268e300c0326ce200c0326ce100c0326c2903c032c06800c032583a00c03", + "0x960880300c9e0280c048030309f3980300c9b3940300c9b3900300c9b08803", + "0x326cea00c0326ce900c0326ce800c0326ce700c0326c2200c032742200c03", + "0x300c9e0bc0300c9e0a40300c990a40300ca93b40300c9b3b00300c9b3ac03", + "0x32a82f00c032643600c032543600c032a81200c032c8030301200c0c27c36", + "0x300c950bc0300cb40bc0300caa0ac0f00cb000c0300cad0b80300cb40b803", + "0x3700c032543700c032a83600c032642f03c032c02f00c032582200c032b42f", + "0xb00c80300c960740300cad0c80300c950c80300cb40c80300caa0c80300c99", + "0x32581200c032b43800c032543800c032d03800c032a83700c032643603c03", + "0x9f3b80300c960a00300c960280c3b8030309f00c0300ccf0c80f00cb00e003", + "0x3030ef00c0c27cef00c032580a030ef00c0c27cee00c032c803030ee00c0c", + "0x300c960280c330030309f1c00300c9e028f1028f03bc0300cb20a00300caa", + "0xc27c3f00c032604300c032406200c0326403030cc00c0c27c5500c03264cc", + "0x300cb210c0300ca800c0c3c8030309f3c80300c9610c0300c960280c3c803", + "0x3e00c03240f300c032644300c032643f00c032543f00c032a83f00c0333cf2", + "0xa800c0c3d0030309f3d00300c960f80300c960280c3d0030309f0e80300c98", + "0x3240f500c032643e00c032646800c032783a00c0333cf400c032c83e00c03", + "0x9f32c0300c960ac0300c960280c32c030309f0880300c980880300c900ac03", + "0x2200c032a82200c032a02200c0333ccb00c032c82b00c032a003030cb00c0c", + "0x903dc0300c993d80300c990880300c991e00300c960ac0300c990880300c95", + "0xb100c0c27cb100c032582100c032580a030b100c0c27c1d00c032602100c03", + "0x300c990c80300c9e0740300c950740300ccf2c40300cb20840300ca800c0c", + "0x32581c00c032580a0308400c0c27c1200c032601c00c03240c900c0326421", + "0x990e00300c9e0480300ccf2100300cb20700300ca800c0c210030309f21003", + "0xa3e803028030281800cfa00c0a0280a3e43800c03264f800c032641c00c03", + "0xfa00c0a1480a0701b030bd21019030fa030030280c03c0a028fa00c0a0300a", + "0x1f030fa030f800c840281900cfa00c1900c19028f800cfa00c0f00c180280a", + "0xa028fa00cb100c1c0280a3e80307c0306c0a028fa00c0a1480a080030d8b1", + "0x3324030800a324033e803028b10282100cfa00c0a07c0a028fa00c1800cf8", + "0x3090cb03024028cb00cfa00c0a3240a090033e8033242103021028c900cfa", + "0xfa00c8400c250281900cfa00c1900c190282800cfa00c2500ccb0282500cfa", + "0xa0a00c21019148030a0033e8030a0030b80a030033e803030030a00a21003", + "0xfa00c2e00c2b0282e00cfa00c0a0a40a028fa00c2000c1b0280a3e80302852", + "0x360280a3e80302852028360bc0c1c02b0a40c3e80c0b8840640f0bc0a0b803", + "0x33e803028370283800cfa00c0a0c80a0dc033e8030281f0283200cfa00c0a", + "0x3148030880a148033e80314818030120285200cfa00c120e03203c3802812", + "0x33dc030f00a3dcf6030fa00cf600cf70280a3e803088033d80a3d822030fa", + "0xfa00c3c00c3e0280a3e8030f4030f40a028fa00cf400cf40283d3d03c03cfa", + "0xfa00c4100c200284100cfa00cf500c41028f500cfa00c3e00cf50283e0f00c", + "0xfa00c2900c190284200cfa00c3c00cf2028f200cfa00c410dc0c0840a10403", + "0x33e8033c80310c0a108033e803108031080a0ac033e8030ac030940a0a403", + "0xef00c66118033e80c1b8031b80a1b8f310c0f3e8033c8420ac29148f3028f2", + "0x33dc0a028fa00c1d00cef0281d3b80c3e803118031180a028fa00c0a1480a", + "0x3d0280a3e8033b0033b80a3a8eb3b00f3e8033b4030f00a3b4f6030fa00cf6", + "0x30f00a3a0033e8033a4ee03021028e900cfa00ceb00c1d0280a3e8033a803", + "0xe500ced0280a3e803398033d00a028fa00ce700cee028e5398e703cfa00cf6", + "0xe200cec028e200cfa00ce33a00c0840a38c033e803390031040a390033e803", + "0x337c033a40a37c033e803380033a80a028fa00ce100ceb028e03840c3e803", + "0xfa00cf300c250284300cfa00c4300c190285700cfa00cdd00ce8028dd00cfa", + "0xa15c0c3cc431480315c033e80315c030b80a030033e803030030a00a3cc03", + "0x310c030640a368033e8033bc0332c0a028fa00cf600ce70280a3e80302852", + "0xfa00cda00c2e0280c00cfa00c0c00c28028f300cfa00cf300c250284300cfa", + "0x30281f0280a3e803060033e00a028fa00c0a1480a3680c3cc431480336803", + "0xfa00cd83640c0840a360033e803360030800a360033e803028e6028d900cfa", + "0x33e8033580332c0a358033e80335c5a030240285a00cfa00c0a3240a35c03", + "0xc00cfa00c0c00c280283600cfa00c3600c250282f00cfa00c2f00c19028d5", + "0x303c033940a028fa00c0a1480a3540c0d82f14803354033e803354030b80a", + "0x200285500cfa00c0a3980a350033e8030281f0280a3e803060033e00a028fa", + "0xc0900a17c033e803028c90285900cfa00c553500c0840a154033e80315403", + "0x30940a06c033e80306c030640a348033e8031880332c0a188033e8031645f", + "0x1c06c5200cd200cfa00cd200c2e0280c00cfa00c0c00c280281c00cfa00c1c", + "0xa0300f0280a3e8030280c0280a3e803028030281800cfa00c0a0280a3480c", + "0xa3e0033e80303c030600a028fa00c0a1480a0701b030fb21019030fa03003", + "0xa3e803028520282000cfc2c41f030fa030f800c840281900cfa00c1900c19", + "0x30281f0280a3e803060033e00a028fa00cb100c1c0280a3e80307c0306c0a", + "0xfa00cc90840c0840a324033e803324030800a324033e803028b10282100cfa", + "0x33e8030940332c0a094033e803090cb03024028cb00cfa00c0a3240a09003", + "0xc00cfa00c0c00c280288400cfa00c8400c250281900cfa00c1900c1902828", + "0x30800306c0a028fa00c0a1480a0a00c21019148030a0033e8030a0030b80a", + "0xfa0302e2101903c2f0282e00cfa00c2e00c2b0282e00cfa00c0a0a40a028fa", + "0xfa00c0a07c0a0c8033e803028360280a3e80302852028360bc0c3f42b0a40c", + "0x33e803048380c80f0e00a048033e803028e30283800cfa00c0a3900a0dc03", + "0xfa00c2200cf6028f60880c3e803148030880a148033e803148180301202852", + "0x33d0033d00a0f4f40f00f3e8033dc030f00a3dcf6030fa00cf600cf70280a", + "0x33e8030f8033d40a0f83c030fa00c3c00c3e0280a3e8030f4030f40a028fa", + "0x33e80310437030210284100cfa00c4100c200284100cfa00cf500c41028f5", + "0x2b00cfa00c2b00c250282900cfa00c2900c190284200cfa00c3c00cf2028f2", + "0xfa00cf21082b0a4523cc0a3c8033e8033c80310c0a108033e803108031080a", + "0x4600c460280a3e80302852028ef00cfe118033e80c1b8031b80a1b8f310c0f", + "0xed00c3c028ed3d80c3e8033d8033dc0a028fa00c1d00cef0281d3b80c3e803", + "0x33ac030740a028fa00cea00c3d0280a3e8033b0033b80a3a8eb3b00f3e803", + "0x33b80a394e639c0f3e8033d8030f00a3a0033e8033a4ee03021028e900cfa", + "0xfa00ce400c41028e400cfa00ce500ced0280a3e803398033d00a028fa00ce7", + "0x3384033ac0a380e1030fa00ce200cec028e200cfa00ce33a00c0840a38c03", + "0x33e803374033a00a374033e80337c033a40a37c033e803380033a80a028fa", + "0xc00cfa00c0c00c28028f300cfa00cf300c250284300cfa00c4300c1902857", + "0x33d80339c0a028fa00c0a1480a15c0c3cc431480315c033e80315c030b80a", + "0x33e8033cc030940a10c033e80310c030640a368033e8033bc0332c0a028fa", + "0x52028da030f310c5200cda00cfa00cda00c2e0280c00cfa00c0c00c28028f3", + "0xd800cfa00c0a3980a364033e8030281f0280a3e803060033e00a028fa00c0a", + "0xa168033e803028c9028d700cfa00cd83640c0840a360033e803360030800a", + "0xa0bc033e8030bc030640a354033e8033580332c0a358033e80335c5a03024", + "0x5200cd500cfa00cd500c2e0280c00cfa00c0c00c280283600cfa00c3600c25", + "0xa028fa00c1800cf80280a3e80303c033940a028fa00c0a1480a3540c0d82f", + "0xd4030210285500cfa00c5500c200285500cfa00c0a3980a350033e8030281f", + "0x6200ccb0286200cfa00c5917c0c0900a17c033e803028c90285900cfa00c55", + "0x3030030a00a070033e803070030940a06c033e80306c030640a348033e803", + "0xa060033e8030280a028d20301c06c5200cd200cfa00cd200c2e0280c00cfa", + "0x1c06c0c3fc840640c3e80c00c0a0300f0280a3e8030280c0280a3e80302803", + "0x32100a064033e803064030640a3e0033e80303c030600a028fa00c0a1480a", + "0x30700a028fa00c1f00c1b0280a3e803028520282000d002c41f030fa030f8", + "0xc900cfa00c0a2c40a084033e8030281f0280a3e803060033e00a028fa00cb1", + "0xa32c033e803028c90282400cfa00cc90840c0840a324033e803324030800a", + "0xa064033e803064030640a0a0033e8030940332c0a094033e803090cb03024", + "0x5200c2800cfa00c2800c2e0280c00cfa00c0c00c280288400cfa00c8400c25", + "0xa0b8033e803028290280a3e8030800306c0a028fa00c0a1480a0a00c21019", + "0xa1480a0d82f031010ac29030fa0302e2101903c2f0282e00cfa00c2e00c2b", + "0xa0e0033e803028e20283700cfa00c0a07c0a0c8033e803028360280a3e803", + "0x5200cfa00c520600c0480a148033e803048380c80f0e00a048033e803028e1", + "0xf73d80c3e8033d8033dc0a028fa00c2200cf6028f60880c3e803148030880a", + "0xa028fa00c3d00c3d0280a3e8033d0033d00a0f4f40f00f3e8033dc030f00a", + "0xa104033e8033d4031040a3d4033e8030f8033d40a0f83c030fa00c3c00c3e", + "0xa108033e8030f0033c80a3c8033e80310437030210284100cfa00c4100c20", + "0x430284200cfa00c4200c420282b00cfa00c2b00c250282900cfa00c2900c19", + "0xfa0306e00c6e0286e3cc4303cfa00cf21082b0a4523cc0a3c8033e8033c803", + "0x3074033bc0a074ee030fa00c4600c460280a3e80302852028ef00d0211803", + "0xec00cee028ea3acec03cfa00ced00c3c028ed3d80c3e8033d8033dc0a028fa", + "0xfa00ce93b80c0840a3a4033e8033ac030740a028fa00cea00c3d0280a3e803", + "0xfa00ce600cf40280a3e80339c033b80a394e639c0f3e8033d8030f00a3a003", + "0x33e80338ce803021028e300cfa00ce400c41028e400cfa00ce500ced0280a", + "0xdf00cfa00ce000cea0280a3e803384033ac0a380e1030fa00ce200cec028e2", + "0xa10c033e80310c030640a15c033e803374033a00a374033e80337c033a40a", + "0x5200c5700cfa00c5700c2e0280c00cfa00c0c00c28028f300cfa00cf300c25", + "0xda00cfa00cef00ccb0280a3e8033d80339c0a028fa00c0a1480a15c0c3cc43", + "0xa030033e803030030a00a3cc033e8033cc030940a10c033e80310c030640a", + "0xfa00c1800cf80280a3e80302852028da030f310c5200cda00cfa00cda00c2e", + "0x21028d800cfa00cd800c20028d800cfa00c0a3980a364033e8030281f0280a", + "0xcb028d600cfa00cd71680c0900a168033e803028c9028d700cfa00cd83640c", + "0x30a00a0d8033e8030d8030940a0bc033e8030bc030640a354033e80335803", + "0xa3e80302852028d5030360bc5200cd500cfa00cd500c2e0280c00cfa00c0c", + "0x3028e6028d400cfa00c0a07c0a028fa00c1800cf80280a3e80303c033940a", + "0xfa00c0a3240a164033e803154d4030210285500cfa00c5500c200285500cfa", + "0xfa00c1b00c19028d200cfa00c6200ccb0286200cfa00c5917c0c0900a17c03", + "0x33e803348030b80a030033e803030030a00a070033e803070030940a06c03", + "0xc40c181480c3e80c00c0a0300f0280a3e8030280c028d20301c06c5200cd2", + "0xa148033e803148030640a06c033e80303c030600a028fa00c0a1480a21019", + "0xa028fa00c1c00c1b0280a3e803028520281f00d043e01c030fa0301b00c84", + "0x3080030800a080033e803028b1028b100cfa00c0a07c0a028fa00cf800c1c", + "0x3084c903024028c900cfa00c0a3240a084033e803080b1030210282000cfa", + "0xfa00c1800c250285200cfa00c5200c19028cb00cfa00c2400ccb0282400cfa", + "0xa32c0c060521480332c033e80332c030b80a030033e803030030a00a06003", + "0xfa00c2500c2b0282500cfa00c0a0a40a028fa00c1f00c1b0280a3e80302852", + "0x1f0280a3e803028520282b0a40c4142e0a00c3e80c094181480f0bc0a09403", + "0x30c8030800a0c8033e8030d80337c0a0d8033e803028e00282f00cfa00c0a", + "0x3800ceb028120e00c3e8030dc033b00a0dc033e8030c82f030210283200cfa", + "0xfa00cf600ce8028f600cfa00c2200ce90282200cfa00c1200cea0280a3e803", + "0x33e803030030a00a0b8033e8030b8030940a0a0033e8030a0030640a3dc03", + "0x30281f0280a3e80302852028f70302e0a05200cf700cfa00cf700c2e0280c", + "0xfa00cf40f00c0840a3d0033e8033d0030800a3d0033e803028e60283c00cfa", + "0x33e8033d40332c0a3d4033e8030f43e030240283e00cfa00c0a3240a0f403", + "0xc00cfa00c0c00c280282b00cfa00c2b00c250282900cfa00c2900c1902841", + "0x303c033940a028fa00c0a1480a1040c0ac2914803104033e803104030b80a", + "0xa108033e803108030800a108033e803028e6028f200cfa00c0a07c0a028fa", + "0xa1b8033e80310cf303024028f300cfa00c0a3240a10c033e803108f203021", + "0x280288400cfa00c8400c250281900cfa00c1900c190284600cfa00c6e00ccb", + "0xfa00c0a0300a1180c2101914803118033e803118030b80a030033e80303003", + "0xf00c180280a3e80302852028840640c418181480c3e80c00c0a0300f0280a", + "0xa07c0341cf80700c3e80c06c032100a148033e803148030640a06c033e803", + "0x33e8030281f0280a3e8033e0030700a028fa00c1c00c1b0280a3e80302852", + "0x2100cfa00c202c40c0840a080033e803080030800a080033e803028b1028b1", + "0xa32c033e8030900332c0a090033e803084c903024028c900cfa00c0a3240a", + "0x2e0280c00cfa00c0c00c280281800cfa00c1800c250285200cfa00c5200c19", + "0xa3e80307c0306c0a028fa00c0a1480a32c0c060521480332c033e80332c03", + "0x28030fa030250605203c2f0282500cfa00c2500c2b0282500cfa00c0a0a40a", + "0x3600cfa00c0a3740a0bc033e8030281f0280a3e803028520282b0a40c4202e", + "0x37030fa00c3200cec0283200cfa00c360bc0c0840a0d8033e8030d8030800a", + "0xa088033e803048033a40a048033e8030e0033a80a028fa00c3700ceb02838", + "0x280282e00cfa00c2e00c250282800cfa00c2800c19028f600cfa00c2200ce8", + "0xfa00c0a1480a3d80c0b828148033d8033e8033d8030b80a030033e80303003", + "0x210283c00cfa00c3c00c200283c00cfa00c0a3980a3dc033e8030281f0280a", + "0xcb0283e00cfa00cf40f40c0900a0f4033e803028c9028f400cfa00c3c3dc0c", + "0x30a00a0ac033e8030ac030940a0a4033e8030a4030640a3d4033e8030f803", + "0xa3e80302852028f50302b0a45200cf500cfa00cf500c2e0280c00cfa00c0c", + "0xf200c20028f200cfa00c0a3980a104033e8030281f0280a3e80303c033940a", + "0x4210c0c0900a10c033e803028c90284200cfa00cf21040c0840a3c8033e803", + "0x3210030940a064033e803064030640a1b8033e8033cc0332c0a3cc033e803", + "0x6e030840645200c6e00cfa00c6e00c2e0280c00cfa00c0c00c280288400cfa", + "0xfa00c0a1480a210190310906052030fa030030280c03c0a028fa00c0a0300a", + "0x1c030fa0301b00c840285200cfa00c5200c190281b00cfa00c0f00c180280a", + "0xa028fa00cf800c1c0280a3e8030700306c0a028fa00c0a1480a07c03428f8", + "0xb1030210282000cfa00c2000c200282000cfa00c0a2c40a2c4033e8030281f", + "0x2400ccb0282400cfa00c213240c0900a324033e803028c90282100cfa00c20", + "0x3030030a00a060033e803060030940a148033e803148030640a32c033e803", + "0x1b0280a3e80302852028cb030181485200ccb00cfa00ccb00c2e0280c00cfa", + "0x181480f0bc0a094033e803094030ac0a094033e803028290280a3e80307c03", + "0x570282f00cfa00c0a07c0a028fa00c0a1480a0ac290310b0b828030fa03025", + "0x33b00a0c8033e8030d82f030210283600cfa00c3600c200283600cfa00c0a", + "0x1200ce90281200cfa00c3800cea0280a3e8030dc033ac0a0e037030fa00c32", + "0x30b8030940a0a0033e8030a0030640a3d8033e803088033a00a088033e803", + "0xf60302e0a05200cf600cfa00cf600c2e0280c00cfa00c0c00c280282e00cfa", + "0x30f0030800a0f0033e803028e6028f700cfa00c0a07c0a028fa00c0a1480a", + "0x33d03d030240283d00cfa00c0a3240a3d0033e8030f0f7030210283c00cfa", + "0xfa00c2b00c250282900cfa00c2900c19028f500cfa00c3e00ccb0283e00cfa", + "0xa3d40c0ac29148033d4033e8033d4030b80a030033e803030030a00a0ac03", + "0x33e803028e60284100cfa00c0a07c0a028fa00c0f00ce50280a3e80302852", + "0x4300cfa00c0a3240a108033e8033c84103021028f200cfa00cf200c20028f2", + "0x1900cfa00c1900c190286e00cfa00cf300ccb028f300cfa00c4210c0c0900a", + "0x31b8033e8031b8030b80a030033e803030030a00a210033e803210030940a", + "0x840640c430181480c3e80c00c0a0300f0280a3e8030280c0286e0308406452", + "0x32100a148033e803148030640a06c033e80303c030600a028fa00c0a1480a", + "0x30700a028fa00c1c00c1b0280a3e803028520281f00d0d3e01c030fa0301b", + "0x33e803080030800a080033e803028b1028b100cfa00c0a07c0a028fa00cf8", + "0x33e803084c903024028c900cfa00c0a3240a084033e803080b10302102820", + "0x1800cfa00c1800c250285200cfa00c5200c19028cb00cfa00c2400ccb02824", + "0xa1480a32c0c060521480332c033e80332c030b80a030033e803030030a00a", + "0x2500cfa00c2500c2b0282500cfa00c0a0a40a028fa00c1f00c1b0280a3e803", + "0x30281f0280a3e803028520282b0a40c4382e0a00c3e80c094181480f0bc0a", + "0xfa00c360bc0c0840a0d8033e8030d8030800a0d8033e803028da0282f00cfa", + "0x33e8030e0033a80a028fa00c3700ceb028380dc0c3e8030c8033b00a0c803", + "0x2800cfa00c2800c19028f600cfa00c2200ce80282200cfa00c1200ce902812", + "0x33d8033e8033d8030b80a030033e803030030a00a0b8033e8030b8030940a", + "0x3c00cfa00c0a3980a3dc033e8030281f0280a3e80302852028f60302e0a052", + "0xa0f4033e803028c9028f400cfa00c3c3dc0c0840a0f0033e8030f0030800a", + "0xa0a4033e8030a4030640a3d4033e8030f80332c0a0f8033e8033d03d03024", + "0x5200cf500cfa00cf500c2e0280c00cfa00c0c00c280282b00cfa00c2b00c25", + "0xa104033e8030281f0280a3e80303c033940a028fa00c0a1480a3d40c0ac29", + "0xc90284200cfa00cf21040c0840a3c8033e8033c8030800a3c8033e803028e6", + "0x30640a1b8033e8033cc0332c0a3cc033e80310843030240284300cfa00c0a", + "0x6e00c2e0280c00cfa00c0c00c280288400cfa00c8400c250281900cfa00c19", + "0x52030fa030030280c03c0a028fa00c0a0300a1b80c21019148031b8033e803", + "0xfa00c5200c190281b00cfa00c0f00c180280a3e80302852028840640c43c18", + "0x30700306c0a028fa00c0a1480a07c03440f80700c3e80c06c032100a14803", + "0x200282000cfa00c0a2c40a2c4033e8030281f0280a3e8033e0030700a028fa", + "0xc0900a324033e803028c90282100cfa00c202c40c0840a080033e80308003", + "0x30940a148033e803148030640a32c033e8030900332c0a090033e803084c9", + "0x181485200ccb00cfa00ccb00c2e0280c00cfa00c0c00c280281800cfa00c18", + "0x30ac0a094033e803028290280a3e80307c0306c0a028fa00c0a1480a32c0c", + "0xfa00c0a1480a0ac29031110b828030fa030250605203c2f0282500cfa00c25", + "0xd70283200cfa00c3600cd80283600cfa00c0a3640a0bc033e8030281f0280a", + "0x30e0033540a028fa00c0a3580a028fa00c3700c5a028380dc0c3e8030c803", + "0xa1480a088034481200cfa0303800cd40282800cfa00c2800c190283800cfa", + "0xfa00cf60bc0c0840a3d8033e8033d8030800a3d8033e803028550280a3e803", + "0xfa00cf43dc0c0840a3d0033e8030f0031040a0f0033e803048033b40a3dc03", + "0x33bc0a028fa00c0a1480a0291300c0a1640a0f8033e8030f40310c0a0f403", + "0x33d42f03021028f500cfa00cf500c20028f500cfa00c0a17c0a028fa00c22", + "0xf2030fa00c3e00cec0280a3e803028620283e00cfa00c4100c430284100cfa", + "0xa3cc033e80310c033a40a10c033e803108033a80a028fa00cf200ceb02842", + "0x280282e00cfa00c2e00c250282800cfa00c2800c190286e00cfa00cf300ce8", + "0xfa00c0a1480a1b80c0b828148031b8033e8031b8030b80a030033e80303003", + "0x21028ef00cfa00cef00c20028ef00cfa00c0a3980a118033e8030281f0280a", + "0xcb028ed00cfa00cee0740c0900a074033e803028c9028ee00cfa00cef1180c", + "0x30a00a0ac033e8030ac030940a0a4033e8030a4030640a3b0033e8033b403", + "0xa3e80302852028ec0302b0a45200cec00cfa00cec00c2e0280c00cfa00c0c", + "0xea00c20028ea00cfa00c0a3980a3ac033e8030281f0280a3e80303c033940a", + "0xe93a00c0900a3a0033e803028c9028e900cfa00cea3ac0c0840a3a8033e803", + "0x3210030940a064033e803064030640a398033e80339c0332c0a39c033e803", + "0xe6030840645200ce600cfa00ce600c2e0280c00cfa00c0c00c280288400cfa", + "0xfa00c0a1480a210190311406052030fa030030280c03c0a028fa00c0a0300a", + "0x1c030fa0301b00c840285200cfa00c5200c190281b00cfa00c0f00c180280a", + "0xa028fa00cf800c1c0280a3e8030700306c0a028fa00c0a1480a07c03454f8", + "0xb1030210282000cfa00c2000c200282000cfa00c0a2c40a2c4033e8030281f", + "0x2400ccb0282400cfa00c213240c0900a324033e803028c90282100cfa00c20", + "0x3030030a00a060033e803060030940a148033e803148030640a32c033e803", + "0x1b0280a3e80302852028cb030181485200ccb00cfa00ccb00c2e0280c00cfa", + "0x181480f0bc0a094033e803094030ac0a094033e803028290280a3e80307c03", + "0xd60282f00cfa00c0a3480a028fa00c0a1480a0ac29031160b828030fa03025", + "0x34643200d180d8033e8190bc0345c0a0a0033e8030a0030640a028fa00c0a", + "0xa1800a028fa00c0a1880a028fa00c0a1480a088034701200d1b0e00346837", + "0xfa00c2e00c250282800cfa00c2800c19028f700cfa00c0a1980a3d8033e803", + "0x33e8033dc031a00a3d8033e8033d8031a00a0d8033e8030d80319c0a0b803", + "0x34743e00cfa0303d00c3f0283d3d03c03cfa00cf73d8360b8280603a028f7", + "0xa3e803104033380a10c423c841148fa00c3e00c6b0280a3e80302852028f5", + "0x30640a3cc033e803108033600a028fa00c4300cef0280a3e8033c8030f40a", + "0x302859028ef00cfa00cf300cd50284600cfa00cf400c250286e00cfa00c3c", + "0xa0f0033e8030f0030640a3b8033e8033d40332c0a028fa00c0a1480a0291e", + "0x5200cee00cfa00cee00c2e0280c00cfa00c0c00c28028f400cfa00cf400c25", + "0x520280a47c03028590280a3e8030c8033340a028fa00c0a1480a3b80c3d03c", + "0x700280a3e803028520280a47c03028590280a3e8030dc031c00a028fa00c0a", + "0xa028fa00c1200cef0280a3e803028520280a47c03028590280a3e8030e003", + "0xa028fa00c0a1880a028fa00c2200ccd0280a3e803028520280a47c0302859", + "0x30940a1b8033e8030a0030640a3b4033e803074033280a074033e803028cc", + "0x33bc0335c0a3b0033e8030281f028ef00cfa00ced00cd50284600cfa00c2e", + "0xe900cfa030ea00cd40280a3e803028d60280a3e8033ac031680a3a8eb030fa", + "0xa39c033e80339c030800a39c033e803028550280a3e80302852028e800d20", + "0xa390033e803394031040a394033e8033a4033b40a398033e80339cec03021", + "0xa1480a0292100c0a1640a388033e80338c0310c0a38c033e803390e603021", + "0xe100cfa00ce100c20028e100cfa00c0a17c0a028fa00ce800cef0280a3e803", + "0xec0280a3e80302862028e200cfa00ce000c43028e000cfa00ce13b00c0840a", + "0x33a40a15c033e803374033a80a028fa00cdf00ceb028dd37c0c3e80338803", + "0x4600c250286e00cfa00c6e00c19028d900cfa00cda00ce8028da00cfa00c57", + "0xc1186e14803364033e803364030b80a030033e803030030a00a118033e803", + "0xd700c20028d700cfa00c0a3980a360033e8030281f0280a3e80302852028d9", + "0x5a3580c0900a358033e803028c90285a00cfa00cd73600c0840a35c033e803", + "0x30ac030940a0a4033e8030a4030640a350033e8033540332c0a354033e803", + "0xd40302b0a45200cd400cfa00cd400c2e0280c00cfa00c0c00c280282b00cfa", + "0xfa00c0a3980a154033e8030281f0280a3e80303c033940a028fa00c0a1480a", + "0x33e803028c90285f00cfa00c591540c0840a164033e803164030800a16403", + "0x33e803064030640a45c033e8033480332c0a348033e80317c620302402862", + "0x11700cfa00d1700c2e0280c00cfa00c0c00c280288400cfa00c8400c2502819", + "0x190312206052030fa030030280c03c0a028fa00c0a0300a45c0c2101914803", + "0x840285200cfa00c5200c190281b00cfa00c0f00c180280a3e8030285202884", + "0x1c0280a3e8030700306c0a028fa00c0a1480a07c0348cf80700c3e80c06c03", + "0xfa00c2000c200282000cfa00c0a2c40a2c4033e8030281f0280a3e8033e003", + "0xfa00c213240c0900a324033e803028c90282100cfa00c202c40c0840a08003", + "0x33e803060030940a148033e803148030640a32c033e8030900332c0a09003", + "0x52028cb030181485200ccb00cfa00ccb00c2e0280c00cfa00c0c00c2802818", + "0x33e803094030ac0a094033e803028290280a3e80307c0306c0a028fa00c0a", + "0xa3480a028fa00c0a1480a0ac29031240b828030fa030250605203c2f02825", + "0x30c8031d40a0dc32030fa00c2f00c770283600cfa00c0a07c0a0bc033e803", + "0x33e8030dc031e00a0b8033e8030b8030940a0a0033e8030a0030640a028fa", + "0x31b80a088120e00f3e8030d8370b828148c80283600cfa00c3600c4302837", + "0xef028f40f00c3e8033d8031180a028fa00c0a1480a3dc03494f600cfa03022", + "0x3e00cea0280a3e8030f4033ac0a0f83d030fa00c3c00cec0280a3e8033d003", + "0x30e0030640a3c8033e803104033a00a104033e8033d4033a40a3d4033e803", + "0xfa00cf200c2e0280c00cfa00c0c00c280281200cfa00c1200c250283800cfa", + "0x30640a108033e8033dc0332c0a028fa00c0a1480a3c80c04838148033c803", + "0x4200c2e0280c00cfa00c0c00c280281200cfa00c1200c250283800cfa00c38", + "0xe60284300cfa00c0a07c0a028fa00c0a1480a1080c0483814803108033e803", + "0xa3240a1b8033e8033cc4303021028f300cfa00cf300c20028f300cfa00c0a", + "0x2900c19028ee00cfa00cef00ccb028ef00cfa00c6e1180c0900a118033e803", + "0x33b8030b80a030033e803030030a00a0ac033e8030ac030940a0a4033e803", + "0xa07c0a028fa00c0f00ce50280a3e80302852028ee0302b0a45200cee00cfa", + "0x33b41d03021028ed00cfa00ced00c20028ed00cfa00c0a3980a074033e803", + "0xfa00cea00ccb028ea00cfa00cec3ac0c0900a3ac033e803028c9028ec00cfa", + "0x33e803030030a00a210033e803210030940a064033e803064030640a3a403", + "0xa0300f0280a3e8030280c028e9030840645200ce900cfa00ce900c2e0280c", + "0xa06c033e80303c030600a028fa00c0a1480a210190312606052030fa03003", + "0xa3e803028520281f00d273e01c030fa0301b00c840285200cfa00c5200c19", + "0x3028b1028b100cfa00c0a07c0a028fa00cf800c1c0280a3e8030700306c0a", + "0xfa00c0a3240a084033e803080b1030210282000cfa00c2000c200282000cfa", + "0xfa00c5200c19028cb00cfa00c2400ccb0282400cfa00c213240c0900a32403", + "0x33e80332c030b80a030033e803030030a00a060033e803060030940a14803", + "0xfa00c0a0a40a028fa00c1f00c1b0280a3e80302852028cb030181485200ccb", + "0x2b0a40c4a02e0a00c3e80c094181480f0bc0a094033e803094030ac0a09403", + "0x33100a0c836030fa00c2f00cc60282f00cfa00c0a31c0a028fa00c0a1480a", + "0xfa00c3700cc00283800cfa00c0a07c0a0dc033e8030c8033080a028fa00c36", + "0x33e8030b8030940a0a0033e8030a0030640a028fa00c1200cbf028220480c", + "0x30e0220b828148bd0283800cfa00c3800c430282200cfa00c2200cbe0282e", + "0x31180a028fa00c0a1480a0f4034a4f400cfa0303c00c6e0283c3dcf603cfa", + "0x33ac0a3c841030fa00c3e00cec0280a3e8033d4033bc0a3d43e030fa00cf4", + "0x310c033a00a10c033e803108033a40a108033e8033c8033a80a028fa00c41", + "0xfa00c0c00c28028f700cfa00cf700c25028f600cfa00cf600c19028f300cfa", + "0x332c0a028fa00c0a1480a3cc0c3dcf6148033cc033e8033cc030b80a03003", + "0xc00c28028f700cfa00cf700c25028f600cfa00cf600c190286e00cfa00c3d", + "0xa028fa00c0a1480a1b80c3dcf6148031b8033e8031b8030b80a030033e803", + "0x4603021028ef00cfa00cef00c20028ef00cfa00c0a3980a118033e8030281f", + "0xed00ccb028ed00cfa00cee0740c0900a074033e803028c9028ee00cfa00cef", + "0x3030030a00a0ac033e8030ac030940a0a4033e8030a4030640a3b0033e803", + "0xe50280a3e80302852028ec0302b0a45200cec00cfa00cec00c2e0280c00cfa", + "0xfa00cea00c20028ea00cfa00c0a3980a3ac033e8030281f0280a3e80303c03", + "0xfa00ce93a00c0900a3a0033e803028c9028e900cfa00cea3ac0c0840a3a803", + "0x33e803210030940a064033e803064030640a398033e80339c0332c0a39c03", + "0xc028e6030840645200ce600cfa00ce600c2e0280c00cfa00c0c00c2802884", + "0xa028fa00c0a1480a210190312a06052030fa030030280c03c0a028fa00c0a", + "0x1c06c0f3e80303c52030ba0280f00cfa00c0f00cbc0285200cfa00c5200c19", + "0xa3e80307c032e00a028fa00c0a1480a2c4034ac1f00cfa030f800cb9028f8", + "0xfa00c0a1480a090034b0c90840c3e80c080032100a080033e803070030600a", + "0xa2c40a32c033e8030281f0280a3e803324030700a028fa00c2100c1b0280a", + "0x3028c90282800cfa00c2532c0c0840a094033e803094030800a094033e803", + "0x306c030640a0ac033e8030a40332c0a0a4033e8030a02e030240282e00cfa", + "0xfa00c2b00c2e0280c00cfa00c0c00c280281800cfa00c1800c250281b00cfa", + "0x3028290280a3e8030900306c0a028fa00c0a1480a0ac0c0601b148030ac03", + "0x370312d0c836030fa0302f0601b03c2f0282f00cfa00c2f00c2b0282f00cfa", + "0xeb028f60880c3e803048033b00a048033e8030281f0280a3e8030285202838", + "0x3c00ce80283c00cfa00cf700ce9028f700cfa00cf600cea0280a3e80308803", + "0x3030030a00a0c8033e8030c8030940a0d8033e8030d8030640a3d0033e803", + "0x1f0280a3e80302852028f4030320d85200cf400cfa00cf400c2e0280c00cfa", + "0x3e0f40c0840a0f8033e8030f8030800a0f8033e803028e60283d00cfa00c0a", + "0x33c80332c0a3c8033e8033d441030240284100cfa00c0a3240a3d4033e803", + "0xfa00c0c00c280283800cfa00c3800c250283700cfa00c3700c190284200cfa", + "0x33bc0a028fa00c0a1480a1080c0e03714803108033e803108030b80a03003", + "0xf300cfa00c0a2dc0a10c033e8030281f0280a3e803070033940a028fa00cb1", + "0xa118033e803028c90286e00cfa00cf310c0c0840a3cc033e8033cc030800a", + "0xa06c033e80306c030640a3b8033e8033bc0332c0a3bc033e8031b84603024", + "0x5200cee00cfa00cee00c2e0280c00cfa00c0c00c280281800cfa00c1800c25", + "0xa074033e8030281f0280a3e80303c033940a028fa00c0a1480a3b80c0601b", + "0xc9028ec00cfa00ced0740c0840a3b4033e8033b4030800a3b4033e803028e6", + "0x30640a3a4033e8033a80332c0a3a8033e8033b0eb03024028eb00cfa00c0a", + "0xe900c2e0280c00cfa00c0c00c280288400cfa00c8400c250281900cfa00c19", + "0x52030fa030030280c03c0a028fa00c0a1880a3a40c21019148033a4033e803", + "0xa3e803028d60281b00cfa00c0c00cb60280a3e80302852028840640c4b818", + "0xfa00c0a1480a07c034bcf80700c3e80c06c032d40a148033e803148030640a", + "0x2100cfa00cb100cb30282000cfa00c1c00c81028b100cfa00cf800c8b0280a", + "0xfa00cc900c83028c900cfa00c0a3300a028fa00c0a1480a0293000c0a1640a", + "0x33e80c084032bc0a084033e803090032cc0a080033e80307c032040a09003", + "0xa0a0033e80332c032ac0a028fa00c0a1880a028fa00c0a1480a094034c4cb", + "0x210282900cfa00c2900c200282900cfa00c2e00ca60282e00cfa00c2800ca7", + "0x250285200cfa00c5200c190282f00cfa00c2000cf20282b00cfa00c2903c0c", + "0x523cc0a0ac033e8030ac0310c0a0bc033e8030bc031080a060033e80306003", + "0x3028620280a3e80302852028370c83603c030dc320d80f3e8030ac2f06052", + "0x40283800cfa00c0a3300a028fa00c2000cee0280a3e803094033bc0a028fa", + "0x250285200cfa00c5200c190282200cfa00c1200ca40281200cfa00c3803c0c", + "0xa3e80302852028220605203c03088033e803088032880a060033e80306003", + "0x3028e6028f600cfa00c0a07c0a028fa00c0c00ca00280a3e80303c033ac0a", + "0xfa00c0a3240a0f0033e8033dcf603021028f700cfa00cf700c20028f700cfa", + "0xfa00c1900c190283e00cfa00c3d00c9c0283d00cfa00c3c3d00c0900a3d003", + "0xa10283e2101903c030f8033e8030f8032880a210033e803210030940a06403", + "0xfa00c0a4c80a030033e80300c030000a00c033e803028970280a00cfa00c0a", + "0xfa00c1803c0c4d40a060033e803148034d00a148033e803030034cc0a03c03", + "0x33e803028970288400cfa00c190280c4dc0a064033e803064034d80a06403", + "0xa07c033e803070034cc0a3e0033e803029380281c00cfa00c1b00c000281b", + "0xa080033e803080034d80a080033e8032c4f803135028b100cfa00c1f00d34", + "0x1390282400cfa00cc900c00028c900cfa00c0a25c0a084033e8030808403137", + "0xcb031350282800cfa00c2500d340282500cfa00c2400d33028cb00cfa00c0a", + "0xa25c0a0a4033e8030b821031370282e00cfa00c2e00d360282e00cfa00c28", + "0xfa00c2f00d330283600cfa00c0a4e80a0bc033e8030ac030000a0ac033e803", + "0xfa00c3800d360283800cfa00c370d80c4d40a0dc033e8030c8034d00a0c803", + "0x33e803088030000a088033e8030293b0281200cfa00c380a40c4dc0a0e003", + "0xa3d0033e8030f0034d00a0f0033e8033d8034cc0a3dc033e8030293c028f6", + "0x3e00cfa00c3d0480c4dc0a0f4033e8030f4034d80a0f4033e8033d0f703135", + "0xa3c8033e803104034fc0a028fa00cf500d3e028413d40c3e8030f8034f40a", + "0xa028fa00c0a1880a1080300c4200cfa00c4200c780284200cfa00cf200d40", + "0xfa00c0c00cfc0280a3e803028520281b2100c504190600c3e80c00c0a0300f", + "0x1f3e00c3e80c070035080a060033e803060030640a028fa00c0a3580a07003", + "0x2100cfa00cf800d450282000cfa00c1f00d440280a3e80302852028b100d43", + "0xfa00c0a3300a028fa00c0a1480a0294700c0a1640a324033e803080035180a", + "0x33e80332c035180a084033e8032c4035140a32c033e803090035200a09003", + "0xfa00c0a1480a0b8035282800cfa030c900d490282500cfa00c2100d33028c9", + "0x2f00cfa00c2b00d4d0282b00cfa00c2900d4c0282900cfa00c2800d4b0280a", + "0xfa030361481803d4f028360bc0c3e8030bc035380a0bc033e8030bc031a00a", + "0x30dc035380a088033e803029510280a3e80302852028120e00c540370c80c", + "0xc54c3c3dc0c3e80c3d8220c80f5480a088033e803088031a00a3d837030fa", + "0x30640a028fa00c2f00c3d0280a3e8030f0030f40a028fa00c0a1480a0f4f4", + "0x3028590284100cfa00c3700c68028f500cfa00c0f00c680283e00cfa00cf7", + "0xa1800a028fa00c3700c3d0280a3e8030f4030f40a028fa00c0a1480a02954", + "0xc554431080c3e80c3c80f3d00f53c0a3c8033e8033c8031a00a3c8033e803", + "0xa3d4033e80310c031a00a0f8033e803108030640a028fa00c0a1480a1b8f3", + "0x1900c250283e00cfa00c3e00c190280a3e803028620284100cfa00c2f00c68", + "0x3104031a00a3d4033e8033d4031a00a094033e8030940319c0a064033e803", + "0xa1480a3b8ef1180f00cee3bc4603cfa00c413d4250643e0603a0284100cfa", + "0xce0280a3e8030bc030f40a028fa00c6e00c3d0280a3e803028620280a3e803", + "0xfa00ced00c20028ed00cfa00c0a5580a074033e8030281f0280a3e80309403", + "0xfa00cec3ac0c0900a3ac033e803028c9028ec00cfa00ced0740c0840a3b403", + "0x33e803064030940a3cc033e8033cc030640a3a4033e8033a80355c0a3a803", + "0xfa00c0a1880a028fa00c0a1480a3a4193cc0f00ce900cfa00ce900d5802819", + "0x33380a028fa00c2f00c3d0280a3e80303c030f40a028fa00c1200c3d0280a", + "0x33e80339c030800a39c033e80302956028e800cfa00c0a07c0a028fa00c25", + "0x33e803398e503024028e500cfa00c0a3240a398033e80339ce803021028e7", + "0x1900cfa00c1900c250283800cfa00c3800c19028e300cfa00ce400d57028e4", + "0xa3e803028620280a3e80302852028e30643803c0338c033e80338c035600a", + "0xe100cfa00ce203c52094525640a388033e803028cc0280a3e8030b8033bc0a", + "0xa064033e803064030940a060033e803060030640a380033e803384035680a", + "0xa3e80303c030f40a028fa00c0a1480a380190600f00ce000cfa00ce000d58", + "0x3028e6028df00cfa00c0a07c0a028fa00c5200c3d0280a3e803030033380a", + "0xfa00c0a3240a15c033e803374df03021028dd00cfa00cdd00c20028dd00cfa", + "0xfa00c8400c19028d800cfa00cd900d57028d900cfa00c573680c0900a36803", + "0x62028d806c8403c03360033e803360035600a06c033e80306c030940a21003", + "0x15f06c035788400d5d064035701800d5b148033e8190300345c0a028fa00c0a", + "0x21028f800cfa00cf800c20028f800cfa00c0a1540a028fa00c0a1480a07003", + "0xa080033e8032c4035840a2c452030fa00c5200d600281f00cfa00cf803c0c", + "0x200282400cfa00cc900c41028c900cfa00c2100d620282100cfa00c2000cfc", + "0x190282500cfa00c5200d61028cb00cfa00c2407c0c0840a090033e80309003", + "0x310c0a094033e8030940319c0a00c033e80300c030940a028033e80302803", + "0x52028290b82803c030a42e0a00f3e80332c2500c0a14963028cb00cfa00ccb", + "0x30ac0f030210282b00cfa00c2b00c200282b00cfa00c0a17c0a028fa00c0a", + "0x30c8035980a0c8033e8030d8035940a0d818030fa00c1800d640282f00cfa", + "0xfa00c1200c200281200cfa00c3800c410283800cfa00c3700d670283700cfa", + "0xfa00c0a00c19028f600cfa00c1800d650282200cfa00c120bc0c0840a04803", + "0x33e8030880310c0a3d8033e8033d8035a00a00c033e80300c030940a02803", + "0xa3e80302852028f40f0f703c033d03c3dc0f3e803088f600c0a1496902822", + "0xa0f8033e8030f40f030210283d00cfa00c3d00c200283d00cfa00c0a5a80a", + "0xa3c8033e803104035b40a104033e8033d4035b00a3d419030fa00c1900d6b", + "0x210284300cfa00c4300c200284300cfa00c4200c410284200cfa00cf200d6e", + "0x250280a00cfa00c0a00c190286e00cfa00c1900d6c028f300cfa00c430f80c", + "0x525c00a3cc033e8033cc0310c0a1b8033e8031b8035bc0a00c033e80300c03", + "0x3029710280a3e80302852028ee3bc4603c033b8ef1180f3e8033cc6e00c0a", + "0x3210035ac0a3b4033e8030740f030210281d00cfa00c1d00c200281d00cfa", + "0x33a8035b80a3a8033e8033ac035b40a3ac033e8033b0035b00a3b084030fa", + "0x33a0ed03021028e800cfa00ce800c20028e800cfa00ce900c41028e900cfa", + "0xfa00c0300c250280a00cfa00c0a00c19028e600cfa00c8400d6c028e700cfa", + "0xe739803028525c00a39c033e80339c0310c0a398033e803398035bc0a00c03", + "0xa028fa00c1b00cef0280a3e80302852028e3390e503c0338ce43940f3e803", + "0xcc028e100cfa00ce203c0c0840a388033e803388030800a388033e80302972", + "0x30640a374033e80337c032900a37c033e803380e103004028e000cfa00c0a", + "0x30280f00cdd00cfa00cdd00ca20280300cfa00c0300c250280a00cfa00c0a", + "0xc0840a15c033e80315c030800a15c033e803029730280a3e80302852028dd", + "0x166028d800cfa00cd900d65028d90700c3e803070035900a368033e80315c0f", + "0x30800a358033e803168031040a168033e80335c0359c0a35c033e80336003", + "0x30640a350033e803070035940a354033e803358da03021028d600cfa00cd6", + "0xd500c43028d400cfa00cd400d680280300cfa00c0300c250280a00cfa00c0a", + "0x33100a17c591540f00c5f1645503cfa00cd535003028525a40a354033e803", + "0xf00cfa00c0a07c0a030033e803029740280300cfa00c0a07c0a028fa00c0a", + "0xa060033e8031480f030210285200cfa00c5200c200285200cfa00c0a5d40a", + "0xa5dc0a028fa00c8400ceb0281b2100c3e803060033b00a064033e80302976", + "0x1f0640f5e40a07c033e80306c033a80a3e0033e803070035e00a070033e803", + "0xa07c0a080033e8032c40c0317b028b100cfa00cb100d7a028b100cfa00cf8", + "0x3090033ac0a32c24030fa00c2100cec028c900cfa00c0a5f00a084033e803", + "0x2e00cfa00ccb00cea0282800cfa00c2500d780282500cfa00c0a5f40a028fa", + "0xfa00c290800c5ec0a0a4033e8030a4035e80a0a4033e8030a02e3240f5e40a", + "0x370c80c3e8030bc033b00a0d8033e8030297e0282f00cfa00c0a07c0a0ac03", + "0x33a80a048033e8030e0035e00a0e0033e8030297d0280a3e8030c8033ac0a", + "0x17b028f600cfa00cf600d7a028f600cfa00c120883603d790282200cfa00c37", + "0x3c00cec028f400cfa00c0a5fc0a0f0033e8030281f028f700cfa00cf60ac0c", + "0xfa00cf500d78028f500cfa00c0a5f40a028fa00c3d00ceb0283e0f40c3e803", + "0x3108035e80a108033e803104f23d00f5e40a3c8033e8030f8033a80a10403", + "0x33e80302980028f300cfa00c0a07c0a10c033e803108f70317b0284200cfa", + "0xa3b8033e8030297d0280a3e803118033ac0a3bc46030fa00cf300cec0286e", + "0xec00cfa00c1d3b46e03d79028ed00cfa00cef00cea0281d00cfa00cee00d78", + "0xa3a8033e8030281f028eb00cfa00cec10c0c5ec0a3b0033e8033b0035e80a", + "0xa6080a028fa00ce800ceb028e73a00c3e8033a8033b00a3a4033e80302981", + "0xe43a40f5e40a390033e80339c033a80a394033e803398035e00a398033e803", + "0xa0c80a388033e80338ceb0317b028e300cfa00ce300d7a028e300cfa00ce5", + "0x33880360c0a028fa00ce000ceb028df3800c3e80300c033b00a384033e803", + "0xfa00c5700d84028da00cfa00cdf00cea0280a3e803374033f80a15cdd030fa", + "0x335c032f80a35c033e803360036180a360033e803364da3840f6140a36403", + "0x36241800d88148033e8190300361c0a028fa00c0a1880a35c0300cd700cfa", + "0x20028f800cfa00c0a1540a028fa00c0a1480a070036301b00d8b2100362819", + "0x21028b100cfa00c5200c1d0281f00cfa00cf803c0c0840a3e0033e8033e003", + "0x3028520280a63403028590282100cfa00c2000c430282000cfa00cb107c0c", + "0x33e8033240f03021028c900cfa00cc900c20028c900cfa00c0a17c0a028fa", + "0x30a0033940a0b8280940f3e80332c0363c0a32c18030fa00c1800d8e02824", + "0x33e8030a424030210282900cfa00c2500c1d0280a3e8030b8036400a028fa", + "0x30d8033d00a0dc320d80f3e8030bc0363c0a0bc18030fa00c1800d8e0282b", + "0x33e8030e0036440a0e032030fa00c3200cfd0280a3e8030dc036400a028fa", + "0xf700cfa00cf600c41028f600cfa00c2200d920282200cfa00c1200c1802812", + "0xf400cfa00c3200d910283c00cfa00cf70ac0c0840a3dc033e8033dc030800a", + "0xa3d0033e8033d0032f00a00c033e80300c030940a028033e803028030640a", + "0xc3d4031b80a3d43e0f40f3e8030f0f400c0a149930283c00cfa00c3c00c43", + "0x33d00a3cc431080f3e8030600363c0a028fa00c0a1480a3c8036504100cfa", + "0x31b8036580a1b8f3030fa00cf300d950280a3e80310c033940a028fa00c42", + "0xfa00cee00c41028ee00cfa00cef00d98028ef00cfa00c4600d970284600cfa", + "0x33e803074030800a028fa00cec00cef028ec3b40c3e803104031180a07403", + "0x33e8030f4030640a3a8033e8033cc036580a3ac033e803074ed030210281d", + "0xeb00cfa00ceb00c43028ea00cfa00cea00d990283e00cfa00c3e00c250283d", + "0xa028fa00c0a1480a39ce83a40f00ce73a0e903cfa00ceb3a83e0f4526680a", + "0x30940a0f4033e8030f4030640a398033e8033c8032700a028fa00c1800d9b", + "0xa028fa00c0a1480a3983e0f40f00ce600cfa00ce600ca20283e00cfa00c3e", + "0x19c028e400cfa00ce503c0c0840a394033e803394030800a394033e8030296a", + "0xa028fa00ce100ce5028e0384e203cfa00ce300d9d028e30640c3e80306403", + "0x19c028dd00cfa00cdf3900c0840a37c033e803388030740a028fa00ce000d9e", + "0xa028fa00cda00cf4028d8364da03cfa00c5700d9d028570640c3e80306403", + "0x180285a00cfa00cd700d91028d73640c3e803364033f40a028fa00cd800d9e", + "0x30800a350033e803354031040a354033e803358036480a358033e80316803", + "0x30640a164033e803364036440a154033e803350dd03021028d400cfa00cd4", + "0x5500c430285900cfa00c5900cbc0280300cfa00c0300c250280a00cfa00c0a", + "0x11700cfa030d200c6e028d21885f03cfa00c55164030285264c0a154033e803", + "0xfa00c6600cf40286819c6603cfa00c1900d9d0280a3e803028520286000d9f", + "0x3f00cfa00c3a00da00283a1a00c3e8031a0033ec0a028fa00c6700ce50280a", + "0xa334033e803338031040a338033e8031ac036880a1ac033e8030fc036840a", + "0x21028cd00cfa00ccd00c200280a3e803330033bc0a33070030fa00d1700c46", + "0x250285f00cfa00c5f00c190287700cfa00c6800da0028ca00cfa00ccd1c00c", + "0x526900a328033e8033280310c0a1dc033e8031dc0368c0a188033e80318803", + "0x1900da50280a3e80302852028c81e07503c03320781d40f3e803328771885f", + "0xfa00c6200c250285f00cfa00c5f00c19028c700cfa00c6000c9c0280a3e803", + "0x3029710280a3e80302852028c71885f03c0331c033e80331c032880a18803", + "0x3210036980a310033e8033180f03021028c600cfa00cc600c20028c600cfa", + "0x32fc036a40a2fc033e803300036a00a300033e8033080369c0a30884030fa", + "0x32f4c403021028bd00cfa00cbd00c20028bd00cfa00cbe00c41028be00cfa", + "0xfa00c0300c250280a00cfa00c0a00c19028ba00cfa00c8400da7028bc00cfa", + "0xbc2e803028526ac0a2f0033e8032f00310c0a2e8033e8032e8036a80a00c03", + "0xa2d8033e803029720280a3e80302852028b72e0b903c032dcb82e40f3e803", + "0x8b06c0c3e80306c036980a2d4033e8032d80f03021028b600cfa00cb600c20", + "0xa20c033e8032cc036a40a2cc033e803204036a00a204033e80322c0369c0a", + "0xa2ac033e8032bcb503021028af00cfa00caf00c20028af00cfa00c8300c41", + "0x1aa0280300cfa00c0300c250280a00cfa00c0a00c19028a700cfa00c1b00da7", + "0xa603cfa00cab29c03028526ac0a2ac033e8032ac0310c0a29c033e80329c03", + "0xfa00c0a5cc0a028fa00c1c00cef0280a3e80302852028a4010a603c0329004", + "0xfa00ca000c43028a000cfa00ca203c0c0840a288033e803288030800a28803", + "0x33e803284032900a284033e80327021030040289c00cfa00c0a3300a08403", + "0x9700cfa00c9700ca20280300cfa00c0300c250280a00cfa00c0a00c1902897", + "0x1800dac1480f030fa0300c00c840280c00cfa00c0300c180289700c0a03c03", + "0x36b80a210033e803064030740a064033e803148036b40a028fa00c0a1480a", + "0x302859028f800cfa00c1b00db00281c00cfa00c0f00daf0281b00cfa00c84", + "0x1af028b100cfa00c1f00db20281f00cfa00c0a3300a028fa00c0a1480a029b1", + "0x2100db4080033e80c3e0036cc0a3e0033e8032c4036c00a070033e80306003", + "0xa028fa00c0a1480a32c036d4243240c3e80c070032100a028fa00c0a1480a", + "0x590282e00cfa00c2500db70282800cfa00cc900daf0282500cfa00c2400db6", + "0x2b00cfa00c2900db90282900cfa00c0a3300a028fa00c0a1480a029b800c0a", + "0x2f0a00c3e8030a0036e80a0b8033e8030ac036dc0a0a0033e80332c036bc0a", + "0xa3e803028520283700dbc0c8033e80c0b8036ec0a0d8033e8030bc033a80a", + "0xa048033e803048030800a048033e8030e0030740a0e0033e8030c8036b40a", + "0xa3e8030d8033940a028fa00c0a1480a3dc036f8f60880c3e80c0480a031bd", + "0xfa00c0a1480a0f4036fcf40f00c3e80c0a0032100a088033e803088030640a", + "0x4100cfa00c3e00db7028f500cfa00c3c00daf0283e00cfa00cf400db60280a", + "0xfa00cf200db9028f200cfa00c0a3300a028fa00c0a1480a029c000c0a1640a", + "0xc3e8033d4036e80a104033e803108036dc0a3d4033e8030f4036bc0a10803", + "0x3028520284600dc11b8033e80c104036ec0a3cc033e80310c033a80a10cf5", + "0x33e8033b8030800a3b8033e8033bc030740a3bc033e8031b8036b40a028fa", + "0x33cc033940a028fa00c0a1480a3b003708ed0740c3e80c3b822031bd028ee", + "0xa1480a3a40370cea3ac0c3e80c3d4032100a074033e803074030640a028fa", + "0xfa00ce800db7028e700cfa00ceb00daf028e800cfa00cea00db60280a3e803", + "0xe500db9028e500cfa00c0a3300a028fa00c0a1480a029c400c0a1640a39803", + "0x339c036e80a398033e803390036dc0a39c033e8033a4036bc0a390033e803", + "0x52028e000dc5384033e80c398036ec0a388033e80338c033a80a38ce7030fa", + "0x3374030800a374033e80337c030740a37c033e803384036b40a028fa00c0a", + "0x33940a028fa00c0a1480a36403718da15c0c3e80c3741d031bd028dd00cfa", + "0xa1680371cd73600c3e80c39c032100a15c033e80315c030640a028fa00ce2", + "0xd600db7028d500cfa00cd800daf028d600cfa00cd700db60280a3e80302852", + "0x1b90285500cfa00c0a3300a028fa00c0a1480a029c800c0a1640a350033e803", + "0x36e80a350033e803164036dc0a354033e803168036bc0a164033e80315403", + "0x11700dc9348033e80c350036ec0a188033e80317c033a80a17cd5030fa00cd5", + "0x30800a198033e803180030740a180033e803348036b40a028fa00c0a1480a", + "0xa028fa00c0a1480a0e8037286819c0c3e80c19857031bd0286600cfa00c66", + "0x372c6b0fc0c3e80c354032100a19c033e80319c030640a028fa00c6200ce5", + "0x1b70287000cfa00c3f00daf028cd00cfa00c6b00db60280a3e80302852028ce", + "0xca00cfa00c0a3300a028fa00c0a1480a029cc00c0a1640a330033e80333403", + "0xa330033e8031dc036dc0a1c0033e803338036bc0a1dc033e803328036e40a", + "0xa028fa00c0a1480a320037347800cfa030cc00dbb0287500cfa00c7000cea", + "0x1ce028c600cfa00cc600c20028c600cfa00cc700c1d028c700cfa00c7800dad", + "0x68368ed3d820065d00280a3e80302852028c000dcf308c4030fa030c619c0c", + "0x7500cbc028c400cfa00cc400c19028be00cfa00cbf00dd1028bf00cfa00cc2", + "0xf40280a3e80302852028be1d4c403c032f8033e8032f8037480a1d4033e803", + "0xfa00cda00dd30280a3e8031a00374c0a028fa00cf600dd30280a3e80308003", + "0xa1480a029d400c0a1640a2f4033e803300030640a028fa00ced00dd30280a", + "0xa028fa00cf600dd30280a3e803080033d00a028fa00cc800cef0280a3e803", + "0x319c030640a028fa00ced00dd30280a3e8033680374c0a028fa00c6800dd3", + "0x33e8031d4032f00a2e8033e8032f0037540a2f0033e803028cc028bd00cfa", + "0x3080033d00a028fa00c0a1480a2e8752f40f00cba00cfa00cba00dd202875", + "0x1d30280a3e8033b40374c0a028fa00cf600dd30280a3e8033540306c0a028fa", + "0xa3e803028520280a7580302859028b900cfa00c3a00c190280a3e80336803", + "0xf600dd30280a3e8033540306c0a028fa00c2000cf40280a3e80345c033bc0a", + "0xb900cfa00c5700c190280a3e8033680374c0a028fa00ced00dd30280a3e803", + "0x1d20286200cfa00c6200cbc028b700cfa00cb800dd5028b800cfa00c0a3300a", + "0xa028fa00c2000cf40280a3e80302852028b7188b903c032dc033e8032dc03", + "0x3364030640a028fa00ced00dd30280a3e8033d80374c0a028fa00ce700c1b", + "0x33d00a028fa00ce000cef0280a3e803028520280a75c0302859028b600cfa", + "0xa3e8033b40374c0a028fa00cf600dd30280a3e80339c0306c0a028fa00c20", + "0xbc0288b00cfa00cb500dd5028b500cfa00c0a3300a2d8033e803074030640a", + "0xa3e803028520288b388b603c0322c033e80322c037480a388033e80338803", + "0xec00c190280a3e8033d80374c0a028fa00cf500c1b0280a3e803080033d00a", + "0xf40280a3e803118033bc0a028fa00c0a1480a029d800c0a1640a204033e803", + "0xfa00c2200c190280a3e8033d80374c0a028fa00cf500c1b0280a3e80308003", + "0xf300cfa00cf300cbc0288300cfa00cb300dd5028b300cfa00c0a3300a20403", + "0xfa00c2000cf40280a3e80302852028833cc8103c0320c033e80320c037480a", + "0xa1480a029d900c0a1640a2bc033e8033dc030640a028fa00c2800c1b0280a", + "0xa028fa00c2800c1b0280a3e803080033d00a028fa00c3700cef0280a3e803", + "0x32f00a29c033e8032ac037540a2ac033e803028cc028af00cfa00c0a00c19", + "0xa028fa00c0a1480a29c362bc0f00ca700cfa00ca700dd20283600cfa00c36", + "0xbc0280a00cfa00c0a00c190280400cfa00c2100dd5028a600cfa00c1c00cea", + "0xa3e80302862028042980a03c03010033e803010037480a298033e80329803", + "0x3030033f00a028fa00c0a1480a21019031da06052030fa030030280c03c0a", + "0x1c030fa0301b00d420285200cfa00c5200c190280a3e803028d60281b00cfa", + "0x33e803070035140a2c4033e8033e0035100a028fa00c0a1480a07c0376cf8", + "0x3028cc0280a3e803028520280a77003028590282100cfa00cb100d4602820", + "0xfa00c2400d460282000cfa00c1f00d450282400cfa00cc900d48028c900cfa", + "0xa3e803028620280a3e803028520282500ddd32c033e80c084035240a08403", + "0xa0a4033e8030b80337c0a0b8033e8030a0035300a0a0033e80332c0352c0a", + "0xa0bc033e803080034cc0a0ac033e8030a40f030210282900cfa00c2900c20", + "0x430282f00cfa00c2f00c670281800cfa00c1800c250285200cfa00c5200c19", + "0xa0dc320d80f00c370c83603cfa00c2b0bc181485258c0a0ac033e8030ac03", + "0xa3e803080037780a028fa00c2500cef0280a3e803028620280a3e80302852", + "0xa088033e803048032900a048033e8030e00f030040283800cfa00c0a3300a", + "0xf00c2200cfa00c2200ca20281800cfa00c1800c250285200cfa00c5200c19", + "0x1f0280a3e803030033380a028fa00c0f00ceb0280a3e803028520282206052", + "0xf73d80c0840a3dc033e8033dc030800a3dc033e803028e6028f600cfa00c0a", + "0x30f4032700a0f4033e8030f0f403024028f400cfa00c0a3240a0f0033e803", + "0xfa00c3e00ca20288400cfa00c8400c250281900cfa00c1900c190283e00cfa", + "0xfa00c0a1880a028fa00c0a00c0a060033e803029df0283e2101903c030f803", + "0xc00d660280a3e803028520281c06c0c780840640c3e80c00c0a0300f0280a", + "0xc3e80c3e0037840a064033e803064030640a028fa00c0a3580a3e0033e803", + "0xfa00c1f00de30282100cfa00cb100c540280a3e803028520282000de22c41f", + "0xa3300a028fa00c0a1480a029e500c0a1640a324033e803084037900a14803", + "0x332c037900a148033e8030800378c0a32c033e803090037980a090033e803", + "0x520282800de8094033e80c324034000a148033e80314818031e7028c900cfa", + "0x33e8030b8034d80a0b8033e803094037a40a028fa00c0a1880a028fa00c0a", + "0xfa00c2f00c750282f0ac0c3e8030a4037ac0a0a42e030fa00c2e00dea0282e", + "0xc3e8030b8037ac0a0c8033e8030d80f030210283600cfa00c2b00c1d0280a", + "0x8400cfa00c8400c250281900cfa00c1900c190280a3e8030dc033d00a0e037", + "0xfa00c320e084064523200a0c8033e8030c80310c0a0e0033e8030e0031e00a", + "0x5200d3f0280a3e803028520283c00dec3dc033e80c3d8031b80a3d8220480f", + "0x3048030640a028fa00c3e00cef0283e0f40c3e8033dc031180a3d0033e803", + "0xfa00c3d00c43028f400cfa00cf400d680282200cfa00c2200c250281200cfa", + "0xfa00c0a1480a3c8413d40f00cf2104f503cfa00c3d3d022048525a40a0f403", + "0xa048033e803048030640a108033e8030f0032700a028fa00c5200ded0280a", + "0xfa00c0a1480a108220480f00c4200cfa00c4200ca20282200cfa00c2200c25", + "0x3028cc0280a3e803148037b40a028fa00c2800cef0280a3e803028620280a", + "0x3064030640a1b8033e8033cc032900a3cc033e80310c0f030040284300cfa", + "0xa1b8840640f00c6e00cfa00c6e00ca20288400cfa00c8400c250281900cfa", + "0xfa00c0c00ccd0280a3e80303c033ac0a028fa00c1800dee0280a3e80302852", + "0x21028ef00cfa00cef00c20028ef00cfa00c0a3980a118033e8030281f0280a", + "0x9c028ed00cfa00cee0740c0900a074033e803028c9028ee00cfa00cef1180c", + "0x32880a070033e803070030940a06c033e80306c030640a3b0033e8033b403", + "0x620280a3e803028030281800cfa00c0a7bc0a3b01c06c0f00cec00cfa00cec", + "0xa028fa00c0a1480a0701b031f021019030fa030030280c03c0a028fa00c0a", + "0xf800df10281900cfa00c1900c190280a3e803028d6028f800cfa00c0c00d6d", + "0x37d00a084033e8032c4037cc0a028fa00c0a1480a080037c8b107c0c3e80c", + "0xa3e803028520280a7d80302859028c900cfa00c2100df50285200cfa00c1f", + "0x1f50285200cfa00c2000df4028cb00cfa00c2400df70282400cfa00c0a3300a", + "0x37e82500cfa030c900df90285200cfa00c520600c7e00a324033e80332c03", + "0x1900c190282e00cfa00c2500dfb0280a3e803028620280a3e8030285202828", + "0x303c0310c0a0b8033e8030b8031e00a210033e803210030940a064033e803", + "0x1fc0d8033e80c0bc031b80a0bc2b0a40f3e80303c2e21019148c80280f00cfa", + "0x120e00c3e8030d8031180a0dc033e803148037f40a028fa00c0a1480a0c803", + "0x16f0282b00cfa00c2b00c250282900cfa00c2900c190280a3e803048033bc0a", + "0x2203cfa00c380dc2b0a4525c00a0e0033e8030e00310c0a0dc033e8030dc03", + "0x30c8032700a028fa00c5200dfe0280a3e80302852028f73d82203c033dcf6", + "0xfa00c3c00ca20282b00cfa00c2b00c250282900cfa00c2900c190283c00cfa", + "0xfa00c2800cef0280a3e803028620280a3e803028520283c0ac2903c030f003", + "0xa0f4033e8033d00f03004028f400cfa00c0a3300a028fa00c5200dfe0280a", + "0xa20288400cfa00c8400c250281900cfa00c1900c190283e00cfa00c3d00ca4", + "0xa028fa00c1800dff0280a3e803028520283e2101903c030f8033e8030f803", + "0xfa00c0a3980a3d4033e8030281f0280a3e803030031c00a028fa00c0f00ceb", + "0x33e803028c9028f200cfa00c413d40c0840a104033e803104030800a10403", + "0x33e80306c030640a3cc033e80310c032700a10c033e8033c8420302402842", + "0xa1880a3cc1c06c0f00cf300cfa00cf300ca20281c00cfa00c1c00c250281b", + "0x180280a3e80302852028840640c800181480c3e80c00c0a0300f0280a3e803", + "0xc06c032100a148033e803148030640a028fa00c0a3580a06c033e80303003", + "0x1c00daf028b100cfa00cf800db60280a3e803028520281f00e013e01c030fa", + "0xa028fa00c0a1480a02a0200c0a1640a084033e8032c4036dc0a080033e803", + "0x36dc0a080033e80307c036bc0a090033e803324036e40a324033e803028cc", + "0xa1880a028fa00c0a1480a0940380ccb00cfa0302100dbb0282100cfa00c24", + "0xfa00c2e00c200282e00cfa00c2800c1d0282800cfa00ccb00dad0280a3e803", + "0xfa00c5200c190282b00cfa00c2000cea0282900cfa00c2e03c0c0840a0b803", + "0x33e8030a40310c0a0ac033e8030ac032f00a060033e803060030940a14803", + "0xa3e80302852028320d82f03c030c8360bc0f3e8030a42b060521499302829", + "0xfa00c0a3300a028fa00c2000c1b0280a3e803094033bc0a028fa00c0a1880a", + "0xfa00c5200c190281200cfa00c3800ca40283800cfa00c3703c0c0100a0dc03", + "0x52028120605203c03048033e803048032880a060033e803060030940a14803", + "0x2200cfa00c0a07c0a028fa00c0c00ce50280a3e80303c033ac0a028fa00c0a", + "0xa3dc033e8033d82203021028f600cfa00cf600c20028f600cfa00c0a3980a", + "0x190283d00cfa00cf400c9c028f400cfa00cf70f00c0900a0f0033e803028c9", + "0x1903c030f4033e8030f4032880a210033e803210030940a064033e80306403", + "0xa1880a028fa00c0a00c0a210033e80302a050281800cfa00c0a8100a0f484", + "0x1970280a3e803028520281f3e00c8181c06c0c3e80c00c0a0300f0280a3e803", + "0xc2c40381c0a06c033e80306c030640a028fa00c0a3580a2c4033e80303003", + "0x2000e0a0282400cfa00c2100e090280a3e80302852028c900e0808420030fa", + "0xa028fa00c0a1480a02a0c00c0a1640a32c033e8030900382c0a148033e803", + "0x382c0a148033e803324038280a0a0033e803094038340a094033e803028cc", + "0x2900e100b8033e80c32c0383c0a148033e803148180320e028cb00cfa00c28", + "0x192100c8480a064033e8030b8038440a028fa00c0a1880a028fa00c0a1480a", + "0xe5028320d82f03cfa00c2b00e140282b0640c3e8030640384c0a064033e803", + "0x3703c0c0840a0dc033e8030bc030740a028fa00c3200cbf0280a3e8030d803", + "0xf4028f73d82203cfa00c1200e14028120640c3e8030640384c0a0e0033e803", + "0x3c00d910283c3d80c3e8033d8033f40a028fa00cf700cbf0280a3e80308803", + "0x30f8031040a0f8033e8030f4036480a0f4033e8033d0030600a3d0033e803", + "0x33d8036440a104033e8033d43803021028f500cfa00cf500c20028f500cfa", + "0xfa00cf200cbc0281c00cfa00c1c00c250281b00cfa00c1b00c19028f200cfa", + "0x6e028f310c4203cfa00c413c81c06c5264c0a104033e8031040310c0a3c803", + "0xa3b8ef030fa00c6e00c460280a3e803028520284600e151b8033e80c3cc03", + "0xe50280a3e803074033d00a3b0ed0740f3e803064038500a028fa00cee00cef", + "0xec00cbe0284300cfa00c4300c250284200cfa00c4200c190280a3e8033b403", + "0xe93a8eb03cfa00cef3b043108522f40a3bc033e8033bc0310c0a3b0033e803", + "0xe600cfa00c5200d840280a3e80302852028e700e163a0033e80c3a4031b80a", + "0xa3ac033e8033ac030640a028fa00ce400cef028e43940c3e8033a0031180a", + "0x19a028e500cfa00ce500c43028e600cfa00ce600d99028ea00cfa00cea00c25", + "0x385c0a028fa00c0a1480a384e238c0f00ce1388e303cfa00ce5398ea3ac52", + "0x339c038600a37c033e8033a8030940a380033e8033ac030640a028fa00c52", + "0x38680a028fa00c5200e170280a3e803028520280a8640302859028dd00cfa", + "0x3118038600a37c033e80310c030940a380033e803108030640a028fa00c19", + "0xfa00cdf00c25028e000cfa00ce000c190285700cfa00cdd00c9c028dd00cfa", + "0x3028620280a3e803028520285737ce003c0315c033e80315c032880a37c03", + "0xcc0280a3e8032100386c0a028fa00c5200e170280a3e8030a4033bc0a028fa", + "0x30640a360033e803364032900a364033e8033680f03004028da00cfa00c0a", + "0x1c06c0f00cd800cfa00cd800ca20281c00cfa00c1c00c250281b00cfa00c1b", + "0x8400e1b0280a3e80303c033ac0a028fa00c1800e1c0280a3e80302852028d8", + "0xa168033e803028e6028d700cfa00c0a07c0a028fa00c0c00d900280a3e803", + "0x24028d500cfa00c0a3240a358033e803168d7030210285a00cfa00c5a00c20", + "0x25028f800cfa00cf800c190285500cfa00cd400c9c028d400cfa00cd63540c", + "0x33e80302a1d0285507cf803c03154033e803154032880a07c033e80307c03", + "0xc878840640c3e80c00c0a0300f0280a3e803028620280a3e8030280302818", + "0x30640a028fa00c0a3580a3e0033e803030036840a028fa00c0a1480a0701b", + "0x2210280a3e803028520282000e202c41f030fa030f800e1f0281900cfa00c19", + "0xa1640a324033e8030840388c0a148033e80307c038880a084033e8032c403", + "0xa32c033e803090038940a090033e803028cc0280a3e803028520280a89003", + "0xa148033e8031481803226028c900cfa00ccb00e230285200cfa00c2000e22", + "0x38a40a028fa00c0a1880a028fa00c0a1480a0a0038a02500cfa030c900e27", + "0x30800a0bc033e8030a4030740a0ac29030fa00c2e00e2a0282e00cfa00c25", + "0x30940a064033e803064030640a0d8033e8030bc0f030210282f00cfa00c2f", + "0x19148bd0283600cfa00c3600c430282b00cfa00c2b00cbe0288400cfa00c84", + "0xfa00c0a1480a088038ac1200cfa0303800c6e028380dc3203cfa00c360ac84", + "0xa3e8030f0033bc0a0f0f7030fa00c1200c46028f600cfa00c5200e2c0280a", + "0xa3d8033e8033d80368c0a0dc033e8030dc030940a0c8033e8030c8030640a", + "0x3e0f4f403c030f83d3d00f3e8033dcf60dc32149a4028f700cfa00cf700c43", + "0x3200c19028f500cfa00c2200c9c0280a3e803148038b40a028fa00c0a1480a", + "0xf50dc3203c033d4033e8033d4032880a0dc033e8030dc030940a0c8033e803", + "0xfa00c5200e2d0280a3e8030a0033bc0a028fa00c0a1880a028fa00c0a1480a", + "0x4200cfa00cf200ca4028f200cfa00c4103c0c0100a104033e803028cc0280a", + "0x3108033e803108032880a210033e803210030940a064033e803064030640a", + "0xa028fa00c0c00d9e0280a3e803060038b80a028fa00c0a1480a108840640f", + "0x33cc030800a3cc033e803028e60284300cfa00c0a07c0a028fa00c0f00ceb", + "0x31b846030240284600cfa00c0a3240a1b8033e8033cc4303021028f300cfa", + "0xfa00c1c00c250281b00cfa00c1b00c19028ee00cfa00cef00c9c028ef00cfa", + "0xa00c0a060033e80302a2f028ee0701b03c033b8033e8033b8032880a07003", + "0x520281c06c0c8c0840640c3e80c00c0a0300f0280a3e803028620280a3e803", + "0x33e803064030640a028fa00c0a3580a3e0033e803030036a00a028fa00c0a", + "0xfa00cb100e330280a3e803028520282000e322c41f030fa030f800e3102819", + "0xa02a3600c0a1640a324033e803084038d40a148033e80307c038d00a08403", + "0x3080038d00a32c033e803090038dc0a090033e803028cc0280a3e80302852", + "0xc324038e00a148033e8031481803102028c900cfa00ccb00e350285200cfa", + "0x33e803094038e80a028fa00c0a1880a028fa00c0a1480a0a0038e42500cfa", + "0x2e00cfa00c2e00cbe0288400cfa00c8400c250281900cfa00c1900c190282e", + "0x2f00c6e0282f0ac2903cfa00c0f0b884064522f40a03c033e80303c0310c0a", + "0x3600c460283700cfa00c5200e3c0280a3e803028520283200e3b0d8033e80c", + "0x30ac030940a0a4033e8030a4030640a028fa00c1200cef028120e00c3e803", + "0x370ac29149ab0283800cfa00c3800c430283700cfa00c3700daa0282b00cfa", + "0xa3e803148038f40a028fa00c0a1480a3dcf60880f00cf73d82203cfa00c38", + "0xa0ac033e8030ac030940a0a4033e8030a4030640a0f0033e8030c8032700a", + "0xa028fa00c0a1880a028fa00c0a1480a0f02b0a40f00c3c00cfa00c3c00ca2", + "0xf403c0c0100a3d0033e803028cc0280a3e803148038f40a028fa00c2800cef", + "0x3210030940a064033e803064030640a0f8033e8030f4032900a0f4033e803", + "0x38f80a028fa00c0a1480a0f8840640f00c3e00cfa00c3e00ca20288400cfa", + "0xf500cfa00c0a07c0a028fa00c0c00e3f0280a3e80303c033ac0a028fa00c18", + "0xa3c8033e803104f5030210284100cfa00c4100c200284100cfa00c0a3980a", + "0x19028f300cfa00c4300c9c0284300cfa00cf21080c0900a108033e803028c9", + "0x1b03c033cc033e8033cc032880a070033e803070030940a06c033e80306c03", + "0x971482e288a125c520280f03003028a0288a125c520b8a228497148373cc1c", + "0x97149af03c0c00c0a280a2284971482e288a125c522980f03003028a0288a1", + "0x3028a0288a125c520b8a22849714a4003c0c00c0a280a2284971482e288a1", + "0x971482e288a125c529080f03003028a0288a125c520b8a22849714a4103c0c", + "0x9714a4403c0c00c0a280a2284971482e288a125c5290c0f03003028a0288a1", + "0x3028a0288a125c520b8a22849714a4503c0c00c0a280a2284971482e288a1", + "0x971482e288a125c5291c0f03003028a0288a125c520b8a22849714a4603c0c", + "0x3a00c0a9240f03003028b32849703c252bca125c529200f03003028a0288a1", + "0xa125c0f0943a2849714a4b1480f03003028c82849703c0c03066284970624a", + "0xf03003028b32849703c25048a125c529340a04803328039300f03003028b3", + "0x25003c0c00c0a2cca125c0f094662849714a4f00c0a3302e25c0f0b8970324e", + "0x3028b32849703c251a0a125c529440f03003028b32849703c2519ca125c52", + "0xa125c0f0942f2849714a5303c0c00c0a2cca125c0f0942e2849714a5203c0c", + "0x250e0a125c529540f03003028b32849703c250c8a125c529500f03003028b3", + "0x25603c0c00c0a2cca125c0f" + ], + "sierra_program_debug_info": { + "type_names": [ + [ + 0, + "Array" + ], + [ + 1, + "felt252" + ], + [ + 2, + "u32" + ], + [ + 3, + "core::byte_array::ByteArray" + ], + [ + 4, + "Uninitialized" + ], + [ + 5, + "Box" + ], + [ + 6, + "Unit" + ], + [ + 7, + "core::option::Option::>" + ], + [ + 8, + "Array" + ], + [ + 9, + "Snapshot>" + ], + [ + 10, + "Uninitialized>>" + ], + [ + 11, + "Box>" + ], + [ + 12, + "core::option::Option::>" + ], + [ + 13, + "Array>" + ], + [ + 14, + "Snapshot>>" + ], + [ + 15, + "Uninitialized>>>" + ], + [ + 16, + "Box" + ], + [ + 17, + "core::option::Option::>" + ], + [ + 18, + "Array" + ], + [ + 19, + "Snapshot>" + ], + [ + 20, + "core::array::Span::" + ], + [ + 21, + "Array" + ], + [ + 22, + "Snapshot>" + ], + [ + 23, + "core::array::Span::" + ], + [ + 24, + "dojo::model::introspect::Struct" + ], + [ + 25, + "core::array::Span::<(core::felt252, dojo::model::introspect::Ty)>" + ], + [ + 26, + "dojo::model::introspect::Enum" + ], + [ + 27, + "core::array::Span::" + ], + [ + 28, + "dojo::model::introspect::Ty" + ], + [ + 29, + "dojo::model::introspect::Member" + ], + [ + 30, + "Uninitialized" + ], + [ + 31, + "Uninitialized>>" + ], + [ + 32, + "Box" + ], + [ + 33, + "core::option::Option::>" + ], + [ + 34, + "Array" + ], + [ + 35, + "Snapshot>" + ], + [ + 36, + "Uninitialized>>" + ], + [ + 37, + "Box" + ], + [ + 38, + "core::option::Option::>" + ], + [ + 39, + "Array" + ], + [ + 40, + "Snapshot>" + ], + [ + 41, + "Uninitialized>>" + ], + [ + 42, + "u16" + ], + [ + 43, + "Box" + ], + [ + 44, + "core::option::Option::>" + ], + [ + 45, + "core::option::Option::" + ], + [ + 46, + "Tuple" + ], + [ + 47, + "Const" + ], + [ + 48, + "Const" + ], + [ + 49, + "Const" + ], + [ + 50, + "Const" + ], + [ + 51, + "Const" + ], + [ + 52, + "Const" + ], + [ + 53, + "Const" + ], + [ + 54, + "Const" + ], + [ + 55, + "Const" + ], + [ + 56, + "Const" + ], + [ + 57, + "Const" + ], + [ + 58, + "Const" + ], + [ + 59, + "Const" + ], + [ + 60, + "Const" + ], + [ + 61, + "Const" + ], + [ + 62, + "Const" + ], + [ + 63, + "Box" + ], + [ + 64, + "core::option::Option::>" + ], + [ + 65, + "Const" + ], + [ + 66, + "Const, Const>" + ], + [ + 67, + "Const" + ], + [ + 68, + "Const" + ], + [ + 69, + "Const" + ], + [ + 70, + "Const" + ], + [ + 71, + "Const" + ], + [ + 72, + "u8" + ], + [ + 73, + "Tuple" + ], + [ + 74, + "Array" + ], + [ + 75, + "Snapshot>" + ], + [ + 76, + "Const, Const>" + ], + [ + 77, + "Box>" + ], + [ + 78, + "Const" + ], + [ + 79, + "core::array::Span::" + ], + [ + 80, + "core::array::Span::" + ], + [ + 81, + "core::array::Span::" + ], + [ + 82, + "dojo::model::layout::Layout" + ], + [ + 83, + "dojo::model::layout::FieldLayout" + ], + [ + 84, + "Box" + ], + [ + 85, + "core::option::Option::>" + ], + [ + 86, + "Const" + ], + [ + 87, + "rpg::models::index::Dungeon" + ], + [ + 88, + "core::option::Option::" + ], + [ + 89, + "rpg::models::index::dungeon::ContractState" + ], + [ + 90, + "Tuple, u32, u32, Unit>" + ], + [ + 91, + "core::panics::Panic" + ], + [ + 92, + "Tuple>" + ], + [ + 93, + "core::panics::PanicResult::<(core::array::Span::, core::integer::u32, core::integer::u32, ())>" + ], + [ + 94, + "Const" + ], + [ + 95, + "Const" + ], + [ + 96, + "Const" + ], + [ + 97, + "Const" + ], + [ + 98, + "core::option::Option::" + ], + [ + 99, + "Const" + ], + [ + 100, + "Const" + ], + [ + 101, + "Const" + ], + [ + 102, + "Const" + ], + [ + 103, + "Const" + ], + [ + 104, + "Const" + ], + [ + 105, + "Const" + ], + [ + 106, + "Const" + ], + [ + 107, + "Const" + ], + [ + 108, + "Const" + ], + [ + 109, + "Tuple>" + ], + [ + 110, + "Tuple, Unit>" + ], + [ + 111, + "core::panics::PanicResult::<(core::array::Array::, ())>" + ], + [ + 112, + "Snapshot>" + ], + [ + 113, + "core::array::Span::" + ], + [ + 114, + "Snapshot" + ], + [ + 115, + "Const" + ], + [ + 116, + "Const" + ], + [ + 117, + "bytes31" + ], + [ + 118, + "BuiltinCosts" + ], + [ + 119, + "System" + ], + [ + 120, + "core::panics::PanicResult::<(core::array::Span::,)>" + ], + [ + 121, + "Const" + ], + [ + 122, + "GasBuiltin" + ], + [ + 123, + "RangeCheck" + ] + ], + "libfunc_names": [ + [ + 0, + "alloc_local" + ], + [ + 1, + "finalize_locals" + ], + [ + 2, + "revoke_ap_tracking" + ], + [ + 3, + "withdraw_gas" + ], + [ + 4, + "branch_align" + ], + [ + 5, + "struct_deconstruct>" + ], + [ + 6, + "store_temp" + ], + [ + 7, + "array_snapshot_pop_front" + ], + [ + 8, + "drop>>" + ], + [ + 9, + "drop>" + ], + [ + 10, + "drop>" + ], + [ + 11, + "array_new" + ], + [ + 12, + "const_as_immediate>" + ], + [ + 13, + "store_temp" + ], + [ + 14, + "array_append" + ], + [ + 15, + "struct_construct" + ], + [ + 16, + "struct_construct>>" + ], + [ + 17, + "enum_init,)>, 1>" + ], + [ + 18, + "store_temp" + ], + [ + 19, + "store_temp" + ], + [ + 20, + "store_temp,)>>" + ], + [ + 21, + "get_builtin_costs" + ], + [ + 22, + "store_temp" + ], + [ + 23, + "withdraw_gas_all" + ], + [ + 24, + "array_new" + ], + [ + 25, + "const_as_immediate>" + ], + [ + 26, + "const_as_immediate>" + ], + [ + 27, + "struct_construct" + ], + [ + 28, + "store_local" + ], + [ + 29, + "snapshot_take" + ], + [ + 30, + "drop" + ], + [ + 31, + "dup>" + ], + [ + 32, + "struct_snapshot_deconstruct" + ], + [ + 33, + "drop" + ], + [ + 34, + "drop" + ], + [ + 35, + "dup>>" + ], + [ + 36, + "array_len" + ], + [ + 37, + "u32_to_felt252" + ], + [ + 38, + "struct_construct>" + ], + [ + 39, + "store_temp>" + ], + [ + 40, + "store_temp>" + ], + [ + 41, + "function_call, core::bytes_31::bytes31Drop>>" + ], + [ + 42, + "enum_match, ())>>" + ], + [ + 43, + "struct_deconstruct, Unit>>" + ], + [ + 44, + "drop" + ], + [ + 45, + "drop>>" + ], + [ + 46, + "rename" + ], + [ + 47, + "rename" + ], + [ + 48, + "snapshot_take>" + ], + [ + 49, + "drop>" + ], + [ + 50, + "struct_construct>" + ], + [ + 51, + "struct_construct>>" + ], + [ + 52, + "enum_init,)>, 0>" + ], + [ + 53, + "drop>" + ], + [ + 54, + "const_as_immediate>" + ], + [ + 55, + "drop>" + ], + [ + 56, + "const_as_immediate>" + ], + [ + 57, + "const_as_immediate>" + ], + [ + 58, + "const_as_immediate>" + ], + [ + 59, + "const_as_immediate>" + ], + [ + 60, + "const_as_immediate>" + ], + [ + 61, + "u8_to_felt252" + ], + [ + 62, + "const_as_immediate>" + ], + [ + 63, + "const_as_immediate>" + ], + [ + 64, + "const_as_immediate>" + ], + [ + 65, + "const_as_immediate>" + ], + [ + 66, + "enum_init, 0>" + ], + [ + 67, + "snapshot_take>" + ], + [ + 68, + "drop>" + ], + [ + 69, + "enable_ap_tracking" + ], + [ + 70, + "store_temp>" + ], + [ + 71, + "enum_match>" + ], + [ + 72, + "const_as_immediate>" + ], + [ + 73, + "jump" + ], + [ + 74, + "const_as_immediate>" + ], + [ + 75, + "disable_ap_tracking" + ], + [ + 76, + "function_call" + ], + [ + 77, + "enum_match" + ], + [ + 78, + "const_as_immediate>" + ], + [ + 79, + "const_as_immediate>" + ], + [ + 80, + "store_temp>" + ], + [ + 81, + "store_temp" + ], + [ + 82, + "function_call" + ], + [ + 83, + "enum_match, core::integer::u32, core::integer::u32, ())>>" + ], + [ + 84, + "struct_deconstruct, u32, u32, Unit>>" + ], + [ + 85, + "drop>" + ], + [ + 86, + "drop>" + ], + [ + 87, + "drop>" + ], + [ + 88, + "struct_construct" + ], + [ + 89, + "enum_init, 1>" + ], + [ + 90, + "snapshot_take" + ], + [ + 91, + "drop" + ], + [ + 92, + "store_temp" + ], + [ + 93, + "function_call" + ], + [ + 94, + "struct_construct" + ], + [ + 95, + "snapshot_take" + ], + [ + 96, + "drop" + ], + [ + 97, + "function_call" + ], + [ + 98, + "snapshot_take" + ], + [ + 99, + "drop" + ], + [ + 100, + "store_temp" + ], + [ + 101, + "function_call" + ], + [ + 102, + "store_temp>" + ], + [ + 103, + "function_call" + ], + [ + 104, + "enum_match>" + ], + [ + 105, + "drop" + ], + [ + 106, + "const_as_immediate>" + ], + [ + 107, + "struct_deconstruct>" + ], + [ + 108, + "array_snapshot_pop_front" + ], + [ + 109, + "enum_init>, 0>" + ], + [ + 110, + "store_temp>>" + ], + [ + 111, + "store_temp>>" + ], + [ + 112, + "enum_init>, 1>" + ], + [ + 113, + "enum_match>>" + ], + [ + 114, + "unbox" + ], + [ + 115, + "rename" + ], + [ + 116, + "bytes31_to_felt252" + ], + [ + 117, + "struct_construct, Unit>>" + ], + [ + 118, + "enum_init, ())>, 0>" + ], + [ + 119, + "store_temp, ())>>" + ], + [ + 120, + "drop>" + ], + [ + 121, + "enum_init, ())>, 1>" + ], + [ + 122, + "array_new" + ], + [ + 123, + "const_as_box, Const>, 0>" + ], + [ + 124, + "span_from_tuple>" + ], + [ + 125, + "const_as_immediate>" + ], + [ + 126, + "struct_construct>" + ], + [ + 127, + "enum_init" + ], + [ + 128, + "struct_construct" + ], + [ + 129, + "store_temp" + ], + [ + 130, + "array_append" + ], + [ + 131, + "const_as_immediate>" + ], + [ + 132, + "const_as_immediate>" + ], + [ + 133, + "const_as_immediate>" + ], + [ + 134, + "const_as_box, Const>, 0>" + ], + [ + 135, + "const_as_immediate>" + ], + [ + 136, + "snapshot_take>" + ], + [ + 137, + "drop>" + ], + [ + 138, + "struct_construct>" + ], + [ + 139, + "enum_init" + ], + [ + 140, + "struct_deconstruct>" + ], + [ + 141, + "array_snapshot_pop_front" + ], + [ + 142, + "enum_init>, 0>" + ], + [ + 143, + "store_temp>>" + ], + [ + 144, + "store_temp>>" + ], + [ + 145, + "enum_init>, 1>" + ], + [ + 146, + "enum_match>>" + ], + [ + 147, + "unbox" + ], + [ + 148, + "rename" + ], + [ + 149, + "upcast" + ], + [ + 150, + "dup" + ], + [ + 151, + "u32_overflowing_add" + ], + [ + 152, + "const_as_immediate>" + ], + [ + 153, + "u32_overflowing_sub" + ], + [ + 154, + "const_as_immediate>" + ], + [ + 155, + "enum_init, core::integer::u32, core::integer::u32, ())>, 1>" + ], + [ + 156, + "store_temp, core::integer::u32, core::integer::u32, ())>>" + ], + [ + 157, + "struct_construct, u32, u32, Unit>>" + ], + [ + 158, + "enum_init, core::integer::u32, core::integer::u32, ())>, 0>" + ], + [ + 159, + "dup>" + ], + [ + 160, + "rename>" + ], + [ + 161, + "array_len" + ], + [ + 162, + "function_call, core::integer::u8Drop>>" + ], + [ + 163, + "dup>" + ], + [ + 164, + "rename>" + ], + [ + 165, + "struct_deconstruct>" + ], + [ + 166, + "array_len" + ], + [ + 167, + "store_temp>" + ], + [ + 168, + "function_call>" + ], + [ + 169, + "const_as_immediate>" + ], + [ + 170, + "dup>" + ], + [ + 171, + "rename>" + ], + [ + 172, + "struct_deconstruct>" + ], + [ + 173, + "array_len" + ], + [ + 174, + "store_temp>" + ], + [ + 175, + "function_call>" + ], + [ + 176, + "const_as_immediate>" + ], + [ + 177, + "const_as_immediate>" + ], + [ + 178, + "const_as_immediate>" + ], + [ + 179, + "array_new" + ], + [ + 180, + "const_as_immediate>" + ], + [ + 181, + "const_as_immediate>" + ], + [ + 182, + "const_as_immediate>" + ], + [ + 183, + "enum_init" + ], + [ + 184, + "struct_construct" + ], + [ + 185, + "store_temp" + ], + [ + 186, + "array_append" + ], + [ + 187, + "const_as_immediate>" + ], + [ + 188, + "const_as_immediate>" + ], + [ + 189, + "const_as_immediate>" + ], + [ + 190, + "const_as_immediate>" + ], + [ + 191, + "const_as_immediate>" + ], + [ + 192, + "const_as_immediate>" + ], + [ + 193, + "const_as_immediate>" + ], + [ + 194, + "snapshot_take>" + ], + [ + 195, + "drop>" + ], + [ + 196, + "struct_construct>" + ], + [ + 197, + "struct_construct" + ], + [ + 198, + "enum_init" + ], + [ + 199, + "enum_match" + ], + [ + 200, + "dup" + ], + [ + 201, + "struct_deconstruct" + ], + [ + 202, + "drop>" + ], + [ + 203, + "dup>" + ], + [ + 204, + "rename>" + ], + [ + 205, + "array_len" + ], + [ + 206, + "function_call>" + ], + [ + 207, + "dup>" + ], + [ + 208, + "rename>" + ], + [ + 209, + "struct_deconstruct>" + ], + [ + 210, + "array_len" + ], + [ + 211, + "store_temp>" + ], + [ + 212, + "function_call>" + ], + [ + 213, + "drop" + ], + [ + 214, + "dup" + ], + [ + 215, + "struct_deconstruct" + ], + [ + 216, + "drop>" + ], + [ + 217, + "dup>" + ], + [ + 218, + "rename>" + ], + [ + 219, + "struct_deconstruct>" + ], + [ + 220, + "array_len>" + ], + [ + 221, + "store_temp>" + ], + [ + 222, + "function_call, core::serde::SerializeTupleNext::<(@core::felt252, @dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::<@core::felt252, @dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleNext::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleBaseTuple, core::traits::TupleSize0Drop>, core::traits::TupleNextDrop::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::metaprogramming::IsTupleTupleSize1::<@dojo::model::introspect::Ty>, core::traits::SnapshotDrop::, core::traits::TupleSize0Drop>>, core::serde::DeserializeTupleNext::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::Felt252Serde, core::serde::DeserializeTupleNext::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, dojo::model::introspect::TySerde, core::serde::DeserializeTupleBaseTuple, dojo::model::introspect::TyDrop>, core::felt252Drop>>, core::traits::TupleNextDrop::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::metaprogramming::IsTupleTupleSize2::, core::felt252Drop, core::traits::TupleNextDrop::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, core::metaprogramming::IsTupleTupleSize1::, dojo::model::introspect::TyDrop, core::traits::TupleSize0Drop>>>>" + ], + [ + 223, + "drop" + ], + [ + 224, + "dup>" + ], + [ + 225, + "rename>" + ], + [ + 226, + "struct_deconstruct>" + ], + [ + 227, + "array_len" + ], + [ + 228, + "store_temp>" + ], + [ + 229, + "function_call>" + ], + [ + 230, + "unbox" + ], + [ + 231, + "enum_init, 0>" + ], + [ + 232, + "store_temp>>" + ], + [ + 233, + "store_temp>" + ], + [ + 234, + "enum_init, 1>" + ], + [ + 235, + "enum_match>" + ], + [ + 236, + "enum_init>, 0>" + ], + [ + 237, + "store_temp>>" + ], + [ + 238, + "enum_init>, 1>" + ], + [ + 239, + "dup>>" + ], + [ + 240, + "enum_match>>" + ], + [ + 241, + "u8_try_from_felt252" + ], + [ + 242, + "u16_try_from_felt252" + ], + [ + 243, + "struct_construct" + ], + [ + 244, + "enum_init, 0>" + ], + [ + 245, + "store_temp>" + ], + [ + 246, + "drop" + ], + [ + 247, + "enum_init, 1>" + ], + [ + 248, + "drop>>" + ], + [ + 249, + "alloc_local>>" + ], + [ + 250, + "array_snapshot_pop_front" + ], + [ + 251, + "enum_init>, 0>" + ], + [ + 252, + "store_temp>>" + ], + [ + 253, + "store_temp>>" + ], + [ + 254, + "enum_init>, 1>" + ], + [ + 255, + "store_local>>" + ], + [ + 256, + "enum_match>>" + ], + [ + 257, + "unbox" + ], + [ + 258, + "dup" + ], + [ + 259, + "struct_deconstruct" + ], + [ + 260, + "drop>>" + ], + [ + 261, + "drop>>>" + ], + [ + 262, + "alloc_local>>" + ], + [ + 263, + "array_snapshot_pop_front" + ], + [ + 264, + "enum_init>, 0>" + ], + [ + 265, + "store_temp>>" + ], + [ + 266, + "store_temp>>" + ], + [ + 267, + "enum_init>, 1>" + ], + [ + 268, + "store_local>>" + ], + [ + 269, + "enum_match>>" + ], + [ + 270, + "unbox" + ], + [ + 271, + "struct_construct>" + ], + [ + 272, + "drop>>" + ], + [ + 273, + "drop>>>" + ], + [ + 274, + "alloc_local>>" + ], + [ + 275, + "alloc_local" + ], + [ + 276, + "array_snapshot_pop_front" + ], + [ + 277, + "enum_init>, 0>" + ], + [ + 278, + "store_temp>>" + ], + [ + 279, + "store_temp>>" + ], + [ + 280, + "enum_init>, 1>" + ], + [ + 281, + "store_local>>" + ], + [ + 282, + "enum_match>>" + ], + [ + 283, + "unbox" + ], + [ + 284, + "store_local" + ], + [ + 285, + "dup" + ], + [ + 286, + "struct_deconstruct" + ], + [ + 287, + "drop>>" + ], + [ + 288, + "store_temp>>" + ], + [ + 289, + "drop" + ], + [ + 290, + "drop>" + ], + [ + 291, + "drop>>>" + ], + [ + 292, + "alloc_local>>>" + ], + [ + 293, + "array_snapshot_pop_front>" + ], + [ + 294, + "enum_init>, 0>" + ], + [ + 295, + "store_temp>>>" + ], + [ + 296, + "store_temp>>" + ], + [ + 297, + "enum_init>, 1>" + ], + [ + 298, + "store_local>>>" + ], + [ + 299, + "enum_match>>" + ], + [ + 300, + "unbox>" + ], + [ + 301, + "struct_deconstruct>" + ], + [ + 302, + "struct_construct>" + ], + [ + 303, + "drop>>>" + ], + [ + 304, + "drop>>>>" + ], + [ + 305, + "alloc_local>>" + ], + [ + 306, + "array_snapshot_pop_front" + ], + [ + 307, + "enum_init>, 0>" + ], + [ + 308, + "store_temp>>" + ], + [ + 309, + "store_temp>>" + ], + [ + 310, + "enum_init>, 1>" + ], + [ + 311, + "store_local>>" + ], + [ + 312, + "enum_match>>" + ], + [ + 313, + "unbox" + ], + [ + 314, + "struct_construct>" + ], + [ + 315, + "drop>>" + ], + [ + 316, + "drop>>>" + ], + [ + 317, + "drop>" + ] + ], + "user_func_names": [ + [ + 0, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__name" + ], + [ + 1, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__namespace" + ], + [ + 2, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__tag" + ], + [ + 3, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__version" + ], + [ + 4, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__selector" + ], + [ + 5, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__name_hash" + ], + [ + 6, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__namespace_hash" + ], + [ + 7, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__unpacked_size" + ], + [ + 8, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__packed_size" + ], + [ + 9, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__layout" + ], + [ + 10, + "rpg::models::index::dungeon::__wrapper__DojoModelImpl__schema" + ], + [ + 11, + "rpg::models::index::dungeon::__wrapper__dungeonImpl__ensure_abi" + ], + [ + 12, + "core::array::serialize_array_helper::, core::bytes_31::bytes31Drop>" + ], + [ + 13, + "rpg::models::index::DungeonIntrospect::layout" + ], + [ + 14, + "dojo::storage::packing::calculate_packed_size[expr26]" + ], + [ + 15, + "dojo::model::layout::LayoutSerde::serialize" + ], + [ + 16, + "rpg::models::index::dungeon::DojoModelImpl::schema" + ], + [ + 17, + "dojo::model::introspect::TySerde::serialize" + ], + [ + 18, + "rpg::models::index::DungeonSerde::deserialize" + ], + [ + 19, + "core::array::serialize_array_helper::, core::integer::u8Drop>" + ], + [ + 20, + "core::array::serialize_array_helper::" + ], + [ + 21, + "core::array::serialize_array_helper::" + ], + [ + 22, + "core::array::serialize_array_helper::" + ], + [ + 23, + "core::array::serialize_array_helper::" + ], + [ + 24, + "core::array::serialize_array_helper::<(core::felt252, dojo::model::introspect::Ty), core::serde::SerdeTuple::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSnapForwardTupleSize2::, core::serde::SerializeTupleNext::<(@core::felt252, @dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::<@core::felt252, @dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleNext::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleBaseTuple, core::traits::TupleSize0Drop>, core::traits::TupleNextDrop::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::metaprogramming::IsTupleTupleSize1::<@dojo::model::introspect::Ty>, core::traits::SnapshotDrop::, core::traits::TupleSize0Drop>>, core::serde::DeserializeTupleNext::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::Felt252Serde, core::serde::DeserializeTupleNext::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, dojo::model::introspect::TySerde, core::serde::DeserializeTupleBaseTuple, dojo::model::introspect::TyDrop>, core::felt252Drop>>, core::traits::TupleNextDrop::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::metaprogramming::IsTupleTupleSize2::, core::felt252Drop, core::traits::TupleNextDrop::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, core::metaprogramming::IsTupleTupleSize1::, dojo::model::introspect::TyDrop, core::traits::TupleSize0Drop>>>" + ], + [ + 25, + "core::array::serialize_array_helper::" + ] + ] + }, + "contract_class_version": "0.1.0", + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0xf800aee223ec4f0f7f13ec0e9fb1b8a8186bbfdb275780ce6218872155189", + "function_idx": 1 + }, + { + "selector": "0x11fe2a708d5242b13f178422d4088cb270c488d9932765064ea92953422272", + "function_idx": 4 + }, + { + "selector": "0x11efd13169e3bceace525b23b7f968b3cc611248271e35f04c5c917311fc7f7", + "function_idx": 10 + }, + { + "selector": "0x190023e7b3c95d430018f42db8296d61ee89c072b4001b44fdfe9c3f38078bb", + "function_idx": 8 + }, + { + "selector": "0x21b4dd49a85c82b73f138b112d5135149203ed36c1ec80c46f8c572daa7c5ec", + "function_idx": 3 + }, + { + "selector": "0x26721ef2e2697a3490a32de42a8d68264d798a05cf361f0a2908f89910d60a2", + "function_idx": 5 + }, + { + "selector": "0x324a51d83534d627d4d54adcb04e8170343de5bf845f840edbd6ca7a83512e8", + "function_idx": 6 + }, + { + "selector": "0x354b5a3ee43c542549944b5e196a3ca42caf3c14bce456a42ef7859f54098b4", + "function_idx": 7 + }, + { + "selector": "0x35d4fbd9980b1d2fbb4ecd1486945d1519587f22b699c5dc9b2d024982a1219", + "function_idx": 9 + }, + { + "selector": "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60", + "function_idx": 0 + }, + { + "selector": "0x3721080eade4b057eae589a1435045aca04c882598f794915100d4634a2c909", + "function_idx": 2 + }, + { + "selector": "0x3cde268aa26dd22570af00f06d24192e2095caded10d1bd9828634e66517b4a", + "function_idx": 11 + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [] + }, + "abi": [ + { + "type": "impl", + "name": "DojoModelImpl", + "interface_name": "dojo::model::model::IModel" + }, + { + "type": "struct", + "name": "core::byte_array::ByteArray", + "members": [ + { + "name": "data", + "type": "core::array::Array::" + }, + { + "name": "pending_word", + "type": "core::felt252" + }, + { + "name": "pending_word_len", + "type": "core::integer::u32" + } + ] + }, + { + "type": "enum", + "name": "core::option::Option::", + "variants": [ + { + "name": "Some", + "type": "core::integer::u32" + }, + { + "name": "None", + "type": "()" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::layout::FieldLayout", + "members": [ + { + "name": "selector", + "type": "core::felt252" + }, + { + "name": "layout", + "type": "dojo::model::layout::Layout" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "enum", + "name": "dojo::model::layout::Layout", + "variants": [ + { + "name": "Fixed", + "type": "core::array::Span::" + }, + { + "name": "Struct", + "type": "core::array::Span::" + }, + { + "name": "Tuple", + "type": "core::array::Span::" + }, + { + "name": "Array", + "type": "core::array::Span::" + }, + { + "name": "ByteArray", + "type": "()" + }, + { + "name": "Enum", + "type": "core::array::Span::" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::introspect::Member", + "members": [ + { + "name": "name", + "type": "core::felt252" + }, + { + "name": "attrs", + "type": "core::array::Span::" + }, + { + "name": "ty", + "type": "dojo::model::introspect::Ty" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::introspect::Struct", + "members": [ + { + "name": "name", + "type": "core::felt252" + }, + { + "name": "attrs", + "type": "core::array::Span::" + }, + { + "name": "children", + "type": "core::array::Span::" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::<(core::felt252, dojo::model::introspect::Ty)>", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::<(core::felt252, dojo::model::introspect::Ty)>" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::introspect::Enum", + "members": [ + { + "name": "name", + "type": "core::felt252" + }, + { + "name": "attrs", + "type": "core::array::Span::" + }, + { + "name": "children", + "type": "core::array::Span::<(core::felt252, dojo::model::introspect::Ty)>" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "enum", + "name": "dojo::model::introspect::Ty", + "variants": [ + { + "name": "Primitive", + "type": "core::felt252" + }, + { + "name": "Struct", + "type": "dojo::model::introspect::Struct" + }, + { + "name": "Enum", + "type": "dojo::model::introspect::Enum" + }, + { + "name": "Tuple", + "type": "core::array::Span::" + }, + { + "name": "Array", + "type": "core::array::Span::" + }, + { + "name": "ByteArray", + "type": "()" + } + ] + }, + { + "type": "interface", + "name": "dojo::model::model::IModel", + "items": [ + { + "type": "function", + "name": "name", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "namespace", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "tag", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "version", + "inputs": [], + "outputs": [ + { + "type": "core::integer::u8" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "selector", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "name_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "namespace_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "unpacked_size", + "inputs": [], + "outputs": [ + { + "type": "core::option::Option::" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "packed_size", + "inputs": [], + "outputs": [ + { + "type": "core::option::Option::" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "layout", + "inputs": [], + "outputs": [ + { + "type": "dojo::model::layout::Layout" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "schema", + "inputs": [], + "outputs": [ + { + "type": "dojo::model::introspect::Ty" + } + ], + "state_mutability": "view" + } + ] + }, + { + "type": "impl", + "name": "dungeonImpl", + "interface_name": "rpg::models::index::Idungeon" + }, + { + "type": "struct", + "name": "rpg::models::index::Dungeon", + "members": [ + { + "name": "id", + "type": "core::felt252" + }, + { + "name": "monster", + "type": "core::integer::u8" + }, + { + "name": "role", + "type": "core::integer::u8" + }, + { + "name": "damage", + "type": "core::integer::u8" + }, + { + "name": "health", + "type": "core::integer::u8" + }, + { + "name": "reward", + "type": "core::integer::u16" + } + ] + }, + { + "type": "interface", + "name": "rpg::models::index::Idungeon", + "items": [ + { + "type": "function", + "name": "ensure_abi", + "inputs": [ + { + "name": "model", + "type": "rpg::models::index::Dungeon" + } + ], + "outputs": [], + "state_mutability": "view" + } + ] + }, + { + "type": "event", + "name": "rpg::models::index::dungeon::Event", + "kind": "enum", + "variants": [] + } + ] +} \ No newline at end of file diff --git a/contracts/target/dev/models/dojo_starter_rpg-Player-12268099.cairo b/contracts/target/dev/models/dojo_starter_rpg-Player-12268099.cairo new file mode 100644 index 0000000..19cd647 --- /dev/null +++ b/contracts/target/dev/models/dojo_starter_rpg-Player-12268099.cairo @@ -0,0 +1,970 @@ +impl PlayerIntrospect<> of dojo::model::introspect::Introspect> { + #[inline(always)] + fn size() -> Option { + Option::Some(8) + } + + fn layout() -> dojo::model::Layout { + dojo::model::Layout::Struct( + array![ + dojo::model::FieldLayout { + selector: 1662888706315489029783778020829652209226192902507025527692503873491804662958, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 298141920877297362218063439049958162789509994040046126471683228246625906567, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 458858933607245089679648131798619691919829532491702687054118372189925594141, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 10081705603222233110711583073880238465441675299724638350815334665239107538, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 70178920214545354537298868807007585610213062887858840861456479606807550384, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 260543300941786315594203740777186866812756889840785228703984478738967316256, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 1201534557184837065027119851457754782777118590858140753138207699815287338437, + layout: dojo::model::introspect::Introspect::::layout() + }, + dojo::model::FieldLayout { + selector: 1528802474226268325865027367859591458315299653151958663884057507666229546336, + layout: dojo::model::introspect::Introspect::::layout() + } + ] + .span() + ) + } + + #[inline(always)] + fn ty() -> dojo::model::introspect::Ty { + dojo::model::introspect::Ty::Struct( + dojo::model::introspect::Struct { + name: 'Player', + attrs: array![].span(), + children: array![ + dojo::model::introspect::Member { + name: 'id', + attrs: array!['key'].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'mode', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'role', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'damage', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'health', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'gold', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'score', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'seed', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + }, + dojo::model::introspect::Member { + name: 'name', + attrs: array![].span(), + ty: dojo::model::introspect::Introspect::::ty() + } + ] + .span() + } + ) + } +} + +#[derive(Drop, Serde)] +pub struct PlayerEntity { + __id: felt252, // private field + pub mode: u8, + pub role: u8, + pub damage: u8, + pub health: u8, + pub gold: u16, + pub score: u16, + pub seed: felt252, + pub name: felt252, +} + +#[generate_trait] +pub impl PlayerEntityStoreImpl of PlayerEntityStore { + fn get(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> PlayerEntity { + PlayerModelEntityImpl::get(world, entity_id) + } + + + fn get_mode(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 1662888706315489029783778020829652209226192902507025527692503873491804662958 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::mode`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_mode(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1662888706315489029783778020829652209226192902507025527692503873491804662958, + serialized.span() + ); + } + + fn get_role(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 298141920877297362218063439049958162789509994040046126471683228246625906567 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::role`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_role(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 298141920877297362218063439049958162789509994040046126471683228246625906567, + serialized.span() + ); + } + + fn get_damage(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 458858933607245089679648131798619691919829532491702687054118372189925594141 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::damage`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_damage(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 458858933607245089679648131798619691919829532491702687054118372189925594141, + serialized.span() + ); + } + + fn get_health(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u8 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 10081705603222233110711583073880238465441675299724638350815334665239107538 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::health`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_health(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 10081705603222233110711583073880238465441675299724638350815334665239107538, + serialized.span() + ); + } + + fn get_gold(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u16 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 70178920214545354537298868807007585610213062887858840861456479606807550384 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::gold`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_gold(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: u16) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 70178920214545354537298868807007585610213062887858840861456479606807550384, + serialized.span() + ); + } + + fn get_score(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> u16 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 260543300941786315594203740777186866812756889840785228703984478738967316256 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::score`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_score(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: u16) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 260543300941786315594203740777186866812756889840785228703984478738967316256, + serialized.span() + ); + } + + fn get_seed(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> felt252 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 1201534557184837065027119851457754782777118590858140753138207699815287338437 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::seed`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_seed(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: felt252) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1201534557184837065027119851457754782777118590858140753138207699815287338437, + serialized.span() + ); + } + + fn get_name(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> felt252 { + let mut values = dojo::model::ModelEntity::< + PlayerEntity + >::get_member( + world, + entity_id, + 1528802474226268325865027367859591458315299653151958663884057507666229546336 + ); + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::name`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_name(self: @PlayerEntity, world: dojo::world::IWorldDispatcher, value: felt252) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1528802474226268325865027367859591458315299653151958663884057507666229546336, + serialized.span() + ); + } +} + +#[generate_trait] +pub impl PlayerStoreImpl of PlayerStore { + fn entity_id_from_keys(id: felt252) -> felt252 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + core::poseidon::poseidon_hash_span(serialized.span()) + } + + fn from_values(ref keys: Span, ref values: Span) -> Player { + let mut serialized = core::array::ArrayTrait::new(); + serialized.append_span(keys); + serialized.append_span(values); + let mut serialized = core::array::ArrayTrait::span(@serialized); + + let entity = core::serde::Serde::::deserialize(ref serialized); + + if core::option::OptionTrait::::is_none(@entity) { + panic!( + "Model `Player`: deserialization failed. Ensure the length of the keys tuple is matching the number of #[key] fields in the model struct." + ); + } + + core::option::OptionTrait::::unwrap(entity) + } + + fn get(world: dojo::world::IWorldDispatcher, id: felt252) -> Player { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + dojo::model::Model::::get(world, serialized.span()) + } + + + fn get_mode(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 1662888706315489029783778020829652209226192902507025527692503873491804662958 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::mode`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_mode(self: @Player, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1662888706315489029783778020829652209226192902507025527692503873491804662958, + serialized.span() + ); + } + + fn get_role(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 298141920877297362218063439049958162789509994040046126471683228246625906567 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::role`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_role(self: @Player, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 298141920877297362218063439049958162789509994040046126471683228246625906567, + serialized.span() + ); + } + + fn get_damage(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 458858933607245089679648131798619691919829532491702687054118372189925594141 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::damage`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_damage(self: @Player, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 458858933607245089679648131798619691919829532491702687054118372189925594141, + serialized.span() + ); + } + + fn get_health(world: dojo::world::IWorldDispatcher, id: felt252) -> u8 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 10081705603222233110711583073880238465441675299724638350815334665239107538 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::health`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_health(self: @Player, world: dojo::world::IWorldDispatcher, value: u8) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 10081705603222233110711583073880238465441675299724638350815334665239107538, + serialized.span() + ); + } + + fn get_gold(world: dojo::world::IWorldDispatcher, id: felt252) -> u16 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 70178920214545354537298868807007585610213062887858840861456479606807550384 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::gold`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_gold(self: @Player, world: dojo::world::IWorldDispatcher, value: u16) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 70178920214545354537298868807007585610213062887858840861456479606807550384, + serialized.span() + ); + } + + fn get_score(world: dojo::world::IWorldDispatcher, id: felt252) -> u16 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 260543300941786315594203740777186866812756889840785228703984478738967316256 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::score`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_score(self: @Player, world: dojo::world::IWorldDispatcher, value: u16) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 260543300941786315594203740777186866812756889840785228703984478738967316256, + serialized.span() + ); + } + + fn get_seed(world: dojo::world::IWorldDispatcher, id: felt252) -> felt252 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 1201534557184837065027119851457754782777118590858140753138207699815287338437 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::seed`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_seed(self: @Player, world: dojo::world::IWorldDispatcher, value: felt252) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1201534557184837065027119851457754782777118590858140753138207699815287338437, + serialized.span() + ); + } + + fn get_name(world: dojo::world::IWorldDispatcher, id: felt252) -> felt252 { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, id); + + let mut values = dojo::model::Model::< + Player + >::get_member( + world, + serialized.span(), + 1528802474226268325865027367859591458315299653151958663884057507666229546336 + ); + + let field_value = core::serde::Serde::::deserialize(ref values); + + if core::option::OptionTrait::::is_none(@field_value) { + panic!("Field `Player::name`: deserialization failed."); + } + + core::option::OptionTrait::::unwrap(field_value) + } + + fn set_name(self: @Player, world: dojo::world::IWorldDispatcher, value: felt252) { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(@value, ref serialized); + + self + .set_member( + world, + 1528802474226268325865027367859591458315299653151958663884057507666229546336, + serialized.span() + ); + } +} + +pub impl PlayerModelEntityImpl of dojo::model::ModelEntity { + fn id(self: @PlayerEntity) -> felt252 { + *self.__id + } + + fn values(self: @PlayerEntity) -> Span { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(self.mode, ref serialized); + core::serde::Serde::serialize(self.role, ref serialized); + core::serde::Serde::serialize(self.damage, ref serialized); + core::serde::Serde::serialize(self.health, ref serialized); + core::serde::Serde::serialize(self.gold, ref serialized); + core::serde::Serde::serialize(self.score, ref serialized); + core::array::ArrayTrait::append(ref serialized, *self.seed); + core::array::ArrayTrait::append(ref serialized, *self.name); + + core::array::ArrayTrait::span(@serialized) + } + + fn from_values(entity_id: felt252, ref values: Span) -> PlayerEntity { + let mut serialized = array![entity_id]; + serialized.append_span(values); + let mut serialized = core::array::ArrayTrait::span(@serialized); + + let entity_values = core::serde::Serde::::deserialize(ref serialized); + if core::option::OptionTrait::::is_none(@entity_values) { + panic!("ModelEntity `PlayerEntity`: deserialization failed."); + } + core::option::OptionTrait::::unwrap(entity_values) + } + + fn get(world: dojo::world::IWorldDispatcher, entity_id: felt252) -> PlayerEntity { + let mut values = dojo::world::IWorldDispatcherTrait::entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::Id(entity_id), + dojo::model::Model::::layout() + ); + Self::from_values(entity_id, ref values) + } + + fn update(self: @PlayerEntity, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::Id(self.id()), + self.values(), + dojo::model::Model::::layout() + ); + } + + fn delete(self: @PlayerEntity, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::delete_entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::Id(self.id()), + dojo::model::Model::::layout() + ); + } + + fn get_member( + world: dojo::world::IWorldDispatcher, entity_id: felt252, member_id: felt252, + ) -> Span { + match dojo::utils::find_model_field_layout( + dojo::model::Model::::layout(), member_id + ) { + Option::Some(field_layout) => { + dojo::world::IWorldDispatcherTrait::entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::MemberId((entity_id, member_id)), + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } + + fn set_member( + self: @PlayerEntity, + world: dojo::world::IWorldDispatcher, + member_id: felt252, + values: Span, + ) { + match dojo::utils::find_model_field_layout( + dojo::model::Model::::layout(), member_id + ) { + Option::Some(field_layout) => { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + dojo::model::Model::::selector(), + dojo::model::ModelIndex::MemberId((self.id(), member_id)), + values, + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } +} + +pub impl PlayerModelImpl of dojo::model::Model { + fn get(world: dojo::world::IWorldDispatcher, keys: Span) -> Player { + let mut values = dojo::world::IWorldDispatcherTrait::entity( + world, Self::selector(), dojo::model::ModelIndex::Keys(keys), Self::layout() + ); + let mut _keys = keys; + + PlayerStore::from_values(ref _keys, ref values) + } + + fn set(self: @Player, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + Self::selector(), + dojo::model::ModelIndex::Keys(Self::keys(self)), + Self::values(self), + Self::layout() + ); + } + + fn delete(self: @Player, world: dojo::world::IWorldDispatcher) { + dojo::world::IWorldDispatcherTrait::delete_entity( + world, Self::selector(), dojo::model::ModelIndex::Keys(Self::keys(self)), Self::layout() + ); + } + + fn get_member( + world: dojo::world::IWorldDispatcher, keys: Span, member_id: felt252 + ) -> Span { + match dojo::utils::find_model_field_layout(Self::layout(), member_id) { + Option::Some(field_layout) => { + let entity_id = dojo::utils::entity_id_from_keys(keys); + dojo::world::IWorldDispatcherTrait::entity( + world, + Self::selector(), + dojo::model::ModelIndex::MemberId((entity_id, member_id)), + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } + + fn set_member( + self: @Player, + world: dojo::world::IWorldDispatcher, + member_id: felt252, + values: Span + ) { + match dojo::utils::find_model_field_layout(Self::layout(), member_id) { + Option::Some(field_layout) => { + dojo::world::IWorldDispatcherTrait::set_entity( + world, + Self::selector(), + dojo::model::ModelIndex::MemberId((self.entity_id(), member_id)), + values, + field_layout + ) + }, + Option::None => core::panic_with_felt252('bad member id') + } + } + + #[inline(always)] + fn name() -> ByteArray { + "Player" + } + + #[inline(always)] + fn namespace() -> ByteArray { + "dojo_starter_rpg" + } + + #[inline(always)] + fn tag() -> ByteArray { + "dojo_starter_rpg-Player" + } + + #[inline(always)] + fn version() -> u8 { + 1 + } + + #[inline(always)] + fn selector() -> felt252 { + 513103688242339697851777745481086804649935147625853056575045547048345030761 + } + + #[inline(always)] + fn instance_selector(self: @Player) -> felt252 { + Self::selector() + } + + #[inline(always)] + fn name_hash() -> felt252 { + 1073075359926275415180704315933677548333097210683379121732618306925003101845 + } + + #[inline(always)] + fn namespace_hash() -> felt252 { + 478818318480335965857378696073169770196363091739687234837836645523859370417 + } + + #[inline(always)] + fn entity_id(self: @Player) -> felt252 { + core::poseidon::poseidon_hash_span(self.keys()) + } + + #[inline(always)] + fn keys(self: @Player) -> Span { + let mut serialized = core::array::ArrayTrait::new(); + core::array::ArrayTrait::append(ref serialized, *self.id); + + core::array::ArrayTrait::span(@serialized) + } + + #[inline(always)] + fn values(self: @Player) -> Span { + let mut serialized = core::array::ArrayTrait::new(); + core::serde::Serde::serialize(self.mode, ref serialized); + core::serde::Serde::serialize(self.role, ref serialized); + core::serde::Serde::serialize(self.damage, ref serialized); + core::serde::Serde::serialize(self.health, ref serialized); + core::serde::Serde::serialize(self.gold, ref serialized); + core::serde::Serde::serialize(self.score, ref serialized); + core::array::ArrayTrait::append(ref serialized, *self.seed); + core::array::ArrayTrait::append(ref serialized, *self.name); + + core::array::ArrayTrait::span(@serialized) + } + + #[inline(always)] + fn layout() -> dojo::model::Layout { + dojo::model::introspect::Introspect::::layout() + } + + #[inline(always)] + fn instance_layout(self: @Player) -> dojo::model::Layout { + Self::layout() + } + + #[inline(always)] + fn packed_size() -> Option { + dojo::model::layout::compute_packed_size(Self::layout()) + } +} + +#[starknet::interface] +pub trait Iplayer { + fn ensure_abi(self: @T, model: Player); +} + +#[starknet::contract] +pub mod player { + use super::Player; + use super::Iplayer; + + #[storage] + struct Storage {} + + #[abi(embed_v0)] + impl DojoModelImpl of dojo::model::IModel { + fn name(self: @ContractState) -> ByteArray { + dojo::model::Model::::name() + } + + fn namespace(self: @ContractState) -> ByteArray { + dojo::model::Model::::namespace() + } + + fn tag(self: @ContractState) -> ByteArray { + dojo::model::Model::::tag() + } + + fn version(self: @ContractState) -> u8 { + dojo::model::Model::::version() + } + + fn selector(self: @ContractState) -> felt252 { + dojo::model::Model::::selector() + } + + fn name_hash(self: @ContractState) -> felt252 { + dojo::model::Model::::name_hash() + } + + fn namespace_hash(self: @ContractState) -> felt252 { + dojo::model::Model::::namespace_hash() + } + + fn unpacked_size(self: @ContractState) -> Option { + dojo::model::introspect::Introspect::::size() + } + + fn packed_size(self: @ContractState) -> Option { + dojo::model::Model::::packed_size() + } + + fn layout(self: @ContractState) -> dojo::model::Layout { + dojo::model::Model::::layout() + } + + fn schema(self: @ContractState) -> dojo::model::introspect::Ty { + dojo::model::introspect::Introspect::::ty() + } + } + + #[abi(embed_v0)] + impl playerImpl of Iplayer { + fn ensure_abi(self: @ContractState, model: Player) {} + } +} diff --git a/contracts/target/dev/models/dojo_starter_rpg-Player-12268099.json b/contracts/target/dev/models/dojo_starter_rpg-Player-12268099.json new file mode 100644 index 0000000..5fada60 --- /dev/null +++ b/contracts/target/dev/models/dojo_starter_rpg-Player-12268099.json @@ -0,0 +1,3982 @@ +{ + "sierra_program": [ + "0x1", + "0x6", + "0x0", + "0x2", + "0x7", + "0x0", + "0x270", + "0x190", + "0x84", + "0x4172726179", + "0x800000000000000300000000000000000000000000000001", + "0x1", + "0x7d", + "0x66656c74323532", + "0x800000000000000700000000000000000000000000000000", + "0x753332", + "0x537472756374", + "0x800000000000000300000000000000000000000000000004", + "0x0", + "0x36775737a2dc48f3b19f9a1f4bc3ab9cb367d1e2e827cef96323826fd39f53f", + "0x2", + "0x556e696e697469616c697a6564", + "0x800000000000000200000000000000000000000000000001", + "0x3", + "0x426f78", + "0x800000000000000700000000000000000000000000000001", + "0x1c", + "0x800000000000000f00000000000000000000000000000001", + "0x2ee1e2b1b89f8c495f200e4956278a4d47395fe262f27b52e5865c9524c08c3", + "0x456e756d", + "0x800000000000000700000000000000000000000000000003", + "0x12cfa2187a037ec121b5cda338f93ed017330d0d3d4ae44f924caa7ed156c7f", + "0x5", + "0x6", + "0x536e617073686f74", + "0x8", + "0x9", + "0x2e", + "0x3c6faa1e21c59d23757dade09e787c84bea5060b6280d24028a04b1f7854c50", + "0xb", + "0xd", + "0xe", + "0x1d", + "0x3d6c101ae34f62bc1d35df8673ccbf1c87623d0acfb8262632534e0348ef346", + "0x10", + "0x12", + "0x800000000000000700000000000000000000000000000002", + "0x1baeba72e79e9db2587cf44fedb2f3700b2075a5e8e39a562584862c4b71f62", + "0x13", + "0x15", + "0x30efad88580e7fb648209cf1735d4c271315142482b622ffa422a2bf5079fd2", + "0x16", + "0x800000000000000700000000000000000000000000000004", + "0x37a23383bd6e221fdd2bb8792bdec0032047e4890bba64d5802e532511358cc", + "0x14", + "0x17", + "0x37cac2cbdd30522ac0200265f9ee6de24dae224967092d8020ecdd8abc6643a", + "0x2c74e6f98adf5330e792368c205dbdaa38548eddf9087aa138ba0ff3207f833", + "0x19", + "0x3aaadb1f613f4bbeb4f8864d5fc01ff9f36b553d7271e99ec69000ab8050562", + "0x800000000000000700000000000000000000000000000007", + "0x3e6dfc57bd55225c96128349cc8a55770d3ceb86e970f3c424ecd3fcf2800aa", + "0x18", + "0x1a", + "0x1b", + "0x2538fe0a6675fb6665ba334da03766c2d912e154e660b313aae9cf4a65ab55b", + "0x5a", + "0x384c87a23fc30bf0611d9057d59be188e63deef42bf1df3d92d6de1e425bc8c", + "0x20", + "0x22", + "0x23", + "0x5b", + "0xd114c32d1bdba1bce522b98c4c1bab4007d04b08a55f319b01e4b651dc3c8d", + "0x25", + "0x27", + "0x28", + "0x753136", + "0x29d7d57c04a880978e7b3689f6218e507f3be17588744b58dc17762447ad0e7", + "0x2b", + "0x11c6d8087e00642489f92d2821ad6ebd6532ad1a3b6d12833da6d6810391511", + "0x436f6e7374", + "0x800000000000000000000000000000000000000000000002", + "0x6e616d65", + "0x73656564", + "0x73636f7265", + "0x676f6c64", + "0x6865616c7468", + "0x64616d616765", + "0x726f6c65", + "0x7538", + "0x6d6f6465", + "0x6964", + "0x6b6579", + "0x4", + "0x7533325f616464204f766572666c6f77", + "0xfb", + "0x50", + "0x53ab85eada0a6ea028c03d62be3bee85e33846f2cb70861f36156d3c342647", + "0x42", + "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60", + "0x2a80b61b29ec044d14c4c8c613e762ba1fb8eeb0c454d1ee00ed6dedaa5b5c5", + "0x51", + "0x48", + "0x93765824cbeef1794ad2abf56eeaec6b82649f55c3773b8022b209982e4720", + "0x27b848d338b362a9edc3f5d9143a504828207dd0d1d6515b2b3968154d59b0", + "0x4c", + "0x5b4bf3e8c5705ff2b172ed7c0ff76f0096efed0943457e640b66da01b97d2", + "0x103b477c9d08fbf653bd237772c36affbe8076fa6a9db4b4e6f17566044d41d", + "0xa8be0a778a94eac2488e69eb5cf6921d2c02275d181a1189a6745aa6626f87", + "0x3ad29622c7a43be4ba50a1e97ec04a11d86740d6e621d111f2e1b8ce170acae", + "0x52", + "0x56", + "0x34c1a4ee6ef3ec231b7e21635f0ab0f5e73f747e42beb02d65fc54c8e0e0575", + "0x53", + "0x3d51cd80d097ac7cf0208e3ff0db65ac622c283bd6ce9e5f68c77e3a0aebca9", + "0x3142fbd31f041e72ed078d81fb3114100b27dfceb6a9f5844cfa830c1960670", + "0x253b435b9b9e399f77332f7e43e4cfd7c7976fa47c37b6c20025d9f33ae564b", + "0x57", + "0x58", + "0x59", + "0x14a9201f80ff7b74887454e7f1a7b569f78f6701624a54447e359946b856407", + "0x18ef5e2178ac6be59ceafd15e6995810f636807e02c51d309c3f65e37000fc5", + "0x5c", + "0x4661696c656420746f20646573657269616c697a6520706172616d202331", + "0x80000000000000070000000000000000000000000000000a", + "0xa4f1fa2833a87c1fa7ca0b97c86843ea04c08d9c67385f12eac2d5ea1de97f", + "0x2a", + "0x2a37e94a28f6ccb0be5d4110d01118cb0831f9f88b93e4f560f82ad67855815", + "0x5f", + "0x360a4fb7daa12920794820ab30608cc622a5c0773b3297212cc3d8d08ae04a8", + "0x800000000000000700000000000000000000000000000005", + "0x16a4c8d7c05909052238a862d8cc3e7975bf05a07b3a69c6b28951083a6d672", + "0x800000000000000300000000000000000000000000000003", + "0x63", + "0x1b13666c37cff3f8cd3a8175895ee97e12fa502081162baac108de2ea7bd1d0", + "0x62", + "0x64", + "0x19b9ae4ba181a54f9e7af894a81b44a60aea4c9803939708d6cc212759ee94c", + "0x10f0066850a7341a231226b660fa1d846080241fa47415b6a34712323c2f1b1", + "0x25f56d1407c4b8b8349447681ee05246bc16da570f665a81dbf8c2701895695", + "0x1226809904dea0538de9942f231718b1616068beff94ed346385aaedec85069", + "0x646f6a6f5f737461727465725f7270672d506c61796572", + "0x646f6a6f5f737461727465725f727067", + "0x4f7574206f6620676173", + "0x74584e9f10ffb1a40aa5a3582e203f6758defc4a497d1a2d5a89f274a320e9", + "0x76", + "0x149ee8c97f9cdd259b09b6ca382e10945af23ee896a644de8c7b57da1779da7", + "0x78", + "0x506c61796572", + "0x62797465733331", + "0x4275696c74696e436f737473", + "0x53797374656d", + "0x800000000000000100000000000000000000000000000000", + "0x9931c641b913035ae674b400b61a51476d506bbe8bba2ff8a6272790aba9e6", + "0x75", + "0x496e70757420746f6f206c6f6e6720666f7220617267756d656e7473", + "0x4761734275696c74696e", + "0x52616e6765436865636b", + "0x146", + "0x616c6c6f635f6c6f63616c", + "0x66696e616c697a655f6c6f63616c73", + "0x7265766f6b655f61705f747261636b696e67", + "0x77697468647261775f676173", + "0x6272616e63685f616c69676e", + "0x7374727563745f6465636f6e737472756374", + "0x73746f72655f74656d70", + "0x83", + "0x61727261795f736e617073686f745f706f705f66726f6e74", + "0x64726f70", + "0x61727261795f6e6577", + "0x636f6e73745f61735f696d6d656469617465", + "0x81", + "0x61727261795f617070656e64", + "0x7374727563745f636f6e737472756374", + "0x656e756d5f696e6974", + "0x80", + "0x82", + "0x7f", + "0x6765745f6275696c74696e5f636f737473", + "0x7e", + "0x77697468647261775f6761735f616c6c", + "0x7c", + "0x7b", + "0x73746f72655f6c6f63616c", + "0x736e617073686f745f74616b65", + "0x647570", + "0x7a", + "0x7374727563745f736e617073686f745f6465636f6e737472756374", + "0x61727261795f6c656e", + "0x7533325f746f5f66656c74323532", + "0x79", + "0x66756e6374696f6e5f63616c6c", + "0xc", + "0x656e756d5f6d61746368", + "0x77", + "0x72656e616d65", + "0x74", + "0x73", + "0x72", + "0x71", + "0x70", + "0x6f", + "0x75385f746f5f66656c74323532", + "0x6e", + "0x6d", + "0x6c", + "0x6b", + "0x6a", + "0x656e61626c655f61705f747261636b696e67", + "0x69", + "0x6a756d70", + "0x68", + "0x64697361626c655f61705f747261636b696e67", + "0x67", + "0x66", + "0x65", + "0xf", + "0x61", + "0x11", + "0x60", + "0x5e", + "0x5d", + "0x756e626f78", + "0x627974657333315f746f5f66656c74323532", + "0x636f6e73745f61735f626f78", + "0x54", + "0x7370616e5f66726f6d5f7475706c65", + "0x4f", + "0x4e", + "0x4d", + "0x4b", + "0x4a", + "0x49", + "0x47", + "0x46", + "0x45", + "0x44", + "0x43", + "0x757063617374", + "0x7533325f6f766572666c6f77696e675f616464", + "0x41", + "0x7533325f6f766572666c6f77696e675f737562", + "0x40", + "0x3f", + "0x3e", + "0x3d", + "0x3c", + "0x3b", + "0x3a", + "0x39", + "0x38", + "0x37", + "0x36", + "0x35", + "0x34", + "0x33", + "0x32", + "0x31", + "0x30", + "0x2f", + "0x2d", + "0x2c", + "0x75385f7472795f66726f6d5f66656c74323532", + "0x7531365f7472795f66726f6d5f66656c74323532", + "0x26", + "0x29", + "0x21", + "0x24", + "0x1e", + "0x1f", + "0x7", + "0xa", + "0xa27", + "0xffffffffffffffff", + "0xd9", + "0x8c", + "0xcb", + "0xc3", + "0x14d", + "0x100", + "0x13f", + "0x137", + "0x193", + "0x171", + "0x186", + "0x1d7", + "0x1b6", + "0x1ca", + "0x21b", + "0x1fa", + "0x20e", + "0x25f", + "0x23e", + "0x252", + "0x2b8", + "0x282", + "0x2ab", + "0x29a", + "0x2a0", + "0x341", + "0x2db", + "0x334", + "0x301", + "0x304", + "0x307", + "0x30a", + "0x30d", + "0x2fa", + "0x55", + "0x315", + "0x30f", + "0x323", + "0x329", + "0x395", + "0x364", + "0x388", + "0x381", + "0x3ec", + "0x3b8", + "0x3df", + "0x3d8", + "0x441", + "0x432", + "0x414", + "0x425", + "0x47a", + "0x45b", + "0x460", + "0x46f", + "0x85", + "0x86", + "0x87", + "0x88", + "0x89", + "0x8a", + "0x8b", + "0x8d", + "0x8e", + "0x8f", + "0x532", + "0x90", + "0x91", + "0x4db", + "0x92", + "0x93", + "0x94", + "0x4e0", + "0x95", + "0x96", + "0x528", + "0x97", + "0x98", + "0x99", + "0x9a", + "0x9b", + "0x517", + "0x9c", + "0x9d", + "0x4f5", + "0x4ff", + "0x507", + "0x9e", + "0x9f", + "0xa0", + "0xa1", + "0xa2", + "0x555", + "0x567", + "0x579", + "0x58b", + "0x597", + "0xa3", + "0xa4", + "0xa5", + "0xa6", + "0xa7", + "0xa8", + "0xa9", + "0xaa", + "0xab", + "0xac", + "0xad", + "0xae", + "0xaf", + "0xb0", + "0xb1", + "0xb2", + "0xb3", + "0xb4", + "0xb5", + "0xb6", + "0xb7", + "0xb8", + "0xb9", + "0xba", + "0xbb", + "0xbc", + "0xbd", + "0xbe", + "0xbf", + "0xc0", + "0xc1", + "0xc2", + "0xc4", + "0xc5", + "0xc6", + "0xc7", + "0xc8", + "0xc9", + "0xca", + "0xcc", + "0xcd", + "0xce", + "0x61e", + "0x655", + "0x68c", + "0x69e", + "0x6b0", + "0x6b6", + "0xcf", + "0xd0", + "0xd1", + "0xd2", + "0xd3", + "0xd4", + "0xd5", + "0x64e", + "0xd6", + "0xd7", + "0xd8", + "0xda", + "0xdb", + "0xdc", + "0xdd", + "0xde", + "0xdf", + "0x685", + "0xe0", + "0xe1", + "0xe2", + "0xe3", + "0xe4", + "0xe5", + "0xe6", + "0xe7", + "0xe8", + "0xe9", + "0xea", + "0xeb", + "0xec", + "0x6c6", + "0xed", + "0xee", + "0xef", + "0xf0", + "0x6cb", + "0xf1", + "0xf2", + "0x80a", + "0x6d3", + "0xf3", + "0xf4", + "0x6d8", + "0xf5", + "0xf6", + "0xf7", + "0x800", + "0xf8", + "0x7fb", + "0x6e9", + "0x6ee", + "0x7f0", + "0x7ea", + "0x6ff", + "0x704", + "0x7de", + "0x7d7", + "0x715", + "0x71a", + "0x7ca", + "0x7c2", + "0x72b", + "0x730", + "0x7b4", + "0xf9", + "0x7ab", + "0x741", + "0x746", + "0x79c", + "0x792", + "0x759", + "0x75e", + "0x784", + "0x768", + "0x76d", + "0x776", + "0xfa", + "0xfc", + "0xfd", + "0xfe", + "0xff", + "0x7a6", + "0x7bd", + "0x7d2", + "0x7e5", + "0x7f6", + "0x805", + "0x83c", + "0x81d", + "0x822", + "0x831", + "0x101", + "0x88c", + "0x102", + "0x858", + "0x103", + "0x104", + "0x105", + "0x85d", + "0x106", + "0x107", + "0x108", + "0x881", + "0x109", + "0x10a", + "0x10b", + "0x87a", + "0x10c", + "0x10d", + "0x10e", + "0x8d5", + "0x10f", + "0x8a9", + "0x110", + "0x111", + "0x112", + "0x8ae", + "0x113", + "0x114", + "0x115", + "0x8ca", + "0x116", + "0x8c3", + "0x117", + "0x118", + "0x119", + "0x90e", + "0x8f0", + "0x8f5", + "0x903", + "0x11a", + "0x11b", + "0x981", + "0x11c", + "0x92b", + "0x11d", + "0x11e", + "0x11f", + "0x930", + "0x120", + "0x121", + "0x122", + "0x975", + "0x123", + "0x124", + "0x125", + "0x126", + "0x96a", + "0x964", + "0x127", + "0x128", + "0x970", + "0x129", + "0x12a", + "0x12b", + "0x12c", + "0x9cf", + "0x12d", + "0x99f", + "0x12e", + "0x12f", + "0x130", + "0x9a4", + "0x131", + "0x132", + "0x133", + "0x9c4", + "0x134", + "0x135", + "0x9bd", + "0x136", + "0x138", + "0x139", + "0xa18", + "0x13a", + "0x9ec", + "0x13b", + "0x13c", + "0x13d", + "0x9f1", + "0x13e", + "0x140", + "0xa0d", + "0x141", + "0xa06", + "0x142", + "0x143", + "0x144", + "0x145", + "0x15c", + "0x1a1", + "0x1e5", + "0x229", + "0x26d", + "0x2c6", + "0x34f", + "0x3a3", + "0x3fa", + "0x44f", + "0x488", + "0x4cf", + "0x541", + "0x5a9", + "0x614", + "0x6bd", + "0x811", + "0x84a", + "0x89b", + "0x8e4", + "0x91c", + "0x991", + "0x9de", + "0x58ed", + "0x110400f00c0e0340c00c0300c0a00c0b028090200601c060140400c0200400", + "0x30380d06c030441a0480300801064030600305c0a058150500a04c0804803", + "0x2100c0e0342000c110681d00c020041900c1f00c1e028160541d00c110401c", + "0x309c0a09808094030441a00c0300801064030900308c0a058150880304410", + "0x2f00c2e00c0300c2d0282c0202b00c2a028260202900c110682200c0200428", + "0xa0d015070030cc0a098080c8030b80300c030c40a0b008084030c00a09808", + "0xe0341200c2e00c0300c390282c0201900c3800c3800c3700c3600c0300c35", + "0x30441a0e80300801064030f0030ec0a058150e803044100ac030380d08803", + "0x4200c110683f00c020041900c4100c40028160543f00c110403e00c0e0343d", + "0x300c0311c0a0581506403118031140a0581500c03044100184410c030380d", + "0x300c491204b0300300c491204a0300300c491201200c0300c140281602019", + "0xc00c03124481380c00c03124481340c00c03124481100c00c03124481300c", + "0x50300300c49120520300300c49120510300300c49120500300300c491204f", + "0x481540c00c03124480600c00c03124481500c00c031244814c0c00c0312448", + "0x11040570300c00c49120560300300c491200c0300300c491200f0300300c49", + "0x3124481700c00c031244816c0c00c031244806403168031640a0581516003", + "0x5d00c49120600300300c49120570305800c491205f0300300c491205e00c5d", + "0xc00c031244818c0c00c03124480900c16003124481880c00c031244818403", + "0x491206600c110685800c020045800c140282602006144650300300c4912064", + "0x31a80a098081a4031a00a0980806c0c1600312448174030441019c0317403", + "0x160206e00c1900c6f00c6f00c6e00c6d00c6c028340543e00c6b0282602043", + "0x81cc0c00c0312448064031c8031c40a0581501003044100e80300c031c00a", + "0x77028160540300c0300c7600c7600c5800c5800c5800c5800c0300c7502874", + "0x81ec0a04c080640303003030031b4030500a1e8081e40a04c08064031e003", + "0xc00c491200a0300c00c491208000c7f00c7e0287c0542500c7d00c140287c", + "0x31244806403030032040a058150280c00c031244800c0c00c031244800c0c", + "0x5800c49120840300300c49120830300300c49120820300300c491201b0300c", + "0xc00c03124480900c03003124482140c00c03124480bc0c030031244800c0c", + "0x880287c0541900c2500c140287c0202e00c1402826020870300300c4912086", + "0x480640c030031244803c030441a22c032280a09808028030441a2000322403", + "0x930300300c491208000c9200c910287c0549023c06238062348c0300300c49", + "0x9e00c032742e00c032700a26c0a2680a2640a2600f00c0325c962409524094", + "0x9d28c0300ca200c0300ca11540300ca01180300ca00a00300ca000c0300c9f", + "0xa800c0327403030a700c0c2988000c032947d00c032940300c032900300c03", + "0xa22b40300ca20100300ca1028ac2ac0300c9d028aa29c0300c9d2a40300c9d", + "0x32ccb200c032c40f00c032800f00c032c00f00c032bc0f00c03294ae00c03", + "0x9d2d80300ca5028b50100300cb422c0300cb10300300ca000c0300ca003c03", + "0x32801900c032808900c03270ba00c032e4b803c032dc2500c03274b600c03", + "0x300ca50b80300ca50940300ca00940300cb00300300cbb00c0300cbb22c03", + "0x3288bd00c032882e00c03280bc00c03288b200c032800a030a700c0c29892", + "0xa23100300ca230c0300ca2028c23040300ca23000300ca22fc0300ca22f803", + "0x32740a320c700c03280c700c032c00a030c700c0c298c600c03288c500c03", + "0x300cb90800f00cb7028cc32c0300ca2028ca3240300ca231c0300cb931c03", + "0xcf00c032e42103c032dc0c00c032746d00c03274ce00c03288cd00c032883a", + "0xc31c03030a60640300ca51bc0300ca01b80300ca01b40300ca01fc0300c9c", + "0xd100c032c0d100c03294d003c032dc3a00c032743a00c032803a00c032c003", + "0x9d3480f00cb70480300c9d0480300ca00480300cb00900f00cb73440300ca0", + "0x327cb600c03270d400c032887800c03280d300c032e42503c032dc2e00c03", + "0x300cb900c0c35403030a63540300c9d22c0300c9d0280c35403030a601003", + "0xba00c032740a030ba00c0c2988900c032940a35c0400c032ec0400c03358d5", + "0xa21740300cda0280c36403030d80fc0300ca100c0c2e803030a62d80300ca0", + "0x3f00c032903f00c032743f00c032940a0303a00c0c2986d00c03294db00c03", + "0x300ca23800300ca20280c37c03030d83780300ca23740300ca23700300ca2", + "0x32944200c032804200c032c0e400c03288e300c032880a030e200c0c360e1", + "0x300c9d0280c39403030a61600300c9f1b40300c9c00c0c0e803030a61b803", + "0xc3985800c032ec5800c03358e500c032e403030e500c0c298e500c0327469", + "0xc33c03030a63a80300ca2028e93a00300ca2028e70300300cb10300316003", + "0x32d06d00c032ec6d00c032c40a030cf00c0c2987f00c03294cf00c0327403", + "0x300c9d0fc0300cb41b80300c9c1b80300cbb1b80300cb10a00f00cb716003", + "0x3a00c032d06f00c032706f00c032ec6f00c032c4eb00c032882e03c032dc6e", + "0xa20880300ca13b80300ca23b40300ca23b00300ca20a40f00cb71bc0300c9d", + "0x2200c032742200c032940a0301200c0c298f100c03288f000c03288ef00c03", + "0xa23d80300ca23d40300ca23d00300ca23cc0300ca23c80300ca20880300ca4", + "0x32802900c032c0fb00c03288fa00c03288f900c03288f800c03288f700c03", + "0x9c0d80300cb10480300cb900c0c04803030a60d80300ca50bc0300ca50a403", + "0x32c42b03c032dc0300c032d02e00c032ec2e00c032c42f00c032803600c03", + "0x300ca00bc0f00cb70bc0300c9d0880300cb40bc0300c9c0bc0300cbb0bc03", + "0x3200c032703200c032ec3200c032c43200c032803700c032703700c032c436", + "0x9c0e00300cbb0e00300cb10dc0300ca00d80f00cb70c80300c9d0740300cb4", + "0xa030fc00c0c2980300c033583203c032dc3800c032741200c032d03800c03", + "0x9d0280c3f403030a63f00300cb900c0c3f003030a63f00300c9d0a00300c9d", + "0x7800c032940a3fc0a3f8fd00c032e42800c032c403030fd00c0c298fd00c03", + "0xa000c0c34c03030a61600300ca01d80300ca034c0300c9d0280c34c03030a6", + "0x10000c032744300c032740a0310000c0c2983f00c0327c4300c0325c6900c03", + "0x300c9c0fc0300cb10fc0300cd64000300cb910c0300caf00c0c40003030a6", + "0x32740a0310200c0c2983a00c0327c3e00c0325d0100c032804300c032803f", + "0xa50e80300cd64080300cb90f80300caf00c0c40803030a64080300c9d0f803", + "0xc2982200c0327c2200c0325c2b00c0325d0300c032803e00c032806f00c03", + "0x300cb90ac0300caf00c0c34803030a63480300c9d0ac0300c9d0280c34803", + "0x8000c032742b00c032802200c032702200c032c42200c032bc2200c03358d2", + "0xc2e003030a60740300c9f0840300c974140300ca04100300ca00880300ca0", + "0x3358b800c032e42100c032bc03030b800c0c298b800c032742100c032740a", + "0x300c9f0700300c973400300ca00840300ca00c80300ca50740300c9c07403", + "0x1c00c032bc030310600c0c2990600c032741c00c032740a0310600c0c29812", + "0x1080e00300ca041c0300ca00700300ca00e00300ca50480300cd64180300cb9", + "0xc00c0a0300f0280a424030280c0280a42403028030281800d0900c0a0280a", + "0x30640a41c034240303c030600a0290900c0a1540a0701b030cf4181903109", + "0x1b0280a42403028550282000c362e01f031090310700d060281900d0900c19", + "0x3424030281f0280a424030600341c0a0290900cb800c1c0280a4240307c03", + "0x2400d0900cd00840c0840a3400342403340030800a3400342403028b802821", + "0xa0a00342403094033480a0940342403090d203024028d200d0900c0a3400a", + "0x2e0280c00d0900c0c00c280290600d0900d0600c250281900d0900c1900c19", + "0xa424030800306c0a0290900c0a1540a0a00c41819154030a003424030a003", + "0x29031090302e4181903c2f0282e00d0900c2e00c2b0282e00d0900c0a0a40a", + "0x3700d0900c0a07c0a0c80342403028360280a4240302855028360bc0c1b42b", + "0xa1540342403048380c80f0e00a0480342403028370283800d0900c0a0c80a", + "0xa0290900c2200d04029040880c42403154030880a15403424031541803012", + "0xa42403408034080a0f5020f00f42403414030f00a415040310900d0400d05", + "0xa40c03424030f80340c0a0f83c0310900c3c00c3e0280a424030f4030f40a", + "0xa400034240310437030210284100d0900c4100c200284100d0900d0300c41", + "0x420282b00d0900c2b00c250282900d0900c2900c190284200d0900c3c00d00", + "0x4303d0900d001082b0a4554040a40003424034000310c0a108034240310803", + "0x10900c4600c460280a4240302855028fd00cdb118034240c1d8031d80a1d901", + "0x10900cfb00c3c028fb4100c42403410034140a0290900c1d00cfd0281d3f00c", + "0x3424033e4030740a0290900cf800c3d0280a424033e8033f00a3e0f93e80f", + "0x33d4033f00a3ccf43d40f42403410030f00a3d803424033dcfc03021028f7", + "0xf100d0900cf200c41028f200d0900cf300cfb0280a424033d0034080a02909", + "0xa424033bc033e40a3b8ef0310900cf000cfa028f000d0900cf13d80c0840a", + "0xa3ac03424033b0033d80a3b003424033b4033dc0a3b403424033b8033e00a", + "0x2e0280c00d0900c0c00c280290100d0900d0100c250284300d0900c4300c19", + "0xa42403410033d40a0290900c0a1540a3ac0c40443154033ac03424033ac03", + "0xa4040342403404030940a10c034240310c030640a3a803424033f4033480a", + "0x302855028ea0310110c5500cea00d0900cea00c2e0280c00d0900c0c00c28", + "0x200285a00d0900c0a3d00a3a003424030281f0280a424030600341c0a02909", + "0xc0900a3900342403028d0028e500d0900c5a3a00c0840a168034240316803", + "0x30940a0bc03424030bc030640a388034240338c033480a38c0342403394e4", + "0x360bc5500ce200d0900ce200c2e0280c00d0900c0c00c280283600d0900c36", + "0xa07c0a0290900c1800d070280a4240303c033cc0a0290900c0a1540a3880c", + "0x3178e1030210285e00d0900c5e00c200285e00d0900c0a3d00a3840342403", + "0x10900cde00cd2028de00d0900ce037c0c0900a37c0342403028d0028e000d09", + "0x342403030030a00a0700342403070030940a06c034240306c030640a18403", + "0xa00c0a06003424030280a028610301c06c5500c6100d0900c6100c2e0280c", + "0x550281c06c0c429060640c4240c00c0a0300f0280a424030280c0280a42403", + "0xc41c034180a0640342403064030640a41c034240303c030600a0290900c0a", + "0x32e0030700a0290900c1f00c1b0280a42403028550282000d0b2e01f03109", + "0x20028d000d0900c0a2e00a08403424030281f0280a424030600341c0a02909", + "0xc0900a3480342403028d00282400d0900cd00840c0840a340034240334003", + "0x30940a0640342403064030640a0a00342403094033480a0940342403090d2", + "0x1060645500c2800d0900c2800c2e0280c00d0900c0c00c280290600d0900d06", + "0x30ac0a0b80342403028290280a424030800306c0a0290900c0a1540a0a00c", + "0x10900c0a1540a0d82f0310c0ac29031090302e4181903c2f0282e00d0900c2e", + "0xa3c40a0e00342403028f20283700d0900c0a07c0a0c80342403028360280a", + "0x220285500d0900c550600c0480a1540342403048380c80f0e00a0480342403", + "0x3c029054100c42403410034140a0290900c2200d04029040880c4240315403", + "0x30f80a0290900c3d00c3d0280a42403408034080a0f5020f00f4240341403", + "0x30800a104034240340c031040a40c03424030f80340c0a0f83c0310900c3c", + "0x30640a10803424030f0034000a400034240310437030210284100d0900c41", + "0x10000c430284200d0900c4200c420282b00d0900c2b00c250282900d0900c29", + "0x4600d090307600c76028764044303d0900d001082b0a4554040a4000342403", + "0xa42403074033f40a074fc0310900c4600c460280a4240302855028fd00d0d", + "0x10900cfa00cfc028f83e4fa03d0900cfb00c3c028fb4100c42403410034140a", + "0xf600d0900cf73f00c0840a3dc03424033e4030740a0290900cf800c3d0280a", + "0xa0290900cf400d020280a424033d4033f00a3ccf43d40f42403410030f00a", + "0xa3c003424033c4f603021028f100d0900cf200c41028f200d0900cf300cfb", + "0xf7028ed00d0900cee00cf80280a424033bc033e40a3b8ef0310900cf000cfa", + "0x30940a10c034240310c030640a3ac03424033b0033d80a3b003424033b403", + "0x10110c5500ceb00d0900ceb00c2e0280c00d0900c0c00c280290100d0900d01", + "0x19028ea00d0900cfd00cd20280a42403410033d40a0290900c0a1540a3ac0c", + "0x30b80a0300342403030030a00a4040342403404030940a10c034240310c03", + "0xa0290900c1800d070280a4240302855028ea0310110c5500cea00d0900cea", + "0xe8030210285a00d0900c5a00c200285a00d0900c0a3d00a3a003424030281f", + "0xe300cd2028e300d0900ce53900c0900a3900342403028d0028e500d0900c5a", + "0x3030030a00a0d803424030d8030940a0bc03424030bc030640a3880342403", + "0xf30280a4240302855028e2030360bc5500ce200d0900ce200c2e0280c00d09", + "0x342403028f4028e100d0900c0a07c0a0290900c1800d070280a4240303c03", + "0xdf00d0900c0a3400a3800342403178e1030210285e00d0900c5e00c200285e", + "0x1b00d0900c1b00c190286100d0900cde00cd2028de00d0900ce037c0c0900a", + "0x31840342403184030b80a0300342403030030a00a0700342403070030940a", + "0xa0290900c0a0300a0290900c0a00c0a06003424030280a028610301c06c55", + "0x10900c0f00c180280a42403028550281c06c0c439060640c4240c00c0a0300f", + "0xa1540a0800343cb807c0c4240c41c034180a0640342403064030640a41c03", + "0xa0290900c1800d070280a424032e0030700a0290900c1f00c1b0280a42403", + "0x2103021028d000d0900cd000c20028d000d0900c0a2e00a08403424030281f", + "0x2500cd20282500d0900c243480c0900a3480342403028d00282400d0900cd0", + "0x3030030a00a4180342403418030940a0640342403064030640a0a00342403", + "0x1b0280a424030285502828031060645500c2800d0900c2800c2e0280c00d09", + "0x1060640f0bc0a0b803424030b8030ac0a0b80342403028290280a4240308003", + "0x1f0283200d0900c0a0d80a0290900c0a1540a0d82f031100ac29031090302e", + "0x120e03203c380281200d0900c0a3bc0a0e00342403028f00283700d0900c0a", + "0x34100a410220310900c5500c220285500d0900c550600c0480a1540342403", + "0x1020283d4083c03d0900d0500c3c029054100c42403410034140a0290900c22", + "0x3e00d030283e0f00c424030f0030f80a0290900c3d00c3d0280a4240340803", + "0x410dc0c0840a1040342403104030800a104034240340c031040a40c0342403", + "0x30ac030940a0a403424030a4030640a10803424030f0034000a4000342403", + "0x420ac29155010290000d0900d0000c430284200d0900c4200c420282b00d09", + "0xa0290900c0a1540a3f4034444600d090307600c76028764044303d0900d00", + "0xa3ed040310900d0400d050280a42403074033f40a074fc0310900c4600c46", + "0x1d0280a424033e0030f40a0290900cfa00cfc028f83e4fa03d0900cfb00c3c", + "0xf33d0f503d0900d0400c3c028f600d0900cf73f00c0840a3dc03424033e403", + "0x31040a3c803424033cc033ec0a0290900cf400d020280a424033d4033f00a", + "0xf9028ee3bc0c424033c0033e80a3c003424033c4f603021028f100d0900cf2", + "0xec00cf6028ec00d0900ced00cf7028ed00d0900cee00cf80280a424033bc03", + "0x3030030a00a4040342403404030940a10c034240310c030640a3ac0342403", + "0xf50280a4240302855028eb0310110c5500ceb00d0900ceb00c2e0280c00d09", + "0x10100c250284300d0900c4300c19028ea00d0900cfd00cd20280a4240341003", + "0xc40443154033a803424033a8030b80a0300342403030030a00a4040342403", + "0x3028f4028e800d0900c0a07c0a0290900c1800d070280a4240302855028ea", + "0x10900c0a3400a3940342403168e8030210285a00d0900c5a00c200285a00d09", + "0x10900c2f00c19028e200d0900ce300cd2028e300d0900ce53900c0900a39003", + "0x342403388030b80a0300342403030030a00a0d803424030d8030940a0bc03", + "0x30600341c0a0290900c0f00cf30280a4240302855028e2030360bc5500ce2", + "0xa1780342403178030800a1780342403028f4028e100d0900c0a07c0a02909", + "0xa3780342403380df03024028df00d0900c0a3400a3800342403178e103021", + "0x280281c00d0900c1c00c250281b00d0900c1b00c190286100d0900cde00cd2", + "0x10900c0a0300a1840c0701b154031840342403184030b80a030034240303003", + "0xf00c180280a4240302855029060640c448181540c4240c00c0a0300f0280a", + "0xa07c0344d070700c4240c06c034180a1540342403154030640a06c0342403", + "0x3424030281f0280a4240341c030700a0290900c1c00c1b0280a4240302855", + "0x2100d0900c202e00c0840a0800342403080030800a0800342403028b8028b8", + "0xa3480342403090033480a0900342403084d003024028d000d0900c0a3400a", + "0x2e0280c00d0900c0c00c280281800d0900c1800c250285500d0900c5500c19", + "0xa4240307c0306c0a0290900c0a1540a3480c0605515403348034240334803", + "0x2803109030250605503c2f0282500d0900c2500c2b0282500d0900c0a0a40a", + "0x3600d0900c0a3b80a0bc03424030281f0280a42403028550282b0a40c4502e", + "0x3700d0900c320bc0c0840a0c803424030c8030800a0c803424030d8033b40a", + "0xa0880342403048033e00a0290900c3800cf9028120e00c424030dc033e80a", + "0x250282800d0900c2800c190290500d0900d0400cf60290400d0900c2200cf7", + "0x28154034140342403414030b80a0300342403030030a00a0b803424030b803", + "0x200290200d0900c0a3d00a0f003424030281f0280a4240302855029050302e", + "0xc0900a0f80342403028d00283d00d0900d020f00c0840a408034240340803", + "0x30940a0a403424030a4030640a104034240340c033480a40c03424030f43e", + "0x2b0a45500c4100d0900c4100c2e0280c00d0900c0c00c280282b00d0900c2b", + "0xa3d00a40003424030281f0280a4240303c033cc0a0290900c0a1540a1040c", + "0x3028d00284300d0900c424000c0840a1080342403108030800a1080342403", + "0x3064030640a11803424031d8033480a1d8034240310d01030240290100d09", + "0x10900c4600c2e0280c00d0900c0c00c280290600d0900d0600c250281900d09", + "0x1150605503109030030280c03c0a0290900c0a0300a1180c418191540311803", + "0x5500d0900c5500c190281b00d0900c0f00c180280a4240302855029060640c", + "0xa424030700306c0a0290900c0a1540a07c03459070700c4240c06c034180a", + "0x2000c200282000d0900c0a2e00a2e003424030281f0280a4240341c030700a", + "0x213400c0900a3400342403028d00282100d0900c202e00c0840a0800342403", + "0x3060030940a1540342403154030640a3480342403090033480a0900342403", + "0xd2030181545500cd200d0900cd200c2e0280c00d0900c0c00c280281800d09", + "0x3094030ac0a0940342403028290280a4240307c0306c0a0290900c0a1540a", + "0xa0290900c0a1540a0ac29031170b82803109030250605503c2f0282500d09", + "0x2f030210283600d0900c3600c200283600d0900c0a3b00a0bc03424030281f", + "0x3800cf80280a424030dc033e40a0e0370310900c3200cfa0283200d0900c36", + "0x30a0030640a4100342403088033d80a0880342403048033dc0a0480342403", + "0x10900d0400c2e0280c00d0900c0c00c280282e00d0900c2e00c250282800d09", + "0x3028f40290500d0900c0a07c0a0290900c0a1540a4100c0b8281540341003", + "0x10900c0a3400a40803424030f105030210283c00d0900c3c00c200283c00d09", + "0x10900c2900c190290300d0900c3e00cd20283e00d0900d020f40c0900a0f403", + "0x34240340c030b80a0300342403030030a00a0ac03424030ac030940a0a403", + "0x10900c0a07c0a0290900c0f00cf30280a4240302855029030302b0a45500d03", + "0x34240340041030210290000d0900d0000c200290000d0900c0a3d00a10403", + "0x7600d0900d0100cd20290100d0900c4210c0c0900a10c0342403028d002842", + "0xa0300342403030030a00a4180342403418030940a0640342403064030640a", + "0xc00c0a0300f0280a424030280c02876031060645500c7600d0900c7600c2e", + "0x30640a06c034240303c030600a0290900c0a1540a41819031180605503109", + "0x1b0280a42403028550281f00d1941c1c031090301b00d060285500d0900c55", + "0x342403028b8028b800d0900c0a07c0a0290900d0700c1c0280a4240307003", + "0xd000d0900c0a3400a0840342403080b8030210282000d0900c2000c2002820", + "0x5500d0900c5500c19028d200d0900c2400cd20282400d0900c213400c0900a", + "0x33480342403348030b80a0300342403030030a00a0600342403060030940a", + "0x2500d0900c0a0a40a0290900c1f00c1b0280a4240302855028d20301815455", + "0x550282b0a40c4682e0a00c4240c094181540f0bc0a0940342403094030ac0a", + "0x3424030d8030800a0d80342403028eb0282f00d0900c0a07c0a0290900c0a", + "0x10900c3700cf9028380dc0c424030c8033e80a0c803424030d82f0302102836", + "0x10400d0900c2200cf60282200d0900c1200cf70281200d0900c3800cf80280a", + "0xa0300342403030030a00a0b803424030b8030940a0a003424030a0030640a", + "0x3424030281f0280a4240302855029040302e0a05500d0400d0900d0400c2e", + "0x10200d0900c3c4140c0840a0f003424030f0030800a0f00342403028f402905", + "0xa40c03424030f8033480a0f803424034083d030240283d00d0900c0a3400a", + "0x2e0280c00d0900c0c00c280282b00d0900c2b00c250282900d0900c2900c19", + "0xa4240303c033cc0a0290900c0a1540a40c0c0ac291540340c034240340c03", + "0xc0840a4000342403400030800a4000342403028f40284100d0900c0a07c0a", + "0x33480a404034240310843030240284300d0900c0a3400a108034240340041", + "0xc00c280290600d0900d0600c250281900d0900c1900c190287600d0900d01", + "0xa0290900c0a0300a1d80c41819154031d803424031d8030b80a0300342403", + "0x10900c0f00c180280a4240302855029060640c46c181540c4240c00c0a0300f", + "0xa1540a07c03471070700c4240c06c034180a1540342403154030640a06c03", + "0xa2e003424030281f0280a4240341c030700a0290900c1c00c1b0280a42403", + "0xd00282100d0900c202e00c0840a0800342403080030800a0800342403028b8", + "0x30640a3480342403090033480a0900342403084d003024028d000d0900c0a", + "0xd200c2e0280c00d0900c0c00c280281800d0900c1800c250285500d0900c55", + "0x290280a4240307c0306c0a0290900c0a1540a3480c06055154033480342403", + "0x11d0b82803109030250605503c2f0282500d0900c2500c2b0282500d0900c0a", + "0x200283600d0900c0a3a80a0bc03424030281f0280a42403028550282b0a40c", + "0xa0e0370310900c3200cfa0283200d0900c360bc0c0840a0d803424030d803", + "0x33d80a0880342403048033dc0a04803424030e0033e00a0290900c3700cf9", + "0xc00c280282e00d0900c2e00c250282800d0900c2800c190290400d0900c22", + "0xa0290900c0a1540a4100c0b828154034100342403410030b80a0300342403", + "0x105030210283c00d0900c3c00c200283c00d0900c0a3d00a41403424030281f", + "0x3e00cd20283e00d0900d020f40c0900a0f40342403028d00290200d0900c3c", + "0x3030030a00a0ac03424030ac030940a0a403424030a4030640a40c0342403", + "0xf30280a4240302855029030302b0a45500d0300d0900d0300c2e0280c00d09", + "0x10900d0000c200290000d0900c0a3d00a10403424030281f0280a4240303c03", + "0x10900c4210c0c0900a10c0342403028d00284200d0900d001040c0840a40003", + "0x342403418030940a0640342403064030640a1d80342403404033480a40403", + "0xc02876031060645500c7600d0900c7600c2e0280c00d0900c0c00c2802906", + "0xa0290900c0a1540a418190311e0605503109030030280c03c0a0290900c0a", + "0x11f41c1c031090301b00d060285500d0900c5500c190281b00d0900c0f00c18", + "0xa07c0a0290900d0700c1c0280a424030700306c0a0290900c0a1540a07c03", + "0x3080b8030210282000d0900c2000c200282000d0900c0a2e00a2e00342403", + "0x10900c2400cd20282400d0900c213400c0900a3400342403028d00282100d09", + "0x342403030030a00a0600342403060030940a1540342403154030640a34803", + "0x1f00c1b0280a4240302855028d2030181545500cd200d0900cd200c2e0280c", + "0xc094181540f0bc0a0940342403094030ac0a0940342403028290280a42403", + "0x3028e80282f00d0900c0a07c0a0290900c0a1540a0ac29031200b82803109", + "0x30dc033900a0e0370310900c3200ce50283200d0900c3600c5a0283600d09", + "0xa0a003424030a0030640a0e003424030e0033880a0290900c0a38c0a02909", + "0x200290400d0900c0a1780a0290900c0a1540a088034841200d090303800ce1", + "0x410283c00d0900c1200cfb0290500d0900d040bc0c0840a410034240341003", + "0xe00283e00d0900c3d00c430283d00d0900d024140c0840a40803424030f003", + "0xa40c0342403028df0280a42403088033f40a0290900c0a1540a0292200c0a", + "0xa0f803424031040310c0a104034240340c2f030210290300d0900d0300c20", + "0x4200cf80280a42403400033e40a109000310900c3e00cfa0280a42403028de", + "0x30a0030640a1d80342403404033d80a404034240310c033dc0a10c0342403", + "0x10900c7600c2e0280c00d0900c0c00c280282e00d0900c2e00c250282800d09", + "0x3028f40284600d0900c0a07c0a0290900c0a1540a1d80c0b828154031d803", + "0x10900c0a3400a3f003424033f44603021028fd00d0900cfd00c20028fd00d09", + "0x10900c2900c19028fa00d0900cfb00cd2028fb00d0900cfc0740c0900a07403", + "0x3424033e8030b80a0300342403030030a00a0ac03424030ac030940a0a403", + "0x10900c0a07c0a0290900c0f00cf30280a4240302855028fa0302b0a45500cfa", + "0x3424033e0f903021028f800d0900cf800c20028f800d0900c0a3d00a3e403", + "0xf400d0900cf500cd2028f500d0900cf73d80c0900a3d80342403028d0028f7", + "0xa0300342403030030a00a4180342403418030940a0640342403064030640a", + "0xc00c0a0300f0280a424030280c028f4031060645500cf400d0900cf400c2e", + "0x30640a06c034240303c030600a0290900c0a1540a41819031230605503109", + "0x1b0280a42403028550281f00d2441c1c031090301b00d060285500d0900c55", + "0x342403028b8028b800d0900c0a07c0a0290900d0700c1c0280a4240307003", + "0xd000d0900c0a3400a0840342403080b8030210282000d0900c2000c2002820", + "0x5500d0900c5500c19028d200d0900c2400cd20282400d0900c213400c0900a", + "0x33480342403348030b80a0300342403030030a00a0600342403060030940a", + "0x2500d0900c0a0a40a0290900c1f00c1b0280a4240302855028d20301815455", + "0x550282b0a40c4942e0a00c4240c094181540f0bc0a0940342403094030ac0a", + "0x2800d0900c2800c190280a42403028e30282f00d0900c0a1840a0290900c0a", + "0x550282200d2a048034a43800d280dc0349c3200d260d803424190bc033740a", + "0xa4140342403028db0290400d0900c0a3700a0290900c0a3780a0290900c0a", + "0x5d0283600d0900c3600c580282e00d0900c2e00c250282800d0900c2800c19", + "0xf42403415040d82e0a0181980a4140342403414031740a410034240341003", + "0x30f8033640a0290900c0a1540a40c034ac3e00d090303d00c690283d4083c", + "0x310c033f40a0290900d0000c3d0280a42403104034b00a10c424004115509", + "0x342403408030940a1d803424030f0030640a4040342403108031680a02909", + "0x10300cd20280a42403028550280a4b403028e0028fd00d0900d0100ce202846", + "0x3030030a00a4080342403408030940a0f003424030f0030640a3f00342403", + "0x670280a4240302855028fc031020f05500cfc00d0900cfc00c2e0280c00d09", + "0xa0290900c3700c6d0280a42403028550280a4b803028e00280a424030c803", + "0xa0292e00c0a3800a0290900c3800c6d0280a42403028550280a4b803028e0", + "0xa0290900c0a1540a0292e00c0a3800a0290900c1200cfd0280a4240302855", + "0x10900c1d00c6f0281d00d0900c0a1b80a0290900c0a3780a0290900c2200c67", + "0x3424033ec033880a11803424030b8030940a1d803424030a0030640a3ec03", + "0xa0290900cf900ce4028f83e40c424033f4033940a3e803424030281f028fd", + "0xa1780a0290900c0a1540a3d8034bcf700d09030f800ce10280a42403028e3", + "0xf700cfb028f400d0900cf53e80c0840a3d403424033d4030800a3d40342403", + "0xf100c43028f100d0900cf23d00c0840a3c803424033cc031040a3cc0342403", + "0xdf0280a424033d8033f40a0290900c0a1540a0293000c0a3800a3c00342403", + "0x310c0a3b803424033bcfa03021028ef00d0900cef00c20028ef00d0900c0a", + "0x33b4033e40a3b0ed0310900cf000cfa0280a42403028de028f000d0900cee", + "0x3424033a8033d80a3a803424033ac033dc0a3ac03424033b0033e00a02909", + "0xc00d0900c0c00c280284600d0900c4600c250287600d0900c7600c19028e8", + "0x10900c0a07c0a0290900c0a1540a3a00c11876154033a003424033a0030b80a", + "0x3424033945a03021028e500d0900ce500c20028e500d0900c0a3d00a16803", + "0xe100d0900ce200cd2028e200d0900ce438c0c0900a38c0342403028d0028e4", + "0xa0300342403030030a00a0ac03424030ac030940a0a403424030a4030640a", + "0x10900c0f00cf30280a4240302855028e10302b0a45500ce100d0900ce100c2e", + "0x21028e000d0900ce000c20028e000d0900c0a3d00a17803424030281f0280a", + "0xd20286100d0900cdf3780c0900a3780342403028d0028df00d0900ce01780c", + "0x30a00a4180342403418030940a0640342403064030640a374034240318403", + "0xa424030280c028dd031060645500cdd00d0900cdd00c2e0280c00d0900c0c", + "0x303c030600a0290900c0a1540a41819031310605503109030030280c03c0a", + "0x550281f00d3241c1c031090301b00d060285500d0900c5500c190281b00d09", + "0xb800d0900c0a07c0a0290900d0700c1c0280a424030700306c0a0290900c0a", + "0xa0840342403080b8030210282000d0900c2000c200282000d0900c0a2e00a", + "0x19028d200d0900c2400cd20282400d0900c213400c0900a3400342403028d0", + "0x30b80a0300342403030030a00a0600342403060030940a154034240315403", + "0xa0290900c1f00c1b0280a4240302855028d2030181545500cd200d0900cd2", + "0x2e0a00c4240c094181540f0bc0a0940342403094030ac0a094034240302829", + "0xa0d803424030281f0282f00d0900c0a1840a0290900c0a1540a0ac2903133", + "0x250282800d0900c2800c190280a424030c8030fc0a0dc320310900c2f00c3a", + "0x553540a0d803424030d80310c0a0dc03424030dc031c80a0b803424030b803", + "0x3028550290500d34410034240c088031d80a088120e00f424030d8370b828", + "0xc424030f0033e80a0290900d0200cfd029020f00c42403410031180a02909", + "0x4100d0900d0300cf70290300d0900c3e00cf80280a424030f4033e40a0f83d", + "0xa0480342403048030940a0e003424030e0030640a4000342403104033d80a", + "0x30285502900030120e05500d0000d0900d0000c2e0280c00d0900c0c00c28", + "0x342403048030940a0e003424030e0030640a1080342403414033480a02909", + "0x5502842030120e05500c4200d0900c4200c2e0280c00d0900c0c00c2802812", + "0x342403404030800a4040342403028f40284300d0900c0a07c0a0290900c0a", + "0x3424031d846030240284600d0900c0a3400a1d80342403404430302102901", + "0x2b00d0900c2b00c250282900d0900c2900c19028fc00d0900cfd00cd2028fd", + "0xa1540a3f00c0ac29154033f003424033f0030b80a0300342403030030a00a", + "0xa3ec0342403028f40281d00d0900c0a07c0a0290900c0f00cf30280a42403", + "0x24028f900d0900c0a3400a3e803424033ec1d03021028fb00d0900cfb00c20", + "0x250281900d0900c1900c19028f700d0900cf800cd2028f800d0900cfa3e40c", + "0x19154033dc03424033dc030b80a0300342403030030a00a418034240341803", + "0x55029060640c4d4181540c4240c00c0a0300f0280a424030280c028f703106", + "0xc06c034180a1540342403154030640a06c034240303c030600a0290900c0a", + "0x341c030700a0290900c1c00c1b0280a42403028550281f00d3641c1c03109", + "0xa0800342403080030800a0800342403028b8028b800d0900c0a07c0a02909", + "0xa0900342403084d003024028d000d0900c0a3400a0840342403080b803021", + "0x280281800d0900c1800c250285500d0900c5500c19028d200d0900c2400cd2", + "0x10900c0a1540a3480c06055154033480342403348030b80a030034240303003", + "0x2f0282500d0900c2500c2b0282500d0900c0a0a40a0290900c1f00c1b0280a", + "0x342403028d40280a42403028550282b0a40c4dc2e0a00c4240c094181540f", + "0x3700d0900c3200cd10280a424030d80334c0a0c8360310900c2f00c780282f", + "0x190280a42403048031f40a088120310900c3700c7f0283800d0900c0a07c0a", + "0x310c0a0880342403088032000a0b803424030b8030940a0a003424030a003", + "0x34240c0f0031d80a0f1054100f424030e0220b828154cf0283800d0900c38", + "0x10900d0300cfd029030f80c42403408031180a0290900c0a1540a0f4034e102", + "0x4200d0900d0000cf80280a42403104033e40a400410310900c3e00cfa0280a", + "0xa4100342403410030640a404034240310c033d80a10c0342403108033dc0a", + "0x5500d0100d0900d0100c2e0280c00d0900c0c00c280290500d0900d0500c25", + "0x342403410030640a1d803424030f4033480a0290900c0a1540a4040c41504", + "0x7600d0900c7600c2e0280c00d0900c0c00c280290500d0900d0500c2502904", + "0x342403028f40284600d0900c0a07c0a0290900c0a1540a1d80c4150415403", + "0x1d00d0900c0a3400a3f003424033f44603021028fd00d0900cfd00c20028fd", + "0x2900d0900c2900c19028fa00d0900cfb00cd2028fb00d0900cfc0740c0900a", + "0x33e803424033e8030b80a0300342403030030a00a0ac03424030ac030940a", + "0xf900d0900c0a07c0a0290900c0f00cf30280a4240302855028fa0302b0a455", + "0xa3dc03424033e0f903021028f800d0900cf800c20028f800d0900c0a3d00a", + "0x19028f400d0900cf500cd2028f500d0900cf73d80c0900a3d80342403028d0", + "0x30b80a0300342403030030a00a4180342403418030940a064034240306403", + "0xc4240c00c0a0300f0280a424030280c028f4031060645500cf400d0900cf4", + "0x303c033380a1540342403154030640a0290900c0a1540a418190313906055", + "0xb800d3a07c034240c41c0332c0a41c1c06c0f4240303c55030cd0280f00d09", + "0x2000d060282000d0900c1c00c180280a4240307c033240a0290900c0a1540a", + "0xd000c1c0280a424030840306c0a0290900c0a1540a090034ecd00840c4240c", + "0x2500d0900c2500c200282500d0900c0a2e00a34803424030281f0280a42403", + "0x2900d0900c280b80c0900a0b80342403028d00282800d0900c253480c0840a", + "0xa0600342403060030940a06c034240306c030640a0ac03424030a4033480a", + "0x3028550282b0301806c5500c2b00d0900c2b00c2e0280c00d0900c0c00c28", + "0xa0bc03424030bc030ac0a0bc0342403028290280a424030900306c0a02909", + "0x10900c0a07c0a0290900c0a1540a0e0370313c0c836031090302f0601b03c2f", + "0x342403410033e00a0290900c2200cf9029040880c42403048033e80a04803", + "0x3600d0900c3600c190290200d0900c3c00cf60283c00d0900d0500cf702905", + "0x34080342403408030b80a0300342403030030a00a0c803424030c8030940a", + "0x3e00d0900c0a3d00a0f403424030281f0280a424030285502902030320d855", + "0xa1040342403028d00290300d0900c3e0f40c0840a0f803424030f8030800a", + "0xa0dc03424030dc030640a1080342403400033480a400034240340c4103024", + "0x5500c4200d0900c4200c2e0280c00d0900c0c00c280283800d0900c3800c25", + "0xa0290900c1c00cf30280a424032e0033f40a0290900c0a1540a1080c0e037", + "0x43030210290100d0900d0100c200290100d0900c0a31c0a10c03424030281f", + "0xfd00cd2028fd00d0900c761180c0900a1180342403028d00287600d0900d01", + "0x3030030a00a0600342403060030940a06c034240306c030640a3f00342403", + "0xf30280a4240302855028fc0301806c5500cfc00d0900cfc00c2e0280c00d09", + "0x10900cfb00c20028fb00d0900c0a3d00a07403424030281f0280a4240303c03", + "0x10900cfa3e40c0900a3e40342403028d0028fa00d0900cfb0740c0840a3ec03", + "0x342403418030940a0640342403064030640a3dc03424033e0033480a3e003", + "0xde028f7031060645500cf700d0900cf700c2e0280c00d0900c0c00c2802906", + "0xa0290900c0a1540a418190313d0605503109030030280c03c0a0290900c0a", + "0x1b00cc50285500d0900c5500c190280a42403028e30281b00d0900c0c00cc6", + "0x330c0a2e0034240341c033100a0290900c0a1540a07c034f9070700c4240c", + "0xa42403028550280a4fc03028e00282100d0900cb800cc10282000d0900c1c", + "0xc10282000d0900c1f00cc30282400d0900cd000cc0028d000d0900c0a1b80a", + "0xde0280a42403028550282500d40348034240c084032fc0a084034240309003", + "0x30b8032f00a0b803424030a0032f40a0a00342403348032f80a0290900c0a", + "0x3080034000a0ac03424030a40f030210282900d0900c2900c200282900d09", + "0x10900c2f00c420281800d0900c1800c250285500d0900c5500c190282f00d09", + "0xf00c370c83603d0900c2b0bc18154554040a0ac03424030ac0310c0a0bc03", + "0x33f00a0290900c2500cfd0280a42403028de0280a4240302855028370c836", + "0x3048032240a04803424030e00f030920283800d0900c0a1b80a0290900c20", + "0x10900c2200cba0281800d0900c1800c250285500d0900c5500c190282200d09", + "0x30300322c0a0290900c0f00cf90280a4240302855028220605503c0308803", + "0xa4140342403414030800a4140342403028f40290400d0900c0a07c0a02909", + "0xa0f403424030f102030240290200d0900c0a3400a0f003424034150403021", + "0xba0290600d0900d0600c250281900d0900c1900c190283e00d0900c3d00cb6", + "0x300d0900c0a2b80a0280342403028b20283e4181903c030f803424030f803", + "0xa90285500d0900c0c00cab0280f00d0900c0a0100a030034240300c032b40a", + "0xa80281900d0900c1900ca30281900d0900c1803c0c29c0a060034240315403", + "0xa2780a070034240306c032b40a06c0342403028ae0290600d0900c190280c", + "0xb841c0c29c0a2e0034240307c032a40a07c0342403070032ac0a41c0342403", + "0x3028ae0282100d0900c204180c2a00a08003424030800328c0a0800342403", + "0x342403090032ac0a3480342403028000282400d0900cd000cad028d000d09", + "0x3424030b80328c0a0b803424030a0d2030a70282800d0900c2500ca902825", + "0x2f00d0900c2b00cad0282b00d0900c0a2b80a0a403424030b821030a80282e", + "0xa70283700d0900c3200ca90283200d0900c2f00cab0283600d0900c0a5040a", + "0xa04803424030e029030a80283800d0900c3800ca30283800d0900c370d80c", + "0x10400cab0290500d0900c0a50c0a4100342403088032b40a088034240302942", + "0x3d00ca30283d00d0900d024140c29c0a40803424030f0032a40a0f00342403", + "0x340c032b40a40c0342403029420283e00d0900c3d0480c2a00a0f40342403", + "0x342403108032a40a1080342403104032ac0a4000342403029440284100d09", + "0x10900d010f80c2a00a40403424034040328c0a404034240310d00030a702843", + "0xa3f0034240302946028fd00d0900c4600cad0284600d0900c0a5140a1d803", + "0xa3e803424033ecfc030a7028fb00d0900c1d00ca90281d00d0900cfd00cab", + "0xad028f800d0900c0a5140a3e403424033e876030a8028fa00d0900cfa00ca3", + "0xf500ca9028f500d0900cf700cab028f600d0900c0a51c0a3dc03424033e003", + "0xf9030a8028f300d0900cf300ca3028f300d0900cf43d80c29c0a3d00342403", + "0xf000d490280a424033c4035200a3c0f10310900cf200d0b028f200d0900cf3", + "0xde028ee00c033b803424033b8031c80a3b803424033bc035280a3bc0342403", + "0xa0290900c0a1540a06d060314b0641803109030030280c03c0a0290900c0a", + "0x1c00d4d0281800d0900c1800c190280a42403028e30281c00d0900c0c00d4c", + "0x35400a080034240307c0353c0a0290900c0a1540a2e0035381f41c0c4240c", + "0xa42403028550280a54803028e0028d000d0900c2000d510282100d0900d07", + "0x1510282100d0900cb800d50028d200d0900c2400d530282400d0900c0a1b80a", + "0x2e00d550a0034240c340035500a0940342403084032ac0a340034240334803", + "0x35600a0ac03424030a40355c0a0a403424030a0035580a0290900c0a1540a", + "0xf5680a0d82f0310900c2f00d590282f00d0900c2f00c5d0282f00d0900c2b", + "0x2200d0900c0a5700a0290900c0a1540a048380315b0dc32031090303615418", + "0x109031040883203d5d0282200d0900c2200c5d029040dc0c424030dc035640a", + "0x30bc030f40a0290900c3c00c3d0280a42403028550283d4080c5783c4140c", + "0x3424030dc031740a40c034240303c031740a0f80342403414030640a02909", + "0x30dc030f40a0290900c3d00c3d0280a42403028550280a57c03028e002841", + "0x1090310003d0203d5a0290000d0900d0000c5d0290000d0900c0a3700a02909", + "0x4300c5d0283e00d0900c4200c190280a4240302855028764040c580431080c", + "0x3424030f8030640a0290900c0a3780a10403424030bc031740a40c0342403", + "0x10300d0900d0300c5d0282500d0900c2500c580281900d0900c1900c250283e", + "0x4603c033f0fd1180f4240310503094190f8181980a1040342403104031740a", + "0x2f00c3d0280a424031d8030f40a0290900c0a3780a0290900c0a1540a3f0fd", + "0xa3ec0342403029610281d00d0900c0a07c0a0290900c2500d2c0280a42403", + "0x24028f900d0900c0a3400a3e803424033ec1d03021028fb00d0900cfb00c20", + "0x250290100d0900d0100c19028f700d0900cf800d62028f800d0900cfa3e40c", + "0xa4240302855028f70650103c033dc03424033dc0358c0a064034240306403", + "0x30bc030f40a0290900c0f00c3d0280a42403048030f40a0290900c0a3780a", + "0x20028f500d0900c0a5840a3d803424030281f0280a42403094034b00a02909", + "0xc0900a3cc0342403028d0028f400d0900cf53d80c0840a3d403424033d403", + "0x30940a0e003424030e0030640a3c403424033c8035880a3c803424033d0f3", + "0xa0290900c0a1540a3c4190e00f00cf100d0900cf100d630281900d0900c19", + "0xf1542515564028f000d0900c0a1b80a0290900c2e00cfd0280a42403028de", + "0x1900c250281800d0900c1800c19028ee00d0900cef00d65028ef00d0900cf0", + "0x3d0280a4240302855028ee0641803c033b803424033b80358c0a0640342403", + "0x3424030281f0280a42403154030f40a0290900c0c00d2c0280a4240303c03", + "0xeb00d0900cec3b40c0840a3b003424033b0030800a3b00342403028f4028ed", + "0xa16803424033a0035880a3a003424033acea03024028ea00d0900c0a3400a", + "0xf00c5a00d0900c5a00d630281b00d0900c1b00c250290600d0900d0600c19", + "0x35a01900d67060035985500d090640c00cdd0280a42403028de0285a06d06", + "0x341c030800a41c03424030285e0280a42403028550281c00d6a06c035a506", + "0xb800d6c028b81540c42403154035ac0a07c034240341c0f030210290700d09", + "0x3340031040a3400342403084035b40a0840342403080035300a0800342403", + "0x3154035b00a34803424030901f030210282400d0900c2400c200282400d09", + "0x10900c2500c580280300d0900c0300c250280a00d0900c0a00c190282500d09", + "0xf00c290b82803d0900cd209403028555b80a34803424033480310c0a09403", + "0xa0ac03424030ac030800a0ac0342403028df0280a4240302855028290b828", + "0x3200d0900c3600d70028360600c42403060035bc0a0bc03424030ac0f03021", + "0xa04803424030e0031040a0e003424030dc035c80a0dc03424030c8035c40a", + "0xa4100342403060035c00a08803424030482f030210281200d0900c1200c20", + "0x430290400d0900d0400d730280300d0900c0300c250280a00d0900c0a00c19", + "0xa4083c4140f00d020f10503d0900c2241003028555d00a088034240308803", + "0x3d03c0c0840a0f403424030f4030800a0f40342403029750280a4240302855", + "0x4100d780284100d0900d0300d77029030640c42403064035d80a0f80342403", + "0x310c030800a10c0342403108031040a1080342403400035e40a4000342403", + "0x3028030640a1d80342403064035dc0a404034240310c3e030210284300d09", + "0x10900d0100c430287600d0900c7600d7a0280300d0900c0300c250280a00d09", + "0x10900c0a1540a3f0fd1180f00cfc3f44603d0900d011d803028555ec0a40403", + "0xfb00d0900c1d03c0c0840a0740342403074030800a07403424030297c0280a", + "0xf800d0900cf900d78028f900d0900cfa00d77028fa4180c42403418035d80a", + "0xa3d803424033d8030800a3d803424033dc031040a3dc03424033e0035e40a", + "0xa0280342403028030640a3d00342403418035dc0a3d403424033d8fb03021", + "0x17b028f500d0900cf500c43028f400d0900cf400d7a0280300d0900c0300c25", + "0x33f40a0290900c0a1540a3c4f23cc0f00cf13c8f303d0900cf53d00302855", + "0x33c00f03021028f000d0900cf000c20028f000d0900c0a5f40a0290900c1b", + "0x10900ced00c89028ed00d0900cee3bc0c2480a3b803424030286e028ef00d09", + "0x3424033b0032e80a00c034240300c030940a0280342403028030640a3b003", + "0x10900ceb00c20028eb00d0900c0a5f80a0290900c0a1540a3b0030280f00cec", + "0x33a0035c00a3a01c0310900c1c00d6f028ea00d0900ceb03c0c0840a3ac03", + "0x10900ce400c41028e400d0900ce500d72028e500d0900c5a00d710285a00d09", + "0x10900c1c00d70028e200d0900ce33a80c0840a38c034240338c030800a38c03", + "0x342403384035cc0a00c034240300c030940a0280342403028030640a38403", + "0x5e03c0337ce01780f42403388e100c0a15574028e200d0900ce200c43028e1", + "0x1f0280c00d0900c0a5fc0a00c03424030281f0280a424030280334c0a37ce0", + "0x5503c0c0840a1540342403154030800a1540342403029800280f00d0900c0a", + "0x3418033e40a06d060310900c1800cfa0281900d0900c0a6040a0600342403", + "0x1f00d0900c1b00cf80290700d0900c1c00d830281c00d0900c0a6080a02909", + "0x10900cb80300c6180a2e003424032e0036140a2e0034240341c1f0640f6100a", + "0xd20900c42403084033e80a3400342403029870282100d0900c0a07c0a08003", + "0x33e00a0a003424030940360c0a0940342403029880280a42403090033e40a", + "0x1860282900d0900c2900d850282900d0900c280b8d003d840282e00d0900cd2", + "0x2f00cfa0283600d0900c0a6240a0bc03424030281f0282b00d0900c290800c", + "0x10900c3800d830283800d0900c0a6200a0290900c3200cf9028370c80c42403", + "0x3410036140a4100342403048220d80f6100a08803424030dc033e00a04803", + "0x3424030298a0283c00d0900c0a07c0a41403424034102b031860290400d09", + "0xa40c0342403029880280a424030f4033e40a0f83d0310900c3c00cfa02902", + "0x4200d0900c414010203d840290000d0900c3e00cf80284100d0900d0300d83", + "0xa40403424030281f0284300d0900c424140c6180a1080342403108036140a", + "0xa6200a0290900c4600cf9028fd1180c42403404033e80a1d803424030290d", + "0xfb1d80f6100a3ec03424033f4033e00a07403424033f00360c0a3f00342403", + "0xa07c0a3e403424033e84303186028fa00d0900cfa00d85028fa00d0900c1d", + "0x33d8033e40a3d4f60310900cf800cfa028f700d0900c0a62c0a3e00342403", + "0xf200d0900cf500cf8028f300d0900cf400d83028f400d0900c0a6300a02909", + "0x10900cf13e40c6180a3c403424033c4036140a3c403424033ccf23dc0f6100a", + "0xec3b40c424033bc033e80a3b803424030298d028ef00d0900c0a07c0a3c003", + "0x33e00a3a803424033ac0360c0a3ac03424030298c0280a424033b4033e40a", + "0x1860285a00d0900c5a00d850285a00d0900cea3a0ee03d84028e800d0900cec", + "0xe400cfa028e300d0900c0a6380a39003424030281f028e500d0900c5a3c00c", + "0x10900c5e00d830285e00d0900c0a6080a0290900ce200cf9028e13880c42403", + "0x3378036140a3780342403380df38c0f6100a37c0342403384033e00a38003", + "0x3424030298f028dd00d0900c0a07c0a1840342403378e503186028de00d09", + "0xa1740342403029820280a4240336c033e40a160db0310900cdd00cfa028dc", + "0xd900d0900c661a4dc03d840286900d0900c5800cf80286600d0900c5d00d83", + "0xa19c0342403028320292c00d0900cd91840c6180a3640342403364036140a", + "0xa0e86f0310900d2c00d900280a424031b4033e40a1b86d0310900c0300cfa", + "0xf6480a1c803424030e8034300a0fc03424031b8033e00a0290900c6f00d91", + "0x300cd400d0900cd400c80028d400d0900cd500d93028d500d0900c720fc67", + "0x1984180365c1900d96060036545500d090640c00d940280a42403028de028d4", + "0x34240341c030800a41c03424030285e0280a42403028550281c00d9906c03", + "0x10900cb807c0c0840a2e00342403154030740a07c034240341c0f0302102907", + "0xa37c0a0290900c0a1540a0299a00c0a3800a08403424030800310c0a08003", + "0x1800d9b0282400d0900cd003c0c0840a3400342403340030800a3400342403", + "0x36740a0290900c2800cf30282e0a02503d0900cd200d9c028d20600c42403", + "0x1800d9b0282b00d0900c290900c0840a0a40342403094030740a0290900c2e", + "0x36740a0290900c3600d02028370c83603d0900c2f00d9c0282f0600c42403", + "0x1200c180281200d0900c3800d9f028380c80c424030c8036780a0290900c37", + "0x3414030800a4140342403410031040a4100342403088036800a0880342403", + "0x3028030640a40803424030c80367c0a0f003424034142b030210290500d09", + "0x10900c3c00c430290200d0900d0200cce0280300d0900c0300c250280a00d09", + "0x36884100d090310300c76029030f83d03d0900c3c40803028556840a0f003", + "0xa0290900c4200d020290110c4203d0900c1800d9c0280a424030285502900", + "0x1a50284600d0900c7600da4028764040c424034040368c0a0290900c4300cf3", + "0x31180a07403424033f0031040a3f003424033f4034280a3f4034240311803", + "0xfb030210281d00d0900c1d00c200280a424033e8033f40a3e8fb0310900c41", + "0x3e00c250283d00d0900c3d00c19028f800d0900d0100da4028f900d0900c1d", + "0x3e0f45569c0a3e403424033e40310c0a3e003424033e0036980a0f80342403", + "0x10900c1800da80280a4240302855028f53d8f703c033d4f63dc0f424033e4f8", + "0x3e00d0900c3e00c250283d00d0900c3d00c19028f400d0900d0000cb60280a", + "0x342403029750280a4240302855028f40f83d03c033d003424033d0032e80a", + "0xc42403064036a40a3c803424033cc0f03021028f300d0900cf300c20028f3", + "0x10900cee00dab0280a424033bc033cc0a3b8ef3c00f424033c4036a80a3c419", + "0xc42403064036a40a3b003424033b4f203021028ed00d0900cf000c1d0280a", + "0x10900c5a00dab0280a424033a8034080a168e83a80f424033ac036a80a3ac19", + "0x342403390030600a39003424033940367c0a394e80310900ce800d9e0280a", + "0xe100d0900ce100c20028e100d0900ce200c41028e200d0900ce300da0028e3", + "0xa00d0900c0a00c19028e000d0900ce800d9f0285e00d0900ce13b00c0840a", + "0xa17803424031780310c0a3800342403380033380a00c034240300c030940a", + "0x55028dc00dac374034240c184031d80a184de37c0f42403178e000c0a155a1", + "0x5800cf30280a4240336c034080a1745836c0f42403064036a80a0290900c0a", + "0x31a4036bc0a1a40342403198036b80a1985d0310900c5d00dad0280a42403", + "0x10900cdd00c460286700d0900d2c00c410292c00d0900cd900db0028d900d09", + "0x10900c671b40c0840a19c034240319c030800a0290900c6e00cfd0286e1b40c", + "0x342403378030940a37c034240337c030640a0e80342403174036b80a1bc03", + "0x31bc3a378df155b20286f00d0900c6f00c430283a00d0900c3a00db1028de", + "0xb60280a42403064036cc0a0290900c0a1540a354720fc0f00cd51c83f03d09", + "0x32e80a3780342403378030940a37c034240337c030640a350034240337003", + "0x200287800d0900c0a5f00a0290900c0a1540a350de37c0f00cd400d0900cd4", + "0xa345060310900d0600db4028d300d0900c7803c0c0840a1e003424031e003", + "0x410288000d0900c7d00db70287d00d0900c7f00db60287f00d0900cd100db5", + "0x1b5028ce00d0900ccf34c0c0840a33c034240333c030800a33c034240320003", + "0x36e00a00c034240300c030940a0280342403028030640a334034240341803", + "0xc932c0f42403338cd00c0a155b9028ce00d0900cce00c43028cd00d0900ccd", + "0x10900cc600c20028c600d0900c0a5f40a0290900c0a1540a31cc932c0f00cc7", + "0x3310036d40a3101b0310900c1b00db4028c500d0900cc603c0c0840a31803", + "0x10900cc000c41028c000d0900cc100db7028c100d0900cc300db6028c300d09", + "0x10900c1b00db5028be00d0900cbf3140c0840a2fc03424032fc030800a2fc03", + "0x3424032f4036e00a00c034240300c030940a0280342403028030640a2f403", + "0xbc03c03224922f00f424032f8bd00c0a155b9028be00d0900cbe00c43028bd", + "0x30800a2e803424030297e0280a42403070033f40a0290900c0a1540a22492", + "0xa1b80a084034240322c0310c0a22c03424032e80f03021028ba00d0900cba", + "0xa00c19028ae00d0900cb200c89028b200d0900cb60840c2480a2d80342403", + "0xae00c0a03c032b803424032b8032e80a00c034240300c030940a0280342403", + "0x10900c0a1540a060036e85503c0c4240c030034180a030034240300c030600a", + "0x1b00d0900d0600dbc0290600d0900c1900c1d0281900d0900c5500dbb0280a", + "0xa1540a029bf00c0a3800a41c034240306c036f80a070034240303c036f40a", + "0x342403060036f40a2e0034240307c037000a07c03424030286e0280a42403", + "0x10900c0a1540a084037082000d090310700dc10290700d0900cb800dbe0281c", + "0x10900c2400dc40280a4240302855028d200dc3090d0031090301c00d060280a", + "0xa029c600c0a3800a0b80342403094037140a0a00342403340036f40a09403", + "0x3348036f40a0ac03424030a40371c0a0a403424030286e0280a4240302855", + "0x30bc033e00a0bc280310900c2800dc80282e00d0900c2b00dc50282800d09", + "0x30c8036ec0a0290900c0a1540a0dc037283200d090302e00dc90283600d09", + "0xc0480a031cb0281200d0900c1200c200281200d0900c3800c1d0283800d09", + "0x3088030640a0290900c3600cf30280a42403028550290500dcc4102203109", + "0x10200dc40280a42403028550283d00dcd4083c031090302800d060282200d09", + "0x1ce00c0a3800a10403424030f8037140a40c03424030f0036f40a0f80342403", + "0x36f40a10803424034000371c0a40003424030286e0280a42403028550280a", + "0x33e00a10d030310900d0300dc80284100d0900c4200dc50290300d0900c3d", + "0x36ec0a0290900c0a1540a1180373c7600d090304100dc90290100d0900c43", + "0x22031cb028fc00d0900cfc00c20028fc00d0900cfd00c1d028fd00d0900c76", + "0x30640a0290900d0100cf30280a4240302855028fa00dd03ec1d03109030fc", + "0x1c40280a4240302855028f700dd13e0f9031090310300d060281d00d0900c1d", + "0xa3800a3d003424033d8037140a3d403424033e4036f40a3d803424033e003", + "0xa3c803424033cc0371c0a3cc03424030286e0280a42403028550280a74803", + "0xa3c4f50310900cf500dc8028f400d0900cf200dc5028f500d0900cf700dbd", + "0xa0290900c0a1540a3b80374cef00d09030f400dc9028f000d0900cf100cf8", + "0x1cb028ec00d0900cec00c20028ec00d0900ced00c1d028ed00d0900cef00dbb", + "0xa0290900cf000cf30280a4240302855028e800dd43a8eb03109030ec0740c", + "0xa4240302855028e400dd53945a03109030f500d06028eb00d0900ceb00c19", + "0xa384034240338c037140a3880342403168036f40a38c0342403394037100a", + "0x3424031780371c0a17803424030286e0280a42403028550280a75803028e0", + "0xe20310900ce200dc8028e100d0900ce000dc5028e200d0900ce400dbd028e0", + "0x10900c0a1540a3740375c6100d09030e100dc9028de00d0900cdf00cf8028df", + "0xdb00d0900cdb00c20028db00d0900cdc00c1d028dc00d0900c6100dbb0280a", + "0x10900cde00cf30280a42403028550286600dd81745803109030db3ac0c72c0a", + "0x3028550292c00dd93646903109030e200d060285800d0900c5800c190280a", + "0x34240319c037140a1b403424031a4036f40a19c0342403364037100a02909", + "0x31bc0371c0a1bc03424030286e0280a42403028550280a76803028e00286e", + "0x10900c6d00dc80286e00d0900c3a00dc50286d00d0900d2c00dbd0283a00d09", + "0xa1540a3500376cd500d090306e00dc90287200d0900c3f00cf80283f1b40c", + "0x10900cd300c20028d300d0900c7800c1d0287800d0900cd500dbb0280a42403", + "0x7200cf30280a42403028550287d00ddd1fcd103109030d31600c7700a34c03", + "0x55028ce00dde33c80031090306d00d06028d100d0900cd100c190280a42403", + "0x3334037140a32c0342403200036f40a334034240333c037100a0290900c0a", + "0x371c0a31c03424030286e0280a42403028550280a77c03028e0028c900d09", + "0xcb00dc8028c900d0900cc600dc5028cb00d0900cce00dbd028c600d0900cc7", + "0xa30403780c300d09030c900dc9028c400d0900cc500cf8028c532c0c42403", + "0xbf00c20028bf00d0900cc000c1d028c000d0900cc300dbb0280a4240302855", + "0xf30280a4240302855028bc00de12f4be03109030bf3440c7700a2fc0342403", + "0xba00de22249203109030cb00d06028be00d0900cbe00c190280a4240331003", + "0x36f00a2d8034240322c030740a22c0342403224036ec0a0290900c0a1540a", + "0x3028e0028ad00d0900cb200dbe028ae00d0900c9200dbd028b200d0900cb6", + "0x1bd028ab00d0900c0400dc00280400d0900c0a1b80a0290900c0a1540a029e3", + "0xa700de42a4034240c2b4037040a2b403424032ac036f80a2b803424032e803", + "0xa0290900c0a1540a27803794a828c0c4240c2b8034180a0290900c0a1540a", + "0x1bd0294200d0900d4100dbc0294100d0900c0000c1d0280000d0900ca800dbb", + "0x10900c0a1540a029e600c0a3800a5100342403508036f80a50c034240328c03", + "0xa50c0342403278036f40a5180342403514037000a51403424030286e0280a", + "0x379d0b00d090314400dc10294700d0900d4300cf80294400d0900d4600dbe", + "0x570294900d0900d0b2a4bd1fc5d3a8fb41020071e80280a424030285502948", + "0x37a40a51c034240351c033380a2f803424032f8030640a528034240352403", + "0x1020280a42403080034080a0290900c0a1540a529472f80f00d4a00d0900d4a", + "0x10900c5d00deb0280a424031fc037a80a0290900cbd00dea0280a424032a403", + "0x37b00a0290900d0400deb0280a424033ec037ac0a0290900cea00deb0280a", + "0x14c00de90294700d0900d4700cce028be00d0900cbe00c190294c00d0900d48", + "0x34080a0290900d0400deb0280a42403028550294c51cbe03c035300342403", + "0xa42403174037ac0a0290900c7f00dea0280a424032f4037a80a0290900c20", + "0x37b00a53403424032b8033e00a0290900cfb00deb0280a424033a8037ac0a", + "0x14f00de90294d00d0900d4d00cce028be00d0900cbe00c190294f00d0900ca7", + "0x37ac0a0290900ccb00c1b0280a42403028550294f534be03c0353c0342403", + "0xa424033a8037ac0a0290900cfb00deb0280a42403080034080a0290900d04", + "0xa3800a54003424032f0030640a0290900c5d00deb0280a424031fc037a80a", + "0x1eb0280a4240332c0306c0a0290900cc100cfd0280a42403028550280a7b403", + "0x10900cea00deb0280a424033ec037ac0a0290900c2000d020280a4240341003", + "0x6e0295000d0900cd100c190280a42403174037ac0a0290900c7f00dea0280a", + "0x15300de9028c400d0900cc400cce0295300d0900d5100dec0295100d0900c0a", + "0x37ac0a0290900c6d00c1b0280a4240302855029533115003c0354c0342403", + "0xa424033a8037ac0a0290900cfb00deb0280a42403080034080a0290900d04", + "0x3028550280a7b803028e00295400d0900c7d00c190280a42403174037ac0a", + "0x1020280a42403410037ac0a0290900c6d00c1b0280a42403350033f40a02909", + "0x10900c5d00deb0280a424033a8037ac0a0290900cfb00deb0280a4240308003", + "0xa55c0342403558037b00a55803424030286e0295400d0900c5800c190280a", + "0x10900c0a1540a55c725500f00d5700d0900d5700de90287200d0900c7200cce", + "0x37ac0a0290900c2000d020280a42403410037ac0a0290900ce200c1b0280a", + "0xa7bc03028e00295800d0900c6600c190280a424033a8037ac0a0290900cfb", + "0x3410037ac0a0290900ce200c1b0280a42403374033f40a0290900c0a1540a", + "0x190280a424033a8037ac0a0290900cfb00deb0280a42403080034080a02909", + "0xde00cce0295a00d0900d5900dec0295900d0900c0a1b80a56003424033ac03", + "0x1b0280a42403028550295a3795803c035680342403568037a40a3780342403", + "0x10900cfb00deb0280a42403080034080a0290900d0400deb0280a424033d403", + "0xee00cfd0280a42403028550280a7c003028e00295c00d0900ce800c190280a", + "0xa0290900c2000d020280a42403410037ac0a0290900cf500c1b0280a42403", + "0x15d00dec0295d00d0900c0a1b80a5700342403074030640a0290900cfb00deb", + "0x1613c15c03c035840342403584037a40a3c003424033c0033380a5840342403", + "0x3080034080a0290900d0400deb0280a4240340c0306c0a0290900c0a1540a", + "0x33f40a0290900c0a1540a029f100c0a3800a58803424033e8030640a02909", + "0xa42403080034080a0290900d0400deb0280a4240340c0306c0a0290900c46", + "0xce0296400d0900d6300dec0296300d0900c0a1b80a5880342403088030640a", + "0xa4240302855029644056203c035900342403590037a40a404034240340403", + "0xa3800a5940342403414030640a0290900c2000d020280a424030a00306c0a", + "0x1020280a424030a00306c0a0290900c3700cfd0280a42403028550280a7c803", + "0x35ac037b00a5ac03424030286e0296500d0900c0a00c190280a4240308003", + "0xa5b0365940f00d6c00d0900d6c00de90283600d0900c3600cce0296c00d09", + "0xa00c190296e00d0900c2100dec0296d00d0900c1c00cf80280a4240302855", + "0x16e5b40a03c035b803424035b8037a40a5b403424035b4033380a0280342403", + "0x10900c0a1540a41819031f30605503109030030280c03c0a0290900c0a3780a", + "0x14d0285500d0900c5500c190280a42403028e30281b00d0900c0c00d4c0280a", + "0xa2e0034240341c0353c0a0290900c0a1540a07c037d1070700c4240c06c03", + "0x3028550280a7d403028e00282100d0900cb800d510282000d0900c1c00d50", + "0x2000d0900c1f00d500282400d0900cd000d53028d000d0900c0a1b80a02909", + "0xa42403028550282500df6348034240c084035500a0840342403090035440a", + "0x33b40a0b803424030a00355c0a0a00342403348035580a0290900c0a3780a", + "0x32ac0a0ac03424030a40f030210282900d0900c2900c200282900d0900c2e", + "0x2f00c580281800d0900c1800c250285500d0900c5500c190282f00d0900c20", + "0x370c83603d0900c2b0bc18154555b80a0ac03424030ac0310c0a0bc0342403", + "0xa0290900c2500cfd0280a42403028de0280a4240302855028370c83603c03", + "0x32240a04803424030e00f030920283800d0900c0a1b80a0290900c2000d0f", + "0x2200cba0281800d0900c1800c250285500d0900c5500c190282200d0900c12", + "0x34b00a0290900c0f00cf90280a4240302855028220605503c030880342403", + "0x342403414030800a4140342403028f40290400d0900c0a07c0a0290900c0c", + "0x3424030f102030240290200d0900c0a3400a0f00342403415040302102905", + "0x10600d0900d0600c250281900d0900c1900c190283e00d0900c3d00cb60283d", + "0x10900c0a00c0a0600342403029f70283e4181903c030f803424030f8032e80a", + "0x3028550281c06c0c7e1060640c4240c00c0a0300f0280a42403028de0280a", + "0xa0640342403064030640a0290900c0a38c0a41c0342403030035c40a02909", + "0x2100d0900cb800dfb0280a42403028550282000dfa2e01f031090310700df9", + "0xa1540a029fe00c0a3800a3400342403084037f40a154034240307c037f00a", + "0x342403080037f00a3480342403090037fc0a09003424030286e0280a42403", + "0x34240c340038040a15403424031541803200028d000d0900cd200dfd02855", + "0xa0b803424030940380c0a0290900c0a3780a0290900c0a1540a0a00380825", + "0x2f0ac0c424030a4038140a0a42e0310900c2e00e040282e00d0900c2e00ca3", + "0xa0c803424030d80f030210283600d0900c2b00c1d0280a424030bc030fc0a", + "0x250281900d0900c1900c190280a424030dc034080a0e0370310900c2e00e05", + "0x553540a0c803424030c80310c0a0e003424030e0031c80a418034240341803", + "0x3028550283c00e06414034240c410031d80a410220480f424030c83841819", + "0x10900c3e00cfd0283e0f40c42403414031180a4080342403154035240a02909", + "0x10200d0900d0200d730282200d0900c2200c250281200d0900c1200c190280a", + "0x4140c0f00d001050303d0900c3d40822048555d00a0f403424030f40310c0a", + "0x30640a10803424030f0032d80a0290900c5500e070280a424030285502900", + "0x220480f00c4200d0900c4200cba0282200d0900c2200c250281200d0900c12", + "0x31540381c0a0290900c2800cfd0280a42403028de0280a424030285502842", + "0x342403404032240a404034240310c0f030920284300d0900c0a1b80a02909", + "0x7600d0900c7600cba0290600d0900d0600c250281900d0900c1900c1902876", + "0xa4240303c033e40a0290900c1800e080280a4240302855028764181903c03", + "0xfd00c20028fd00d0900c0a3d00a11803424030281f0280a424030300319c0a", + "0xfc0740c0900a0740342403028d0028fc00d0900cfd1180c0840a3f40342403", + "0x3070030940a06c034240306c030640a3e803424033ec032d80a3ec0342403", + "0x30281800d0900c0a8240a3e81c06c0f00cfa00d0900cfa00cba0281c00d09", + "0xa0701b0320a4181903109030030280c03c0a0290900c0a3780a0290900c0a", + "0x10900c1900c190280a42403028e30290700d0900c0c00d780280a4240302855", + "0x32e0038340a0290900c0a1540a08003830b807c0c4240c41c0382c0a06403", + "0xa84003028e0028d000d0900c2100e0f0285500d0900c1f00e0e0282100d09", + "0x2000e0e028d200d0900c2400e110282400d0900c0a1b80a0290900c0a1540a", + "0xd000e130285500d0900c550600c8480a34003424033480383c0a1540342403", + "0x10900c2500e150280a42403028de0280a42403028550282800e14094034240c", + "0x3424030b8031c80a4180342403418030940a0640342403064030640a0b803", + "0x31d80a0bc2b0a40f4240303c2e41819154d50280f00d0900c0f00c430282e", + "0x31180a0dc03424031540385c0a0290900c0a1540a0c8038583600d090302f", + "0x2b00c250282900d0900c2900c190280a42403048033f40a048380310900c36", + "0x2b0a4555ec0a0e003424030e00310c0a0dc03424030dc035e80a0ac0342403", + "0x10900c5500e180280a4240302855029054102203c03415040880f424030e037", + "0x2b00d0900c2b00c250282900d0900c2900c190283c00d0900c3200cb60280a", + "0xa42403028de0280a42403028550283c0ac2903c030f003424030f0032e80a", + "0xf030920290200d0900c0a1b80a0290900c5500e180280a424030a0033f40a", + "0x10600c250281900d0900c1900c190283e00d0900c3d00c890283d00d0900d02", + "0x2190280a42403028550283e4181903c030f803424030f8032e80a4180342403", + "0x3424030281f0280a42403030031b40a0290900c0f00cf90280a4240306003", + "0x10000d0900c4140c0c0840a1040342403104030800a1040342403028f402903", + "0xa404034240310c032d80a10c034240340042030240284200d0900c0a3400a", + "0xf00d0100d0900d0100cba0281c00d0900c1c00c250281b00d0900c1b00c19", + "0x55029060640c868181540c4240c00c0a0300f0280a42403028de029010701b", + "0x342403154030640a0290900c0a38c0a06c0342403030030600a0290900c0a", + "0x10900d0700dc40280a42403028550281f00e1b41c1c031090301b00d0602855", + "0xa02a1c00c0a3800a08403424032e0037140a0800342403070036f40a2e003", + "0x307c036f40a09003424033400371c0a34003424030286e0280a4240302855", + "0xa1540a09403874d200d090302100dc90282100d0900c2400dc50282000d09", + "0x2e00d0900c2800c1d0282800d0900cd200dbb0280a42403028de0280a42403", + "0x2b00d0900c2000cf80282900d0900c2e03c0c0840a0b803424030b8030800a", + "0xa0ac03424030ac033380a0600342403060030940a1540342403154030640a", + "0x320d82f03c030c8360bc0f424030a42b06055155a10282900d0900c2900c43", + "0x10900c2000c1b0280a42403094033f40a0290900c0a3780a0290900c0a1540a", + "0x1200d0900c3800c890283800d0900c3703c0c2480a0dc03424030286e0280a", + "0x30480342403048032e80a0600342403060030940a1540342403154030640a", + "0xa0290900c0c00cf30280a4240303c033e40a0290900c0a1540a048181540f", + "0x22030210290400d0900d0400c200290400d0900c0a3d00a08803424030281f", + "0x10200cb60290200d0900d050f00c0900a0f00342403028d00290500d0900d04", + "0x30f4032e80a4180342403418030940a0640342403064030640a0f40342403", + "0xa00c0a418034240302a1f0281800d0900c0a8780a0f5060640f00c3d00d09", + "0x550281f41c0c8801c06c0c4240c00c0a0300f0280a42403028de0280a42403", + "0x34240306c030640a0290900c0a38c0a2e00342403030036940a0290900c0a", + "0x10900c2100e230280a4240302855028d000e220842003109030b800e210281b", + "0xa02a2600c0a3800a3480342403090038940a1540342403080038900a09003", + "0x3340038900a0a003424030940389c0a09403424030286e0280a4240302855", + "0xc348038a40a15403424031541803228028d200d0900c2800e250285500d09", + "0x3424030b8038ac0a0290900c0a3780a0290900c0a1540a0a4038a82e00d09", + "0x10900c2b00e2e0282b0640c42403064038b40a0640342403065060322c02819", + "0x3424030bc030740a0290900c3200c7d0280a424030d8033cc0a0c8360bc0f", + "0x10900c1200e2e028120640c42403064038b40a0e003424030dc0f0302102837", + "0xc42403410036780a0290900d0500c7d0280a42403088034080a415040880f", + "0x3424030f4036800a0f40342403408030600a40803424030f00367c0a0f104", + "0x34240340c38030210290300d0900d0300c200290300d0900c3e00c410283e", + "0x1c00d0900c1c00c250281b00d0900c1b00c190290000d0900d0400d9f02841", + "0x10900c414001c06c556840a10403424031040310c0a4000342403400033380a", + "0x7600c460280a42403028550284600e2f1d8034240c404031d80a404431080f", + "0x34080a3e8fb0740f42403064038b80a0290900cfc00cfd028fc3f40c42403", + "0x10900c4300c250284200d0900c4200c190280a424033ec033cc0a0290900c1d", + "0xfd3e8431085533c0a3f403424033f40310c0a3e803424033e8032000a10c03", + "0x10c0280a4240302855028f500e303d8034240c3dc031d80a3dcf83e40f42403", + "0x30640a0290900cf200cfd028f23cc0c424033d8031180a3d0034240315403", + "0xf300c43028f400d0900cf400da6028f800d0900cf800c25028f900d0900cf9", + "0xa1540a3bcf03c40f00cef3c0f103d0900cf33d0f83e45569c0a3cc0342403", + "0x3424033e0030940a3b803424033e4030640a0290900c5500e310280a42403", + "0x5500e310280a42403028550280a8cc03028e0028ec00d0900cf500e32028ed", + "0x34240310c030940a3b80342403108030640a0290900c1900e340280a42403", + "0xee00d0900cee00c19028eb00d0900cec00cb6028ec00d0900c4600e32028ed", + "0x302855028eb3b4ee03c033ac03424033ac032e80a3b403424033b4030940a", + "0x38d40a0290900c5500e310280a424030a4033f40a0290900c0a3780a02909", + "0x33a0032240a3a003424033a80f03092028ea00d0900c0a1b80a0290900d06", + "0x10900c5a00cba0281c00d0900c1c00c250281b00d0900c1b00c190285a00d09", + "0x303c033e40a0290900c1800e360280a42403028550285a0701b03c0316803", + "0xf4028e500d0900c0a07c0a0290900c0c00d9d0280a42403418038d40a02909", + "0xa3400a38c0342403390e503021028e400d0900ce400c20028e400d0900c0a", + "0x10700c190285e00d0900ce100cb6028e100d0900ce33880c0900a3880342403", + "0x5e07d0703c031780342403178032e80a07c034240307c030940a41c0342403", + "0xc00c0a0300f0280a42403028de0280a42403028030281800d0900c0a8dc0a", + "0xa38c0a41c0342403030036bc0a0290900c0a1540a0701b032384181903109", + "0x550282000e3a2e01f031090310700e390281900d0900c1900c190280a42403", + "0x3084038f40a154034240307c038f00a08403424032e0038ec0a0290900c0a", + "0x38fc0a09003424030286e0280a42403028550280a8f803028e0028d000d09", + "0x1803240028d000d0900cd200e3d0285500d0900c2000e3c028d200d0900c24", + "0xa3780a0290900c0a1540a0a0039082500d09030d000e410285500d0900c55", + "0x30a4030740a0ac290310900c2e00e440282e00d0900c2500e430280a42403", + "0x3064030640a0d803424030bc0f030210282f00d0900c2f00c200282f00d09", + "0x10900c3600c430282b00d0900c2b00c800290600d0900d0600c250281900d09", + "0x39141200d090303800c76028380dc3203d0900c360ad060645533c0a0d803", + "0xa0f1050310900c1200c460290400d0900c5500e460280a424030285502822", + "0x36c40a0dc03424030dc030940a0c803424030c8030640a0290900c3c00cfd", + "0x3d4080f42403415040dc32155b20290500d0900d0500c430290400d0900d04", + "0x10900c2200cb60280a42403154034440a0290900c0a1540a0f83d4080f00c3e", + "0x34240340c032e80a0dc03424030dc030940a0c803424030c8030640a40c03", + "0xa424030a0033f40a0290900c0a3780a0290900c0a1540a40c370c80f00d03", + "0x890290000d0900c4103c0c2480a10403424030286e0280a42403154034440a", + "0x32e80a4180342403418030940a0640342403064030640a108034240340003", + "0x1ab0280a424030600391c0a0290900c0a1540a109060640f00c4200d0900c42", + "0x342403028f40284300d0900c0a07c0a0290900c0f00cf90280a4240303003", + "0x4600d0900c0a3400a1d8034240340443030210290100d0900d0100c2002901", + "0x1b00d0900c1b00c19028fc00d0900cfd00cb6028fd00d0900c761180c0900a", + "0x302a48028fc0701b03c033f003424033f0032e80a0700342403070030940a", + "0x1060640c4240c00c0a0300f0280a42403028de0280a42403028030281800d09", + "0xa0290900c0a38c0a41c0342403030036d80a0290900c0a1540a0701b03249", + "0xa42403028550282000e4b2e01f031090310700e4a0281900d0900c1900c19", + "0xa3400342403084039380a154034240307c039340a08403424032e0039300a", + "0x342403090039400a09003424030286e0280a42403028550280a93c03028e0", + "0x3424031541803110028d000d0900cd200e4e0285500d0900c2000e4d028d2", + "0xa0290900c0a3780a0290900c0a1540a0a0039482500d09030d000e5102855", + "0x800290600d0900d0600c250281900d0900c1900c190282e00d0900c2500e53", + "0x2903d0900c0f0b9060645533c0a03c034240303c0310c0a0b803424030b803", + "0x10900c5500e550280a42403028550283200e540d8034240c0bc031d80a0bc2b", + "0x3424030a4030640a0290900c1200cfd028120e00c424030d8031180a0dc03", + "0x3800d0900c3800c430283700d0900c3700db80282b00d0900c2b00c2502829", + "0xa0290900c0a1540a415040880f00d054102203d0900c380dc2b0a4556e40a", + "0x30940a0a403424030a4030640a0f003424030c8032d80a0290900c5500e56", + "0xa0290900c0a1540a0f02b0a40f00c3c00d0900c3c00cba0282b00d0900c2b", + "0x3424030286e0280a42403154039580a0290900c2800cfd0280a42403028de", + "0x342403064030640a0f803424030f4032240a0f403424034080f0309202902", + "0xa1540a0f9060640f00c3e00d0900c3e00cba0290600d0900d0600c2502819", + "0xa0290900c0c00e580280a4240303c033e40a0290900c1800e570280a42403", + "0x103030210284100d0900c4100c200284100d0900c0a3d00a40c03424030281f", + "0x4300cb60284300d0900d001080c0900a1080342403028d00290000d0900c41", + "0x3404032e80a0700342403070030940a06c034240306c030640a4040342403", + "0x550280f03003028a72a4a8278550b8a92a09e154374041c06c0f00d0100d09", + "0xa29ca92a09e1542e2a4a8278552f00f03003028a72a4a8278550b8a92a09e", + "0x550b8a92a09e1565903c0c00c0a29ca92a09e1542e2a4a8278556d40f03003", + "0x5596c0f03003028a72a4a8278550b8a92a09e1565a03c0c00c0a29ca92a09e", + "0xa29ca92a09e1542e2a4a8278559700f03003028a72a4a8278550b8a92a09e", + "0x550b8a92a09e1565e03c0c00c0a29ca92a09e1542e2a4a8278559740f03003", + "0x559800f03003028a72a4a8278550b8a92a09e1565f03c0c00c0a29ca92a09e", + "0x3028ba2a09e03c252d8a8278559840f03003028a72a4a8278550b8a92a09e", + "0x9e156641540f03003028cf2a09e03c0c0306d2a09e062630e80302a6203c0c", + "0x9e03c25048a8278559980a04803344039940f03003028ba2a09e03c250e8a8", + "0xa82780f0946d2a09e1566800c0a34c2e2780f0b89e0326703c0c00c0a2e8a8", + "0x251bca8278559a80f03003028ba2a09e03c251b8a8278559a40f03003028ba", + "0x9e1566c03c0c00c0a2e8a82780f0942e2a09e1566b03c0c00c0a2e8a82780f", + "0xf03003028ba2a09e03c250c8a8278559b40f03003028ba2a09e03c250bca8", + "0x26f03c0c00c0a2e8a82780f094382a09e1566e" + ], + "sierra_program_debug_info": { + "type_names": [ + [ + 0, + "Array" + ], + [ + 1, + "felt252" + ], + [ + 2, + "u32" + ], + [ + 3, + "core::byte_array::ByteArray" + ], + [ + 4, + "Uninitialized" + ], + [ + 5, + "Box" + ], + [ + 6, + "Unit" + ], + [ + 7, + "core::option::Option::>" + ], + [ + 8, + "Array" + ], + [ + 9, + "Snapshot>" + ], + [ + 10, + "Uninitialized>>" + ], + [ + 11, + "Box>" + ], + [ + 12, + "core::option::Option::>" + ], + [ + 13, + "Array>" + ], + [ + 14, + "Snapshot>>" + ], + [ + 15, + "Uninitialized>>>" + ], + [ + 16, + "Box" + ], + [ + 17, + "core::option::Option::>" + ], + [ + 18, + "Array" + ], + [ + 19, + "Snapshot>" + ], + [ + 20, + "core::array::Span::" + ], + [ + 21, + "Array" + ], + [ + 22, + "Snapshot>" + ], + [ + 23, + "core::array::Span::" + ], + [ + 24, + "dojo::model::introspect::Struct" + ], + [ + 25, + "core::array::Span::<(core::felt252, dojo::model::introspect::Ty)>" + ], + [ + 26, + "dojo::model::introspect::Enum" + ], + [ + 27, + "core::array::Span::" + ], + [ + 28, + "dojo::model::introspect::Ty" + ], + [ + 29, + "dojo::model::introspect::Member" + ], + [ + 30, + "Uninitialized" + ], + [ + 31, + "Uninitialized>>" + ], + [ + 32, + "Box" + ], + [ + 33, + "core::option::Option::>" + ], + [ + 34, + "Array" + ], + [ + 35, + "Snapshot>" + ], + [ + 36, + "Uninitialized>>" + ], + [ + 37, + "Box" + ], + [ + 38, + "core::option::Option::>" + ], + [ + 39, + "Array" + ], + [ + 40, + "Snapshot>" + ], + [ + 41, + "Uninitialized>>" + ], + [ + 42, + "u16" + ], + [ + 43, + "Box" + ], + [ + 44, + "core::option::Option::>" + ], + [ + 45, + "core::option::Option::" + ], + [ + 46, + "Tuple" + ], + [ + 47, + "Const" + ], + [ + 48, + "Const" + ], + [ + 49, + "Const" + ], + [ + 50, + "Const" + ], + [ + 51, + "Const" + ], + [ + 52, + "Const" + ], + [ + 53, + "Const" + ], + [ + 54, + "Const" + ], + [ + 55, + "Const" + ], + [ + 56, + "Const" + ], + [ + 57, + "Const" + ], + [ + 58, + "Const" + ], + [ + 59, + "Const" + ], + [ + 60, + "Const" + ], + [ + 61, + "Const" + ], + [ + 62, + "Const" + ], + [ + 63, + "Const" + ], + [ + 64, + "Const" + ], + [ + 65, + "Const" + ], + [ + 66, + "Box" + ], + [ + 67, + "core::option::Option::>" + ], + [ + 68, + "Const" + ], + [ + 69, + "Const" + ], + [ + 70, + "Const, Const>" + ], + [ + 71, + "Const" + ], + [ + 72, + "Const" + ], + [ + 73, + "Const" + ], + [ + 74, + "Const, Const>" + ], + [ + 75, + "Const" + ], + [ + 76, + "Const" + ], + [ + 77, + "Const" + ], + [ + 78, + "Const" + ], + [ + 79, + "Const" + ], + [ + 80, + "u8" + ], + [ + 81, + "Tuple" + ], + [ + 82, + "Array" + ], + [ + 83, + "Snapshot>" + ], + [ + 84, + "Const, Const>" + ], + [ + 85, + "Box>" + ], + [ + 86, + "Const" + ], + [ + 87, + "core::array::Span::" + ], + [ + 88, + "core::array::Span::" + ], + [ + 89, + "core::array::Span::" + ], + [ + 90, + "dojo::model::layout::Layout" + ], + [ + 91, + "dojo::model::layout::FieldLayout" + ], + [ + 92, + "Box" + ], + [ + 93, + "core::option::Option::>" + ], + [ + 94, + "Const" + ], + [ + 95, + "rpg::models::index::Player" + ], + [ + 96, + "core::option::Option::" + ], + [ + 97, + "rpg::models::index::player::ContractState" + ], + [ + 98, + "Tuple, u32, u32, Unit>" + ], + [ + 99, + "core::panics::Panic" + ], + [ + 100, + "Tuple>" + ], + [ + 101, + "core::panics::PanicResult::<(core::array::Span::, core::integer::u32, core::integer::u32, ())>" + ], + [ + 102, + "Const" + ], + [ + 103, + "Const" + ], + [ + 104, + "Const" + ], + [ + 105, + "Const" + ], + [ + 106, + "core::option::Option::" + ], + [ + 107, + "Const" + ], + [ + 108, + "Const" + ], + [ + 109, + "Const" + ], + [ + 110, + "Const" + ], + [ + 111, + "Const" + ], + [ + 112, + "Const" + ], + [ + 113, + "Const" + ], + [ + 114, + "Const" + ], + [ + 115, + "Const" + ], + [ + 116, + "Const" + ], + [ + 117, + "Tuple>" + ], + [ + 118, + "Tuple, Unit>" + ], + [ + 119, + "core::panics::PanicResult::<(core::array::Array::, ())>" + ], + [ + 120, + "Snapshot>" + ], + [ + 121, + "core::array::Span::" + ], + [ + 122, + "Snapshot" + ], + [ + 123, + "Const" + ], + [ + 124, + "Const" + ], + [ + 125, + "bytes31" + ], + [ + 126, + "BuiltinCosts" + ], + [ + 127, + "System" + ], + [ + 128, + "core::panics::PanicResult::<(core::array::Span::,)>" + ], + [ + 129, + "Const" + ], + [ + 130, + "GasBuiltin" + ], + [ + 131, + "RangeCheck" + ] + ], + "libfunc_names": [ + [ + 0, + "alloc_local" + ], + [ + 1, + "finalize_locals" + ], + [ + 2, + "revoke_ap_tracking" + ], + [ + 3, + "withdraw_gas" + ], + [ + 4, + "branch_align" + ], + [ + 5, + "struct_deconstruct>" + ], + [ + 6, + "store_temp" + ], + [ + 7, + "array_snapshot_pop_front" + ], + [ + 8, + "drop>>" + ], + [ + 9, + "drop>" + ], + [ + 10, + "drop>" + ], + [ + 11, + "array_new" + ], + [ + 12, + "const_as_immediate>" + ], + [ + 13, + "store_temp" + ], + [ + 14, + "array_append" + ], + [ + 15, + "struct_construct" + ], + [ + 16, + "struct_construct>>" + ], + [ + 17, + "enum_init,)>, 1>" + ], + [ + 18, + "store_temp" + ], + [ + 19, + "store_temp" + ], + [ + 20, + "store_temp,)>>" + ], + [ + 21, + "get_builtin_costs" + ], + [ + 22, + "store_temp" + ], + [ + 23, + "withdraw_gas_all" + ], + [ + 24, + "array_new" + ], + [ + 25, + "const_as_immediate>" + ], + [ + 26, + "const_as_immediate>" + ], + [ + 27, + "struct_construct" + ], + [ + 28, + "store_local" + ], + [ + 29, + "snapshot_take" + ], + [ + 30, + "drop" + ], + [ + 31, + "dup>" + ], + [ + 32, + "struct_snapshot_deconstruct" + ], + [ + 33, + "drop" + ], + [ + 34, + "drop" + ], + [ + 35, + "dup>>" + ], + [ + 36, + "array_len" + ], + [ + 37, + "u32_to_felt252" + ], + [ + 38, + "struct_construct>" + ], + [ + 39, + "store_temp>" + ], + [ + 40, + "store_temp>" + ], + [ + 41, + "function_call, core::bytes_31::bytes31Drop>>" + ], + [ + 42, + "enum_match, ())>>" + ], + [ + 43, + "struct_deconstruct, Unit>>" + ], + [ + 44, + "drop" + ], + [ + 45, + "drop>>" + ], + [ + 46, + "rename" + ], + [ + 47, + "rename" + ], + [ + 48, + "snapshot_take>" + ], + [ + 49, + "drop>" + ], + [ + 50, + "struct_construct>" + ], + [ + 51, + "struct_construct>>" + ], + [ + 52, + "enum_init,)>, 0>" + ], + [ + 53, + "drop>" + ], + [ + 54, + "const_as_immediate>" + ], + [ + 55, + "drop>" + ], + [ + 56, + "const_as_immediate>" + ], + [ + 57, + "const_as_immediate>" + ], + [ + 58, + "const_as_immediate>" + ], + [ + 59, + "const_as_immediate>" + ], + [ + 60, + "const_as_immediate>" + ], + [ + 61, + "u8_to_felt252" + ], + [ + 62, + "const_as_immediate>" + ], + [ + 63, + "const_as_immediate>" + ], + [ + 64, + "const_as_immediate>" + ], + [ + 65, + "const_as_immediate>" + ], + [ + 66, + "enum_init, 0>" + ], + [ + 67, + "snapshot_take>" + ], + [ + 68, + "drop>" + ], + [ + 69, + "enable_ap_tracking" + ], + [ + 70, + "store_temp>" + ], + [ + 71, + "enum_match>" + ], + [ + 72, + "const_as_immediate>" + ], + [ + 73, + "jump" + ], + [ + 74, + "const_as_immediate>" + ], + [ + 75, + "disable_ap_tracking" + ], + [ + 76, + "function_call" + ], + [ + 77, + "enum_match" + ], + [ + 78, + "const_as_immediate>" + ], + [ + 79, + "const_as_immediate>" + ], + [ + 80, + "store_temp>" + ], + [ + 81, + "store_temp" + ], + [ + 82, + "function_call" + ], + [ + 83, + "enum_match, core::integer::u32, core::integer::u32, ())>>" + ], + [ + 84, + "struct_deconstruct, u32, u32, Unit>>" + ], + [ + 85, + "drop>" + ], + [ + 86, + "drop>" + ], + [ + 87, + "drop>" + ], + [ + 88, + "struct_construct" + ], + [ + 89, + "enum_init, 1>" + ], + [ + 90, + "snapshot_take" + ], + [ + 91, + "drop" + ], + [ + 92, + "store_temp" + ], + [ + 93, + "function_call" + ], + [ + 94, + "struct_construct" + ], + [ + 95, + "snapshot_take" + ], + [ + 96, + "drop" + ], + [ + 97, + "function_call" + ], + [ + 98, + "snapshot_take" + ], + [ + 99, + "drop" + ], + [ + 100, + "store_temp" + ], + [ + 101, + "function_call" + ], + [ + 102, + "store_temp>" + ], + [ + 103, + "function_call" + ], + [ + 104, + "enum_match>" + ], + [ + 105, + "drop" + ], + [ + 106, + "const_as_immediate>" + ], + [ + 107, + "struct_deconstruct>" + ], + [ + 108, + "array_snapshot_pop_front" + ], + [ + 109, + "enum_init>, 0>" + ], + [ + 110, + "store_temp>>" + ], + [ + 111, + "store_temp>>" + ], + [ + 112, + "enum_init>, 1>" + ], + [ + 113, + "enum_match>>" + ], + [ + 114, + "unbox" + ], + [ + 115, + "rename" + ], + [ + 116, + "bytes31_to_felt252" + ], + [ + 117, + "struct_construct, Unit>>" + ], + [ + 118, + "enum_init, ())>, 0>" + ], + [ + 119, + "store_temp, ())>>" + ], + [ + 120, + "drop>" + ], + [ + 121, + "enum_init, ())>, 1>" + ], + [ + 122, + "array_new" + ], + [ + 123, + "const_as_box, Const>, 0>" + ], + [ + 124, + "span_from_tuple>" + ], + [ + 125, + "const_as_immediate>" + ], + [ + 126, + "struct_construct>" + ], + [ + 127, + "enum_init" + ], + [ + 128, + "struct_construct" + ], + [ + 129, + "store_temp" + ], + [ + 130, + "array_append" + ], + [ + 131, + "const_as_immediate>" + ], + [ + 132, + "const_as_immediate>" + ], + [ + 133, + "const_as_immediate>" + ], + [ + 134, + "const_as_box, Const>, 0>" + ], + [ + 135, + "const_as_immediate>" + ], + [ + 136, + "const_as_immediate>" + ], + [ + 137, + "const_as_box, Const>, 0>" + ], + [ + 138, + "const_as_immediate>" + ], + [ + 139, + "const_as_immediate>" + ], + [ + 140, + "snapshot_take>" + ], + [ + 141, + "drop>" + ], + [ + 142, + "struct_construct>" + ], + [ + 143, + "enum_init" + ], + [ + 144, + "struct_deconstruct>" + ], + [ + 145, + "array_snapshot_pop_front" + ], + [ + 146, + "enum_init>, 0>" + ], + [ + 147, + "store_temp>>" + ], + [ + 148, + "store_temp>>" + ], + [ + 149, + "enum_init>, 1>" + ], + [ + 150, + "enum_match>>" + ], + [ + 151, + "unbox" + ], + [ + 152, + "rename" + ], + [ + 153, + "upcast" + ], + [ + 154, + "dup" + ], + [ + 155, + "u32_overflowing_add" + ], + [ + 156, + "const_as_immediate>" + ], + [ + 157, + "u32_overflowing_sub" + ], + [ + 158, + "const_as_immediate>" + ], + [ + 159, + "enum_init, core::integer::u32, core::integer::u32, ())>, 1>" + ], + [ + 160, + "store_temp, core::integer::u32, core::integer::u32, ())>>" + ], + [ + 161, + "struct_construct, u32, u32, Unit>>" + ], + [ + 162, + "enum_init, core::integer::u32, core::integer::u32, ())>, 0>" + ], + [ + 163, + "dup>" + ], + [ + 164, + "rename>" + ], + [ + 165, + "array_len" + ], + [ + 166, + "function_call, core::integer::u8Drop>>" + ], + [ + 167, + "dup>" + ], + [ + 168, + "rename>" + ], + [ + 169, + "struct_deconstruct>" + ], + [ + 170, + "array_len" + ], + [ + 171, + "store_temp>" + ], + [ + 172, + "function_call>" + ], + [ + 173, + "const_as_immediate>" + ], + [ + 174, + "dup>" + ], + [ + 175, + "rename>" + ], + [ + 176, + "struct_deconstruct>" + ], + [ + 177, + "array_len" + ], + [ + 178, + "store_temp>" + ], + [ + 179, + "function_call>" + ], + [ + 180, + "const_as_immediate>" + ], + [ + 181, + "const_as_immediate>" + ], + [ + 182, + "const_as_immediate>" + ], + [ + 183, + "array_new" + ], + [ + 184, + "const_as_immediate>" + ], + [ + 185, + "const_as_immediate>" + ], + [ + 186, + "const_as_immediate>" + ], + [ + 187, + "enum_init" + ], + [ + 188, + "struct_construct" + ], + [ + 189, + "store_temp" + ], + [ + 190, + "array_append" + ], + [ + 191, + "const_as_immediate>" + ], + [ + 192, + "const_as_immediate>" + ], + [ + 193, + "const_as_immediate>" + ], + [ + 194, + "const_as_immediate>" + ], + [ + 195, + "const_as_immediate>" + ], + [ + 196, + "const_as_immediate>" + ], + [ + 197, + "const_as_immediate>" + ], + [ + 198, + "const_as_immediate>" + ], + [ + 199, + "const_as_immediate>" + ], + [ + 200, + "const_as_immediate>" + ], + [ + 201, + "snapshot_take>" + ], + [ + 202, + "drop>" + ], + [ + 203, + "struct_construct>" + ], + [ + 204, + "struct_construct" + ], + [ + 205, + "enum_init" + ], + [ + 206, + "enum_match" + ], + [ + 207, + "dup" + ], + [ + 208, + "struct_deconstruct" + ], + [ + 209, + "drop>" + ], + [ + 210, + "dup>" + ], + [ + 211, + "rename>" + ], + [ + 212, + "array_len" + ], + [ + 213, + "function_call>" + ], + [ + 214, + "dup>" + ], + [ + 215, + "rename>" + ], + [ + 216, + "struct_deconstruct>" + ], + [ + 217, + "array_len" + ], + [ + 218, + "store_temp>" + ], + [ + 219, + "function_call>" + ], + [ + 220, + "drop" + ], + [ + 221, + "dup" + ], + [ + 222, + "struct_deconstruct" + ], + [ + 223, + "drop>" + ], + [ + 224, + "dup>" + ], + [ + 225, + "rename>" + ], + [ + 226, + "struct_deconstruct>" + ], + [ + 227, + "array_len>" + ], + [ + 228, + "store_temp>" + ], + [ + 229, + "function_call, core::serde::SerializeTupleNext::<(@core::felt252, @dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::<@core::felt252, @dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleNext::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleBaseTuple, core::traits::TupleSize0Drop>, core::traits::TupleNextDrop::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::metaprogramming::IsTupleTupleSize1::<@dojo::model::introspect::Ty>, core::traits::SnapshotDrop::, core::traits::TupleSize0Drop>>, core::serde::DeserializeTupleNext::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::Felt252Serde, core::serde::DeserializeTupleNext::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, dojo::model::introspect::TySerde, core::serde::DeserializeTupleBaseTuple, dojo::model::introspect::TyDrop>, core::felt252Drop>>, core::traits::TupleNextDrop::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::metaprogramming::IsTupleTupleSize2::, core::felt252Drop, core::traits::TupleNextDrop::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, core::metaprogramming::IsTupleTupleSize1::, dojo::model::introspect::TyDrop, core::traits::TupleSize0Drop>>>>" + ], + [ + 230, + "drop" + ], + [ + 231, + "dup>" + ], + [ + 232, + "rename>" + ], + [ + 233, + "struct_deconstruct>" + ], + [ + 234, + "array_len" + ], + [ + 235, + "store_temp>" + ], + [ + 236, + "function_call>" + ], + [ + 237, + "unbox" + ], + [ + 238, + "enum_init, 0>" + ], + [ + 239, + "store_temp>>" + ], + [ + 240, + "store_temp>" + ], + [ + 241, + "enum_init, 1>" + ], + [ + 242, + "enum_match>" + ], + [ + 243, + "enum_init>, 0>" + ], + [ + 244, + "store_temp>>" + ], + [ + 245, + "enum_init>, 1>" + ], + [ + 246, + "dup>>" + ], + [ + 247, + "enum_match>>" + ], + [ + 248, + "u8_try_from_felt252" + ], + [ + 249, + "u16_try_from_felt252" + ], + [ + 250, + "struct_construct" + ], + [ + 251, + "enum_init, 0>" + ], + [ + 252, + "store_temp>" + ], + [ + 253, + "drop" + ], + [ + 254, + "drop" + ], + [ + 255, + "enum_init, 1>" + ], + [ + 256, + "drop>>" + ], + [ + 257, + "alloc_local>>" + ], + [ + 258, + "array_snapshot_pop_front" + ], + [ + 259, + "enum_init>, 0>" + ], + [ + 260, + "store_temp>>" + ], + [ + 261, + "store_temp>>" + ], + [ + 262, + "enum_init>, 1>" + ], + [ + 263, + "store_local>>" + ], + [ + 264, + "enum_match>>" + ], + [ + 265, + "unbox" + ], + [ + 266, + "dup" + ], + [ + 267, + "struct_deconstruct" + ], + [ + 268, + "drop>>" + ], + [ + 269, + "drop>>>" + ], + [ + 270, + "alloc_local>>" + ], + [ + 271, + "array_snapshot_pop_front" + ], + [ + 272, + "enum_init>, 0>" + ], + [ + 273, + "store_temp>>" + ], + [ + 274, + "store_temp>>" + ], + [ + 275, + "enum_init>, 1>" + ], + [ + 276, + "store_local>>" + ], + [ + 277, + "enum_match>>" + ], + [ + 278, + "unbox" + ], + [ + 279, + "struct_construct>" + ], + [ + 280, + "drop>>" + ], + [ + 281, + "drop>>>" + ], + [ + 282, + "alloc_local>>" + ], + [ + 283, + "alloc_local" + ], + [ + 284, + "array_snapshot_pop_front" + ], + [ + 285, + "enum_init>, 0>" + ], + [ + 286, + "store_temp>>" + ], + [ + 287, + "store_temp>>" + ], + [ + 288, + "enum_init>, 1>" + ], + [ + 289, + "store_local>>" + ], + [ + 290, + "enum_match>>" + ], + [ + 291, + "unbox" + ], + [ + 292, + "store_local" + ], + [ + 293, + "dup" + ], + [ + 294, + "struct_deconstruct" + ], + [ + 295, + "drop>>" + ], + [ + 296, + "store_temp>>" + ], + [ + 297, + "drop" + ], + [ + 298, + "drop>" + ], + [ + 299, + "drop>>>" + ], + [ + 300, + "alloc_local>>>" + ], + [ + 301, + "array_snapshot_pop_front>" + ], + [ + 302, + "enum_init>, 0>" + ], + [ + 303, + "store_temp>>>" + ], + [ + 304, + "store_temp>>" + ], + [ + 305, + "enum_init>, 1>" + ], + [ + 306, + "store_local>>>" + ], + [ + 307, + "enum_match>>" + ], + [ + 308, + "unbox>" + ], + [ + 309, + "struct_deconstruct>" + ], + [ + 310, + "struct_construct>" + ], + [ + 311, + "drop>>>" + ], + [ + 312, + "drop>>>>" + ], + [ + 313, + "alloc_local>>" + ], + [ + 314, + "array_snapshot_pop_front" + ], + [ + 315, + "enum_init>, 0>" + ], + [ + 316, + "store_temp>>" + ], + [ + 317, + "store_temp>>" + ], + [ + 318, + "enum_init>, 1>" + ], + [ + 319, + "store_local>>" + ], + [ + 320, + "enum_match>>" + ], + [ + 321, + "unbox" + ], + [ + 322, + "struct_construct>" + ], + [ + 323, + "drop>>" + ], + [ + 324, + "drop>>>" + ], + [ + 325, + "drop>" + ] + ], + "user_func_names": [ + [ + 0, + "rpg::models::index::player::__wrapper__DojoModelImpl__name" + ], + [ + 1, + "rpg::models::index::player::__wrapper__DojoModelImpl__namespace" + ], + [ + 2, + "rpg::models::index::player::__wrapper__DojoModelImpl__tag" + ], + [ + 3, + "rpg::models::index::player::__wrapper__DojoModelImpl__version" + ], + [ + 4, + "rpg::models::index::player::__wrapper__DojoModelImpl__selector" + ], + [ + 5, + "rpg::models::index::player::__wrapper__DojoModelImpl__name_hash" + ], + [ + 6, + "rpg::models::index::player::__wrapper__DojoModelImpl__namespace_hash" + ], + [ + 7, + "rpg::models::index::player::__wrapper__DojoModelImpl__unpacked_size" + ], + [ + 8, + "rpg::models::index::player::__wrapper__DojoModelImpl__packed_size" + ], + [ + 9, + "rpg::models::index::player::__wrapper__DojoModelImpl__layout" + ], + [ + 10, + "rpg::models::index::player::__wrapper__DojoModelImpl__schema" + ], + [ + 11, + "rpg::models::index::player::__wrapper__playerImpl__ensure_abi" + ], + [ + 12, + "core::array::serialize_array_helper::, core::bytes_31::bytes31Drop>" + ], + [ + 13, + "rpg::models::index::PlayerIntrospect::layout" + ], + [ + 14, + "dojo::storage::packing::calculate_packed_size[expr26]" + ], + [ + 15, + "dojo::model::layout::LayoutSerde::serialize" + ], + [ + 16, + "rpg::models::index::player::DojoModelImpl::schema" + ], + [ + 17, + "dojo::model::introspect::TySerde::serialize" + ], + [ + 18, + "rpg::models::index::PlayerSerde::deserialize" + ], + [ + 19, + "core::array::serialize_array_helper::, core::integer::u8Drop>" + ], + [ + 20, + "core::array::serialize_array_helper::" + ], + [ + 21, + "core::array::serialize_array_helper::" + ], + [ + 22, + "core::array::serialize_array_helper::" + ], + [ + 23, + "core::array::serialize_array_helper::" + ], + [ + 24, + "core::array::serialize_array_helper::<(core::felt252, dojo::model::introspect::Ty), core::serde::SerdeTuple::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSnapForwardTupleSize2::, core::serde::SerializeTupleNext::<(@core::felt252, @dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::<@core::felt252, @dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleNext::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::serde::SerdeBasedSerializeTuple::, core::serde::SerializeTupleBaseTuple, core::traits::TupleSize0Drop>, core::traits::TupleNextDrop::<(@dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::<@dojo::model::introspect::Ty>, core::metaprogramming::IsTupleTupleSize1::<@dojo::model::introspect::Ty>, core::traits::SnapshotDrop::, core::traits::TupleSize0Drop>>, core::serde::DeserializeTupleNext::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::Felt252Serde, core::serde::DeserializeTupleNext::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, dojo::model::introspect::TySerde, core::serde::DeserializeTupleBaseTuple, dojo::model::introspect::TyDrop>, core::felt252Drop>>, core::traits::TupleNextDrop::<(core::felt252, dojo::model::introspect::Ty), core::metaprogramming::TupleSplitTupleSize2::, core::metaprogramming::IsTupleTupleSize2::, core::felt252Drop, core::traits::TupleNextDrop::<(dojo::model::introspect::Ty,), core::metaprogramming::TupleSplitTupleSize1::, core::metaprogramming::IsTupleTupleSize1::, dojo::model::introspect::TyDrop, core::traits::TupleSize0Drop>>>" + ], + [ + 25, + "core::array::serialize_array_helper::" + ] + ] + }, + "contract_class_version": "0.1.0", + "entry_points_by_type": { + "EXTERNAL": [ + { + "selector": "0xf800aee223ec4f0f7f13ec0e9fb1b8a8186bbfdb275780ce6218872155189", + "function_idx": 1 + }, + { + "selector": "0x11fe2a708d5242b13f178422d4088cb270c488d9932765064ea92953422272", + "function_idx": 4 + }, + { + "selector": "0x11efd13169e3bceace525b23b7f968b3cc611248271e35f04c5c917311fc7f7", + "function_idx": 10 + }, + { + "selector": "0x190023e7b3c95d430018f42db8296d61ee89c072b4001b44fdfe9c3f38078bb", + "function_idx": 8 + }, + { + "selector": "0x21b4dd49a85c82b73f138b112d5135149203ed36c1ec80c46f8c572daa7c5ec", + "function_idx": 3 + }, + { + "selector": "0x26721ef2e2697a3490a32de42a8d68264d798a05cf361f0a2908f89910d60a2", + "function_idx": 5 + }, + { + "selector": "0x324a51d83534d627d4d54adcb04e8170343de5bf845f840edbd6ca7a83512e8", + "function_idx": 6 + }, + { + "selector": "0x354b5a3ee43c542549944b5e196a3ca42caf3c14bce456a42ef7859f54098b4", + "function_idx": 7 + }, + { + "selector": "0x35d4fbd9980b1d2fbb4ecd1486945d1519587f22b699c5dc9b2d024982a1219", + "function_idx": 9 + }, + { + "selector": "0x361458367e696363fbcc70777d07ebbd2394e89fd0adcaf147faccd1d294d60", + "function_idx": 0 + }, + { + "selector": "0x3721080eade4b057eae589a1435045aca04c882598f794915100d4634a2c909", + "function_idx": 2 + }, + { + "selector": "0x3cde268aa26dd22570af00f06d24192e2095caded10d1bd9828634e66517b4a", + "function_idx": 11 + } + ], + "L1_HANDLER": [], + "CONSTRUCTOR": [] + }, + "abi": [ + { + "type": "impl", + "name": "DojoModelImpl", + "interface_name": "dojo::model::model::IModel" + }, + { + "type": "struct", + "name": "core::byte_array::ByteArray", + "members": [ + { + "name": "data", + "type": "core::array::Array::" + }, + { + "name": "pending_word", + "type": "core::felt252" + }, + { + "name": "pending_word_len", + "type": "core::integer::u32" + } + ] + }, + { + "type": "enum", + "name": "core::option::Option::", + "variants": [ + { + "name": "Some", + "type": "core::integer::u32" + }, + { + "name": "None", + "type": "()" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::layout::FieldLayout", + "members": [ + { + "name": "selector", + "type": "core::felt252" + }, + { + "name": "layout", + "type": "dojo::model::layout::Layout" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "enum", + "name": "dojo::model::layout::Layout", + "variants": [ + { + "name": "Fixed", + "type": "core::array::Span::" + }, + { + "name": "Struct", + "type": "core::array::Span::" + }, + { + "name": "Tuple", + "type": "core::array::Span::" + }, + { + "name": "Array", + "type": "core::array::Span::" + }, + { + "name": "ByteArray", + "type": "()" + }, + { + "name": "Enum", + "type": "core::array::Span::" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::introspect::Member", + "members": [ + { + "name": "name", + "type": "core::felt252" + }, + { + "name": "attrs", + "type": "core::array::Span::" + }, + { + "name": "ty", + "type": "dojo::model::introspect::Ty" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::introspect::Struct", + "members": [ + { + "name": "name", + "type": "core::felt252" + }, + { + "name": "attrs", + "type": "core::array::Span::" + }, + { + "name": "children", + "type": "core::array::Span::" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::<(core::felt252, dojo::model::introspect::Ty)>", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::<(core::felt252, dojo::model::introspect::Ty)>" + } + ] + }, + { + "type": "struct", + "name": "dojo::model::introspect::Enum", + "members": [ + { + "name": "name", + "type": "core::felt252" + }, + { + "name": "attrs", + "type": "core::array::Span::" + }, + { + "name": "children", + "type": "core::array::Span::<(core::felt252, dojo::model::introspect::Ty)>" + } + ] + }, + { + "type": "struct", + "name": "core::array::Span::", + "members": [ + { + "name": "snapshot", + "type": "@core::array::Array::" + } + ] + }, + { + "type": "enum", + "name": "dojo::model::introspect::Ty", + "variants": [ + { + "name": "Primitive", + "type": "core::felt252" + }, + { + "name": "Struct", + "type": "dojo::model::introspect::Struct" + }, + { + "name": "Enum", + "type": "dojo::model::introspect::Enum" + }, + { + "name": "Tuple", + "type": "core::array::Span::" + }, + { + "name": "Array", + "type": "core::array::Span::" + }, + { + "name": "ByteArray", + "type": "()" + } + ] + }, + { + "type": "interface", + "name": "dojo::model::model::IModel", + "items": [ + { + "type": "function", + "name": "name", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "namespace", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "tag", + "inputs": [], + "outputs": [ + { + "type": "core::byte_array::ByteArray" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "version", + "inputs": [], + "outputs": [ + { + "type": "core::integer::u8" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "selector", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "name_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "namespace_hash", + "inputs": [], + "outputs": [ + { + "type": "core::felt252" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "unpacked_size", + "inputs": [], + "outputs": [ + { + "type": "core::option::Option::" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "packed_size", + "inputs": [], + "outputs": [ + { + "type": "core::option::Option::" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "layout", + "inputs": [], + "outputs": [ + { + "type": "dojo::model::layout::Layout" + } + ], + "state_mutability": "view" + }, + { + "type": "function", + "name": "schema", + "inputs": [], + "outputs": [ + { + "type": "dojo::model::introspect::Ty" + } + ], + "state_mutability": "view" + } + ] + }, + { + "type": "impl", + "name": "playerImpl", + "interface_name": "rpg::models::index::Iplayer" + }, + { + "type": "struct", + "name": "rpg::models::index::Player", + "members": [ + { + "name": "id", + "type": "core::felt252" + }, + { + "name": "mode", + "type": "core::integer::u8" + }, + { + "name": "role", + "type": "core::integer::u8" + }, + { + "name": "damage", + "type": "core::integer::u8" + }, + { + "name": "health", + "type": "core::integer::u8" + }, + { + "name": "gold", + "type": "core::integer::u16" + }, + { + "name": "score", + "type": "core::integer::u16" + }, + { + "name": "seed", + "type": "core::felt252" + }, + { + "name": "name", + "type": "core::felt252" + } + ] + }, + { + "type": "interface", + "name": "rpg::models::index::Iplayer", + "items": [ + { + "type": "function", + "name": "ensure_abi", + "inputs": [ + { + "name": "model", + "type": "rpg::models::index::Player" + } + ], + "outputs": [], + "state_mutability": "view" + } + ] + }, + { + "type": "event", + "name": "rpg::models::index::player::Event", + "kind": "enum", + "variants": [] + } + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 09ef702..ab49b7f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,3 @@ { - "dependencies": { - "@dojoengine/create-burner": "1.0.0-alpha.5" - } + "name": "rpg-starter" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 612e199..3145b4f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,17 +6,202 @@ settings: importers: - .: + .: {} + + clients/react-client: dependencies: + '@dojoengine/core': + specifier: 1.0.0-alpha.5 + version: 1.0.0-alpha.5(starknet@6.11.0(encoding@0.1.13))(typescript@5.5.4) '@dojoengine/create-burner': specifier: 1.0.0-alpha.5 - version: 1.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(starknet@6.11.0(encoding@0.1.13)) + version: 1.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(starknet@6.11.0(encoding@0.1.13))(typescript@5.5.4) + '@dojoengine/recs': + specifier: ^2.0.13 + version: 2.0.13(typescript@5.5.4)(zod@3.23.8) + '@dojoengine/torii-client': + specifier: 1.0.0-alpha.5 + version: 1.0.0-alpha.5 + '@radix-ui/react-slot': + specifier: ^1.1.0 + version: 1.1.0(@types/react@18.3.4)(react@18.3.1) + '@types/node': + specifier: ^22.4.2 + version: 22.5.0 + autoprefixer: + specifier: ^10.4.20 + version: 10.4.20(postcss@8.4.41) + class-variance-authority: + specifier: ^0.7.0 + version: 0.7.0 + clsx: + specifier: ^2.1.1 + version: 2.1.1 + lucide-react: + specifier: ^0.429.0 + version: 0.429.0(react@18.3.1) + postcss: + specifier: ^8.4.41 + version: 8.4.41 + react: + specifier: ^18.3.1 + version: 18.3.1 + react-dom: + specifier: ^18.3.1 + version: 18.3.1(react@18.3.1) + starknet: + specifier: ^6.11.0 + version: 6.11.0(encoding@0.1.13) + tailwind-merge: + specifier: ^2.5.2 + version: 2.5.2 + tailwindcss: + specifier: ^3.4.10 + version: 3.4.10 + tailwindcss-animate: + specifier: ^1.0.7 + version: 1.0.7(tailwindcss@3.4.10) + vite-plugin-top-level-await: + specifier: ^1.4.4 + version: 1.4.4(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)) + vite-plugin-wasm: + specifier: ^3.3.0 + version: 3.3.0(vite@5.4.2(@types/node@22.5.0)) + devDependencies: + '@eslint/js': + specifier: ^9.9.0 + version: 9.9.0 + '@types/react': + specifier: ^18.3.3 + version: 18.3.4 + '@types/react-dom': + specifier: ^18.3.0 + version: 18.3.0 + '@vitejs/plugin-react': + specifier: ^4.3.1 + version: 4.3.1(vite@5.4.2(@types/node@22.5.0)) + eslint: + specifier: ^9.9.0 + version: 9.9.0(jiti@1.21.6) + eslint-plugin-react-hooks: + specifier: ^5.1.0-rc.0 + version: 5.1.0-rc-fb9a90fa48-20240614(eslint@9.9.0(jiti@1.21.6)) + eslint-plugin-react-refresh: + specifier: ^0.4.9 + version: 0.4.11(eslint@9.9.0(jiti@1.21.6)) + globals: + specifier: ^15.9.0 + version: 15.9.0 + typescript: + specifier: ^5.5.3 + version: 5.5.4 + typescript-eslint: + specifier: ^8.0.1 + version: 8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + vite: + specifier: ^5.4.1 + version: 5.4.2(@types/node@22.5.0) packages: '@adraffy/ens-normalize@1.10.0': resolution: {integrity: sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==} + '@alloc/quick-lru@5.2.0': + resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} + engines: {node: '>=10'} + + '@ampproject/remapping@2.3.0': + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} + + '@babel/code-frame@7.24.7': + resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} + engines: {node: '>=6.9.0'} + + '@babel/compat-data@7.25.4': + resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==} + engines: {node: '>=6.9.0'} + + '@babel/core@7.25.2': + resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.25.4': + resolution: {integrity: sha512-NFtZmZsyzDPJnk9Zg3BbTfKKc9UlHYzD0E//p2Z3B9nCwwtJW9T0gVbCz8+fBngnn4zf1Dr3IK8PHQQHq0lDQw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-compilation-targets@7.25.2': + resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.24.7': + resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-transforms@7.25.2': + resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + + '@babel/helper-plugin-utils@7.24.8': + resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-simple-access@7.24.7': + resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.24.8': + resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.24.7': + resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-option@7.24.8': + resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} + engines: {node: '>=6.9.0'} + + '@babel/helpers@7.25.0': + resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==} + engines: {node: '>=6.9.0'} + + '@babel/highlight@7.24.7': + resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} + engines: {node: '>=6.9.0'} + + '@babel/parser@7.25.4': + resolution: {integrity: sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/plugin-transform-react-jsx-self@7.24.7': + resolution: {integrity: sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/plugin-transform-react-jsx-source@7.24.7': + resolution: {integrity: sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@babel/template@7.25.0': + resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.25.4': + resolution: {integrity: sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.25.4': + resolution: {integrity: sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==} + engines: {node: '>=6.9.0'} + '@dojoengine/core@1.0.0-alpha.5': resolution: {integrity: sha512-X+MDXFYoV3rDVFCZlOc5RXQUviuWnsaMvAqjhNNI683w6qWNYqt2e2FUauHgJI67Vi1/9/WuIetkM5hxU9QHFQ==} hasBin: true @@ -33,6 +218,206 @@ packages: '@dojoengine/recs@2.0.13': resolution: {integrity: sha512-Cgz4Unlnk2FSDoFTYKrJexX/KiSYPMFMxftxQkC+9LUKS5yNGkgFQM7xu4/L1HvpDAenL7NjUmH6ynRAS7Iifw==} + '@dojoengine/torii-client@1.0.0-alpha.5': + resolution: {integrity: sha512-H+6bwEOaUA1UXq9PniM3D6dJVV2g514RaTkuW6/4TV+SPs7GHa123W2kpifg4AdXwauS42Ej/h2+xRhg1W1G3g==} + + '@dojoengine/torii-wasm@1.0.0-alpha.5': + resolution: {integrity: sha512-5SlvWimnrhEnRJIMDy8Lew8jBv6FAVk2tBwHhgOEQNs2p3/zqROc1ejn0SaETzSyiq3E9RMprIo04yxVAtr14A==} + + '@esbuild/aix-ppc64@0.21.5': + resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.21.5': + resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.21.5': + resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.21.5': + resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.21.5': + resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.21.5': + resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.21.5': + resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.21.5': + resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.21.5': + resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.21.5': + resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.21.5': + resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.21.5': + resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.21.5': + resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.21.5': + resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.21.5': + resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.21.5': + resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.21.5': + resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-x64@0.21.5': + resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-x64@0.21.5': + resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.21.5': + resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.21.5': + resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.21.5': + resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.21.5': + resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@eslint-community/eslint-utils@4.4.0': + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + + '@eslint-community/regexpp@4.11.0': + resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/config-array@0.17.1': + resolution: {integrity: sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/eslintrc@3.1.0': + resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/js@9.9.0': + resolution: {integrity: sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@eslint/object-schema@2.1.4': + resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@humanwhocodes/module-importer@1.0.1': + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + + '@humanwhocodes/retry@0.3.0': + resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} + engines: {node: '>=18.18'} + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@jridgewell/gen-mapping@0.3.5': + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.5.0': + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@latticexyz/schema-type@2.0.12': resolution: {integrity: sha512-QDnHU3iCQmY8e24CGR3hKUEprHrrNUfFTiUaSuj3J0d/x9iaIafYT2+dWydxgcpCmK4Xl7PgurvJiAVCmcLokg==} @@ -66,6 +451,129 @@ packages: resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} engines: {node: '>= 16'} + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@radix-ui/react-compose-refs@1.1.0': + resolution: {integrity: sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-slot@1.1.0': + resolution: {integrity: sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==} + peerDependencies: + '@types/react': '*' + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + peerDependenciesMeta: + '@types/react': + optional: true + + '@rollup/plugin-virtual@3.0.2': + resolution: {integrity: sha512-10monEYsBp3scM4/ND4LNH5Rxvh3e/cVeL3jWTgZ2SrQ+BmUoQcopVQvnaMcOnykb1VkxUFuDAN+0FnpTFRy2A==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/rollup-android-arm-eabi@4.21.0': + resolution: {integrity: sha512-WTWD8PfoSAJ+qL87lE7votj3syLavxunWhzCnx3XFxFiI/BA/r3X7MUM8dVrH8rb2r4AiO8jJsr3ZjdaftmnfA==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.21.0': + resolution: {integrity: sha512-a1sR2zSK1B4eYkiZu17ZUZhmUQcKjk2/j9Me2IDjk1GHW7LB5Z35LEzj9iJch6gtUfsnvZs1ZNyDW2oZSThrkA==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.21.0': + resolution: {integrity: sha512-zOnKWLgDld/svhKO5PD9ozmL6roy5OQ5T4ThvdYZLpiOhEGY+dp2NwUmxK0Ld91LrbjrvtNAE0ERBwjqhZTRAA==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.21.0': + resolution: {integrity: sha512-7doS8br0xAkg48SKE2QNtMSFPFUlRdw9+votl27MvT46vo44ATBmdZdGysOevNELmZlfd+NEa0UYOA8f01WSrg==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-linux-arm-gnueabihf@4.21.0': + resolution: {integrity: sha512-pWJsfQjNWNGsoCq53KjMtwdJDmh/6NubwQcz52aEwLEuvx08bzcy6tOUuawAOncPnxz/3siRtd8hiQ32G1y8VA==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm-musleabihf@4.21.0': + resolution: {integrity: sha512-efRIANsz3UHZrnZXuEvxS9LoCOWMGD1rweciD6uJQIx2myN3a8Im1FafZBzh7zk1RJ6oKcR16dU3UPldaKd83w==} + cpu: [arm] + os: [linux] + + '@rollup/rollup-linux-arm64-gnu@4.21.0': + resolution: {integrity: sha512-ZrPhydkTVhyeGTW94WJ8pnl1uroqVHM3j3hjdquwAcWnmivjAwOYjTEAuEDeJvGX7xv3Z9GAvrBkEzCgHq9U1w==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-arm64-musl@4.21.0': + resolution: {integrity: sha512-cfaupqd+UEFeURmqNP2eEvXqgbSox/LHOyN9/d2pSdV8xTrjdg3NgOFJCtc1vQ/jEke1qD0IejbBfxleBPHnPw==} + cpu: [arm64] + os: [linux] + + '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': + resolution: {integrity: sha512-ZKPan1/RvAhrUylwBXC9t7B2hXdpb/ufeu22pG2psV7RN8roOfGurEghw1ySmX/CmDDHNTDDjY3lo9hRlgtaHg==} + cpu: [ppc64] + os: [linux] + + '@rollup/rollup-linux-riscv64-gnu@4.21.0': + resolution: {integrity: sha512-H1eRaCwd5E8eS8leiS+o/NqMdljkcb1d6r2h4fKSsCXQilLKArq6WS7XBLDu80Yz+nMqHVFDquwcVrQmGr28rg==} + cpu: [riscv64] + os: [linux] + + '@rollup/rollup-linux-s390x-gnu@4.21.0': + resolution: {integrity: sha512-zJ4hA+3b5tu8u7L58CCSI0A9N1vkfwPhWd/puGXwtZlsB5bTkwDNW/+JCU84+3QYmKpLi+XvHdmrlwUwDA6kqw==} + cpu: [s390x] + os: [linux] + + '@rollup/rollup-linux-x64-gnu@4.21.0': + resolution: {integrity: sha512-e2hrvElFIh6kW/UNBQK/kzqMNY5mO+67YtEh9OA65RM5IJXYTWiXjX6fjIiPaqOkBthYF1EqgiZ6OXKcQsM0hg==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-linux-x64-musl@4.21.0': + resolution: {integrity: sha512-1vvmgDdUSebVGXWX2lIcgRebqfQSff0hMEkLJyakQ9JQUbLDkEaMsPTLOmyccyC6IJ/l3FZuJbmrBw/u0A0uCQ==} + cpu: [x64] + os: [linux] + + '@rollup/rollup-win32-arm64-msvc@4.21.0': + resolution: {integrity: sha512-s5oFkZ/hFcrlAyBTONFY1TWndfyre1wOMwU+6KCpm/iatybvrRgmZVM+vCFwxmC5ZhdlgfE0N4XorsDpi7/4XQ==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.21.0': + resolution: {integrity: sha512-G9+TEqRnAA6nbpqyUqgTiopmnfgnMkR3kMukFBDsiyy23LZvUCpiUwjTRx6ezYCjJODXrh52rBR9oXvm+Fp5wg==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.21.0': + resolution: {integrity: sha512-2jsCDZwtQvRhejHLfZ1JY6w6kEuEtfF9nzYsZxzSlNVKDX+DpsDJ+Rbjkm74nvg2rdx0gwBS+IMdvwJuq3S9pQ==} + cpu: [x64] + os: [win32] + '@scure/base@1.1.7': resolution: {integrity: sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==} @@ -94,6 +602,81 @@ packages: react: ^18.0 starknet: ^5.25.0 + '@swc/core-darwin-arm64@1.7.14': + resolution: {integrity: sha512-V0OUXjOH+hdGxDYG8NkQzy25mKOpcNKFpqtZEzLe5V/CpLJPnpg1+pMz70m14s9ZFda9OxsjlvPbg1FLUwhgIQ==} + engines: {node: '>=10'} + cpu: [arm64] + os: [darwin] + + '@swc/core-darwin-x64@1.7.14': + resolution: {integrity: sha512-9iFvUnxG6FC3An5ogp5jbBfQuUmTTwy8KMB+ZddUoPB3NR1eV+Y9vOh/tfWcenSJbgOKDLgYC5D/b1mHAprsrQ==} + engines: {node: '>=10'} + cpu: [x64] + os: [darwin] + + '@swc/core-linux-arm-gnueabihf@1.7.14': + resolution: {integrity: sha512-zGJsef9qPivKSH8Vv4F/HiBXBTHZ5Hs3ZjVGo/UIdWPJF8fTL9OVADiRrl34Q7zOZEtGXRwEKLUW1SCQcbDvZA==} + engines: {node: '>=10'} + cpu: [arm] + os: [linux] + + '@swc/core-linux-arm64-gnu@1.7.14': + resolution: {integrity: sha512-AxV3MPsoI7i4B8FXOew3dx3N8y00YoJYvIPfxelw07RegeCEH3aHp2U2DtgbP/NV1ugZMx0TL2Z2DEvocmA51g==} + engines: {node: '>=10'} + cpu: [arm64] + os: [linux] + + '@swc/core-linux-arm64-musl@1.7.14': + resolution: {integrity: sha512-JDLdNjUj3zPehd4+DrQD8Ltb3B5lD8D05IwePyDWw+uR/YPc7w/TX1FUVci5h3giJnlMCJRvi1IQYV7K1n7KtQ==} + engines: {node: '>=10'} + cpu: [arm64] + os: [linux] + + '@swc/core-linux-x64-gnu@1.7.14': + resolution: {integrity: sha512-Siy5OvPCLLWmMdx4msnEs8HvEVUEigSn0+3pbLjv78iwzXd0qSBNHUPZyC1xeurVaUbpNDxZTpPRIwpqNE2+Og==} + engines: {node: '>=10'} + cpu: [x64] + os: [linux] + + '@swc/core-linux-x64-musl@1.7.14': + resolution: {integrity: sha512-FtEGm9mwtRYQNK43WMtUIadxHs/ja2rnDurB99os0ZoFTGG2IHuht2zD97W0wB8JbqEabT1XwSG9Y5wmN+ciEQ==} + engines: {node: '>=10'} + cpu: [x64] + os: [linux] + + '@swc/core-win32-arm64-msvc@1.7.14': + resolution: {integrity: sha512-Jp8KDlfq7Ntt2/BXr0y344cYgB1zf0DaLzDZ1ZJR6rYlAzWYSccLYcxHa97VGnsYhhPspMpmCvHid97oe2hl4A==} + engines: {node: '>=10'} + cpu: [arm64] + os: [win32] + + '@swc/core-win32-ia32-msvc@1.7.14': + resolution: {integrity: sha512-I+cFsXF0OU0J9J4zdWiQKKLURO5dvCujH9Jr8N0cErdy54l9d4gfIxdctfTF+7FyXtWKLTCkp+oby9BQhkFGWA==} + engines: {node: '>=10'} + cpu: [ia32] + os: [win32] + + '@swc/core-win32-x64-msvc@1.7.14': + resolution: {integrity: sha512-NNrprQCK6d28mG436jVo2TD+vACHseUECacEBGZ9Ef0qfOIWS1XIt2MisQKG0Oea2VvLFl6tF/V4Lnx/H0Sn3Q==} + engines: {node: '>=10'} + cpu: [x64] + os: [win32] + + '@swc/core@1.7.14': + resolution: {integrity: sha512-9aeXeifnyuvc2pcuuhPQgVUwdpGEzZ+9nJu0W8/hNl/aESFsJGR5i9uQJRGu0atoNr01gK092fvmqMmQAPcKow==} + engines: {node: '>=10'} + peerDependencies: + '@swc/helpers': '*' + peerDependenciesMeta: + '@swc/helpers': + optional: true + + '@swc/counter@0.1.3': + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} + + '@swc/types@0.1.12': + resolution: {integrity: sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==} + '@tanstack/query-core@5.52.0': resolution: {integrity: sha512-U1DOEgltjUwalN6uWYTewSnA14b+tE7lSylOiASKCAO61ENJeCq9VVD/TXHA6O5u9+6v5+UgGYBSccTKDoyMqw==} @@ -102,6 +685,96 @@ packages: peerDependencies: react: ^18.0.0 + '@types/babel__core@7.20.5': + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} + + '@types/babel__generator@7.6.8': + resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} + + '@types/babel__template@7.4.4': + resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} + + '@types/babel__traverse@7.20.6': + resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==} + + '@types/estree@1.0.5': + resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + + '@types/node@22.5.0': + resolution: {integrity: sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==} + + '@types/prop-types@15.7.12': + resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} + + '@types/react-dom@18.3.0': + resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} + + '@types/react@18.3.4': + resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} + + '@typescript-eslint/eslint-plugin@8.2.0': + resolution: {integrity: sha512-02tJIs655em7fvt9gps/+4k4OsKULYGtLBPJfOsmOq1+3cdClYiF0+d6mHu6qDnTcg88wJBkcPLpQhq7FyDz0A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@8.2.0': + resolution: {integrity: sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@8.2.0': + resolution: {integrity: sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/type-utils@8.2.0': + resolution: {integrity: sha512-g1CfXGFMQdT5S+0PSO0fvGXUaiSkl73U1n9LTK5aRAFnPlJ8dLKkXr4AaLFvPedW8lVDoMgLLE3JN98ZZfsj0w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/types@8.2.0': + resolution: {integrity: sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/typescript-estree@8.2.0': + resolution: {integrity: sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@8.2.0': + resolution: {integrity: sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + + '@typescript-eslint/visitor-keys@8.2.0': + resolution: {integrity: sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@vitejs/plugin-react@4.3.1': + resolution: {integrity: sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.2.0 || ^5.0.0 + abi-wan-kanabi@2.2.3: resolution: {integrity: sha512-JlqiAl9CPvTm5kKG0QXmVCWNWoC/XyRMOeT77cQlbxXWllgjf6SqUmaNqFon72C2o5OSZids+5FvLdsw6dvWaw==} hasBin: true @@ -117,83 +790,449 @@ packages: zod: optional: true + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn@8.12.1: + resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} + engines: {node: '>=0.4.0'} + hasBin: true + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} + ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + + ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + ansicolors@0.3.2: resolution: {integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==} + any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + arg@5.0.2: + resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + + autoprefixer@10.4.20: + resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + browserslist@4.23.3: + resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + camelcase-css@2.0.1: + resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} + engines: {node: '>= 6'} + + caniuse-lite@1.0.30001651: + resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} + cardinal@2.1.1: resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==} hasBin: true + chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + class-variance-authority@0.7.0: + resolution: {integrity: sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==} + cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} + clsx@2.0.0: + resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==} + engines: {node: '>=6'} + + clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + + color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} + color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} - encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - escalade@3.1.2: - resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} - engines: {node: '>=6'} + convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} hasBin: true - eventemitter3@5.0.1: - resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - fetch-cookie@3.0.1: - resolution: {integrity: sha512-ZGXe8Y5Z/1FWqQ9q/CrJhkUD73DyBU9VF0hBQmEO/wPHe4A9PKTjplFDLeFX8aOsYypZUcX5Ji/eByn3VCVO3Q==} + debug@4.3.6: + resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true - fs-extra@10.1.0: - resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} - engines: {node: '>=12'} + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} + didyoumean@1.2.2: + resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} - get-starknet-core@3.3.3: - resolution: {integrity: sha512-IscL4lAigJpc/9Idkg07sdyUOXkB+/goTDQm8EhMGn/nIAW4rn04d+D47ils75drNQIfZZKDIIZrWrbIKvjoWA==} - peerDependencies: - starknet: ^5.18.0 + dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} - get-starknet-core@4.0.0: - resolution: {integrity: sha512-6pLmidQZkC3wZsrHY99grQHoGpuuXqkbSP65F8ov1/JsEI8DDLkhsAuLCKFzNOK56cJp+f1bWWfTJ57e9r5eqQ==} + dlv@1.1.3: + resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} - graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} + electron-to-chromium@1.5.13: + resolution: {integrity: sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + encoding@0.1.13: + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + + esbuild@0.21.5: + resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} + engines: {node: '>=12'} + hasBin: true + + escalade@3.1.2: + resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} + engines: {node: '>=6'} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + eslint-plugin-react-hooks@5.1.0-rc-fb9a90fa48-20240614: + resolution: {integrity: sha512-xsiRwaDNF5wWNC4ZHLut+x/YcAxksUd9Rizt7LaEn3bV8VyYRpXnRJQlLOfYaVy9esk4DFP4zPPnoNVjq5Gc0w==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + + eslint-plugin-react-refresh@0.4.11: + resolution: {integrity: sha512-wrAKxMbVr8qhXTtIKfXqAn5SAtRZt0aXxe5P23Fh4pUAdC6XEsybGLB8P0PI4j1yYqOgUEUlzKAGDfo7rJOjcw==} + peerDependencies: + eslint: '>=7' + + eslint-scope@8.0.2: + resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint-visitor-keys@4.0.0: + resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + eslint@9.9.0: + resolution: {integrity: sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true + + espree@10.1.0: + resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + esprima@4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + + esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + + estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + eventemitter3@5.0.1: + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + + fetch-cookie@3.0.1: + resolution: {integrity: sha512-ZGXe8Y5Z/1FWqQ9q/CrJhkUD73DyBU9VF0hBQmEO/wPHe4A9PKTjplFDLeFX8aOsYypZUcX5Ji/eByn3VCVO3Q==} + + file-entry-cache@8.0.0: + resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} + engines: {node: '>=16.0.0'} + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + + flat-cache@4.0.1: + resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} + engines: {node: '>=16'} + + flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + + foreground-child@3.3.0: + resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} + engines: {node: '>=14'} + + fraction.js@4.3.7: + resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} + + fs-extra@10.1.0: + resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} + engines: {node: '>=12'} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + gensync@1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + + get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + + get-starknet-core@3.3.3: + resolution: {integrity: sha512-IscL4lAigJpc/9Idkg07sdyUOXkB+/goTDQm8EhMGn/nIAW4rn04d+D47ils75drNQIfZZKDIIZrWrbIKvjoWA==} + peerDependencies: + starknet: ^5.18.0 + + get-starknet-core@4.0.0: + resolution: {integrity: sha512-6pLmidQZkC3wZsrHY99grQHoGpuuXqkbSP65F8ov1/JsEI8DDLkhsAuLCKFzNOK56cJp+f1bWWfTJ57e9r5eqQ==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + hasBin: true + + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + + globals@14.0.0: + resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} + engines: {node: '>=18'} + + globals@15.9.0: + resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==} + engines: {node: '>=18'} + + globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + + graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + + has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + iconv-lite@0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} + + ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} + engines: {node: '>= 4'} immutable@4.3.7: resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==} + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-core-module@2.15.1: + resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} + engines: {node: '>= 0.4'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + isomorphic-fetch@3.0.0: resolution: {integrity: sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==} @@ -202,6 +1241,13 @@ packages: peerDependencies: ws: '*' + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + + jiti@1.21.6: + resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} + hasBin: true + js-cookie@3.0.5: resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} engines: {node: '>=14'} @@ -209,9 +1255,57 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + jsesc@2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + lilconfig@2.1.0: + resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} + engines: {node: '>=10'} + + lilconfig@3.1.2: + resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} + engines: {node: '>=14'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true @@ -219,9 +1313,53 @@ packages: lossless-json@4.0.1: resolution: {integrity: sha512-l0L+ppmgPDnb+JGxNLndPtJZGNf6+ZmVaQzoxQm3u6TXmhdnsA+YtdVR8DjzZd/em58686CQhOFDPewfJ4l7MA==} + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + + lucide-react@0.429.0: + resolution: {integrity: sha512-548DahFy7Ey+0OPlOyZ6ipnbGJzewv8gq2DxDrnAzWZ4RN4+3XyIwQXhD4AQvuREFjS1EnbAgOMaYB0VQyaK1g==} + peerDependencies: + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromatch@4.0.7: + resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + engines: {node: '>=8.6'} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} + + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + mobx@6.13.1: resolution: {integrity: sha512-ekLRxgjWJr8hVxj9ZKuClPwM/iHckx3euIJ3Np7zLVNtqJvfbbq7l370W/98C8EabdQ1pB5Jd3BbDWxJPNnaOg==} + ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + + mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + + nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -231,9 +1369,126 @@ packages: encoding: optional: true + node-releases@2.0.18: + resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + normalize-range@0.1.2: + resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} + engines: {node: '>=0.10.0'} + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-hash@3.0.0: + resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} + engines: {node: '>= 6'} + + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + + package-json-from-dist@1.0.0: + resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} + pako@2.1.0: resolution: {integrity: sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==} + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + + picocolors@1.0.1: + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + pify@2.3.0: + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} + + pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + + postcss-import@15.1.0: + resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} + engines: {node: '>=14.0.0'} + peerDependencies: + postcss: ^8.0.0 + + postcss-js@4.0.1: + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} + engines: {node: ^12 || ^14 || >= 16} + peerDependencies: + postcss: ^8.4.21 + + postcss-load-config@4.0.2: + resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} + engines: {node: '>= 14'} + peerDependencies: + postcss: '>=8.0.9' + ts-node: '>=9.0.0' + peerDependenciesMeta: + postcss: + optional: true + ts-node: + optional: true + + postcss-nested@6.2.0: + resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.2.14 + + postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + + postcss-value-parser@4.2.0: + resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} + + postcss@8.4.41: + resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} + engines: {node: ^10 || ^12 || >=14} + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + proxy-deep@3.1.1: resolution: {integrity: sha512-kppbvLUNJ4IOMZds9/4gz/rtT5OFiesy3XosLsgMKlF3vb6GA5Y3ptyDlzKLcOcUBW+zaY+RiMINTsgE+O6e+Q==} @@ -247,15 +1502,29 @@ packages: querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + react-dom@18.3.1: resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} peerDependencies: react: ^18.3.1 + react-refresh@0.14.2: + resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} + engines: {node: '>=0.10.0'} + react@18.3.1: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} engines: {node: '>=0.10.0'} + read-cache@1.0.0: + resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} + + readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + redeyed@2.1.1: resolution: {integrity: sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==} @@ -266,6 +1535,26 @@ packages: requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rollup@4.21.0: + resolution: {integrity: sha512-vo+S/lfA2lMS7rZ2Qoubi6I5hwZwzXeUIctILZLbHI+laNtvhhOIon2S1JksA5UEDQ7l3vberd0fxK44lTYjbQ==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + rxjs@7.5.5: resolution: {integrity: sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==} @@ -275,9 +1564,38 @@ packages: scheduler@0.23.2: resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + set-cookie-parser@2.7.0: resolution: {integrity: sha512-lXLOiqpkUumhRdFF3k1osNXCy9akgx/dyPZ5p8qAg9seJzXr5ZrlqZuWIMuY6ejOsVLE6flJ5/h3lsn57fQ/PQ==} + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + source-map-js@1.2.0: + resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + engines: {node: '>=0.10.0'} + starknet@6.11.0: resolution: {integrity: sha512-u50KrGDi9fbu1Ogu7ynwF/tSeFlp3mzOg1/Y5x50tYFICImo3OfY4lOz9OtYDk404HK4eUujKkhov9tG7GAKlg==} @@ -285,10 +1603,70 @@ packages: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + sucrase@3.35.0: + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + + supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + + tailwind-merge@2.5.2: + resolution: {integrity: sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==} + + tailwindcss-animate@1.0.7: + resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} + peerDependencies: + tailwindcss: '>=3.0.0 || insiders' + + tailwindcss@3.4.10: + resolution: {integrity: sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==} + engines: {node: '>=14.0.0'} + hasBin: true + + text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + + thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + + thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + + to-fast-properties@2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + tough-cookie@4.1.4: resolution: {integrity: sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==} engines: {node: '>=6'} @@ -296,12 +1674,42 @@ packages: tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + ts-api-utils@1.3.0: + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + + ts-interface-checker@0.1.13: + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + ts-mixer@6.0.4: resolution: {integrity: sha512-ufKpbmrugz5Aou4wcr5Wc1UUFWOLhq+Fm6qa6P0w0K5Qw2yhaUoiWszhCVuNQyNwrlGiscHOmqYoAox1PtvgjA==} tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + typescript-eslint@8.2.0: + resolution: {integrity: sha512-DmnqaPcML0xYwUzgNbM1XaKXpEb7BShYf2P1tkUmmcl8hyeG7Pj08Er7R9bNy6AufabywzJcOybQAtnD/c9DGw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} + engines: {node: '>=14.17'} + hasBin: true + + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} @@ -310,12 +1718,28 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} + update-browserslist-db@1.1.0: + resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + uuid@10.0.0: + resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + hasBin: true + viem@2.9.20: resolution: {integrity: sha512-PHb1MrBHMrSZ8Ayuk3Y/6wUTcMbzlACQaM6AJBSv9kRKX3xYSZ/kehi+gvS0swQJeAlTQ4eZM7jsHQJNAOarmg==} peerDependencies: @@ -324,6 +1748,47 @@ packages: typescript: optional: true + vite-plugin-top-level-await@1.4.4: + resolution: {integrity: sha512-QyxQbvcMkgt+kDb12m2P8Ed35Sp6nXP+l8ptGrnHV9zgYDUpraO0CPdlqLSeBqvY2DToR52nutDG7mIHuysdiw==} + peerDependencies: + vite: '>=2.8' + + vite-plugin-wasm@3.3.0: + resolution: {integrity: sha512-tVhz6w+W9MVsOCHzxo6SSMSswCeIw4HTrXEi6qL3IRzATl83jl09JVO1djBqPSwfjgnpVHNLYcaMbaDX5WB/pg==} + peerDependencies: + vite: ^2 || ^3 || ^4 || ^5 + + vite@5.4.2: + resolution: {integrity: sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} @@ -333,10 +1798,23 @@ packages: whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + ws@8.13.0: resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} engines: {node: '>=10.0.0'} @@ -353,24 +1831,167 @@ packages: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} + yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + + yaml@2.5.0: + resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==} + engines: {node: '>= 14'} + hasBin: true + yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} + yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + zod@3.23.8: + resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + +snapshots: + + '@adraffy/ens-normalize@1.10.0': {} + + '@alloc/quick-lru@5.2.0': {} + + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + + '@babel/code-frame@7.24.7': + dependencies: + '@babel/highlight': 7.24.7 + picocolors: 1.0.1 + + '@babel/compat-data@7.25.4': {} + + '@babel/core@7.25.2': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.4 + '@babel/helper-compilation-targets': 7.25.2 + '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2) + '@babel/helpers': 7.25.0 + '@babel/parser': 7.25.4 + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 + convert-source-map: 2.0.0 + debug: 4.3.6 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/generator@7.25.4': + dependencies: + '@babel/types': 7.25.4 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + + '@babel/helper-compilation-targets@7.25.2': + dependencies: + '@babel/compat-data': 7.25.4 + '@babel/helper-validator-option': 7.24.8 + browserslist: 4.23.3 + lru-cache: 5.1.1 + semver: 6.3.1 + + '@babel/helper-module-imports@7.24.7': + dependencies: + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-simple-access': 7.24.7 + '@babel/helper-validator-identifier': 7.24.7 + '@babel/traverse': 7.25.4 + transitivePeerDependencies: + - supports-color + + '@babel/helper-plugin-utils@7.24.8': {} + + '@babel/helper-simple-access@7.24.7': + dependencies: + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 + transitivePeerDependencies: + - supports-color + + '@babel/helper-string-parser@7.24.8': {} + + '@babel/helper-validator-identifier@7.24.7': {} + + '@babel/helper-validator-option@7.24.8': {} + + '@babel/helpers@7.25.0': + dependencies: + '@babel/template': 7.25.0 + '@babel/types': 7.25.4 + + '@babel/highlight@7.24.7': + dependencies: + '@babel/helper-validator-identifier': 7.24.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.1 + + '@babel/parser@7.25.4': + dependencies: + '@babel/types': 7.25.4 + + '@babel/plugin-transform-react-jsx-self@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 + + '@babel/plugin-transform-react-jsx-source@7.24.7(@babel/core@7.25.2)': + dependencies: + '@babel/core': 7.25.2 + '@babel/helper-plugin-utils': 7.24.8 - zod@3.23.8: - resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} + '@babel/template@7.25.0': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 -snapshots: + '@babel/traverse@7.25.4': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.25.4 + '@babel/parser': 7.25.4 + '@babel/template': 7.25.0 + '@babel/types': 7.25.4 + debug: 4.3.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color - '@adraffy/ens-normalize@1.10.0': {} + '@babel/types@7.25.4': + dependencies: + '@babel/helper-string-parser': 7.24.8 + '@babel/helper-validator-identifier': 7.24.7 + to-fast-properties: 2.0.0 - '@dojoengine/core@1.0.0-alpha.5(starknet@6.11.0(encoding@0.1.13))': + '@dojoengine/core@1.0.0-alpha.5(starknet@6.11.0(encoding@0.1.13))(typescript@5.5.4)': dependencies: - '@dojoengine/recs': 2.0.13(zod@3.23.8) + '@dojoengine/recs': 2.0.13(typescript@5.5.4)(zod@3.23.8) starknet: 6.11.0(encoding@0.1.13) zod: 3.23.8 transitivePeerDependencies: @@ -378,9 +1999,9 @@ snapshots: - typescript - utf-8-validate - '@dojoengine/create-burner@1.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(starknet@6.11.0(encoding@0.1.13))': + '@dojoengine/create-burner@1.0.0-alpha.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(starknet@6.11.0(encoding@0.1.13))(typescript@5.5.4)': dependencies: - '@dojoengine/core': 1.0.0-alpha.5(starknet@6.11.0(encoding@0.1.13)) + '@dojoengine/core': 1.0.0-alpha.5(starknet@6.11.0(encoding@0.1.13))(typescript@5.5.4) '@scure/bip32': 1.4.0 '@starknet-react/core': 2.3.0(get-starknet-core@3.3.3(starknet@6.11.0(encoding@0.1.13)))(react@18.3.1)(starknet@6.11.0(encoding@0.1.13)) encoding: 0.1.13 @@ -394,9 +2015,9 @@ snapshots: - typescript - utf-8-validate - '@dojoengine/recs@2.0.13(zod@3.23.8)': + '@dojoengine/recs@2.0.13(typescript@5.5.4)(zod@3.23.8)': dependencies: - '@latticexyz/schema-type': 2.0.12(zod@3.23.8) + '@latticexyz/schema-type': 2.0.12(typescript@5.5.4)(zod@3.23.8) '@latticexyz/utils': 2.0.12 mobx: 6.13.1 rxjs: 7.5.5 @@ -406,10 +2027,149 @@ snapshots: - utf-8-validate - zod - '@latticexyz/schema-type@2.0.12(zod@3.23.8)': + '@dojoengine/torii-client@1.0.0-alpha.5': + dependencies: + '@dojoengine/torii-wasm': 1.0.0-alpha.5 + typescript: 5.5.4 + + '@dojoengine/torii-wasm@1.0.0-alpha.5': {} + + '@esbuild/aix-ppc64@0.21.5': + optional: true + + '@esbuild/android-arm64@0.21.5': + optional: true + + '@esbuild/android-arm@0.21.5': + optional: true + + '@esbuild/android-x64@0.21.5': + optional: true + + '@esbuild/darwin-arm64@0.21.5': + optional: true + + '@esbuild/darwin-x64@0.21.5': + optional: true + + '@esbuild/freebsd-arm64@0.21.5': + optional: true + + '@esbuild/freebsd-x64@0.21.5': + optional: true + + '@esbuild/linux-arm64@0.21.5': + optional: true + + '@esbuild/linux-arm@0.21.5': + optional: true + + '@esbuild/linux-ia32@0.21.5': + optional: true + + '@esbuild/linux-loong64@0.21.5': + optional: true + + '@esbuild/linux-mips64el@0.21.5': + optional: true + + '@esbuild/linux-ppc64@0.21.5': + optional: true + + '@esbuild/linux-riscv64@0.21.5': + optional: true + + '@esbuild/linux-s390x@0.21.5': + optional: true + + '@esbuild/linux-x64@0.21.5': + optional: true + + '@esbuild/netbsd-x64@0.21.5': + optional: true + + '@esbuild/openbsd-x64@0.21.5': + optional: true + + '@esbuild/sunos-x64@0.21.5': + optional: true + + '@esbuild/win32-arm64@0.21.5': + optional: true + + '@esbuild/win32-ia32@0.21.5': + optional: true + + '@esbuild/win32-x64@0.21.5': + optional: true + + '@eslint-community/eslint-utils@4.4.0(eslint@9.9.0(jiti@1.21.6))': + dependencies: + eslint: 9.9.0(jiti@1.21.6) + eslint-visitor-keys: 3.4.3 + + '@eslint-community/regexpp@4.11.0': {} + + '@eslint/config-array@0.17.1': + dependencies: + '@eslint/object-schema': 2.1.4 + debug: 4.3.6 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@eslint/eslintrc@3.1.0': + dependencies: + ajv: 6.12.6 + debug: 4.3.6 + espree: 10.1.0 + globals: 14.0.0 + ignore: 5.3.2 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + '@eslint/js@9.9.0': {} + + '@eslint/object-schema@2.1.4': {} + + '@humanwhocodes/module-importer@1.0.1': {} + + '@humanwhocodes/retry@0.3.0': {} + + '@isaacs/cliui@8.0.2': + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + '@jridgewell/gen-mapping@0.3.5': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/set-array@1.2.1': {} + + '@jridgewell/sourcemap-codec@1.5.0': {} + + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + + '@latticexyz/schema-type@2.0.12(typescript@5.5.4)(zod@3.23.8)': dependencies: - abitype: 1.0.0(zod@3.23.8) - viem: 2.9.20(zod@3.23.8) + abitype: 1.0.0(typescript@5.5.4)(zod@3.23.8) + viem: 2.9.20(typescript@5.5.4)(zod@3.23.8) transitivePeerDependencies: - bufferutil - typescript @@ -446,12 +2206,92 @@ snapshots: '@noble/hashes@1.4.0': {} + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.17.1 + + '@pkgjs/parseargs@0.11.0': + optional: true + + '@radix-ui/react-compose-refs@1.1.0(@types/react@18.3.4)(react@18.3.1)': + dependencies: + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.4 + + '@radix-ui/react-slot@1.1.0(@types/react@18.3.4)(react@18.3.1)': + dependencies: + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.4)(react@18.3.1) + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.4 + + '@rollup/plugin-virtual@3.0.2(rollup@4.21.0)': + optionalDependencies: + rollup: 4.21.0 + + '@rollup/rollup-android-arm-eabi@4.21.0': + optional: true + + '@rollup/rollup-android-arm64@4.21.0': + optional: true + + '@rollup/rollup-darwin-arm64@4.21.0': + optional: true + + '@rollup/rollup-darwin-x64@4.21.0': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.21.0': + optional: true + + '@rollup/rollup-linux-arm-musleabihf@4.21.0': + optional: true + + '@rollup/rollup-linux-arm64-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.21.0': + optional: true + + '@rollup/rollup-linux-powerpc64le-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-riscv64-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-s390x-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-x64-gnu@4.21.0': + optional: true + + '@rollup/rollup-linux-x64-musl@4.21.0': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.21.0': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.21.0': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.21.0': + optional: true + '@scure/base@1.1.7': {} '@scure/bip32@1.3.2': dependencies: '@noble/curves': 1.2.0 - '@noble/hashes': 1.3.2 + '@noble/hashes': 1.3.3 '@scure/base': 1.1.7 '@scure/bip32@1.4.0': @@ -462,7 +2302,7 @@ snapshots: '@scure/bip39@1.2.1': dependencies: - '@noble/hashes': 1.3.2 + '@noble/hashes': 1.3.3 '@scure/base': 1.1.7 '@scure/starknet@1.0.0': @@ -485,72 +2325,560 @@ snapshots: starknet: 6.11.0(encoding@0.1.13) zod: 3.23.8 - '@tanstack/query-core@5.52.0': {} + '@swc/core-darwin-arm64@1.7.14': + optional: true + + '@swc/core-darwin-x64@1.7.14': + optional: true + + '@swc/core-linux-arm-gnueabihf@1.7.14': + optional: true + + '@swc/core-linux-arm64-gnu@1.7.14': + optional: true + + '@swc/core-linux-arm64-musl@1.7.14': + optional: true + + '@swc/core-linux-x64-gnu@1.7.14': + optional: true + + '@swc/core-linux-x64-musl@1.7.14': + optional: true + + '@swc/core-win32-arm64-msvc@1.7.14': + optional: true + + '@swc/core-win32-ia32-msvc@1.7.14': + optional: true + + '@swc/core-win32-x64-msvc@1.7.14': + optional: true + + '@swc/core@1.7.14': + dependencies: + '@swc/counter': 0.1.3 + '@swc/types': 0.1.12 + optionalDependencies: + '@swc/core-darwin-arm64': 1.7.14 + '@swc/core-darwin-x64': 1.7.14 + '@swc/core-linux-arm-gnueabihf': 1.7.14 + '@swc/core-linux-arm64-gnu': 1.7.14 + '@swc/core-linux-arm64-musl': 1.7.14 + '@swc/core-linux-x64-gnu': 1.7.14 + '@swc/core-linux-x64-musl': 1.7.14 + '@swc/core-win32-arm64-msvc': 1.7.14 + '@swc/core-win32-ia32-msvc': 1.7.14 + '@swc/core-win32-x64-msvc': 1.7.14 + + '@swc/counter@0.1.3': {} + + '@swc/types@0.1.12': + dependencies: + '@swc/counter': 0.1.3 + + '@tanstack/query-core@5.52.0': {} + + '@tanstack/react-query@5.52.0(react@18.3.1)': + dependencies: + '@tanstack/query-core': 5.52.0 + react: 18.3.1 + + '@types/babel__core@7.20.5': + dependencies: + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 + '@types/babel__generator': 7.6.8 + '@types/babel__template': 7.4.4 + '@types/babel__traverse': 7.20.6 + + '@types/babel__generator@7.6.8': + dependencies: + '@babel/types': 7.25.4 + + '@types/babel__template@7.4.4': + dependencies: + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 + + '@types/babel__traverse@7.20.6': + dependencies: + '@babel/types': 7.25.4 + + '@types/estree@1.0.5': {} + + '@types/node@22.5.0': + dependencies: + undici-types: 6.19.8 + + '@types/prop-types@15.7.12': {} + + '@types/react-dom@18.3.0': + dependencies: + '@types/react': 18.3.4 + + '@types/react@18.3.4': + dependencies: + '@types/prop-types': 15.7.12 + csstype: 3.1.3 + + '@typescript-eslint/eslint-plugin@8.2.0(@typescript-eslint/parser@8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': + dependencies: + '@eslint-community/regexpp': 4.11.0 + '@typescript-eslint/parser': 8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.2.0 + '@typescript-eslint/type-utils': 8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + '@typescript-eslint/utils': 8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.2.0 + eslint: 9.9.0(jiti@1.21.6) + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare: 1.4.0 + ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': + dependencies: + '@typescript-eslint/scope-manager': 8.2.0 + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/typescript-estree': 8.2.0(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.2.0 + debug: 4.3.6 + eslint: 9.9.0(jiti@1.21.6) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/scope-manager@8.2.0': + dependencies: + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/visitor-keys': 8.2.0 + + '@typescript-eslint/type-utils@8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': + dependencies: + '@typescript-eslint/typescript-estree': 8.2.0(typescript@5.5.4) + '@typescript-eslint/utils': 8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + debug: 4.3.6 + ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - eslint + - supports-color + + '@typescript-eslint/types@8.2.0': {} + + '@typescript-eslint/typescript-estree@8.2.0(typescript@5.5.4)': + dependencies: + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/visitor-keys': 8.2.0 + debug: 4.3.6 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6)) + '@typescript-eslint/scope-manager': 8.2.0 + '@typescript-eslint/types': 8.2.0 + '@typescript-eslint/typescript-estree': 8.2.0(typescript@5.5.4) + eslint: 9.9.0(jiti@1.21.6) + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/visitor-keys@8.2.0': + dependencies: + '@typescript-eslint/types': 8.2.0 + eslint-visitor-keys: 3.4.3 + + '@vitejs/plugin-react@4.3.1(vite@5.4.2(@types/node@22.5.0))': + dependencies: + '@babel/core': 7.25.2 + '@babel/plugin-transform-react-jsx-self': 7.24.7(@babel/core@7.25.2) + '@babel/plugin-transform-react-jsx-source': 7.24.7(@babel/core@7.25.2) + '@types/babel__core': 7.20.5 + react-refresh: 0.14.2 + vite: 5.4.2(@types/node@22.5.0) + transitivePeerDependencies: + - supports-color + + abi-wan-kanabi@2.2.3: + dependencies: + ansicolors: 0.3.2 + cardinal: 2.1.1 + fs-extra: 10.1.0 + yargs: 17.7.2 + + abitype@1.0.0(typescript@5.5.4)(zod@3.23.8): + optionalDependencies: + typescript: 5.5.4 + zod: 3.23.8 + + acorn-jsx@5.3.2(acorn@8.12.1): + dependencies: + acorn: 8.12.1 + + acorn@8.12.1: {} + + ajv@6.12.6: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + + ansi-regex@5.0.1: {} + + ansi-regex@6.0.1: {} + + ansi-styles@3.2.1: + dependencies: + color-convert: 1.9.3 + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@6.2.1: {} + + ansicolors@0.3.2: {} + + any-promise@1.3.0: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + arg@5.0.2: {} + + argparse@2.0.1: {} + + array-union@2.1.0: {} + + autoprefixer@10.4.20(postcss@8.4.41): + dependencies: + browserslist: 4.23.3 + caniuse-lite: 1.0.30001651 + fraction.js: 4.3.7 + normalize-range: 0.1.2 + picocolors: 1.0.1 + postcss: 8.4.41 + postcss-value-parser: 4.2.0 + + balanced-match@1.0.2: {} + + binary-extensions@2.3.0: {} + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + browserslist@4.23.3: + dependencies: + caniuse-lite: 1.0.30001651 + electron-to-chromium: 1.5.13 + node-releases: 2.0.18 + update-browserslist-db: 1.1.0(browserslist@4.23.3) + + callsites@3.1.0: {} + + camelcase-css@2.0.1: {} + + caniuse-lite@1.0.30001651: {} + + cardinal@2.1.1: + dependencies: + ansicolors: 0.3.2 + redeyed: 2.1.1 + + chalk@2.4.2: + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + + chalk@4.1.2: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chokidar@3.6.0: + dependencies: + anymatch: 3.1.3 + braces: 3.0.3 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + class-variance-authority@0.7.0: + dependencies: + clsx: 2.0.0 + + cliui@8.0.1: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + + clsx@2.0.0: {} + + clsx@2.1.1: {} + + color-convert@1.9.3: + dependencies: + color-name: 1.1.3 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.3: {} + + color-name@1.1.4: {} + + commander@4.1.1: {} + + concat-map@0.0.1: {} + + convert-source-map@2.0.0: {} + + cross-spawn@7.0.3: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + cssesc@3.0.0: {} + + csstype@3.1.3: {} + + debug@4.3.6: + dependencies: + ms: 2.1.2 + + deep-is@0.1.4: {} + + didyoumean@1.2.2: {} + + dir-glob@3.0.1: + dependencies: + path-type: 4.0.0 + + dlv@1.1.3: {} + + eastasianwidth@0.2.0: {} + + electron-to-chromium@1.5.13: {} - '@tanstack/react-query@5.52.0(react@18.3.1)': - dependencies: - '@tanstack/query-core': 5.52.0 - react: 18.3.1 + emoji-regex@8.0.0: {} - abi-wan-kanabi@2.2.3: + emoji-regex@9.2.2: {} + + encoding@0.1.13: dependencies: - ansicolors: 0.3.2 - cardinal: 2.1.1 - fs-extra: 10.1.0 - yargs: 17.7.2 + iconv-lite: 0.6.3 - abitype@1.0.0(zod@3.23.8): + esbuild@0.21.5: optionalDependencies: - zod: 3.23.8 + '@esbuild/aix-ppc64': 0.21.5 + '@esbuild/android-arm': 0.21.5 + '@esbuild/android-arm64': 0.21.5 + '@esbuild/android-x64': 0.21.5 + '@esbuild/darwin-arm64': 0.21.5 + '@esbuild/darwin-x64': 0.21.5 + '@esbuild/freebsd-arm64': 0.21.5 + '@esbuild/freebsd-x64': 0.21.5 + '@esbuild/linux-arm': 0.21.5 + '@esbuild/linux-arm64': 0.21.5 + '@esbuild/linux-ia32': 0.21.5 + '@esbuild/linux-loong64': 0.21.5 + '@esbuild/linux-mips64el': 0.21.5 + '@esbuild/linux-ppc64': 0.21.5 + '@esbuild/linux-riscv64': 0.21.5 + '@esbuild/linux-s390x': 0.21.5 + '@esbuild/linux-x64': 0.21.5 + '@esbuild/netbsd-x64': 0.21.5 + '@esbuild/openbsd-x64': 0.21.5 + '@esbuild/sunos-x64': 0.21.5 + '@esbuild/win32-arm64': 0.21.5 + '@esbuild/win32-ia32': 0.21.5 + '@esbuild/win32-x64': 0.21.5 - ansi-regex@5.0.1: {} + escalade@3.1.2: {} - ansi-styles@4.3.0: + escape-string-regexp@1.0.5: {} + + escape-string-regexp@4.0.0: {} + + eslint-plugin-react-hooks@5.1.0-rc-fb9a90fa48-20240614(eslint@9.9.0(jiti@1.21.6)): dependencies: - color-convert: 2.0.1 + eslint: 9.9.0(jiti@1.21.6) - ansicolors@0.3.2: {} + eslint-plugin-react-refresh@0.4.11(eslint@9.9.0(jiti@1.21.6)): + dependencies: + eslint: 9.9.0(jiti@1.21.6) - cardinal@2.1.1: + eslint-scope@8.0.2: dependencies: - ansicolors: 0.3.2 - redeyed: 2.1.1 + esrecurse: 4.3.0 + estraverse: 5.3.0 - cliui@8.0.1: + eslint-visitor-keys@3.4.3: {} + + eslint-visitor-keys@4.0.0: {} + + eslint@9.9.0(jiti@1.21.6): dependencies: - string-width: 4.2.3 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6)) + '@eslint-community/regexpp': 4.11.0 + '@eslint/config-array': 0.17.1 + '@eslint/eslintrc': 3.1.0 + '@eslint/js': 9.9.0 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.3.0 + '@nodelib/fs.walk': 1.2.8 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.6 + escape-string-regexp: 4.0.0 + eslint-scope: 8.0.2 + eslint-visitor-keys: 4.0.0 + espree: 10.1.0 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 + text-table: 0.2.0 + optionalDependencies: + jiti: 1.21.6 + transitivePeerDependencies: + - supports-color - color-convert@2.0.1: + espree@10.1.0: dependencies: - color-name: 1.1.4 + acorn: 8.12.1 + acorn-jsx: 5.3.2(acorn@8.12.1) + eslint-visitor-keys: 4.0.0 - color-name@1.1.4: {} + esprima@4.0.1: {} - emoji-regex@8.0.0: {} + esquery@1.6.0: + dependencies: + estraverse: 5.3.0 - encoding@0.1.13: + esrecurse@4.3.0: dependencies: - iconv-lite: 0.6.3 + estraverse: 5.3.0 - escalade@3.1.2: {} + estraverse@5.3.0: {} - esprima@4.0.1: {} + esutils@2.0.3: {} eventemitter3@5.0.1: {} + fast-deep-equal@3.1.3: {} + + fast-glob@3.3.2: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.7 + + fast-json-stable-stringify@2.1.0: {} + + fast-levenshtein@2.0.6: {} + + fastq@1.17.1: + dependencies: + reusify: 1.0.4 + fetch-cookie@3.0.1: dependencies: set-cookie-parser: 2.7.0 tough-cookie: 4.1.4 + file-entry-cache@8.0.0: + dependencies: + flat-cache: 4.0.1 + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + + find-up@5.0.0: + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + + flat-cache@4.0.1: + dependencies: + flatted: 3.3.1 + keyv: 4.5.4 + + flatted@3.3.1: {} + + foreground-child@3.3.0: + dependencies: + cross-spawn: 7.0.3 + signal-exit: 4.1.0 + + fraction.js@4.3.7: {} + fs-extra@10.1.0: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 + fsevents@2.3.3: + optional: true + + function-bind@1.1.2: {} + + gensync@1.0.0-beta.2: {} + get-caller-file@2.0.5: {} get-starknet-core@3.3.3(starknet@6.11.0(encoding@0.1.13)): @@ -562,16 +2890,87 @@ snapshots: dependencies: '@starknet-io/types-js': 0.7.7 + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + glob-parent@6.0.2: + dependencies: + is-glob: 4.0.3 + + glob@10.4.5: + dependencies: + foreground-child: 3.3.0 + jackspeak: 3.4.3 + minimatch: 9.0.5 + minipass: 7.1.2 + package-json-from-dist: 1.0.0 + path-scurry: 1.11.1 + + globals@11.12.0: {} + + globals@14.0.0: {} + + globals@15.9.0: {} + + globby@11.1.0: + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.2 + ignore: 5.3.2 + merge2: 1.4.1 + slash: 3.0.0 + graceful-fs@4.2.11: {} + graphemer@1.4.0: {} + + has-flag@3.0.0: {} + + has-flag@4.0.0: {} + + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 + iconv-lite@0.6.3: dependencies: safer-buffer: 2.1.2 + ignore@5.3.2: {} + immutable@4.3.7: {} + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + + imurmurhash@0.1.4: {} + + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.3.0 + + is-core-module@2.15.1: + dependencies: + hasown: 2.0.2 + + is-extglob@2.1.1: {} + is-fullwidth-code-point@3.0.0: {} + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-number@7.0.0: {} + + is-path-inside@3.0.3: {} + + isexe@2.0.0: {} + isomorphic-fetch@3.0.0(encoding@0.1.13): dependencies: node-fetch: 2.7.0(encoding@0.1.13) @@ -583,32 +2982,207 @@ snapshots: dependencies: ws: 8.13.0 + jackspeak@3.4.3: + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + + jiti@1.21.6: {} + js-cookie@3.0.5: {} js-tokens@4.0.0: {} + js-yaml@4.1.0: + dependencies: + argparse: 2.0.1 + + jsesc@2.5.2: {} + + json-buffer@3.0.1: {} + + json-schema-traverse@0.4.1: {} + + json-stable-stringify-without-jsonify@1.0.1: {} + + json5@2.2.3: {} + jsonfile@6.1.0: dependencies: universalify: 2.0.1 optionalDependencies: graceful-fs: 4.2.11 + keyv@4.5.4: + dependencies: + json-buffer: 3.0.1 + + levn@0.4.1: + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + + lilconfig@2.1.0: {} + + lilconfig@3.1.2: {} + + lines-and-columns@1.2.4: {} + + locate-path@6.0.0: + dependencies: + p-locate: 5.0.0 + + lodash.merge@4.6.2: {} + loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 lossless-json@4.0.1: {} + lru-cache@10.4.3: {} + + lru-cache@5.1.1: + dependencies: + yallist: 3.1.1 + + lucide-react@0.429.0(react@18.3.1): + dependencies: + react: 18.3.1 + + merge2@1.4.1: {} + + micromatch@4.0.7: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 + + minimatch@9.0.5: + dependencies: + brace-expansion: 2.0.1 + + minipass@7.1.2: {} + mobx@6.13.1: {} + ms@2.1.2: {} + + mz@2.7.0: + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + + nanoid@3.3.7: {} + + natural-compare@1.4.0: {} + node-fetch@2.7.0(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 optionalDependencies: encoding: 0.1.13 + node-releases@2.0.18: {} + + normalize-path@3.0.0: {} + + normalize-range@0.1.2: {} + + object-assign@4.1.1: {} + + object-hash@3.0.0: {} + + optionator@0.9.4: + dependencies: + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.5 + + p-limit@3.1.0: + dependencies: + yocto-queue: 0.1.0 + + p-locate@5.0.0: + dependencies: + p-limit: 3.1.0 + + package-json-from-dist@1.0.0: {} + pako@2.1.0: {} + parent-module@1.0.1: + dependencies: + callsites: 3.1.0 + + path-exists@4.0.0: {} + + path-key@3.1.1: {} + + path-parse@1.0.7: {} + + path-scurry@1.11.1: + dependencies: + lru-cache: 10.4.3 + minipass: 7.1.2 + + path-type@4.0.0: {} + + picocolors@1.0.1: {} + + picomatch@2.3.1: {} + + pify@2.3.0: {} + + pirates@4.0.6: {} + + postcss-import@15.1.0(postcss@8.4.41): + dependencies: + postcss: 8.4.41 + postcss-value-parser: 4.2.0 + read-cache: 1.0.0 + resolve: 1.22.8 + + postcss-js@4.0.1(postcss@8.4.41): + dependencies: + camelcase-css: 2.0.1 + postcss: 8.4.41 + + postcss-load-config@4.0.2(postcss@8.4.41): + dependencies: + lilconfig: 3.1.2 + yaml: 2.5.0 + optionalDependencies: + postcss: 8.4.41 + + postcss-nested@6.2.0(postcss@8.4.41): + dependencies: + postcss: 8.4.41 + postcss-selector-parser: 6.1.2 + + postcss-selector-parser@6.1.2: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-value-parser@4.2.0: {} + + postcss@8.4.41: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + + prelude-ls@1.2.1: {} + proxy-deep@3.1.1: {} psl@1.9.0: {} @@ -617,16 +3191,28 @@ snapshots: querystringify@2.2.0: {} + queue-microtask@1.2.3: {} + react-dom@18.3.1(react@18.3.1): dependencies: loose-envify: 1.4.0 react: 18.3.1 scheduler: 0.23.2 + react-refresh@0.14.2: {} + react@18.3.1: dependencies: loose-envify: 1.4.0 + read-cache@1.0.0: + dependencies: + pify: 2.3.0 + + readdirp@3.6.0: + dependencies: + picomatch: 2.3.1 + redeyed@2.1.1: dependencies: esprima: 4.0.1 @@ -635,6 +3221,42 @@ snapshots: requires-port@1.0.0: {} + resolve-from@4.0.0: {} + + resolve@1.22.8: + dependencies: + is-core-module: 2.15.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + reusify@1.0.4: {} + + rollup@4.21.0: + dependencies: + '@types/estree': 1.0.5 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.21.0 + '@rollup/rollup-android-arm64': 4.21.0 + '@rollup/rollup-darwin-arm64': 4.21.0 + '@rollup/rollup-darwin-x64': 4.21.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.21.0 + '@rollup/rollup-linux-arm-musleabihf': 4.21.0 + '@rollup/rollup-linux-arm64-gnu': 4.21.0 + '@rollup/rollup-linux-arm64-musl': 4.21.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.21.0 + '@rollup/rollup-linux-riscv64-gnu': 4.21.0 + '@rollup/rollup-linux-s390x-gnu': 4.21.0 + '@rollup/rollup-linux-x64-gnu': 4.21.0 + '@rollup/rollup-linux-x64-musl': 4.21.0 + '@rollup/rollup-win32-arm64-msvc': 4.21.0 + '@rollup/rollup-win32-ia32-msvc': 4.21.0 + '@rollup/rollup-win32-x64-msvc': 4.21.0 + fsevents: 2.3.3 + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + rxjs@7.5.5: dependencies: tslib: 2.6.3 @@ -645,8 +3267,24 @@ snapshots: dependencies: loose-envify: 1.4.0 + semver@6.3.1: {} + + semver@7.6.3: {} + set-cookie-parser@2.7.0: {} + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + signal-exit@4.1.0: {} + + slash@3.0.0: {} + + source-map-js@1.2.0: {} + starknet@6.11.0(encoding@0.1.13): dependencies: '@noble/curves': 1.4.2 @@ -671,10 +3309,91 @@ snapshots: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.0.1 + + strip-json-comments@3.1.1: {} + + sucrase@3.35.0: + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + commander: 4.1.1 + glob: 10.4.5 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + ts-interface-checker: 0.1.13 + + supports-color@5.5.0: + dependencies: + has-flag: 3.0.0 + + supports-color@7.2.0: + dependencies: + has-flag: 4.0.0 + + supports-preserve-symlinks-flag@1.0.0: {} + + tailwind-merge@2.5.2: {} + + tailwindcss-animate@1.0.7(tailwindcss@3.4.10): + dependencies: + tailwindcss: 3.4.10 + + tailwindcss@3.4.10: + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.6.0 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.6 + lilconfig: 2.1.0 + micromatch: 4.0.7 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.0.1 + postcss: 8.4.41 + postcss-import: 15.1.0(postcss@8.4.41) + postcss-js: 4.0.1(postcss@8.4.41) + postcss-load-config: 4.0.2(postcss@8.4.41) + postcss-nested: 6.2.0(postcss@8.4.41) + postcss-selector-parser: 6.1.2 + resolve: 1.22.8 + sucrase: 3.35.0 + transitivePeerDependencies: + - ts-node + + text-table@0.2.0: {} + + thenify-all@1.6.0: + dependencies: + thenify: 3.3.1 + + thenify@3.3.1: + dependencies: + any-promise: 1.3.0 + + to-fast-properties@2.0.0: {} + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + tough-cookie@4.1.4: dependencies: psl: 1.9.0 @@ -684,14 +3403,49 @@ snapshots: tr46@0.0.3: {} + ts-api-utils@1.3.0(typescript@5.5.4): + dependencies: + typescript: 5.5.4 + + ts-interface-checker@0.1.13: {} + ts-mixer@6.0.4: {} tslib@2.6.3: {} + type-check@0.4.0: + dependencies: + prelude-ls: 1.2.1 + + typescript-eslint@8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4): + dependencies: + '@typescript-eslint/eslint-plugin': 8.2.0(@typescript-eslint/parser@8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + '@typescript-eslint/parser': 8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + '@typescript-eslint/utils': 8.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - eslint + - supports-color + + typescript@5.5.4: {} + + undici-types@6.19.8: {} + universalify@0.2.0: {} universalify@2.0.1: {} + update-browserslist-db@1.1.0(browserslist@4.23.3): + dependencies: + browserslist: 4.23.3 + escalade: 3.1.2 + picocolors: 1.0.1 + + uri-js@4.4.1: + dependencies: + punycode: 2.3.1 + url-join@4.0.1: {} url-parse@1.5.10: @@ -699,21 +3453,50 @@ snapshots: querystringify: 2.2.0 requires-port: 1.0.0 - viem@2.9.20(zod@3.23.8): + util-deprecate@1.0.2: {} + + uuid@10.0.0: {} + + viem@2.9.20(typescript@5.5.4)(zod@3.23.8): dependencies: '@adraffy/ens-normalize': 1.10.0 '@noble/curves': 1.2.0 '@noble/hashes': 1.3.2 '@scure/bip32': 1.3.2 '@scure/bip39': 1.2.1 - abitype: 1.0.0(zod@3.23.8) + abitype: 1.0.0(typescript@5.5.4)(zod@3.23.8) isows: 1.0.3(ws@8.13.0) ws: 8.13.0 + optionalDependencies: + typescript: 5.5.4 transitivePeerDependencies: - bufferutil - utf-8-validate - zod + vite-plugin-top-level-await@1.4.4(rollup@4.21.0)(vite@5.4.2(@types/node@22.5.0)): + dependencies: + '@rollup/plugin-virtual': 3.0.2(rollup@4.21.0) + '@swc/core': 1.7.14 + uuid: 10.0.0 + vite: 5.4.2(@types/node@22.5.0) + transitivePeerDependencies: + - '@swc/helpers' + - rollup + + vite-plugin-wasm@3.3.0(vite@5.4.2(@types/node@22.5.0)): + dependencies: + vite: 5.4.2(@types/node@22.5.0) + + vite@5.4.2(@types/node@22.5.0): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.41 + rollup: 4.21.0 + optionalDependencies: + '@types/node': 22.5.0 + fsevents: 2.3.3 + webidl-conversions@3.0.1: {} whatwg-fetch@3.6.20: {} @@ -723,16 +3506,32 @@ snapshots: tr46: 0.0.3 webidl-conversions: 3.0.1 + which@2.0.2: + dependencies: + isexe: 2.0.0 + + word-wrap@1.2.5: {} + wrap-ansi@7.0.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + ws@8.13.0: {} y18n@5.0.8: {} + yallist@3.1.1: {} + + yaml@2.5.0: {} + yargs-parser@21.1.1: {} yargs@17.7.2: @@ -745,4 +3544,6 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + yocto-queue@0.1.0: {} + zod@3.23.8: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..6cd5d41 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +packages: + - "clients/**"