diff --git a/.gitignore b/.gitignore index 49aa748..ba6a90b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ checkpoint .version.properties target .DS_Store -*.iml \ No newline at end of file +*.iml +datagen/user_behavior.log \ No newline at end of file diff --git a/datagen/flink-sql-demo.jar b/datagen/flink-sql-demo.jar index b018762..454e4d3 100644 Binary files a/datagen/flink-sql-demo.jar and b/datagen/flink-sql-demo.jar differ diff --git a/docker-compose.yml b/docker-compose.yml index c51ad62..6610bfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,38 @@ version: '2.1' services: + sql-client: + image: jark/demo-sql-client:0.2 + depends_on: + - kafka + - jobmanager + - elasticsearch + environment: + FLINK_JOBMANAGER_HOST: jobmanager + ZOOKEEPER_CONNECT: zookeeper + KAFKA_BOOTSTRAP: kafka + MYSQL_HOST: mysql + ES_HOST: elasticsearch + jobmanager: + image: flink:1.11.0-scala_2.11 + ports: + - "8081:8081" + command: jobmanager + environment: + - | + FLINK_PROPERTIES= + jobmanager.rpc.address: jobmanager + taskmanager: + image: flink:1.11.0-scala_2.11 + depends_on: + - jobmanager + command: taskmanager + environment: + - | + FLINK_PROPERTIES= + jobmanager.rpc.address: jobmanager + taskmanager.numberOfTaskSlots: 10 datagen: - image: jark/datagen:0.1 + image: jark/datagen:0.2 command: "java -classpath /opt/datagen/flink-sql-demo.jar myflink.SourceGenerator --input /opt/datagen/user_behavior.log --output kafka kafka:9094 --speedup 2000" depends_on: - kafka @@ -9,7 +40,7 @@ services: ZOOKEEPER_CONNECT: zookeeper KAFKA_BOOTSTRAP: kafka mysql: - image: jark/mysql-example:0.1 + image: jark/mysql-example:0.2 ports: - "3306:3306" environment: diff --git a/mysql/category.sql b/mysql/category.sql index 3b5915b..713043d 100644 --- a/mysql/category.sql +++ b/mysql/category.sql @@ -4,5017 +4,5017 @@ USE flink; CREATE TABLE category ( sub_category_id BIGINT NOT NULL PRIMARY KEY, - parent_category_id BIGINT + parent_category_name VARCHAR(255) )ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -INSERT INTO category (sub_category_id, parent_category_id) -VALUES (1464116, 1), -(4145813, 2), -(2735466, 3), -(2885642, 4), -(4801426, 5), -(4756105, 6), -(982926, 7), -(1320293, 8), -(2640118, 1), -(4159072, 10), -(903809, 1), -(4357323, 2), -(3607361, 3), -(4217906, 4), -(3002561, 5), -(2355072, 6), -(2465336, 7), -(4789432, 8), -(1299190, 1), -(570735, 10), -(1879194, 1), -(1029459, 2), -(2520771, 3), -(149192, 4), -(965809, 5), -(2520377, 6), -(3738615, 7), -(1567637, 8), -(2939262, 1), -(1575622, 10), -(3776866, 1), -(4181361, 2), -(4244487, 3), -(4170419, 4), -(866301, 5), -(5053508, 6), -(1834026, 7), -(4672807, 8), -(1349561, 1), -(3645362, 10), -(1787510, 1), -(2578647, 2), -(381850, 3), -(1265358, 4), -(411153, 5), -(1216617, 6), -(3158249, 7), -(846990, 8), -(3231625, 1), -(883960, 10), -(3065645, 1), -(3598912, 2), -(4719814, 3), -(2832009, 4), -(4643350, 5), -(3299155, 6), -(801221, 7), -(1051370, 8), -(4022701, 1), -(245312, 10), -(1973012, 1), -(800581, 2), -(200278, 3), -(1516409, 4), -(1851156, 5), -(1080785, 6), -(2926020, 7), -(3747017, 8), -(4558987, 1), -(4918438, 10), -(285583, 1), -(174239, 2), -(102272, 3), -(235534, 4), -(5071267, 5), -(2131531, 6), -(3371868, 7), -(2495340, 8), -(3848953, 1), -(4690421, 10), -(2440115, 1), -(3253210, 2), -(4339722, 3), -(2982027, 4), -(4958794, 5), -(874415, 6), -(3702593, 7), -(634390, 8), -(4606718, 1), -(4462359, 10), -(1102540, 1), -(64179, 2), -(4993094, 3), -(753984, 4), -(366112, 5), -(4919077, 6), -(1449177, 7), -(1859277, 8), -(2297500, 1), -(3004853, 10), -(3975787, 1), -(4758477, 2), -(1074254, 3), -(1379146, 4), -(4069500, 5), -(238434, 6), -(3720767, 7), -(85955, 8), -(3500710, 1), -(1595193, 10), -(886203, 1), -(4731191, 2), -(4697972, 3), -(1045172, 4), -(901282, 5), -(3439012, 6), -(2572604, 7), -(2945933, 8), -(50601, 1), -(2096639, 10), -(3189162, 1), -(672001, 2), -(1792277, 3), -(2042400, 4), -(1884322, 5), -(4654786, 6), -(1689352, 7), -(3087458, 8), -(4882154, 1), -(2033408, 10), -(3381583, 1), -(1689624, 2), -(4242717, 3), -(2558244, 4), -(1376358, 5), -(2558204, 6), -(3407883, 7), -(3624696, 8), -(2194744, 1), -(2920476, 10), -(1521931, 1), -(119741, 2), -(3015852, 3), -(3880463, 4), -(2529187, 5), -(2733371, 6), -(2304296, 7), -(2778281, 8), -(4082778, 1), -(2858794, 10), -(1474371, 1), -(339580, 2), -(3616520, 3), -(2072473, 4), -(3898483, 5), -(3669044, 6), -(3461823, 7), -(2476560, 8), -(154040, 1), -(3774512, 10), -(2671397, 1), -(1789614, 2), -(1936748, 3), -(3248072, 4), -(2030976, 5), -(1817004, 6), -(1548278, 7), -(3524510, 8), -(3108044, 1), -(1231891, 10), -(1573465, 1), -(4874384, 2), -(4640311, 3), -(4048584, 4), -(3398567, 5), -(2940518, 6), -(1928278, 7), -(2158079, 8), -(2296439, 1), -(2590256, 10), -(405755, 1), -(2736436, 2), -(2629787, 3), -(2891408, 4), -(4148053, 5), -(2581941, 6), -(4602841, 7), -(3189935, 8), -(3441583, 1), -(4391936, 10), -(3740459, 1), -(1601543, 2), -(1568197, 3), -(3879308, 4), -(2774299, 5), -(1813610, 6), -(3177877, 7), -(267209, 8), -(804084, 1), -(428367, 10), -(4533189, 1), -(2321836, 2), -(611849, 3), -(4331400, 4), -(4086613, 5), -(4308141, 6), -(1646753, 7), -(384755, 8), -(4818107, 1), -(4138583, 10), -(2228184, 1), -(2462567, 2), -(330316, 3), -(4763051, 4), -(863375, 5), -(1471163, 6), -(476283, 7), -(1881956, 8), -(4284875, 1), -(3138705, 10), -(4301450, 1), -(450901, 2), -(1573426, 3), -(2303546, 4), -(722945, 5), -(1068933, 6), -(2794147, 7), -(970709, 8), -(3455617, 1), -(1297992, 10), -(3673501, 1), -(339305, 2), -(4135836, 3), -(4804883, 4), -(3664107, 5), -(3604509, 6), -(72526, 7), -(5063923, 8), -(3354186, 1), -(2827444, 10), -(4163659, 1), -(155172, 2), -(4576874, 3), -(383749, 4), -(4285553, 5), -(2753808, 6), -(4784134, 7), -(3277224, 8), -(590997, 1), -(4962280, 10), -(772894, 1), -(739426, 2), -(2877672, 3), -(1884568, 4), -(1994940, 5), -(3430419, 6), -(4387956, 7), -(904454, 8), -(4969568, 1), -(3579754, 10), -(957119, 1), -(2311290, 2), -(3102419, 3), -(4095810, 4), -(2321441, 5), -(2342116, 6), -(2739327, 7), -(3415144, 8), -(2925160, 1), -(5046132, 10), -(1288487, 1), -(4003932, 2), -(4015820, 3), -(2218582, 4), -(58836, 5), -(2693696, 6), -(4458428, 7), -(3844144, 8), -(4006013, 1), -(2576484, 10), -(2492895, 1), -(2533863, 2), -(2604507, 3), -(703487, 4), -(3354571, 5), -(1025720, 6), -(772629, 7), -(359388, 8), -(1008362, 1), -(1275696, 10), -(569703, 1), -(767106, 2), -(551706, 3), -(737184, 4), -(1158475, 5), -(3995452, 6), -(2972679, 7), -(1691699, 8), -(3619575, 1), -(1628657, 10), -(4298656, 1), -(3736316, 2), -(1611144, 3), -(2331312, 4), -(3637084, 5), -(4921805, 6), -(360294, 7), -(1829804, 8), -(146830, 1), -(1582197, 10), -(1421972, 1), -(4639855, 2), -(1572948, 3), -(4915680, 4), -(1127566, 5), -(4238676, 6), -(4050612, 7), -(4565874, 8), -(542584, 1), -(4392650, 10), -(171529, 1), -(1023823, 2), -(937781, 3), -(1781126, 4), -(2370324, 5), -(2815065, 6), -(4989387, 7), -(3459562, 8), -(3320579, 1), -(431452, 10), -(2702525, 1), -(4062559, 2), -(3155703, 3), -(338646, 4), -(1419417, 5), -(3530487, 6), -(1046047, 7), -(3232473, 8), -(446701, 1), -(1528133, 10), -(4869837, 1), -(2195789, 2), -(5063620, 3), -(1312642, 4), -(3566034, 5), -(1030192, 6), -(2322253, 7), -(553365, 8), -(2436637, 1), -(3985610, 10), -(160181, 1), -(1963052, 2), -(1729993, 3), -(1154246, 4), -(3112817, 5), -(2191219, 6), -(3800818, 7), -(941949, 8), -(2157356, 1), -(4715650, 10), -(2632873, 1), -(4633953, 2), -(1368970, 3), -(3860845, 4), -(685988, 5), -(2896142, 6), -(4894095, 7), -(2394030, 8), -(3999977, 1), -(1349634, 10), -(4779633, 1), -(1429156, 2), -(466400, 3), -(2872443, 4), -(4794845, 5), -(522951, 6), -(4580532, 7), -(1404020, 8), -(1609467, 1), -(876318, 10), -(1125862, 1), -(3836451, 2), -(3102560, 3), -(4173315, 4), -(2837163, 5), -(3160926, 6), -(223690, 7), -(2393184, 8), -(949648, 1), -(1009182, 10), -(1249761, 1), -(796856, 2), -(2085893, 3), -(983613, 4), -(3351726, 5), -(4286569, 6), -(4238377, 7), -(1964754, 8), -(1431810, 1), -(2241047, 10), -(2651305, 1), -(4834913, 2), -(4350978, 3), -(1669167, 4), -(63690, 5), -(3724091, 6), -(1213320, 7), -(243423, 8), -(3422001, 1), -(3980900, 10), -(344833, 1), -(3209590, 2), -(757910, 3), -(2805193, 4), -(1331853, 5), -(4583654, 6), -(4936889, 7), -(401357, 8), -(4789674, 1), -(3627351, 10), -(1050007, 1), -(3164550, 2), -(4470576, 3), -(4282670, 4), -(3767409, 5), -(3901193, 6), -(2626421, 7), -(4708262, 8), -(128357, 1), -(1875258, 10), -(3695050, 1), -(750949, 2), -(1397912, 3), -(3435808, 4), -(3673049, 5), -(582243, 6), -(2812993, 7), -(5008221, 8), -(2407396, 1), -(5008466, 10), -(2667323, 1), -(84264, 2), -(2124307, 3), -(3715529, 4), -(895939, 5), -(4901188, 6), -(3177764, 7), -(4167298, 8), -(1807416, 1), -(4540978, 10), -(1842993, 1), -(2448593, 2), -(865039, 3), -(2366905, 4), -(1506018, 5), -(4897718, 6), -(999755, 7), -(3410245, 8), -(5125081, 1), -(4444302, 10), -(4817527, 1), -(3973395, 2), -(2966303, 3), -(1508018, 4), -(55312, 5), -(2878148, 6), -(2290623, 7), -(3912910, 8), -(3952744, 1), -(4718907, 10), -(1737857, 1), -(4294583, 2), -(3214361, 3), -(4169506, 4), -(4853207, 5), -(3904106, 6), -(2025483, 7), -(4762182, 8), -(244923, 1), -(163196, 10), -(1587961, 1), -(3962843, 2), -(1104592, 3), -(3577636, 4), -(2459106, 5), -(358773, 6), -(721664, 7), -(869231, 8), -(1943989, 1), -(3378887, 10), -(1467750, 1), -(318219, 2), -(3794706, 3), -(1914382, 4), -(3667321, 5), -(4310023, 6), -(181182, 7), -(791327, 8), -(2892802, 1), -(3829421, 10), -(1010656, 1), -(3730378, 2), -(3544014, 3), -(882707, 4), -(1528701, 5), -(3902231, 6), -(2103768, 7), -(1422474, 8), -(3118167, 1), -(1610764, 10), -(4317228, 1), -(194104, 2), -(4921617, 3), -(1451814, 4), -(1286537, 5), -(4197505, 6), -(4273662, 7), -(4276787, 8), -(845650, 1), -(3343095, 10), -(1711596, 1), -(1338377, 2), -(2964603, 3), -(4868797, 4), -(4482419, 5), -(3497230, 6), -(2214984, 7), -(3608477, 8), -(3220984, 1), -(3208959, 10), -(1807584, 1), -(1194737, 2), -(4988911, 3), -(1198404, 4), -(1929875, 5), -(1170772, 6), -(3933554, 7), -(3090850, 8), -(810632, 1), -(535180, 10), -(257793, 1), -(2023387, 2), -(815311, 3), -(4464320, 4), -(3993644, 5), -(2977465, 6), -(1867533, 7), -(3571884, 8), -(4854759, 1), -(1019260, 10), -(286229, 1), -(322805, 2), -(4684862, 3), -(1416713, 4), -(2721770, 5), -(4203730, 6), -(4220691, 7), -(690811, 8), -(1990869, 1), -(1755681, 10), -(4728774, 1), -(854059, 2), -(3742652, 3), -(3897299, 4), -(2156156, 5), -(1722855, 6), -(1090997, 7), -(58498, 8), -(922189, 1), -(4098232, 10), -(2979796, 1), -(3343024, 2), -(4519460, 3), -(2515942, 4), -(3248864, 5), -(3779369, 6), -(2013232, 7), -(3935940, 8), -(2020240, 1), -(2106073, 10), -(2863168, 1), -(1462446, 2), -(2540093, 3), -(2959407, 4), -(5048062, 5), -(2419332, 6), -(1780495, 7), -(856718, 8), -(2883724, 1), -(4995985, 10), -(2361828, 1), -(3456641, 2), -(2853993, 3), -(3303026, 4), -(5150761, 5), -(4877478, 6), -(5099474, 7), -(3483675, 8), -(2181935, 1), -(4391390, 10), -(4512393, 1), -(3425094, 2), -(4222240, 3), -(2251446, 4), -(2409814, 5), -(838946, 6), -(380289, 7), -(2862512, 8), -(4911958, 1), -(4869428, 10), -(274067, 1), -(1013319, 2), -(2201685, 3), -(564681, 4), -(1872294, 5), -(4780547, 6), -(3900668, 7), -(3054014, 8), -(3230909, 1), -(1505776, 10), -(1420205, 1), -(2314022, 2), -(2221749, 3), -(3419760, 4), -(5041153, 5), -(902410, 6), -(4015257, 7), -(1609851, 8), -(3913141, 1), -(2419959, 10), -(2217187, 1), -(4152994, 2), -(1089685, 3), -(620409, 4), -(2644878, 5), -(858756, 6), -(344221, 7), -(1277731, 8), -(448398, 1), -(4334077, 10), -(4712571, 1), -(2951233, 2), -(4750127, 3), -(2066955, 4), -(815501, 5), -(3194735, 6), -(2440364, 7), -(1061857, 8), -(2196412, 1), -(4121221, 10), -(2812445, 1), -(3312150, 2), -(3188631, 3), -(545259, 4), -(3796207, 5), -(374584, 6), -(1258177, 7), -(4321796, 8), -(3392099, 1), -(2433095, 10), -(2426236, 1), -(2550060, 2), -(583485, 3), -(4476428, 4), -(3648733, 5), -(3563906, 6), -(1620537, 7), -(3922126, 8), -(2313309, 1), -(3759918, 10), -(2975713, 1), -(3004643, 2), -(3790396, 3), -(316352, 4), -(2865017, 5), -(3865465, 6), -(2154669, 7), -(2548944, 8), -(3620161, 1), -(2875366, 10), -(3884119, 1), -(3081594, 2), -(1612623, 3), -(245030, 4), -(3855599, 5), -(841696, 6), -(2791234, 7), -(1281171, 8), -(2466971, 1), -(2881542, 10), -(5028877, 1), -(1724559, 2), -(1274818, 3), -(2507053, 4), -(4223012, 5), -(284968, 6), -(1868423, 7), -(3864364, 8), -(734809, 1), -(1023710, 10), -(1665989, 1), -(2958664, 2), -(1723409, 3), -(1733868, 4), -(3628508, 5), -(4151801, 6), -(873792, 7), -(383530, 8), -(3758226, 1), -(4119922, 10), -(4370528, 1), -(3937192, 2), -(4129924, 3), -(2169876, 4), -(1171434, 5), -(1631778, 6), -(4871255, 7), -(3361496, 8), -(3924783, 1), -(1277467, 10), -(4374048, 1), -(2091359, 2), -(5048770, 3), -(3582241, 4), -(2733586, 5), -(323851, 6), -(1320530, 7), -(120033, 8), -(2429142, 1), -(79451, 10), -(3805065, 1), -(3807763, 2), -(3228699, 3), -(2328673, 4), -(2443475, 5), -(1252230, 6), -(3400167, 7), -(1993741, 8), -(4498047, 1), -(980785, 10), -(3264833, 1), -(4257541, 2), -(165035, 3), -(257909, 4), -(2145555, 5), -(4776297, 6), -(1717476, 7), -(4188178, 8), -(307335, 1), -(605237, 10), -(5147460, 1), -(3340725, 2), -(1488813, 3), -(4822722, 4), -(3139583, 5), -(321567, 6), -(2983928, 7), -(5140516, 8), -(2154867, 1), -(1943877, 10), -(643645, 1), -(2612027, 2), -(2164274, 3), -(1972894, 4), -(3504022, 5), -(4134433, 6), -(2489066, 7), -(3953647, 8), -(5144469, 1), -(3274258, 10), -(2725426, 1), -(3391862, 2), -(4835206, 3), -(1026507, 4), -(3454970, 5), -(1415279, 6), -(3672452, 7), -(4364882, 8), -(4282651, 1), -(562672, 10), -(4174942, 1), -(1398739, 2), -(3233128, 3), -(2202384, 4), -(937407, 5), -(477292, 6), -(2293367, 7), -(4220654, 8), -(4537973, 1), -(2644484, 10), -(1354236, 1), -(820727, 2), -(715319, 3), -(472985, 4), -(1173843, 5), -(3735942, 6), -(2276883, 7), -(4563628, 8), -(3141832, 1), -(2633883, 10), -(2337395, 1), -(4896062, 2), -(2732466, 3), -(226341, 4), -(3001296, 5), -(48094, 6), -(2675427, 7), -(3132593, 8), -(800190, 1), -(4338287, 10), -(1366688, 1), -(588463, 2), -(65720, 3), -(2204852, 4), -(4069129, 5), -(3338209, 6), -(2782399, 7), -(1629035, 8), -(724320, 1), -(3787157, 10), -(3053292, 1), -(890050, 2), -(5024228, 3), -(2129666, 4), -(3829657, 5), -(542908, 6), -(4078249, 7), -(2678261, 8), -(113102, 1), -(2923285, 10), -(2925636, 1), -(1730594, 2), -(4551297, 3), -(1297315, 4), -(5091223, 5), -(375240, 6), -(3909718, 7), -(4292119, 8), -(960102, 1), -(3835723, 10), -(4596941, 1), -(5028478, 2), -(2672762, 3), -(1637260, 4), -(940822, 5), -(389704, 6), -(1783423, 7), -(634034, 8), -(2457421, 1), -(2923541, 10), -(1014564, 1), -(781315, 2), -(817164, 3), -(3916967, 4), -(2100611, 5), -(970338, 6), -(277383, 7), -(1561921, 8), -(3681810, 1), -(2014414, 10), -(2591545, 1), -(4848899, 2), -(5030562, 3), -(3879225, 4), -(3632786, 5), -(2615163, 6), -(2158870, 7), -(2044304, 8), -(4481410, 1), -(4449178, 10), -(1530704, 1), -(2723483, 2), -(4565729, 3), -(2512193, 4), -(2089582, 5), -(4443922, 6), -(2310649, 7), -(3897386, 8), -(3653910, 1), -(2819188, 10), -(1519819, 1), -(3415505, 2), -(3372283, 3), -(307943, 4), -(2256028, 5), -(4544118, 6), -(1868811, 7), -(3234738, 8), -(2026832, 1), -(62469, 10), -(3123187, 1), -(4066962, 2), -(5045733, 3), -(2102739, 4), -(643752, 5), -(3047024, 6), -(3791831, 7), -(2225310, 8), -(3536601, 1), -(4360192, 10), -(2371594, 1), -(605882, 2), -(3409740, 3), -(860357, 4), -(2672392, 5), -(2415168, 6), -(2740569, 7), -(4550135, 8), -(3253357, 1), -(1446405, 10), -(1414911, 1), -(3917972, 2), -(3747517, 3), -(27522, 4), -(2288113, 5), -(5062853, 6), -(944818, 7), -(4627820, 8), -(1168596, 1), -(1189158, 10), -(3995818, 1), -(3045640, 2), -(2449664, 3), -(3797203, 4), -(3729292, 5), -(3870839, 6), -(306202, 7), -(3042050, 8), -(2685357, 1), -(3206451, 10), -(2989452, 1), -(4167958, 2), -(1958275, 3), -(4974254, 4), -(2582254, 5), -(2156574, 6), -(3768664, 7), -(2846152, 8), -(3100520, 1), -(4339360, 10), -(295183, 1), -(3679920, 2), -(3461439, 3), -(182358, 4), -(874007, 5), -(4983640, 6), -(3184456, 7), -(5029530, 8), -(3123784, 1), -(1408807, 10), -(2259994, 1), -(1040356, 2), -(2165636, 3), -(4696710, 4), -(532507, 5), -(36289, 6), -(3849096, 7), -(5142197, 8), -(103181, 1), -(65362, 10), -(2425725, 1), -(3075521, 2), -(1626599, 3), -(1485951, 4), -(1922644, 5), -(3595690, 6), -(2281156, 7), -(3675758, 8), -(3328511, 1), -(2301954, 10), -(3850614, 1), -(414708, 2), -(4581579, 3), -(157878, 4), -(719442, 5), -(3825280, 6), -(2615320, 7), -(642223, 8), -(4943103, 1), -(1615537, 10), -(67918, 1), -(1073768, 2), -(3570834, 3), -(1107469, 4), -(3944885, 5), -(4130426, 6), -(393045, 7), -(5120683, 8), -(1850548, 1), -(1457367, 10), -(3100759, 1), -(3758209, 2), -(1169503, 3), -(1988433, 4), -(1756314, 5), -(420556, 6), -(916973, 7), -(327651, 8), -(4356440, 1), -(2360839, 10), -(4321228, 1), -(4267003, 2), -(2869260, 3), -(4956511, 4), -(4713427, 5), -(1274417, 6), -(4700878, 7), -(2748804, 8), -(3547172, 1), -(3736936, 10), -(4251131, 1), -(2031969, 2), -(4976066, 3), -(3749412, 4), -(4827537, 5), -(133377, 6), -(4411949, 7), -(4365013, 8), -(4662072, 1), -(3919304, 10), -(3867633, 1), -(1902453, 2), -(1448912, 3), -(3230200, 4), -(4559624, 5), -(989763, 6), -(2210612, 7), -(3171095, 8), -(376030, 1), -(4006644, 10), -(4847838, 1), -(432873, 2), -(1898686, 3), -(237446, 4), -(2626154, 5), -(2924150, 6), -(2422417, 7), -(1929516, 8), -(106173, 1), -(4292858, 10), -(1730376, 1), -(2981856, 2), -(4813803, 3), -(4018900, 4), -(2710853, 5), -(2108531, 6), -(1829221, 7), -(4589142, 8), -(1461887, 1), -(1888306, 10), -(4181817, 1), -(1411462, 2), -(4692440, 3), -(3807068, 4), -(2631608, 5), -(4527720, 6), -(2475942, 7), -(2719067, 8), -(4583884, 1), -(268040, 10), -(4625708, 1), -(3985474, 2), -(1419569, 3), -(90791, 4), -(1901483, 5), -(4904396, 6), -(2994558, 7), -(1954691, 8), -(4164234, 1), -(4052307, 10), -(4826471, 1), -(2204097, 2), -(2649368, 3), -(662846, 4), -(4121590, 5), -(2554987, 6), -(2730467, 7), -(1391195, 8), -(2713041, 1), -(2223246, 10), -(2800021, 1), -(1483715, 2), -(3788576, 3), -(5101577, 4), -(5003455, 5), -(2662466, 6), -(138081, 7), -(2479420, 8), -(4601757, 1), -(3779986, 10), -(3290084, 1), -(1820842, 2), -(4669265, 3), -(2328010, 4), -(1293225, 5), -(22257, 6), -(2066743, 7), -(3789342, 8), -(3156448, 1), -(2092246, 10), -(3776999, 1), -(4874492, 2), -(318592, 3), -(270397, 4), -(3886822, 5), -(4979740, 6), -(1180629, 7), -(2362370, 8), -(3922526, 1), -(3007355, 10), -(3496816, 1), -(4100652, 2), -(3459125, 3), -(2455825, 4), -(831271, 5), -(4956748, 6), -(283996, 7), -(3077776, 8), -(3141941, 1), -(1769043, 10), -(2914440, 1), -(4307317, 2), -(794153, 3), -(4334671, 4), -(2737340, 5), -(2792484, 6), -(3059103, 7), -(2429775, 8), -(2240104, 1), -(112445, 10), -(2738312, 1), -(5064, 2), -(2174838, 3), -(3448205, 4), -(3490970, 5), -(2078551, 6), -(3010483, 7), -(1817077, 8), -(1320782, 1), -(3367924, 10), -(3711641, 1), -(1278525, 2), -(2751787, 3), -(4160459, 4), -(3083452, 5), -(959452, 6), -(1392527, 7), -(1544586, 8), -(2772071, 1), -(924708, 10), -(1776295, 1), -(1805756, 2), -(3069540, 3), -(2430608, 4), -(3068858, 5), -(4830705, 6), -(4517019, 7), -(3250334, 8), -(720513, 1), -(247810, 10), -(114333, 1), -(1438507, 2), -(2880419, 3), -(2948269, 4), -(4604594, 5), -(4436461, 6), -(2429887, 7), -(972597, 8), -(1113817, 1), -(4213030, 10), -(481876, 1), -(1207887, 2), -(1540947, 3), -(4966058, 4), -(913035, 5), -(401765, 6), -(2890111, 7), -(1653613, 8), -(920038, 1), -(2383838, 10), -(3076855, 1), -(1440390, 2), -(4564007, 3), -(749203, 4), -(2553450, 5), -(2595793, 6), -(3570656, 7), -(2253970, 8), -(4241245, 1), -(211810, 10), -(3154173, 1), -(2452793, 2), -(2949136, 3), -(3826089, 4), -(622168, 5), -(2596428, 6), -(1367932, 7), -(3883310, 8), -(3744190, 1), -(3682757, 10), -(135038, 1), -(1020087, 2), -(4830058, 3), -(2247787, 4), -(3425243, 5), -(3938045, 6), -(2409937, 7), -(878325, 8), -(4358294, 1), -(4757812, 10), -(2210217, 1), -(305857, 2), -(416088, 3), -(1721893, 4), -(3449559, 5), -(4503832, 6), -(3790162, 7), -(4410687, 8), -(3453741, 1), -(2370610, 10), -(4345501, 1), -(1485156, 2), -(2562909, 3), -(1149584, 4), -(4632044, 5), -(4336538, 6), -(751494, 7), -(3754679, 8), -(1414043, 1), -(5134623, 10), -(1014423, 1), -(4107781, 2), -(4621949, 3), -(1950665, 4), -(996587, 5), -(4921353, 6), -(2208169, 7), -(2786309, 8), -(455943, 1), -(677862, 10), -(990723, 1), -(1910923, 2), -(1454470, 3), -(1635194, 4), -(1462051, 5), -(2555621, 6), -(4853595, 7), -(289692, 8), -(5012555, 1), -(3073794, 10), -(1950457, 1), -(5043656, 2), -(4222383, 3), -(5146409, 4), -(1742197, 5), -(3175480, 6), -(1957261, 7), -(882095, 8), -(2160208, 1), -(3833754, 10), -(4835015, 1), -(3053420, 2), -(166326, 3), -(4703483, 4), -(1136776, 5), -(2678170, 6), -(99507, 7), -(2801229, 8), -(784830, 1), -(1526856, 10), -(996449, 1), -(893651, 2), -(3957883, 3), -(4056794, 4), -(4645906, 5), -(4191275, 6), -(3283188, 7), -(5013760, 8), -(139590, 1), -(4051859, 10), -(5148696, 1), -(4141018, 2), -(1946811, 3), -(3289997, 4), -(2872294, 5), -(2551049, 6), -(1702898, 7), -(3231861, 8), -(4127459, 1), -(1952564, 10), -(1382264, 1), -(230481, 2), -(578983, 3), -(3745980, 4), -(2642752, 5), -(5060750, 6), -(1343413, 7), -(4591425, 8), -(3817036, 1), -(720055, 10), -(3012102, 1), -(964912, 2), -(2620182, 3), -(2952458, 4), -(3748100, 5), -(4281067, 6), -(2754205, 7), -(2058468, 8), -(4817379, 1), -(863775, 10), -(362151, 1), -(3160684, 2), -(1686309, 3), -(1532088, 4), -(476519, 5), -(4738961, 6), -(1759909, 7), -(4419230, 8), -(747109, 1), -(577329, 10), -(1032185, 1), -(4185664, 2), -(1075533, 3), -(2773917, 4), -(1240688, 5), -(144028, 6), -(3461734, 7), -(1981996, 8), -(1066563, 1), -(4455776, 10), -(502123, 1), -(1227327, 2), -(1672064, 3), -(3336019, 4), -(4096107, 5), -(1434401, 6), -(1480207, 7), -(848854, 8), -(651666, 1), -(2486578, 10), -(2690374, 1), -(4632342, 2), -(410749, 3), -(2609569, 4), -(4046054, 5), -(1250975, 6), -(624370, 7), -(4611962, 8), -(4434812, 1), -(685330, 10), -(1352609, 1), -(3028359, 2), -(334831, 3), -(2460565, 4), -(2561712, 5), -(2627103, 6), -(3818023, 7), -(4003886, 8), -(4134062, 1), -(1953179, 10), -(1944905, 1), -(4980533, 2), -(3561974, 3), -(2188684, 4), -(2777825, 5), -(1081037, 6), -(3252144, 7), -(4467019, 8), -(4113220, 1), -(3154837, 10), -(1678374, 1), -(2903469, 2), -(440901, 3), -(5030407, 4), -(982081, 5), -(4226833, 6), -(1819175, 7), -(2111279, 8), -(2970453, 1), -(2496932, 10), -(5052842, 1), -(3410573, 2), -(880704, 3), -(4942468, 4), -(4736474, 5), -(1827100, 6), -(3568839, 7), -(106589, 8), -(888094, 1), -(1916025, 10), -(1766039, 1), -(182615, 2), -(2806049, 3), -(222147, 4), -(201867, 5), -(541347, 6), -(4656948, 7), -(2885889, 8), -(3257290, 1), -(2666911, 10), -(2521664, 1), -(3091480, 2), -(2168009, 3), -(1239603, 4), -(3572920, 5), -(4462274, 6), -(322167, 7), -(2891509, 8), -(668960, 1), -(5095125, 10), -(2316980, 1), -(1891872, 2), -(2087597, 3), -(3706169, 4), -(2852310, 5), -(2004007, 6), -(653249, 7), -(1674844, 8), -(2028981, 1), -(3100080, 10), -(3092571, 1), -(2070852, 2), -(2691737, 3), -(1694669, 4), -(317647, 5), -(1082035, 6), -(462791, 7), -(3988258, 8), -(2729260, 1), -(276158, 10), -(4329518, 1), -(3388914, 2), -(4718134, 3), -(998114, 4), -(1846937, 5), -(4892060, 6), -(1030331, 7), -(4509039, 8), -(4710097, 1), -(4664549, 10), -(4261392, 1), -(1673021, 2), -(294562, 3), -(1980111, 4), -(3255541, 5), -(2809407, 6), -(3795340, 7), -(2616773, 8), -(4355436, 1), -(4085342, 10), -(898327, 1), -(1647415, 2), -(2584932, 3), -(3940193, 4), -(1241067, 5), -(2343750, 6), -(4806751, 7), -(1260343, 8), -(4683561, 1), -(1269883, 10), -(1207256, 1), -(3253440, 2), -(1708445, 3), -(4864926, 4), -(3885598, 5), -(378466, 6), -(4362740, 7), -(755175, 8), -(4435957, 1), -(4776549, 10), -(4656779, 1), -(922588, 2), -(764558, 3), -(4595718, 4), -(3617337, 5), -(2698437, 6), -(1421739, 7), -(4792801, 8), -(4378750, 1), -(622741, 10), -(63813, 1), -(35290, 2), -(339124, 3), -(4622605, 4), -(603655, 5), -(4688770, 6), -(3236397, 7), -(1306853, 8), -(1896675, 1), -(1356029, 10), -(3159480, 1), -(4352893, 2), -(1482769, 3), -(2384561, 4), -(5007081, 5), -(539513, 6), -(4509358, 7), -(2729610, 8), -(4561988, 1), -(4144410, 10), -(2056274, 1), -(693937, 2), -(269606, 3), -(4244990, 4), -(2986945, 5), -(4418144, 6), -(1281227, 7), -(2834771, 8), -(529054, 1), -(3405071, 10), -(1298828, 1), -(4783746, 2), -(1368186, 3), -(3100408, 4), -(4883014, 5), -(2860698, 6), -(2612425, 7), -(2197799, 8), -(822242, 1), -(4239038, 10), -(212449, 1), -(1920171, 2), -(4482016, 3), -(3335147, 4), -(1891626, 5), -(3947859, 6), -(2485713, 7), -(3597057, 8), -(1012333, 1), -(101859, 10), -(898578, 1), -(3709037, 2), -(3298361, 3), -(3874527, 4), -(262541, 5), -(1811343, 6), -(4389342, 7), -(1733466, 8), -(1308457, 1), -(2100750, 10), -(4148477, 1), -(963285, 2), -(3814016, 3), -(1988611, 4), -(1345364, 5), -(4954200, 6), -(3825436, 7), -(3819363, 8), -(2026907, 1), -(668498, 10), -(1546352, 1), -(374203, 2), -(2155313, 3), -(1904657, 4), -(3042127, 5), -(1628030, 6), -(2367907, 7), -(1655632, 8), -(2656238, 1), -(550660, 10), -(4078898, 1), -(1873826, 2), -(61626, 3), -(4235673, 4), -(927764, 5), -(807138, 6), -(500212, 7), -(1126526, 8), -(3124169, 1), -(432523, 10), -(5015375, 1), -(4456596, 2), -(5028097, 3), -(3521514, 4), -(715487, 5), -(602012, 6), -(4132735, 7), -(4653800, 8), -(3395587, 1), -(3747586, 10), -(1879672, 1), -(1630295, 2), -(2413296, 3), -(2508553, 4), -(4098379, 5), -(4896014, 6), -(3666135, 7), -(3448250, 8), -(1759436, 1), -(858800, 10), -(4112095, 1), -(3901339, 2), -(2050292, 3), -(3567828, 4), -(2049879, 5), -(283109, 6), -(108793, 7), -(1281603, 8), -(1447685, 1), -(3432990, 10), -(5158474, 1), -(586496, 2), -(378056, 3), -(3840905, 4), -(4223213, 5), -(412619, 6), -(654045, 7), -(14900, 8), -(1029306, 1), -(814178, 10), -(713731, 1), -(4446527, 2), -(3030258, 3), -(751105, 4), -(2609208, 5), -(4468927, 6), -(560936, 7), -(4715451, 8), -(2796506, 1), -(3582485, 10), -(2895013, 1), -(1755663, 2), -(4236628, 3), -(3103283, 4), -(2684959, 5), -(104848, 6), -(244681, 7), -(2077723, 8), -(2062335, 1), -(80482, 10), -(1639158, 1), -(1537669, 2), -(1015419, 3), -(3057225, 4), -(1812396, 5), -(1486580, 6), -(2064089, 7), -(4077585, 8), -(1132465, 1), -(1798340, 10), -(2272488, 1), -(1442665, 2), -(221393, 3), -(1264320, 4), -(4156438, 5), -(4255953, 6), -(3206951, 7), -(2136933, 8), -(4988053, 1), -(1922400, 10), -(3739206, 1), -(5047668, 2), -(1040727, 3), -(210544, 4), -(378205, 5), -(1487591, 6), -(1305897, 7), -(2129196, 8), -(1418582, 1), -(3947630, 10), -(348175, 1), -(4908092, 2), -(2052526, 3), -(4722263, 4), -(4011278, 5), -(2617994, 6), -(4147847, 7), -(1598774, 8), -(79220, 1), -(573847, 10), -(2413768, 1), -(2585015, 2), -(3432434, 3), -(5109297, 4), -(994002, 5), -(2467853, 6), -(467461, 7), -(2579035, 8), -(547478, 1), -(3639576, 10), -(171128, 1), -(3147850, 2), -(2997109, 3), -(3935164, 4), -(941706, 5), -(4302328, 6), -(472273, 7), -(5045220, 8), -(552733, 1), -(2759887, 10), -(2508333, 1), -(2197032, 2), -(4437368, 3), -(2352202, 4), -(4004564, 5), -(2177033, 6), -(2783282, 7), -(3937814, 8), -(4743234, 1), -(1910296, 10), -(992700, 1), -(4723214, 2), -(3057385, 3), -(869764, 4), -(3255355, 5), -(3940352, 6), -(2512930, 7), -(1970375, 8), -(2677611, 1), -(4527263, 10), -(1893541, 1), -(739663, 2), -(979761, 3), -(3362038, 4), -(2528824, 5), -(4106517, 6), -(1693998, 7), -(2438773, 8), -(3662596, 1), -(625430, 10), -(3747679, 1), -(240303, 2), -(69607, 3), -(4982192, 4), -(2729004, 5), -(4980376, 6), -(761059, 7), -(1108912, 8), -(2650391, 1), -(1547412, 10), -(1628899, 1), -(1451041, 2), -(1977169, 3), -(2706436, 4), -(3950077, 5), -(269234, 6), -(902556, 7), -(2340518, 8), -(514392, 1), -(4503217, 10), -(864424, 1), -(387302, 2), -(4827153, 3), -(2935574, 4), -(579105, 5), -(168997, 6), -(1165503, 7), -(3834955, 8), -(4833017, 1), -(1526484, 10), -(2352811, 1), -(119365, 2), -(599382, 3), -(2148681, 4), -(928449, 5), -(3827546, 6), -(1597811, 7), -(5002819, 8), -(3232886, 1), -(2603528, 10), -(1397059, 1), -(728641, 2), -(1931469, 3), -(3222818, 4), -(862523, 5), -(3401301, 6), -(2297311, 7), -(545775, 8), -(1254330, 1), -(1955349, 10), -(4615159, 1), -(4007123, 2), -(3125533, 3), -(929749, 4), -(3465932, 5), -(3235112, 6), -(583014, 7), -(4497044, 8), -(4214301, 1), -(2578034, 10), -(16219, 1), -(4736710, 2), -(2992356, 3), -(2705662, 4), -(5034390, 5), -(2016297, 6), -(4205666, 7), -(3694648, 8), -(381048, 1), -(1493787, 10), -(3049193, 1), -(3176755, 2), -(2345211, 3), -(4027003, 4), -(1986754, 5), -(3130892, 6), -(677459, 7), -(3761180, 8), -(731056, 1), -(2271402, 10), -(3422025, 1), -(3309245, 2), -(2171, 3), -(293545, 4), -(1992078, 5), -(1066674, 6), -(3323023, 7), -(151648, 8), -(2665773, 1), -(3740075, 10), -(4398560, 1), -(4842079, 2), -(4183103, 3), -(2388400, 4), -(2221025, 5), -(3879559, 6), -(2360985, 7), -(2130314, 8), -(805879, 1), -(1849958, 10), -(2479831, 1), -(1998227, 2), -(3815870, 3), -(884828, 4), -(3926800, 5), -(2200343, 6), -(991317, 7), -(3457718, 8), -(1521068, 1), -(3519978, 10), -(3470850, 1), -(2954645, 2), -(4528620, 3), -(4870077, 4), -(2608820, 5), -(1539964, 6), -(2003083, 7), -(1383956, 8), -(1500130, 1), -(4149693, 10), -(5083254, 1), -(2070081, 2), -(3289575, 3), -(4212069, 4), -(5084833, 5), -(1652543, 6), -(4378501, 7), -(1697889, 8), -(4615962, 1), -(2192649, 10), -(3017203, 1), -(1431715, 2), -(2393800, 3), -(609791, 4), -(4825728, 5), -(1632647, 6), -(139734, 7), -(3786362, 8), -(2988293, 1), -(666497, 10), -(3033798, 1), -(820597, 2), -(1497533, 3), -(1477455, 4), -(562852, 5), -(3092897, 6), -(3833912, 7), -(2836123, 8), -(1248986, 1), -(4486005, 10), -(1386805, 1), -(4624272, 2), -(1579551, 3), -(3777112, 4), -(5067029, 5), -(2481784, 6), -(702060, 7), -(3607626, 8), -(2728585, 1), -(5053648, 10), -(2415413, 1), -(4612213, 2), -(4370954, 3), -(1406426, 4), -(2718588, 5), -(475867, 6), -(4402326, 7), -(1245220, 8), -(336385, 1), -(2161504, 10), -(1540741, 1), -(1469622, 2), -(4768477, 3), -(1396829, 4), -(4071732, 5), -(2505343, 6), -(4081518, 7), -(2535791, 8), -(3866248, 1), -(2451199, 10), -(512076, 1), -(4228623, 2), -(3708413, 3), -(3587108, 4), -(4672150, 5), -(4765593, 6), -(589018, 7), -(1885829, 8), -(3757435, 1), -(5149726, 10), -(680438, 1), -(1974051, 2), -(2480068, 3), -(2637064, 4), -(593235, 5), -(809709, 6), -(4883737, 7), -(5048805, 8), -(2950158, 1), -(1151753, 10), -(1466687, 1), -(2818202, 2), -(3708707, 3), -(1433774, 4), -(892254, 5), -(315794, 6), -(382910, 7), -(481203, 8), -(994464, 1), -(2272151, 10), -(1312158, 1), -(362750, 2), -(2322896, 3), -(1545822, 4), -(4858656, 5), -(5018044, 6), -(1577687, 7), -(76064, 8), -(685742, 1), -(3132147, 10), -(752128, 1), -(1941546, 2), -(1363459, 3), -(807963, 4), -(409729, 5), -(3554917, 6), -(4397248, 7), -(1084665, 8), -(2923068, 1), -(2046640, 10), -(2636586, 1), -(3590468, 2), -(4466876, 3), -(2689922, 4), -(3882202, 5), -(1048697, 6), -(1728108, 7), -(4572192, 8), -(2839395, 1), -(3777010, 10), -(3147903, 1), -(3416804, 2), -(3323163, 3), -(1961543, 4), -(1149385, 5), -(4450414, 6), -(3000315, 7), -(2819811, 8), -(3621778, 1), -(4716920, 10), -(950439, 1), -(2985553, 2), -(3204345, 3), -(3770700, 4), -(3674154, 5), -(1133273, 6), -(5031298, 7), -(4338029, 8), -(5097436, 1), -(715950, 10), -(5086533, 1), -(3592798, 2), -(2436491, 3), -(4633856, 4), -(3731995, 5), -(3397084, 6), -(399287, 7), -(598788, 8), -(2242620, 1), -(1273811, 10), -(2483206, 1), -(2976589, 2), -(2431602, 3), -(4537798, 4), -(2828436, 5), -(3008396, 6), -(4676764, 7), -(1672287, 8), -(777988, 1), -(3694486, 10), -(151831, 1), -(4263418, 2), -(784204, 3), -(378698, 4), -(515200, 5), -(523181, 6), -(558076, 7), -(4524771, 8), -(4602388, 1), -(3281371, 10), -(181348, 1), -(4921728, 2), -(4211233, 3), -(784897, 4), -(4718542, 5), -(3011767, 6), -(68149, 7), -(3117587, 8), -(3336289, 1), -(1423654, 10), -(4393424, 1), -(3781390, 2), -(4811586, 3), -(2262787, 4), -(721242, 5), -(1947578, 6), -(832330, 7), -(4878483, 8), -(3862122, 1), -(4044118, 10), -(445307, 1), -(3890915, 2), -(2887965, 3), -(450756, 4), -(1556856, 5), -(2453525, 6), -(3191556, 7), -(600175, 8), -(3814171, 1), -(4734879, 10), -(3028501, 1), -(4376524, 2), -(4211850, 3), -(984238, 4), -(3566542, 5), -(5059368, 6), -(363144, 7), -(491223, 8), -(4752941, 1), -(4783832, 10), -(65099, 1), -(3745824, 2), -(519791, 3), -(2287226, 4), -(122108, 5), -(2326411, 6), -(1132429, 7), -(1813868, 8), -(1873646, 1), -(1340836, 10), -(5161669, 1), -(4695078, 2), -(2526041, 3), -(738670, 4), -(3315940, 5), -(1031083, 6), -(1736178, 7), -(3313438, 8), -(2230040, 1), -(1803510, 10), -(2825431, 1), -(1816843, 2), -(3294401, 3), -(4511140, 4), -(1174795, 5), -(4532706, 6), -(2810146, 7), -(3132587, 8), -(923586, 1), -(2592038, 10), -(3963773, 1), -(3756841, 2), -(1542241, 3), -(1373144, 4), -(4903093, 5), -(1230484, 6), -(2384854, 7), -(4424369, 8), -(714348, 1), -(46027, 10), -(3739450, 1), -(678005, 2), -(4952210, 3), -(647740, 4), -(2306491, 5), -(4823943, 6), -(1592513, 7), -(4349907, 8), -(387633, 1), -(4447409, 10), -(1988672, 1), -(3848874, 2), -(526781, 3), -(4039014, 4), -(5066426, 5), -(4256011, 6), -(1252294, 7), -(4089476, 8), -(1502525, 1), -(1696979, 10), -(2292764, 1), -(1674316, 2), -(3566895, 3), -(3099296, 4), -(3541690, 5), -(4735133, 6), -(2547722, 7), -(3505582, 8), -(841380, 1), -(314028, 10), -(4303322, 1), -(3164069, 2), -(2894212, 3), -(462551, 4), -(4551473, 5), -(1106292, 6), -(229607, 7), -(4045204, 8), -(2516799, 1), -(1701471, 10), -(1716161, 1), -(2611736, 2), -(2611406, 3), -(1956773, 4), -(464112, 5), -(2161099, 6), -(2626490, 7), -(1984197, 8), -(1356170, 1), -(4889820, 10), -(1712001, 1), -(1194451, 2), -(3635558, 3), -(516198, 4), -(2538099, 5), -(811638, 6), -(4333465, 7), -(4695478, 8), -(4269526, 1), -(105137, 10), -(2081312, 1), -(1635426, 2), -(720666, 3), -(883306, 4), -(1739706, 5), -(3244175, 6), -(4201517, 7), -(2289814, 8), -(4733463, 1), -(4357073, 10), -(1176344, 1), -(3680035, 2), -(2243133, 3), -(5127795, 4), -(2506339, 5), -(1303652, 6), -(1292812, 7), -(2609943, 8), -(1088738, 1), -(5131430, 10), -(1633002, 1), -(3194089, 2), -(3521896, 3), -(334210, 4), -(4613485, 5), -(52368, 6), -(2493530, 7), -(579836, 8), -(3697658, 1), -(3148589, 10), -(1155625, 1), -(606970, 2), -(3780203, 3), -(1302259, 4), -(768709, 5), -(3791692, 6), -(2779062, 7), -(2836371, 8), -(246844, 1), -(2019624, 10), -(4021638, 1), -(3229336, 2), -(1384330, 3), -(362515, 4), -(1150511, 5), -(3115770, 6), -(2747519, 7), -(3741236, 8), -(1202097, 1), -(350402, 10), -(2082734, 1), -(1204223, 2), -(1712657, 3), -(833866, 4), -(568628, 5), -(4924053, 6), -(2099400, 7), -(620869, 8), -(1207502, 1), -(1821455, 10), -(3013799, 1), -(3817434, 2), -(3034658, 3), -(656392, 4), -(4850194, 5), -(1462965, 6), -(4862609, 7), -(4205429, 8), -(4295724, 1), -(4739351, 10), -(985237, 1), -(1660019, 2), -(1492770, 3), -(385383, 4), -(4864403, 5), -(4772448, 6), -(285048, 7), -(337243, 8), -(3190175, 1), -(4550637, 10), -(1125484, 1), -(3556548, 2), -(266727, 3), -(1069119, 4), -(803507, 5), -(4928051, 6), -(1876707, 7), -(571820, 8), -(2664775, 1), -(2313724, 10), -(2862133, 1), -(4530743, 2), -(3084091, 3), -(1852398, 4), -(4524544, 5), -(4723396, 6), -(4170829, 7), -(4701147, 8), -(3346906, 1), -(4883976, 10), -(3816918, 1), -(3148538, 2), -(337775, 3), -(3464786, 4), -(1574064, 5), -(1239912, 6), -(4396514, 7), -(2253689, 8), -(2998328, 1), -(4936155, 10), -(2183874, 1), -(955432, 2), -(1082838, 3), -(4478620, 4), -(2950381, 5), -(585178, 6), -(1536363, 7), -(4202143, 8), -(1826911, 1), -(4597130, 10), -(4485778, 1), -(2700588, 2), -(1795157, 3), -(1440065, 4), -(352399, 5), -(3253709, 6), -(5023117, 7), -(3488278, 8), -(2774536, 1), -(3252563, 10), -(4850823, 1), -(5057769, 2), -(4764977, 3), -(2247880, 4), -(3596683, 5), -(332127, 6), -(3478346, 7), -(2969269, 8), -(1390851, 1), -(3641324, 10), -(4780793, 1), -(1388982, 2), -(3594090, 3), -(499049, 4), -(11120, 5), -(3619237, 6), -(4254099, 7), -(4491457, 8), -(222559, 1), -(3733874, 10), -(4174407, 1), -(2905937, 2), -(708574, 3), -(3466318, 4), -(3348105, 5), -(1635619, 6), -(2783415, 7), -(3652646, 8), -(2559809, 1), -(1918447, 10), -(305253, 1), -(2851989, 2), -(3279507, 3), -(1902627, 4), -(546023, 5), -(2960717, 6), -(1569885, 7), -(3030023, 8), -(1378332, 1), -(3177782, 10), -(3080141, 1), -(1236409, 2), -(3494943, 3), -(4385918, 4), -(991102, 5), -(4775659, 6), -(3084958, 7), -(2884555, 8), -(3989372, 1), -(4118464, 10), -(662603, 1), -(2535661, 2), -(4139079, 3), -(1098175, 4), -(3113031, 5), -(1516260, 6), -(1253595, 7), -(2071435, 8), -(3911423, 1), -(5029362, 10), -(4337040, 1), -(1685432, 2), -(4056651, 3), -(2670117, 4), -(4060157, 5), -(2051267, 6), -(687827, 7), -(4971055, 8), -(4947302, 1), -(2212343, 10), -(1489094, 1), -(1778777, 2), -(3736158, 3), -(140361, 4), -(96655, 5), -(856543, 6), -(1508998, 7), -(3349625, 8), -(4493358, 1), -(2478177, 10), -(2181439, 1), -(3135863, 2), -(482114, 3), -(1298222, 4), -(4625363, 5), -(3796606, 6), -(2684806, 7), -(4461425, 8), -(300775, 1), -(4558340, 10), -(145519, 1), -(2551289, 2), -(300699, 3), -(4514070, 4), -(2512968, 5), -(3291419, 6), -(1186260, 7), -(2814177, 8), -(1648035, 1), -(1870458, 10), -(4573973, 1), -(140970, 2), -(393580, 3), -(2062378, 4), -(3783852, 5), -(1965689, 6), -(4829999, 7), -(1858817, 8), -(3211701, 1), -(2927057, 10), -(4970201, 1), -(3225747, 2), -(2233438, 3), -(3273619, 4), -(4924524, 5), -(4737339, 6), -(2088964, 7), -(4280793, 8), -(3610536, 1), -(3692903, 10), -(4758695, 1), -(479163, 2), -(1937007, 3), -(3311020, 4), -(773961, 5), -(436573, 6), -(2013864, 7), -(1838851, 8), -(1256778, 1), -(1097635, 10), -(2530620, 1), -(3412492, 2), -(1793551, 3), -(1007732, 4), -(1897924, 5), -(1443426, 6), -(778398, 7), -(8409, 8), -(3549297, 1), -(4276422, 10), -(3981531, 1), -(2196643, 2), -(174490, 3), -(3753279, 4), -(4808228, 5), -(4400913, 6), -(633295, 7), -(5074895, 8), -(2279145, 1), -(2588049, 10), -(546816, 1), -(2988043, 2), -(3818081, 3), -(3542036, 4), -(576099, 5), -(3941877, 6), -(3289012, 7), -(1209439, 8), -(1080925, 1), -(4032951, 10), -(3832689, 1), -(4336046, 2), -(784716, 3), -(4934549, 4), -(3091219, 5), -(661759, 6), -(311509, 7), -(2992092, 8), -(202297, 1), -(3266686, 10), -(1276979, 1), -(4776096, 2), -(3342722, 3), -(4612468, 4), -(2344159, 5), -(4814620, 6), -(2141039, 7), -(4432036, 8), -(2064458, 1), -(3715755, 10), -(547606, 1), -(3982336, 2), -(3206550, 3), -(4239903, 4), -(1456311, 5), -(699361, 6), -(88511, 7), -(3026556, 8), -(3373476, 1), -(330260, 10), -(2129263, 1), -(1988066, 2), -(3130529, 3), -(665090, 4), -(4065839, 5), -(2352087, 6), -(2596518, 7), -(4122623, 8), -(551254, 1), -(2673821, 10), -(1278924, 1), -(4975993, 2), -(1457926, 3), -(4981586, 4), -(4911515, 5), -(3285641, 6), -(3558035, 7), -(334161, 8), -(960298, 1), -(3224824, 10), -(3021762, 1), -(2561082, 2), -(4017084, 3), -(3427587, 4), -(4340213, 5), -(1524470, 6), -(1765288, 7), -(1112773, 8), -(471212, 1), -(84994, 10), -(1109293, 1), -(3693205, 2), -(4847313, 3), -(3099787, 4), -(4829449, 5), -(4216317, 6), -(3016461, 7), -(4397687, 8), -(2095707, 1), -(1315415, 10), -(4380386, 1), -(1249923, 2), -(2764935, 3), -(1393144, 4), -(4265386, 5), -(3415753, 6), -(2807166, 7), -(3109662, 8), -(3304099, 1), -(3576283, 10), -(3248341, 1), -(3749027, 2), -(1799984, 3), -(194806, 4), -(1299473, 5), -(4706843, 6), -(16766, 7), -(1498957, 8), -(3544253, 1), -(1912148, 10), -(2727862, 1), -(3126591, 2), -(2756070, 3), -(3018880, 4), -(1208308, 5), -(145388, 6), -(3772122, 7), -(4082111, 8), -(4410579, 1), -(3267288, 10), -(2455131, 1), -(5046388, 2), -(4513366, 3), -(4661468, 4), -(825165, 5), -(4953826, 6), -(980025, 7), -(754344, 8), -(3105438, 1), -(922825, 10), -(127525, 1), -(1864286, 2), -(41527, 3), -(1488577, 4), -(3661575, 5), -(3538575, 6), -(1881274, 7), -(3757834, 8), -(1479868, 1), -(4725649, 10), -(2966276, 1), -(3191795, 2), -(1847649, 3), -(1925578, 4), -(1622413, 5), -(2261645, 6), -(3827944, 7), -(2505953, 8), -(4132179, 1), -(2273944, 10), -(1947820, 1), -(3818487, 2), -(3538807, 3), -(4970240, 4), -(1436758, 5), -(207891, 6), -(1297791, 7), -(1719660, 8), -(1633142, 1), -(93002, 10), -(3809976, 1), -(2729862, 2), -(2337136, 3), -(2769654, 4), -(4042890, 5), -(2037779, 6), -(4018452, 7), -(2922264, 8), -(4992952, 1), -(746548, 10), -(4393800, 1), -(2176263, 2), -(597734, 3), -(2370648, 4), -(490076, 5), -(733013, 6), -(529278, 7), -(3674869, 8), -(717033, 1), -(4320339, 10), -(2480639, 1), -(5101505, 2), -(3793843, 3), -(4553088, 4), -(3245753, 5), -(5024947, 6), -(3138002, 7), -(5068419, 8), -(1276095, 1), -(1879828, 10), -(749585, 1), -(2750247, 2), -(4332163, 3), -(3575962, 4), -(1896006, 5), -(2255207, 6), -(1058331, 7), -(4074849, 8), -(627715, 1), -(5126058, 10), -(169865, 1), -(2201622, 2), -(1301428, 3), -(737405, 4), -(1397281, 5), -(4382196, 6), -(3754527, 7), -(3369303, 8), -(1946069, 1), -(3014132, 10), -(882098, 1), -(3302877, 2), -(958821, 3), -(3300651, 4), -(1673948, 5), -(3264733, 6), -(4208912, 7), -(466806, 8), -(2268637, 1), -(5103002, 10), -(3027785, 1), -(1062391, 2), -(2336370, 3), -(447553, 4), -(3138353, 5), -(1073699, 6), -(1515792, 7), -(4276479, 8), -(4736875, 1), -(2469855, 10), -(3409341, 1), -(1781370, 2), -(1954028, 3), -(1664190, 4), -(3663224, 5), -(2854994, 6), -(3042444, 7), -(1635363, 8), -(74446, 1), -(1677989, 10), -(4220950, 1), -(1458019, 2), -(2931809, 3), -(1773435, 4), -(4767457, 5), -(3010881, 6), -(5134471, 7), -(2306045, 8), -(1972463, 1), -(1783394, 10), -(4263693, 1), -(2192512, 2), -(680827, 3), -(4173539, 4), -(3600397, 5), -(4754898, 6), -(475593, 7), -(4372990, 8), -(2755933, 1), -(2518268, 10), -(3903234, 1), -(4876006, 2), -(878813, 3), -(4949807, 4), -(2578010, 5), -(703717, 6), -(2806798, 7), -(2867703, 8), -(4855372, 1), -(294296, 10), -(1833532, 1), -(2873526, 2), -(2038530, 3), -(2464463, 4), -(2278353, 5), -(4135185, 6), -(4786595, 7), -(3803127, 8), -(1148114, 1), -(2300463, 10), -(4823567, 1), -(802833, 2), -(3446865, 3), -(214719, 4), -(1019845, 5), -(2113224, 6), -(4139726, 7), -(479837, 8), -(2432451, 1), -(2051499, 10), -(926345, 1), -(3654707, 2), -(3362577, 3), -(4821295, 4), -(4187784, 5), -(1585420, 6), -(4756730, 7), -(813818, 8), -(1492316, 1), -(2993461, 10), -(3822090, 1), -(3882401, 2), -(2534744, 3), -(1219760, 4), -(3394581, 5), -(2559771, 6), -(3124121, 7), -(1481335, 8), -(2586887, 1), -(2495000, 10), -(4174564, 1), -(4282985, 2), -(2081583, 3), -(3843209, 4), -(1829350, 5), -(1055496, 6), -(1992942, 7), -(1768869, 8), -(493676, 1), -(3893770, 10), -(2271249, 1), -(4655941, 2), -(2121141, 3), -(4263090, 4), -(2791755, 5), -(2918955, 6), -(3923569, 7), -(255969, 8), -(1447294, 1), -(916918, 10), -(203249, 1), -(4587489, 2), -(2720496, 3), -(907846, 4), -(3369736, 5), -(4214800, 6), -(350027, 7), -(2553299, 8), -(802883, 1), -(4139570, 10), -(1215367, 1), -(1764424, 2), -(3499323, 3), -(957385, 4), -(4260727, 5), -(4092319, 6), -(1314876, 7), -(1973380, 8), -(2147829, 1), -(1818551, 10), -(3505338, 1), -(3113468, 2), -(3829496, 3), -(70270, 4), -(2168489, 5), -(210158, 6), -(2801637, 7), -(1494023, 8), -(633394, 1), -(4396276, 10), -(3184079, 1), -(3647233, 2), -(4312015, 3), -(2185551, 4), -(5016461, 5), -(1375362, 6), -(4994388, 7), -(513013, 8), -(3126258, 1), -(2671549, 10), -(4243653, 1), -(1489467, 2), -(578336, 3), -(3247211, 4), -(73030, 5), -(2737740, 6), -(1725572, 7), -(1135708, 8), -(1391236, 1), -(2672589, 10), -(4544743, 1), -(1548548, 2), -(2664522, 3), -(3173741, 4), -(954435, 5), -(3731630, 6), -(3147601, 7), -(3443560, 8), -(4425678, 1), -(1906712, 10), -(3483523, 1), -(3043292, 2), -(3637176, 3), -(906800, 4), -(3683798, 5), -(1274175, 6), -(2281023, 7), -(3528744, 8), -(4337219, 1), -(4284910, 10), -(3496986, 1), -(4666620, 2), -(4332472, 3), -(4368942, 4), -(842205, 5), -(1909440, 6), -(3282340, 7), -(292885, 8), -(864277, 1), -(227085, 10), -(2628979, 1), -(2547494, 2), -(4924786, 3), -(4074218, 4), -(4859530, 5), -(2468711, 6), -(341057, 7), -(674009, 8), -(3832749, 1), -(3745602, 10), -(2728656, 1), -(22892, 2), -(851937, 3), -(164365, 4), -(2265930, 5), -(955834, 6), -(4403323, 7), -(3460627, 8), -(2816302, 1), -(2302700, 10), -(2005676, 1), -(4199627, 2), -(271505, 3), -(158300, 4), -(4296516, 5), -(3712511, 6), -(2634787, 7), -(4328342, 8), -(3917559, 1), -(3102658, 10), -(3556745, 1), -(1127151, 2), -(5066805, 3), -(4390513, 4), -(4891188, 5), -(3944254, 6), -(324865, 7), -(3105596, 8), -(1506691, 1), -(1127791, 10), -(4916460, 1), -(1079326, 2), -(4386059, 3), -(3883457, 4), -(2238843, 5), -(1340517, 6), -(4258547, 7), -(2650255, 8), -(3763517, 1), -(2200638, 10), -(2494401, 1), -(1471680, 2), -(284601, 3), -(235118, 4), -(2257426, 5), -(4760804, 6), -(1443292, 7), -(331892, 8), -(1098042, 1), -(1674186, 10), -(665245, 1), -(377977, 2), -(1363318, 3), -(2193925, 4), -(667349, 5), -(3769292, 6), -(4285475, 7), -(2245265, 8), -(133742, 1), -(3859384, 10), -(4499281, 1), -(2517181, 2), -(2917711, 3), -(3222457, 4), -(3169295, 5), -(1747827, 6), -(3448504, 7), -(2581843, 8), -(2270623, 1), -(2307791, 10), -(1128240, 1), -(3013991, 2), -(2682627, 3), -(328500, 4), -(2627745, 5), -(153309, 6), -(1289154, 7), -(2702654, 8), -(2446427, 1), -(2101190, 10), -(4312352, 1), -(3706262, 2), -(2043668, 3), -(4083276, 4), -(1451783, 5), -(22129, 6), -(3572783, 7), -(274483, 8), -(2168391, 1), -(1177618, 10), -(4489615, 1), -(2566328, 2), -(1771708, 3), -(549014, 4), -(3070861, 5), -(1753262, 6), -(4578843, 7), -(2896749, 8), -(4158422, 1), -(2211860, 10), -(613491, 1), -(4905428, 2), -(3286162, 3), -(4649218, 4), -(1691915, 5), -(10235, 6), -(2917289, 7), -(3087839, 8), -(2924780, 1), -(3044192, 10), -(1032791, 1), -(3161951, 2), -(3279421, 3), -(3368773, 4), -(4781861, 5), -(1341913, 6), -(759560, 7), -(3795193, 8), -(1913428, 1), -(2961648, 10), -(5041265, 1), -(1704399, 2), -(3865394, 3), -(906010, 4), -(3983988, 5), -(364125, 6), -(4380796, 7), -(3891335, 8), -(4912031, 1), -(834620, 10), -(1494177, 1), -(3460047, 2), -(565986, 3), -(4473295, 4), -(4708348, 5), -(3025028, 6), -(2086128, 7), -(669425, 8), -(3783926, 1), -(4385013, 10), -(216695, 1), -(3066289, 2), -(4870877, 3), -(4986145, 4), -(3809593, 5), -(3091786, 6), -(1844626, 7), -(2464993, 8), -(4135404, 1), -(4241691, 10), -(3980838, 1), -(2532699, 2), -(2145811, 3), -(2652543, 4), -(1016735, 5), -(3295699, 6), -(4793839, 7), -(2016952, 8), -(2357594, 1), -(409878, 10), -(4707763, 1), -(3434878, 2), -(1982376, 3), -(1594549, 4), -(3330819, 5), -(635704, 6), -(4830567, 7), -(176556, 8), -(3896013, 1), -(3461081, 10), -(2786875, 1), -(3717662, 2), -(1175096, 3), -(226943, 4), -(4268427, 5), -(211402, 6), -(1053312, 7), -(2948088, 8), -(4326723, 1), -(1960523, 10), -(1203804, 1), -(4865695, 2), -(2573442, 3), -(3360956, 4), -(34885, 5), -(4260877, 6), -(87054, 7), -(24104, 8), -(3074739, 1), -(4227487, 10), -(3313740, 1), -(1507087, 2), -(37135, 3), -(5126295, 4), -(2970693, 5), -(2001772, 6), -(2878347, 7), -(2540361, 8), -(3405515, 1), -(3170314, 10), -(1868174, 1), -(4358072, 2), -(2454604, 3), -(461696, 4), -(2255371, 5), -(3324385, 6), -(3258181, 7), -(1626142, 8), -(3184322, 1), -(2716202, 10), -(749692, 1), -(579914, 2), -(2232382, 3), -(4269511, 4), -(108181, 5), -(3041259, 6), -(1272549, 7), -(4704484, 8), -(3010113, 1), -(2517448, 10), -(2390349, 1), -(2550403, 2), -(1986596, 3), -(1812605, 4), -(3624267, 5), -(3114694, 6), -(2488933, 7), -(1372635, 8), -(4681109, 1), -(2110377, 10), -(4209709, 1), -(180183, 2), -(4855945, 3), -(1343555, 4), -(1222799, 5), -(1794065, 6), -(1566469, 7), -(1046845, 8), -(3121949, 1), -(1004392, 10), -(3920794, 1), -(621786, 2), -(2714703, 3), -(3953096, 4), -(2362468, 5), -(3258823, 6), -(1216180, 7), -(3440243, 8), -(2899233, 1), -(3185664, 10), -(4091042, 1), -(885811, 2), -(4039865, 3), -(2533979, 4), -(4315183, 5), -(4070504, 6), -(2661903, 7), -(3105892, 8), -(2358943, 1), -(12816, 10), -(4694794, 1), -(917578, 2), -(647486, 3), -(3991166, 4), -(3753684, 5), -(274936, 6), -(3445730, 7), -(3912944, 8), -(4960046, 1), -(3981352, 10), -(86415, 1), -(2859442, 2), -(1330074, 3), -(3715096, 4), -(101979, 5), -(4210266, 6), -(4358542, 7), -(2431497, 8), -(3274325, 1), -(1037069, 10), -(646234, 1), -(2012131, 2), -(3326628, 3), -(1983014, 4), -(1885585, 5), -(425574, 6), -(827837, 7), -(914596, 8), -(3231230, 1), -(1767199, 10), -(972851, 1), -(3780598, 2), -(2522303, 3), -(3068234, 4), -(976550, 5), -(3326223, 6), -(228360, 7), -(2599558, 8), -(1331923, 1), -(4414464, 10), -(4909025, 1), -(4205050, 2), -(2484494, 3), -(4866919, 4), -(5004245, 5), -(3737607, 6), -(529907, 7), -(4256143, 8), -(3332130, 1), -(2073339, 10), -(1360533, 1), -(4234389, 2), -(1552636, 3), -(2372829, 4), -(4354636, 5), -(1642508, 6), -(841074, 7), -(1738105, 8), -(3467061, 1), -(1423815, 10), -(4417552, 1), -(3084325, 2), -(3606606, 3), -(351048, 4), -(3264973, 5), -(871215, 6), -(4212922, 7), -(1073472, 8), -(1119638, 1), -(1652168, 10), -(4604737, 1), -(4159811, 2), -(4396417, 3), -(1254305, 4), -(5036985, 5), -(3631430, 6), -(1962983, 7), -(4526708, 8), -(1996243, 1), -(4892920, 10), -(2545868, 1), -(1323466, 2), -(3645611, 3), -(3122203, 4), -(1524094, 5), -(1948588, 6), -(399980, 7), -(4867407, 8), -(4017881, 1), -(2228775, 10), -(4263789, 1), -(2723232, 2), -(4977749, 3), -(3626061, 4), -(4483041, 5), -(3476493, 6), -(3700191, 7), -(2271635, 8), -(222415, 1), -(3692944, 10), -(3427691, 1), -(3586238, 2), -(2066454, 3), -(1868513, 4), -(2829779, 5), -(930394, 6), -(3399342, 7), -(1860371, 8), -(865919, 1), -(572644, 10), -(4313485, 1), -(1702673, 2), -(3394813, 3), -(5148857, 4), -(2978598, 5), -(357197, 6), -(308413, 7), -(858185, 8), -(3586920, 1), -(2690744, 10), -(1643917, 1), -(3980291, 2), -(142492, 3), -(1283080, 4), -(1024101, 5), -(2650009, 6), -(1493374, 7), -(3630197, 8), -(4044753, 1), -(735872, 10), -(4783904, 1), -(4644351, 2), -(2410, 3), -(3609849, 4), -(205968, 5), -(197048, 6), -(4379500, 7), -(2495674, 8), -(3891796, 1), -(1968315, 10), -(1018206, 1), -(1829891, 2), -(3974031, 3), -(2451344, 4), -(2529055, 5), -(4893662, 6), -(1171519, 7), -(3077522, 8), -(3153380, 1), -(4638374, 10), -(1889065, 1), -(7769, 2), -(2923390, 3), -(3418507, 4), -(5108899, 5), -(2916918, 6), -(4094201, 7), -(926985, 8), -(3412811, 1), -(2993053, 10), -(4652209, 1), -(376840, 2), -(2319794, 3), -(430834, 4), -(2578274, 5), -(183516, 6), -(4327791, 7), -(1822328, 8), -(4193511, 1), -(4225430, 10), -(4897866, 1), -(543590, 2), -(4014446, 3), -(1388444, 4), -(830235, 5), -(1121141, 6), -(1680882, 7), -(4801438, 8), -(2411901, 1), -(4214565, 10), -(4207901, 1), -(943641, 2), -(2465573, 3), -(3656403, 4), -(1350790, 5), -(2219395, 6), -(3675151, 7), -(4182213, 8), -(4307960, 1), -(1041861, 10), -(4734649, 1), -(3150851, 2), -(4879255, 3), -(1996872, 4), -(2128694, 5), -(1751679, 6), -(3515027, 7), -(4591297, 8), -(4036672, 1), -(4781613, 10), -(4049997, 1), -(1997869, 2), -(1279737, 3), -(3458525, 4), -(4274907, 5), -(4624494, 6), -(2692253, 7), -(3373953, 8), -(899505, 1), -(1699768, 10), -(17307, 1), -(2649129, 2), -(1381217, 3), -(1254635, 4), -(205899, 5), -(3852520, 6), -(4283654, 7), -(2606924, 8), -(2677060, 1), -(3099552, 10), -(1999982, 1), -(4316584, 2), -(2958024, 3), -(1265208, 4), -(897580, 5), -(3920188, 6), -(1605765, 7), -(1368409, 8), -(1911903, 1), -(2602354, 10), -(314328, 1), -(3550349, 2), -(4291697, 3), -(1472127, 4), -(1725832, 5), -(4372759, 6), -(4680195, 7), -(3820436, 8), -(578784, 1), -(4170025, 10), -(4939776, 1), -(1602933, 2), -(4426917, 3), -(1223790, 4), -(355362, 5), -(3990760, 6), -(3512409, 7), -(3415438, 8), -(4215937, 1), -(2881031, 10), -(3011375, 1), -(2049210, 2), -(4663501, 3), -(4481193, 4), -(2747756, 5), -(2921059, 6), -(4304225, 7), -(3732988, 8), -(4248306, 1), -(4631356, 10), -(380055, 1), -(4017197, 2), -(3527242, 3), -(1255142, 4), -(2172093, 5), -(2065526, 6), -(4278744, 7), -(973389, 8), -(3975200, 1), -(2610791, 10), -(150092, 1), -(4882904, 2), -(866945, 3), -(3176349, 4), -(1117098, 5), -(2540745, 6), -(4755134, 7), -(1851019, 8), -(3593794, 1), -(3813272, 10), -(4670238, 1), -(757182, 2), -(1060525, 3), -(1774298, 4), -(5156420, 5), -(434180, 6), -(4595580, 7), -(4185300, 8), -(3067560, 1), -(1396294, 10), -(963661, 1), -(1945301, 2), -(1321409, 3), -(2137141, 4), -(4178970, 5), -(1987882, 6), -(2773419, 7), -(3021605, 8), -(2571201, 1), -(561327, 10), -(3404739, 1), -(255508, 2), -(1037905, 3), -(3791863, 4), -(2827046, 5), -(88462, 6), -(1104822, 7), -(361095, 8), -(499665, 1), -(152639, 10), -(1624041, 1), -(1547974, 2), -(304205, 3), -(3494977, 4), -(3491350, 5), -(4063057, 6), -(1828144, 7), -(69317, 8), -(3531700, 1), -(1691286, 10), -(3872841, 1), -(4756346, 2), -(1467164, 3), -(1834393, 4), -(3544270, 5), -(970588, 6), -(4474010, 7), -(259455, 8), -(1756055, 1), -(929495, 10), -(1008109, 1), -(2993711, 2), -(2686648, 3), -(4827299, 4), -(2817976, 5), -(4907, 6), -(2702039, 7), -(3989777, 8), -(388942, 1), -(1413007, 10), -(4055505, 1), -(2386315, 2), -(974282, 3), -(3072574, 4), -(4924285, 5), -(3987097, 6), -(1406509, 7), -(4649026, 8), -(3309643, 1), -(2643222, 10), -(1136219, 1), -(4242742, 2), -(999348, 3), -(4880845, 4), -(4939021, 5), -(3729801, 6), -(413656, 7), -(4918683, 8), -(1059665, 1), -(1140902, 10), -(2855743, 1), -(4567369, 2), -(845239, 3), -(2559185, 4), -(1692250, 5), -(3844851, 6), -(3822927, 7), -(306020, 8), -(1167279, 1), -(2450935, 10), -(2327095, 1), -(4065220, 2), -(60559, 3), -(1687159, 4), -(4487980, 5), -(2509955, 6), -(4177144, 7), -(3877257, 8), -(4970836, 1), -(3421028, 10), -(872572, 1), -(3467297, 2), -(1579789, 3), -(2281648, 4), -(1972769, 5), -(3774119, 6), -(1439081, 7), -(1104384, 8), -(3979081, 1), -(1604691, 10), -(2160135, 1), -(2187532, 2), -(2669578, 3), -(5088091, 4), -(3794880, 5), -(3097358, 6), -(1978442, 7), -(298586, 8), -(3211196, 1), -(293630, 10), -(2295453, 1), -(104462, 2), -(4403830, 3), -(3681567, 4), -(1703906, 5), -(850104, 6), -(1414652, 7), -(4577044, 8), -(4107030, 1), -(916706, 10), -(2447947, 1), -(748392, 2), -(2677371, 3), -(1392765, 4), -(2453521, 5), -(1459642, 6), -(1792163, 7), -(3437860, 8), -(3717634, 1), -(3727100, 10), -(832574, 1), -(2638664, 2), -(268251, 3), -(3822453, 4), -(3695506, 5), -(1485805, 6), -(117196, 7), -(1833378, 8), -(609839, 1), -(280333, 10), -(1865211, 1), -(3609110, 2), -(1314215, 3), -(475026, 4), -(3092732, 5), -(2288300, 6), -(727648, 7), -(1706459, 8), -(2937670, 1), -(4910113, 10), -(1444181, 1), -(678559, 2), -(2229246, 3), -(2798696, 4), -(3896787, 5), -(1500885, 6), -(4983053, 7), -(2559494, 8), -(389948, 1), -(3802074, 10), -(2165094, 1), -(3387711, 2), -(1643094, 3), -(1733194, 4), -(189057, 5), -(4368309, 6), -(83079, 7), -(4355267, 8), -(329040, 1), -(2027583, 10), -(3229566, 1), -(844760, 2), -(1882323, 3), -(3353174, 4), -(225719, 5), -(3208580, 6), -(4600060, 7), -(4411052, 8), -(428575, 1), -(3046934, 10), -(2765330, 1), -(3229786, 2), -(2202625, 3), -(1985331, 4), -(1639557, 5), -(4863121, 6), -(4372804, 7), -(1864538, 8), -(4804081, 1), -(3795317, 10), -(1422404, 1), -(3775826, 2), -(2103141, 3), -(4245139, 4), -(3427814, 5), -(1043312, 6), -(2323522, 7), -(4671427, 8), -(1651662, 1), -(4860274, 10), -(946991, 1), -(1088357, 2), -(3588816, 3), -(490909, 4), -(2340871, 5), -(918999, 6), -(1869802, 7), -(2043591, 8), -(757249, 1), -(4933498, 10), -(883540, 1), -(393663, 2), -(3589833, 3), -(756477, 4), -(992333, 5), -(2399425, 6), -(830622, 7), -(1925851, 8), -(2564498, 1), -(558667, 10), -(4161881, 1), -(4174165, 2), -(451092, 3), -(3872498, 4), -(1614257, 5), -(1094282, 6), -(1589379, 7), -(4515486, 8), -(2703301, 1), -(4865533, 10), -(1959284, 1), -(443490, 2), -(2912070, 3), -(2588445, 4), -(4864746, 5), -(1265863, 6), -(669762, 7), -(3451327, 8), -(1709948, 1), -(2761222, 10), -(1566203, 1), -(3125986, 2), -(886708, 3), -(3419104, 4), -(224739, 5), -(297829, 6), -(4117544, 7), -(4796716, 8), -(3333989, 1), -(4113936, 10), -(171569, 1), -(3579, 2), -(355704, 3), -(364772, 4), -(5038872, 5), -(1765179, 6), -(2618630, 7), -(17710, 8), -(3558290, 1), -(664356, 10), -(671854, 1), -(984003, 2), -(4245823, 3), -(2421366, 4), -(1000858, 5), -(436979, 6), -(334451, 7), -(3110199, 8), -(2155994, 1), -(4960901, 10), -(2769598, 1), -(3314621, 2), -(516813, 3), -(3053182, 4), -(343112, 5), -(1178381, 6), -(3882159, 7), -(1416942, 8), -(4000233, 1), -(1641818, 10), -(3046547, 1), -(3523150, 2), -(959702, 3), -(3967525, 4), -(4803457, 5), -(4968783, 6), -(2823232, 7), -(2652344, 8), -(240681, 1), -(1775706, 10), -(1167492, 1), -(839167, 2), -(3389104, 3), -(1581081, 4), -(3006524, 5), -(3574673, 6), -(291354, 7), -(713342, 8), -(2013622, 1), -(3758834, 10), -(1921180, 1), -(1940040, 2), -(3273152, 3), -(5135255, 4), -(97554, 5), -(1694317, 6), -(3254436, 7), -(3443662, 8), -(4971646, 1), -(2986368, 10), -(703852, 1), -(820364, 2), -(3573011, 3), -(1062056, 4), -(3812513, 5), -(3605124, 6), -(845370, 7), -(3512820, 8), -(4964090, 1), -(4484091, 10), -(4974494, 1), -(1089105, 2), -(1386176, 3), -(3157674, 4), -(1247724, 5), -(5016246, 6), -(2363129, 7), -(3380746, 8), -(5035287, 1), -(3876855, 10), -(2665393, 1), -(589765, 2), -(1350540, 3), -(1363301, 4), -(2678392, 5), -(5103246, 6), -(4233539, 7), -(711599, 8), -(4979919, 1), -(3721625, 10), -(3593212, 1), -(390188, 2), -(1502931, 3), -(2699338, 4), -(484957, 5), -(3685111, 6), -(1378600, 7), -(3298620, 8), -(1990649, 1), -(3906242, 10), -(3395271, 1), -(1013185, 2), -(3946580, 3), -(1598538, 4), -(4809874, 5), -(4064281, 6), -(2374634, 7), -(681850, 8), -(1436375, 1), -(1648490, 10), -(3781293, 1), -(3998373, 2), -(894646, 3), -(24976, 4), -(4901004, 5), -(2930652, 6), -(2003294, 7), -(4834071, 8), -(3697561, 1), -(3195996, 10), -(1952752, 1), -(629854, 2), -(499569, 3), -(1046690, 4), -(2912808, 5), -(3274111, 6), -(2102896, 7), -(1608693, 8), -(1882924, 1), -(4376427, 10), -(873521, 1), -(5133252, 2), -(4036269, 3), -(2033647, 4), -(4598394, 5), -(2530793, 6), -(4221401, 7), -(3226383, 8), -(876499, 1), -(2358229, 10), -(1618400, 1), -(4266879, 2), -(137459, 3), -(1414261, 4), -(4059369, 5), -(3946180, 6), -(4639230, 7), -(5055329, 8), -(1955064, 1), -(1434020, 10), -(807278, 1), -(1260607, 2), -(3626786, 3), -(3423253, 4), -(4555262, 5), -(850941, 6), -(3701839, 7), -(1965698, 8), -(13767, 1), -(1841930, 10), -(3500724, 1), -(3479353, 2), -(1487638, 3), -(3233284, 4), -(2408143, 5), -(2903732, 6), -(372033, 7), -(4429889, 8), -(4985275, 1), -(3806436, 10), -(722302, 1), -(2101042, 2), -(5042232, 3), -(79592, 4), -(3092004, 5), -(4542855, 6), -(4770150, 7), -(825537, 8), -(1832757, 1), -(2426100, 10), -(4605179, 1), -(137099, 2), -(3843999, 3), -(2056438, 4), -(3176262, 5), -(1168771, 6), -(3369792, 7), -(1934059, 8), -(3927518, 1), -(4766003, 10), -(570578, 1), -(3045016, 2), -(4791913, 3), -(3120942, 4), -(3751309, 5), -(4855870, 6), -(2280783, 7), -(406219, 8), -(1741711, 1), -(2471992, 10), -(4522646, 1), -(1360711, 2), -(107693, 3), -(1676308, 4), -(2854798, 5), -(1169371, 6), -(4773090, 7), -(3269713, 8), -(2082380, 1), -(4242495, 10), -(2258420, 1), -(521892, 2), -(3260881, 3), -(3075153, 4), -(2913673, 5), -(4832888, 6), -(2279449, 7), -(1540196, 8), -(258240, 1), -(3864227, 10), -(5078340, 1), -(1810340, 2), -(808429, 3), -(3627665, 4), -(1117956, 5), -(3115091, 6), -(122524, 7), -(219531, 8), -(828063, 1), -(1465845, 10), -(1332361, 1), -(153285, 2), -(4311343, 3), -(4090730, 4), -(1620142, 5), -(3965224, 6), -(2462416, 7), -(4469639, 8), -(2914063, 1), -(1758655, 10), -(1918853, 1), -(4981015, 2), -(3522123, 3), -(1899335, 4), -(1983785, 5), -(1217732, 6), -(963753, 7), -(4271180, 8), -(2288919, 1), -(3151689, 10), -(32967, 1), -(2505579, 2), -(5116633, 3), -(4960437, 4), -(2535155, 5), -(2237463, 6), -(1326769, 7), -(3834430, 8), -(3998581, 1), -(5099881, 10), -(3950342, 1), -(2006795, 2), -(1312387, 3), -(1109050, 4), -(3401539, 5), -(2040765, 6), -(2084864, 7), -(3757194, 8), -(3956037, 1), -(2863982, 10), -(4513450, 1), -(1021251, 2), -(3503604, 3), -(4525351, 4), -(104209, 5), -(3519828, 6), -(956971, 7), -(4038480, 8), -(3962527, 1), -(569663, 10), -(1410963, 1), -(1854481, 2), -(392182, 3), -(1467314, 4), -(1490433, 5), -(1106734, 6), -(937184, 7), -(3715287, 8), -(1120963, 1), -(2565857, 10), -(457507, 1), -(4517665, 2), -(8254, 3), -(5155355, 4), -(1646378, 5), -(4191987, 6), -(3544478, 7), -(2513189, 8), -(1370506, 1), -(2565645, 10), -(3339572, 1), -(3193449, 2), -(835895, 3), -(1535500, 4), -(2275650, 5), -(680185, 6), -(1313865, 7), -(3427441, 8), -(3353949, 1), -(4177487, 10), -(2343554, 1), -(3305081, 2), -(823629, 3), -(861104, 4), -(1000959, 5), -(217383, 6), -(3888030, 7), -(2802293, 8), -(1768615, 1), -(3770161, 10), -(3511975, 1), -(1059450, 2), -(3307148, 3), -(21059, 4), -(1321841, 5), -(2133527, 6), -(4701519, 7), -(3436852, 8), -(4042348, 1), -(3681960, 10), -(1143790, 1), -(3980699, 2), -(5109144, 3), -(843337, 4), -(3751366, 5), -(2343720, 6), -(718211, 7), -(3929393, 8), -(3850855, 1), -(886304, 10), -(4369584, 1), -(623614, 2), -(1421085, 3), -(3947069, 4), -(2467952, 5), -(618085, 6), -(1551365, 7), -(166971, 8), -(3593457, 1), -(2346077, 10), -(3358752, 1), -(246830, 2), -(280472, 3), -(599327, 4), -(134955, 5), -(4356686, 6), -(881097, 7), -(2523199, 8), -(3014848, 1), -(3108882, 10), -(4694416, 1), -(278173, 2), -(1654824, 3), -(4099608, 4), -(4989816, 5), -(2961571, 6), -(693142, 7), -(3147028, 8), -(459134, 1), -(1450058, 10), -(1936894, 1), -(1388497, 2), -(3813713, 3), -(1935459, 4), -(2447282, 5), -(3570583, 6), -(2636629, 7), -(3029606, 8), -(2543170, 1), -(409502, 10), -(1468785, 1), -(1373028, 2), -(3294880, 3), -(2602083, 4), -(4904667, 5), -(4693580, 6), -(1781074, 7), -(2036277, 8), -(990264, 1), -(2486102, 10), -(634333, 1), -(1754291, 2), -(1173453, 3), -(5147697, 4), -(3910741, 5), -(3731413, 6), -(3381933, 7), -(2042003, 8), -(4951903, 1), -(1604026, 10), -(814566, 1), -(1422133, 2), -(2055312, 3), -(3695273, 4), -(2978503, 5), -(2046227, 6), -(202156, 7), -(1916098, 8), -(796075, 1), -(1581018, 10), -(4367680, 1), -(1559253, 2), -(861353, 3), -(3432389, 4), -(1569231, 5), -(5093750, 6), -(853952, 7), -(4733883, 8), -(4290971, 1), -(2138566, 10), -(3464658, 1), -(2515261, 2), -(4363582, 3), -(2207881, 4), -(4326577, 5), -(538041, 6), -(1385594, 7), -(1261236, 8), -(5011708, 1), -(3685019, 10), -(2145168, 1), -(1625300, 2), -(522582, 3), -(2044695, 4), -(2141662, 5), -(4373592, 6), -(2701713, 7), -(4882625, 8), -(4266028, 1), -(4280664, 10), -(3342150, 1), -(2370776, 2), -(1171633, 3), -(1161981, 4), -(1323134, 5), -(3934761, 6), -(40477, 7), -(5064168, 8), -(376837, 1), -(2772178, 10), -(660942, 1), -(414935, 2), -(5060757, 3), -(2421866, 4), -(75275, 5), -(3113126, 6), -(3148462, 7), -(2018837, 8), -(3985596, 1), -(767449, 10), -(2588397, 1), -(1978445, 2), -(629741, 3), -(3713246, 4), -(3847319, 5), -(3220245, 6), -(665347, 7), -(272572, 8), -(2567555, 1), -(3131155, 10), -(3508256, 1), -(2526478, 2), -(880866, 3), -(4760331, 4), -(1735933, 5), -(4946287, 6), -(1728718, 7), -(3787408, 8), -(2992045, 1), -(2640327, 10), -(2689976, 1), -(251062, 2), -(2787085, 3), -(1186008, 4), -(3716034, 5), -(3756425, 6), -(736367, 7), -(3123830, 8), -(467470, 1), -(3094632, 10), -(2126952, 1), -(2396030, 2), -(1995600, 3), -(2397531, 4), -(4277393, 5), -(1692521, 6), -(4293232, 7), -(4360362, 8), -(1483857, 1), -(4981793, 10), -(4696539, 1), -(2442087, 2), -(783366, 3), -(4100250, 4), -(2839154, 5), -(537820, 6), -(4351344, 7), -(3120318, 8), -(1583744, 1), -(2070908, 10), -(3577268, 1), -(2750866, 2), -(907178, 3), -(4402976, 4), -(2064614, 5), -(3367946, 6), -(2577860, 7), -(2880519, 8), -(1873617, 1), -(4858047, 10), -(1225824, 1), -(3970251, 2), -(2622529, 3), -(1140683, 4), -(2833905, 5), -(826250, 6), -(3976816, 7), -(470396, 8), -(2374871, 1), -(4629913, 10), -(4876258, 1), -(1838064, 2), -(589207, 3), -(5138762, 4), -(4374797, 5), -(645856, 6), -(4840206, 7), -(3381217, 8), -(2844721, 1), -(2312170, 10), -(1302909, 1), -(1019195, 2), -(878868, 3), -(2072020, 4), -(3919762, 5), -(3140218, 6), -(2700376, 7), -(5101743, 8), -(1903669, 1), -(2941495, 10), -(4645521, 1), -(1949910, 2), -(2134583, 3), -(2578096, 4), -(2548906, 5), -(1107116, 6), -(883629, 7), -(3133154, 8), -(3882728, 1), -(1013057, 10), -(3444947, 1), -(849098, 2), -(4065978, 3), -(936803, 4), -(257571, 5), -(2913415, 6), -(2117812, 7), -(3787562, 8), -(44158, 1), -(1164997, 10), -(4635122, 1), -(1900834, 2), -(784055, 3), -(1406744, 4), -(1840678, 5), -(4312292, 6), -(300463, 7), -(3334995, 8), -(2672706, 1), -(1231740, 10), -(3825580, 1), -(30676, 2), -(1090746, 3), -(255113, 4), -(1026155, 5), -(1367866, 6), -(3139855, 7), -(2188673, 8), -(4850337, 1), -(3697278, 10), -(1391083, 1), -(1263562, 2), -(1333844, 3), -(352251, 4), -(2116151, 5), -(2724501, 6), -(3272055, 7), -(2575281, 8), -(2121628, 1), -(3734231, 10), -(3595100, 1), -(1468632, 2), -(1481346, 3), -(1382333, 4), -(4596584, 5), -(2580472, 6), -(2778829, 7), -(23488, 8), -(4423023, 1), -(3327468, 10), -(587452, 1), -(3218826, 2), -(3154021, 3), -(2867927, 4), -(2316669, 5), -(285822, 6), -(2584074, 7), -(2922530, 8), -(2647760, 1), -(155091, 10), -(3654874, 1), -(4812210, 2), -(4595260, 3), -(647611, 4), -(2842504, 5), -(1016971, 6), -(4782834, 7), -(153248, 8), -(2254976, 1), -(2888100, 10), -(2435035, 1), -(7240, 2), -(1138527, 3), -(4332385, 4), -(565751, 5), -(2846601, 6), -(1646859, 7), -(3203956, 8), -(2183707, 1), -(722797, 10), -(66556, 1), -(4763681, 2), -(2021738, 3), -(3145954, 4), -(2272886, 5), -(2625401, 6), -(3227333, 7), -(3256582, 8), -(2381571, 1), -(4913917, 10), -(5148597, 1), -(2024359, 2), -(1896842, 3), -(2855739, 4), -(1017550, 5), -(4965802, 6), -(1308514, 7), -(15890, 8), -(3743261, 1), -(2611262, 10), -(2776831, 1), -(3134373, 2), -(4208686, 3), -(660726, 4), -(4940020, 5), -(1550383, 6), -(4616007, 7), -(157489, 8), -(3791591, 1), -(36722, 10), -(3962993, 1), -(4676959, 2), -(4977497, 3), -(801765, 4), -(1732828, 5), -(2727043, 6), -(2218016, 7), -(3073163, 8), -(4590639, 1), -(3703129, 10), -(4453116, 1), -(481060, 2), -(1262813, 3), -(1812506, 4), -(1405724, 5), -(2992415, 6), -(3697416, 7), -(2152657, 8), -(3755957, 1), -(3841239, 10), -(2375123, 1), -(731293, 2), -(2033697, 3), -(874340, 4), -(3388209, 5), -(2996421, 6), -(2479577, 7), -(4026111, 8), -(1088600, 1), -(2665617, 10), -(3354040, 1), -(3890016, 2), -(982221, 3), -(770683, 4), -(1285003, 5), -(588281, 6), -(3528156, 7), -(2586600, 8), -(1182766, 1), -(3991658, 10), -(3358142, 1), -(3506316, 2), -(2105685, 3), -(357412, 4), -(128908, 5), -(4764531, 6), -(1553570, 7), -(5096198, 8), -(4107281, 1), -(3333598, 10), -(1263934, 1), -(2767575, 2), -(2456212, 3), -(4725921, 4), -(4632427, 5), -(1627611, 6), -(530911, 7), -(275937, 8), -(542417, 1), -(2233787, 10), -(540542, 1), -(260238, 2), -(2472174, 3), -(771062, 4), -(2564106, 5), -(3103948, 6), -(1729922, 7), -(3880080, 8), -(249261, 1), -(1905278, 10), -(3272095, 1), -(3008185, 2), -(2974419, 3), -(4244338, 4), -(3155613, 5), -(3113180, 6), -(3091719, 7), -(3090680, 8), -(3213921, 1), -(4330146, 10), -(1765052, 1), -(2115280, 2), -(2904716, 3), -(3060316, 4), -(2718441, 5), -(653715, 6), -(4286417, 7), -(632990, 8), -(5037641, 1), -(89797, 10), -(5004494, 1), -(3996509, 2), -(592161, 3), -(3819832, 4), -(4418019, 5), -(2949750, 6), -(4311126, 7), -(3725578, 8), -(2062612, 1), -(455059, 10), -(4272374, 1), -(2573032, 2), -(1836480, 3), -(4286332, 4), -(4368912, 5), -(4685965, 6), -(2652700, 7), -(2880666, 8), -(5052177, 1), -(1390603, 10), -(2356118, 1), -(454555, 2), -(95456, 3), -(1326107, 4), -(2749188, 5), -(83709, 6), -(4421944, 7), -(1159340, 8), -(3363059, 1), -(2453230, 10), -(4774660, 1), -(4990074, 2), -(4554195, 3), -(372289, 4), -(3430136, 5), -(2698327, 6), -(3905335, 7), -(741645, 8), -(4300418, 1), -(4711317, 10), -(122751, 1), -(3574025, 2), -(1298735, 3), -(3419992, 4), -(4963121, 5), -(136225, 6), -(4897452, 7), -(3978346, 8), -(3358347, 1), -(2122530, 10), -(904673, 1), -(323198, 2), -(3028983, 3), -(4785750, 4), -(3563119, 5), -(155799, 6), -(133009, 7), -(1066775, 8), -(3042295, 1), -(90326, 10), -(82924, 1), -(4978108, 2), -(5148429, 3), -(4520215, 4), -(2657849, 5), -(4912078, 6), -(2518982, 7), -(3837094, 8), -(4562581, 1), -(2920833, 10), -(4066565, 1), -(1059480, 2), -(2667019, 3), -(4473353, 4), -(482940, 5), -(582098, 6), -(1250853, 7), -(4698156, 8), -(2071415, 1), -(1671586, 10), -(4669008, 1), -(4154011, 2), -(1648266, 3), -(4977260, 4), -(999850, 5), -(391823, 6), -(2657719, 7), -(4820445, 8), -(2135345, 1), -(3410884, 10), -(4837990, 1), -(4989544, 2), -(655334, 3), -(1536770, 4), -(648726, 5), -(1984400, 6), -(838020, 7), -(2815931, 8), -(4303929, 1), -(2714949, 10), -(1130080, 1), -(4943214, 2), -(1586135, 3), -(3398456, 4), -(2768545, 5), -(2139021, 6), -(1156571, 7), -(1936083, 8), -(3497174, 1), -(4379751, 10), -(2179307, 1), -(3024544, 2), -(796715, 3), -(5091710, 4), -(2097345, 5), -(3155336, 6), -(2183205, 7), -(4892220, 8), -(1334990, 1), -(4639422, 10), -(2830440, 1), -(1895133, 2), -(4304606, 3), -(577442, 4), -(2041411, 5), -(4299030, 6), -(3932461, 7), -(2932488, 8), -(2188455, 1), -(1194311, 10), -(2499834, 1), -(143013, 2), -(4610961, 3), -(3051006, 4), -(2754299, 5), -(3955430, 6), -(4394186, 7), -(2460103, 8), -(1025906, 1), -(342575, 10), -(1804279, 1), -(2165787, 2), -(2813803, 3), -(3232866, 4), -(3142076, 5), -(4577370, 6), -(1087136, 7), -(4024676, 8), -(2989621, 1), -(1618188, 10), -(3009851, 1), -(5073012, 2), -(2575132, 3), -(4233672, 4), -(507147, 5), -(4001250, 6), -(3771608, 7), -(1856976, 8), -(1965458, 1), -(3557365, 10), -(852546, 1), -(3608615, 2), -(2585604, 3), -(4987918, 4), -(4035271, 5), -(4138061, 6), -(3354675, 7), -(91435, 8), -(2420210, 1), -(1280595, 10), -(4852691, 1), -(4408422, 2), -(105131, 3), -(402682, 4), -(1625430, 5), -(2981506, 6), -(3773865, 7), -(658306, 8), -(2379229, 1), -(2602866, 10), -(1711850, 1), -(2695277, 2), -(1183107, 3), -(1853264, 4), -(893978, 5), -(222819, 6), -(4920960, 7), -(3602433, 8), -(47156, 1), -(1952350, 10), -(4595135, 1), -(3440118, 2), -(281302, 3), -(3872947, 4), -(4828523, 5), -(2887364, 6), -(4824934, 7), -(2738053, 8), -(6596, 1), -(2583941, 10), -(1445597, 1), -(2539470, 2), -(4477045, 3), -(58890, 4), -(2466446, 5), -(3003561, 6), -(3259038, 7), -(3455871, 8), -(980774, 1), -(5023473, 10), -(2909874, 1), -(2176802, 2), -(1032578, 3), -(2051506, 4), -(3839011, 5), -(377795, 6), -(347254, 7), -(793987, 8), -(910741, 1), -(4454958, 10), -(3626221, 1), -(540862, 2), -(1748831, 3), -(1375246, 4), -(1512778, 5), -(1236272, 6), -(986862, 7), -(1305565, 8), -(3866121, 1), -(2206684, 10), -(1793060, 1), -(3595500, 2), -(182482, 3), -(2431277, 4), -(3394189, 5), -(453243, 6), -(4107373, 7), -(291003, 8), -(4266291, 1), -(489878, 10), -(3358615, 1), -(3876943, 2), -(498433, 3), -(873298, 4), -(1823759, 5), -(2808920, 6), -(1565736, 7), -(1743226, 8), -(2395891, 1), -(3322346, 10), -(2399798, 1), -(823550, 2), -(2657754, 3), -(3589580, 4), -(351385, 5), -(2450012, 6), -(833103, 7), -(1619893, 8), -(2923774, 1), -(2400671, 10), -(3286546, 1), -(5079575, 2), -(2244284, 3), -(3450589, 4), -(12407, 5), -(5142054, 6), -(5035745, 7), -(3854855, 8), -(1780349, 1), -(1516361, 10), -(1517505, 1), -(398060, 2), -(1264908, 3), -(48178, 4), -(294944, 5), -(3483380, 6), -(3030604, 7), -(3244708, 8), -(2492705, 1), -(119613, 10), -(1138276, 1), -(4917079, 2), -(4197122, 3), -(3141486, 4), -(4202214, 5), -(3845884, 6), -(1658716, 7), -(4189038, 8), -(1217893, 1), -(4444671, 10), -(1734820, 1), -(422656, 2), -(1667875, 3), -(4141851, 4), -(435088, 5), -(3749075, 6), -(3414763, 7), -(3907728, 8), -(2402375, 1), -(355025, 10), -(411242, 1), -(981149, 2), -(1403634, 3), -(102113, 4), -(642764, 5), -(4323655, 6), -(2354680, 7), -(2052123, 8), -(825827, 1), -(3502005, 10), -(486644, 1), -(4641137, 2), -(2393050, 3), -(3387556, 4), -(2270398, 5), -(1149556, 6), -(2477357, 7), -(1461957, 8), -(338881, 1), -(128749, 10), -(4372382, 1), -(4187879, 2), -(2812314, 3), -(815579, 4), -(1476223, 5), -(2566194, 6), -(4495588, 7), -(499642, 8), -(3620998, 1), -(1379027, 10), -(3603295, 1), -(2082784, 2), -(1294747, 3), -(4352653, 4), -(200533, 5), -(4942599, 6), -(3589047, 7), -(2783482, 8), -(589117, 1), -(467835, 10), -(5050206, 1), -(1212101, 2), -(2297466, 3), -(2018601, 4), -(5085754, 5), -(2326035, 6), -(2674605, 7), -(5146636, 8), -(3769928, 1), -(818120, 10), -(2674209, 1), -(743465, 2), -(4866356, 3), -(1106870, 4), -(3573424, 5), -(4575207, 6), -(2754049, 7), -(2201943, 8), -(4258223, 1), -(1263068, 10), -(142059, 1), -(4740174, 2), -(702162, 3), -(4392790, 4), -(1556629, 5), -(3854606, 6), -(3522370, 7), -(3647870, 8), -(3647464, 1), -(4083704, 10), -(914015, 1), -(3230581, 2), -(4724418, 3), -(965238, 4), -(2990975, 5), -(4761031, 6), -(1938796, 7), -(1264985, 8), -(1400945, 1), -(445662, 10), -(4304858, 1), -(4174317, 2), -(442567, 3), -(1283234, 4), -(4842553, 5), -(634104, 6), -(1518771, 7), -(2466824, 8), -(539671, 1), -(3347546, 10), -(2768009, 1), -(2244246, 2), -(4526457, 3), -(3488122, 4), -(4605315, 5), -(4738143, 6), -(3469361, 7), -(1415581, 8), -(191432, 1), -(2709989, 10), -(148169, 1), -(807480, 2), -(4845528, 3), -(4496515, 4), -(4609744, 5), -(4785004, 6), -(488441, 7), -(2590902, 8), -(1929929, 1), -(1394012, 10), -(2530695, 1), -(2796753, 2), -(4607596, 3), -(3111341, 4), -(2620396, 5), -(91834, 6), -(2119465, 7), -(4257951, 8), -(8109, 1), -(704515, 10), -(1506939, 1), -(3100554, 2), -(2751130, 3), -(2147505, 4), -(2942460, 5), -(3808001, 6), -(1072393, 7), -(999980, 8), -(2746972, 1), -(173036, 10), -(561067, 1), -(2376274, 2), -(4299646, 3), -(2704015, 4), -(2407900, 5), -(4524254, 6), -(3243754, 7), -(899236, 8), -(3437401, 1), -(3447865, 10), -(4296766, 1), -(3514742, 2), -(4147681, 3), -(2529139, 4), -(2512691, 5), -(2627037, 6), -(321175, 7), -(2643858, 8), -(102917, 1), -(1007591, 10), -(1922064, 1), -(555560, 2), -(4933013, 3), -(1352442, 4), -(3450166, 5), -(1184549, 6), -(4028866, 7), -(2448870, 8), -(4532459, 1), -(407215, 10), -(1051222, 1), -(2313019, 2), -(546008, 3), -(465980, 4), -(3873465, 5), -(2939779, 6), -(3334029, 7), -(4751680, 8), -(256001, 1), -(1665992, 10), -(132506, 1), -(2533022, 2), -(2875969, 3), -(3964146, 4), -(1125802, 5), -(5068521, 6), -(1310508, 7), -(4732548, 8), -(3547813, 1), -(4273374, 10), -(3031312, 1), -(2934788, 2), -(3752350, 3), -(3208818, 4), -(3315724, 5), -(4300827, 6), -(4976839, 7), -(758541, 8), -(4270314, 1), -(3219576, 10), -(3707414, 1), -(2627383, 2), -(3450979, 3), -(4814359, 4), -(4240198, 5), -(424676, 6), -(3099154, 7), -(3528894, 8), -(3774999, 1), -(4534846, 10), -(3889118, 1), -(652979, 2), -(320783, 3), -(2746662, 4), -(3086341, 5), -(837488, 6), -(645479, 7), -(261723, 8), -(1462183, 1), -(4642360, 10), -(4875956, 1), -(2815319, 2), -(4668616, 3), -(1249820, 4), -(4395670, 5), -(2200766, 6), -(1347228, 7), -(2783548, 8), -(2865652, 1), -(4816147, 10), -(2253008, 1), -(3150229, 2), -(1444232, 3), -(3552736, 4), -(3958932, 5), -(2173477, 6), -(2028926, 7), -(2553257, 8), -(1983413, 1), -(844212, 10), -(3792077, 1), -(2496211, 2), -(26313, 3), -(4584709, 4), -(1266030, 5), -(3420127, 6), -(5086773, 7), -(1708364, 8), -(3413103, 1), -(2178633, 10), -(3142010, 1), -(1792383, 2), -(2835439, 3), -(2100690, 4), -(3317851, 5), -(4349434, 6), -(32318, 7), -(4963777, 8), -(433130, 1), -(3385002, 10), -(3355288, 1), -(1978345, 2), -(1542889, 3), -(1237115, 4), -(1119378, 5), -(3209208, 6), -(1317882, 7), -(3679635, 8), -(2113028, 1), -(1195469, 10), -(91943, 1), -(2089833, 2), -(2027055, 3), -(1538288, 4), -(3677569, 5), -(1995431, 6), -(2257565, 7), -(4885787, 8), -(2524663, 1), -(4741040, 10), -(505975, 1), -(3816510, 2), -(1081429, 3), -(507291, 4), -(2026937, 5), -(1424389, 6), -(219625, 7), -(1602447, 8), -(4176767, 1), -(5157813, 10), -(1726863, 1), -(2250828, 2), -(2009072, 3), -(336038, 4), -(1320183, 5), -(4608278, 6), -(1710799, 7), -(2807957, 8), -(252646, 1), -(176011, 10), -(4642962, 1), -(2668462, 2), -(1418845, 3), -(2237203, 4), -(110468, 5), -(589513, 6), -(1485725, 7), -(4917103, 8), -(3379070, 1), -(4568967, 10), -(797511, 1), -(866955, 2), -(4032007, 3), -(738823, 4), -(3839657, 5), -(4466795, 6), -(20683, 7), -(239731, 8), -(1308215, 1), -(168173, 10); +INSERT INTO category (sub_category_id, parent_category_name) +VALUES (1464116, 'Clothing & Shoes'), +(4145813, 'Home & Kitchens'), +(2735466, 'Books'), +(2885642, 'Electronics'), +(4801426, 'Tools'), +(4756105, 'Cell Phones'), +(982926, 'Sports & Outdoors'), +(1320293, 'Foods'), +(2640118, 'Clothing & Shoes'), +(4159072, 'Others'), +(903809, 'Clothing & Shoes'), +(4357323, 'Home & Kitchens'), +(3607361, 'Books'), +(4217906, 'Electronics'), +(3002561, 'Tools'), +(2355072, 'Cell Phones'), +(2465336, 'Sports & Outdoors'), +(4789432, 'Foods'), +(1299190, 'Clothing & Shoes'), +(570735, 'Others'), +(1879194, 'Clothing & Shoes'), +(1029459, 'Home & Kitchens'), +(2520771, 'Books'), +(149192, 'Electronics'), +(965809, 'Tools'), +(2520377, 'Cell Phones'), +(3738615, 'Sports & Outdoors'), +(1567637, 'Foods'), +(2939262, 'Clothing & Shoes'), +(1575622, 'Others'), +(3776866, 'Clothing & Shoes'), +(4181361, 'Home & Kitchens'), +(4244487, 'Books'), +(4170419, 'Electronics'), +(866301, 'Tools'), +(5053508, 'Cell Phones'), +(1834026, 'Sports & Outdoors'), +(4672807, 'Foods'), +(1349561, 'Clothing & Shoes'), +(3645362, 'Others'), +(1787510, 'Clothing & Shoes'), +(2578647, 'Home & Kitchens'), +(381850, 'Books'), +(1265358, 'Electronics'), +(411153, 'Tools'), +(1216617, 'Cell Phones'), +(3158249, 'Sports & Outdoors'), +(846990, 'Foods'), +(3231625, 'Clothing & Shoes'), +(883960, 'Others'), +(3065645, 'Clothing & Shoes'), +(3598912, 'Home & Kitchens'), +(4719814, 'Books'), +(2832009, 'Electronics'), +(4643350, 'Tools'), +(3299155, 'Cell Phones'), +(801221, 'Sports & Outdoors'), +(1051370, 'Foods'), +(4022701, 'Clothing & Shoes'), +(245312, 'Others'), +(1973012, 'Clothing & Shoes'), +(800581, 'Home & Kitchens'), +(200278, 'Books'), +(1516409, 'Electronics'), +(1851156, 'Tools'), +(1080785, 'Cell Phones'), +(2926020, 'Sports & Outdoors'), +(3747017, 'Foods'), +(4558987, 'Clothing & Shoes'), +(4918438, 'Others'), +(285583, 'Clothing & Shoes'), +(174239, 'Home & Kitchens'), +(102272, 'Books'), +(235534, 'Electronics'), +(5071267, 'Tools'), +(2131531, 'Cell Phones'), +(3371868, 'Sports & Outdoors'), +(2495340, 'Foods'), +(3848953, 'Clothing & Shoes'), +(4690421, 'Others'), +(2440115, 'Clothing & Shoes'), +(3253210, 'Home & Kitchens'), +(4339722, 'Books'), +(2982027, 'Electronics'), +(4958794, 'Tools'), +(874415, 'Cell Phones'), +(3702593, 'Sports & Outdoors'), +(634390, 'Foods'), +(4606718, 'Clothing & Shoes'), +(4462359, 'Others'), +(1102540, 'Clothing & Shoes'), +(64179, 'Home & Kitchens'), +(4993094, 'Books'), +(753984, 'Electronics'), +(366112, 'Tools'), +(4919077, 'Cell Phones'), +(1449177, 'Sports & Outdoors'), +(1859277, 'Foods'), +(2297500, 'Clothing & Shoes'), +(3004853, 'Others'), +(3975787, 'Clothing & Shoes'), +(4758477, 'Home & Kitchens'), +(1074254, 'Books'), +(1379146, 'Electronics'), +(4069500, 'Tools'), +(238434, 'Cell Phones'), +(3720767, 'Sports & Outdoors'), +(85955, 'Foods'), +(3500710, 'Clothing & Shoes'), +(1595193, 'Others'), +(886203, 'Clothing & Shoes'), +(4731191, 'Home & Kitchens'), +(4697972, 'Books'), +(1045172, 'Electronics'), +(901282, 'Tools'), +(3439012, 'Cell Phones'), +(2572604, 'Sports & Outdoors'), +(2945933, 'Foods'), +(50601, 'Clothing & Shoes'), +(2096639, 'Others'), +(3189162, 'Clothing & Shoes'), +(672001, 'Home & Kitchens'), +(1792277, 'Books'), +(2042400, 'Electronics'), +(1884322, 'Tools'), +(4654786, 'Cell Phones'), +(1689352, 'Sports & Outdoors'), +(3087458, 'Foods'), +(4882154, 'Clothing & Shoes'), +(2033408, 'Others'), +(3381583, 'Clothing & Shoes'), +(1689624, 'Home & Kitchens'), +(4242717, 'Books'), +(2558244, 'Electronics'), +(1376358, 'Tools'), +(2558204, 'Cell Phones'), +(3407883, 'Sports & Outdoors'), +(3624696, 'Foods'), +(2194744, 'Clothing & Shoes'), +(2920476, 'Others'), +(1521931, 'Clothing & Shoes'), +(119741, 'Home & Kitchens'), +(3015852, 'Books'), +(3880463, 'Electronics'), +(2529187, 'Tools'), +(2733371, 'Cell Phones'), +(2304296, 'Sports & Outdoors'), +(2778281, 'Foods'), +(4082778, 'Clothing & Shoes'), +(2858794, 'Others'), +(1474371, 'Clothing & Shoes'), +(339580, 'Home & Kitchens'), +(3616520, 'Books'), +(2072473, 'Electronics'), +(3898483, 'Tools'), +(3669044, 'Cell Phones'), +(3461823, 'Sports & Outdoors'), +(2476560, 'Foods'), +(154040, 'Clothing & Shoes'), +(3774512, 'Others'), +(2671397, 'Clothing & Shoes'), +(1789614, 'Home & Kitchens'), +(1936748, 'Books'), +(3248072, 'Electronics'), +(2030976, 'Tools'), +(1817004, 'Cell Phones'), +(1548278, 'Sports & Outdoors'), +(3524510, 'Foods'), +(3108044, 'Clothing & Shoes'), +(1231891, 'Others'), +(1573465, 'Clothing & Shoes'), +(4874384, 'Home & Kitchens'), +(4640311, 'Books'), +(4048584, 'Electronics'), +(3398567, 'Tools'), +(2940518, 'Cell Phones'), +(1928278, 'Sports & Outdoors'), +(2158079, 'Foods'), +(2296439, 'Clothing & Shoes'), +(2590256, 'Others'), +(405755, 'Clothing & Shoes'), +(2736436, 'Home & Kitchens'), +(2629787, 'Books'), +(2891408, 'Electronics'), +(4148053, 'Tools'), +(2581941, 'Cell Phones'), +(4602841, 'Sports & Outdoors'), +(3189935, 'Foods'), +(3441583, 'Clothing & Shoes'), +(4391936, 'Others'), +(3740459, 'Clothing & Shoes'), +(1601543, 'Home & Kitchens'), +(1568197, 'Books'), +(3879308, 'Electronics'), +(2774299, 'Tools'), +(1813610, 'Cell Phones'), +(3177877, 'Sports & Outdoors'), +(267209, 'Foods'), +(804084, 'Clothing & Shoes'), +(428367, 'Others'), +(4533189, 'Clothing & Shoes'), +(2321836, 'Home & Kitchens'), +(611849, 'Books'), +(4331400, 'Electronics'), +(4086613, 'Tools'), +(4308141, 'Cell Phones'), +(1646753, 'Sports & Outdoors'), +(384755, 'Foods'), +(4818107, 'Clothing & Shoes'), +(4138583, 'Others'), +(2228184, 'Clothing & Shoes'), +(2462567, 'Home & Kitchens'), +(330316, 'Books'), +(4763051, 'Electronics'), +(863375, 'Tools'), +(1471163, 'Cell Phones'), +(476283, 'Sports & Outdoors'), +(1881956, 'Foods'), +(4284875, 'Clothing & Shoes'), +(3138705, 'Others'), +(4301450, 'Clothing & Shoes'), +(450901, 'Home & Kitchens'), +(1573426, 'Books'), +(2303546, 'Electronics'), +(722945, 'Tools'), +(1068933, 'Cell Phones'), +(2794147, 'Sports & Outdoors'), +(970709, 'Foods'), +(3455617, 'Clothing & Shoes'), +(1297992, 'Others'), +(3673501, 'Clothing & Shoes'), +(339305, 'Home & Kitchens'), +(4135836, 'Books'), +(4804883, 'Electronics'), +(3664107, 'Tools'), +(3604509, 'Cell Phones'), +(72526, 'Sports & Outdoors'), +(5063923, 'Foods'), +(3354186, 'Clothing & Shoes'), +(2827444, 'Others'), +(4163659, 'Clothing & Shoes'), +(155172, 'Home & Kitchens'), +(4576874, 'Books'), +(383749, 'Electronics'), +(4285553, 'Tools'), +(2753808, 'Cell Phones'), +(4784134, 'Sports & Outdoors'), +(3277224, 'Foods'), +(590997, 'Clothing & Shoes'), +(4962280, 'Others'), +(772894, 'Clothing & Shoes'), +(739426, 'Home & Kitchens'), +(2877672, 'Books'), +(1884568, 'Electronics'), +(1994940, 'Tools'), +(3430419, 'Cell Phones'), +(4387956, 'Sports & Outdoors'), +(904454, 'Foods'), +(4969568, 'Clothing & Shoes'), +(3579754, 'Others'), +(957119, 'Clothing & Shoes'), +(2311290, 'Home & Kitchens'), +(3102419, 'Books'), +(4095810, 'Electronics'), +(2321441, 'Tools'), +(2342116, 'Cell Phones'), +(2739327, 'Sports & Outdoors'), +(3415144, 'Foods'), +(2925160, 'Clothing & Shoes'), +(5046132, 'Others'), +(1288487, 'Clothing & Shoes'), +(4003932, 'Home & Kitchens'), +(4015820, 'Books'), +(2218582, 'Electronics'), +(58836, 'Tools'), +(2693696, 'Cell Phones'), +(4458428, 'Sports & Outdoors'), +(3844144, 'Foods'), +(4006013, 'Clothing & Shoes'), +(2576484, 'Others'), +(2492895, 'Clothing & Shoes'), +(2533863, 'Home & Kitchens'), +(2604507, 'Books'), +(703487, 'Electronics'), +(3354571, 'Tools'), +(1025720, 'Cell Phones'), +(772629, 'Sports & Outdoors'), +(359388, 'Foods'), +(1008362, 'Clothing & Shoes'), +(1275696, 'Others'), +(569703, 'Clothing & Shoes'), +(767106, 'Home & Kitchens'), +(551706, 'Books'), +(737184, 'Electronics'), +(1158475, 'Tools'), +(3995452, 'Cell Phones'), +(2972679, 'Sports & Outdoors'), +(1691699, 'Foods'), +(3619575, 'Clothing & Shoes'), +(1628657, 'Others'), +(4298656, 'Clothing & Shoes'), +(3736316, 'Home & Kitchens'), +(1611144, 'Books'), +(2331312, 'Electronics'), +(3637084, 'Tools'), +(4921805, 'Cell Phones'), +(360294, 'Sports & Outdoors'), +(1829804, 'Foods'), +(146830, 'Clothing & Shoes'), +(1582197, 'Others'), +(1421972, 'Clothing & Shoes'), +(4639855, 'Home & Kitchens'), +(1572948, 'Books'), +(4915680, 'Electronics'), +(1127566, 'Tools'), +(4238676, 'Cell Phones'), +(4050612, 'Sports & Outdoors'), +(4565874, 'Foods'), +(542584, 'Clothing & Shoes'), +(4392650, 'Others'), +(171529, 'Clothing & Shoes'), +(1023823, 'Home & Kitchens'), +(937781, 'Books'), +(1781126, 'Electronics'), +(2370324, 'Tools'), +(2815065, 'Cell Phones'), +(4989387, 'Sports & Outdoors'), +(3459562, 'Foods'), +(3320579, 'Clothing & Shoes'), +(431452, 'Others'), +(2702525, 'Clothing & Shoes'), +(4062559, 'Home & Kitchens'), +(3155703, 'Books'), +(338646, 'Electronics'), +(1419417, 'Tools'), +(3530487, 'Cell Phones'), +(1046047, 'Sports & Outdoors'), +(3232473, 'Foods'), +(446701, 'Clothing & Shoes'), +(1528133, 'Others'), +(4869837, 'Clothing & Shoes'), +(2195789, 'Home & Kitchens'), +(5063620, 'Books'), +(1312642, 'Electronics'), +(3566034, 'Tools'), +(1030192, 'Cell Phones'), +(2322253, 'Sports & Outdoors'), +(553365, 'Foods'), +(2436637, 'Clothing & Shoes'), +(3985610, 'Others'), +(160181, 'Clothing & Shoes'), +(1963052, 'Home & Kitchens'), +(1729993, 'Books'), +(1154246, 'Electronics'), +(3112817, 'Tools'), +(2191219, 'Cell Phones'), +(3800818, 'Sports & Outdoors'), +(941949, 'Foods'), +(2157356, 'Clothing & Shoes'), +(4715650, 'Others'), +(2632873, 'Clothing & Shoes'), +(4633953, 'Home & Kitchens'), +(1368970, 'Books'), +(3860845, 'Electronics'), +(685988, 'Tools'), +(2896142, 'Cell Phones'), +(4894095, 'Sports & Outdoors'), +(2394030, 'Foods'), +(3999977, 'Clothing & Shoes'), +(1349634, 'Others'), +(4779633, 'Clothing & Shoes'), +(1429156, 'Home & Kitchens'), +(466400, 'Books'), +(2872443, 'Electronics'), +(4794845, 'Tools'), +(522951, 'Cell Phones'), +(4580532, 'Sports & Outdoors'), +(1404020, 'Foods'), +(1609467, 'Clothing & Shoes'), +(876318, 'Others'), +(1125862, 'Clothing & Shoes'), +(3836451, 'Home & Kitchens'), +(3102560, 'Books'), +(4173315, 'Electronics'), +(2837163, 'Tools'), +(3160926, 'Cell Phones'), +(223690, 'Sports & Outdoors'), +(2393184, 'Foods'), +(949648, 'Clothing & Shoes'), +(1009182, 'Others'), +(1249761, 'Clothing & Shoes'), +(796856, 'Home & Kitchens'), +(2085893, 'Books'), +(983613, 'Electronics'), +(3351726, 'Tools'), +(4286569, 'Cell Phones'), +(4238377, 'Sports & Outdoors'), +(1964754, 'Foods'), +(1431810, 'Clothing & Shoes'), +(2241047, 'Others'), +(2651305, 'Clothing & Shoes'), +(4834913, 'Home & Kitchens'), +(4350978, 'Books'), +(1669167, 'Electronics'), +(63690, 'Tools'), +(3724091, 'Cell Phones'), +(1213320, 'Sports & Outdoors'), +(243423, 'Foods'), +(3422001, 'Clothing & Shoes'), +(3980900, 'Others'), +(344833, 'Clothing & Shoes'), +(3209590, 'Home & Kitchens'), +(757910, 'Books'), +(2805193, 'Electronics'), +(1331853, 'Tools'), +(4583654, 'Cell Phones'), +(4936889, 'Sports & Outdoors'), +(401357, 'Foods'), +(4789674, 'Clothing & Shoes'), +(3627351, 'Others'), +(1050007, 'Clothing & Shoes'), +(3164550, 'Home & Kitchens'), +(4470576, 'Books'), +(4282670, 'Electronics'), +(3767409, 'Tools'), +(3901193, 'Cell Phones'), +(2626421, 'Sports & Outdoors'), +(4708262, 'Foods'), +(128357, 'Clothing & Shoes'), +(1875258, 'Others'), +(3695050, 'Clothing & Shoes'), +(750949, 'Home & Kitchens'), +(1397912, 'Books'), +(3435808, 'Electronics'), +(3673049, 'Tools'), +(582243, 'Cell Phones'), +(2812993, 'Sports & Outdoors'), +(5008221, 'Foods'), +(2407396, 'Clothing & Shoes'), +(5008466, 'Others'), +(2667323, 'Clothing & Shoes'), +(84264, 'Home & Kitchens'), +(2124307, 'Books'), +(3715529, 'Electronics'), +(895939, 'Tools'), +(4901188, 'Cell Phones'), +(3177764, 'Sports & Outdoors'), +(4167298, 'Foods'), +(1807416, 'Clothing & Shoes'), +(4540978, 'Others'), +(1842993, 'Clothing & Shoes'), +(2448593, 'Home & Kitchens'), +(865039, 'Books'), +(2366905, 'Electronics'), +(1506018, 'Tools'), +(4897718, 'Cell Phones'), +(999755, 'Sports & Outdoors'), +(3410245, 'Foods'), +(5125081, 'Clothing & Shoes'), +(4444302, 'Others'), +(4817527, 'Clothing & Shoes'), +(3973395, 'Home & Kitchens'), +(2966303, 'Books'), +(1508018, 'Electronics'), +(55312, 'Tools'), +(2878148, 'Cell Phones'), +(2290623, 'Sports & Outdoors'), +(3912910, 'Foods'), +(3952744, 'Clothing & Shoes'), +(4718907, 'Others'), +(1737857, 'Clothing & Shoes'), +(4294583, 'Home & Kitchens'), +(3214361, 'Books'), +(4169506, 'Electronics'), +(4853207, 'Tools'), +(3904106, 'Cell Phones'), +(2025483, 'Sports & Outdoors'), +(4762182, 'Foods'), +(244923, 'Clothing & Shoes'), +(163196, 'Others'), +(1587961, 'Clothing & Shoes'), +(3962843, 'Home & Kitchens'), +(1104592, 'Books'), +(3577636, 'Electronics'), +(2459106, 'Tools'), +(358773, 'Cell Phones'), +(721664, 'Sports & Outdoors'), +(869231, 'Foods'), +(1943989, 'Clothing & Shoes'), +(3378887, 'Others'), +(1467750, 'Clothing & Shoes'), +(318219, 'Home & Kitchens'), +(3794706, 'Books'), +(1914382, 'Electronics'), +(3667321, 'Tools'), +(4310023, 'Cell Phones'), +(181182, 'Sports & Outdoors'), +(791327, 'Foods'), +(2892802, 'Clothing & Shoes'), +(3829421, 'Others'), +(1010656, 'Clothing & Shoes'), +(3730378, 'Home & Kitchens'), +(3544014, 'Books'), +(882707, 'Electronics'), +(1528701, 'Tools'), +(3902231, 'Cell Phones'), +(2103768, 'Sports & Outdoors'), +(1422474, 'Foods'), +(3118167, 'Clothing & Shoes'), +(1610764, 'Others'), +(4317228, 'Clothing & Shoes'), +(194104, 'Home & Kitchens'), +(4921617, 'Books'), +(1451814, 'Electronics'), +(1286537, 'Tools'), +(4197505, 'Cell Phones'), +(4273662, 'Sports & Outdoors'), +(4276787, 'Foods'), +(845650, 'Clothing & Shoes'), +(3343095, 'Others'), +(1711596, 'Clothing & Shoes'), +(1338377, 'Home & Kitchens'), +(2964603, 'Books'), +(4868797, 'Electronics'), +(4482419, 'Tools'), +(3497230, 'Cell Phones'), +(2214984, 'Sports & Outdoors'), +(3608477, 'Foods'), +(3220984, 'Clothing & Shoes'), +(3208959, 'Others'), +(1807584, 'Clothing & Shoes'), +(1194737, 'Home & Kitchens'), +(4988911, 'Books'), +(1198404, 'Electronics'), +(1929875, 'Tools'), +(1170772, 'Cell Phones'), +(3933554, 'Sports & Outdoors'), +(3090850, 'Foods'), +(810632, 'Clothing & Shoes'), +(535180, 'Others'), +(257793, 'Clothing & Shoes'), +(2023387, 'Home & Kitchens'), +(815311, 'Books'), +(4464320, 'Electronics'), +(3993644, 'Tools'), +(2977465, 'Cell Phones'), +(1867533, 'Sports & Outdoors'), +(3571884, 'Foods'), +(4854759, 'Clothing & Shoes'), +(1019260, 'Others'), +(286229, 'Clothing & Shoes'), +(322805, 'Home & Kitchens'), +(4684862, 'Books'), +(1416713, 'Electronics'), +(2721770, 'Tools'), +(4203730, 'Cell Phones'), +(4220691, 'Sports & Outdoors'), +(690811, 'Foods'), +(1990869, 'Clothing & Shoes'), +(1755681, 'Others'), +(4728774, 'Clothing & Shoes'), +(854059, 'Home & Kitchens'), +(3742652, 'Books'), +(3897299, 'Electronics'), +(2156156, 'Tools'), +(1722855, 'Cell Phones'), +(1090997, 'Sports & Outdoors'), +(58498, 'Foods'), +(922189, 'Clothing & Shoes'), +(4098232, 'Others'), +(2979796, 'Clothing & Shoes'), +(3343024, 'Home & Kitchens'), +(4519460, 'Books'), +(2515942, 'Electronics'), +(3248864, 'Tools'), +(3779369, 'Cell Phones'), +(2013232, 'Sports & Outdoors'), +(3935940, 'Foods'), +(2020240, 'Clothing & Shoes'), +(2106073, 'Others'), +(2863168, 'Clothing & Shoes'), +(1462446, 'Home & Kitchens'), +(2540093, 'Books'), +(2959407, 'Electronics'), +(5048062, 'Tools'), +(2419332, 'Cell Phones'), +(1780495, 'Sports & Outdoors'), +(856718, 'Foods'), +(2883724, 'Clothing & Shoes'), +(4995985, 'Others'), +(2361828, 'Clothing & Shoes'), +(3456641, 'Home & Kitchens'), +(2853993, 'Books'), +(3303026, 'Electronics'), +(5150761, 'Tools'), +(4877478, 'Cell Phones'), +(5099474, 'Sports & Outdoors'), +(3483675, 'Foods'), +(2181935, 'Clothing & Shoes'), +(4391390, 'Others'), +(4512393, 'Clothing & Shoes'), +(3425094, 'Home & Kitchens'), +(4222240, 'Books'), +(2251446, 'Electronics'), +(2409814, 'Tools'), +(838946, 'Cell Phones'), +(380289, 'Sports & Outdoors'), +(2862512, 'Foods'), +(4911958, 'Clothing & Shoes'), +(4869428, 'Others'), +(274067, 'Clothing & Shoes'), +(1013319, 'Home & Kitchens'), +(2201685, 'Books'), +(564681, 'Electronics'), +(1872294, 'Tools'), +(4780547, 'Cell Phones'), +(3900668, 'Sports & Outdoors'), +(3054014, 'Foods'), +(3230909, 'Clothing & Shoes'), +(1505776, 'Others'), +(1420205, 'Clothing & Shoes'), +(2314022, 'Home & Kitchens'), +(2221749, 'Books'), +(3419760, 'Electronics'), +(5041153, 'Tools'), +(902410, 'Cell Phones'), +(4015257, 'Sports & Outdoors'), +(1609851, 'Foods'), +(3913141, 'Clothing & Shoes'), +(2419959, 'Others'), +(2217187, 'Clothing & Shoes'), +(4152994, 'Home & Kitchens'), +(1089685, 'Books'), +(620409, 'Electronics'), +(2644878, 'Tools'), +(858756, 'Cell Phones'), +(344221, 'Sports & Outdoors'), +(1277731, 'Foods'), +(448398, 'Clothing & Shoes'), +(4334077, 'Others'), +(4712571, 'Clothing & Shoes'), +(2951233, 'Home & Kitchens'), +(4750127, 'Books'), +(2066955, 'Electronics'), +(815501, 'Tools'), +(3194735, 'Cell Phones'), +(2440364, 'Sports & Outdoors'), +(1061857, 'Foods'), +(2196412, 'Clothing & Shoes'), +(4121221, 'Others'), +(2812445, 'Clothing & Shoes'), +(3312150, 'Home & Kitchens'), +(3188631, 'Books'), +(545259, 'Electronics'), +(3796207, 'Tools'), +(374584, 'Cell Phones'), +(1258177, 'Sports & Outdoors'), +(4321796, 'Foods'), +(3392099, 'Clothing & Shoes'), +(2433095, 'Others'), +(2426236, 'Clothing & Shoes'), +(2550060, 'Home & Kitchens'), +(583485, 'Books'), +(4476428, 'Electronics'), +(3648733, 'Tools'), +(3563906, 'Cell Phones'), +(1620537, 'Sports & Outdoors'), +(3922126, 'Foods'), +(2313309, 'Clothing & Shoes'), +(3759918, 'Others'), +(2975713, 'Clothing & Shoes'), +(3004643, 'Home & Kitchens'), +(3790396, 'Books'), +(316352, 'Electronics'), +(2865017, 'Tools'), +(3865465, 'Cell Phones'), +(2154669, 'Sports & Outdoors'), +(2548944, 'Foods'), +(3620161, 'Clothing & Shoes'), +(2875366, 'Others'), +(3884119, 'Clothing & Shoes'), +(3081594, 'Home & Kitchens'), +(1612623, 'Books'), +(245030, 'Electronics'), +(3855599, 'Tools'), +(841696, 'Cell Phones'), +(2791234, 'Sports & Outdoors'), +(1281171, 'Foods'), +(2466971, 'Clothing & Shoes'), +(2881542, 'Others'), +(5028877, 'Clothing & Shoes'), +(1724559, 'Home & Kitchens'), +(1274818, 'Books'), +(2507053, 'Electronics'), +(4223012, 'Tools'), +(284968, 'Cell Phones'), +(1868423, 'Sports & Outdoors'), +(3864364, 'Foods'), +(734809, 'Clothing & Shoes'), +(1023710, 'Others'), +(1665989, 'Clothing & Shoes'), +(2958664, 'Home & Kitchens'), +(1723409, 'Books'), +(1733868, 'Electronics'), +(3628508, 'Tools'), +(4151801, 'Cell Phones'), +(873792, 'Sports & Outdoors'), +(383530, 'Foods'), +(3758226, 'Clothing & Shoes'), +(4119922, 'Others'), +(4370528, 'Clothing & Shoes'), +(3937192, 'Home & Kitchens'), +(4129924, 'Books'), +(2169876, 'Electronics'), +(1171434, 'Tools'), +(1631778, 'Cell Phones'), +(4871255, 'Sports & Outdoors'), +(3361496, 'Foods'), +(3924783, 'Clothing & Shoes'), +(1277467, 'Others'), +(4374048, 'Clothing & Shoes'), +(2091359, 'Home & Kitchens'), +(5048770, 'Books'), +(3582241, 'Electronics'), +(2733586, 'Tools'), +(323851, 'Cell Phones'), +(1320530, 'Sports & Outdoors'), +(120033, 'Foods'), +(2429142, 'Clothing & Shoes'), +(79451, 'Others'), +(3805065, 'Clothing & Shoes'), +(3807763, 'Home & Kitchens'), +(3228699, 'Books'), +(2328673, 'Electronics'), +(2443475, 'Tools'), +(1252230, 'Cell Phones'), +(3400167, 'Sports & Outdoors'), +(1993741, 'Foods'), +(4498047, 'Clothing & Shoes'), +(980785, 'Others'), +(3264833, 'Clothing & Shoes'), +(4257541, 'Home & Kitchens'), +(165035, 'Books'), +(257909, 'Electronics'), +(2145555, 'Tools'), +(4776297, 'Cell Phones'), +(1717476, 'Sports & Outdoors'), +(4188178, 'Foods'), +(307335, 'Clothing & Shoes'), +(605237, 'Others'), +(5147460, 'Clothing & Shoes'), +(3340725, 'Home & Kitchens'), +(1488813, 'Books'), +(4822722, 'Electronics'), +(3139583, 'Tools'), +(321567, 'Cell Phones'), +(2983928, 'Sports & Outdoors'), +(5140516, 'Foods'), +(2154867, 'Clothing & Shoes'), +(1943877, 'Others'), +(643645, 'Clothing & Shoes'), +(2612027, 'Home & Kitchens'), +(2164274, 'Books'), +(1972894, 'Electronics'), +(3504022, 'Tools'), +(4134433, 'Cell Phones'), +(2489066, 'Sports & Outdoors'), +(3953647, 'Foods'), +(5144469, 'Clothing & Shoes'), +(3274258, 'Others'), +(2725426, 'Clothing & Shoes'), +(3391862, 'Home & Kitchens'), +(4835206, 'Books'), +(1026507, 'Electronics'), +(3454970, 'Tools'), +(1415279, 'Cell Phones'), +(3672452, 'Sports & Outdoors'), +(4364882, 'Foods'), +(4282651, 'Clothing & Shoes'), +(562672, 'Others'), +(4174942, 'Clothing & Shoes'), +(1398739, 'Home & Kitchens'), +(3233128, 'Books'), +(2202384, 'Electronics'), +(937407, 'Tools'), +(477292, 'Cell Phones'), +(2293367, 'Sports & Outdoors'), +(4220654, 'Foods'), +(4537973, 'Clothing & Shoes'), +(2644484, 'Others'), +(1354236, 'Clothing & Shoes'), +(820727, 'Home & Kitchens'), +(715319, 'Books'), +(472985, 'Electronics'), +(1173843, 'Tools'), +(3735942, 'Cell Phones'), +(2276883, 'Sports & Outdoors'), +(4563628, 'Foods'), +(3141832, 'Clothing & Shoes'), +(2633883, 'Others'), +(2337395, 'Clothing & Shoes'), +(4896062, 'Home & Kitchens'), +(2732466, 'Books'), +(226341, 'Electronics'), +(3001296, 'Tools'), +(48094, 'Cell Phones'), +(2675427, 'Sports & Outdoors'), +(3132593, 'Foods'), +(800190, 'Clothing & Shoes'), +(4338287, 'Others'), +(1366688, 'Clothing & Shoes'), +(588463, 'Home & Kitchens'), +(65720, 'Books'), +(2204852, 'Electronics'), +(4069129, 'Tools'), +(3338209, 'Cell Phones'), +(2782399, 'Sports & Outdoors'), +(1629035, 'Foods'), +(724320, 'Clothing & Shoes'), +(3787157, 'Others'), +(3053292, 'Clothing & Shoes'), +(890050, 'Home & Kitchens'), +(5024228, 'Books'), +(2129666, 'Electronics'), +(3829657, 'Tools'), +(542908, 'Cell Phones'), +(4078249, 'Sports & Outdoors'), +(2678261, 'Foods'), +(113102, 'Clothing & Shoes'), +(2923285, 'Others'), +(2925636, 'Clothing & Shoes'), +(1730594, 'Home & Kitchens'), +(4551297, 'Books'), +(1297315, 'Electronics'), +(5091223, 'Tools'), +(375240, 'Cell Phones'), +(3909718, 'Sports & Outdoors'), +(4292119, 'Foods'), +(960102, 'Clothing & Shoes'), +(3835723, 'Others'), +(4596941, 'Clothing & Shoes'), +(5028478, 'Home & Kitchens'), +(2672762, 'Books'), +(1637260, 'Electronics'), +(940822, 'Tools'), +(389704, 'Cell Phones'), +(1783423, 'Sports & Outdoors'), +(634034, 'Foods'), +(2457421, 'Clothing & Shoes'), +(2923541, 'Others'), +(1014564, 'Clothing & Shoes'), +(781315, 'Home & Kitchens'), +(817164, 'Books'), +(3916967, 'Electronics'), +(2100611, 'Tools'), +(970338, 'Cell Phones'), +(277383, 'Sports & Outdoors'), +(1561921, 'Foods'), +(3681810, 'Clothing & Shoes'), +(2014414, 'Others'), +(2591545, 'Clothing & Shoes'), +(4848899, 'Home & Kitchens'), +(5030562, 'Books'), +(3879225, 'Electronics'), +(3632786, 'Tools'), +(2615163, 'Cell Phones'), +(2158870, 'Sports & Outdoors'), +(2044304, 'Foods'), +(4481410, 'Clothing & Shoes'), +(4449178, 'Others'), +(1530704, 'Clothing & Shoes'), +(2723483, 'Home & Kitchens'), +(4565729, 'Books'), +(2512193, 'Electronics'), +(2089582, 'Tools'), +(4443922, 'Cell Phones'), +(2310649, 'Sports & Outdoors'), +(3897386, 'Foods'), +(3653910, 'Clothing & Shoes'), +(2819188, 'Others'), +(1519819, 'Clothing & Shoes'), +(3415505, 'Home & Kitchens'), +(3372283, 'Books'), +(307943, 'Electronics'), +(2256028, 'Tools'), +(4544118, 'Cell Phones'), +(1868811, 'Sports & Outdoors'), +(3234738, 'Foods'), +(2026832, 'Clothing & Shoes'), +(62469, 'Others'), +(3123187, 'Clothing & Shoes'), +(4066962, 'Home & Kitchens'), +(5045733, 'Books'), +(2102739, 'Electronics'), +(643752, 'Tools'), +(3047024, 'Cell Phones'), +(3791831, 'Sports & Outdoors'), +(2225310, 'Foods'), +(3536601, 'Clothing & Shoes'), +(4360192, 'Others'), +(2371594, 'Clothing & Shoes'), +(605882, 'Home & Kitchens'), +(3409740, 'Books'), +(860357, 'Electronics'), +(2672392, 'Tools'), +(2415168, 'Cell Phones'), +(2740569, 'Sports & Outdoors'), +(4550135, 'Foods'), +(3253357, 'Clothing & Shoes'), +(1446405, 'Others'), +(1414911, 'Clothing & Shoes'), +(3917972, 'Home & Kitchens'), +(3747517, 'Books'), +(27522, 'Electronics'), +(2288113, 'Tools'), +(5062853, 'Cell Phones'), +(944818, 'Sports & Outdoors'), +(4627820, 'Foods'), +(1168596, 'Clothing & Shoes'), +(1189158, 'Others'), +(3995818, 'Clothing & Shoes'), +(3045640, 'Home & Kitchens'), +(2449664, 'Books'), +(3797203, 'Electronics'), +(3729292, 'Tools'), +(3870839, 'Cell Phones'), +(306202, 'Sports & Outdoors'), +(3042050, 'Foods'), +(2685357, 'Clothing & Shoes'), +(3206451, 'Others'), +(2989452, 'Clothing & Shoes'), +(4167958, 'Home & Kitchens'), +(1958275, 'Books'), +(4974254, 'Electronics'), +(2582254, 'Tools'), +(2156574, 'Cell Phones'), +(3768664, 'Sports & Outdoors'), +(2846152, 'Foods'), +(3100520, 'Clothing & Shoes'), +(4339360, 'Others'), +(295183, 'Clothing & Shoes'), +(3679920, 'Home & Kitchens'), +(3461439, 'Books'), +(182358, 'Electronics'), +(874007, 'Tools'), +(4983640, 'Cell Phones'), +(3184456, 'Sports & Outdoors'), +(5029530, 'Foods'), +(3123784, 'Clothing & Shoes'), +(1408807, 'Others'), +(2259994, 'Clothing & Shoes'), +(1040356, 'Home & Kitchens'), +(2165636, 'Books'), +(4696710, 'Electronics'), +(532507, 'Tools'), +(36289, 'Cell Phones'), +(3849096, 'Sports & Outdoors'), +(5142197, 'Foods'), +(103181, 'Clothing & Shoes'), +(65362, 'Others'), +(2425725, 'Clothing & Shoes'), +(3075521, 'Home & Kitchens'), +(1626599, 'Books'), +(1485951, 'Electronics'), +(1922644, 'Tools'), +(3595690, 'Cell Phones'), +(2281156, 'Sports & Outdoors'), +(3675758, 'Foods'), +(3328511, 'Clothing & Shoes'), +(2301954, 'Others'), +(3850614, 'Clothing & Shoes'), +(414708, 'Home & Kitchens'), +(4581579, 'Books'), +(157878, 'Electronics'), +(719442, 'Tools'), +(3825280, 'Cell Phones'), +(2615320, 'Sports & Outdoors'), +(642223, 'Foods'), +(4943103, 'Clothing & Shoes'), +(1615537, 'Others'), +(67918, 'Clothing & Shoes'), +(1073768, 'Home & Kitchens'), +(3570834, 'Books'), +(1107469, 'Electronics'), +(3944885, 'Tools'), +(4130426, 'Cell Phones'), +(393045, 'Sports & Outdoors'), +(5120683, 'Foods'), +(1850548, 'Clothing & Shoes'), +(1457367, 'Others'), +(3100759, 'Clothing & Shoes'), +(3758209, 'Home & Kitchens'), +(1169503, 'Books'), +(1988433, 'Electronics'), +(1756314, 'Tools'), +(420556, 'Cell Phones'), +(916973, 'Sports & Outdoors'), +(327651, 'Foods'), +(4356440, 'Clothing & Shoes'), +(2360839, 'Others'), +(4321228, 'Clothing & Shoes'), +(4267003, 'Home & Kitchens'), +(2869260, 'Books'), +(4956511, 'Electronics'), +(4713427, 'Tools'), +(1274417, 'Cell Phones'), +(4700878, 'Sports & Outdoors'), +(2748804, 'Foods'), +(3547172, 'Clothing & Shoes'), +(3736936, 'Others'), +(4251131, 'Clothing & Shoes'), +(2031969, 'Home & Kitchens'), +(4976066, 'Books'), +(3749412, 'Electronics'), +(4827537, 'Tools'), +(133377, 'Cell Phones'), +(4411949, 'Sports & Outdoors'), +(4365013, 'Foods'), +(4662072, 'Clothing & Shoes'), +(3919304, 'Others'), +(3867633, 'Clothing & Shoes'), +(1902453, 'Home & Kitchens'), +(1448912, 'Books'), +(3230200, 'Electronics'), +(4559624, 'Tools'), +(989763, 'Cell Phones'), +(2210612, 'Sports & Outdoors'), +(3171095, 'Foods'), +(376030, 'Clothing & Shoes'), +(4006644, 'Others'), +(4847838, 'Clothing & Shoes'), +(432873, 'Home & Kitchens'), +(1898686, 'Books'), +(237446, 'Electronics'), +(2626154, 'Tools'), +(2924150, 'Cell Phones'), +(2422417, 'Sports & Outdoors'), +(1929516, 'Foods'), +(106173, 'Clothing & Shoes'), +(4292858, 'Others'), +(1730376, 'Clothing & Shoes'), +(2981856, 'Home & Kitchens'), +(4813803, 'Books'), +(4018900, 'Electronics'), +(2710853, 'Tools'), +(2108531, 'Cell Phones'), +(1829221, 'Sports & Outdoors'), +(4589142, 'Foods'), +(1461887, 'Clothing & Shoes'), +(1888306, 'Others'), +(4181817, 'Clothing & Shoes'), +(1411462, 'Home & Kitchens'), +(4692440, 'Books'), +(3807068, 'Electronics'), +(2631608, 'Tools'), +(4527720, 'Cell Phones'), +(2475942, 'Sports & Outdoors'), +(2719067, 'Foods'), +(4583884, 'Clothing & Shoes'), +(268040, 'Others'), +(4625708, 'Clothing & Shoes'), +(3985474, 'Home & Kitchens'), +(1419569, 'Books'), +(90791, 'Electronics'), +(1901483, 'Tools'), +(4904396, 'Cell Phones'), +(2994558, 'Sports & Outdoors'), +(1954691, 'Foods'), +(4164234, 'Clothing & Shoes'), +(4052307, 'Others'), +(4826471, 'Clothing & Shoes'), +(2204097, 'Home & Kitchens'), +(2649368, 'Books'), +(662846, 'Electronics'), +(4121590, 'Tools'), +(2554987, 'Cell Phones'), +(2730467, 'Sports & Outdoors'), +(1391195, 'Foods'), +(2713041, 'Clothing & Shoes'), +(2223246, 'Others'), +(2800021, 'Clothing & Shoes'), +(1483715, 'Home & Kitchens'), +(3788576, 'Books'), +(5101577, 'Electronics'), +(5003455, 'Tools'), +(2662466, 'Cell Phones'), +(138081, 'Sports & Outdoors'), +(2479420, 'Foods'), +(4601757, 'Clothing & Shoes'), +(3779986, 'Others'), +(3290084, 'Clothing & Shoes'), +(1820842, 'Home & Kitchens'), +(4669265, 'Books'), +(2328010, 'Electronics'), +(1293225, 'Tools'), +(22257, 'Cell Phones'), +(2066743, 'Sports & Outdoors'), +(3789342, 'Foods'), +(3156448, 'Clothing & Shoes'), +(2092246, 'Others'), +(3776999, 'Clothing & Shoes'), +(4874492, 'Home & Kitchens'), +(318592, 'Books'), +(270397, 'Electronics'), +(3886822, 'Tools'), +(4979740, 'Cell Phones'), +(1180629, 'Sports & Outdoors'), +(2362370, 'Foods'), +(3922526, 'Clothing & Shoes'), +(3007355, 'Others'), +(3496816, 'Clothing & Shoes'), +(4100652, 'Home & Kitchens'), +(3459125, 'Books'), +(2455825, 'Electronics'), +(831271, 'Tools'), +(4956748, 'Cell Phones'), +(283996, 'Sports & Outdoors'), +(3077776, 'Foods'), +(3141941, 'Clothing & Shoes'), +(1769043, 'Others'), +(2914440, 'Clothing & Shoes'), +(4307317, 'Home & Kitchens'), +(794153, 'Books'), +(4334671, 'Electronics'), +(2737340, 'Tools'), +(2792484, 'Cell Phones'), +(3059103, 'Sports & Outdoors'), +(2429775, 'Foods'), +(2240104, 'Clothing & Shoes'), +(112445, 'Others'), +(2738312, 'Clothing & Shoes'), +(5064, 'Home & Kitchens'), +(2174838, 'Books'), +(3448205, 'Electronics'), +(3490970, 'Tools'), +(2078551, 'Cell Phones'), +(3010483, 'Sports & Outdoors'), +(1817077, 'Foods'), +(1320782, 'Clothing & Shoes'), +(3367924, 'Others'), +(3711641, 'Clothing & Shoes'), +(1278525, 'Home & Kitchens'), +(2751787, 'Books'), +(4160459, 'Electronics'), +(3083452, 'Tools'), +(959452, 'Cell Phones'), +(1392527, 'Sports & Outdoors'), +(1544586, 'Foods'), +(2772071, 'Clothing & Shoes'), +(924708, 'Others'), +(1776295, 'Clothing & Shoes'), +(1805756, 'Home & Kitchens'), +(3069540, 'Books'), +(2430608, 'Electronics'), +(3068858, 'Tools'), +(4830705, 'Cell Phones'), +(4517019, 'Sports & Outdoors'), +(3250334, 'Foods'), +(720513, 'Clothing & Shoes'), +(247810, 'Others'), +(114333, 'Clothing & Shoes'), +(1438507, 'Home & Kitchens'), +(2880419, 'Books'), +(2948269, 'Electronics'), +(4604594, 'Tools'), +(4436461, 'Cell Phones'), +(2429887, 'Sports & Outdoors'), +(972597, 'Foods'), +(1113817, 'Clothing & Shoes'), +(4213030, 'Others'), +(481876, 'Clothing & Shoes'), +(1207887, 'Home & Kitchens'), +(1540947, 'Books'), +(4966058, 'Electronics'), +(913035, 'Tools'), +(401765, 'Cell Phones'), +(2890111, 'Sports & Outdoors'), +(1653613, 'Foods'), +(920038, 'Clothing & Shoes'), +(2383838, 'Others'), +(3076855, 'Clothing & Shoes'), +(1440390, 'Home & Kitchens'), +(4564007, 'Books'), +(749203, 'Electronics'), +(2553450, 'Tools'), +(2595793, 'Cell Phones'), +(3570656, 'Sports & Outdoors'), +(2253970, 'Foods'), +(4241245, 'Clothing & Shoes'), +(211810, 'Others'), +(3154173, 'Clothing & Shoes'), +(2452793, 'Home & Kitchens'), +(2949136, 'Books'), +(3826089, 'Electronics'), +(622168, 'Tools'), +(2596428, 'Cell Phones'), +(1367932, 'Sports & Outdoors'), +(3883310, 'Foods'), +(3744190, 'Clothing & Shoes'), +(3682757, 'Others'), +(135038, 'Clothing & Shoes'), +(1020087, 'Home & Kitchens'), +(4830058, 'Books'), +(2247787, 'Electronics'), +(3425243, 'Tools'), +(3938045, 'Cell Phones'), +(2409937, 'Sports & Outdoors'), +(878325, 'Foods'), +(4358294, 'Clothing & Shoes'), +(4757812, 'Others'), +(2210217, 'Clothing & Shoes'), +(305857, 'Home & Kitchens'), +(416088, 'Books'), +(1721893, 'Electronics'), +(3449559, 'Tools'), +(4503832, 'Cell Phones'), +(3790162, 'Sports & Outdoors'), +(4410687, 'Foods'), +(3453741, 'Clothing & Shoes'), +(2370610, 'Others'), +(4345501, 'Clothing & Shoes'), +(1485156, 'Home & Kitchens'), +(2562909, 'Books'), +(1149584, 'Electronics'), +(4632044, 'Tools'), +(4336538, 'Cell Phones'), +(751494, 'Sports & Outdoors'), +(3754679, 'Foods'), +(1414043, 'Clothing & Shoes'), +(5134623, 'Others'), +(1014423, 'Clothing & Shoes'), +(4107781, 'Home & Kitchens'), +(4621949, 'Books'), +(1950665, 'Electronics'), +(996587, 'Tools'), +(4921353, 'Cell Phones'), +(2208169, 'Sports & Outdoors'), +(2786309, 'Foods'), +(455943, 'Clothing & Shoes'), +(677862, 'Others'), +(990723, 'Clothing & Shoes'), +(1910923, 'Home & Kitchens'), +(1454470, 'Books'), +(1635194, 'Electronics'), +(1462051, 'Tools'), +(2555621, 'Cell Phones'), +(4853595, 'Sports & Outdoors'), +(289692, 'Foods'), +(5012555, 'Clothing & Shoes'), +(3073794, 'Others'), +(1950457, 'Clothing & Shoes'), +(5043656, 'Home & Kitchens'), +(4222383, 'Books'), +(5146409, 'Electronics'), +(1742197, 'Tools'), +(3175480, 'Cell Phones'), +(1957261, 'Sports & Outdoors'), +(882095, 'Foods'), +(2160208, 'Clothing & Shoes'), +(3833754, 'Others'), +(4835015, 'Clothing & Shoes'), +(3053420, 'Home & Kitchens'), +(166326, 'Books'), +(4703483, 'Electronics'), +(1136776, 'Tools'), +(2678170, 'Cell Phones'), +(99507, 'Sports & Outdoors'), +(2801229, 'Foods'), +(784830, 'Clothing & Shoes'), +(1526856, 'Others'), +(996449, 'Clothing & Shoes'), +(893651, 'Home & Kitchens'), +(3957883, 'Books'), +(4056794, 'Electronics'), +(4645906, 'Tools'), +(4191275, 'Cell Phones'), +(3283188, 'Sports & Outdoors'), +(5013760, 'Foods'), +(139590, 'Clothing & Shoes'), +(4051859, 'Others'), +(5148696, 'Clothing & Shoes'), +(4141018, 'Home & Kitchens'), +(1946811, 'Books'), +(3289997, 'Electronics'), +(2872294, 'Tools'), +(2551049, 'Cell Phones'), +(1702898, 'Sports & Outdoors'), +(3231861, 'Foods'), +(4127459, 'Clothing & Shoes'), +(1952564, 'Others'), +(1382264, 'Clothing & Shoes'), +(230481, 'Home & Kitchens'), +(578983, 'Books'), +(3745980, 'Electronics'), +(2642752, 'Tools'), +(5060750, 'Cell Phones'), +(1343413, 'Sports & Outdoors'), +(4591425, 'Foods'), +(3817036, 'Clothing & Shoes'), +(720055, 'Others'), +(3012102, 'Clothing & Shoes'), +(964912, 'Home & Kitchens'), +(2620182, 'Books'), +(2952458, 'Electronics'), +(3748100, 'Tools'), +(4281067, 'Cell Phones'), +(2754205, 'Sports & Outdoors'), +(2058468, 'Foods'), +(4817379, 'Clothing & Shoes'), +(863775, 'Others'), +(362151, 'Clothing & Shoes'), +(3160684, 'Home & Kitchens'), +(1686309, 'Books'), +(1532088, 'Electronics'), +(476519, 'Tools'), +(4738961, 'Cell Phones'), +(1759909, 'Sports & Outdoors'), +(4419230, 'Foods'), +(747109, 'Clothing & Shoes'), +(577329, 'Others'), +(1032185, 'Clothing & Shoes'), +(4185664, 'Home & Kitchens'), +(1075533, 'Books'), +(2773917, 'Electronics'), +(1240688, 'Tools'), +(144028, 'Cell Phones'), +(3461734, 'Sports & Outdoors'), +(1981996, 'Foods'), +(1066563, 'Clothing & Shoes'), +(4455776, 'Others'), +(502123, 'Clothing & Shoes'), +(1227327, 'Home & Kitchens'), +(1672064, 'Books'), +(3336019, 'Electronics'), +(4096107, 'Tools'), +(1434401, 'Cell Phones'), +(1480207, 'Sports & Outdoors'), +(848854, 'Foods'), +(651666, 'Clothing & Shoes'), +(2486578, 'Others'), +(2690374, 'Clothing & Shoes'), +(4632342, 'Home & Kitchens'), +(410749, 'Books'), +(2609569, 'Electronics'), +(4046054, 'Tools'), +(1250975, 'Cell Phones'), +(624370, 'Sports & Outdoors'), +(4611962, 'Foods'), +(4434812, 'Clothing & Shoes'), +(685330, 'Others'), +(1352609, 'Clothing & Shoes'), +(3028359, 'Home & Kitchens'), +(334831, 'Books'), +(2460565, 'Electronics'), +(2561712, 'Tools'), +(2627103, 'Cell Phones'), +(3818023, 'Sports & Outdoors'), +(4003886, 'Foods'), +(4134062, 'Clothing & Shoes'), +(1953179, 'Others'), +(1944905, 'Clothing & Shoes'), +(4980533, 'Home & Kitchens'), +(3561974, 'Books'), +(2188684, 'Electronics'), +(2777825, 'Tools'), +(1081037, 'Cell Phones'), +(3252144, 'Sports & Outdoors'), +(4467019, 'Foods'), +(4113220, 'Clothing & Shoes'), +(3154837, 'Others'), +(1678374, 'Clothing & Shoes'), +(2903469, 'Home & Kitchens'), +(440901, 'Books'), +(5030407, 'Electronics'), +(982081, 'Tools'), +(4226833, 'Cell Phones'), +(1819175, 'Sports & Outdoors'), +(2111279, 'Foods'), +(2970453, 'Clothing & Shoes'), +(2496932, 'Others'), +(5052842, 'Clothing & Shoes'), +(3410573, 'Home & Kitchens'), +(880704, 'Books'), +(4942468, 'Electronics'), +(4736474, 'Tools'), +(1827100, 'Cell Phones'), +(3568839, 'Sports & Outdoors'), +(106589, 'Foods'), +(888094, 'Clothing & Shoes'), +(1916025, 'Others'), +(1766039, 'Clothing & Shoes'), +(182615, 'Home & Kitchens'), +(2806049, 'Books'), +(222147, 'Electronics'), +(201867, 'Tools'), +(541347, 'Cell Phones'), +(4656948, 'Sports & Outdoors'), +(2885889, 'Foods'), +(3257290, 'Clothing & Shoes'), +(2666911, 'Others'), +(2521664, 'Clothing & Shoes'), +(3091480, 'Home & Kitchens'), +(2168009, 'Books'), +(1239603, 'Electronics'), +(3572920, 'Tools'), +(4462274, 'Cell Phones'), +(322167, 'Sports & Outdoors'), +(2891509, 'Foods'), +(668960, 'Clothing & Shoes'), +(5095125, 'Others'), +(2316980, 'Clothing & Shoes'), +(1891872, 'Home & Kitchens'), +(2087597, 'Books'), +(3706169, 'Electronics'), +(2852310, 'Tools'), +(2004007, 'Cell Phones'), +(653249, 'Sports & Outdoors'), +(1674844, 'Foods'), +(2028981, 'Clothing & Shoes'), +(3100080, 'Others'), +(3092571, 'Clothing & Shoes'), +(2070852, 'Home & Kitchens'), +(2691737, 'Books'), +(1694669, 'Electronics'), +(317647, 'Tools'), +(1082035, 'Cell Phones'), +(462791, 'Sports & Outdoors'), +(3988258, 'Foods'), +(2729260, 'Clothing & Shoes'), +(276158, 'Others'), +(4329518, 'Clothing & Shoes'), +(3388914, 'Home & Kitchens'), +(4718134, 'Books'), +(998114, 'Electronics'), +(1846937, 'Tools'), +(4892060, 'Cell Phones'), +(1030331, 'Sports & Outdoors'), +(4509039, 'Foods'), +(4710097, 'Clothing & Shoes'), +(4664549, 'Others'), +(4261392, 'Clothing & Shoes'), +(1673021, 'Home & Kitchens'), +(294562, 'Books'), +(1980111, 'Electronics'), +(3255541, 'Tools'), +(2809407, 'Cell Phones'), +(3795340, 'Sports & Outdoors'), +(2616773, 'Foods'), +(4355436, 'Clothing & Shoes'), +(4085342, 'Others'), +(898327, 'Clothing & Shoes'), +(1647415, 'Home & Kitchens'), +(2584932, 'Books'), +(3940193, 'Electronics'), +(1241067, 'Tools'), +(2343750, 'Cell Phones'), +(4806751, 'Sports & Outdoors'), +(1260343, 'Foods'), +(4683561, 'Clothing & Shoes'), +(1269883, 'Others'), +(1207256, 'Clothing & Shoes'), +(3253440, 'Home & Kitchens'), +(1708445, 'Books'), +(4864926, 'Electronics'), +(3885598, 'Tools'), +(378466, 'Cell Phones'), +(4362740, 'Sports & Outdoors'), +(755175, 'Foods'), +(4435957, 'Clothing & Shoes'), +(4776549, 'Others'), +(4656779, 'Clothing & Shoes'), +(922588, 'Home & Kitchens'), +(764558, 'Books'), +(4595718, 'Electronics'), +(3617337, 'Tools'), +(2698437, 'Cell Phones'), +(1421739, 'Sports & Outdoors'), +(4792801, 'Foods'), +(4378750, 'Clothing & Shoes'), +(622741, 'Others'), +(63813, 'Clothing & Shoes'), +(35290, 'Home & Kitchens'), +(339124, 'Books'), +(4622605, 'Electronics'), +(603655, 'Tools'), +(4688770, 'Cell Phones'), +(3236397, 'Sports & Outdoors'), +(1306853, 'Foods'), +(1896675, 'Clothing & Shoes'), +(1356029, 'Others'), +(3159480, 'Clothing & Shoes'), +(4352893, 'Home & Kitchens'), +(1482769, 'Books'), +(2384561, 'Electronics'), +(5007081, 'Tools'), +(539513, 'Cell Phones'), +(4509358, 'Sports & Outdoors'), +(2729610, 'Foods'), +(4561988, 'Clothing & Shoes'), +(4144410, 'Others'), +(2056274, 'Clothing & Shoes'), +(693937, 'Home & Kitchens'), +(269606, 'Books'), +(4244990, 'Electronics'), +(2986945, 'Tools'), +(4418144, 'Cell Phones'), +(1281227, 'Sports & Outdoors'), +(2834771, 'Foods'), +(529054, 'Clothing & Shoes'), +(3405071, 'Others'), +(1298828, 'Clothing & Shoes'), +(4783746, 'Home & Kitchens'), +(1368186, 'Books'), +(3100408, 'Electronics'), +(4883014, 'Tools'), +(2860698, 'Cell Phones'), +(2612425, 'Sports & Outdoors'), +(2197799, 'Foods'), +(822242, 'Clothing & Shoes'), +(4239038, 'Others'), +(212449, 'Clothing & Shoes'), +(1920171, 'Home & Kitchens'), +(4482016, 'Books'), +(3335147, 'Electronics'), +(1891626, 'Tools'), +(3947859, 'Cell Phones'), +(2485713, 'Sports & Outdoors'), +(3597057, 'Foods'), +(1012333, 'Clothing & Shoes'), +(101859, 'Others'), +(898578, 'Clothing & Shoes'), +(3709037, 'Home & Kitchens'), +(3298361, 'Books'), +(3874527, 'Electronics'), +(262541, 'Tools'), +(1811343, 'Cell Phones'), +(4389342, 'Sports & Outdoors'), +(1733466, 'Foods'), +(1308457, 'Clothing & Shoes'), +(2100750, 'Others'), +(4148477, 'Clothing & Shoes'), +(963285, 'Home & Kitchens'), +(3814016, 'Books'), +(1988611, 'Electronics'), +(1345364, 'Tools'), +(4954200, 'Cell Phones'), +(3825436, 'Sports & Outdoors'), +(3819363, 'Foods'), +(2026907, 'Clothing & Shoes'), +(668498, 'Others'), +(1546352, 'Clothing & Shoes'), +(374203, 'Home & Kitchens'), +(2155313, 'Books'), +(1904657, 'Electronics'), +(3042127, 'Tools'), +(1628030, 'Cell Phones'), +(2367907, 'Sports & Outdoors'), +(1655632, 'Foods'), +(2656238, 'Clothing & Shoes'), +(550660, 'Others'), +(4078898, 'Clothing & Shoes'), +(1873826, 'Home & Kitchens'), +(61626, 'Books'), +(4235673, 'Electronics'), +(927764, 'Tools'), +(807138, 'Cell Phones'), +(500212, 'Sports & Outdoors'), +(1126526, 'Foods'), +(3124169, 'Clothing & Shoes'), +(432523, 'Others'), +(5015375, 'Clothing & Shoes'), +(4456596, 'Home & Kitchens'), +(5028097, 'Books'), +(3521514, 'Electronics'), +(715487, 'Tools'), +(602012, 'Cell Phones'), +(4132735, 'Sports & Outdoors'), +(4653800, 'Foods'), +(3395587, 'Clothing & Shoes'), +(3747586, 'Others'), +(1879672, 'Clothing & Shoes'), +(1630295, 'Home & Kitchens'), +(2413296, 'Books'), +(2508553, 'Electronics'), +(4098379, 'Tools'), +(4896014, 'Cell Phones'), +(3666135, 'Sports & Outdoors'), +(3448250, 'Foods'), +(1759436, 'Clothing & Shoes'), +(858800, 'Others'), +(4112095, 'Clothing & Shoes'), +(3901339, 'Home & Kitchens'), +(2050292, 'Books'), +(3567828, 'Electronics'), +(2049879, 'Tools'), +(283109, 'Cell Phones'), +(108793, 'Sports & Outdoors'), +(1281603, 'Foods'), +(1447685, 'Clothing & Shoes'), +(3432990, 'Others'), +(5158474, 'Clothing & Shoes'), +(586496, 'Home & Kitchens'), +(378056, 'Books'), +(3840905, 'Electronics'), +(4223213, 'Tools'), +(412619, 'Cell Phones'), +(654045, 'Sports & Outdoors'), +(14900, 'Foods'), +(1029306, 'Clothing & Shoes'), +(814178, 'Others'), +(713731, 'Clothing & Shoes'), +(4446527, 'Home & Kitchens'), +(3030258, 'Books'), +(751105, 'Electronics'), +(2609208, 'Tools'), +(4468927, 'Cell Phones'), +(560936, 'Sports & Outdoors'), +(4715451, 'Foods'), +(2796506, 'Clothing & Shoes'), +(3582485, 'Others'), +(2895013, 'Clothing & Shoes'), +(1755663, 'Home & Kitchens'), +(4236628, 'Books'), +(3103283, 'Electronics'), +(2684959, 'Tools'), +(104848, 'Cell Phones'), +(244681, 'Sports & Outdoors'), +(2077723, 'Foods'), +(2062335, 'Clothing & Shoes'), +(80482, 'Others'), +(1639158, 'Clothing & Shoes'), +(1537669, 'Home & Kitchens'), +(1015419, 'Books'), +(3057225, 'Electronics'), +(1812396, 'Tools'), +(1486580, 'Cell Phones'), +(2064089, 'Sports & Outdoors'), +(4077585, 'Foods'), +(1132465, 'Clothing & Shoes'), +(1798340, 'Others'), +(2272488, 'Clothing & Shoes'), +(1442665, 'Home & Kitchens'), +(221393, 'Books'), +(1264320, 'Electronics'), +(4156438, 'Tools'), +(4255953, 'Cell Phones'), +(3206951, 'Sports & Outdoors'), +(2136933, 'Foods'), +(4988053, 'Clothing & Shoes'), +(1922400, 'Others'), +(3739206, 'Clothing & Shoes'), +(5047668, 'Home & Kitchens'), +(1040727, 'Books'), +(210544, 'Electronics'), +(378205, 'Tools'), +(1487591, 'Cell Phones'), +(1305897, 'Sports & Outdoors'), +(2129196, 'Foods'), +(1418582, 'Clothing & Shoes'), +(3947630, 'Others'), +(348175, 'Clothing & Shoes'), +(4908092, 'Home & Kitchens'), +(2052526, 'Books'), +(4722263, 'Electronics'), +(4011278, 'Tools'), +(2617994, 'Cell Phones'), +(4147847, 'Sports & Outdoors'), +(1598774, 'Foods'), +(79220, 'Clothing & Shoes'), +(573847, 'Others'), +(2413768, 'Clothing & Shoes'), +(2585015, 'Home & Kitchens'), +(3432434, 'Books'), +(5109297, 'Electronics'), +(994002, 'Tools'), +(2467853, 'Cell Phones'), +(467461, 'Sports & Outdoors'), +(2579035, 'Foods'), +(547478, 'Clothing & Shoes'), +(3639576, 'Others'), +(171128, 'Clothing & Shoes'), +(3147850, 'Home & Kitchens'), +(2997109, 'Books'), +(3935164, 'Electronics'), +(941706, 'Tools'), +(4302328, 'Cell Phones'), +(472273, 'Sports & Outdoors'), +(5045220, 'Foods'), +(552733, 'Clothing & Shoes'), +(2759887, 'Others'), +(2508333, 'Clothing & Shoes'), +(2197032, 'Home & Kitchens'), +(4437368, 'Books'), +(2352202, 'Electronics'), +(4004564, 'Tools'), +(2177033, 'Cell Phones'), +(2783282, 'Sports & Outdoors'), +(3937814, 'Foods'), +(4743234, 'Clothing & Shoes'), +(1910296, 'Others'), +(992700, 'Clothing & Shoes'), +(4723214, 'Home & Kitchens'), +(3057385, 'Books'), +(869764, 'Electronics'), +(3255355, 'Tools'), +(3940352, 'Cell Phones'), +(2512930, 'Sports & Outdoors'), +(1970375, 'Foods'), +(2677611, 'Clothing & Shoes'), +(4527263, 'Others'), +(1893541, 'Clothing & Shoes'), +(739663, 'Home & Kitchens'), +(979761, 'Books'), +(3362038, 'Electronics'), +(2528824, 'Tools'), +(4106517, 'Cell Phones'), +(1693998, 'Sports & Outdoors'), +(2438773, 'Foods'), +(3662596, 'Clothing & Shoes'), +(625430, 'Others'), +(3747679, 'Clothing & Shoes'), +(240303, 'Home & Kitchens'), +(69607, 'Books'), +(4982192, 'Electronics'), +(2729004, 'Tools'), +(4980376, 'Cell Phones'), +(761059, 'Sports & Outdoors'), +(1108912, 'Foods'), +(2650391, 'Clothing & Shoes'), +(1547412, 'Others'), +(1628899, 'Clothing & Shoes'), +(1451041, 'Home & Kitchens'), +(1977169, 'Books'), +(2706436, 'Electronics'), +(3950077, 'Tools'), +(269234, 'Cell Phones'), +(902556, 'Sports & Outdoors'), +(2340518, 'Foods'), +(514392, 'Clothing & Shoes'), +(4503217, 'Others'), +(864424, 'Clothing & Shoes'), +(387302, 'Home & Kitchens'), +(4827153, 'Books'), +(2935574, 'Electronics'), +(579105, 'Tools'), +(168997, 'Cell Phones'), +(1165503, 'Sports & Outdoors'), +(3834955, 'Foods'), +(4833017, 'Clothing & Shoes'), +(1526484, 'Others'), +(2352811, 'Clothing & Shoes'), +(119365, 'Home & Kitchens'), +(599382, 'Books'), +(2148681, 'Electronics'), +(928449, 'Tools'), +(3827546, 'Cell Phones'), +(1597811, 'Sports & Outdoors'), +(5002819, 'Foods'), +(3232886, 'Clothing & Shoes'), +(2603528, 'Others'), +(1397059, 'Clothing & Shoes'), +(728641, 'Home & Kitchens'), +(1931469, 'Books'), +(3222818, 'Electronics'), +(862523, 'Tools'), +(3401301, 'Cell Phones'), +(2297311, 'Sports & Outdoors'), +(545775, 'Foods'), +(1254330, 'Clothing & Shoes'), +(1955349, 'Others'), +(4615159, 'Clothing & Shoes'), +(4007123, 'Home & Kitchens'), +(3125533, 'Books'), +(929749, 'Electronics'), +(3465932, 'Tools'), +(3235112, 'Cell Phones'), +(583014, 'Sports & Outdoors'), +(4497044, 'Foods'), +(4214301, 'Clothing & Shoes'), +(2578034, 'Others'), +(16219, 'Clothing & Shoes'), +(4736710, 'Home & Kitchens'), +(2992356, 'Books'), +(2705662, 'Electronics'), +(5034390, 'Tools'), +(2016297, 'Cell Phones'), +(4205666, 'Sports & Outdoors'), +(3694648, 'Foods'), +(381048, 'Clothing & Shoes'), +(1493787, 'Others'), +(3049193, 'Clothing & Shoes'), +(3176755, 'Home & Kitchens'), +(2345211, 'Books'), +(4027003, 'Electronics'), +(1986754, 'Tools'), +(3130892, 'Cell Phones'), +(677459, 'Sports & Outdoors'), +(3761180, 'Foods'), +(731056, 'Clothing & Shoes'), +(2271402, 'Others'), +(3422025, 'Clothing & Shoes'), +(3309245, 'Home & Kitchens'), +(2171, 'Books'), +(293545, 'Electronics'), +(1992078, 'Tools'), +(1066674, 'Cell Phones'), +(3323023, 'Sports & Outdoors'), +(151648, 'Foods'), +(2665773, 'Clothing & Shoes'), +(3740075, 'Others'), +(4398560, 'Clothing & Shoes'), +(4842079, 'Home & Kitchens'), +(4183103, 'Books'), +(2388400, 'Electronics'), +(2221025, 'Tools'), +(3879559, 'Cell Phones'), +(2360985, 'Sports & Outdoors'), +(2130314, 'Foods'), +(805879, 'Clothing & Shoes'), +(1849958, 'Others'), +(2479831, 'Clothing & Shoes'), +(1998227, 'Home & Kitchens'), +(3815870, 'Books'), +(884828, 'Electronics'), +(3926800, 'Tools'), +(2200343, 'Cell Phones'), +(991317, 'Sports & Outdoors'), +(3457718, 'Foods'), +(1521068, 'Clothing & Shoes'), +(3519978, 'Others'), +(3470850, 'Clothing & Shoes'), +(2954645, 'Home & Kitchens'), +(4528620, 'Books'), +(4870077, 'Electronics'), +(2608820, 'Tools'), +(1539964, 'Cell Phones'), +(2003083, 'Sports & Outdoors'), +(1383956, 'Foods'), +(1500130, 'Clothing & Shoes'), +(4149693, 'Others'), +(5083254, 'Clothing & Shoes'), +(2070081, 'Home & Kitchens'), +(3289575, 'Books'), +(4212069, 'Electronics'), +(5084833, 'Tools'), +(1652543, 'Cell Phones'), +(4378501, 'Sports & Outdoors'), +(1697889, 'Foods'), +(4615962, 'Clothing & Shoes'), +(2192649, 'Others'), +(3017203, 'Clothing & Shoes'), +(1431715, 'Home & Kitchens'), +(2393800, 'Books'), +(609791, 'Electronics'), +(4825728, 'Tools'), +(1632647, 'Cell Phones'), +(139734, 'Sports & Outdoors'), +(3786362, 'Foods'), +(2988293, 'Clothing & Shoes'), +(666497, 'Others'), +(3033798, 'Clothing & Shoes'), +(820597, 'Home & Kitchens'), +(1497533, 'Books'), +(1477455, 'Electronics'), +(562852, 'Tools'), +(3092897, 'Cell Phones'), +(3833912, 'Sports & Outdoors'), +(2836123, 'Foods'), +(1248986, 'Clothing & Shoes'), +(4486005, 'Others'), +(1386805, 'Clothing & Shoes'), +(4624272, 'Home & Kitchens'), +(1579551, 'Books'), +(3777112, 'Electronics'), +(5067029, 'Tools'), +(2481784, 'Cell Phones'), +(702060, 'Sports & Outdoors'), +(3607626, 'Foods'), +(2728585, 'Clothing & Shoes'), +(5053648, 'Others'), +(2415413, 'Clothing & Shoes'), +(4612213, 'Home & Kitchens'), +(4370954, 'Books'), +(1406426, 'Electronics'), +(2718588, 'Tools'), +(475867, 'Cell Phones'), +(4402326, 'Sports & Outdoors'), +(1245220, 'Foods'), +(336385, 'Clothing & Shoes'), +(2161504, 'Others'), +(1540741, 'Clothing & Shoes'), +(1469622, 'Home & Kitchens'), +(4768477, 'Books'), +(1396829, 'Electronics'), +(4071732, 'Tools'), +(2505343, 'Cell Phones'), +(4081518, 'Sports & Outdoors'), +(2535791, 'Foods'), +(3866248, 'Clothing & Shoes'), +(2451199, 'Others'), +(512076, 'Clothing & Shoes'), +(4228623, 'Home & Kitchens'), +(3708413, 'Books'), +(3587108, 'Electronics'), +(4672150, 'Tools'), +(4765593, 'Cell Phones'), +(589018, 'Sports & Outdoors'), +(1885829, 'Foods'), +(3757435, 'Clothing & Shoes'), +(5149726, 'Others'), +(680438, 'Clothing & Shoes'), +(1974051, 'Home & Kitchens'), +(2480068, 'Books'), +(2637064, 'Electronics'), +(593235, 'Tools'), +(809709, 'Cell Phones'), +(4883737, 'Sports & Outdoors'), +(5048805, 'Foods'), +(2950158, 'Clothing & Shoes'), +(1151753, 'Others'), +(1466687, 'Clothing & Shoes'), +(2818202, 'Home & Kitchens'), +(3708707, 'Books'), +(1433774, 'Electronics'), +(892254, 'Tools'), +(315794, 'Cell Phones'), +(382910, 'Sports & Outdoors'), +(481203, 'Foods'), +(994464, 'Clothing & Shoes'), +(2272151, 'Others'), +(1312158, 'Clothing & Shoes'), +(362750, 'Home & Kitchens'), +(2322896, 'Books'), +(1545822, 'Electronics'), +(4858656, 'Tools'), +(5018044, 'Cell Phones'), +(1577687, 'Sports & Outdoors'), +(76064, 'Foods'), +(685742, 'Clothing & Shoes'), +(3132147, 'Others'), +(752128, 'Clothing & Shoes'), +(1941546, 'Home & Kitchens'), +(1363459, 'Books'), +(807963, 'Electronics'), +(409729, 'Tools'), +(3554917, 'Cell Phones'), +(4397248, 'Sports & Outdoors'), +(1084665, 'Foods'), +(2923068, 'Clothing & Shoes'), +(2046640, 'Others'), +(2636586, 'Clothing & Shoes'), +(3590468, 'Home & Kitchens'), +(4466876, 'Books'), +(2689922, 'Electronics'), +(3882202, 'Tools'), +(1048697, 'Cell Phones'), +(1728108, 'Sports & Outdoors'), +(4572192, 'Foods'), +(2839395, 'Clothing & Shoes'), +(3777010, 'Others'), +(3147903, 'Clothing & Shoes'), +(3416804, 'Home & Kitchens'), +(3323163, 'Books'), +(1961543, 'Electronics'), +(1149385, 'Tools'), +(4450414, 'Cell Phones'), +(3000315, 'Sports & Outdoors'), +(2819811, 'Foods'), +(3621778, 'Clothing & Shoes'), +(4716920, 'Others'), +(950439, 'Clothing & Shoes'), +(2985553, 'Home & Kitchens'), +(3204345, 'Books'), +(3770700, 'Electronics'), +(3674154, 'Tools'), +(1133273, 'Cell Phones'), +(5031298, 'Sports & Outdoors'), +(4338029, 'Foods'), +(5097436, 'Clothing & Shoes'), +(715950, 'Others'), +(5086533, 'Clothing & Shoes'), +(3592798, 'Home & Kitchens'), +(2436491, 'Books'), +(4633856, 'Electronics'), +(3731995, 'Tools'), +(3397084, 'Cell Phones'), +(399287, 'Sports & Outdoors'), +(598788, 'Foods'), +(2242620, 'Clothing & Shoes'), +(1273811, 'Others'), +(2483206, 'Clothing & Shoes'), +(2976589, 'Home & Kitchens'), +(2431602, 'Books'), +(4537798, 'Electronics'), +(2828436, 'Tools'), +(3008396, 'Cell Phones'), +(4676764, 'Sports & Outdoors'), +(1672287, 'Foods'), +(777988, 'Clothing & Shoes'), +(3694486, 'Others'), +(151831, 'Clothing & Shoes'), +(4263418, 'Home & Kitchens'), +(784204, 'Books'), +(378698, 'Electronics'), +(515200, 'Tools'), +(523181, 'Cell Phones'), +(558076, 'Sports & Outdoors'), +(4524771, 'Foods'), +(4602388, 'Clothing & Shoes'), +(3281371, 'Others'), +(181348, 'Clothing & Shoes'), +(4921728, 'Home & Kitchens'), +(4211233, 'Books'), +(784897, 'Electronics'), +(4718542, 'Tools'), +(3011767, 'Cell Phones'), +(68149, 'Sports & Outdoors'), +(3117587, 'Foods'), +(3336289, 'Clothing & Shoes'), +(1423654, 'Others'), +(4393424, 'Clothing & Shoes'), +(3781390, 'Home & Kitchens'), +(4811586, 'Books'), +(2262787, 'Electronics'), +(721242, 'Tools'), +(1947578, 'Cell Phones'), +(832330, 'Sports & Outdoors'), +(4878483, 'Foods'), +(3862122, 'Clothing & Shoes'), +(4044118, 'Others'), +(445307, 'Clothing & Shoes'), +(3890915, 'Home & Kitchens'), +(2887965, 'Books'), +(450756, 'Electronics'), +(1556856, 'Tools'), +(2453525, 'Cell Phones'), +(3191556, 'Sports & Outdoors'), +(600175, 'Foods'), +(3814171, 'Clothing & Shoes'), +(4734879, 'Others'), +(3028501, 'Clothing & Shoes'), +(4376524, 'Home & Kitchens'), +(4211850, 'Books'), +(984238, 'Electronics'), +(3566542, 'Tools'), +(5059368, 'Cell Phones'), +(363144, 'Sports & Outdoors'), +(491223, 'Foods'), +(4752941, 'Clothing & Shoes'), +(4783832, 'Others'), +(65099, 'Clothing & Shoes'), +(3745824, 'Home & Kitchens'), +(519791, 'Books'), +(2287226, 'Electronics'), +(122108, 'Tools'), +(2326411, 'Cell Phones'), +(1132429, 'Sports & Outdoors'), +(1813868, 'Foods'), +(1873646, 'Clothing & Shoes'), +(1340836, 'Others'), +(5161669, 'Clothing & Shoes'), +(4695078, 'Home & Kitchens'), +(2526041, 'Books'), +(738670, 'Electronics'), +(3315940, 'Tools'), +(1031083, 'Cell Phones'), +(1736178, 'Sports & Outdoors'), +(3313438, 'Foods'), +(2230040, 'Clothing & Shoes'), +(1803510, 'Others'), +(2825431, 'Clothing & Shoes'), +(1816843, 'Home & Kitchens'), +(3294401, 'Books'), +(4511140, 'Electronics'), +(1174795, 'Tools'), +(4532706, 'Cell Phones'), +(2810146, 'Sports & Outdoors'), +(3132587, 'Foods'), +(923586, 'Clothing & Shoes'), +(2592038, 'Others'), +(3963773, 'Clothing & Shoes'), +(3756841, 'Home & Kitchens'), +(1542241, 'Books'), +(1373144, 'Electronics'), +(4903093, 'Tools'), +(1230484, 'Cell Phones'), +(2384854, 'Sports & Outdoors'), +(4424369, 'Foods'), +(714348, 'Clothing & Shoes'), +(46027, 'Others'), +(3739450, 'Clothing & Shoes'), +(678005, 'Home & Kitchens'), +(4952210, 'Books'), +(647740, 'Electronics'), +(2306491, 'Tools'), +(4823943, 'Cell Phones'), +(1592513, 'Sports & Outdoors'), +(4349907, 'Foods'), +(387633, 'Clothing & Shoes'), +(4447409, 'Others'), +(1988672, 'Clothing & Shoes'), +(3848874, 'Home & Kitchens'), +(526781, 'Books'), +(4039014, 'Electronics'), +(5066426, 'Tools'), +(4256011, 'Cell Phones'), +(1252294, 'Sports & Outdoors'), +(4089476, 'Foods'), +(1502525, 'Clothing & Shoes'), +(1696979, 'Others'), +(2292764, 'Clothing & Shoes'), +(1674316, 'Home & Kitchens'), +(3566895, 'Books'), +(3099296, 'Electronics'), +(3541690, 'Tools'), +(4735133, 'Cell Phones'), +(2547722, 'Sports & Outdoors'), +(3505582, 'Foods'), +(841380, 'Clothing & Shoes'), +(314028, 'Others'), +(4303322, 'Clothing & Shoes'), +(3164069, 'Home & Kitchens'), +(2894212, 'Books'), +(462551, 'Electronics'), +(4551473, 'Tools'), +(1106292, 'Cell Phones'), +(229607, 'Sports & Outdoors'), +(4045204, 'Foods'), +(2516799, 'Clothing & Shoes'), +(1701471, 'Others'), +(1716161, 'Clothing & Shoes'), +(2611736, 'Home & Kitchens'), +(2611406, 'Books'), +(1956773, 'Electronics'), +(464112, 'Tools'), +(2161099, 'Cell Phones'), +(2626490, 'Sports & Outdoors'), +(1984197, 'Foods'), +(1356170, 'Clothing & Shoes'), +(4889820, 'Others'), +(1712001, 'Clothing & Shoes'), +(1194451, 'Home & Kitchens'), +(3635558, 'Books'), +(516198, 'Electronics'), +(2538099, 'Tools'), +(811638, 'Cell Phones'), +(4333465, 'Sports & Outdoors'), +(4695478, 'Foods'), +(4269526, 'Clothing & Shoes'), +(105137, 'Others'), +(2081312, 'Clothing & Shoes'), +(1635426, 'Home & Kitchens'), +(720666, 'Books'), +(883306, 'Electronics'), +(1739706, 'Tools'), +(3244175, 'Cell Phones'), +(4201517, 'Sports & Outdoors'), +(2289814, 'Foods'), +(4733463, 'Clothing & Shoes'), +(4357073, 'Others'), +(1176344, 'Clothing & Shoes'), +(3680035, 'Home & Kitchens'), +(2243133, 'Books'), +(5127795, 'Electronics'), +(2506339, 'Tools'), +(1303652, 'Cell Phones'), +(1292812, 'Sports & Outdoors'), +(2609943, 'Foods'), +(1088738, 'Clothing & Shoes'), +(5131430, 'Others'), +(1633002, 'Clothing & Shoes'), +(3194089, 'Home & Kitchens'), +(3521896, 'Books'), +(334210, 'Electronics'), +(4613485, 'Tools'), +(52368, 'Cell Phones'), +(2493530, 'Sports & Outdoors'), +(579836, 'Foods'), +(3697658, 'Clothing & Shoes'), +(3148589, 'Others'), +(1155625, 'Clothing & Shoes'), +(606970, 'Home & Kitchens'), +(3780203, 'Books'), +(1302259, 'Electronics'), +(768709, 'Tools'), +(3791692, 'Cell Phones'), +(2779062, 'Sports & Outdoors'), +(2836371, 'Foods'), +(246844, 'Clothing & Shoes'), +(2019624, 'Others'), +(4021638, 'Clothing & Shoes'), +(3229336, 'Home & Kitchens'), +(1384330, 'Books'), +(362515, 'Electronics'), +(1150511, 'Tools'), +(3115770, 'Cell Phones'), +(2747519, 'Sports & Outdoors'), +(3741236, 'Foods'), +(1202097, 'Clothing & Shoes'), +(350402, 'Others'), +(2082734, 'Clothing & Shoes'), +(1204223, 'Home & Kitchens'), +(1712657, 'Books'), +(833866, 'Electronics'), +(568628, 'Tools'), +(4924053, 'Cell Phones'), +(2099400, 'Sports & Outdoors'), +(620869, 'Foods'), +(1207502, 'Clothing & Shoes'), +(1821455, 'Others'), +(3013799, 'Clothing & Shoes'), +(3817434, 'Home & Kitchens'), +(3034658, 'Books'), +(656392, 'Electronics'), +(4850194, 'Tools'), +(1462965, 'Cell Phones'), +(4862609, 'Sports & Outdoors'), +(4205429, 'Foods'), +(4295724, 'Clothing & Shoes'), +(4739351, 'Others'), +(985237, 'Clothing & Shoes'), +(1660019, 'Home & Kitchens'), +(1492770, 'Books'), +(385383, 'Electronics'), +(4864403, 'Tools'), +(4772448, 'Cell Phones'), +(285048, 'Sports & Outdoors'), +(337243, 'Foods'), +(3190175, 'Clothing & Shoes'), +(4550637, 'Others'), +(1125484, 'Clothing & Shoes'), +(3556548, 'Home & Kitchens'), +(266727, 'Books'), +(1069119, 'Electronics'), +(803507, 'Tools'), +(4928051, 'Cell Phones'), +(1876707, 'Sports & Outdoors'), +(571820, 'Foods'), +(2664775, 'Clothing & Shoes'), +(2313724, 'Others'), +(2862133, 'Clothing & Shoes'), +(4530743, 'Home & Kitchens'), +(3084091, 'Books'), +(1852398, 'Electronics'), +(4524544, 'Tools'), +(4723396, 'Cell Phones'), +(4170829, 'Sports & Outdoors'), +(4701147, 'Foods'), +(3346906, 'Clothing & Shoes'), +(4883976, 'Others'), +(3816918, 'Clothing & Shoes'), +(3148538, 'Home & Kitchens'), +(337775, 'Books'), +(3464786, 'Electronics'), +(1574064, 'Tools'), +(1239912, 'Cell Phones'), +(4396514, 'Sports & Outdoors'), +(2253689, 'Foods'), +(2998328, 'Clothing & Shoes'), +(4936155, 'Others'), +(2183874, 'Clothing & Shoes'), +(955432, 'Home & Kitchens'), +(1082838, 'Books'), +(4478620, 'Electronics'), +(2950381, 'Tools'), +(585178, 'Cell Phones'), +(1536363, 'Sports & Outdoors'), +(4202143, 'Foods'), +(1826911, 'Clothing & Shoes'), +(4597130, 'Others'), +(4485778, 'Clothing & Shoes'), +(2700588, 'Home & Kitchens'), +(1795157, 'Books'), +(1440065, 'Electronics'), +(352399, 'Tools'), +(3253709, 'Cell Phones'), +(5023117, 'Sports & Outdoors'), +(3488278, 'Foods'), +(2774536, 'Clothing & Shoes'), +(3252563, 'Others'), +(4850823, 'Clothing & Shoes'), +(5057769, 'Home & Kitchens'), +(4764977, 'Books'), +(2247880, 'Electronics'), +(3596683, 'Tools'), +(332127, 'Cell Phones'), +(3478346, 'Sports & Outdoors'), +(2969269, 'Foods'), +(1390851, 'Clothing & Shoes'), +(3641324, 'Others'), +(4780793, 'Clothing & Shoes'), +(1388982, 'Home & Kitchens'), +(3594090, 'Books'), +(499049, 'Electronics'), +(11120, 'Tools'), +(3619237, 'Cell Phones'), +(4254099, 'Sports & Outdoors'), +(4491457, 'Foods'), +(222559, 'Clothing & Shoes'), +(3733874, 'Others'), +(4174407, 'Clothing & Shoes'), +(2905937, 'Home & Kitchens'), +(708574, 'Books'), +(3466318, 'Electronics'), +(3348105, 'Tools'), +(1635619, 'Cell Phones'), +(2783415, 'Sports & Outdoors'), +(3652646, 'Foods'), +(2559809, 'Clothing & Shoes'), +(1918447, 'Others'), +(305253, 'Clothing & Shoes'), +(2851989, 'Home & Kitchens'), +(3279507, 'Books'), +(1902627, 'Electronics'), +(546023, 'Tools'), +(2960717, 'Cell Phones'), +(1569885, 'Sports & Outdoors'), +(3030023, 'Foods'), +(1378332, 'Clothing & Shoes'), +(3177782, 'Others'), +(3080141, 'Clothing & Shoes'), +(1236409, 'Home & Kitchens'), +(3494943, 'Books'), +(4385918, 'Electronics'), +(991102, 'Tools'), +(4775659, 'Cell Phones'), +(3084958, 'Sports & Outdoors'), +(2884555, 'Foods'), +(3989372, 'Clothing & Shoes'), +(4118464, 'Others'), +(662603, 'Clothing & Shoes'), +(2535661, 'Home & Kitchens'), +(4139079, 'Books'), +(1098175, 'Electronics'), +(3113031, 'Tools'), +(1516260, 'Cell Phones'), +(1253595, 'Sports & Outdoors'), +(2071435, 'Foods'), +(3911423, 'Clothing & Shoes'), +(5029362, 'Others'), +(4337040, 'Clothing & Shoes'), +(1685432, 'Home & Kitchens'), +(4056651, 'Books'), +(2670117, 'Electronics'), +(4060157, 'Tools'), +(2051267, 'Cell Phones'), +(687827, 'Sports & Outdoors'), +(4971055, 'Foods'), +(4947302, 'Clothing & Shoes'), +(2212343, 'Others'), +(1489094, 'Clothing & Shoes'), +(1778777, 'Home & Kitchens'), +(3736158, 'Books'), +(140361, 'Electronics'), +(96655, 'Tools'), +(856543, 'Cell Phones'), +(1508998, 'Sports & Outdoors'), +(3349625, 'Foods'), +(4493358, 'Clothing & Shoes'), +(2478177, 'Others'), +(2181439, 'Clothing & Shoes'), +(3135863, 'Home & Kitchens'), +(482114, 'Books'), +(1298222, 'Electronics'), +(4625363, 'Tools'), +(3796606, 'Cell Phones'), +(2684806, 'Sports & Outdoors'), +(4461425, 'Foods'), +(300775, 'Clothing & Shoes'), +(4558340, 'Others'), +(145519, 'Clothing & Shoes'), +(2551289, 'Home & Kitchens'), +(300699, 'Books'), +(4514070, 'Electronics'), +(2512968, 'Tools'), +(3291419, 'Cell Phones'), +(1186260, 'Sports & Outdoors'), +(2814177, 'Foods'), +(1648035, 'Clothing & Shoes'), +(1870458, 'Others'), +(4573973, 'Clothing & Shoes'), +(140970, 'Home & Kitchens'), +(393580, 'Books'), +(2062378, 'Electronics'), +(3783852, 'Tools'), +(1965689, 'Cell Phones'), +(4829999, 'Sports & Outdoors'), +(1858817, 'Foods'), +(3211701, 'Clothing & Shoes'), +(2927057, 'Others'), +(4970201, 'Clothing & Shoes'), +(3225747, 'Home & Kitchens'), +(2233438, 'Books'), +(3273619, 'Electronics'), +(4924524, 'Tools'), +(4737339, 'Cell Phones'), +(2088964, 'Sports & Outdoors'), +(4280793, 'Foods'), +(3610536, 'Clothing & Shoes'), +(3692903, 'Others'), +(4758695, 'Clothing & Shoes'), +(479163, 'Home & Kitchens'), +(1937007, 'Books'), +(3311020, 'Electronics'), +(773961, 'Tools'), +(436573, 'Cell Phones'), +(2013864, 'Sports & Outdoors'), +(1838851, 'Foods'), +(1256778, 'Clothing & Shoes'), +(1097635, 'Others'), +(2530620, 'Clothing & Shoes'), +(3412492, 'Home & Kitchens'), +(1793551, 'Books'), +(1007732, 'Electronics'), +(1897924, 'Tools'), +(1443426, 'Cell Phones'), +(778398, 'Sports & Outdoors'), +(8409, 'Foods'), +(3549297, 'Clothing & Shoes'), +(4276422, 'Others'), +(3981531, 'Clothing & Shoes'), +(2196643, 'Home & Kitchens'), +(174490, 'Books'), +(3753279, 'Electronics'), +(4808228, 'Tools'), +(4400913, 'Cell Phones'), +(633295, 'Sports & Outdoors'), +(5074895, 'Foods'), +(2279145, 'Clothing & Shoes'), +(2588049, 'Others'), +(546816, 'Clothing & Shoes'), +(2988043, 'Home & Kitchens'), +(3818081, 'Books'), +(3542036, 'Electronics'), +(576099, 'Tools'), +(3941877, 'Cell Phones'), +(3289012, 'Sports & Outdoors'), +(1209439, 'Foods'), +(1080925, 'Clothing & Shoes'), +(4032951, 'Others'), +(3832689, 'Clothing & Shoes'), +(4336046, 'Home & Kitchens'), +(784716, 'Books'), +(4934549, 'Electronics'), +(3091219, 'Tools'), +(661759, 'Cell Phones'), +(311509, 'Sports & Outdoors'), +(2992092, 'Foods'), +(202297, 'Clothing & Shoes'), +(3266686, 'Others'), +(1276979, 'Clothing & Shoes'), +(4776096, 'Home & Kitchens'), +(3342722, 'Books'), +(4612468, 'Electronics'), +(2344159, 'Tools'), +(4814620, 'Cell Phones'), +(2141039, 'Sports & Outdoors'), +(4432036, 'Foods'), +(2064458, 'Clothing & Shoes'), +(3715755, 'Others'), +(547606, 'Clothing & Shoes'), +(3982336, 'Home & Kitchens'), +(3206550, 'Books'), +(4239903, 'Electronics'), +(1456311, 'Tools'), +(699361, 'Cell Phones'), +(88511, 'Sports & Outdoors'), +(3026556, 'Foods'), +(3373476, 'Clothing & Shoes'), +(330260, 'Others'), +(2129263, 'Clothing & Shoes'), +(1988066, 'Home & Kitchens'), +(3130529, 'Books'), +(665090, 'Electronics'), +(4065839, 'Tools'), +(2352087, 'Cell Phones'), +(2596518, 'Sports & Outdoors'), +(4122623, 'Foods'), +(551254, 'Clothing & Shoes'), +(2673821, 'Others'), +(1278924, 'Clothing & Shoes'), +(4975993, 'Home & Kitchens'), +(1457926, 'Books'), +(4981586, 'Electronics'), +(4911515, 'Tools'), +(3285641, 'Cell Phones'), +(3558035, 'Sports & Outdoors'), +(334161, 'Foods'), +(960298, 'Clothing & Shoes'), +(3224824, 'Others'), +(3021762, 'Clothing & Shoes'), +(2561082, 'Home & Kitchens'), +(4017084, 'Books'), +(3427587, 'Electronics'), +(4340213, 'Tools'), +(1524470, 'Cell Phones'), +(1765288, 'Sports & Outdoors'), +(1112773, 'Foods'), +(471212, 'Clothing & Shoes'), +(84994, 'Others'), +(1109293, 'Clothing & Shoes'), +(3693205, 'Home & Kitchens'), +(4847313, 'Books'), +(3099787, 'Electronics'), +(4829449, 'Tools'), +(4216317, 'Cell Phones'), +(3016461, 'Sports & Outdoors'), +(4397687, 'Foods'), +(2095707, 'Clothing & Shoes'), +(1315415, 'Others'), +(4380386, 'Clothing & Shoes'), +(1249923, 'Home & Kitchens'), +(2764935, 'Books'), +(1393144, 'Electronics'), +(4265386, 'Tools'), +(3415753, 'Cell Phones'), +(2807166, 'Sports & Outdoors'), +(3109662, 'Foods'), +(3304099, 'Clothing & Shoes'), +(3576283, 'Others'), +(3248341, 'Clothing & Shoes'), +(3749027, 'Home & Kitchens'), +(1799984, 'Books'), +(194806, 'Electronics'), +(1299473, 'Tools'), +(4706843, 'Cell Phones'), +(16766, 'Sports & Outdoors'), +(1498957, 'Foods'), +(3544253, 'Clothing & Shoes'), +(1912148, 'Others'), +(2727862, 'Clothing & Shoes'), +(3126591, 'Home & Kitchens'), +(2756070, 'Books'), +(3018880, 'Electronics'), +(1208308, 'Tools'), +(145388, 'Cell Phones'), +(3772122, 'Sports & Outdoors'), +(4082111, 'Foods'), +(4410579, 'Clothing & Shoes'), +(3267288, 'Others'), +(2455131, 'Clothing & Shoes'), +(5046388, 'Home & Kitchens'), +(4513366, 'Books'), +(4661468, 'Electronics'), +(825165, 'Tools'), +(4953826, 'Cell Phones'), +(980025, 'Sports & Outdoors'), +(754344, 'Foods'), +(3105438, 'Clothing & Shoes'), +(922825, 'Others'), +(127525, 'Clothing & Shoes'), +(1864286, 'Home & Kitchens'), +(41527, 'Books'), +(1488577, 'Electronics'), +(3661575, 'Tools'), +(3538575, 'Cell Phones'), +(1881274, 'Sports & Outdoors'), +(3757834, 'Foods'), +(1479868, 'Clothing & Shoes'), +(4725649, 'Others'), +(2966276, 'Clothing & Shoes'), +(3191795, 'Home & Kitchens'), +(1847649, 'Books'), +(1925578, 'Electronics'), +(1622413, 'Tools'), +(2261645, 'Cell Phones'), +(3827944, 'Sports & Outdoors'), +(2505953, 'Foods'), +(4132179, 'Clothing & Shoes'), +(2273944, 'Others'), +(1947820, 'Clothing & Shoes'), +(3818487, 'Home & Kitchens'), +(3538807, 'Books'), +(4970240, 'Electronics'), +(1436758, 'Tools'), +(207891, 'Cell Phones'), +(1297791, 'Sports & Outdoors'), +(1719660, 'Foods'), +(1633142, 'Clothing & Shoes'), +(93002, 'Others'), +(3809976, 'Clothing & Shoes'), +(2729862, 'Home & Kitchens'), +(2337136, 'Books'), +(2769654, 'Electronics'), +(4042890, 'Tools'), +(2037779, 'Cell Phones'), +(4018452, 'Sports & Outdoors'), +(2922264, 'Foods'), +(4992952, 'Clothing & Shoes'), +(746548, 'Others'), +(4393800, 'Clothing & Shoes'), +(2176263, 'Home & Kitchens'), +(597734, 'Books'), +(2370648, 'Electronics'), +(490076, 'Tools'), +(733013, 'Cell Phones'), +(529278, 'Sports & Outdoors'), +(3674869, 'Foods'), +(717033, 'Clothing & Shoes'), +(4320339, 'Others'), +(2480639, 'Clothing & Shoes'), +(5101505, 'Home & Kitchens'), +(3793843, 'Books'), +(4553088, 'Electronics'), +(3245753, 'Tools'), +(5024947, 'Cell Phones'), +(3138002, 'Sports & Outdoors'), +(5068419, 'Foods'), +(1276095, 'Clothing & Shoes'), +(1879828, 'Others'), +(749585, 'Clothing & Shoes'), +(2750247, 'Home & Kitchens'), +(4332163, 'Books'), +(3575962, 'Electronics'), +(1896006, 'Tools'), +(2255207, 'Cell Phones'), +(1058331, 'Sports & Outdoors'), +(4074849, 'Foods'), +(627715, 'Clothing & Shoes'), +(5126058, 'Others'), +(169865, 'Clothing & Shoes'), +(2201622, 'Home & Kitchens'), +(1301428, 'Books'), +(737405, 'Electronics'), +(1397281, 'Tools'), +(4382196, 'Cell Phones'), +(3754527, 'Sports & Outdoors'), +(3369303, 'Foods'), +(1946069, 'Clothing & Shoes'), +(3014132, 'Others'), +(882098, 'Clothing & Shoes'), +(3302877, 'Home & Kitchens'), +(958821, 'Books'), +(3300651, 'Electronics'), +(1673948, 'Tools'), +(3264733, 'Cell Phones'), +(4208912, 'Sports & Outdoors'), +(466806, 'Foods'), +(2268637, 'Clothing & Shoes'), +(5103002, 'Others'), +(3027785, 'Clothing & Shoes'), +(1062391, 'Home & Kitchens'), +(2336370, 'Books'), +(447553, 'Electronics'), +(3138353, 'Tools'), +(1073699, 'Cell Phones'), +(1515792, 'Sports & Outdoors'), +(4276479, 'Foods'), +(4736875, 'Clothing & Shoes'), +(2469855, 'Others'), +(3409341, 'Clothing & Shoes'), +(1781370, 'Home & Kitchens'), +(1954028, 'Books'), +(1664190, 'Electronics'), +(3663224, 'Tools'), +(2854994, 'Cell Phones'), +(3042444, 'Sports & Outdoors'), +(1635363, 'Foods'), +(74446, 'Clothing & Shoes'), +(1677989, 'Others'), +(4220950, 'Clothing & Shoes'), +(1458019, 'Home & Kitchens'), +(2931809, 'Books'), +(1773435, 'Electronics'), +(4767457, 'Tools'), +(3010881, 'Cell Phones'), +(5134471, 'Sports & Outdoors'), +(2306045, 'Foods'), +(1972463, 'Clothing & Shoes'), +(1783394, 'Others'), +(4263693, 'Clothing & Shoes'), +(2192512, 'Home & Kitchens'), +(680827, 'Books'), +(4173539, 'Electronics'), +(3600397, 'Tools'), +(4754898, 'Cell Phones'), +(475593, 'Sports & Outdoors'), +(4372990, 'Foods'), +(2755933, 'Clothing & Shoes'), +(2518268, 'Others'), +(3903234, 'Clothing & Shoes'), +(4876006, 'Home & Kitchens'), +(878813, 'Books'), +(4949807, 'Electronics'), +(2578010, 'Tools'), +(703717, 'Cell Phones'), +(2806798, 'Sports & Outdoors'), +(2867703, 'Foods'), +(4855372, 'Clothing & Shoes'), +(294296, 'Others'), +(1833532, 'Clothing & Shoes'), +(2873526, 'Home & Kitchens'), +(2038530, 'Books'), +(2464463, 'Electronics'), +(2278353, 'Tools'), +(4135185, 'Cell Phones'), +(4786595, 'Sports & Outdoors'), +(3803127, 'Foods'), +(1148114, 'Clothing & Shoes'), +(2300463, 'Others'), +(4823567, 'Clothing & Shoes'), +(802833, 'Home & Kitchens'), +(3446865, 'Books'), +(214719, 'Electronics'), +(1019845, 'Tools'), +(2113224, 'Cell Phones'), +(4139726, 'Sports & Outdoors'), +(479837, 'Foods'), +(2432451, 'Clothing & Shoes'), +(2051499, 'Others'), +(926345, 'Clothing & Shoes'), +(3654707, 'Home & Kitchens'), +(3362577, 'Books'), +(4821295, 'Electronics'), +(4187784, 'Tools'), +(1585420, 'Cell Phones'), +(4756730, 'Sports & Outdoors'), +(813818, 'Foods'), +(1492316, 'Clothing & Shoes'), +(2993461, 'Others'), +(3822090, 'Clothing & Shoes'), +(3882401, 'Home & Kitchens'), +(2534744, 'Books'), +(1219760, 'Electronics'), +(3394581, 'Tools'), +(2559771, 'Cell Phones'), +(3124121, 'Sports & Outdoors'), +(1481335, 'Foods'), +(2586887, 'Clothing & Shoes'), +(2495000, 'Others'), +(4174564, 'Clothing & Shoes'), +(4282985, 'Home & Kitchens'), +(2081583, 'Books'), +(3843209, 'Electronics'), +(1829350, 'Tools'), +(1055496, 'Cell Phones'), +(1992942, 'Sports & Outdoors'), +(1768869, 'Foods'), +(493676, 'Clothing & Shoes'), +(3893770, 'Others'), +(2271249, 'Clothing & Shoes'), +(4655941, 'Home & Kitchens'), +(2121141, 'Books'), +(4263090, 'Electronics'), +(2791755, 'Tools'), +(2918955, 'Cell Phones'), +(3923569, 'Sports & Outdoors'), +(255969, 'Foods'), +(1447294, 'Clothing & Shoes'), +(916918, 'Others'), +(203249, 'Clothing & Shoes'), +(4587489, 'Home & Kitchens'), +(2720496, 'Books'), +(907846, 'Electronics'), +(3369736, 'Tools'), +(4214800, 'Cell Phones'), +(350027, 'Sports & Outdoors'), +(2553299, 'Foods'), +(802883, 'Clothing & Shoes'), +(4139570, 'Others'), +(1215367, 'Clothing & Shoes'), +(1764424, 'Home & Kitchens'), +(3499323, 'Books'), +(957385, 'Electronics'), +(4260727, 'Tools'), +(4092319, 'Cell Phones'), +(1314876, 'Sports & Outdoors'), +(1973380, 'Foods'), +(2147829, 'Clothing & Shoes'), +(1818551, 'Others'), +(3505338, 'Clothing & Shoes'), +(3113468, 'Home & Kitchens'), +(3829496, 'Books'), +(70270, 'Electronics'), +(2168489, 'Tools'), +(210158, 'Cell Phones'), +(2801637, 'Sports & Outdoors'), +(1494023, 'Foods'), +(633394, 'Clothing & Shoes'), +(4396276, 'Others'), +(3184079, 'Clothing & Shoes'), +(3647233, 'Home & Kitchens'), +(4312015, 'Books'), +(2185551, 'Electronics'), +(5016461, 'Tools'), +(1375362, 'Cell Phones'), +(4994388, 'Sports & Outdoors'), +(513013, 'Foods'), +(3126258, 'Clothing & Shoes'), +(2671549, 'Others'), +(4243653, 'Clothing & Shoes'), +(1489467, 'Home & Kitchens'), +(578336, 'Books'), +(3247211, 'Electronics'), +(73030, 'Tools'), +(2737740, 'Cell Phones'), +(1725572, 'Sports & Outdoors'), +(1135708, 'Foods'), +(1391236, 'Clothing & Shoes'), +(2672589, 'Others'), +(4544743, 'Clothing & Shoes'), +(1548548, 'Home & Kitchens'), +(2664522, 'Books'), +(3173741, 'Electronics'), +(954435, 'Tools'), +(3731630, 'Cell Phones'), +(3147601, 'Sports & Outdoors'), +(3443560, 'Foods'), +(4425678, 'Clothing & Shoes'), +(1906712, 'Others'), +(3483523, 'Clothing & Shoes'), +(3043292, 'Home & Kitchens'), +(3637176, 'Books'), +(906800, 'Electronics'), +(3683798, 'Tools'), +(1274175, 'Cell Phones'), +(2281023, 'Sports & Outdoors'), +(3528744, 'Foods'), +(4337219, 'Clothing & Shoes'), +(4284910, 'Others'), +(3496986, 'Clothing & Shoes'), +(4666620, 'Home & Kitchens'), +(4332472, 'Books'), +(4368942, 'Electronics'), +(842205, 'Tools'), +(1909440, 'Cell Phones'), +(3282340, 'Sports & Outdoors'), +(292885, 'Foods'), +(864277, 'Clothing & Shoes'), +(227085, 'Others'), +(2628979, 'Clothing & Shoes'), +(2547494, 'Home & Kitchens'), +(4924786, 'Books'), +(4074218, 'Electronics'), +(4859530, 'Tools'), +(2468711, 'Cell Phones'), +(341057, 'Sports & Outdoors'), +(674009, 'Foods'), +(3832749, 'Clothing & Shoes'), +(3745602, 'Others'), +(2728656, 'Clothing & Shoes'), +(22892, 'Home & Kitchens'), +(851937, 'Books'), +(164365, 'Electronics'), +(2265930, 'Tools'), +(955834, 'Cell Phones'), +(4403323, 'Sports & Outdoors'), +(3460627, 'Foods'), +(2816302, 'Clothing & Shoes'), +(2302700, 'Others'), +(2005676, 'Clothing & Shoes'), +(4199627, 'Home & Kitchens'), +(271505, 'Books'), +(158300, 'Electronics'), +(4296516, 'Tools'), +(3712511, 'Cell Phones'), +(2634787, 'Sports & Outdoors'), +(4328342, 'Foods'), +(3917559, 'Clothing & Shoes'), +(3102658, 'Others'), +(3556745, 'Clothing & Shoes'), +(1127151, 'Home & Kitchens'), +(5066805, 'Books'), +(4390513, 'Electronics'), +(4891188, 'Tools'), +(3944254, 'Cell Phones'), +(324865, 'Sports & Outdoors'), +(3105596, 'Foods'), +(1506691, 'Clothing & Shoes'), +(1127791, 'Others'), +(4916460, 'Clothing & Shoes'), +(1079326, 'Home & Kitchens'), +(4386059, 'Books'), +(3883457, 'Electronics'), +(2238843, 'Tools'), +(1340517, 'Cell Phones'), +(4258547, 'Sports & Outdoors'), +(2650255, 'Foods'), +(3763517, 'Clothing & Shoes'), +(2200638, 'Others'), +(2494401, 'Clothing & Shoes'), +(1471680, 'Home & Kitchens'), +(284601, 'Books'), +(235118, 'Electronics'), +(2257426, 'Tools'), +(4760804, 'Cell Phones'), +(1443292, 'Sports & Outdoors'), +(331892, 'Foods'), +(1098042, 'Clothing & Shoes'), +(1674186, 'Others'), +(665245, 'Clothing & Shoes'), +(377977, 'Home & Kitchens'), +(1363318, 'Books'), +(2193925, 'Electronics'), +(667349, 'Tools'), +(3769292, 'Cell Phones'), +(4285475, 'Sports & Outdoors'), +(2245265, 'Foods'), +(133742, 'Clothing & Shoes'), +(3859384, 'Others'), +(4499281, 'Clothing & Shoes'), +(2517181, 'Home & Kitchens'), +(2917711, 'Books'), +(3222457, 'Electronics'), +(3169295, 'Tools'), +(1747827, 'Cell Phones'), +(3448504, 'Sports & Outdoors'), +(2581843, 'Foods'), +(2270623, 'Clothing & Shoes'), +(2307791, 'Others'), +(1128240, 'Clothing & Shoes'), +(3013991, 'Home & Kitchens'), +(2682627, 'Books'), +(328500, 'Electronics'), +(2627745, 'Tools'), +(153309, 'Cell Phones'), +(1289154, 'Sports & Outdoors'), +(2702654, 'Foods'), +(2446427, 'Clothing & Shoes'), +(2101190, 'Others'), +(4312352, 'Clothing & Shoes'), +(3706262, 'Home & Kitchens'), +(2043668, 'Books'), +(4083276, 'Electronics'), +(1451783, 'Tools'), +(22129, 'Cell Phones'), +(3572783, 'Sports & Outdoors'), +(274483, 'Foods'), +(2168391, 'Clothing & Shoes'), +(1177618, 'Others'), +(4489615, 'Clothing & Shoes'), +(2566328, 'Home & Kitchens'), +(1771708, 'Books'), +(549014, 'Electronics'), +(3070861, 'Tools'), +(1753262, 'Cell Phones'), +(4578843, 'Sports & Outdoors'), +(2896749, 'Foods'), +(4158422, 'Clothing & Shoes'), +(2211860, 'Others'), +(613491, 'Clothing & Shoes'), +(4905428, 'Home & Kitchens'), +(3286162, 'Books'), +(4649218, 'Electronics'), +(1691915, 'Tools'), +(10235, 'Cell Phones'), +(2917289, 'Sports & Outdoors'), +(3087839, 'Foods'), +(2924780, 'Clothing & Shoes'), +(3044192, 'Others'), +(1032791, 'Clothing & Shoes'), +(3161951, 'Home & Kitchens'), +(3279421, 'Books'), +(3368773, 'Electronics'), +(4781861, 'Tools'), +(1341913, 'Cell Phones'), +(759560, 'Sports & Outdoors'), +(3795193, 'Foods'), +(1913428, 'Clothing & Shoes'), +(2961648, 'Others'), +(5041265, 'Clothing & Shoes'), +(1704399, 'Home & Kitchens'), +(3865394, 'Books'), +(906010, 'Electronics'), +(3983988, 'Tools'), +(364125, 'Cell Phones'), +(4380796, 'Sports & Outdoors'), +(3891335, 'Foods'), +(4912031, 'Clothing & Shoes'), +(834620, 'Others'), +(1494177, 'Clothing & Shoes'), +(3460047, 'Home & Kitchens'), +(565986, 'Books'), +(4473295, 'Electronics'), +(4708348, 'Tools'), +(3025028, 'Cell Phones'), +(2086128, 'Sports & Outdoors'), +(669425, 'Foods'), +(3783926, 'Clothing & Shoes'), +(4385013, 'Others'), +(216695, 'Clothing & Shoes'), +(3066289, 'Home & Kitchens'), +(4870877, 'Books'), +(4986145, 'Electronics'), +(3809593, 'Tools'), +(3091786, 'Cell Phones'), +(1844626, 'Sports & Outdoors'), +(2464993, 'Foods'), +(4135404, 'Clothing & Shoes'), +(4241691, 'Others'), +(3980838, 'Clothing & Shoes'), +(2532699, 'Home & Kitchens'), +(2145811, 'Books'), +(2652543, 'Electronics'), +(1016735, 'Tools'), +(3295699, 'Cell Phones'), +(4793839, 'Sports & Outdoors'), +(2016952, 'Foods'), +(2357594, 'Clothing & Shoes'), +(409878, 'Others'), +(4707763, 'Clothing & Shoes'), +(3434878, 'Home & Kitchens'), +(1982376, 'Books'), +(1594549, 'Electronics'), +(3330819, 'Tools'), +(635704, 'Cell Phones'), +(4830567, 'Sports & Outdoors'), +(176556, 'Foods'), +(3896013, 'Clothing & Shoes'), +(3461081, 'Others'), +(2786875, 'Clothing & Shoes'), +(3717662, 'Home & Kitchens'), +(1175096, 'Books'), +(226943, 'Electronics'), +(4268427, 'Tools'), +(211402, 'Cell Phones'), +(1053312, 'Sports & Outdoors'), +(2948088, 'Foods'), +(4326723, 'Clothing & Shoes'), +(1960523, 'Others'), +(1203804, 'Clothing & Shoes'), +(4865695, 'Home & Kitchens'), +(2573442, 'Books'), +(3360956, 'Electronics'), +(34885, 'Tools'), +(4260877, 'Cell Phones'), +(87054, 'Sports & Outdoors'), +(24104, 'Foods'), +(3074739, 'Clothing & Shoes'), +(4227487, 'Others'), +(3313740, 'Clothing & Shoes'), +(1507087, 'Home & Kitchens'), +(37135, 'Books'), +(5126295, 'Electronics'), +(2970693, 'Tools'), +(2001772, 'Cell Phones'), +(2878347, 'Sports & Outdoors'), +(2540361, 'Foods'), +(3405515, 'Clothing & Shoes'), +(3170314, 'Others'), +(1868174, 'Clothing & Shoes'), +(4358072, 'Home & Kitchens'), +(2454604, 'Books'), +(461696, 'Electronics'), +(2255371, 'Tools'), +(3324385, 'Cell Phones'), +(3258181, 'Sports & Outdoors'), +(1626142, 'Foods'), +(3184322, 'Clothing & Shoes'), +(2716202, 'Others'), +(749692, 'Clothing & Shoes'), +(579914, 'Home & Kitchens'), +(2232382, 'Books'), +(4269511, 'Electronics'), +(108181, 'Tools'), +(3041259, 'Cell Phones'), +(1272549, 'Sports & Outdoors'), +(4704484, 'Foods'), +(3010113, 'Clothing & Shoes'), +(2517448, 'Others'), +(2390349, 'Clothing & Shoes'), +(2550403, 'Home & Kitchens'), +(1986596, 'Books'), +(1812605, 'Electronics'), +(3624267, 'Tools'), +(3114694, 'Cell Phones'), +(2488933, 'Sports & Outdoors'), +(1372635, 'Foods'), +(4681109, 'Clothing & Shoes'), +(2110377, 'Others'), +(4209709, 'Clothing & Shoes'), +(180183, 'Home & Kitchens'), +(4855945, 'Books'), +(1343555, 'Electronics'), +(1222799, 'Tools'), +(1794065, 'Cell Phones'), +(1566469, 'Sports & Outdoors'), +(1046845, 'Foods'), +(3121949, 'Clothing & Shoes'), +(1004392, 'Others'), +(3920794, 'Clothing & Shoes'), +(621786, 'Home & Kitchens'), +(2714703, 'Books'), +(3953096, 'Electronics'), +(2362468, 'Tools'), +(3258823, 'Cell Phones'), +(1216180, 'Sports & Outdoors'), +(3440243, 'Foods'), +(2899233, 'Clothing & Shoes'), +(3185664, 'Others'), +(4091042, 'Clothing & Shoes'), +(885811, 'Home & Kitchens'), +(4039865, 'Books'), +(2533979, 'Electronics'), +(4315183, 'Tools'), +(4070504, 'Cell Phones'), +(2661903, 'Sports & Outdoors'), +(3105892, 'Foods'), +(2358943, 'Clothing & Shoes'), +(12816, 'Others'), +(4694794, 'Clothing & Shoes'), +(917578, 'Home & Kitchens'), +(647486, 'Books'), +(3991166, 'Electronics'), +(3753684, 'Tools'), +(274936, 'Cell Phones'), +(3445730, 'Sports & Outdoors'), +(3912944, 'Foods'), +(4960046, 'Clothing & Shoes'), +(3981352, 'Others'), +(86415, 'Clothing & Shoes'), +(2859442, 'Home & Kitchens'), +(1330074, 'Books'), +(3715096, 'Electronics'), +(101979, 'Tools'), +(4210266, 'Cell Phones'), +(4358542, 'Sports & Outdoors'), +(2431497, 'Foods'), +(3274325, 'Clothing & Shoes'), +(1037069, 'Others'), +(646234, 'Clothing & Shoes'), +(2012131, 'Home & Kitchens'), +(3326628, 'Books'), +(1983014, 'Electronics'), +(1885585, 'Tools'), +(425574, 'Cell Phones'), +(827837, 'Sports & Outdoors'), +(914596, 'Foods'), +(3231230, 'Clothing & Shoes'), +(1767199, 'Others'), +(972851, 'Clothing & Shoes'), +(3780598, 'Home & Kitchens'), +(2522303, 'Books'), +(3068234, 'Electronics'), +(976550, 'Tools'), +(3326223, 'Cell Phones'), +(228360, 'Sports & Outdoors'), +(2599558, 'Foods'), +(1331923, 'Clothing & Shoes'), +(4414464, 'Others'), +(4909025, 'Clothing & Shoes'), +(4205050, 'Home & Kitchens'), +(2484494, 'Books'), +(4866919, 'Electronics'), +(5004245, 'Tools'), +(3737607, 'Cell Phones'), +(529907, 'Sports & Outdoors'), +(4256143, 'Foods'), +(3332130, 'Clothing & Shoes'), +(2073339, 'Others'), +(1360533, 'Clothing & Shoes'), +(4234389, 'Home & Kitchens'), +(1552636, 'Books'), +(2372829, 'Electronics'), +(4354636, 'Tools'), +(1642508, 'Cell Phones'), +(841074, 'Sports & Outdoors'), +(1738105, 'Foods'), +(3467061, 'Clothing & Shoes'), +(1423815, 'Others'), +(4417552, 'Clothing & Shoes'), +(3084325, 'Home & Kitchens'), +(3606606, 'Books'), +(351048, 'Electronics'), +(3264973, 'Tools'), +(871215, 'Cell Phones'), +(4212922, 'Sports & Outdoors'), +(1073472, 'Foods'), +(1119638, 'Clothing & Shoes'), +(1652168, 'Others'), +(4604737, 'Clothing & Shoes'), +(4159811, 'Home & Kitchens'), +(4396417, 'Books'), +(1254305, 'Electronics'), +(5036985, 'Tools'), +(3631430, 'Cell Phones'), +(1962983, 'Sports & Outdoors'), +(4526708, 'Foods'), +(1996243, 'Clothing & Shoes'), +(4892920, 'Others'), +(2545868, 'Clothing & Shoes'), +(1323466, 'Home & Kitchens'), +(3645611, 'Books'), +(3122203, 'Electronics'), +(1524094, 'Tools'), +(1948588, 'Cell Phones'), +(399980, 'Sports & Outdoors'), +(4867407, 'Foods'), +(4017881, 'Clothing & Shoes'), +(2228775, 'Others'), +(4263789, 'Clothing & Shoes'), +(2723232, 'Home & Kitchens'), +(4977749, 'Books'), +(3626061, 'Electronics'), +(4483041, 'Tools'), +(3476493, 'Cell Phones'), +(3700191, 'Sports & Outdoors'), +(2271635, 'Foods'), +(222415, 'Clothing & Shoes'), +(3692944, 'Others'), +(3427691, 'Clothing & Shoes'), +(3586238, 'Home & Kitchens'), +(2066454, 'Books'), +(1868513, 'Electronics'), +(2829779, 'Tools'), +(930394, 'Cell Phones'), +(3399342, 'Sports & Outdoors'), +(1860371, 'Foods'), +(865919, 'Clothing & Shoes'), +(572644, 'Others'), +(4313485, 'Clothing & Shoes'), +(1702673, 'Home & Kitchens'), +(3394813, 'Books'), +(5148857, 'Electronics'), +(2978598, 'Tools'), +(357197, 'Cell Phones'), +(308413, 'Sports & Outdoors'), +(858185, 'Foods'), +(3586920, 'Clothing & Shoes'), +(2690744, 'Others'), +(1643917, 'Clothing & Shoes'), +(3980291, 'Home & Kitchens'), +(142492, 'Books'), +(1283080, 'Electronics'), +(1024101, 'Tools'), +(2650009, 'Cell Phones'), +(1493374, 'Sports & Outdoors'), +(3630197, 'Foods'), +(4044753, 'Clothing & Shoes'), +(735872, 'Others'), +(4783904, 'Clothing & Shoes'), +(4644351, 'Home & Kitchens'), +(2410, 'Books'), +(3609849, 'Electronics'), +(205968, 'Tools'), +(197048, 'Cell Phones'), +(4379500, 'Sports & Outdoors'), +(2495674, 'Foods'), +(3891796, 'Clothing & Shoes'), +(1968315, 'Others'), +(1018206, 'Clothing & Shoes'), +(1829891, 'Home & Kitchens'), +(3974031, 'Books'), +(2451344, 'Electronics'), +(2529055, 'Tools'), +(4893662, 'Cell Phones'), +(1171519, 'Sports & Outdoors'), +(3077522, 'Foods'), +(3153380, 'Clothing & Shoes'), +(4638374, 'Others'), +(1889065, 'Clothing & Shoes'), +(7769, 'Home & Kitchens'), +(2923390, 'Books'), +(3418507, 'Electronics'), +(5108899, 'Tools'), +(2916918, 'Cell Phones'), +(4094201, 'Sports & Outdoors'), +(926985, 'Foods'), +(3412811, 'Clothing & Shoes'), +(2993053, 'Others'), +(4652209, 'Clothing & Shoes'), +(376840, 'Home & Kitchens'), +(2319794, 'Books'), +(430834, 'Electronics'), +(2578274, 'Tools'), +(183516, 'Cell Phones'), +(4327791, 'Sports & Outdoors'), +(1822328, 'Foods'), +(4193511, 'Clothing & Shoes'), +(4225430, 'Others'), +(4897866, 'Clothing & Shoes'), +(543590, 'Home & Kitchens'), +(4014446, 'Books'), +(1388444, 'Electronics'), +(830235, 'Tools'), +(1121141, 'Cell Phones'), +(1680882, 'Sports & Outdoors'), +(4801438, 'Foods'), +(2411901, 'Clothing & Shoes'), +(4214565, 'Others'), +(4207901, 'Clothing & Shoes'), +(943641, 'Home & Kitchens'), +(2465573, 'Books'), +(3656403, 'Electronics'), +(1350790, 'Tools'), +(2219395, 'Cell Phones'), +(3675151, 'Sports & Outdoors'), +(4182213, 'Foods'), +(4307960, 'Clothing & Shoes'), +(1041861, 'Others'), +(4734649, 'Clothing & Shoes'), +(3150851, 'Home & Kitchens'), +(4879255, 'Books'), +(1996872, 'Electronics'), +(2128694, 'Tools'), +(1751679, 'Cell Phones'), +(3515027, 'Sports & Outdoors'), +(4591297, 'Foods'), +(4036672, 'Clothing & Shoes'), +(4781613, 'Others'), +(4049997, 'Clothing & Shoes'), +(1997869, 'Home & Kitchens'), +(1279737, 'Books'), +(3458525, 'Electronics'), +(4274907, 'Tools'), +(4624494, 'Cell Phones'), +(2692253, 'Sports & Outdoors'), +(3373953, 'Foods'), +(899505, 'Clothing & Shoes'), +(1699768, 'Others'), +(17307, 'Clothing & Shoes'), +(2649129, 'Home & Kitchens'), +(1381217, 'Books'), +(1254635, 'Electronics'), +(205899, 'Tools'), +(3852520, 'Cell Phones'), +(4283654, 'Sports & Outdoors'), +(2606924, 'Foods'), +(2677060, 'Clothing & Shoes'), +(3099552, 'Others'), +(1999982, 'Clothing & Shoes'), +(4316584, 'Home & Kitchens'), +(2958024, 'Books'), +(1265208, 'Electronics'), +(897580, 'Tools'), +(3920188, 'Cell Phones'), +(1605765, 'Sports & Outdoors'), +(1368409, 'Foods'), +(1911903, 'Clothing & Shoes'), +(2602354, 'Others'), +(314328, 'Clothing & Shoes'), +(3550349, 'Home & Kitchens'), +(4291697, 'Books'), +(1472127, 'Electronics'), +(1725832, 'Tools'), +(4372759, 'Cell Phones'), +(4680195, 'Sports & Outdoors'), +(3820436, 'Foods'), +(578784, 'Clothing & Shoes'), +(4170025, 'Others'), +(4939776, 'Clothing & Shoes'), +(1602933, 'Home & Kitchens'), +(4426917, 'Books'), +(1223790, 'Electronics'), +(355362, 'Tools'), +(3990760, 'Cell Phones'), +(3512409, 'Sports & Outdoors'), +(3415438, 'Foods'), +(4215937, 'Clothing & Shoes'), +(2881031, 'Others'), +(3011375, 'Clothing & Shoes'), +(2049210, 'Home & Kitchens'), +(4663501, 'Books'), +(4481193, 'Electronics'), +(2747756, 'Tools'), +(2921059, 'Cell Phones'), +(4304225, 'Sports & Outdoors'), +(3732988, 'Foods'), +(4248306, 'Clothing & Shoes'), +(4631356, 'Others'), +(380055, 'Clothing & Shoes'), +(4017197, 'Home & Kitchens'), +(3527242, 'Books'), +(1255142, 'Electronics'), +(2172093, 'Tools'), +(2065526, 'Cell Phones'), +(4278744, 'Sports & Outdoors'), +(973389, 'Foods'), +(3975200, 'Clothing & Shoes'), +(2610791, 'Others'), +(150092, 'Clothing & Shoes'), +(4882904, 'Home & Kitchens'), +(866945, 'Books'), +(3176349, 'Electronics'), +(1117098, 'Tools'), +(2540745, 'Cell Phones'), +(4755134, 'Sports & Outdoors'), +(1851019, 'Foods'), +(3593794, 'Clothing & Shoes'), +(3813272, 'Others'), +(4670238, 'Clothing & Shoes'), +(757182, 'Home & Kitchens'), +(1060525, 'Books'), +(1774298, 'Electronics'), +(5156420, 'Tools'), +(434180, 'Cell Phones'), +(4595580, 'Sports & Outdoors'), +(4185300, 'Foods'), +(3067560, 'Clothing & Shoes'), +(1396294, 'Others'), +(963661, 'Clothing & Shoes'), +(1945301, 'Home & Kitchens'), +(1321409, 'Books'), +(2137141, 'Electronics'), +(4178970, 'Tools'), +(1987882, 'Cell Phones'), +(2773419, 'Sports & Outdoors'), +(3021605, 'Foods'), +(2571201, 'Clothing & Shoes'), +(561327, 'Others'), +(3404739, 'Clothing & Shoes'), +(255508, 'Home & Kitchens'), +(1037905, 'Books'), +(3791863, 'Electronics'), +(2827046, 'Tools'), +(88462, 'Cell Phones'), +(1104822, 'Sports & Outdoors'), +(361095, 'Foods'), +(499665, 'Clothing & Shoes'), +(152639, 'Others'), +(1624041, 'Clothing & Shoes'), +(1547974, 'Home & Kitchens'), +(304205, 'Books'), +(3494977, 'Electronics'), +(3491350, 'Tools'), +(4063057, 'Cell Phones'), +(1828144, 'Sports & Outdoors'), +(69317, 'Foods'), +(3531700, 'Clothing & Shoes'), +(1691286, 'Others'), +(3872841, 'Clothing & Shoes'), +(4756346, 'Home & Kitchens'), +(1467164, 'Books'), +(1834393, 'Electronics'), +(3544270, 'Tools'), +(970588, 'Cell Phones'), +(4474010, 'Sports & Outdoors'), +(259455, 'Foods'), +(1756055, 'Clothing & Shoes'), +(929495, 'Others'), +(1008109, 'Clothing & Shoes'), +(2993711, 'Home & Kitchens'), +(2686648, 'Books'), +(4827299, 'Electronics'), +(2817976, 'Tools'), +(4907, 'Cell Phones'), +(2702039, 'Sports & Outdoors'), +(3989777, 'Foods'), +(388942, 'Clothing & Shoes'), +(1413007, 'Others'), +(4055505, 'Clothing & Shoes'), +(2386315, 'Home & Kitchens'), +(974282, 'Books'), +(3072574, 'Electronics'), +(4924285, 'Tools'), +(3987097, 'Cell Phones'), +(1406509, 'Sports & Outdoors'), +(4649026, 'Foods'), +(3309643, 'Clothing & Shoes'), +(2643222, 'Others'), +(1136219, 'Clothing & Shoes'), +(4242742, 'Home & Kitchens'), +(999348, 'Books'), +(4880845, 'Electronics'), +(4939021, 'Tools'), +(3729801, 'Cell Phones'), +(413656, 'Sports & Outdoors'), +(4918683, 'Foods'), +(1059665, 'Clothing & Shoes'), +(1140902, 'Others'), +(2855743, 'Clothing & Shoes'), +(4567369, 'Home & Kitchens'), +(845239, 'Books'), +(2559185, 'Electronics'), +(1692250, 'Tools'), +(3844851, 'Cell Phones'), +(3822927, 'Sports & Outdoors'), +(306020, 'Foods'), +(1167279, 'Clothing & Shoes'), +(2450935, 'Others'), +(2327095, 'Clothing & Shoes'), +(4065220, 'Home & Kitchens'), +(60559, 'Books'), +(1687159, 'Electronics'), +(4487980, 'Tools'), +(2509955, 'Cell Phones'), +(4177144, 'Sports & Outdoors'), +(3877257, 'Foods'), +(4970836, 'Clothing & Shoes'), +(3421028, 'Others'), +(872572, 'Clothing & Shoes'), +(3467297, 'Home & Kitchens'), +(1579789, 'Books'), +(2281648, 'Electronics'), +(1972769, 'Tools'), +(3774119, 'Cell Phones'), +(1439081, 'Sports & Outdoors'), +(1104384, 'Foods'), +(3979081, 'Clothing & Shoes'), +(1604691, 'Others'), +(2160135, 'Clothing & Shoes'), +(2187532, 'Home & Kitchens'), +(2669578, 'Books'), +(5088091, 'Electronics'), +(3794880, 'Tools'), +(3097358, 'Cell Phones'), +(1978442, 'Sports & Outdoors'), +(298586, 'Foods'), +(3211196, 'Clothing & Shoes'), +(293630, 'Others'), +(2295453, 'Clothing & Shoes'), +(104462, 'Home & Kitchens'), +(4403830, 'Books'), +(3681567, 'Electronics'), +(1703906, 'Tools'), +(850104, 'Cell Phones'), +(1414652, 'Sports & Outdoors'), +(4577044, 'Foods'), +(4107030, 'Clothing & Shoes'), +(916706, 'Others'), +(2447947, 'Clothing & Shoes'), +(748392, 'Home & Kitchens'), +(2677371, 'Books'), +(1392765, 'Electronics'), +(2453521, 'Tools'), +(1459642, 'Cell Phones'), +(1792163, 'Sports & Outdoors'), +(3437860, 'Foods'), +(3717634, 'Clothing & Shoes'), +(3727100, 'Others'), +(832574, 'Clothing & Shoes'), +(2638664, 'Home & Kitchens'), +(268251, 'Books'), +(3822453, 'Electronics'), +(3695506, 'Tools'), +(1485805, 'Cell Phones'), +(117196, 'Sports & Outdoors'), +(1833378, 'Foods'), +(609839, 'Clothing & Shoes'), +(280333, 'Others'), +(1865211, 'Clothing & Shoes'), +(3609110, 'Home & Kitchens'), +(1314215, 'Books'), +(475026, 'Electronics'), +(3092732, 'Tools'), +(2288300, 'Cell Phones'), +(727648, 'Sports & Outdoors'), +(1706459, 'Foods'), +(2937670, 'Clothing & Shoes'), +(4910113, 'Others'), +(1444181, 'Clothing & Shoes'), +(678559, 'Home & Kitchens'), +(2229246, 'Books'), +(2798696, 'Electronics'), +(3896787, 'Tools'), +(1500885, 'Cell Phones'), +(4983053, 'Sports & Outdoors'), +(2559494, 'Foods'), +(389948, 'Clothing & Shoes'), +(3802074, 'Others'), +(2165094, 'Clothing & Shoes'), +(3387711, 'Home & Kitchens'), +(1643094, 'Books'), +(1733194, 'Electronics'), +(189057, 'Tools'), +(4368309, 'Cell Phones'), +(83079, 'Sports & Outdoors'), +(4355267, 'Foods'), +(329040, 'Clothing & Shoes'), +(2027583, 'Others'), +(3229566, 'Clothing & Shoes'), +(844760, 'Home & Kitchens'), +(1882323, 'Books'), +(3353174, 'Electronics'), +(225719, 'Tools'), +(3208580, 'Cell Phones'), +(4600060, 'Sports & Outdoors'), +(4411052, 'Foods'), +(428575, 'Clothing & Shoes'), +(3046934, 'Others'), +(2765330, 'Clothing & Shoes'), +(3229786, 'Home & Kitchens'), +(2202625, 'Books'), +(1985331, 'Electronics'), +(1639557, 'Tools'), +(4863121, 'Cell Phones'), +(4372804, 'Sports & Outdoors'), +(1864538, 'Foods'), +(4804081, 'Clothing & Shoes'), +(3795317, 'Others'), +(1422404, 'Clothing & Shoes'), +(3775826, 'Home & Kitchens'), +(2103141, 'Books'), +(4245139, 'Electronics'), +(3427814, 'Tools'), +(1043312, 'Cell Phones'), +(2323522, 'Sports & Outdoors'), +(4671427, 'Foods'), +(1651662, 'Clothing & Shoes'), +(4860274, 'Others'), +(946991, 'Clothing & Shoes'), +(1088357, 'Home & Kitchens'), +(3588816, 'Books'), +(490909, 'Electronics'), +(2340871, 'Tools'), +(918999, 'Cell Phones'), +(1869802, 'Sports & Outdoors'), +(2043591, 'Foods'), +(757249, 'Clothing & Shoes'), +(4933498, 'Others'), +(883540, 'Clothing & Shoes'), +(393663, 'Home & Kitchens'), +(3589833, 'Books'), +(756477, 'Electronics'), +(992333, 'Tools'), +(2399425, 'Cell Phones'), +(830622, 'Sports & Outdoors'), +(1925851, 'Foods'), +(2564498, 'Clothing & Shoes'), +(558667, 'Others'), +(4161881, 'Clothing & Shoes'), +(4174165, 'Home & Kitchens'), +(451092, 'Books'), +(3872498, 'Electronics'), +(1614257, 'Tools'), +(1094282, 'Cell Phones'), +(1589379, 'Sports & Outdoors'), +(4515486, 'Foods'), +(2703301, 'Clothing & Shoes'), +(4865533, 'Others'), +(1959284, 'Clothing & Shoes'), +(443490, 'Home & Kitchens'), +(2912070, 'Books'), +(2588445, 'Electronics'), +(4864746, 'Tools'), +(1265863, 'Cell Phones'), +(669762, 'Sports & Outdoors'), +(3451327, 'Foods'), +(1709948, 'Clothing & Shoes'), +(2761222, 'Others'), +(1566203, 'Clothing & Shoes'), +(3125986, 'Home & Kitchens'), +(886708, 'Books'), +(3419104, 'Electronics'), +(224739, 'Tools'), +(297829, 'Cell Phones'), +(4117544, 'Sports & Outdoors'), +(4796716, 'Foods'), +(3333989, 'Clothing & Shoes'), +(4113936, 'Others'), +(171569, 'Clothing & Shoes'), +(3579, 'Home & Kitchens'), +(355704, 'Books'), +(364772, 'Electronics'), +(5038872, 'Tools'), +(1765179, 'Cell Phones'), +(2618630, 'Sports & Outdoors'), +(17710, 'Foods'), +(3558290, 'Clothing & Shoes'), +(664356, 'Others'), +(671854, 'Clothing & Shoes'), +(984003, 'Home & Kitchens'), +(4245823, 'Books'), +(2421366, 'Electronics'), +(1000858, 'Tools'), +(436979, 'Cell Phones'), +(334451, 'Sports & Outdoors'), +(3110199, 'Foods'), +(2155994, 'Clothing & Shoes'), +(4960901, 'Others'), +(2769598, 'Clothing & Shoes'), +(3314621, 'Home & Kitchens'), +(516813, 'Books'), +(3053182, 'Electronics'), +(343112, 'Tools'), +(1178381, 'Cell Phones'), +(3882159, 'Sports & Outdoors'), +(1416942, 'Foods'), +(4000233, 'Clothing & Shoes'), +(1641818, 'Others'), +(3046547, 'Clothing & Shoes'), +(3523150, 'Home & Kitchens'), +(959702, 'Books'), +(3967525, 'Electronics'), +(4803457, 'Tools'), +(4968783, 'Cell Phones'), +(2823232, 'Sports & Outdoors'), +(2652344, 'Foods'), +(240681, 'Clothing & Shoes'), +(1775706, 'Others'), +(1167492, 'Clothing & Shoes'), +(839167, 'Home & Kitchens'), +(3389104, 'Books'), +(1581081, 'Electronics'), +(3006524, 'Tools'), +(3574673, 'Cell Phones'), +(291354, 'Sports & Outdoors'), +(713342, 'Foods'), +(2013622, 'Clothing & Shoes'), +(3758834, 'Others'), +(1921180, 'Clothing & Shoes'), +(1940040, 'Home & Kitchens'), +(3273152, 'Books'), +(5135255, 'Electronics'), +(97554, 'Tools'), +(1694317, 'Cell Phones'), +(3254436, 'Sports & Outdoors'), +(3443662, 'Foods'), +(4971646, 'Clothing & Shoes'), +(2986368, 'Others'), +(703852, 'Clothing & Shoes'), +(820364, 'Home & Kitchens'), +(3573011, 'Books'), +(1062056, 'Electronics'), +(3812513, 'Tools'), +(3605124, 'Cell Phones'), +(845370, 'Sports & Outdoors'), +(3512820, 'Foods'), +(4964090, 'Clothing & Shoes'), +(4484091, 'Others'), +(4974494, 'Clothing & Shoes'), +(1089105, 'Home & Kitchens'), +(1386176, 'Books'), +(3157674, 'Electronics'), +(1247724, 'Tools'), +(5016246, 'Cell Phones'), +(2363129, 'Sports & Outdoors'), +(3380746, 'Foods'), +(5035287, 'Clothing & Shoes'), +(3876855, 'Others'), +(2665393, 'Clothing & Shoes'), +(589765, 'Home & Kitchens'), +(1350540, 'Books'), +(1363301, 'Electronics'), +(2678392, 'Tools'), +(5103246, 'Cell Phones'), +(4233539, 'Sports & Outdoors'), +(711599, 'Foods'), +(4979919, 'Clothing & Shoes'), +(3721625, 'Others'), +(3593212, 'Clothing & Shoes'), +(390188, 'Home & Kitchens'), +(1502931, 'Books'), +(2699338, 'Electronics'), +(484957, 'Tools'), +(3685111, 'Cell Phones'), +(1378600, 'Sports & Outdoors'), +(3298620, 'Foods'), +(1990649, 'Clothing & Shoes'), +(3906242, 'Others'), +(3395271, 'Clothing & Shoes'), +(1013185, 'Home & Kitchens'), +(3946580, 'Books'), +(1598538, 'Electronics'), +(4809874, 'Tools'), +(4064281, 'Cell Phones'), +(2374634, 'Sports & Outdoors'), +(681850, 'Foods'), +(1436375, 'Clothing & Shoes'), +(1648490, 'Others'), +(3781293, 'Clothing & Shoes'), +(3998373, 'Home & Kitchens'), +(894646, 'Books'), +(24976, 'Electronics'), +(4901004, 'Tools'), +(2930652, 'Cell Phones'), +(2003294, 'Sports & Outdoors'), +(4834071, 'Foods'), +(3697561, 'Clothing & Shoes'), +(3195996, 'Others'), +(1952752, 'Clothing & Shoes'), +(629854, 'Home & Kitchens'), +(499569, 'Books'), +(1046690, 'Electronics'), +(2912808, 'Tools'), +(3274111, 'Cell Phones'), +(2102896, 'Sports & Outdoors'), +(1608693, 'Foods'), +(1882924, 'Clothing & Shoes'), +(4376427, 'Others'), +(873521, 'Clothing & Shoes'), +(5133252, 'Home & Kitchens'), +(4036269, 'Books'), +(2033647, 'Electronics'), +(4598394, 'Tools'), +(2530793, 'Cell Phones'), +(4221401, 'Sports & Outdoors'), +(3226383, 'Foods'), +(876499, 'Clothing & Shoes'), +(2358229, 'Others'), +(1618400, 'Clothing & Shoes'), +(4266879, 'Home & Kitchens'), +(137459, 'Books'), +(1414261, 'Electronics'), +(4059369, 'Tools'), +(3946180, 'Cell Phones'), +(4639230, 'Sports & Outdoors'), +(5055329, 'Foods'), +(1955064, 'Clothing & Shoes'), +(1434020, 'Others'), +(807278, 'Clothing & Shoes'), +(1260607, 'Home & Kitchens'), +(3626786, 'Books'), +(3423253, 'Electronics'), +(4555262, 'Tools'), +(850941, 'Cell Phones'), +(3701839, 'Sports & Outdoors'), +(1965698, 'Foods'), +(13767, 'Clothing & Shoes'), +(1841930, 'Others'), +(3500724, 'Clothing & Shoes'), +(3479353, 'Home & Kitchens'), +(1487638, 'Books'), +(3233284, 'Electronics'), +(2408143, 'Tools'), +(2903732, 'Cell Phones'), +(372033, 'Sports & Outdoors'), +(4429889, 'Foods'), +(4985275, 'Clothing & Shoes'), +(3806436, 'Others'), +(722302, 'Clothing & Shoes'), +(2101042, 'Home & Kitchens'), +(5042232, 'Books'), +(79592, 'Electronics'), +(3092004, 'Tools'), +(4542855, 'Cell Phones'), +(4770150, 'Sports & Outdoors'), +(825537, 'Foods'), +(1832757, 'Clothing & Shoes'), +(2426100, 'Others'), +(4605179, 'Clothing & Shoes'), +(137099, 'Home & Kitchens'), +(3843999, 'Books'), +(2056438, 'Electronics'), +(3176262, 'Tools'), +(1168771, 'Cell Phones'), +(3369792, 'Sports & Outdoors'), +(1934059, 'Foods'), +(3927518, 'Clothing & Shoes'), +(4766003, 'Others'), +(570578, 'Clothing & Shoes'), +(3045016, 'Home & Kitchens'), +(4791913, 'Books'), +(3120942, 'Electronics'), +(3751309, 'Tools'), +(4855870, 'Cell Phones'), +(2280783, 'Sports & Outdoors'), +(406219, 'Foods'), +(1741711, 'Clothing & Shoes'), +(2471992, 'Others'), +(4522646, 'Clothing & Shoes'), +(1360711, 'Home & Kitchens'), +(107693, 'Books'), +(1676308, 'Electronics'), +(2854798, 'Tools'), +(1169371, 'Cell Phones'), +(4773090, 'Sports & Outdoors'), +(3269713, 'Foods'), +(2082380, 'Clothing & Shoes'), +(4242495, 'Others'), +(2258420, 'Clothing & Shoes'), +(521892, 'Home & Kitchens'), +(3260881, 'Books'), +(3075153, 'Electronics'), +(2913673, 'Tools'), +(4832888, 'Cell Phones'), +(2279449, 'Sports & Outdoors'), +(1540196, 'Foods'), +(258240, 'Clothing & Shoes'), +(3864227, 'Others'), +(5078340, 'Clothing & Shoes'), +(1810340, 'Home & Kitchens'), +(808429, 'Books'), +(3627665, 'Electronics'), +(1117956, 'Tools'), +(3115091, 'Cell Phones'), +(122524, 'Sports & Outdoors'), +(219531, 'Foods'), +(828063, 'Clothing & Shoes'), +(1465845, 'Others'), +(1332361, 'Clothing & Shoes'), +(153285, 'Home & Kitchens'), +(4311343, 'Books'), +(4090730, 'Electronics'), +(1620142, 'Tools'), +(3965224, 'Cell Phones'), +(2462416, 'Sports & Outdoors'), +(4469639, 'Foods'), +(2914063, 'Clothing & Shoes'), +(1758655, 'Others'), +(1918853, 'Clothing & Shoes'), +(4981015, 'Home & Kitchens'), +(3522123, 'Books'), +(1899335, 'Electronics'), +(1983785, 'Tools'), +(1217732, 'Cell Phones'), +(963753, 'Sports & Outdoors'), +(4271180, 'Foods'), +(2288919, 'Clothing & Shoes'), +(3151689, 'Others'), +(32967, 'Clothing & Shoes'), +(2505579, 'Home & Kitchens'), +(5116633, 'Books'), +(4960437, 'Electronics'), +(2535155, 'Tools'), +(2237463, 'Cell Phones'), +(1326769, 'Sports & Outdoors'), +(3834430, 'Foods'), +(3998581, 'Clothing & Shoes'), +(5099881, 'Others'), +(3950342, 'Clothing & Shoes'), +(2006795, 'Home & Kitchens'), +(1312387, 'Books'), +(1109050, 'Electronics'), +(3401539, 'Tools'), +(2040765, 'Cell Phones'), +(2084864, 'Sports & Outdoors'), +(3757194, 'Foods'), +(3956037, 'Clothing & Shoes'), +(2863982, 'Others'), +(4513450, 'Clothing & Shoes'), +(1021251, 'Home & Kitchens'), +(3503604, 'Books'), +(4525351, 'Electronics'), +(104209, 'Tools'), +(3519828, 'Cell Phones'), +(956971, 'Sports & Outdoors'), +(4038480, 'Foods'), +(3962527, 'Clothing & Shoes'), +(569663, 'Others'), +(1410963, 'Clothing & Shoes'), +(1854481, 'Home & Kitchens'), +(392182, 'Books'), +(1467314, 'Electronics'), +(1490433, 'Tools'), +(1106734, 'Cell Phones'), +(937184, 'Sports & Outdoors'), +(3715287, 'Foods'), +(1120963, 'Clothing & Shoes'), +(2565857, 'Others'), +(457507, 'Clothing & Shoes'), +(4517665, 'Home & Kitchens'), +(8254, 'Books'), +(5155355, 'Electronics'), +(1646378, 'Tools'), +(4191987, 'Cell Phones'), +(3544478, 'Sports & Outdoors'), +(2513189, 'Foods'), +(1370506, 'Clothing & Shoes'), +(2565645, 'Others'), +(3339572, 'Clothing & Shoes'), +(3193449, 'Home & Kitchens'), +(835895, 'Books'), +(1535500, 'Electronics'), +(2275650, 'Tools'), +(680185, 'Cell Phones'), +(1313865, 'Sports & Outdoors'), +(3427441, 'Foods'), +(3353949, 'Clothing & Shoes'), +(4177487, 'Others'), +(2343554, 'Clothing & Shoes'), +(3305081, 'Home & Kitchens'), +(823629, 'Books'), +(861104, 'Electronics'), +(1000959, 'Tools'), +(217383, 'Cell Phones'), +(3888030, 'Sports & Outdoors'), +(2802293, 'Foods'), +(1768615, 'Clothing & Shoes'), +(3770161, 'Others'), +(3511975, 'Clothing & Shoes'), +(1059450, 'Home & Kitchens'), +(3307148, 'Books'), +(21059, 'Electronics'), +(1321841, 'Tools'), +(2133527, 'Cell Phones'), +(4701519, 'Sports & Outdoors'), +(3436852, 'Foods'), +(4042348, 'Clothing & Shoes'), +(3681960, 'Others'), +(1143790, 'Clothing & Shoes'), +(3980699, 'Home & Kitchens'), +(5109144, 'Books'), +(843337, 'Electronics'), +(3751366, 'Tools'), +(2343720, 'Cell Phones'), +(718211, 'Sports & Outdoors'), +(3929393, 'Foods'), +(3850855, 'Clothing & Shoes'), +(886304, 'Others'), +(4369584, 'Clothing & Shoes'), +(623614, 'Home & Kitchens'), +(1421085, 'Books'), +(3947069, 'Electronics'), +(2467952, 'Tools'), +(618085, 'Cell Phones'), +(1551365, 'Sports & Outdoors'), +(166971, 'Foods'), +(3593457, 'Clothing & Shoes'), +(2346077, 'Others'), +(3358752, 'Clothing & Shoes'), +(246830, 'Home & Kitchens'), +(280472, 'Books'), +(599327, 'Electronics'), +(134955, 'Tools'), +(4356686, 'Cell Phones'), +(881097, 'Sports & Outdoors'), +(2523199, 'Foods'), +(3014848, 'Clothing & Shoes'), +(3108882, 'Others'), +(4694416, 'Clothing & Shoes'), +(278173, 'Home & Kitchens'), +(1654824, 'Books'), +(4099608, 'Electronics'), +(4989816, 'Tools'), +(2961571, 'Cell Phones'), +(693142, 'Sports & Outdoors'), +(3147028, 'Foods'), +(459134, 'Clothing & Shoes'), +(1450058, 'Others'), +(1936894, 'Clothing & Shoes'), +(1388497, 'Home & Kitchens'), +(3813713, 'Books'), +(1935459, 'Electronics'), +(2447282, 'Tools'), +(3570583, 'Cell Phones'), +(2636629, 'Sports & Outdoors'), +(3029606, 'Foods'), +(2543170, 'Clothing & Shoes'), +(409502, 'Others'), +(1468785, 'Clothing & Shoes'), +(1373028, 'Home & Kitchens'), +(3294880, 'Books'), +(2602083, 'Electronics'), +(4904667, 'Tools'), +(4693580, 'Cell Phones'), +(1781074, 'Sports & Outdoors'), +(2036277, 'Foods'), +(990264, 'Clothing & Shoes'), +(2486102, 'Others'), +(634333, 'Clothing & Shoes'), +(1754291, 'Home & Kitchens'), +(1173453, 'Books'), +(5147697, 'Electronics'), +(3910741, 'Tools'), +(3731413, 'Cell Phones'), +(3381933, 'Sports & Outdoors'), +(2042003, 'Foods'), +(4951903, 'Clothing & Shoes'), +(1604026, 'Others'), +(814566, 'Clothing & Shoes'), +(1422133, 'Home & Kitchens'), +(2055312, 'Books'), +(3695273, 'Electronics'), +(2978503, 'Tools'), +(2046227, 'Cell Phones'), +(202156, 'Sports & Outdoors'), +(1916098, 'Foods'), +(796075, 'Clothing & Shoes'), +(1581018, 'Others'), +(4367680, 'Clothing & Shoes'), +(1559253, 'Home & Kitchens'), +(861353, 'Books'), +(3432389, 'Electronics'), +(1569231, 'Tools'), +(5093750, 'Cell Phones'), +(853952, 'Sports & Outdoors'), +(4733883, 'Foods'), +(4290971, 'Clothing & Shoes'), +(2138566, 'Others'), +(3464658, 'Clothing & Shoes'), +(2515261, 'Home & Kitchens'), +(4363582, 'Books'), +(2207881, 'Electronics'), +(4326577, 'Tools'), +(538041, 'Cell Phones'), +(1385594, 'Sports & Outdoors'), +(1261236, 'Foods'), +(5011708, 'Clothing & Shoes'), +(3685019, 'Others'), +(2145168, 'Clothing & Shoes'), +(1625300, 'Home & Kitchens'), +(522582, 'Books'), +(2044695, 'Electronics'), +(2141662, 'Tools'), +(4373592, 'Cell Phones'), +(2701713, 'Sports & Outdoors'), +(4882625, 'Foods'), +(4266028, 'Clothing & Shoes'), +(4280664, 'Others'), +(3342150, 'Clothing & Shoes'), +(2370776, 'Home & Kitchens'), +(1171633, 'Books'), +(1161981, 'Electronics'), +(1323134, 'Tools'), +(3934761, 'Cell Phones'), +(40477, 'Sports & Outdoors'), +(5064168, 'Foods'), +(376837, 'Clothing & Shoes'), +(2772178, 'Others'), +(660942, 'Clothing & Shoes'), +(414935, 'Home & Kitchens'), +(5060757, 'Books'), +(2421866, 'Electronics'), +(75275, 'Tools'), +(3113126, 'Cell Phones'), +(3148462, 'Sports & Outdoors'), +(2018837, 'Foods'), +(3985596, 'Clothing & Shoes'), +(767449, 'Others'), +(2588397, 'Clothing & Shoes'), +(1978445, 'Home & Kitchens'), +(629741, 'Books'), +(3713246, 'Electronics'), +(3847319, 'Tools'), +(3220245, 'Cell Phones'), +(665347, 'Sports & Outdoors'), +(272572, 'Foods'), +(2567555, 'Clothing & Shoes'), +(3131155, 'Others'), +(3508256, 'Clothing & Shoes'), +(2526478, 'Home & Kitchens'), +(880866, 'Books'), +(4760331, 'Electronics'), +(1735933, 'Tools'), +(4946287, 'Cell Phones'), +(1728718, 'Sports & Outdoors'), +(3787408, 'Foods'), +(2992045, 'Clothing & Shoes'), +(2640327, 'Others'), +(2689976, 'Clothing & Shoes'), +(251062, 'Home & Kitchens'), +(2787085, 'Books'), +(1186008, 'Electronics'), +(3716034, 'Tools'), +(3756425, 'Cell Phones'), +(736367, 'Sports & Outdoors'), +(3123830, 'Foods'), +(467470, 'Clothing & Shoes'), +(3094632, 'Others'), +(2126952, 'Clothing & Shoes'), +(2396030, 'Home & Kitchens'), +(1995600, 'Books'), +(2397531, 'Electronics'), +(4277393, 'Tools'), +(1692521, 'Cell Phones'), +(4293232, 'Sports & Outdoors'), +(4360362, 'Foods'), +(1483857, 'Clothing & Shoes'), +(4981793, 'Others'), +(4696539, 'Clothing & Shoes'), +(2442087, 'Home & Kitchens'), +(783366, 'Books'), +(4100250, 'Electronics'), +(2839154, 'Tools'), +(537820, 'Cell Phones'), +(4351344, 'Sports & Outdoors'), +(3120318, 'Foods'), +(1583744, 'Clothing & Shoes'), +(2070908, 'Others'), +(3577268, 'Clothing & Shoes'), +(2750866, 'Home & Kitchens'), +(907178, 'Books'), +(4402976, 'Electronics'), +(2064614, 'Tools'), +(3367946, 'Cell Phones'), +(2577860, 'Sports & Outdoors'), +(2880519, 'Foods'), +(1873617, 'Clothing & Shoes'), +(4858047, 'Others'), +(1225824, 'Clothing & Shoes'), +(3970251, 'Home & Kitchens'), +(2622529, 'Books'), +(1140683, 'Electronics'), +(2833905, 'Tools'), +(826250, 'Cell Phones'), +(3976816, 'Sports & Outdoors'), +(470396, 'Foods'), +(2374871, 'Clothing & Shoes'), +(4629913, 'Others'), +(4876258, 'Clothing & Shoes'), +(1838064, 'Home & Kitchens'), +(589207, 'Books'), +(5138762, 'Electronics'), +(4374797, 'Tools'), +(645856, 'Cell Phones'), +(4840206, 'Sports & Outdoors'), +(3381217, 'Foods'), +(2844721, 'Clothing & Shoes'), +(2312170, 'Others'), +(1302909, 'Clothing & Shoes'), +(1019195, 'Home & Kitchens'), +(878868, 'Books'), +(2072020, 'Electronics'), +(3919762, 'Tools'), +(3140218, 'Cell Phones'), +(2700376, 'Sports & Outdoors'), +(5101743, 'Foods'), +(1903669, 'Clothing & Shoes'), +(2941495, 'Others'), +(4645521, 'Clothing & Shoes'), +(1949910, 'Home & Kitchens'), +(2134583, 'Books'), +(2578096, 'Electronics'), +(2548906, 'Tools'), +(1107116, 'Cell Phones'), +(883629, 'Sports & Outdoors'), +(3133154, 'Foods'), +(3882728, 'Clothing & Shoes'), +(1013057, 'Others'), +(3444947, 'Clothing & Shoes'), +(849098, 'Home & Kitchens'), +(4065978, 'Books'), +(936803, 'Electronics'), +(257571, 'Tools'), +(2913415, 'Cell Phones'), +(2117812, 'Sports & Outdoors'), +(3787562, 'Foods'), +(44158, 'Clothing & Shoes'), +(1164997, 'Others'), +(4635122, 'Clothing & Shoes'), +(1900834, 'Home & Kitchens'), +(784055, 'Books'), +(1406744, 'Electronics'), +(1840678, 'Tools'), +(4312292, 'Cell Phones'), +(300463, 'Sports & Outdoors'), +(3334995, 'Foods'), +(2672706, 'Clothing & Shoes'), +(1231740, 'Others'), +(3825580, 'Clothing & Shoes'), +(30676, 'Home & Kitchens'), +(1090746, 'Books'), +(255113, 'Electronics'), +(1026155, 'Tools'), +(1367866, 'Cell Phones'), +(3139855, 'Sports & Outdoors'), +(2188673, 'Foods'), +(4850337, 'Clothing & Shoes'), +(3697278, 'Others'), +(1391083, 'Clothing & Shoes'), +(1263562, 'Home & Kitchens'), +(1333844, 'Books'), +(352251, 'Electronics'), +(2116151, 'Tools'), +(2724501, 'Cell Phones'), +(3272055, 'Sports & Outdoors'), +(2575281, 'Foods'), +(2121628, 'Clothing & Shoes'), +(3734231, 'Others'), +(3595100, 'Clothing & Shoes'), +(1468632, 'Home & Kitchens'), +(1481346, 'Books'), +(1382333, 'Electronics'), +(4596584, 'Tools'), +(2580472, 'Cell Phones'), +(2778829, 'Sports & Outdoors'), +(23488, 'Foods'), +(4423023, 'Clothing & Shoes'), +(3327468, 'Others'), +(587452, 'Clothing & Shoes'), +(3218826, 'Home & Kitchens'), +(3154021, 'Books'), +(2867927, 'Electronics'), +(2316669, 'Tools'), +(285822, 'Cell Phones'), +(2584074, 'Sports & Outdoors'), +(2922530, 'Foods'), +(2647760, 'Clothing & Shoes'), +(155091, 'Others'), +(3654874, 'Clothing & Shoes'), +(4812210, 'Home & Kitchens'), +(4595260, 'Books'), +(647611, 'Electronics'), +(2842504, 'Tools'), +(1016971, 'Cell Phones'), +(4782834, 'Sports & Outdoors'), +(153248, 'Foods'), +(2254976, 'Clothing & Shoes'), +(2888100, 'Others'), +(2435035, 'Clothing & Shoes'), +(7240, 'Home & Kitchens'), +(1138527, 'Books'), +(4332385, 'Electronics'), +(565751, 'Tools'), +(2846601, 'Cell Phones'), +(1646859, 'Sports & Outdoors'), +(3203956, 'Foods'), +(2183707, 'Clothing & Shoes'), +(722797, 'Others'), +(66556, 'Clothing & Shoes'), +(4763681, 'Home & Kitchens'), +(2021738, 'Books'), +(3145954, 'Electronics'), +(2272886, 'Tools'), +(2625401, 'Cell Phones'), +(3227333, 'Sports & Outdoors'), +(3256582, 'Foods'), +(2381571, 'Clothing & Shoes'), +(4913917, 'Others'), +(5148597, 'Clothing & Shoes'), +(2024359, 'Home & Kitchens'), +(1896842, 'Books'), +(2855739, 'Electronics'), +(1017550, 'Tools'), +(4965802, 'Cell Phones'), +(1308514, 'Sports & Outdoors'), +(15890, 'Foods'), +(3743261, 'Clothing & Shoes'), +(2611262, 'Others'), +(2776831, 'Clothing & Shoes'), +(3134373, 'Home & Kitchens'), +(4208686, 'Books'), +(660726, 'Electronics'), +(4940020, 'Tools'), +(1550383, 'Cell Phones'), +(4616007, 'Sports & Outdoors'), +(157489, 'Foods'), +(3791591, 'Clothing & Shoes'), +(36722, 'Others'), +(3962993, 'Clothing & Shoes'), +(4676959, 'Home & Kitchens'), +(4977497, 'Books'), +(801765, 'Electronics'), +(1732828, 'Tools'), +(2727043, 'Cell Phones'), +(2218016, 'Sports & Outdoors'), +(3073163, 'Foods'), +(4590639, 'Clothing & Shoes'), +(3703129, 'Others'), +(4453116, 'Clothing & Shoes'), +(481060, 'Home & Kitchens'), +(1262813, 'Books'), +(1812506, 'Electronics'), +(1405724, 'Tools'), +(2992415, 'Cell Phones'), +(3697416, 'Sports & Outdoors'), +(2152657, 'Foods'), +(3755957, 'Clothing & Shoes'), +(3841239, 'Others'), +(2375123, 'Clothing & Shoes'), +(731293, 'Home & Kitchens'), +(2033697, 'Books'), +(874340, 'Electronics'), +(3388209, 'Tools'), +(2996421, 'Cell Phones'), +(2479577, 'Sports & Outdoors'), +(4026111, 'Foods'), +(1088600, 'Clothing & Shoes'), +(2665617, 'Others'), +(3354040, 'Clothing & Shoes'), +(3890016, 'Home & Kitchens'), +(982221, 'Books'), +(770683, 'Electronics'), +(1285003, 'Tools'), +(588281, 'Cell Phones'), +(3528156, 'Sports & Outdoors'), +(2586600, 'Foods'), +(1182766, 'Clothing & Shoes'), +(3991658, 'Others'), +(3358142, 'Clothing & Shoes'), +(3506316, 'Home & Kitchens'), +(2105685, 'Books'), +(357412, 'Electronics'), +(128908, 'Tools'), +(4764531, 'Cell Phones'), +(1553570, 'Sports & Outdoors'), +(5096198, 'Foods'), +(4107281, 'Clothing & Shoes'), +(3333598, 'Others'), +(1263934, 'Clothing & Shoes'), +(2767575, 'Home & Kitchens'), +(2456212, 'Books'), +(4725921, 'Electronics'), +(4632427, 'Tools'), +(1627611, 'Cell Phones'), +(530911, 'Sports & Outdoors'), +(275937, 'Foods'), +(542417, 'Clothing & Shoes'), +(2233787, 'Others'), +(540542, 'Clothing & Shoes'), +(260238, 'Home & Kitchens'), +(2472174, 'Books'), +(771062, 'Electronics'), +(2564106, 'Tools'), +(3103948, 'Cell Phones'), +(1729922, 'Sports & Outdoors'), +(3880080, 'Foods'), +(249261, 'Clothing & Shoes'), +(1905278, 'Others'), +(3272095, 'Clothing & Shoes'), +(3008185, 'Home & Kitchens'), +(2974419, 'Books'), +(4244338, 'Electronics'), +(3155613, 'Tools'), +(3113180, 'Cell Phones'), +(3091719, 'Sports & Outdoors'), +(3090680, 'Foods'), +(3213921, 'Clothing & Shoes'), +(4330146, 'Others'), +(1765052, 'Clothing & Shoes'), +(2115280, 'Home & Kitchens'), +(2904716, 'Books'), +(3060316, 'Electronics'), +(2718441, 'Tools'), +(653715, 'Cell Phones'), +(4286417, 'Sports & Outdoors'), +(632990, 'Foods'), +(5037641, 'Clothing & Shoes'), +(89797, 'Others'), +(5004494, 'Clothing & Shoes'), +(3996509, 'Home & Kitchens'), +(592161, 'Books'), +(3819832, 'Electronics'), +(4418019, 'Tools'), +(2949750, 'Cell Phones'), +(4311126, 'Sports & Outdoors'), +(3725578, 'Foods'), +(2062612, 'Clothing & Shoes'), +(455059, 'Others'), +(4272374, 'Clothing & Shoes'), +(2573032, 'Home & Kitchens'), +(1836480, 'Books'), +(4286332, 'Electronics'), +(4368912, 'Tools'), +(4685965, 'Cell Phones'), +(2652700, 'Sports & Outdoors'), +(2880666, 'Foods'), +(5052177, 'Clothing & Shoes'), +(1390603, 'Others'), +(2356118, 'Clothing & Shoes'), +(454555, 'Home & Kitchens'), +(95456, 'Books'), +(1326107, 'Electronics'), +(2749188, 'Tools'), +(83709, 'Cell Phones'), +(4421944, 'Sports & Outdoors'), +(1159340, 'Foods'), +(3363059, 'Clothing & Shoes'), +(2453230, 'Others'), +(4774660, 'Clothing & Shoes'), +(4990074, 'Home & Kitchens'), +(4554195, 'Books'), +(372289, 'Electronics'), +(3430136, 'Tools'), +(2698327, 'Cell Phones'), +(3905335, 'Sports & Outdoors'), +(741645, 'Foods'), +(4300418, 'Clothing & Shoes'), +(4711317, 'Others'), +(122751, 'Clothing & Shoes'), +(3574025, 'Home & Kitchens'), +(1298735, 'Books'), +(3419992, 'Electronics'), +(4963121, 'Tools'), +(136225, 'Cell Phones'), +(4897452, 'Sports & Outdoors'), +(3978346, 'Foods'), +(3358347, 'Clothing & Shoes'), +(2122530, 'Others'), +(904673, 'Clothing & Shoes'), +(323198, 'Home & Kitchens'), +(3028983, 'Books'), +(4785750, 'Electronics'), +(3563119, 'Tools'), +(155799, 'Cell Phones'), +(133009, 'Sports & Outdoors'), +(1066775, 'Foods'), +(3042295, 'Clothing & Shoes'), +(90326, 'Others'), +(82924, 'Clothing & Shoes'), +(4978108, 'Home & Kitchens'), +(5148429, 'Books'), +(4520215, 'Electronics'), +(2657849, 'Tools'), +(4912078, 'Cell Phones'), +(2518982, 'Sports & Outdoors'), +(3837094, 'Foods'), +(4562581, 'Clothing & Shoes'), +(2920833, 'Others'), +(4066565, 'Clothing & Shoes'), +(1059480, 'Home & Kitchens'), +(2667019, 'Books'), +(4473353, 'Electronics'), +(482940, 'Tools'), +(582098, 'Cell Phones'), +(1250853, 'Sports & Outdoors'), +(4698156, 'Foods'), +(2071415, 'Clothing & Shoes'), +(1671586, 'Others'), +(4669008, 'Clothing & Shoes'), +(4154011, 'Home & Kitchens'), +(1648266, 'Books'), +(4977260, 'Electronics'), +(999850, 'Tools'), +(391823, 'Cell Phones'), +(2657719, 'Sports & Outdoors'), +(4820445, 'Foods'), +(2135345, 'Clothing & Shoes'), +(3410884, 'Others'), +(4837990, 'Clothing & Shoes'), +(4989544, 'Home & Kitchens'), +(655334, 'Books'), +(1536770, 'Electronics'), +(648726, 'Tools'), +(1984400, 'Cell Phones'), +(838020, 'Sports & Outdoors'), +(2815931, 'Foods'), +(4303929, 'Clothing & Shoes'), +(2714949, 'Others'), +(1130080, 'Clothing & Shoes'), +(4943214, 'Home & Kitchens'), +(1586135, 'Books'), +(3398456, 'Electronics'), +(2768545, 'Tools'), +(2139021, 'Cell Phones'), +(1156571, 'Sports & Outdoors'), +(1936083, 'Foods'), +(3497174, 'Clothing & Shoes'), +(4379751, 'Others'), +(2179307, 'Clothing & Shoes'), +(3024544, 'Home & Kitchens'), +(796715, 'Books'), +(5091710, 'Electronics'), +(2097345, 'Tools'), +(3155336, 'Cell Phones'), +(2183205, 'Sports & Outdoors'), +(4892220, 'Foods'), +(1334990, 'Clothing & Shoes'), +(4639422, 'Others'), +(2830440, 'Clothing & Shoes'), +(1895133, 'Home & Kitchens'), +(4304606, 'Books'), +(577442, 'Electronics'), +(2041411, 'Tools'), +(4299030, 'Cell Phones'), +(3932461, 'Sports & Outdoors'), +(2932488, 'Foods'), +(2188455, 'Clothing & Shoes'), +(1194311, 'Others'), +(2499834, 'Clothing & Shoes'), +(143013, 'Home & Kitchens'), +(4610961, 'Books'), +(3051006, 'Electronics'), +(2754299, 'Tools'), +(3955430, 'Cell Phones'), +(4394186, 'Sports & Outdoors'), +(2460103, 'Foods'), +(1025906, 'Clothing & Shoes'), +(342575, 'Others'), +(1804279, 'Clothing & Shoes'), +(2165787, 'Home & Kitchens'), +(2813803, 'Books'), +(3232866, 'Electronics'), +(3142076, 'Tools'), +(4577370, 'Cell Phones'), +(1087136, 'Sports & Outdoors'), +(4024676, 'Foods'), +(2989621, 'Clothing & Shoes'), +(1618188, 'Others'), +(3009851, 'Clothing & Shoes'), +(5073012, 'Home & Kitchens'), +(2575132, 'Books'), +(4233672, 'Electronics'), +(507147, 'Tools'), +(4001250, 'Cell Phones'), +(3771608, 'Sports & Outdoors'), +(1856976, 'Foods'), +(1965458, 'Clothing & Shoes'), +(3557365, 'Others'), +(852546, 'Clothing & Shoes'), +(3608615, 'Home & Kitchens'), +(2585604, 'Books'), +(4987918, 'Electronics'), +(4035271, 'Tools'), +(4138061, 'Cell Phones'), +(3354675, 'Sports & Outdoors'), +(91435, 'Foods'), +(2420210, 'Clothing & Shoes'), +(1280595, 'Others'), +(4852691, 'Clothing & Shoes'), +(4408422, 'Home & Kitchens'), +(105131, 'Books'), +(402682, 'Electronics'), +(1625430, 'Tools'), +(2981506, 'Cell Phones'), +(3773865, 'Sports & Outdoors'), +(658306, 'Foods'), +(2379229, 'Clothing & Shoes'), +(2602866, 'Others'), +(1711850, 'Clothing & Shoes'), +(2695277, 'Home & Kitchens'), +(1183107, 'Books'), +(1853264, 'Electronics'), +(893978, 'Tools'), +(222819, 'Cell Phones'), +(4920960, 'Sports & Outdoors'), +(3602433, 'Foods'), +(47156, 'Clothing & Shoes'), +(1952350, 'Others'), +(4595135, 'Clothing & Shoes'), +(3440118, 'Home & Kitchens'), +(281302, 'Books'), +(3872947, 'Electronics'), +(4828523, 'Tools'), +(2887364, 'Cell Phones'), +(4824934, 'Sports & Outdoors'), +(2738053, 'Foods'), +(6596, 'Clothing & Shoes'), +(2583941, 'Others'), +(1445597, 'Clothing & Shoes'), +(2539470, 'Home & Kitchens'), +(4477045, 'Books'), +(58890, 'Electronics'), +(2466446, 'Tools'), +(3003561, 'Cell Phones'), +(3259038, 'Sports & Outdoors'), +(3455871, 'Foods'), +(980774, 'Clothing & Shoes'), +(5023473, 'Others'), +(2909874, 'Clothing & Shoes'), +(2176802, 'Home & Kitchens'), +(1032578, 'Books'), +(2051506, 'Electronics'), +(3839011, 'Tools'), +(377795, 'Cell Phones'), +(347254, 'Sports & Outdoors'), +(793987, 'Foods'), +(910741, 'Clothing & Shoes'), +(4454958, 'Others'), +(3626221, 'Clothing & Shoes'), +(540862, 'Home & Kitchens'), +(1748831, 'Books'), +(1375246, 'Electronics'), +(1512778, 'Tools'), +(1236272, 'Cell Phones'), +(986862, 'Sports & Outdoors'), +(1305565, 'Foods'), +(3866121, 'Clothing & Shoes'), +(2206684, 'Others'), +(1793060, 'Clothing & Shoes'), +(3595500, 'Home & Kitchens'), +(182482, 'Books'), +(2431277, 'Electronics'), +(3394189, 'Tools'), +(453243, 'Cell Phones'), +(4107373, 'Sports & Outdoors'), +(291003, 'Foods'), +(4266291, 'Clothing & Shoes'), +(489878, 'Others'), +(3358615, 'Clothing & Shoes'), +(3876943, 'Home & Kitchens'), +(498433, 'Books'), +(873298, 'Electronics'), +(1823759, 'Tools'), +(2808920, 'Cell Phones'), +(1565736, 'Sports & Outdoors'), +(1743226, 'Foods'), +(2395891, 'Clothing & Shoes'), +(3322346, 'Others'), +(2399798, 'Clothing & Shoes'), +(823550, 'Home & Kitchens'), +(2657754, 'Books'), +(3589580, 'Electronics'), +(351385, 'Tools'), +(2450012, 'Cell Phones'), +(833103, 'Sports & Outdoors'), +(1619893, 'Foods'), +(2923774, 'Clothing & Shoes'), +(2400671, 'Others'), +(3286546, 'Clothing & Shoes'), +(5079575, 'Home & Kitchens'), +(2244284, 'Books'), +(3450589, 'Electronics'), +(12407, 'Tools'), +(5142054, 'Cell Phones'), +(5035745, 'Sports & Outdoors'), +(3854855, 'Foods'), +(1780349, 'Clothing & Shoes'), +(1516361, 'Others'), +(1517505, 'Clothing & Shoes'), +(398060, 'Home & Kitchens'), +(1264908, 'Books'), +(48178, 'Electronics'), +(294944, 'Tools'), +(3483380, 'Cell Phones'), +(3030604, 'Sports & Outdoors'), +(3244708, 'Foods'), +(2492705, 'Clothing & Shoes'), +(119613, 'Others'), +(1138276, 'Clothing & Shoes'), +(4917079, 'Home & Kitchens'), +(4197122, 'Books'), +(3141486, 'Electronics'), +(4202214, 'Tools'), +(3845884, 'Cell Phones'), +(1658716, 'Sports & Outdoors'), +(4189038, 'Foods'), +(1217893, 'Clothing & Shoes'), +(4444671, 'Others'), +(1734820, 'Clothing & Shoes'), +(422656, 'Home & Kitchens'), +(1667875, 'Books'), +(4141851, 'Electronics'), +(435088, 'Tools'), +(3749075, 'Cell Phones'), +(3414763, 'Sports & Outdoors'), +(3907728, 'Foods'), +(2402375, 'Clothing & Shoes'), +(355025, 'Others'), +(411242, 'Clothing & Shoes'), +(981149, 'Home & Kitchens'), +(1403634, 'Books'), +(102113, 'Electronics'), +(642764, 'Tools'), +(4323655, 'Cell Phones'), +(2354680, 'Sports & Outdoors'), +(2052123, 'Foods'), +(825827, 'Clothing & Shoes'), +(3502005, 'Others'), +(486644, 'Clothing & Shoes'), +(4641137, 'Home & Kitchens'), +(2393050, 'Books'), +(3387556, 'Electronics'), +(2270398, 'Tools'), +(1149556, 'Cell Phones'), +(2477357, 'Sports & Outdoors'), +(1461957, 'Foods'), +(338881, 'Clothing & Shoes'), +(128749, 'Others'), +(4372382, 'Clothing & Shoes'), +(4187879, 'Home & Kitchens'), +(2812314, 'Books'), +(815579, 'Electronics'), +(1476223, 'Tools'), +(2566194, 'Cell Phones'), +(4495588, 'Sports & Outdoors'), +(499642, 'Foods'), +(3620998, 'Clothing & Shoes'), +(1379027, 'Others'), +(3603295, 'Clothing & Shoes'), +(2082784, 'Home & Kitchens'), +(1294747, 'Books'), +(4352653, 'Electronics'), +(200533, 'Tools'), +(4942599, 'Cell Phones'), +(3589047, 'Sports & Outdoors'), +(2783482, 'Foods'), +(589117, 'Clothing & Shoes'), +(467835, 'Others'), +(5050206, 'Clothing & Shoes'), +(1212101, 'Home & Kitchens'), +(2297466, 'Books'), +(2018601, 'Electronics'), +(5085754, 'Tools'), +(2326035, 'Cell Phones'), +(2674605, 'Sports & Outdoors'), +(5146636, 'Foods'), +(3769928, 'Clothing & Shoes'), +(818120, 'Others'), +(2674209, 'Clothing & Shoes'), +(743465, 'Home & Kitchens'), +(4866356, 'Books'), +(1106870, 'Electronics'), +(3573424, 'Tools'), +(4575207, 'Cell Phones'), +(2754049, 'Sports & Outdoors'), +(2201943, 'Foods'), +(4258223, 'Clothing & Shoes'), +(1263068, 'Others'), +(142059, 'Clothing & Shoes'), +(4740174, 'Home & Kitchens'), +(702162, 'Books'), +(4392790, 'Electronics'), +(1556629, 'Tools'), +(3854606, 'Cell Phones'), +(3522370, 'Sports & Outdoors'), +(3647870, 'Foods'), +(3647464, 'Clothing & Shoes'), +(4083704, 'Others'), +(914015, 'Clothing & Shoes'), +(3230581, 'Home & Kitchens'), +(4724418, 'Books'), +(965238, 'Electronics'), +(2990975, 'Tools'), +(4761031, 'Cell Phones'), +(1938796, 'Sports & Outdoors'), +(1264985, 'Foods'), +(1400945, 'Clothing & Shoes'), +(445662, 'Others'), +(4304858, 'Clothing & Shoes'), +(4174317, 'Home & Kitchens'), +(442567, 'Books'), +(1283234, 'Electronics'), +(4842553, 'Tools'), +(634104, 'Cell Phones'), +(1518771, 'Sports & Outdoors'), +(2466824, 'Foods'), +(539671, 'Clothing & Shoes'), +(3347546, 'Others'), +(2768009, 'Clothing & Shoes'), +(2244246, 'Home & Kitchens'), +(4526457, 'Books'), +(3488122, 'Electronics'), +(4605315, 'Tools'), +(4738143, 'Cell Phones'), +(3469361, 'Sports & Outdoors'), +(1415581, 'Foods'), +(191432, 'Clothing & Shoes'), +(2709989, 'Others'), +(148169, 'Clothing & Shoes'), +(807480, 'Home & Kitchens'), +(4845528, 'Books'), +(4496515, 'Electronics'), +(4609744, 'Tools'), +(4785004, 'Cell Phones'), +(488441, 'Sports & Outdoors'), +(2590902, 'Foods'), +(1929929, 'Clothing & Shoes'), +(1394012, 'Others'), +(2530695, 'Clothing & Shoes'), +(2796753, 'Home & Kitchens'), +(4607596, 'Books'), +(3111341, 'Electronics'), +(2620396, 'Tools'), +(91834, 'Cell Phones'), +(2119465, 'Sports & Outdoors'), +(4257951, 'Foods'), +(8109, 'Clothing & Shoes'), +(704515, 'Others'), +(1506939, 'Clothing & Shoes'), +(3100554, 'Home & Kitchens'), +(2751130, 'Books'), +(2147505, 'Electronics'), +(2942460, 'Tools'), +(3808001, 'Cell Phones'), +(1072393, 'Sports & Outdoors'), +(999980, 'Foods'), +(2746972, 'Clothing & Shoes'), +(173036, 'Others'), +(561067, 'Clothing & Shoes'), +(2376274, 'Home & Kitchens'), +(4299646, 'Books'), +(2704015, 'Electronics'), +(2407900, 'Tools'), +(4524254, 'Cell Phones'), +(3243754, 'Sports & Outdoors'), +(899236, 'Foods'), +(3437401, 'Clothing & Shoes'), +(3447865, 'Others'), +(4296766, 'Clothing & Shoes'), +(3514742, 'Home & Kitchens'), +(4147681, 'Books'), +(2529139, 'Electronics'), +(2512691, 'Tools'), +(2627037, 'Cell Phones'), +(321175, 'Sports & Outdoors'), +(2643858, 'Foods'), +(102917, 'Clothing & Shoes'), +(1007591, 'Others'), +(1922064, 'Clothing & Shoes'), +(555560, 'Home & Kitchens'), +(4933013, 'Books'), +(1352442, 'Electronics'), +(3450166, 'Tools'), +(1184549, 'Cell Phones'), +(4028866, 'Sports & Outdoors'), +(2448870, 'Foods'), +(4532459, 'Clothing & Shoes'), +(407215, 'Others'), +(1051222, 'Clothing & Shoes'), +(2313019, 'Home & Kitchens'), +(546008, 'Books'), +(465980, 'Electronics'), +(3873465, 'Tools'), +(2939779, 'Cell Phones'), +(3334029, 'Sports & Outdoors'), +(4751680, 'Foods'), +(256001, 'Clothing & Shoes'), +(1665992, 'Others'), +(132506, 'Clothing & Shoes'), +(2533022, 'Home & Kitchens'), +(2875969, 'Books'), +(3964146, 'Electronics'), +(1125802, 'Tools'), +(5068521, 'Cell Phones'), +(1310508, 'Sports & Outdoors'), +(4732548, 'Foods'), +(3547813, 'Clothing & Shoes'), +(4273374, 'Others'), +(3031312, 'Clothing & Shoes'), +(2934788, 'Home & Kitchens'), +(3752350, 'Books'), +(3208818, 'Electronics'), +(3315724, 'Tools'), +(4300827, 'Cell Phones'), +(4976839, 'Sports & Outdoors'), +(758541, 'Foods'), +(4270314, 'Clothing & Shoes'), +(3219576, 'Others'), +(3707414, 'Clothing & Shoes'), +(2627383, 'Home & Kitchens'), +(3450979, 'Books'), +(4814359, 'Electronics'), +(4240198, 'Tools'), +(424676, 'Cell Phones'), +(3099154, 'Sports & Outdoors'), +(3528894, 'Foods'), +(3774999, 'Clothing & Shoes'), +(4534846, 'Others'), +(3889118, 'Clothing & Shoes'), +(652979, 'Home & Kitchens'), +(320783, 'Books'), +(2746662, 'Electronics'), +(3086341, 'Tools'), +(837488, 'Cell Phones'), +(645479, 'Sports & Outdoors'), +(261723, 'Foods'), +(1462183, 'Clothing & Shoes'), +(4642360, 'Others'), +(4875956, 'Clothing & Shoes'), +(2815319, 'Home & Kitchens'), +(4668616, 'Books'), +(1249820, 'Electronics'), +(4395670, 'Tools'), +(2200766, 'Cell Phones'), +(1347228, 'Sports & Outdoors'), +(2783548, 'Foods'), +(2865652, 'Clothing & Shoes'), +(4816147, 'Others'), +(2253008, 'Clothing & Shoes'), +(3150229, 'Home & Kitchens'), +(1444232, 'Books'), +(3552736, 'Electronics'), +(3958932, 'Tools'), +(2173477, 'Cell Phones'), +(2028926, 'Sports & Outdoors'), +(2553257, 'Foods'), +(1983413, 'Clothing & Shoes'), +(844212, 'Others'), +(3792077, 'Clothing & Shoes'), +(2496211, 'Home & Kitchens'), +(26313, 'Books'), +(4584709, 'Electronics'), +(1266030, 'Tools'), +(3420127, 'Cell Phones'), +(5086773, 'Sports & Outdoors'), +(1708364, 'Foods'), +(3413103, 'Clothing & Shoes'), +(2178633, 'Others'), +(3142010, 'Clothing & Shoes'), +(1792383, 'Home & Kitchens'), +(2835439, 'Books'), +(2100690, 'Electronics'), +(3317851, 'Tools'), +(4349434, 'Cell Phones'), +(32318, 'Sports & Outdoors'), +(4963777, 'Foods'), +(433130, 'Clothing & Shoes'), +(3385002, 'Others'), +(3355288, 'Clothing & Shoes'), +(1978345, 'Home & Kitchens'), +(1542889, 'Books'), +(1237115, 'Electronics'), +(1119378, 'Tools'), +(3209208, 'Cell Phones'), +(1317882, 'Sports & Outdoors'), +(3679635, 'Foods'), +(2113028, 'Clothing & Shoes'), +(1195469, 'Others'), +(91943, 'Clothing & Shoes'), +(2089833, 'Home & Kitchens'), +(2027055, 'Books'), +(1538288, 'Electronics'), +(3677569, 'Tools'), +(1995431, 'Cell Phones'), +(2257565, 'Sports & Outdoors'), +(4885787, 'Foods'), +(2524663, 'Clothing & Shoes'), +(4741040, 'Others'), +(505975, 'Clothing & Shoes'), +(3816510, 'Home & Kitchens'), +(1081429, 'Books'), +(507291, 'Electronics'), +(2026937, 'Tools'), +(1424389, 'Cell Phones'), +(219625, 'Sports & Outdoors'), +(1602447, 'Foods'), +(4176767, 'Clothing & Shoes'), +(5157813, 'Others'), +(1726863, 'Clothing & Shoes'), +(2250828, 'Home & Kitchens'), +(2009072, 'Books'), +(336038, 'Electronics'), +(1320183, 'Tools'), +(4608278, 'Cell Phones'), +(1710799, 'Sports & Outdoors'), +(2807957, 'Foods'), +(252646, 'Clothing & Shoes'), +(176011, 'Others'), +(4642962, 'Clothing & Shoes'), +(2668462, 'Home & Kitchens'), +(1418845, 'Books'), +(2237203, 'Electronics'), +(110468, 'Tools'), +(589513, 'Cell Phones'), +(1485725, 'Sports & Outdoors'), +(4917103, 'Foods'), +(3379070, 'Clothing & Shoes'), +(4568967, 'Others'), +(797511, 'Clothing & Shoes'), +(866955, 'Home & Kitchens'), +(4032007, 'Books'), +(738823, 'Electronics'), +(3839657, 'Tools'), +(4466795, 'Cell Phones'), +(20683, 'Sports & Outdoors'), +(239731, 'Foods'), +(1308215, 'Clothing & Shoes'), +(168173, 'Others'); diff --git a/pom.xml b/pom.xml index 8b2fcf0..86d4517 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,7 @@ 1.10.0 2.2.0 + 1.17.5 @@ -21,6 +22,11 @@ flink-core ${flink.version} + + org.apache.flink + flink-table-common + ${flink.version} + org.apache.kafka kafka-clients @@ -39,6 +45,32 @@ 2.12.1 + + + org.openjdk.jmh + jmh-core + ${jmh.version} + + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + provided + + + + org.apache.flink + flink-sql-connector-hbase_2.11 + 1.12-SNAPSHOT + + + + org.apache.flink + flink-sql-connector-elasticsearch7_2.11 + 1.12-SNAPSHOT + + junit diff --git a/sql-client/Dockerfile b/sql-client/Dockerfile new file mode 100644 index 0000000..6c2456f --- /dev/null +++ b/sql-client/Dockerfile @@ -0,0 +1,48 @@ +############################################################################### +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +############################################################################### + +############################################################################### +# Build Click Count Job +############################################################################### + +FROM maven:3.6-jdk-8-slim AS builder + +############################################################################### +# Build SQL Playground Image +############################################################################### + +FROM flink:1.11.0-scala_2.11 + +# Copy sql-client script +COPY bin/* /opt/sql-client/ +RUN mkdir -p /opt/sql-client/lib + +# Download connector libraries +RUN wget -P /opt/sql-client/lib/ https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch7_2.12/1.11.0/flink-sql-connector-elasticsearch7_2.12-1.11.0.jar; \ + wget -P /opt/sql-client/lib/ https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kafka_2.11/1.11.0/flink-sql-connector-kafka_2.11-1.11.0.jar; \ + wget -P /opt/sql-client/lib/ https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc_2.11/1.11.0/flink-connector-jdbc_2.11-1.11.0.jar; \ + wget -P /opt/sql-client/lib/ https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.19/mysql-connector-java-8.0.19.jar; + +# Copy configuration +COPY conf/* /opt/flink/conf/ + +WORKDIR /opt/sql-client +ENV SQL_CLIENT_HOME /opt/sql-client + +COPY docker-entrypoint.sh / +ENTRYPOINT ["/docker-entrypoint.sh"] \ No newline at end of file diff --git a/sql-client/bin/sql-client.sh b/sql-client/bin/sql-client.sh new file mode 100755 index 0000000..e004d20 --- /dev/null +++ b/sql-client/bin/sql-client.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +${FLINK_HOME}/bin/sql-client.sh embedded -d ${FLINK_HOME}/conf/sql-client-conf.yaml -l ${SQL_CLIENT_HOME}/lib \ No newline at end of file diff --git a/sql-client/conf/flink-conf.yaml b/sql-client/conf/flink-conf.yaml new file mode 100644 index 0000000..64f7cc6 --- /dev/null +++ b/sql-client/conf/flink-conf.yaml @@ -0,0 +1,17 @@ +################################################################################ +# Copyright 2019 Ververica GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ + +jobmanager.rpc.address: jobmanager diff --git a/sql-client/conf/sql-client-conf.yaml b/sql-client/conf/sql-client-conf.yaml new file mode 100644 index 0000000..3c234f6 --- /dev/null +++ b/sql-client/conf/sql-client-conf.yaml @@ -0,0 +1,47 @@ +################################################################################ +# Copyright 2019 Ververica GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +################################################################################ + + +# This file defines the default environment for Flink's SQL Client. +# Defaults might be overwritten by a session specific environment. + +#============================================================================== +# Execution properties +#============================================================================== + +# Execution properties allow for changing the behavior of a table program. + +execution: + planner: blink # using the Blink planner + type: streaming # 'batch' or 'streaming' execution + result-mode: table # 'changelog' or 'table' presentation of results + parallelism: 1 # parallelism of the program + max-parallelism: 128 # maximum parallelism + min-idle-state-retention: 0 # minimum idle state retention in ms + max-idle-state-retention: 0 # maximum idle state retention in ms + +#============================================================================== +# Deployment properties +#============================================================================== + +# Deployment properties allow for describing the cluster to which table +# programs are submitted to. + +deployment: + type: standalone # only the 'standalone' deployment is supported + response-timeout: 5000 # general cluster communication timeout in ms + gateway-address: "" # (optional) address from cluster to gateway + gateway-port: 0 # (optional) port from cluster to gateway diff --git a/sql-client/docker-entrypoint.sh b/sql-client/docker-entrypoint.sh new file mode 100755 index 0000000..1fb1766 --- /dev/null +++ b/sql-client/docker-entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +tail -f /dev/null diff --git a/src/main/java/myflink/SourceGenerator.java b/src/main/java/myflink/SourceGenerator.java index a1e578b..e79d6aa 100644 --- a/src/main/java/myflink/SourceGenerator.java +++ b/src/main/java/myflink/SourceGenerator.java @@ -31,10 +31,27 @@ import java.io.InputStream; import java.io.InputStreamReader; import java.time.Instant; +import java.time.LocalDateTime; +import java.time.ZoneId; +import java.time.format.DateTimeFormatter; +import java.time.format.DateTimeFormatterBuilder; +import java.time.temporal.ChronoField; import java.util.TimeZone; import java.util.function.Consumer; public class SourceGenerator { + /** Formatter for SQL string representation of a time value. */ + static final DateTimeFormatter SQL_TIME_FORMAT = new DateTimeFormatterBuilder() + .appendPattern("HH:mm:ss") + .appendFraction(ChronoField.NANO_OF_SECOND, 0, 9, true) + .toFormatter(); + + /** Formatter for SQL string representation of a timestamp value (without UTC timezone). */ + static final DateTimeFormatter SQL_TIMESTAMP_FORMAT = new DateTimeFormatterBuilder() + .append(DateTimeFormatter.ISO_LOCAL_DATE) + .appendLiteral(' ') + .append(SQL_TIME_FORMAT) + .toFormatter(); private static final Logger LOGGER = LoggerFactory.getLogger(SourceGenerator.class); private static final long SPEED = 1000; // 每秒1000条 @@ -43,8 +60,9 @@ public class SourceGenerator { private static final File checkpoint = new File("checkpoint"); public static void main(String[] args) { - File userBehaviorFile = new File("user_behavior.log"); + File userBehaviorFile = new File("datagen/user_behavior.log"); long speed = SPEED; + long endLine = Long.MAX_VALUE; Consumer consumer = new ConsolePrinter(); // parse arguments @@ -79,6 +97,10 @@ public static void main(String[] args) { speed = Long.parseLong(spd); } break; + case "--endline": + String end = args[argOffset++]; + endLine = Long.parseLong(end); + break; default: throw new IllegalArgumentException("Unknown parameter"); } @@ -123,13 +145,14 @@ public static void main(String[] args) { String[] splits = line.split(","); long ts = Long.parseLong(splits[4])*1000; Instant instant = Instant.ofEpochMilli(ts + tz.getOffset(ts)); + LocalDateTime dateTime = LocalDateTime.ofInstant(instant, ZoneId.of("Z")); String outline = String.format( "{\"user_id\": \"%s\", \"item_id\":\"%s\", \"category_id\": \"%s\", \"behavior\": \"%s\", \"ts\": \"%s\"}", splits[0], splits[1], splits[2], splits[3], - instant.toString()); + SQL_TIMESTAMP_FORMAT.format(dateTime)); consumer.accept(outline); counter++; if (counter >= speed) { @@ -143,6 +166,13 @@ public static void main(String[] args) { start = end; counter = 0; } + if (currentLine == 10) { + System.out.println("Start sending messages to Kafka..."); + } + if (currentLine >= endLine) { + System.out.println("send " + currentLine + " lines."); + break; + } } reader.close(); } catch (IOException | InterruptedException e) {