From 87b95fd741cd23e85fb459677e75bef179d53a16 Mon Sep 17 00:00:00 2001 From: Tim Anhalt Date: Wed, 24 Sep 2025 19:44:46 +0200 Subject: [PATCH 1/7] feat: added pokemon field to pokedex Also updated related data and tests --- data/v2/build.py | 5 +- data/v2/csv/pokemon_dex_numbers.csv | 14826 ++++++++-------- .../0019_pokemondexnumber_pokemon.py | 19 + pokemon_v2/models.py | 2 +- pokemon_v2/serializers.py | 23 +- pokemon_v2/tests.py | 43 +- 6 files changed, 7494 insertions(+), 7424 deletions(-) create mode 100644 pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py diff --git a/data/v2/build.py b/data/v2/build.py index 22bb4f784..0af1786b6 100644 --- a/data/v2/build.py +++ b/data/v2/build.py @@ -2038,8 +2038,9 @@ def csv_record_to_objects(info): def csv_record_to_objects(info): yield PokemonDexNumber( pokemon_species_id=int(info[0]), - pokedex_id=int(info[1]), - pokedex_number=int(info[2]), + pokemon_id=int(info[1]), + pokedex_id=int(info[2]), + pokedex_number=int(info[3]), ) build_generic((PokemonDexNumber,), "pokemon_dex_numbers.csv", csv_record_to_objects) diff --git a/data/v2/csv/pokemon_dex_numbers.csv b/data/v2/csv/pokemon_dex_numbers.csv index de72b5392..e499b6cc8 100644 --- a/data/v2/csv/pokemon_dex_numbers.csv +++ b/data/v2/csv/pokemon_dex_numbers.csv @@ -1,7413 +1,7413 @@ -species_id,pokedex_id,pokedex_number -1,1,1 -1,2,1 -1,3,226 -1,7,231 -1,12,80 -1,26,1 -1,28,68 -1,33,164 -2,1,2 -2,2,2 -2,3,227 -2,7,232 -2,12,81 -2,26,2 -2,28,69 -2,33,165 -3,1,3 -3,2,3 -3,3,228 -3,7,233 -3,12,82 -3,26,3 -3,28,70 -3,33,166 -4,1,4 -4,2,4 -4,3,229 -4,7,234 -4,11,109 -4,12,83 -4,26,4 -4,27,378 -4,33,167 -5,1,5 -5,2,5 -5,3,230 -5,7,235 -5,11,110 -5,12,84 -5,26,5 -5,27,379 -5,33,168 -6,1,6 -6,2,6 -6,3,231 -6,7,236 -6,11,111 -6,12,85 -6,26,6 -6,27,380 -6,33,169 -7,1,7 -7,2,7 -7,3,232 -7,7,237 -7,12,86 -7,26,7 -7,28,71 -7,33,170 -8,1,8 -8,2,8 -8,3,233 -8,7,238 -8,12,87 -8,26,8 -8,28,72 -8,33,171 -9,1,9 -9,2,9 -9,3,234 -9,7,239 -9,12,88 -9,26,9 -9,28,73 -9,33,172 -10,1,10 -10,2,10 -10,3,24 -10,7,24 -10,12,23 -10,16,17 -10,17,17 -10,18,8 -10,21,17 -10,22,17 -10,23,8 -10,26,10 -10,27,13 -11,1,11 -11,2,11 -11,3,25 -11,7,25 -11,12,24 -11,16,18 -11,17,18 -11,18,9 -11,21,18 -11,22,18 -11,23,9 -11,26,11 -11,27,14 -12,1,12 -12,2,12 -12,3,26 -12,7,26 -12,12,25 -12,16,19 -12,17,19 -12,18,10 -12,21,19 -12,22,19 -12,23,10 -12,26,12 -12,27,15 -13,1,13 -13,2,13 -13,3,27 -13,7,27 -13,12,26 -13,26,13 -14,1,14 -14,2,14 -14,3,28 -14,7,28 -14,12,27 -14,26,14 -15,1,15 -15,2,15 -15,3,29 -15,7,29 -15,11,177 -15,12,28 -15,26,15 -16,1,16 -16,2,16 -16,3,10 -16,7,10 -16,12,17 -16,26,16 -17,1,17 -17,2,17 -17,3,11 -17,7,11 -17,12,18 -17,26,17 -18,1,18 -18,2,18 -18,3,12 -18,7,12 -18,12,19 -18,26,18 -19,1,19 -19,2,19 -19,3,17 -19,7,17 -19,9,59 -19,16,15 -19,17,15 -19,18,6 -19,19,6 -19,20,6 -19,21,15 -19,22,15 -19,23,6 -19,24,6 -19,25,6 -19,26,19 -20,1,20 -20,2,20 -20,3,18 -20,7,18 -20,9,60 -20,16,16 -20,17,16 -20,18,7 -20,19,7 -20,20,7 -20,21,16 -20,22,16 -20,23,7 -20,24,7 -20,25,7 -20,26,20 -21,1,21 -21,2,21 -21,3,13 -21,7,13 -21,14,109 -21,16,73 -21,17,73 -21,19,40 -21,20,24 -21,21,87 -21,22,87 -21,24,40 -21,25,33 -21,26,21 -22,1,22 -22,2,22 -22,3,14 -22,7,14 -22,14,110 -22,16,74 -22,17,74 -22,19,41 -22,20,25 -22,21,88 -22,22,88 -22,24,41 -22,25,34 -22,26,22 -23,1,23 -23,2,23 -23,3,50 -23,7,50 -23,11,54 -23,14,37 -23,21,61 -23,22,61 -23,26,23 -23,32,18 -24,1,24 -24,2,24 -24,3,51 -24,7,51 -24,11,55 -24,14,38 -24,21,62 -24,22,62 -24,26,24 -24,32,19 -25,1,25 -25,2,25 -25,3,22 -25,4,156 -25,5,104 -25,6,104 -25,7,22 -25,11,16 -25,12,36 -25,15,163 -25,16,25 -25,17,25 -25,21,32 -25,22,32 -25,26,25 -25,27,194 -25,28,85 -25,30,56 -25,31,74 -25,32,21 -26,1,26 -26,2,26 -26,3,23 -26,4,157 -26,5,105 -26,6,105 -26,7,23 -26,11,17 -26,12,37 -26,15,164 -26,16,26 -26,17,26 -26,21,33 -26,22,33 -26,26,26 -26,27,195 -26,28,86 -26,30,57 -26,31,75 -26,32,22 -27,1,27 -27,2,27 -27,3,48 -27,4,112 -27,7,48 -27,9,113 -27,14,97 -27,15,117 -27,16,251 -27,19,123 -27,21,328 -27,24,149 -27,26,27 -27,28,168 -27,32,116 -27,33,155 -28,1,28 -28,2,28 -28,3,49 -28,4,113 -28,7,49 -28,9,114 -28,14,98 -28,15,118 -28,16,252 -28,19,124 -28,21,329 -28,24,150 -28,26,28 -28,28,169 -28,32,117 -28,33,156 -29,1,29 -29,2,29 -29,3,95 -29,7,95 -29,13,104 -29,26,29 -29,29,65 -30,1,30 -30,2,30 -30,3,96 -30,7,96 -30,13,105 -30,26,30 -30,29,66 -31,1,31 -31,2,31 -31,3,97 -31,7,97 -31,13,106 -31,26,31 -31,29,67 -32,1,32 -32,2,32 -32,3,98 -32,7,98 -32,13,107 -32,26,32 -32,29,68 -33,1,33 -33,2,33 -33,3,99 -33,7,99 -33,13,108 -33,26,33 -33,29,69 -34,1,34 -34,2,34 -34,3,100 -34,7,100 -34,13,109 -34,26,34 -34,29,70 -35,1,35 -35,2,35 -35,3,41 -35,5,100 -35,6,100 -35,7,41 -35,9,89 -35,16,211 -35,19,83 -35,21,273 -35,24,94 -35,26,35 -35,27,255 -35,29,44 -35,30,200 -35,32,152 -36,1,36 -36,2,36 -36,3,42 -36,5,101 -36,6,101 -36,7,42 -36,9,90 -36,16,212 -36,19,84 -36,21,274 -36,24,95 -36,26,36 -36,27,256 -36,29,45 -36,30,201 -36,32,153 -37,1,37 -37,2,37 -37,3,125 -37,4,153 -37,7,127 -37,9,248 -37,15,160 -37,16,253 -37,19,125 -37,21,330 -37,24,151 -37,26,37 -37,27,68 -37,30,168 -37,32,37 -37,33,157 -38,1,38 -38,2,38 -38,3,126 -38,4,154 -38,7,128 -38,9,249 -38,15,161 -38,16,254 -38,19,126 -38,21,331 -38,24,152 -38,26,38 -38,27,69 -38,30,169 -38,32,38 -38,33,158 -39,1,39 -39,2,39 -39,3,44 -39,4,138 -39,7,44 -39,9,282 -39,11,21 -39,14,120 -39,15,143 -39,16,135 -39,18,62 -39,21,168 -39,23,69 -39,26,39 -39,28,12 -39,31,60 -40,1,40 -40,2,40 -40,3,45 -40,4,139 -40,7,45 -40,9,283 -40,11,22 -40,14,121 -40,15,144 -40,16,136 -40,18,63 -40,21,169 -40,23,70 -40,26,40 -40,28,13 -40,31,61 -41,1,41 -41,2,41 -41,3,37 -41,4,63 -41,5,28 -41,6,28 -41,7,37 -41,9,61 -41,11,23 -41,12,145 -41,15,65 -41,16,68 -41,17,68 -41,18,26 -41,19,35 -41,20,19 -41,21,80 -41,22,80 -41,23,26 -41,24,35 -41,25,26 -41,26,41 -41,29,144 -41,30,34 -42,1,42 -42,2,42 -42,3,38 -42,4,64 -42,5,29 -42,6,29 -42,7,38 -42,9,62 -42,11,24 -42,12,146 -42,15,66 -42,16,69 -42,17,69 -42,18,27 -42,19,36 -42,20,20 -42,21,81 -42,22,81 -42,23,27 -42,24,36 -42,25,27 -42,26,42 -42,29,145 -42,30,35 -43,1,43 -43,2,43 -43,3,83 -43,4,88 -43,7,83 -43,12,105 -43,15,91 -43,26,43 -43,27,55 -43,33,62 -44,1,44 -44,2,44 -44,3,84 -44,4,89 -44,7,84 -44,12,106 -44,15,92 -44,26,44 -44,27,56 -44,33,63 -45,1,45 -45,2,45 -45,3,85 -45,4,90 -45,7,85 -45,12,107 -45,15,93 -45,26,45 -45,27,57 -45,33,64 -46,1,46 -46,2,46 -46,3,70 -46,7,70 -46,16,147 -46,18,74 -46,19,66 -46,21,180 -46,23,81 -46,24,72 -46,26,46 -46,30,53 -47,1,47 -47,2,47 -47,3,71 -47,7,71 -47,16,148 -47,18,75 -47,19,67 -47,21,181 -47,23,82 -47,24,73 -47,26,47 -47,30,54 -48,1,48 -48,2,48 -48,3,108 -48,7,109 -48,26,48 -48,31,256 -48,33,8 -49,1,49 -49,2,49 -49,3,109 -49,7,110 -49,26,49 -49,31,257 -49,33,9 -50,1,50 -50,2,50 -50,3,132 -50,7,134 -50,14,1 -50,16,71 -50,17,71 -50,18,29 -50,19,38 -50,20,22 -50,21,85 -50,22,85 -50,23,29 -50,24,38 -50,25,31 -50,26,50 -50,27,164 -50,31,148 -50,33,66 -51,1,51 -51,2,51 -51,3,133 -51,7,135 -51,14,2 -51,16,72 -51,17,72 -51,18,30 -51,19,39 -51,20,23 -51,21,86 -51,22,86 -51,23,30 -51,24,39 -51,25,32 -51,26,51 -51,27,165 -51,31,149 -51,33,67 -52,1,52 -52,2,52 -52,3,136 -52,7,138 -52,11,58 -52,16,45 -52,17,45 -52,19,23 -52,21,52 -52,22,52 -52,24,23 -52,26,52 -52,27,182 -52,31,141 -53,1,53 -53,2,53 -53,3,137 -53,7,139 -53,11,59 -53,16,46 -53,17,46 -53,19,24 -53,21,53 -53,22,53 -53,24,24 -53,26,53 -53,27,184 -53,31,142 -54,1,54 -54,2,54 -54,3,138 -54,4,158 -54,5,43 -54,6,43 -54,7,140 -54,9,28 -54,12,59 -54,15,165 -54,16,89 -54,17,89 -54,18,32 -54,19,49 -54,20,39 -54,21,107 -54,22,107 -54,23,32 -54,24,52 -54,25,51 -54,26,54 -54,28,146 -54,30,68 -54,31,55 -55,1,55 -55,2,55 -55,3,139 -55,4,159 -55,5,44 -55,6,44 -55,7,141 -55,9,29 -55,12,60 -55,15,166 -55,16,90 -55,17,90 -55,18,33 -55,19,50 -55,20,40 -55,21,108 -55,22,108 -55,23,33 -55,24,53 -55,25,52 -55,26,55 -55,28,147 -55,30,69 -55,31,56 -56,1,56 -56,2,56 -56,3,134 -56,7,136 -56,16,79 -56,17,79 -56,20,30 -56,21,93 -56,22,93 -56,25,39 -56,26,56 -56,31,158 -56,32,99 -57,1,57 -57,2,57 -57,3,135 -57,7,137 -57,16,80 -57,17,80 -57,20,31 -57,21,94 -57,22,94 -57,25,40 -57,26,57 -57,31,159 -57,32,100 -58,1,58 -58,2,58 -58,3,127 -58,7,129 -58,9,51 -58,16,52 -58,17,52 -58,21,64 -58,22,64 -58,26,58 -58,27,70 -58,30,150 -58,31,213 -58,32,78 -59,1,59 -59,2,59 -59,3,128 -59,7,130 -59,9,52 -59,16,53 -59,17,53 -59,21,65 -59,22,65 -59,26,59 -59,27,71 -59,30,151 -59,31,214 -59,32,79 -60,1,60 -60,2,60 -60,3,72 -60,7,72 -60,14,33 -60,16,149 -60,18,76 -60,19,68 -60,21,182 -60,23,83 -60,24,74 -60,26,60 -60,28,142 -60,32,39 -61,1,61 -61,2,61 -61,3,73 -61,7,73 -61,14,34 -61,16,150 -61,18,77 -61,19,69 -61,21,183 -61,23,84 -61,24,75 -61,26,61 -61,28,143 -61,32,40 -62,1,62 -62,2,62 -62,3,74 -62,7,74 -62,14,35 -62,16,151 -62,18,78 -62,19,70 -62,21,184 -62,23,85 -62,24,76 -62,26,62 -62,28,144 -62,32,41 -63,1,63 -63,2,63 -63,3,89 -63,4,39 -63,5,20 -63,6,20 -63,7,89 -63,11,127 -63,12,102 -63,15,40 -63,16,42 -63,17,42 -63,21,49 -63,22,49 -63,26,63 -63,28,31 -63,30,58 -64,1,64 -64,2,64 -64,3,90 -64,4,40 -64,5,21 -64,6,21 -64,7,90 -64,11,128 -64,12,103 -64,15,41 -64,16,43 -64,17,43 -64,21,50 -64,22,50 -64,26,64 -64,28,32 -64,30,59 -65,1,65 -65,2,65 -65,3,91 -65,4,41 -65,5,22 -65,6,22 -65,7,91 -65,11,129 -65,12,104 -65,15,42 -65,16,44 -65,17,44 -65,21,51 -65,22,51 -65,26,65 -65,28,33 -65,30,60 -66,1,66 -66,2,66 -66,3,140 -66,4,73 -66,5,40 -66,6,40 -66,7,142 -66,11,98 -66,13,57 -66,15,75 -66,16,95 -66,17,95 -66,20,45 -66,21,117 -66,22,117 -66,25,57 -66,26,66 -66,27,138 -66,30,154 -67,1,67 -67,2,67 -67,3,141 -67,4,74 -67,5,41 -67,6,41 -67,7,143 -67,11,99 -67,13,58 -67,15,76 -67,16,96 -67,17,96 -67,20,46 -67,21,118 -67,22,118 -67,25,58 -67,26,67 -67,27,139 -67,30,155 -68,1,68 -68,2,68 -68,3,142 -68,4,75 -68,5,42 -68,6,42 -68,7,144 -68,11,100 -68,13,59 -68,15,77 -68,16,97 -68,17,97 -68,20,47 -68,21,119 -68,22,119 -68,25,59 -68,26,68 -68,27,140 -68,30,156 -69,1,69 -69,2,69 -69,3,64 -69,7,64 -69,14,26 -69,26,69 -69,32,23 -70,1,70 -70,2,70 -70,3,65 -70,7,65 -70,14,27 -70,26,70 -70,32,24 -71,1,71 -71,2,71 -71,3,66 -71,7,66 -71,14,28 -71,26,71 -71,32,25 -72,1,72 -72,2,72 -72,3,162 -72,4,66 -72,5,136 -72,6,136 -72,7,164 -72,13,25 -72,15,68 -72,16,106 -72,17,106 -72,18,38 -72,19,53 -72,20,55 -72,21,129 -72,22,129 -72,23,38 -72,24,56 -72,25,67 -72,26,72 -72,28,40 -72,30,170 -72,33,50 -73,1,73 -73,2,73 -73,3,163 -73,4,67 -73,5,137 -73,6,137 -73,7,165 -73,13,26 -73,15,69 -73,16,107 -73,17,107 -73,18,39 -73,19,54 -73,20,56 -73,21,130 -73,22,130 -73,23,39 -73,24,57 -73,25,68 -73,26,73 -73,28,41 -73,30,171 -73,33,51 -74,1,74 -74,2,74 -74,3,34 -74,4,57 -74,5,31 -74,6,31 -74,7,34 -74,14,9 -74,15,58 -74,16,229 -74,19,101 -74,21,298 -74,24,119 -74,26,74 -74,30,46 -74,32,80 -74,33,96 -75,1,75 -75,2,75 -75,3,35 -75,4,58 -75,5,32 -75,6,32 -75,7,35 -75,14,10 -75,15,59 -75,16,230 -75,19,102 -75,21,299 -75,24,120 -75,26,75 -75,30,47 -75,32,81 -75,33,97 -76,1,76 -76,2,76 -76,3,36 -76,4,59 -76,5,33 -76,6,33 -76,7,36 -76,14,11 -76,15,60 -76,16,231 -76,19,103 -76,21,300 -76,24,121 -76,26,76 -76,30,48 -76,32,82 -76,33,98 -77,1,77 -77,2,77 -77,3,201 -77,5,90 -77,6,90 -77,7,206 -77,26,77 -77,27,333 -77,29,105 -77,30,23 -78,1,78 -78,2,78 -78,3,202 -78,5,91 -78,6,91 -78,7,207 -78,26,78 -78,27,334 -78,29,106 -78,30,24 -79,1,79 -79,2,79 -79,3,80 -79,7,80 -79,13,133 -79,16,37 -79,17,37 -79,19,18 -79,21,44 -79,22,44 -79,24,18 -79,26,79 -79,28,1 -79,31,324 -79,33,75 -80,1,80 -80,2,80 -80,3,81 -80,7,81 -80,13,134 -80,16,38 -80,17,38 -80,19,19 -80,21,45 -80,22,45 -80,24,19 -80,26,80 -80,28,2 -80,31,325 -80,33,76 -81,1,81 -81,2,81 -81,3,118 -81,4,82 -81,6,178 -81,7,119 -81,9,48 -81,14,69 -81,15,84 -81,16,47 -81,17,47 -81,19,25 -81,21,54 -81,22,54 -81,24,25 -81,26,81 -81,28,105 -81,30,177 -81,31,209 -81,33,116 -82,1,82 -82,2,82 -82,3,119 -82,4,83 -82,6,179 -82,7,120 -82,9,49 -82,14,70 -82,15,85 -82,16,48 -82,17,48 -82,19,26 -82,21,55 -82,22,55 -82,24,26 -82,26,82 -82,28,106 -82,30,178 -82,31,210 -82,33,117 -83,1,83 -83,2,83 -83,3,158 -83,7,160 -83,12,61 -83,26,83 -83,27,218 -84,1,84 -84,2,84 -84,3,199 -84,4,92 -84,7,204 -84,12,94 -84,15,95 -84,26,84 -84,33,1 -85,1,85 -85,2,85 -85,3,200 -85,4,93 -85,7,205 -85,12,95 -85,15,96 -85,26,85 -85,33,2 -86,1,86 -86,2,86 -86,3,176 -86,7,178 -86,9,265 -86,21,115 -86,22,115 -86,26,86 -86,33,143 -87,1,87 -87,2,87 -87,3,177 -87,7,179 -87,9,266 -87,21,116 -87,22,116 -87,26,87 -87,33,144 -88,1,88 -88,2,88 -88,3,116 -88,4,106 -88,7,117 -88,9,64 -88,15,111 -88,16,50 -88,17,50 -88,19,28 -88,21,57 -88,22,57 -88,24,28 -88,26,88 -88,31,194 -88,33,68 -89,1,89 -89,2,89 -89,3,117 -89,4,107 -89,7,118 -89,9,65 -89,15,112 -89,16,51 -89,17,51 -89,19,29 -89,21,58 -89,22,58 -89,24,29 -89,26,89 -89,31,195 -89,33,69 -90,1,90 -90,2,90 -90,3,169 -90,7,171 -90,13,36 -90,16,115 -90,17,115 -90,21,138 -90,22,138 -90,26,90 -90,27,150 -90,28,131 -90,31,329 -91,1,91 -91,2,91 -91,3,170 -91,7,172 -91,13,37 -91,16,116 -91,17,116 -91,21,139 -91,22,139 -91,26,91 -91,27,151 -91,28,132 -91,31,330 -92,1,92 -92,2,92 -92,3,58 -92,5,69 -92,6,69 -92,7,58 -92,11,112 -92,14,30 -92,16,61 -92,17,61 -92,18,23 -92,19,32 -92,21,73 -92,22,73 -92,23,23 -92,24,32 -92,26,92 -92,27,141 -92,30,136 -92,31,68 -92,32,118 -93,1,93 -93,2,93 -93,3,59 -93,5,70 -93,6,70 -93,7,59 -93,11,113 -93,14,31 -93,16,62 -93,17,62 -93,18,24 -93,19,33 -93,21,74 -93,22,74 -93,23,24 -93,24,33 -93,26,93 -93,27,142 -93,30,137 -93,31,69 -93,32,119 -94,1,94 -94,2,94 -94,3,60 -94,5,71 -94,6,71 -94,7,60 -94,11,114 -94,14,32 -94,16,63 -94,17,63 -94,18,25 -94,19,34 -94,21,75 -94,22,75 -94,23,25 -94,24,34 -94,26,94 -94,27,143 -94,30,138 -94,31,70 -94,32,120 -95,1,95 -95,2,95 -95,3,62 -95,5,34 -95,6,34 -95,7,62 -95,9,71 -95,11,175 -95,13,53 -95,26,95 -95,27,178 -95,30,118 -96,1,96 -96,2,96 -96,3,87 -96,7,87 -96,16,54 -96,17,54 -96,20,13 -96,21,66 -96,22,66 -96,25,20 -96,26,96 -96,31,66 -97,1,97 -97,2,97 -97,3,88 -97,7,88 -97,16,55 -97,17,55 -97,20,14 -97,21,67 -97,22,67 -97,25,21 -97,26,97 -97,31,67 -98,1,98 -98,2,98 -98,3,164 -98,7,166 -98,26,98 -98,27,98 -98,28,38 -99,1,99 -99,2,99 -99,3,165 -99,7,167 -99,26,99 -99,27,99 -99,28,39 -100,1,100 -100,2,100 -100,3,120 -100,4,84 -100,7,121 -100,14,72 -100,15,87 -100,26,100 -100,30,192 -100,31,207 -101,1,101 -101,2,101 -101,3,121 -101,4,85 -101,7,122 -101,14,73 -101,15,88 -101,26,101 -101,30,193 -101,31,208 -102,1,102 -102,2,102 -102,3,104 -102,7,105 -102,13,136 -102,16,269 -102,20,84 -102,21,355 -102,25,102 -102,26,102 -102,28,205 -102,33,3 -103,1,103 -103,2,103 -103,3,105 -103,7,106 -103,13,137 -103,16,270 -103,20,85 -103,21,356 -103,25,103 -103,26,103 -103,28,206 -103,33,4 -104,1,104 -104,2,104 -104,3,203 -104,7,208 -104,13,60 -104,16,163 -104,18,90 -104,21,197 -104,23,98 -104,26,104 -104,28,170 -105,1,105 -105,2,105 -105,3,204 -105,7,209 -105,13,61 -105,16,164 -105,18,91 -105,21,198 -105,23,99 -105,26,105 -105,28,171 -106,1,106 -106,2,106 -106,3,144 -106,7,146 -106,26,106 -106,27,108 -106,33,93 -107,1,107 -107,2,107 -107,3,145 -107,7,147 -107,26,107 -107,27,109 -107,33,94 -108,1,108 -108,2,108 -108,3,178 -108,6,161 -108,7,180 -108,9,284 -108,14,134 -108,21,375 -108,25,122 -108,26,108 -108,28,54 -108,30,125 -109,1,109 -109,2,109 -109,3,114 -109,4,108 -109,7,115 -109,9,46 -109,15,113 -109,26,109 -109,27,250 -109,32,135 -110,1,110 -110,2,110 -110,3,115 -110,4,109 -110,7,116 -110,9,47 -110,15,114 -110,26,110 -110,27,251 -110,32,136 -111,1,111 -111,2,111 -111,3,206 -111,4,169 -111,6,186 -111,7,211 -111,11,160 -111,13,50 -111,15,176 -111,26,111 -111,27,264 -111,28,183 -111,30,120 -111,33,5 -112,1,112 -112,2,112 -112,3,207 -112,4,170 -112,6,187 -112,7,212 -112,11,161 -112,13,51 -112,15,177 -112,26,112 -112,27,265 -112,28,184 -112,30,121 -112,33,6 -113,1,113 -113,2,113 -113,3,217 -113,5,97 -113,6,97 -113,7,222 -113,16,33 -113,17,33 -113,18,17 -113,19,16 -113,20,9 -113,21,40 -113,22,40 -113,23,17 -113,24,16 -113,25,16 -113,26,113 -113,28,7 -113,30,87 -113,31,44 -113,33,17 -114,1,114 -114,2,114 -114,3,179 -114,6,181 -114,7,182 -114,9,217 -114,26,114 -114,28,80 -114,30,95 -115,1,115 -115,2,115 -115,3,205 -115,7,210 -115,13,62 -115,16,165 -115,18,92 -115,21,199 -115,23,100 -115,26,115 -115,28,172 -116,1,116 -116,2,116 -116,3,186 -116,4,184 -116,7,190 -116,13,39 -116,15,193 -116,26,116 -116,28,198 -116,33,52 -117,1,117 -117,2,117 -117,3,187 -117,4,185 -117,7,191 -117,13,40 -117,15,194 -117,26,117 -117,28,199 -117,33,53 -118,1,118 -118,2,118 -118,3,78 -118,4,50 -118,5,78 -118,6,78 -118,7,78 -118,12,53 -118,15,51 -118,16,153 -118,18,80 -118,19,72 -118,21,186 -118,23,87 -118,24,78 -118,26,118 -118,27,146 -118,28,94 -119,1,119 -119,2,119 -119,3,79 -119,4,51 -119,5,79 -119,6,79 -119,7,79 -119,12,54 -119,15,52 -119,16,154 -119,18,81 -119,19,73 -119,21,187 -119,23,88 -119,24,79 -119,26,119 -119,27,147 -119,28,95 -120,1,120 -120,2,120 -120,3,167 -120,4,143 -120,7,169 -120,9,238 -120,13,34 -120,15,148 -120,16,184 -120,18,111 -120,21,223 -120,23,124 -120,26,120 -120,28,98 -121,1,121 -121,2,121 -121,3,168 -121,4,144 -121,7,170 -121,9,239 -121,13,35 -121,15,149 -121,16,185 -121,18,112 -121,21,224 -121,23,125 -121,26,121 -121,28,99 -122,1,122 -122,2,122 -122,3,156 -122,5,95 -122,6,95 -122,7,158 -122,13,114 -122,21,60 -122,22,60 -122,26,122 -122,27,365 -122,29,11 -122,30,77 -123,1,123 -123,2,123 -123,3,110 -123,6,195 -123,7,111 -123,11,188 -123,14,136 -123,16,275 -123,20,90 -123,21,365 -123,25,112 -123,26,123 -123,28,118 -123,30,72 -123,31,260 -123,33,19 -124,1,124 -124,2,124 -124,3,153 -124,7,155 -124,14,84 -124,21,110 -124,22,110 -124,26,124 -124,29,14 -125,1,125 -125,2,125 -125,3,155 -125,6,198 -125,7,157 -125,9,57 -125,16,227 -125,19,99 -125,21,296 -125,24,117 -125,26,125 -125,29,16 -125,30,183 -125,33,11 -126,1,126 -126,2,126 -126,3,151 -126,6,201 -126,7,153 -126,9,54 -126,16,167 -126,18,94 -126,21,201 -126,23,102 -126,26,126 -126,29,19 -126,30,175 -126,33,14 -127,1,127 -127,2,127 -127,3,112 -127,4,167 -127,7,113 -127,9,146 -127,13,130 -127,15,174 -127,16,175 -127,18,102 -127,20,65 -127,21,211 -127,23,112 -127,25,78 -127,26,127 -127,28,120 -128,1,128 -128,2,128 -128,3,148 -128,7,150 -128,13,125 -128,16,137 -128,18,64 -128,20,61 -128,21,170 -128,23,71 -128,25,73 -128,26,128 -128,28,116 -128,31,223 -128,33,22 -129,1,129 -129,2,129 -129,3,76 -129,4,52 -129,5,23 -129,6,23 -129,7,76 -129,11,13 -129,12,49 -129,15,53 -129,16,91 -129,17,91 -129,18,34 -129,19,51 -129,20,41 -129,21,111 -129,22,111 -129,23,34 -129,24,54 -129,25,53 -129,26,129 -129,27,144 -129,28,42 -129,29,62 -129,30,80 -129,31,134 -129,32,43 -130,1,130 -130,2,130 -130,3,77 -130,4,53 -130,5,24 -130,6,24 -130,7,77 -130,11,14 -130,12,50 -130,15,54 -130,16,92 -130,17,92 -130,18,35 -130,19,52 -130,20,42 -130,21,112 -130,22,112 -130,23,35 -130,24,55 -130,25,54 -130,26,130 -130,27,145 -130,28,43 -130,29,63 -130,30,81 -130,31,135 -130,32,44 -131,1,131 -131,2,131 -131,3,219 -131,7,224 -131,9,242 -131,11,190 -131,13,150 -131,16,268 -131,20,83 -131,21,353 -131,25,100 -131,26,131 -131,27,361 -131,29,190 -131,33,145 -132,1,132 -132,2,132 -132,3,92 -132,7,92 -132,9,261 -132,14,138 -132,16,209 -132,19,81 -132,21,271 -132,24,92 -132,26,132 -132,27,373 -132,28,207 -132,31,212 -133,1,133 -133,2,133 -133,3,180 -133,6,163 -133,7,184 -133,9,91 -133,11,1 -133,13,77 -133,16,123 -133,18,50 -133,21,153 -133,23,54 -133,26,133 -133,27,196 -133,29,74 -133,30,25 -133,31,179 -134,1,134 -134,2,134 -134,3,181 -134,6,164 -134,7,185 -134,9,92 -134,11,2 -134,13,78 -134,16,124 -134,18,51 -134,21,154 -134,23,55 -134,26,134 -134,27,197 -134,29,75 -134,30,26 -134,31,180 -135,1,135 -135,2,135 -135,3,182 -135,6,165 -135,7,186 -135,9,93 -135,11,3 -135,13,79 -135,16,125 -135,18,52 -135,21,155 -135,23,56 -135,26,135 -135,27,198 -135,29,76 -135,30,27 -135,31,181 -136,1,136 -136,2,136 -136,3,183 -136,6,166 -136,7,187 -136,9,94 -136,11,4 -136,13,80 -136,16,126 -136,18,53 -136,21,156 -136,23,57 -136,26,136 -136,27,199 -136,29,77 -136,30,28 -136,31,182 -137,1,137 -137,2,137 -137,3,215 -137,6,192 -137,7,220 -137,16,217 -137,19,89 -137,21,281 -137,24,102 -137,26,137 -137,28,208 -137,30,133 -137,33,129 -138,1,138 -138,2,138 -138,3,220 -138,7,225 -138,21,227 -138,23,128 -138,26,138 -138,29,123 -139,1,139 -139,2,139 -139,3,221 -139,7,226 -139,21,228 -139,23,129 -139,26,139 -139,29,124 -140,1,140 -140,2,140 -140,3,222 -140,7,227 -140,21,229 -140,23,130 -140,26,140 -140,29,125 -141,1,141 -141,2,141 -141,3,223 -141,7,228 -141,21,230 -141,23,131 -141,26,141 -141,29,126 -142,1,142 -142,2,142 -142,3,224 -142,7,229 -142,13,68 -142,16,284 -142,20,99 -142,21,382 -142,25,129 -142,26,142 -142,29,127 -143,1,143 -143,2,143 -143,3,225 -143,5,113 -143,6,113 -143,7,230 -143,11,179 -143,12,139 -143,16,36 -143,17,36 -143,21,43 -143,22,43 -143,26,143 -143,27,261 -143,29,173 -143,30,52 -143,32,103 -144,1,144 -144,2,144 -144,3,235 -144,7,240 -144,11,192 -144,13,151 -144,26,144 -144,29,202 -145,1,145 -145,2,145 -145,3,236 -145,7,241 -145,13,152 -145,26,145 -145,29,203 -146,1,146 -146,2,146 -146,3,237 -146,7,242 -146,13,153 -146,26,146 -146,29,204 -147,1,147 -147,2,147 -147,3,241 -147,7,246 -147,11,76 -147,14,145 -147,16,281 -147,20,96 -147,21,379 -147,25,126 -147,26,147 -147,29,194 -147,31,347 -148,1,148 -148,2,148 -148,3,242 -148,7,247 -148,11,77 -148,14,146 -148,16,282 -148,20,97 -148,21,380 -148,25,127 -148,26,148 -148,29,195 -148,31,348 -149,1,149 -149,2,149 -149,3,243 -149,7,248 -149,11,78 -149,14,147 -149,16,283 -149,20,98 -149,21,381 -149,25,128 -149,26,149 -149,29,196 -149,31,349 -150,1,150 -150,2,150 -150,3,249 -150,7,254 -150,11,196 -150,14,151 -150,26,150 -151,1,151 -151,2,151 -151,3,250 -151,7,255 -151,26,151 -152,1,152 -152,3,1 -152,7,1 -152,33,173 -153,1,153 -153,3,2 -153,7,2 -153,33,174 -154,1,154 -154,3,3 -154,7,3 -154,33,175 -155,1,155 -155,3,4 -155,7,4 -155,30,4 -155,33,176 -156,1,156 -156,3,5 -156,7,5 -156,30,5 -156,33,177 -157,1,157 -157,3,6 -157,7,6 -157,30,6 -157,33,178 -158,1,158 -158,3,7 -158,7,7 -158,33,179 -159,1,159 -159,3,8 -159,7,8 -159,33,180 -160,1,160 -160,3,9 -160,7,9 -160,33,181 -161,1,161 -161,3,19 -161,7,19 -161,12,109 -161,32,26 -162,1,162 -162,3,20 -162,7,20 -162,12,110 -162,32,27 -163,1,163 -163,3,15 -163,5,106 -163,6,106 -163,7,15 -163,14,117 -163,21,212 -163,23,113 -163,27,19 -163,32,45 -164,1,164 -164,3,16 -164,5,107 -164,6,107 -164,7,16 -164,14,118 -164,21,213 -164,23,114 -164,27,20 -164,32,46 -165,1,165 -165,3,30 -165,7,30 -165,12,74 -165,16,20 -165,17,20 -165,19,8 -165,21,20 -165,22,20 -165,24,8 -166,1,166 -166,3,31 -166,7,31 -166,12,75 -166,16,21 -166,17,21 -166,19,9 -166,21,21 -166,22,21 -166,24,9 -167,1,167 -167,3,32 -167,7,32 -167,14,107 -167,16,22 -167,17,22 -167,19,10 -167,21,22 -167,22,22 -167,24,10 -167,32,1 -168,1,168 -168,3,33 -168,7,33 -168,14,108 -168,16,23 -168,17,23 -168,19,11 -168,21,23 -168,22,23 -168,24,11 -168,32,2 -169,1,169 -169,3,39 -169,4,65 -169,5,30 -169,6,30 -169,7,39 -169,9,63 -169,11,25 -169,12,147 -169,15,67 -169,16,70 -169,17,70 -169,18,28 -169,19,37 -169,20,21 -169,21,82 -169,22,82 -169,23,28 -169,24,37 -169,25,28 -169,29,146 -169,30,36 -170,1,170 -170,3,174 -170,4,181 -170,7,176 -170,13,147 -170,15,190 -170,16,201 -170,18,128 -170,21,257 -170,23,158 -170,27,220 -170,28,188 -170,33,78 -171,1,171 -171,3,175 -171,4,182 -171,7,177 -171,13,148 -171,15,191 -171,16,202 -171,18,129 -171,21,258 -171,23,159 -171,27,221 -171,28,189 -171,33,79 -172,1,172 -172,3,21 -172,4,155 -172,5,103 -172,6,103 -172,7,21 -172,11,15 -172,12,35 -172,15,162 -172,16,24 -172,17,24 -172,21,31 -172,22,31 -172,27,193 -172,28,84 -172,30,55 -172,31,73 -172,32,20 -173,1,173 -173,3,40 -173,5,99 -173,6,99 -173,7,40 -173,9,88 -173,16,210 -173,19,82 -173,21,272 -173,24,93 -173,27,254 -173,29,43 -173,30,199 -173,32,151 -174,1,174 -174,3,43 -174,4,137 -174,7,43 -174,9,281 -174,11,20 -174,14,119 -174,15,142 -174,16,134 -174,18,61 -174,21,167 -174,23,68 -174,28,11 -174,31,59 -175,1,175 -175,3,46 -175,6,173 -175,7,46 -175,27,257 -175,30,127 -176,1,176 -176,3,47 -176,6,174 -176,7,47 -176,27,258 -176,30,128 -177,1,177 -177,3,159 -177,4,162 -177,7,161 -177,15,169 -177,21,252 -177,23,153 -177,27,92 -178,1,178 -178,3,160 -178,4,163 -178,7,162 -178,15,170 -178,21,253 -178,23,154 -178,27,93 -179,1,179 -179,3,53 -179,7,53 -179,9,25 -179,11,45 -179,13,127 -179,21,162 -179,23,63 -179,31,101 -180,1,180 -180,3,54 -180,7,54 -180,9,26 -180,11,46 -180,13,128 -180,21,163 -180,23,64 -180,31,102 -181,1,181 -181,3,55 -181,7,55 -181,9,27 -181,11,47 -181,13,129 -181,21,164 -181,23,65 -181,31,103 -182,1,182 -182,3,86 -182,4,91 -182,7,86 -182,12,108 -182,15,94 -182,27,58 -182,33,65 -183,1,183 -183,3,130 -183,4,55 -183,5,125 -183,6,125 -183,7,132 -183,9,31 -183,12,42 -183,15,56 -183,28,140 -183,31,47 -184,1,184 -184,3,131 -184,4,56 -184,5,126 -184,6,126 -184,7,133 -184,9,32 -184,12,43 -184,15,57 -184,28,141 -184,31,48 -185,1,185 -185,3,106 -185,5,93 -185,6,93 -185,7,107 -185,14,130 -185,16,31 -185,17,31 -185,18,15 -185,21,38 -185,22,38 -185,23,15 -185,27,253 -185,30,124 -185,31,88 -185,32,84 -186,1,186 -186,3,75 -186,7,75 -186,14,36 -186,16,152 -186,18,79 -186,19,71 -186,21,185 -186,23,86 -186,24,77 -186,28,145 -186,32,42 -187,1,187 -187,3,67 -187,7,67 -187,12,135 -187,31,16 -188,1,188 -188,3,68 -188,7,68 -188,12,136 -188,31,17 -189,1,189 -189,3,69 -189,7,69 -189,12,137 -189,31,18 -190,1,190 -190,3,122 -190,5,63 -190,6,63 -190,7,123 -190,21,368 -190,25,115 -190,30,78 -190,32,47 -191,1,191 -191,3,102 -191,7,103 -191,9,20 -191,31,31 -192,1,192 -192,3,103 -192,7,104 -192,9,21 -192,31,32 -193,1,193 -193,3,101 -193,6,183 -193,7,101 -193,9,286 -193,13,87 -193,30,105 -193,32,3 -194,1,194 -194,3,56 -194,5,117 -194,6,117 -194,7,56 -194,11,18 -194,14,17 -194,27,100 -194,28,58 -194,31,53 -194,32,5 -195,1,195 -195,3,57 -195,5,118 -195,6,118 -195,7,57 -195,11,19 -195,14,18 -195,27,101 -195,28,59 -195,32,6 -196,1,196 -196,3,184 -196,6,167 -196,7,188 -196,9,95 -196,11,5 -196,13,81 -196,16,127 -196,18,54 -196,21,157 -196,23,58 -196,27,200 -196,29,79 -196,30,29 -196,31,183 -197,1,197 -197,3,185 -197,6,168 -197,7,189 -197,9,96 -197,11,6 -197,13,82 -197,16,128 -197,18,55 -197,21,158 -197,23,59 -197,27,201 -197,29,78 -197,30,30 -197,31,184 -198,1,198 -198,3,208 -198,5,74 -198,6,74 -198,7,213 -198,14,51 -198,16,277 -198,20,92 -198,21,78 -198,22,78 -198,30,140 -198,31,232 -199,1,199 -199,3,82 -199,7,82 -199,13,135 -199,16,39 -199,17,39 -199,19,20 -199,21,46 -199,22,46 -199,24,20 -199,28,3 -199,31,326 -199,33,77 -200,1,200 -200,3,214 -200,5,72 -200,6,72 -200,7,219 -200,11,183 -200,16,66 -200,17,66 -200,21,372 -200,25,119 -200,30,197 -200,31,114 -201,1,201 -201,3,61 -201,5,114 -201,6,114 -201,7,61 -201,30,142 -202,1,202 -202,3,107 -202,4,161 -202,7,108 -202,13,119 -202,15,168 -202,27,217 -203,1,203 -203,3,147 -203,4,164 -203,5,121 -203,6,121 -203,7,149 -203,15,171 -203,31,192 -203,33,25 -204,1,204 -204,3,93 -204,7,93 -204,11,56 -204,21,268 -204,24,89 -204,31,258 -205,1,205 -205,3,94 -205,7,94 -205,11,57 -205,21,269 -205,24,90 -205,31,259 -206,1,206 -206,3,52 -206,7,52 -206,9,35 -206,12,40 -206,21,63 -206,22,63 -206,28,52 -206,31,188 -206,32,160 -207,1,207 -207,3,189 -207,6,153 -207,7,193 -207,9,221 -207,14,115 -207,30,185 -207,32,121 -208,1,208 -208,3,63 -208,5,35 -208,6,35 -208,7,63 -208,9,72 -208,11,176 -208,13,54 -208,27,179 -208,30,119 -209,1,209 -209,3,123 -209,7,125 -209,13,71 -209,16,258 -209,20,73 -209,21,339 -209,25,86 -209,33,151 -210,1,210 -210,3,124 -210,7,126 -210,13,72 -210,16,259 -210,20,74 -210,21,340 -210,25,87 -210,33,152 -211,1,211 -211,3,161 -211,7,163 -211,13,38 -211,27,304 -211,30,84 -211,31,331 -211,33,146 -212,1,212 -212,3,111 -212,6,196 -212,7,112 -212,11,189 -212,14,137 -212,16,276 -212,20,91 -212,21,366 -212,25,113 -212,28,119 -212,30,74 -212,31,261 -212,33,20 -213,1,213 -213,3,166 -213,7,168 -213,9,232 -213,14,14 -213,27,227 -213,29,170 -214,1,214 -214,3,113 -214,4,168 -214,5,62 -214,6,62 -214,7,114 -214,9,145 -214,13,131 -214,15,175 -214,21,367 -214,25,114 -214,28,121 -214,30,75 -214,31,262 -214,32,49 -215,1,215 -215,3,213 -215,5,144 -215,6,144 -215,7,218 -215,9,252 -215,11,181 -215,14,91 -215,16,249 -215,19,121 -215,21,326 -215,24,147 -215,27,292 -215,29,28 -215,30,202 -215,31,230 -215,32,170 -216,1,216 -216,3,193 -216,7,198 -216,14,132 -216,30,112 -216,31,215 -217,1,217 -217,3,194 -217,7,199 -217,14,133 -217,30,113 -217,31,216 -218,1,218 -218,3,211 -218,4,103 -218,7,216 -218,14,12 -218,15,108 -218,32,144 -219,1,219 -219,3,212 -219,4,104 -219,7,217 -219,14,13 -219,15,109 -219,32,145 -220,1,220 -220,3,191 -220,6,203 -220,7,195 -220,9,258 -220,14,76 -220,27,75 -220,29,7 -220,30,212 -220,32,50 -221,1,221 -221,3,192 -221,6,204 -221,7,196 -221,9,259 -221,14,77 -221,27,76 -221,29,8 -221,30,213 -221,32,51 -222,1,222 -222,3,171 -222,4,180 -222,7,173 -222,9,237 -222,13,146 -222,15,189 -222,16,112 -222,17,112 -222,18,44 -222,21,135 -222,22,135 -222,23,44 -222,27,236 -223,1,223 -223,3,172 -223,5,132 -223,6,132 -223,7,174 -223,9,235 -223,13,144 -223,21,143 -223,22,143 -223,23,47 -223,27,148 -223,28,44 -223,30,146 -224,1,224 -224,3,173 -224,5,133 -224,6,133 -224,7,175 -224,9,236 -224,13,145 -224,21,144 -224,22,144 -224,23,48 -224,27,149 -224,28,45 -224,30,147 -225,1,225 -225,3,190 -225,7,194 -225,9,254 -225,14,90 -225,16,81 -225,17,81 -225,21,95 -225,22,95 -225,27,78 -225,29,120 -225,31,354 -226,1,226 -226,3,197 -226,5,141 -226,6,141 -226,7,202 -226,9,234 -226,13,140 -226,21,146 -226,22,146 -226,23,50 -226,27,355 -226,28,47 -226,30,165 -227,1,227 -227,3,198 -227,4,115 -227,7,203 -227,9,203 -227,14,112 -227,15,120 -227,16,208 -227,19,80 -227,20,72 -227,21,270 -227,24,91 -227,25,85 -227,28,153 -227,33,113 -228,1,228 -228,3,209 -228,6,176 -228,7,214 -228,13,75 -228,21,289 -228,24,110 -228,31,25 -228,32,123 -229,1,229 -229,3,210 -229,6,177 -229,7,215 -229,13,76 -229,21,290 -229,24,111 -229,31,26 -229,32,124 -230,1,230 -230,3,188 -230,4,186 -230,7,192 -230,13,41 -230,15,195 -230,28,200 -230,33,54 -231,1,231 -231,3,195 -231,4,165 -231,7,200 -231,15,172 -231,31,122 -232,1,232 -232,3,196 -232,4,166 -232,7,201 -232,15,173 -232,31,123 -233,1,233 -233,3,216 -233,6,193 -233,7,221 -233,16,218 -233,19,90 -233,21,282 -233,24,103 -233,28,209 -233,30,134 -233,33,130 -234,1,234 -234,3,129 -234,7,131 -234,30,49 -234,31,204 -234,32,53 -235,1,235 -235,3,157 -235,7,159 -235,12,124 -235,16,58 -235,17,58 -235,21,70 -235,22,70 -235,33,40 -236,1,236 -236,3,143 -236,7,145 -236,27,107 -236,33,92 -237,1,237 -237,3,146 -237,7,148 -237,27,110 -237,33,95 -238,1,238 -238,3,152 -238,7,154 -238,14,83 -238,21,109 -238,22,109 -238,29,13 -239,1,239 -239,3,154 -239,6,197 -239,7,156 -239,9,56 -239,16,226 -239,19,98 -239,21,295 -239,24,116 -239,29,15 -239,30,182 -239,33,10 -240,1,240 -240,3,150 -240,6,200 -240,7,152 -240,9,53 -240,16,166 -240,18,93 -240,21,200 -240,23,101 -240,29,18 -240,30,174 -240,33,13 -241,1,241 -241,3,149 -241,7,151 -241,13,126 -241,16,138 -241,18,65 -241,20,62 -241,21,171 -241,23,72 -241,25,74 -241,28,117 -242,1,242 -242,3,218 -242,5,98 -242,6,98 -242,7,223 -242,16,34 -242,17,34 -242,18,18 -242,19,17 -242,20,10 -242,21,41 -242,22,41 -242,23,18 -242,24,17 -242,25,17 -242,28,8 -242,30,88 -242,31,45 -242,33,18 -243,1,243 -243,3,238 -243,7,243 -244,1,244 -244,3,239 -244,7,244 -245,1,245 -245,3,240 -245,7,245 -246,1,246 -246,3,244 -246,7,249 -246,9,292 -246,11,79 -246,14,102 -246,21,247 -246,23,148 -246,27,383 -246,29,139 -246,31,316 -247,1,247 -247,3,245 -247,7,250 -247,9,293 -247,11,80 -247,14,103 -247,21,248 -247,23,149 -247,27,384 -247,29,140 -247,31,317 -248,1,248 -248,3,246 -248,7,251 -248,9,294 -248,11,81 -248,14,104 -248,21,249 -248,23,150 -248,27,385 -248,29,141 -248,31,318 -249,1,249 -249,3,247 -249,7,252 -250,1,250 -250,3,248 -250,7,253 -251,1,251 -251,3,251 -251,7,256 -252,1,252 -252,4,1 -252,11,130 -252,15,1 -252,33,182 -253,1,253 -253,4,2 -253,11,131 -253,15,2 -253,33,183 -254,1,254 -254,4,3 -254,11,132 -254,15,3 -254,33,184 -255,1,255 -255,4,4 -255,15,4 -255,33,185 -256,1,256 -256,4,5 -256,15,5 -256,33,186 -257,1,257 -257,4,6 -257,15,6 -257,33,187 -258,1,258 -258,4,7 -258,15,7 -258,33,188 -259,1,259 -259,4,8 -259,15,8 -259,33,189 -260,1,260 -260,4,9 -260,15,9 -260,33,190 -261,1,261 -261,4,10 -261,14,44 -261,15,10 -261,32,7 -262,1,262 -262,4,11 -262,14,45 -262,15,11 -262,32,8 -263,1,263 -263,4,12 -263,12,12 -263,15,12 -263,27,31 -263,29,71 -264,1,264 -264,4,13 -264,12,13 -264,15,13 -264,27,32 -264,29,72 -265,1,265 -265,4,14 -265,5,48 -265,6,48 -265,15,14 -265,30,18 -266,1,266 -266,4,15 -266,5,49 -266,6,49 -266,15,15 -266,30,19 -267,1,267 -267,4,16 -267,5,50 -267,6,50 -267,15,16 -267,30,20 -268,1,268 -268,4,17 -268,5,51 -268,6,51 -268,15,17 -268,30,21 -269,1,269 -269,4,18 -269,5,52 -269,6,52 -269,15,18 -269,30,22 -270,1,270 -270,4,19 -270,14,55 -270,15,19 -270,27,36 -270,32,104 -271,1,271 -271,4,20 -271,14,56 -271,15,20 -271,27,37 -271,32,105 -272,1,272 -272,4,21 -272,14,57 -272,15,21 -272,27,38 -272,32,106 -273,1,273 -273,4,22 -273,15,22 -273,27,39 -273,32,54 -274,1,274 -274,4,23 -274,15,23 -274,27,40 -274,32,55 -275,1,275 -275,4,24 -275,15,24 -275,27,41 -275,32,56 -276,1,276 -276,4,25 -276,13,19 -276,15,25 -277,1,277 -277,4,26 -277,13,20 -277,15,26 -278,1,278 -278,4,27 -278,5,119 -278,6,119 -278,9,212 -278,13,17 -278,15,27 -278,16,40 -278,17,40 -278,18,19 -278,19,21 -278,20,11 -278,21,47 -278,22,47 -278,23,19 -278,24,21 -278,25,18 -278,27,62 -278,28,48 -278,31,132 -279,1,279 -279,4,28 -279,5,120 -279,6,120 -279,9,213 -279,13,18 -279,15,28 -279,16,41 -279,17,41 -279,18,20 -279,19,22 -279,20,12 -279,21,48 -279,22,48 -279,23,20 -279,24,22 -279,25,19 -279,27,63 -279,28,49 -279,31,133 -280,1,280 -280,4,29 -280,6,157 -280,11,9 -280,12,64 -280,15,29 -280,27,120 -280,28,34 -280,30,101 -280,31,62 -280,32,57 -281,1,281 -281,4,30 -281,6,158 -281,11,10 -281,12,65 -281,15,30 -281,27,121 -281,28,35 -281,30,102 -281,31,63 -281,32,58 -282,1,282 -282,4,31 -282,6,159 -282,11,11 -282,12,66 -282,15,31 -282,27,122 -282,28,36 -282,30,103 -282,31,64 -282,32,59 -283,1,283 -283,4,32 -283,12,47 -283,15,33 -283,16,139 -283,18,66 -283,19,60 -283,21,172 -283,23,73 -283,24,66 -283,31,49 -283,32,149 -284,1,284 -284,4,33 -284,12,48 -284,15,34 -284,16,140 -284,18,67 -284,19,61 -284,21,173 -284,23,74 -284,24,67 -284,31,50 -284,32,150 -285,1,285 -285,4,34 -285,15,35 -285,31,106 -286,1,286 -286,4,35 -286,15,36 -286,31,107 -287,1,287 -287,4,36 -287,9,276 -287,15,37 -287,31,78 -287,33,59 -288,1,288 -288,4,37 -288,9,277 -288,15,38 -288,31,79 -288,33,60 -289,1,289 -289,4,38 -289,9,278 -289,15,39 -289,31,80 -289,33,61 -290,1,290 -290,4,42 -290,12,111 -290,15,43 -290,27,104 -291,1,291 -291,4,43 -291,12,112 -291,15,44 -291,27,105 -292,1,292 -292,4,44 -292,12,113 -292,15,45 -292,27,106 -293,1,293 -293,4,45 -293,12,140 -293,15,46 -293,28,148 -294,1,294 -294,4,46 -294,12,141 -294,15,47 -294,28,149 -295,1,295 -295,4,47 -295,12,142 -295,15,48 -295,28,150 -296,1,296 -296,4,48 -296,13,95 -296,15,49 -296,16,56 -296,17,56 -296,20,15 -296,21,68 -296,22,68 -296,25,22 -296,31,116 -297,1,297 -297,4,49 -297,13,96 -297,15,50 -297,16,57 -297,17,57 -297,20,16 -297,21,69 -297,22,69 -297,25,23 -297,31,117 -298,1,298 -298,4,54 -298,5,124 -298,6,124 -298,9,30 -298,12,41 -298,15,55 -298,28,139 -298,31,46 -299,1,299 -299,4,60 -299,6,155 -299,9,164 -299,13,93 -299,15,61 -299,16,198 -299,18,125 -299,21,254 -299,23,155 -299,30,190 -299,32,107 -300,1,300 -300,4,61 -300,9,78 -300,12,78 -300,15,63 -301,1,301 -301,4,62 -301,9,79 -301,12,79 -301,15,64 -302,1,302 -302,4,68 -302,13,123 -302,15,70 -302,16,102 -302,17,102 -302,20,52 -302,21,124 -302,22,124 -302,25,64 -302,27,294 -302,29,174 -302,31,297 -303,1,303 -303,4,69 -303,13,63 -303,15,71 -303,21,125 -303,22,125 -303,27,295 -303,29,175 -304,1,304 -304,4,70 -304,9,166 -304,11,149 -304,14,99 -304,15,72 -304,29,191 -305,1,305 -305,4,71 -305,9,167 -305,11,150 -305,14,100 -305,15,73 -305,29,192 -306,1,306 -306,4,72 -306,9,168 -306,11,151 -306,14,101 -306,15,74 -306,29,193 -307,1,307 -307,4,76 -307,5,86 -307,6,86 -307,12,143 -307,15,78 -307,31,161 -308,1,308 -308,4,77 -308,5,87 -308,6,87 -308,12,144 -308,15,79 -308,31,162 -309,1,309 -309,4,78 -309,13,73 -309,15,80 -309,21,293 -309,24,114 -309,27,66 -310,1,310 -310,4,79 -310,13,74 -310,15,81 -310,21,294 -310,24,115 -310,27,67 -311,1,311 -311,4,80 -311,12,96 -311,15,82 -311,33,119 -312,1,312 -312,4,81 -312,12,97 -312,15,83 -312,33,120 -313,1,313 -313,4,86 -313,12,133 -313,15,89 -313,32,9 -314,1,314 -314,4,87 -314,12,134 -314,15,90 -314,32,10 -315,1,315 -315,4,94 -315,5,26 -315,6,26 -315,9,134 -315,12,72 -315,15,98 -315,27,60 -315,30,90 -316,1,316 -316,4,95 -316,12,98 -316,15,100 -316,31,139 -317,1,317 -317,4,96 -317,12,99 -317,15,101 -317,31,140 -318,1,318 -318,4,97 -318,12,55 -318,15,102 -318,16,264 -318,20,79 -318,21,345 -318,25,92 -318,28,111 -319,1,319 -319,4,98 -319,12,56 -319,15,103 -319,16,265 -319,20,80 -319,21,346 -319,25,93 -319,28,112 -320,1,320 -320,4,99 -320,9,240 -320,13,27 -320,15,104 -320,16,266 -320,20,81 -320,21,351 -320,25,98 -320,27,356 -320,28,190 -321,1,321 -321,4,100 -321,9,241 -321,13,28 -321,15,105 -321,16,267 -321,20,82 -321,21,352 -321,25,99 -321,27,357 -321,28,191 -322,1,322 -322,4,101 -322,9,204 -322,15,106 -322,31,151 -322,33,125 -323,1,323 -323,4,102 -323,9,205 -323,15,107 -323,31,152 -323,33,126 -324,1,324 -324,4,105 -324,14,96 -324,15,110 -324,16,223 -324,19,95 -324,21,287 -324,24,108 -324,27,300 -324,28,173 -324,31,150 -324,33,86 -325,1,325 -325,4,110 -325,9,206 -325,13,7 -325,15,115 -325,31,111 -325,32,125 -326,1,326 -326,4,111 -326,9,207 -326,13,8 -326,15,116 -326,31,112 -326,32,126 -327,1,327 -327,4,114 -327,14,131 -327,15,119 -327,16,105 -327,17,105 -327,21,128 -327,22,128 -328,1,328 -328,4,116 -328,9,121 -328,14,3 -328,15,121 -328,16,235 -328,19,107 -328,21,304 -328,24,125 -328,27,321 -328,33,44 -329,1,329 -329,4,117 -329,9,122 -329,14,4 -329,15,122 -329,16,236 -329,19,108 -329,21,305 -329,24,126 -329,27,322 -329,33,45 -330,1,330 -330,4,118 -330,9,123 -330,14,5 -330,15,123 -330,16,237 -330,19,109 -330,21,306 -330,24,127 -330,27,323 -330,33,46 -331,1,331 -331,4,119 -331,15,124 -331,31,252 -332,1,332 -332,4,120 -332,15,125 -332,31,253 -333,1,333 -333,4,121 -333,6,171 -333,9,246 -333,14,139 -333,15,126 -333,29,35 -333,31,219 -333,33,114 -334,1,334 -334,4,122 -334,6,172 -334,9,247 -334,14,140 -334,15,127 -334,29,36 -334,31,220 -334,33,115 -335,1,335 -335,4,123 -335,9,186 -335,13,5 -335,15,128 -335,31,217 -335,33,70 -336,1,336 -336,4,124 -336,9,187 -336,13,6 -336,15,129 -336,31,218 -336,33,71 -337,1,337 -337,4,125 -337,9,214 -337,13,12 -337,15,130 -337,27,362 -338,1,338 -338,4,126 -338,9,215 -338,13,13 -338,15,131 -338,27,363 -339,1,339 -339,4,127 -339,5,80 -339,6,80 -339,14,40 -339,15,132 -339,16,93 -339,17,93 -339,18,36 -339,20,43 -339,21,113 -339,22,113 -339,23,36 -339,25,55 -339,27,228 -339,28,137 -339,29,60 -339,30,97 -339,31,168 -339,32,162 -340,1,340 -340,4,128 -340,5,81 -340,6,81 -340,14,41 -340,15,133 -340,16,94 -340,17,94 -340,18,37 -340,20,44 -340,21,114 -340,22,114 -340,23,37 -340,25,56 -340,27,229 -340,28,138 -340,29,61 -340,30,98 -340,31,169 -340,32,163 -341,1,341 -341,4,129 -341,9,279 -341,12,51 -341,15,134 -341,21,357 -341,25,104 -341,27,102 -341,28,91 -341,32,11 -342,1,342 -342,4,130 -342,9,280 -342,12,52 -342,15,135 -342,21,358 -342,25,105 -342,27,103 -342,28,92 -342,32,12 -343,1,343 -343,4,131 -343,9,169 -343,15,136 -343,21,310 -343,24,131 -343,27,82 -343,29,151 -344,1,344 -344,4,132 -344,9,170 -344,15,137 -344,21,311 -344,24,132 -344,27,83 -344,29,152 -345,1,345 -345,4,133 -345,15,138 -345,21,231 -345,23,132 -345,29,183 -346,1,346 -346,4,134 -346,15,139 -346,21,232 -346,23,133 -346,29,184 -347,1,347 -347,4,135 -347,11,171 -347,15,140 -347,21,233 -347,23,134 -347,29,185 -348,1,348 -348,4,136 -348,11,172 -348,15,141 -348,21,234 -348,23,135 -348,29,186 -349,1,349 -349,4,140 -349,5,138 -349,6,138 -349,15,145 -349,16,155 -349,18,82 -349,21,189 -349,23,90 -349,27,152 -349,29,188 -349,32,158 -350,1,350 -350,4,141 -350,5,139 -350,6,139 -350,15,146 -350,16,156 -350,18,83 -350,21,190 -350,23,91 -350,27,153 -350,29,189 -350,32,159 -351,1,351 -351,4,142 -351,9,163 -351,15,147 -351,16,181 -351,18,108 -351,19,77 -351,20,69 -351,21,220 -351,23,121 -351,24,84 -351,25,82 -352,1,352 -352,4,145 -352,12,116 -352,15,150 -352,21,214 -352,23,115 -353,1,353 -353,4,146 -353,9,210 -353,14,122 -353,15,151 -353,21,316 -353,24,137 -353,31,298 -354,1,354 -354,4,147 -354,9,211 -354,14,123 -354,15,152 -354,21,317 -354,24,138 -354,31,299 -355,1,355 -355,4,148 -355,6,189 -355,11,69 -355,15,153 -355,27,135 -355,30,158 -355,32,139 -356,1,356 -356,4,149 -356,6,190 -356,11,70 -356,15,154 -356,27,136 -356,30,159 -356,32,140 -357,1,357 -357,4,150 -357,6,185 -357,9,288 -357,15,156 -357,21,354 -357,25,101 -357,31,246 -358,1,358 -358,4,151 -358,5,83 -358,6,83 -358,11,53 -358,13,112 -358,15,158 -358,30,196 -358,32,143 -359,1,359 -359,4,152 -359,6,209 -359,9,216 -359,13,9 -359,15,159 -359,16,245 -359,19,117 -359,21,322 -359,24,143 -359,29,107 -360,1,360 -360,4,160 -360,13,118 -360,15,167 -360,27,216 -361,1,361 -361,4,171 -361,6,206 -361,11,93 -361,15,179 -361,16,246 -361,19,118 -361,21,323 -361,24,144 -361,27,79 -361,29,25 -361,30,205 -361,31,357 -361,32,172 -362,1,362 -362,4,172 -362,6,207 -362,11,94 -362,15,180 -362,16,247 -362,19,119 -362,21,324 -362,24,145 -362,27,80 -362,29,26 -362,30,206 -362,31,358 -362,32,173 -363,1,363 -363,4,173 -363,9,243 -363,11,60 -363,15,182 -363,29,159 -363,30,143 -364,1,364 -364,4,174 -364,9,244 -364,11,61 -364,15,183 -364,29,160 -364,30,144 -365,1,365 -365,4,175 -365,9,245 -365,11,62 -365,15,184 -365,29,161 -365,30,145 -366,1,366 -366,4,176 -366,13,141 -366,15,185 -366,21,140 -366,22,140 -366,24,61 -367,1,367 -367,4,177 -367,13,142 -367,15,186 -367,21,141 -367,22,141 -367,24,62 -368,1,368 -368,4,178 -368,13,143 -368,15,187 -368,21,142 -368,22,142 -368,24,63 -369,1,369 -369,4,179 -369,13,42 -369,15,188 -369,16,262 -369,20,77 -369,21,343 -369,25,90 -369,29,187 -370,1,370 -370,4,183 -370,13,29 -370,15,192 -370,16,111 -370,17,111 -370,18,43 -370,21,134 -370,22,134 -370,23,43 -370,31,332 -370,33,82 -371,1,371 -371,4,187 -371,13,14 -371,15,196 -371,16,117 -371,17,117 -371,21,147 -371,22,147 -371,29,113 -371,31,276 -372,1,372 -372,4,188 -372,13,15 -372,15,197 -372,16,118 -372,17,118 -372,21,148 -372,22,148 -372,29,114 -372,31,277 -373,1,373 -373,4,189 -373,13,16 -373,15,198 -373,16,119 -373,17,119 -373,21,149 -373,22,149 -373,29,115 -373,31,278 -374,1,374 -374,4,190 -374,9,262 -374,11,82 -374,15,199 -374,16,214 -374,19,86 -374,21,278 -374,24,99 -374,29,129 -374,33,137 -375,1,375 -375,4,191 -375,9,263 -375,11,83 -375,15,200 -375,16,215 -375,19,87 -375,21,279 -375,24,100 -375,29,130 -375,33,138 -376,1,376 -376,4,192 -376,9,264 -376,11,84 -376,15,201 -376,16,216 -376,19,88 -376,21,280 -376,24,101 -376,29,131 -376,33,139 -377,1,377 -377,4,193 -377,15,202 -377,29,197 -378,1,378 -378,4,194 -378,15,203 -378,29,198 -379,1,379 -379,4,195 -379,11,193 -379,15,204 -379,29,199 -380,1,380 -380,4,196 -380,15,205 -381,1,381 -381,4,197 -381,15,206 -382,1,382 -382,4,198 -382,15,207 -383,1,383 -383,4,199 -383,11,194 -383,15,208 -384,1,384 -384,4,200 -384,11,200 -384,15,209 -385,1,385 -385,4,201 -385,15,210 -386,1,386 -386,4,202 -386,15,211 -387,1,387 -387,5,1 -387,6,1 -387,30,130 -387,33,191 -388,1,388 -388,5,2 -388,6,2 -388,30,131 -388,33,192 -389,1,389 -389,5,3 -389,6,3 -389,30,132 -389,33,193 -390,1,390 -390,5,4 -390,6,4 -390,11,115 -390,30,61 -390,33,194 -391,1,391 -391,5,5 -391,6,5 -391,11,116 -391,30,62 -391,33,195 -392,1,392 -392,5,6 -392,6,6 -392,11,117 -392,30,63 -392,33,196 -393,1,393 -393,5,7 -393,6,7 -393,11,133 -393,30,161 -393,33,197 -394,1,394 -394,5,8 -394,6,8 -394,11,134 -394,30,162 -394,33,198 -395,1,395 -395,5,9 -395,6,9 -395,11,135 -395,30,163 -395,33,199 -396,1,396 -396,5,10 -396,6,10 -396,11,26 -396,13,99 -396,30,12 -396,31,97 -396,32,28 -397,1,397 -397,5,11 -397,6,11 -397,11,27 -397,13,100 -397,30,13 -397,31,98 -397,32,29 -398,1,398 -398,5,12 -398,6,12 -398,11,28 -398,13,101 -398,30,14 -398,31,99 -398,32,30 -399,1,399 -399,5,13 -399,6,13 -399,11,29 -399,12,38 -399,30,10 -400,1,400 -400,5,14 -400,6,14 -400,11,30 -400,12,39 -400,30,11 -401,1,401 -401,5,15 -401,6,15 -401,30,39 -401,31,33 -401,32,61 -402,1,402 -402,5,16 -402,6,16 -402,30,40 -402,31,34 -402,32,62 -403,1,403 -403,5,17 -403,6,17 -403,11,34 -403,28,25 -403,30,15 -403,31,94 -403,32,109 -404,1,404 -404,5,18 -404,6,18 -404,11,35 -404,28,26 -404,30,16 -404,31,95 -404,32,110 -405,1,405 -405,5,19 -405,6,19 -405,11,36 -405,28,27 -405,30,17 -405,31,96 -405,32,111 -406,1,406 -406,5,25 -406,6,25 -406,9,133 -406,12,71 -406,15,97 -406,27,59 -406,30,89 -407,1,407 -407,5,27 -407,6,27 -407,9,135 -407,12,73 -407,15,99 -407,27,61 -407,30,91 -408,1,408 -408,5,36 -408,6,36 -408,16,188 -408,18,115 -408,21,235 -408,23,136 -408,30,208 -408,33,107 -409,1,409 -409,5,37 -409,6,37 -409,16,189 -409,18,116 -409,21,236 -409,23,137 -409,30,209 -409,33,108 -410,1,410 -410,5,38 -410,6,38 -410,11,163 -410,16,190 -410,18,117 -410,21,237 -410,23,138 -410,30,210 -410,33,109 -411,1,411 -411,5,39 -411,6,39 -411,11,164 -411,16,191 -411,18,118 -411,21,238 -411,23,139 -411,30,211 -411,33,110 -412,1,412 -412,5,45 -412,6,45 -412,12,44 -412,30,43 -413,1,413 -413,5,46 -413,6,46 -413,12,45 -413,30,44 -414,1,414 -414,5,47 -414,6,47 -414,12,46 -414,30,45 -415,1,415 -415,5,53 -415,6,53 -415,9,142 -415,12,76 -415,27,116 -415,28,203 -415,30,70 -415,31,38 -416,1,416 -416,5,54 -416,6,54 -416,9,143 -416,12,77 -416,27,117 -416,28,204 -416,30,71 -416,31,39 -417,1,417 -417,5,55 -417,6,55 -417,13,132 -417,30,109 -417,31,201 -417,32,63 -418,1,418 -418,5,56 -418,6,56 -418,9,149 -418,14,58 -418,30,41 -418,31,51 -419,1,419 -419,5,57 -419,6,57 -419,9,150 -419,14,59 -419,30,42 -419,31,52 -420,1,420 -420,5,58 -420,6,58 -420,27,128 -420,30,66 -421,1,421 -421,5,59 -421,6,59 -421,27,129 -421,30,67 -422,1,422 -422,5,60 -422,6,60 -422,16,260 -422,20,75 -422,21,341 -422,25,88 -422,27,230 -422,30,82 -422,31,327 -423,1,423 -423,5,61 -423,6,61 -423,16,261 -423,20,76 -423,21,342 -423,25,89 -423,27,231 -423,30,83 -423,31,328 -424,1,424 -424,5,64 -424,6,64 -424,7,124 -424,21,369 -424,25,116 -424,30,79 -424,32,48 -425,1,425 -425,5,65 -425,6,65 -425,9,208 -425,11,167 -425,13,1 -425,16,64 -425,17,64 -425,21,76 -425,22,76 -425,27,124 -425,28,135 -425,30,37 -425,31,143 -426,1,426 -426,5,66 -426,6,66 -426,9,209 -426,11,168 -426,13,2 -426,16,65 -426,17,65 -426,21,77 -426,22,77 -426,27,125 -426,28,136 -426,30,38 -426,31,144 -427,1,427 -427,5,67 -427,6,67 -427,9,80 -427,21,24 -427,22,24 -427,25,8 -427,28,4 -427,30,64 -428,1,428 -428,5,68 -428,6,68 -428,9,81 -428,21,25 -428,22,25 -428,25,9 -428,28,5 -428,30,65 -429,1,429 -429,5,73 -429,6,73 -429,11,184 -429,16,67 -429,17,67 -429,21,373 -429,25,120 -429,30,198 -429,31,115 -430,1,430 -430,5,75 -430,6,75 -430,14,52 -430,16,278 -430,20,93 -430,21,79 -430,22,79 -430,30,141 -430,31,233 -431,1,431 -431,5,76 -431,6,76 -431,30,152 -432,1,432 -432,5,77 -432,6,77 -432,30,153 -433,1,433 -433,5,82 -433,6,82 -433,11,52 -433,13,111 -433,15,157 -433,30,195 -433,32,142 -434,1,434 -434,5,84 -434,6,84 -434,13,102 -434,27,130 -434,30,110 -434,31,226 -435,1,435 -435,5,85 -435,6,85 -435,13,103 -435,27,131 -435,30,111 -435,31,227 -436,1,436 -436,5,88 -436,6,88 -436,9,250 -436,27,118 -436,29,87 -436,30,180 -436,31,153 -436,32,154 -437,1,437 -437,5,89 -437,6,89 -437,9,251 -437,27,119 -437,29,88 -437,30,181 -437,31,154 -437,32,155 -438,1,438 -438,5,92 -438,6,92 -438,14,129 -438,16,30 -438,17,30 -438,18,14 -438,21,37 -438,22,37 -438,23,14 -438,27,252 -438,30,123 -438,31,87 -438,32,83 -439,1,439 -439,5,94 -439,6,94 -439,13,113 -439,21,59 -439,22,59 -439,27,364 -439,29,10 -439,30,76 -440,1,440 -440,5,96 -440,6,96 -440,16,32 -440,17,32 -440,18,16 -440,19,15 -440,20,8 -440,21,39 -440,22,39 -440,23,16 -440,24,15 -440,25,15 -440,28,6 -440,30,86 -440,31,43 -440,33,16 -441,1,441 -441,5,102 -441,6,102 -441,13,138 -441,30,157 -442,1,442 -442,5,108 -442,6,108 -442,11,187 -442,29,47 -442,30,139 -442,31,302 -443,1,443 -443,5,109 -443,6,109 -443,11,85 -443,14,6 -443,16,238 -443,19,110 -443,21,307 -443,24,128 -443,29,116 -443,30,187 -443,31,126 -443,32,164 -444,1,444 -444,5,110 -444,6,110 -444,11,86 -444,14,7 -444,16,239 -444,19,111 -444,21,308 -444,24,129 -444,29,117 -444,30,188 -444,31,127 -444,32,165 -445,1,445 -445,5,111 -445,6,111 -445,11,87 -445,14,8 -445,16,240 -445,19,112 -445,21,309 -445,24,130 -445,29,118 -445,30,189 -445,31,128 -445,32,166 -446,1,446 -446,5,112 -446,6,112 -446,11,178 -446,12,138 -446,16,35 -446,17,35 -446,21,42 -446,22,42 -446,27,260 -446,29,172 -446,30,51 -446,32,102 -447,1,447 -447,5,115 -447,6,115 -447,9,33 -447,11,50 -447,12,62 -447,16,279 -447,20,94 -447,21,377 -447,25,124 -447,27,298 -447,29,134 -447,30,223 -447,31,163 -447,32,64 -448,1,448 -448,5,116 -448,6,116 -448,9,34 -448,11,51 -448,12,63 -448,16,280 -448,20,95 -448,21,378 -448,25,125 -448,27,299 -448,29,135 -448,30,224 -448,31,164 -448,32,65 -449,1,449 -449,5,122 -449,6,122 -449,13,48 -449,27,314 -449,30,107 -449,31,265 -450,1,450 -450,5,123 -450,6,123 -450,13,49 -450,27,315 -450,30,108 -450,31,266 -451,1,451 -451,5,127 -451,6,127 -451,9,201 -451,11,156 -451,14,15 -451,27,285 -451,28,50 -451,30,148 -452,1,452 -452,5,128 -452,6,128 -452,9,202 -452,11,157 -452,14,16 -452,27,286 -452,28,51 -452,30,149 -453,1,453 -453,5,129 -453,6,129 -453,9,290 -453,11,88 -453,12,125 -453,27,222 -453,28,82 -453,30,99 -453,31,175 -454,1,454 -454,5,130 -454,6,130 -454,9,291 -454,11,89 -454,12,126 -454,27,223 -454,28,83 -454,30,100 -454,31,176 -455,1,455 -455,5,131 -455,6,131 -455,9,289 -455,11,186 -455,14,29 -455,30,92 -456,1,456 -456,5,134 -456,6,134 -456,16,108 -456,17,108 -456,18,40 -456,19,55 -456,20,57 -456,21,131 -456,22,131 -456,23,40 -456,24,58 -456,25,69 -456,30,172 -456,31,333 -456,33,83 -457,1,457 -457,5,135 -457,6,135 -457,16,109 -457,17,109 -457,18,41 -457,19,56 -457,20,58 -457,21,132 -457,22,132 -457,23,41 -457,24,59 -457,25,70 -457,30,173 -457,31,334 -457,33,84 -458,1,458 -458,5,140 -458,6,140 -458,9,233 -458,13,139 -458,21,145 -458,22,145 -458,23,49 -458,27,354 -458,28,46 -458,30,164 -459,1,459 -459,5,142 -459,6,142 -459,14,88 -459,27,96 -459,29,31 -459,30,217 -459,31,352 -459,33,159 -460,1,460 -460,5,143 -460,6,143 -460,14,89 -460,27,97 -460,29,32 -460,30,218 -460,31,353 -460,33,160 -461,1,461 -461,5,145 -461,6,145 -461,9,253 -461,11,182 -461,14,92 -461,16,250 -461,19,122 -461,21,327 -461,24,148 -461,27,293 -461,29,29 -461,30,204 -461,31,231 -461,32,171 -462,1,462 -462,6,180 -462,9,50 -462,14,71 -462,15,86 -462,16,49 -462,17,49 -462,19,27 -462,21,56 -462,22,56 -462,24,27 -462,28,107 -462,30,179 -462,31,211 -462,33,118 -463,1,463 -463,6,162 -463,7,181 -463,9,285 -463,14,135 -463,21,376 -463,25,123 -463,28,55 -463,30,126 -464,1,464 -464,6,188 -464,11,162 -464,13,52 -464,15,178 -464,27,266 -464,28,185 -464,30,122 -464,33,7 -465,1,465 -465,6,182 -465,7,183 -465,9,218 -465,28,81 -465,30,96 -466,1,466 -466,6,199 -466,9,58 -466,16,228 -466,19,100 -466,21,297 -466,24,118 -466,29,17 -466,30,184 -466,33,12 -467,1,467 -467,6,202 -467,9,55 -467,16,168 -467,18,95 -467,21,202 -467,23,103 -467,29,20 -467,30,176 -467,33,15 -468,1,468 -468,6,175 -468,27,259 -468,30,129 -469,1,469 -469,6,184 -469,7,102 -469,9,287 -469,13,88 -469,30,106 -469,32,4 -470,1,470 -470,6,169 -470,9,97 -470,11,7 -470,13,83 -470,16,129 -470,18,56 -470,21,159 -470,23,60 -470,27,202 -470,29,81 -470,30,31 -470,31,185 -471,1,471 -471,6,170 -471,9,98 -471,11,8 -471,13,84 -471,16,130 -471,18,57 -471,21,160 -471,23,61 -471,27,203 -471,29,80 -471,30,32 -471,31,186 -472,1,472 -472,6,154 -472,9,222 -472,14,116 -472,30,186 -472,32,122 -473,1,473 -473,6,205 -473,7,197 -473,9,260 -473,14,78 -473,27,77 -473,29,9 -473,30,214 -473,32,52 -474,1,474 -474,6,194 -474,16,219 -474,19,91 -474,21,283 -474,24,104 -474,28,210 -474,30,135 -474,33,131 -475,1,475 -475,6,160 -475,11,12 -475,12,67 -475,15,32 -475,27,123 -475,28,37 -475,30,104 -475,31,65 -475,32,60 -476,1,476 -476,6,156 -476,9,165 -476,13,94 -476,15,62 -476,16,199 -476,18,126 -476,21,255 -476,23,156 -476,30,191 -476,32,108 -477,1,477 -477,6,191 -477,11,71 -477,15,155 -477,27,137 -477,30,160 -477,32,141 -478,1,478 -478,6,208 -478,11,95 -478,15,181 -478,16,248 -478,19,120 -478,21,325 -478,24,146 -478,27,81 -478,29,27 -478,30,207 -478,31,359 -478,32,174 -479,1,479 -479,6,152 -479,14,68 -479,27,372 -479,30,194 -479,31,310 -479,33,41 -480,1,480 -480,5,146 -480,6,146 -480,30,225 -481,1,481 -481,5,147 -481,6,147 -481,30,226 -482,1,482 -482,5,148 -482,6,148 -482,30,227 -483,1,483 -483,5,149 -483,6,149 -483,11,195 -483,30,235 -484,1,484 -484,5,150 -484,6,150 -484,30,236 -485,1,485 -485,30,228 -486,1,486 -486,30,229 -487,1,487 -487,6,210 -487,30,237 -488,1,488 -488,30,230 -489,1,489 -489,30,239 -490,1,490 -490,5,151 -490,6,151 -490,30,240 -491,1,491 -491,30,242 -492,1,492 -492,30,241 -493,1,493 -493,11,199 -493,30,238 -494,1,494 -494,8,0 -494,9,0 -495,1,495 -495,8,1 -495,9,1 -495,11,118 -495,33,200 -496,1,496 -496,8,2 -496,9,2 -496,11,119 -496,33,201 -497,1,497 -497,8,3 -497,9,3 -497,11,120 -497,33,202 -498,1,498 -498,8,4 -498,9,4 -498,11,121 -498,33,203 -499,1,499 -499,8,5 -499,9,5 -499,11,122 -499,33,204 -500,1,500 -500,8,6 -500,9,6 -500,11,123 -500,33,205 -501,1,501 -501,8,7 -501,9,7 -501,11,106 -501,30,7 -501,33,206 -502,1,502 -502,8,8 -502,9,8 -502,11,107 -502,30,8 -502,33,207 -503,1,503 -503,8,9 -503,9,9 -503,11,108 -503,30,9 -503,33,208 -504,1,504 -504,8,10 -504,9,10 -504,14,46 -505,1,505 -505,8,11 -505,9,11 -505,14,47 -506,1,506 -506,8,12 -506,9,22 -506,16,120 -506,18,47 -506,21,150 -506,23,51 -506,28,113 -507,1,507 -507,8,13 -507,9,23 -507,16,121 -507,18,48 -507,21,151 -507,23,52 -507,28,114 -508,1,508 -508,8,14 -508,9,24 -508,16,122 -508,18,49 -508,21,152 -508,23,53 -508,28,115 -509,1,509 -509,8,15 -509,9,12 -509,14,42 -509,27,44 -510,1,510 -510,8,16 -510,9,13 -510,14,43 -510,27,45 -511,1,511 -511,8,17 -511,9,37 -511,11,136 -511,12,29 -512,1,512 -512,8,18 -512,9,38 -512,11,137 -512,12,30 -513,1,513 -513,8,19 -513,9,39 -513,11,138 -513,12,31 -514,1,514 -514,8,20 -514,9,40 -514,11,139 -514,12,32 -515,1,515 -515,8,21 -515,9,41 -515,11,140 -515,12,33 -516,1,516 -516,8,22 -516,9,42 -516,11,141 -516,12,34 -517,1,517 -517,8,23 -517,9,86 -517,11,72 -517,27,90 -518,1,518 -518,8,24 -518,9,87 -518,11,73 -518,27,91 -519,1,519 -519,8,25 -519,9,14 -519,27,26 -520,1,520 -520,8,26 -520,9,15 -520,27,27 -521,1,521 -521,8,27 -521,9,16 -521,27,28 -522,1,522 -522,8,28 -522,9,147 -522,11,74 -522,33,23 -523,1,523 -523,8,29 -523,9,148 -523,11,75 -523,33,24 -524,1,524 -524,8,30 -524,9,68 -524,11,40 -524,13,120 -524,16,98 -524,17,98 -524,20,48 -524,21,120 -524,22,120 -524,25,60 -524,27,168 -524,28,154 -525,1,525 -525,8,31 -525,9,69 -525,11,41 -525,13,121 -525,16,99 -525,17,99 -525,20,49 -525,21,121 -525,22,121 -525,25,61 -525,27,169 -525,28,155 -526,1,526 -526,8,32 -526,9,70 -526,11,42 -526,13,122 -526,16,100 -526,17,100 -526,20,50 -526,21,122 -526,22,122 -526,25,62 -526,27,170 -526,28,156 -527,1,527 -527,8,33 -527,9,66 -527,13,55 -527,27,174 -527,28,151 -528,1,528 -528,8,34 -528,9,67 -528,13,56 -528,27,175 -528,28,152 -529,1,529 -529,8,35 -529,9,76 -529,11,152 -529,27,166 -529,33,99 -530,1,530 -530,8,36 -530,9,77 -530,11,153 -530,27,167 -530,33,100 -531,1,531 -531,8,37 -531,9,36 -531,11,185 -531,12,123 -531,29,21 -532,1,532 -532,8,38 -532,9,73 -532,11,101 -532,14,93 -532,27,171 -532,29,57 -532,32,85 -533,1,533 -533,8,39 -533,9,74 -533,11,102 -533,14,94 -533,27,172 -533,29,58 -533,32,86 -534,1,534 -534,8,40 -534,9,75 -534,11,103 -534,14,95 -534,27,173 -534,29,59 -534,32,87 -535,1,535 -535,8,41 -535,9,228 -535,27,132 -536,1,536 -536,8,42 -536,9,229 -536,27,133 -537,1,537 -537,8,43 -537,9,230 -537,27,134 -538,1,538 -538,8,44 -538,9,267 -538,13,97 -538,27,248 -539,1,539 -539,8,45 -539,9,268 -539,13,98 -539,27,249 -540,1,540 -540,8,46 -540,9,17 -540,11,124 -540,32,13 -541,1,541 -541,8,47 -541,9,18 -541,11,125 -541,32,14 -542,1,542 -542,8,48 -542,9,19 -542,11,126 -542,32,15 -543,1,543 -543,8,49 -543,9,43 -543,11,31 -543,12,120 -543,28,74 -544,1,544 -544,8,50 -544,9,44 -544,11,32 -544,12,121 -544,28,75 -545,1,545 -545,8,51 -545,9,45 -545,11,33 -545,12,122 -545,28,76 -546,1,546 -546,8,52 -546,9,82 -546,11,48 -546,16,87 -546,17,87 -546,19,47 -546,20,37 -546,21,105 -546,22,105 -546,24,50 -546,25,49 -546,27,262 -546,29,168 -546,33,56 -547,1,547 -547,8,53 -547,9,83 -547,11,49 -547,16,88 -547,17,88 -547,19,48 -547,20,38 -547,21,106 -547,22,106 -547,24,51 -547,25,50 -547,27,263 -547,29,169 -547,33,57 -548,1,548 -548,8,54 -548,9,84 -548,11,43 -548,16,85 -548,17,85 -548,19,45 -548,20,35 -548,21,103 -548,22,103 -548,24,48 -548,25,47 -548,28,201 -548,30,93 -548,31,104 -548,32,66 -549,1,549 -549,8,55 -549,9,85 -549,11,44 -549,16,86 -549,17,86 -549,19,46 -549,20,36 -549,21,104 -549,22,104 -549,24,49 -549,25,48 -549,28,202 -549,30,94 -549,31,105 -549,32,67 -550,1,550 -550,8,56 -550,9,104 -550,14,60 -550,21,188 -550,23,89 -550,24,80 -550,25,75 -550,27,154 -550,29,64 -550,30,166 -550,31,138 -550,32,194 -551,1,551 -551,8,57 -551,9,99 -551,11,66 -551,13,43 -551,16,232 -551,19,104 -551,21,301 -551,24,122 -551,28,176 -551,31,267 -551,33,27 -552,1,552 -552,8,58 -552,9,100 -552,11,67 -552,13,44 -552,16,233 -552,19,105 -552,21,302 -552,24,123 -552,28,177 -552,31,268 -552,33,28 -553,1,553 -553,8,59 -553,9,101 -553,11,68 -553,13,45 -553,16,234 -553,19,106 -553,21,303 -553,24,124 -553,28,178 -553,31,269 -553,33,29 -554,1,554 -554,8,60 -554,9,102 -554,11,142 -554,27,367 -554,29,103 -555,1,555 -555,8,61 -555,9,103 -555,11,143 -555,27,368 -555,29,104 -556,1,556 -556,8,62 -556,9,119 -556,27,296 -557,1,557 -557,8,63 -557,9,115 -557,13,23 -557,27,86 -557,28,122 -558,1,558 -558,8,64 -558,9,116 -558,13,24 -558,27,87 -558,28,123 -559,1,559 -559,8,65 -559,9,117 -559,11,165 -559,12,100 -559,21,335 -559,24,156 -559,27,224 -559,28,161 -559,33,121 -560,1,560 -560,8,66 -560,9,118 -560,11,166 -560,12,101 -560,21,336 -560,24,157 -560,27,225 -560,28,162 -560,33,122 -561,1,561 -561,8,67 -561,9,120 -561,13,90 -561,27,297 -562,1,562 -562,8,68 -562,9,124 -562,27,327 -563,1,563 -563,8,69 -563,9,125 -563,27,329 -564,1,564 -564,8,70 -564,9,126 -564,16,194 -564,18,121 -564,21,241 -564,23,142 -564,29,147 -565,1,565 -565,8,71 -565,9,127 -565,16,195 -565,18,122 -565,21,242 -565,23,143 -565,29,148 -566,1,566 -566,8,72 -566,9,128 -566,16,192 -566,18,119 -566,21,239 -566,23,140 -566,29,149 -567,1,567 -567,8,73 -567,9,129 -567,16,193 -567,18,120 -567,21,240 -567,23,141 -567,29,150 -568,1,568 -568,8,74 -568,9,105 -568,14,74 -568,16,206 -568,19,78 -568,21,264 -568,24,85 -568,27,157 -569,1,569 -569,8,75 -569,9,106 -569,14,75 -569,16,207 -569,19,79 -569,21,265 -569,24,86 -569,27,158 -570,1,570 -570,8,76 -570,9,151 -570,11,154 -570,14,124 -570,21,28 -570,22,28 -570,25,12 -570,28,87 -570,30,219 -570,31,228 -571,1,571 -571,8,77 -571,9,152 -571,11,155 -571,14,125 -571,21,29 -571,22,29 -571,25,13 -571,28,88 -571,30,220 -571,31,229 -572,1,572 -572,8,78 -572,9,107 -572,11,96 -572,21,266 -572,24,87 -572,27,50 -572,33,111 -573,1,573 -573,8,79 -573,9,108 -573,11,97 -573,21,267 -573,24,88 -573,27,51 -573,33,112 -574,1,574 -574,8,80 -574,9,136 -574,11,63 -574,14,126 -574,27,267 -574,29,51 -574,31,234 -574,33,101 -575,1,575 -575,8,81 -575,9,137 -575,11,64 -575,14,127 -575,27,268 -575,29,52 -575,31,235 -575,33,102 -576,1,576 -576,8,82 -576,9,138 -576,11,65 -576,14,128 -576,27,269 -576,29,53 -576,31,236 -576,33,103 -577,1,577 -577,8,83 -577,9,139 -577,13,115 -577,27,270 -577,29,54 -577,33,148 -578,1,578 -578,8,84 -578,9,140 -578,13,116 -578,27,271 -578,29,55 -578,33,149 -579,1,579 -579,8,85 -579,9,141 -579,13,117 -579,27,272 -579,29,56 -579,33,150 -580,1,580 -580,8,86 -580,9,153 -580,12,127 -580,32,181 -581,1,581 -581,8,87 -581,9,154 -581,12,128 -581,32,182 -582,1,582 -582,8,88 -582,9,255 -582,14,85 -582,16,255 -582,19,127 -582,21,332 -582,24,153 -582,27,72 -582,29,22 -583,1,583 -583,8,89 -583,9,256 -583,14,86 -583,16,256 -583,19,128 -583,21,333 -583,24,154 -583,27,73 -583,29,23 -584,1,584 -584,8,90 -584,9,257 -584,14,87 -584,16,257 -584,19,129 -584,21,334 -584,24,155 -584,27,74 -584,29,24 -585,1,585 -585,8,91 -585,9,159 -585,31,190 -585,33,38 -586,1,586 -586,8,92 -586,9,160 -586,31,191 -586,33,39 -587,1,587 -587,8,93 -587,9,144 -587,11,180 -587,13,86 -587,16,274 -587,20,89 -587,21,364 -587,25,111 -587,28,102 -588,1,588 -588,8,94 -588,9,155 -588,14,22 -588,27,273 -588,28,66 -588,29,95 -589,1,589 -589,8,95 -589,9,156 -589,14,23 -589,27,274 -589,28,67 -589,29,96 -590,1,590 -590,8,96 -590,9,161 -590,14,53 -590,28,77 -590,31,205 -591,1,591 -591,8,97 -591,9,162 -591,14,54 -591,28,78 -591,31,206 -592,1,592 -592,8,98 -592,9,180 -592,21,318 -592,24,139 -592,27,305 -592,28,192 -593,1,593 -593,8,99 -593,9,181 -593,21,319 -593,24,140 -593,27,306 -593,28,193 -594,1,594 -594,8,100 -594,9,182 -594,13,149 -594,16,157 -594,18,84 -594,21,191 -594,23,92 -594,31,336 -594,33,85 -595,1,595 -595,8,101 -595,9,173 -595,11,147 -595,27,64 -595,29,93 -595,33,132 -596,1,596 -596,8,102 -596,9,174 -596,11,148 -596,27,65 -596,29,94 -596,33,133 -597,1,597 -597,8,103 -597,9,175 -597,13,69 -597,27,189 -597,29,179 -598,1,598 -598,8,104 -598,9,176 -598,13,70 -598,27,190 -598,29,180 -599,1,599 -599,8,105 -599,9,130 -599,27,113 -600,1,600 -600,8,106 -600,9,131 -600,27,114 -601,1,601 -601,8,107 -601,9,132 -601,27,115 -602,1,602 -602,8,108 -602,9,177 -602,31,341 -602,32,175 -602,33,134 -603,1,603 -603,8,109 -603,9,178 -603,31,342 -603,32,176 -603,33,135 -604,1,604 -604,8,110 -604,9,179 -604,31,343 -604,32,177 -604,33,136 -605,1,605 -605,8,111 -605,9,188 -605,21,275 -605,24,96 -605,27,277 -606,1,606 -606,8,112 -606,9,189 -606,21,276 -606,24,97 -606,27,278 -607,1,607 -607,8,113 -607,9,190 -607,11,37 -607,14,65 -607,27,287 -607,29,48 -607,32,146 -608,1,608 -608,8,114 -608,9,191 -608,11,38 -608,14,66 -608,27,288 -608,29,49 -608,32,147 -609,1,609 -609,8,115 -609,9,192 -609,11,39 -609,14,67 -609,27,289 -609,29,50 -609,32,148 -610,1,610 -610,8,116 -610,9,183 -610,11,144 -610,12,148 -610,27,324 -610,31,155 -610,33,140 -611,1,611 -611,8,117 -611,9,184 -611,11,145 -611,12,149 -611,27,325 -611,31,156 -611,33,141 -612,1,612 -612,8,118 -612,9,185 -612,11,146 -612,12,150 -612,27,326 -612,31,157 -612,33,142 -613,1,613 -613,8,119 -613,9,195 -613,11,104 -613,14,81 -613,27,279 -613,29,121 -613,31,355 -613,33,153 -614,1,614 -614,8,120 -614,9,196 -614,11,105 -614,14,82 -614,27,280 -614,29,122 -614,31,356 -614,33,154 -615,1,615 -615,8,121 -615,9,197 -615,14,111 -615,29,30 -615,31,360 -616,1,616 -616,8,122 -616,9,157 -616,14,24 -616,27,275 -616,28,64 -616,29,97 -617,1,617 -617,8,123 -617,9,158 -617,14,25 -617,27,276 -617,28,65 -617,29,98 -618,1,618 -618,8,124 -618,9,231 -618,14,39 -618,27,226 -619,1,619 -619,8,125 -619,9,219 -619,13,3 -619,21,359 -619,25,106 -619,28,163 -619,32,137 -620,1,620 -620,8,126 -620,9,220 -620,13,4 -620,21,360 -620,25,107 -620,28,164 -620,32,138 -621,1,621 -621,8,127 -621,9,270 -621,14,141 -621,21,374 -621,25,121 -621,28,63 -621,29,119 -622,1,622 -622,8,128 -622,9,271 -622,13,91 -622,21,312 -622,24,133 -622,27,88 -622,29,153 -622,33,123 -623,1,623 -623,8,129 -623,9,272 -623,13,92 -623,21,313 -623,24,134 -623,27,89 -623,29,154 -623,33,124 -624,1,624 -624,8,130 -624,9,223 -624,11,158 -624,14,48 -624,21,337 -624,24,158 -624,27,246 -624,28,29 -624,31,367 -624,32,186 -625,1,625 -625,8,131 -625,9,224 -625,11,159 -625,14,49 -625,21,338 -625,24,159 -625,27,247 -625,28,30 -625,31,368 -625,32,187 -626,1,626 -626,8,132 -626,9,269 -626,28,53 -627,1,627 -627,8,133 -627,9,109 -627,11,169 -627,16,75 -627,17,75 -627,20,26 -627,21,89 -627,22,89 -627,25,35 -627,27,281 -627,28,179 -627,30,221 -627,31,365 -627,33,32 -628,1,628 -628,8,134 -628,9,110 -628,11,170 -628,16,76 -628,17,76 -628,20,27 -628,21,90 -628,22,90 -628,25,36 -628,27,282 -628,28,180 -628,30,222 -628,31,366 -628,33,33 -629,1,629 -629,8,135 -629,9,111 -629,16,77 -629,17,77 -629,20,28 -629,21,91 -629,22,91 -629,25,37 -629,27,283 -629,28,181 -629,32,127 -629,33,34 -630,1,630 -630,8,136 -630,9,112 -630,16,78 -630,17,78 -630,20,29 -630,21,92 -630,22,92 -630,25,38 -630,27,284 -630,28,182 -630,32,128 -630,33,35 -631,1,631 -631,8,137 -631,9,193 -631,14,105 -631,27,317 -631,29,102 -632,1,632 -632,8,138 -632,9,194 -632,14,106 -632,27,316 -632,29,101 -633,1,633 -633,8,139 -633,9,273 -633,11,90 -633,14,142 -633,27,386 -633,29,136 -633,31,370 -634,1,634 -634,8,140 -634,9,274 -634,11,91 -634,14,143 -634,27,387 -634,29,137 -634,31,371 -635,1,635 -635,8,141 -635,9,275 -635,11,92 -635,14,144 -635,27,388 -635,29,138 -635,31,372 -636,1,636 -636,8,142 -636,9,171 -636,11,173 -636,21,203 -636,23,104 -636,28,186 -636,31,274 -637,1,637 -637,8,143 -637,9,172 -637,11,174 -637,21,204 -637,23,105 -637,28,187 -637,31,275 -638,1,638 -638,8,144 -638,9,225 -638,29,205 -639,1,639 -639,8,145 -639,9,226 -639,11,191 -639,29,206 -640,1,640 -640,8,146 -640,9,227 -640,29,207 -641,1,641 -641,8,147 -641,9,198 -641,30,231 -642,1,642 -642,8,148 -642,9,199 -642,30,232 -643,1,643 -643,8,149 -643,9,295 -643,11,197 -644,1,644 -644,8,150 -644,9,296 -644,11,198 -645,1,645 -645,8,151 -645,9,200 -645,30,233 -646,1,646 -646,8,152 -646,9,297 -647,1,647 -647,8,153 -647,9,298 -648,1,648 -648,8,154 -648,9,299 -649,1,649 -649,8,155 -649,9,300 -650,1,650 -650,12,1 -650,33,209 -651,1,651 -651,12,2 -651,33,210 -652,1,652 -652,12,3 -652,33,211 -653,1,653 -653,12,4 -653,33,212 -654,1,654 -654,12,5 -654,33,213 -655,1,655 -655,12,6 -655,33,214 -656,1,656 -656,12,7 -656,33,215 -657,1,657 -657,12,8 -657,33,216 -658,1,658 -658,12,9 -658,33,217 -659,1,659 -659,12,10 -659,27,48 -660,1,660 -660,12,11 -660,27,49 -661,1,661 -661,12,14 -661,16,158 -661,18,85 -661,21,192 -661,23,93 -661,28,22 -661,31,19 -661,33,87 -662,1,662 -662,12,15 -662,16,159 -662,18,86 -662,21,193 -662,23,94 -662,28,23 -662,31,20 -662,33,88 -663,1,663 -663,12,16 -663,16,160 -663,18,87 -663,21,194 -663,23,95 -663,28,24 -663,31,21 -663,33,89 -664,1,664 -664,12,20 -664,31,35 -665,1,665 -665,12,21 -665,31,36 -666,1,666 -666,12,22 -666,31,37 -667,1,667 -667,12,57 -667,21,370 -667,25,117 -667,31,224 -667,33,36 -668,1,668 -668,12,58 -668,21,371 -668,25,118 -668,31,225 -668,33,37 -669,1,669 -669,12,68 -669,21,100 -669,22,100 -669,24,45 -669,25,44 -669,31,145 -670,1,670 -670,12,69 -670,21,101 -670,22,101 -670,24,46 -670,25,45 -670,31,146 -671,1,671 -671,12,70 -671,21,102 -671,22,102 -671,24,47 -671,25,46 -671,31,147 -672,1,672 -672,12,89 -672,31,221 -673,1,673 -673,12,90 -673,31,222 -674,1,674 -674,12,91 -674,16,220 -674,19,92 -674,21,284 -674,24,105 -674,27,111 -675,1,675 -675,12,92 -675,16,221 -675,19,93 -675,21,285 -675,24,106 -675,27,112 -676,1,676 -676,12,93 -676,21,30 -676,22,30 -676,25,14 -677,1,677 -677,12,114 -677,27,208 -677,33,104 -678,1,678 -678,12,115 -678,27,209 -678,33,105 -679,1,679 -679,12,117 -679,27,330 -680,1,680 -680,12,118 -680,27,331 -681,1,681 -681,12,119 -681,27,332 -682,1,682 -682,12,129 -682,27,212 -683,1,683 -683,12,130 -683,27,213 -684,1,684 -684,12,131 -684,27,210 -685,1,685 -685,12,132 -685,27,211 -686,1,686 -686,13,10 -686,21,26 -686,22,26 -686,25,10 -686,27,290 -686,28,108 -686,33,80 -687,1,687 -687,13,11 -687,21,27 -687,22,27 -687,25,11 -687,27,291 -687,28,109 -687,33,81 -688,1,688 -688,13,21 -688,27,234 -689,1,689 -689,13,22 -689,27,235 -690,1,690 -690,13,30 -690,21,347 -690,25,94 -690,28,194 -690,31,337 -691,1,691 -691,13,31 -691,21,348 -691,25,95 -691,28,195 -691,31,338 -692,1,692 -692,13,32 -692,21,349 -692,25,96 -692,28,196 -692,31,339 -693,1,693 -693,13,33 -693,21,350 -693,25,97 -693,28,197 -693,31,340 -694,1,694 -694,13,46 -694,27,318 -695,1,695 -695,13,47 -695,27,319 -696,1,696 -696,13,64 -696,21,243 -696,23,144 -696,29,83 -697,1,697 -697,13,65 -697,21,244 -697,23,145 -697,29,84 -698,1,698 -698,13,66 -698,21,245 -698,23,146 -698,29,85 -699,1,699 -699,13,67 -699,21,246 -699,23,147 -699,29,86 -700,1,700 -700,13,85 -700,16,131 -700,18,58 -700,21,161 -700,23,62 -700,27,204 -700,29,82 -700,30,33 -700,31,187 -701,1,701 -701,13,89 -701,21,96 -701,22,96 -701,27,320 -701,31,301 -702,1,702 -702,13,110 -702,21,291 -702,24,112 -702,28,103 -702,31,200 -703,1,703 -703,13,124 -703,16,101 -703,17,101 -703,20,51 -703,21,123 -703,22,123 -703,25,63 -703,29,128 -703,32,167 -704,1,704 -704,14,19 -704,16,178 -704,18,105 -704,19,74 -704,20,66 -704,21,217 -704,23,118 -704,24,81 -704,25,79 -704,27,389 -704,28,60 -704,30,115 -704,31,172 -704,32,178 -705,1,705 -705,14,20 -705,16,179 -705,18,106 -705,19,75 -705,20,67 -705,21,218 -705,23,119 -705,24,82 -705,25,80 -705,27,390 -705,28,61 -705,30,116 -705,31,173 -705,32,179 -706,1,706 -706,14,21 -706,16,180 -706,18,107 -706,19,76 -706,20,68 -706,21,219 -706,23,120 -706,24,83 -706,25,81 -706,27,391 -706,28,62 -706,30,117 -706,31,174 -706,32,180 -707,1,707 -707,14,50 -707,16,241 -707,19,113 -707,21,314 -707,24,135 -707,28,28 -707,31,240 -708,1,708 -708,14,61 -708,16,196 -708,18,123 -708,21,250 -708,23,151 -708,27,338 -708,29,33 -708,32,68 -709,1,709 -709,14,62 -709,16,197 -709,18,124 -709,21,251 -709,23,152 -709,27,339 -709,29,34 -709,32,69 -710,1,710 -710,14,63 -710,27,191 -711,1,711 -711,14,64 -711,27,192 -712,1,712 -712,14,79 -712,27,358 -712,29,142 -712,30,215 -712,31,363 -713,1,713 -713,14,80 -713,27,359 -713,29,143 -713,30,216 -713,31,364 -714,1,714 -714,14,113 -714,21,83 -714,22,83 -714,25,29 -714,27,176 -714,29,181 -714,31,303 -714,32,88 -715,1,715 -715,14,114 -715,21,84 -715,22,84 -715,25,30 -715,27,177 -715,29,182 -715,31,304 -715,32,89 -716,1,716 -716,14,148 -717,1,717 -717,14,149 -718,1,718 -718,14,150 -718,16,205 -718,21,263 -719,1,719 -720,1,720 -721,1,721 -722,1,722 -722,16,1 -722,17,1 -722,21,1 -722,22,1 -722,30,1 -722,33,218 -723,1,723 -723,16,2 -723,17,2 -723,21,2 -723,22,2 -723,30,2 -723,33,219 -724,1,724 -724,16,3 -724,17,3 -724,21,3 -724,22,3 -724,30,3 -724,33,220 -725,1,725 -725,16,4 -725,17,4 -725,21,4 -725,22,4 -725,33,221 -726,1,726 -726,16,5 -726,17,5 -726,21,5 -726,22,5 -726,33,222 -727,1,727 -727,16,6 -727,17,6 -727,21,6 -727,22,6 -727,33,223 -728,1,728 -728,16,7 -728,17,7 -728,21,7 -728,22,7 -728,33,224 -729,1,729 -729,16,8 -729,17,8 -729,21,8 -729,22,8 -729,33,225 -730,1,730 -730,16,9 -730,17,9 -730,21,9 -730,22,9 -730,33,226 -731,1,731 -731,16,10 -731,17,10 -731,18,1 -731,19,1 -731,20,1 -731,21,10 -731,22,10 -731,23,1 -731,24,1 -731,25,1 -731,33,47 -732,1,732 -732,16,11 -732,17,11 -732,18,2 -732,19,2 -732,20,2 -732,21,11 -732,22,11 -732,23,2 -732,24,2 -732,25,2 -732,33,48 -733,1,733 -733,16,12 -733,17,12 -733,18,3 -733,19,3 -733,20,3 -733,21,12 -733,22,12 -733,23,3 -733,24,3 -733,25,3 -733,33,49 -734,1,734 -734,16,13 -734,17,13 -734,18,4 -734,19,4 -734,20,4 -734,21,13 -734,22,13 -734,23,4 -734,24,4 -734,25,4 -734,31,27 -735,1,735 -735,16,14 -735,17,14 -735,18,5 -735,19,5 -735,20,5 -735,21,14 -735,22,14 -735,23,5 -735,24,5 -735,25,5 -735,31,28 -736,1,736 -736,16,27 -736,17,27 -736,18,11 -736,19,12 -736,21,34 -736,22,34 -736,23,11 -736,24,12 -736,27,16 -736,32,112 -737,1,737 -737,16,28 -737,17,28 -737,18,12 -737,19,13 -737,21,35 -737,22,35 -737,23,12 -737,24,13 -737,27,17 -737,32,113 -738,1,738 -738,16,29 -738,17,29 -738,18,13 -738,19,14 -738,21,36 -738,22,36 -738,23,13 -738,24,14 -738,27,18 -738,32,114 -739,1,739 -739,16,59 -739,17,59 -739,18,21 -739,19,30 -739,20,17 -739,21,71 -739,22,71 -739,23,21 -739,24,30 -739,25,24 -739,31,118 -739,33,72 -740,1,740 -740,16,60 -740,17,60 -740,18,22 -740,19,31 -740,20,18 -740,21,72 -740,22,72 -740,23,22 -740,24,31 -740,25,25 -740,31,119 -740,33,73 -741,1,741 -741,16,82 -741,17,82 -741,18,31 -741,19,42 -741,20,32 -741,21,97 -741,22,97 -741,23,31 -741,24,42 -741,25,41 -741,31,100 -741,32,115 -741,33,74 -742,1,742 -742,16,83 -742,17,83 -742,19,43 -742,20,33 -742,21,98 -742,22,98 -742,24,43 -742,25,42 -742,27,187 -742,32,16 -743,1,743 -743,16,84 -743,17,84 -743,19,44 -743,20,34 -743,21,99 -743,22,99 -743,24,44 -743,25,43 -743,27,188 -743,32,17 -744,1,744 -744,16,103 -744,17,103 -744,20,53 -744,21,126 -744,22,126 -744,25,65 -744,28,157 -744,31,89 -744,32,70 -745,1,745 -745,16,104 -745,17,104 -745,20,54 -745,21,127 -745,22,127 -745,25,66 -745,28,158 -745,31,90 -745,32,71 -746,1,746 -746,16,110 -746,17,110 -746,18,42 -746,19,57 -746,21,133 -746,22,133 -746,23,42 -746,24,60 -746,27,155 -746,28,110 -747,1,747 -747,16,113 -747,17,113 -747,18,45 -747,21,136 -747,22,136 -747,23,45 -747,27,307 -747,28,127 -747,31,344 -748,1,748 -748,16,114 -748,17,114 -748,18,46 -748,21,137 -748,22,137 -748,23,46 -748,27,308 -748,28,128 -748,31,345 -749,1,749 -749,16,132 -749,18,59 -749,19,58 -749,20,59 -749,21,165 -749,23,66 -749,24,64 -749,25,71 -749,27,84 -749,31,272 -749,32,129 -750,1,750 -750,16,133 -750,18,60 -750,19,59 -750,20,60 -750,21,166 -750,23,67 -750,24,65 -750,25,72 -750,27,85 -750,31,273 -750,32,130 -751,1,751 -751,16,141 -751,18,68 -751,19,62 -751,21,174 -751,23,75 -751,24,68 -751,27,214 -751,29,91 -751,33,90 -752,1,752 -752,16,142 -752,18,69 -752,19,63 -752,21,175 -752,23,76 -752,24,69 -752,27,215 -752,29,92 -752,33,91 -753,1,753 -753,16,143 -753,18,70 -753,21,176 -753,23,77 -753,28,17 -753,31,247 -753,32,31 -754,1,754 -754,16,144 -754,18,71 -754,21,177 -754,23,78 -754,28,18 -754,31,248 -754,32,32 -755,1,755 -755,16,145 -755,18,72 -755,19,64 -755,21,178 -755,23,79 -755,24,70 -755,27,340 -756,1,756 -756,16,146 -756,18,73 -756,19,65 -756,21,179 -756,23,80 -756,24,71 -756,27,341 -757,1,757 -757,16,161 -757,18,88 -757,21,195 -757,23,96 -757,27,244 -757,28,159 -757,31,120 -757,32,168 -758,1,758 -758,16,162 -758,18,89 -758,21,196 -758,23,97 -758,27,245 -758,28,160 -758,31,121 -758,32,169 -759,1,759 -759,16,169 -759,18,96 -759,20,63 -759,21,205 -759,23,106 -759,25,76 -759,27,94 -760,1,760 -760,16,170 -760,18,97 -760,20,64 -760,21,206 -760,23,107 -760,25,77 -760,27,95 -761,1,761 -761,16,171 -761,18,98 -761,21,207 -761,23,108 -761,27,52 -761,31,81 -762,1,762 -762,16,172 -762,18,99 -762,21,208 -762,23,109 -762,27,53 -762,31,82 -763,1,763 -763,16,173 -763,18,100 -763,21,209 -763,23,110 -763,27,54 -763,31,83 -764,1,764 -764,16,174 -764,18,101 -764,21,210 -764,23,111 -764,28,79 -764,33,58 -765,1,765 -765,16,176 -765,18,103 -765,21,215 -765,23,116 -765,27,342 -765,28,89 -765,31,313 -766,1,766 -766,16,177 -766,18,104 -766,21,216 -766,23,117 -766,27,343 -766,28,90 -766,31,314 -767,1,767 -767,16,182 -767,18,109 -767,20,70 -767,21,221 -767,23,122 -767,25,83 -767,27,232 -767,28,124 -768,1,768 -768,16,183 -768,18,110 -768,20,71 -768,21,222 -768,23,123 -768,25,84 -768,27,233 -768,28,125 -769,1,769 -769,16,186 -769,18,113 -769,21,225 -769,23,126 -769,28,133 -769,31,322 -770,1,770 -770,16,187 -770,18,114 -770,21,226 -770,23,127 -770,28,134 -770,31,323 -771,1,771 -771,16,200 -771,18,127 -771,21,256 -771,23,157 -771,27,156 -772,1,772 -772,16,203 -772,21,259 -772,27,381 -773,1,773 -773,16,204 -773,21,260 -773,27,382 -774,1,774 -774,16,213 -774,19,85 -774,21,277 -774,24,98 -774,33,106 -775,1,775 -775,16,222 -775,19,94 -775,21,286 -775,24,107 -775,31,315 -776,1,776 -776,16,224 -776,19,96 -776,21,288 -776,24,109 -776,27,347 -777,1,777 -777,16,225 -777,19,97 -777,21,292 -777,24,113 -777,27,348 -778,1,778 -778,16,242 -778,19,114 -778,21,315 -778,24,136 -778,27,301 -778,29,46 -778,31,239 -778,32,189 -779,1,779 -779,16,243 -779,19,115 -779,21,320 -779,24,141 -779,31,335 -779,33,55 -780,1,780 -780,16,244 -780,19,116 -780,21,321 -780,24,142 -780,27,346 -781,1,781 -781,16,263 -781,20,78 -781,21,344 -781,25,91 -781,27,360 -781,29,162 -782,1,782 -782,16,271 -782,20,86 -782,21,361 -782,25,108 -782,27,392 -782,28,165 -782,32,131 -783,1,783 -783,16,272 -783,20,87 -783,21,362 -783,25,109 -783,27,393 -783,28,166 -783,32,132 -784,1,784 -784,16,273 -784,20,88 -784,21,363 -784,25,110 -784,27,394 -784,28,167 -784,32,133 -785,1,785 -785,16,285 -785,17,120 -785,21,383 -785,22,150 -786,1,786 -786,16,286 -786,18,130 -786,21,384 -786,23,160 -787,1,787 -787,16,287 -787,19,130 -787,21,385 -787,24,160 -788,1,788 -788,16,288 -788,20,100 -788,21,386 -788,25,130 -789,1,789 -789,16,289 -789,21,387 -790,1,790 -790,16,290 -790,21,388 -791,1,791 -791,16,291 -791,21,389 -792,1,792 -792,16,292 -792,21,390 -793,1,793 -793,16,293 -793,21,391 -794,1,794 -794,16,294 -794,21,394 -795,1,795 -795,16,295 -795,21,395 -796,1,796 -796,16,296 -796,21,396 -797,1,797 -797,16,297 -797,21,397 -798,1,798 -798,16,298 -798,21,398 -799,1,799 -799,16,299 -799,21,399 -800,1,800 -800,16,300 -800,21,400 -801,1,801 -801,16,301 -801,21,401 -802,1,802 -802,16,302 -802,21,402 -803,1,803 -803,21,261 -804,1,804 -804,21,262 -805,1,805 -805,21,392 -806,1,806 -806,21,393 -807,1,807 -807,21,403 -808,1,808 -808,26,152 -809,1,809 -809,26,153 -810,1,810 -810,27,1 -810,33,227 -811,1,811 -811,27,2 -811,33,228 -812,1,812 -812,27,3 -812,33,229 -813,1,813 -813,27,4 -813,33,230 -814,1,814 -814,27,5 -814,33,231 -815,1,815 -815,27,6 -815,33,232 -816,1,816 -816,27,7 -816,33,233 -817,1,817 -817,27,8 -817,33,234 -818,1,818 -818,27,9 -818,33,235 -819,1,819 -819,27,24 -819,28,9 -819,29,5 -819,31,29 -819,32,72 -820,1,820 -820,27,25 -820,28,10 -820,29,6 -820,31,30 -820,32,73 -821,1,821 -821,27,21 -821,29,163 -821,31,40 -822,1,822 -822,27,22 -822,29,164 -822,31,41 -823,1,823 -823,27,23 -823,29,165 -823,31,42 -824,1,824 -824,27,10 -824,28,14 -825,1,825 -825,27,11 -825,28,15 -826,1,826 -826,27,12 -826,28,16 -827,1,827 -827,27,29 -828,1,828 -828,27,30 -829,1,829 -829,27,126 -829,29,166 -830,1,830 -830,27,127 -830,29,167 -831,1,831 -831,27,34 -831,29,3 -832,1,832 -832,27,35 -832,29,4 -833,1,833 -833,27,42 -833,28,56 -833,31,57 -833,32,183 -834,1,834 -834,27,43 -834,28,57 -834,31,58 -834,32,184 -835,1,835 -835,27,46 -835,29,155 -836,1,836 -836,27,47 -836,29,156 -837,1,837 -837,27,161 -837,29,176 -837,31,91 -838,1,838 -838,27,162 -838,29,177 -838,31,92 -839,1,839 -839,27,163 -839,29,178 -839,31,93 -840,1,840 -840,27,205 -840,28,19 -840,31,108 -840,32,33 -841,1,841 -841,27,206 -841,28,20 -841,31,109 -841,32,34 -842,1,842 -842,27,207 -842,28,21 -842,31,110 -842,32,35 -843,1,843 -843,27,312 -843,28,174 -843,31,270 -844,1,844 -844,27,313 -844,28,175 -844,31,271 -845,1,845 -845,27,309 -845,28,93 -845,32,185 -846,1,846 -846,27,180 -846,28,96 -846,31,136 -846,32,90 -847,1,847 -847,27,181 -847,28,97 -847,31,137 -847,32,91 -848,1,848 -848,27,310 -848,31,198 -849,1,849 -849,27,311 -849,31,199 -850,1,850 -850,27,159 -850,29,99 -851,1,851 -851,27,160 -851,29,100 -852,1,852 -852,27,351 -852,28,129 -853,1,853 -853,27,352 -853,28,130 -854,1,854 -854,27,335 -854,29,132 -854,31,237 -854,33,127 -855,1,855 -855,27,336 -855,29,133 -855,31,238 -855,33,128 -856,1,856 -856,27,241 -856,29,40 -856,31,282 -856,32,92 -857,1,857 -857,27,242 -857,29,41 -857,31,283 -857,32,93 -858,1,858 -858,27,243 -858,29,42 -858,31,284 -858,32,94 -859,1,859 -859,27,238 -859,29,37 -859,31,285 -859,32,190 -860,1,860 -860,27,239 -860,29,38 -860,31,286 -860,32,191 -861,1,861 -861,27,240 -861,29,39 -861,31,287 -861,32,192 -862,1,862 -862,27,33 -862,29,73 -863,1,863 -863,27,183 -864,1,864 -864,27,237 -865,1,865 -865,27,219 -866,1,866 -866,27,366 -866,29,12 -867,1,867 -867,27,328 -868,1,868 -868,27,185 -868,33,42 -869,1,869 -869,27,186 -869,33,43 -870,1,870 -870,27,345 -870,31,300 -871,1,871 -871,27,353 -871,28,126 -871,29,158 -871,31,321 -872,1,872 -872,27,349 -872,29,1 -872,31,350 -873,1,873 -873,27,350 -873,29,2 -873,31,351 -874,1,874 -874,27,369 -874,29,89 -874,31,319 -875,1,875 -875,27,370 -875,29,90 -875,31,320 -876,1,876 -876,27,337 -876,29,171 -876,31,241 -876,32,193 -877,1,877 -877,27,344 -877,28,104 -877,29,157 -877,32,95 -878,1,878 -878,27,302 -878,29,108 -878,31,124 -879,1,879 -879,27,303 -879,29,109 -879,31,125 -880,1,880 -880,27,374 -881,1,881 -881,27,375 -882,1,882 -882,27,376 -883,1,883 -883,27,377 -884,1,884 -884,27,371 -884,33,161 -885,1,885 -885,27,395 -885,29,110 -885,31,305 -886,1,886 -886,27,396 -886,29,111 -886,31,306 -887,1,887 -887,27,397 -887,29,112 -887,31,307 -888,1,888 -888,27,398 -889,1,889 -889,27,399 -890,1,890 -890,27,400 -891,1,891 -891,28,100 -892,1,892 -892,28,101 -893,1,893 -893,28,211 -894,1,894 -894,29,200 -895,1,895 -895,29,201 -896,1,896 -896,29,208 -897,1,897 -897,29,209 -898,1,898 -898,29,210 -899,1,899 -899,30,50 -900,1,900 -900,30,73 -900,33,21 -901,1,901 -901,30,114 -901,32,196 -902,1,902 -902,30,167 -902,32,195 -903,1,903 -903,30,203 -904,1,904 -904,30,85 -904,33,147 -905,1,905 -905,30,234 -906,1,906 -906,31,1 -907,1,907 -907,31,2 -908,1,908 -908,31,3 -909,1,909 -909,31,4 -910,1,910 -910,31,5 -911,1,911 -911,31,6 -912,1,912 -912,31,7 -913,1,913 -913,31,8 -914,1,914 -914,31,9 -915,1,915 -915,31,10 -916,1,916 -916,31,11 -917,1,917 -917,31,12 -918,1,918 -918,31,13 -919,1,919 -919,31,14 -920,1,920 -920,31,15 -921,1,921 -921,31,22 -922,1,922 -922,31,23 -923,1,923 -923,31,24 -924,1,924 -924,31,71 -924,32,97 -925,1,925 -925,31,72 -925,32,98 -926,1,926 -926,31,76 -927,1,927 -927,31,77 -928,1,928 -928,31,84 -929,1,929 -929,31,85 -930,1,930 -930,31,86 -931,1,931 -931,31,113 -932,1,932 -932,31,129 -933,1,933 -933,31,130 -934,1,934 -934,31,131 -935,1,935 -935,31,165 -936,1,936 -936,31,166 -937,1,937 -937,31,167 -938,1,938 -938,31,170 -939,1,939 -939,31,171 -940,1,940 -940,31,177 -941,1,941 -941,31,178 -942,1,942 -942,31,196 -943,1,943 -943,31,197 -944,1,944 -944,31,202 -945,1,945 -945,31,203 -946,1,946 -946,31,242 -947,1,947 -947,31,243 -948,1,948 -948,31,244 -948,32,74 -949,1,949 -949,31,245 -949,32,75 -950,1,950 -950,31,249 -951,1,951 -951,31,250 -952,1,952 -952,31,251 -953,1,953 -953,31,254 -953,33,30 -954,1,954 -954,31,255 -954,33,31 -955,1,955 -955,31,263 -956,1,956 -956,31,264 -957,1,957 -957,31,279 -958,1,958 -958,31,280 -959,1,959 -959,31,281 -960,1,960 -960,31,288 -961,1,961 -961,31,289 -962,1,962 -962,31,290 -962,32,134 -963,1,963 -963,31,291 -964,1,964 -964,31,292 -965,1,965 -965,31,293 -966,1,966 -966,31,294 -967,1,967 -967,31,295 -968,1,968 -968,31,296 -968,32,96 -969,1,969 -969,31,308 -969,32,156 -970,1,970 -970,31,309 -970,32,157 -971,1,971 -971,31,311 -972,1,972 -972,31,312 -973,1,973 -973,31,346 -974,1,974 -974,31,361 -975,1,975 -975,31,362 -976,1,976 -976,31,373 -977,1,977 -977,31,374 -978,1,978 -978,31,375 -979,1,979 -979,31,160 -979,32,101 -980,1,980 -980,31,54 -981,1,981 -981,31,193 -981,33,26 -982,1,982 -982,31,189 -982,32,161 -983,1,983 -983,31,369 -983,32,188 -984,1,984 -984,31,376 -985,1,985 -985,31,377 -986,1,986 -986,31,378 -987,1,987 -987,31,379 -988,1,988 -988,31,380 -989,1,989 -989,31,381 -990,1,990 -990,31,382 -991,1,991 -991,31,383 -992,1,992 -992,31,384 -993,1,993 -993,31,385 -994,1,994 -994,31,386 -995,1,995 -995,31,387 -996,1,996 -996,31,388 -997,1,997 -997,31,389 -998,1,998 -998,31,390 -999,1,999 -999,31,391 -1000,1,1000 -1000,31,392 -1001,1,1001 -1001,31,393 -1002,1,1002 -1002,31,394 -1003,1,1003 -1003,31,395 -1004,1,1004 -1004,31,396 -1005,1,1005 -1005,31,397 -1006,1,1006 -1006,31,398 -1007,1,1007 -1007,31,399 -1008,1,1008 -1008,31,400 -1009,1,1009 -1009,33,241 -1010,1,1010 -1010,33,242 -1011,1,1011 -1011,32,36 -1012,1,1012 -1012,32,76 -1013,1,1013 -1013,32,77 -1014,1,1014 -1014,32,197 -1015,1,1015 -1015,32,198 -1016,1,1016 -1016,32,199 -1017,1,1017 -1017,32,200 -1018,1,1018 -1018,33,162 -1019,1,1019 -1019,33,163 -1020,1,1020 -1020,33,236 -1021,1,1021 -1021,33,237 -1022,1,1022 -1022,33,239 -1023,1,1023 -1023,33,238 -1024,1,1024 -1024,33,240 -1025,1,1025 -1025,33,243 +species_id,pokemon_id,pokedex_id,pokedex_number +1,1,1,1 +1,1,2,1 +1,1,3,226 +1,1,7,231 +1,1,12,80 +1,1,26,1 +1,1,28,68 +1,1,33,164 +2,2,1,2 +2,2,2,2 +2,2,3,227 +2,2,7,232 +2,2,12,81 +2,2,26,2 +2,2,28,69 +2,2,33,165 +3,3,1,3 +3,3,2,3 +3,3,3,228 +3,3,7,233 +3,3,12,82 +3,3,26,3 +3,3,28,70 +3,3,33,166 +4,4,1,4 +4,4,2,4 +4,4,3,229 +4,4,7,234 +4,4,11,109 +4,4,12,83 +4,4,26,4 +4,4,27,378 +4,4,33,167 +5,5,1,5 +5,5,2,5 +5,5,3,230 +5,5,7,235 +5,5,11,110 +5,5,12,84 +5,5,26,5 +5,5,27,379 +5,5,33,168 +6,6,1,6 +6,6,2,6 +6,6,3,231 +6,6,7,236 +6,6,11,111 +6,6,12,85 +6,6,26,6 +6,6,27,380 +6,6,33,169 +7,7,1,7 +7,7,2,7 +7,7,3,232 +7,7,7,237 +7,7,12,86 +7,7,26,7 +7,7,28,71 +7,7,33,170 +8,8,1,8 +8,8,2,8 +8,8,3,233 +8,8,7,238 +8,8,12,87 +8,8,26,8 +8,8,28,72 +8,8,33,171 +9,9,1,9 +9,9,2,9 +9,9,3,234 +9,9,7,239 +9,9,12,88 +9,9,26,9 +9,9,28,73 +9,9,33,172 +10,10,1,10 +10,10,2,10 +10,10,3,24 +10,10,7,24 +10,10,12,23 +10,10,16,17 +10,10,17,17 +10,10,18,8 +10,10,21,17 +10,10,22,17 +10,10,23,8 +10,10,26,10 +10,10,27,13 +11,11,1,11 +11,11,2,11 +11,11,3,25 +11,11,7,25 +11,11,12,24 +11,11,16,18 +11,11,17,18 +11,11,18,9 +11,11,21,18 +11,11,22,18 +11,11,23,9 +11,11,26,11 +11,11,27,14 +12,12,1,12 +12,12,2,12 +12,12,3,26 +12,12,7,26 +12,12,12,25 +12,12,16,19 +12,12,17,19 +12,12,18,10 +12,12,21,19 +12,12,22,19 +12,12,23,10 +12,12,26,12 +12,12,27,15 +13,13,1,13 +13,13,2,13 +13,13,3,27 +13,13,7,27 +13,13,12,26 +13,13,26,13 +14,14,1,14 +14,14,2,14 +14,14,3,28 +14,14,7,28 +14,14,12,27 +14,14,26,14 +15,15,1,15 +15,15,2,15 +15,15,3,29 +15,15,7,29 +15,15,11,177 +15,15,12,28 +15,15,26,15 +16,16,1,16 +16,16,2,16 +16,16,3,10 +16,16,7,10 +16,16,12,17 +16,16,26,16 +17,17,1,17 +17,17,2,17 +17,17,3,11 +17,17,7,11 +17,17,12,18 +17,17,26,17 +18,18,1,18 +18,18,2,18 +18,18,3,12 +18,18,7,12 +18,18,12,19 +18,18,26,18 +19,19,1,19 +19,19,2,19 +19,19,3,17 +19,19,7,17 +19,19,9,59 +19,10091,16,15 +19,10091,17,15 +19,10091,18,6 +19,10091,19,6 +19,10091,20,6 +19,10091,21,15 +19,10091,22,15 +19,10091,23,6 +19,10091,24,6 +19,10091,25,6 +19,19,26,19 +20,20,1,20 +20,20,2,20 +20,20,3,18 +20,20,7,18 +20,20,9,60 +20,10092,16,16 +20,10092,17,16 +20,10092,18,7 +20,10092,19,7 +20,10092,20,7 +20,10092,21,16 +20,10092,22,16 +20,10092,23,7 +20,10092,24,7 +20,10092,25,7 +20,20,26,20 +21,21,1,21 +21,21,2,21 +21,21,3,13 +21,21,7,13 +21,21,14,109 +21,21,16,73 +21,21,17,73 +21,21,19,40 +21,21,20,24 +21,21,21,87 +21,21,22,87 +21,21,24,40 +21,21,25,33 +21,21,26,21 +22,22,1,22 +22,22,2,22 +22,22,3,14 +22,22,7,14 +22,22,14,110 +22,22,16,74 +22,22,17,74 +22,22,19,41 +22,22,20,25 +22,22,21,88 +22,22,22,88 +22,22,24,41 +22,22,25,34 +22,22,26,22 +23,23,1,23 +23,23,2,23 +23,23,3,50 +23,23,7,50 +23,23,11,54 +23,23,14,37 +23,23,21,61 +23,23,22,61 +23,23,26,23 +23,23,32,18 +24,24,1,24 +24,24,2,24 +24,24,3,51 +24,24,7,51 +24,24,11,55 +24,24,14,38 +24,24,21,62 +24,24,22,62 +24,24,26,24 +24,24,32,19 +25,25,1,25 +25,25,2,25 +25,25,3,22 +25,25,4,156 +25,25,5,104 +25,25,6,104 +25,25,7,22 +25,25,11,16 +25,25,12,36 +25,25,15,163 +25,25,16,25 +25,25,17,25 +25,25,21,32 +25,25,22,32 +25,25,26,25 +25,25,27,194 +25,25,28,85 +25,25,30,56 +25,25,31,74 +25,25,32,21 +26,26,1,26 +26,26,2,26 +26,26,3,23 +26,26,4,157 +26,26,5,105 +26,26,6,105 +26,26,7,23 +26,26,11,17 +26,26,12,37 +26,26,15,164 +26,10100,16,26 +26,10100,17,26 +26,10100,21,33 +26,10100,22,33 +26,26,26,26 +26,26,27,195 +26,26,28,86 +26,26,30,57 +26,26,31,75 +26,26,32,22 +27,27,1,27 +27,27,2,27 +27,27,3,48 +27,27,4,112 +27,27,7,48 +27,27,9,113 +27,27,14,97 +27,27,15,117 +27,10101,16,251 +27,10101,19,123 +27,10101,21,328 +27,10101,24,149 +27,27,26,27 +27,27,28,168 +27,27,32,116 +27,10101,33,155 +28,28,1,28 +28,28,2,28 +28,28,3,49 +28,28,4,113 +28,28,7,49 +28,28,9,114 +28,28,14,98 +28,28,15,118 +28,10102,16,252 +28,10102,19,124 +28,10102,21,329 +28,10102,24,150 +28,28,26,28 +28,28,28,169 +28,28,32,117 +28,10102,33,156 +29,29,1,29 +29,29,2,29 +29,29,3,95 +29,29,7,95 +29,29,13,104 +29,29,26,29 +29,29,29,65 +30,30,1,30 +30,30,2,30 +30,30,3,96 +30,30,7,96 +30,30,13,105 +30,30,26,30 +30,30,29,66 +31,31,1,31 +31,31,2,31 +31,31,3,97 +31,31,7,97 +31,31,13,106 +31,31,26,31 +31,31,29,67 +32,32,1,32 +32,32,2,32 +32,32,3,98 +32,32,7,98 +32,32,13,107 +32,32,26,32 +32,32,29,68 +33,33,1,33 +33,33,2,33 +33,33,3,99 +33,33,7,99 +33,33,13,108 +33,33,26,33 +33,33,29,69 +34,34,1,34 +34,34,2,34 +34,34,3,100 +34,34,7,100 +34,34,13,109 +34,34,26,34 +34,34,29,70 +35,35,1,35 +35,35,2,35 +35,35,3,41 +35,35,5,100 +35,35,6,100 +35,35,7,41 +35,35,9,89 +35,35,16,211 +35,35,19,83 +35,35,21,273 +35,35,24,94 +35,35,26,35 +35,35,27,255 +35,35,29,44 +35,35,30,200 +35,35,32,152 +36,36,1,36 +36,36,2,36 +36,36,3,42 +36,36,5,101 +36,36,6,101 +36,36,7,42 +36,36,9,90 +36,36,16,212 +36,36,19,84 +36,36,21,274 +36,36,24,95 +36,36,26,36 +36,36,27,256 +36,36,29,45 +36,36,30,201 +36,36,32,153 +37,37,1,37 +37,37,2,37 +37,37,3,125 +37,37,4,153 +37,37,7,127 +37,37,9,248 +37,37,15,160 +37,10103,16,253 +37,10103,19,125 +37,10103,21,330 +37,10103,24,151 +37,37,26,37 +37,37,27,68 +37,37,30,168 +37,37,32,37 +37,10103,33,157 +38,38,1,38 +38,38,2,38 +38,38,3,126 +38,38,4,154 +38,38,7,128 +38,38,9,249 +38,38,15,161 +38,10104,16,254 +38,10104,19,126 +38,10104,21,331 +38,10104,24,152 +38,38,26,38 +38,38,27,69 +38,38,30,169 +38,38,32,38 +38,10104,33,158 +39,39,1,39 +39,39,2,39 +39,39,3,44 +39,39,4,138 +39,39,7,44 +39,39,9,282 +39,39,11,21 +39,39,14,120 +39,39,15,143 +39,39,16,135 +39,39,18,62 +39,39,21,168 +39,39,23,69 +39,39,26,39 +39,39,28,12 +39,39,31,60 +40,40,1,40 +40,40,2,40 +40,40,3,45 +40,40,4,139 +40,40,7,45 +40,40,9,283 +40,40,11,22 +40,40,14,121 +40,40,15,144 +40,40,16,136 +40,40,18,63 +40,40,21,169 +40,40,23,70 +40,40,26,40 +40,40,28,13 +40,40,31,61 +41,41,1,41 +41,41,2,41 +41,41,3,37 +41,41,4,63 +41,41,5,28 +41,41,6,28 +41,41,7,37 +41,41,9,61 +41,41,11,23 +41,41,12,145 +41,41,15,65 +41,41,16,68 +41,41,17,68 +41,41,18,26 +41,41,19,35 +41,41,20,19 +41,41,21,80 +41,41,22,80 +41,41,23,26 +41,41,24,35 +41,41,25,26 +41,41,26,41 +41,41,29,144 +41,41,30,34 +42,42,1,42 +42,42,2,42 +42,42,3,38 +42,42,4,64 +42,42,5,29 +42,42,6,29 +42,42,7,38 +42,42,9,62 +42,42,11,24 +42,42,12,146 +42,42,15,66 +42,42,16,69 +42,42,17,69 +42,42,18,27 +42,42,19,36 +42,42,20,20 +42,42,21,81 +42,42,22,81 +42,42,23,27 +42,42,24,36 +42,42,25,27 +42,42,26,42 +42,42,29,145 +42,42,30,35 +43,43,1,43 +43,43,2,43 +43,43,3,83 +43,43,4,88 +43,43,7,83 +43,43,12,105 +43,43,15,91 +43,43,26,43 +43,43,27,55 +43,43,33,62 +44,44,1,44 +44,44,2,44 +44,44,3,84 +44,44,4,89 +44,44,7,84 +44,44,12,106 +44,44,15,92 +44,44,26,44 +44,44,27,56 +44,44,33,63 +45,45,1,45 +45,45,2,45 +45,45,3,85 +45,45,4,90 +45,45,7,85 +45,45,12,107 +45,45,15,93 +45,45,26,45 +45,45,27,57 +45,45,33,64 +46,46,1,46 +46,46,2,46 +46,46,3,70 +46,46,7,70 +46,46,16,147 +46,46,18,74 +46,46,19,66 +46,46,21,180 +46,46,23,81 +46,46,24,72 +46,46,26,46 +46,46,30,53 +47,47,1,47 +47,47,2,47 +47,47,3,71 +47,47,7,71 +47,47,16,148 +47,47,18,75 +47,47,19,67 +47,47,21,181 +47,47,23,82 +47,47,24,73 +47,47,26,47 +47,47,30,54 +48,48,1,48 +48,48,2,48 +48,48,3,108 +48,48,7,109 +48,48,26,48 +48,48,31,256 +48,48,33,8 +49,49,1,49 +49,49,2,49 +49,49,3,109 +49,49,7,110 +49,49,26,49 +49,49,31,257 +49,49,33,9 +50,50,1,50 +50,50,2,50 +50,50,3,132 +50,50,7,134 +50,50,14,1 +50,10105,16,71 +50,10105,17,71 +50,10105,18,29 +50,10105,19,38 +50,10105,20,22 +50,10105,21,85 +50,10105,22,85 +50,10105,23,29 +50,10105,24,38 +50,10105,25,31 +50,50,26,50 +50,50,27,164 +50,50,31,148 +50,10105,33,66 +51,51,1,51 +51,51,2,51 +51,51,3,133 +51,51,7,135 +51,51,14,2 +51,10106,16,72 +51,10106,17,72 +51,10106,18,30 +51,10106,19,39 +51,10106,20,23 +51,10106,21,86 +51,10106,22,86 +51,10106,23,30 +51,10106,24,39 +51,10106,25,32 +51,51,26,51 +51,51,27,165 +51,51,31,149 +51,10106,33,67 +52,52,1,52 +52,52,2,52 +52,52,3,136 +52,52,7,138 +52,52,11,58 +52,10107,16,45 +52,10107,17,45 +52,10107,19,23 +52,10107,21,52 +52,10107,22,52 +52,10107,24,23 +52,52,26,52 +52,10161,27,182 +52,52,31,141 +53,53,1,53 +53,53,2,53 +53,53,3,137 +53,53,7,139 +53,53,11,59 +53,10108,16,46 +53,10108,17,46 +53,10108,19,24 +53,10108,21,53 +53,10108,22,53 +53,10108,24,24 +53,53,26,53 +53,53,27,184 +53,53,31,142 +54,54,1,54 +54,54,2,54 +54,54,3,138 +54,54,4,158 +54,54,5,43 +54,54,6,43 +54,54,7,140 +54,54,9,28 +54,54,12,59 +54,54,15,165 +54,54,16,89 +54,54,17,89 +54,54,18,32 +54,54,19,49 +54,54,20,39 +54,54,21,107 +54,54,22,107 +54,54,23,32 +54,54,24,52 +54,54,25,51 +54,54,26,54 +54,54,28,146 +54,54,30,68 +54,54,31,55 +55,55,1,55 +55,55,2,55 +55,55,3,139 +55,55,4,159 +55,55,5,44 +55,55,6,44 +55,55,7,141 +55,55,9,29 +55,55,12,60 +55,55,15,166 +55,55,16,90 +55,55,17,90 +55,55,18,33 +55,55,19,50 +55,55,20,40 +55,55,21,108 +55,55,22,108 +55,55,23,33 +55,55,24,53 +55,55,25,52 +55,55,26,55 +55,55,28,147 +55,55,30,69 +55,55,31,56 +56,56,1,56 +56,56,2,56 +56,56,3,134 +56,56,7,136 +56,56,16,79 +56,56,17,79 +56,56,20,30 +56,56,21,93 +56,56,22,93 +56,56,25,39 +56,56,26,56 +56,56,31,158 +56,56,32,99 +57,57,1,57 +57,57,2,57 +57,57,3,135 +57,57,7,137 +57,57,16,80 +57,57,17,80 +57,57,20,31 +57,57,21,94 +57,57,22,94 +57,57,25,40 +57,57,26,57 +57,57,31,159 +57,57,32,100 +58,58,1,58 +58,58,2,58 +58,58,3,127 +58,58,7,129 +58,58,9,51 +58,58,16,52 +58,58,17,52 +58,58,21,64 +58,58,22,64 +58,58,26,58 +58,58,27,70 +58,10229,30,150 +58,58,31,213 +58,58,32,78 +59,59,1,59 +59,59,2,59 +59,59,3,128 +59,59,7,130 +59,59,9,52 +59,59,16,53 +59,59,17,53 +59,59,21,65 +59,59,22,65 +59,59,26,59 +59,59,27,71 +59,10230,30,151 +59,59,31,214 +59,59,32,79 +60,60,1,60 +60,60,2,60 +60,60,3,72 +60,60,7,72 +60,60,14,33 +60,60,16,149 +60,60,18,76 +60,60,19,68 +60,60,21,182 +60,60,23,83 +60,60,24,74 +60,60,26,60 +60,60,28,142 +60,60,32,39 +61,61,1,61 +61,61,2,61 +61,61,3,73 +61,61,7,73 +61,61,14,34 +61,61,16,150 +61,61,18,77 +61,61,19,69 +61,61,21,183 +61,61,23,84 +61,61,24,75 +61,61,26,61 +61,61,28,143 +61,61,32,40 +62,62,1,62 +62,62,2,62 +62,62,3,74 +62,62,7,74 +62,62,14,35 +62,62,16,151 +62,62,18,78 +62,62,19,70 +62,62,21,184 +62,62,23,85 +62,62,24,76 +62,62,26,62 +62,62,28,144 +62,62,32,41 +63,63,1,63 +63,63,2,63 +63,63,3,89 +63,63,4,39 +63,63,5,20 +63,63,6,20 +63,63,7,89 +63,63,11,127 +63,63,12,102 +63,63,15,40 +63,63,16,42 +63,63,17,42 +63,63,21,49 +63,63,22,49 +63,63,26,63 +63,63,28,31 +63,63,30,58 +64,64,1,64 +64,64,2,64 +64,64,3,90 +64,64,4,40 +64,64,5,21 +64,64,6,21 +64,64,7,90 +64,64,11,128 +64,64,12,103 +64,64,15,41 +64,64,16,43 +64,64,17,43 +64,64,21,50 +64,64,22,50 +64,64,26,64 +64,64,28,32 +64,64,30,59 +65,65,1,65 +65,65,2,65 +65,65,3,91 +65,65,4,41 +65,65,5,22 +65,65,6,22 +65,65,7,91 +65,65,11,129 +65,65,12,104 +65,65,15,42 +65,65,16,44 +65,65,17,44 +65,65,21,51 +65,65,22,51 +65,65,26,65 +65,65,28,33 +65,65,30,60 +66,66,1,66 +66,66,2,66 +66,66,3,140 +66,66,4,73 +66,66,5,40 +66,66,6,40 +66,66,7,142 +66,66,11,98 +66,66,13,57 +66,66,15,75 +66,66,16,95 +66,66,17,95 +66,66,20,45 +66,66,21,117 +66,66,22,117 +66,66,25,57 +66,66,26,66 +66,66,27,138 +66,66,30,154 +67,67,1,67 +67,67,2,67 +67,67,3,141 +67,67,4,74 +67,67,5,41 +67,67,6,41 +67,67,7,143 +67,67,11,99 +67,67,13,58 +67,67,15,76 +67,67,16,96 +67,67,17,96 +67,67,20,46 +67,67,21,118 +67,67,22,118 +67,67,25,58 +67,67,26,67 +67,67,27,139 +67,67,30,155 +68,68,1,68 +68,68,2,68 +68,68,3,142 +68,68,4,75 +68,68,5,42 +68,68,6,42 +68,68,7,144 +68,68,11,100 +68,68,13,59 +68,68,15,77 +68,68,16,97 +68,68,17,97 +68,68,20,47 +68,68,21,119 +68,68,22,119 +68,68,25,59 +68,68,26,68 +68,68,27,140 +68,68,30,156 +69,69,1,69 +69,69,2,69 +69,69,3,64 +69,69,7,64 +69,69,14,26 +69,69,26,69 +69,69,32,23 +70,70,1,70 +70,70,2,70 +70,70,3,65 +70,70,7,65 +70,70,14,27 +70,70,26,70 +70,70,32,24 +71,71,1,71 +71,71,2,71 +71,71,3,66 +71,71,7,66 +71,71,14,28 +71,71,26,71 +71,71,32,25 +72,72,1,72 +72,72,2,72 +72,72,3,162 +72,72,4,66 +72,72,5,136 +72,72,6,136 +72,72,7,164 +72,72,13,25 +72,72,15,68 +72,72,16,106 +72,72,17,106 +72,72,18,38 +72,72,19,53 +72,72,20,55 +72,72,21,129 +72,72,22,129 +72,72,23,38 +72,72,24,56 +72,72,25,67 +72,72,26,72 +72,72,28,40 +72,72,30,170 +72,72,33,50 +73,73,1,73 +73,73,2,73 +73,73,3,163 +73,73,4,67 +73,73,5,137 +73,73,6,137 +73,73,7,165 +73,73,13,26 +73,73,15,69 +73,73,16,107 +73,73,17,107 +73,73,18,39 +73,73,19,54 +73,73,20,56 +73,73,21,130 +73,73,22,130 +73,73,23,39 +73,73,24,57 +73,73,25,68 +73,73,26,73 +73,73,28,41 +73,73,30,171 +73,73,33,51 +74,74,1,74 +74,74,2,74 +74,74,3,34 +74,74,4,57 +74,74,5,31 +74,74,6,31 +74,74,7,34 +74,74,14,9 +74,74,15,58 +74,10109,16,229 +74,10109,19,101 +74,10109,21,298 +74,10109,24,119 +74,74,26,74 +74,74,30,46 +74,74,32,80 +74,10109,33,96 +75,75,1,75 +75,75,2,75 +75,75,3,35 +75,75,4,58 +75,75,5,32 +75,75,6,32 +75,75,7,35 +75,75,14,10 +75,75,15,59 +75,10110,16,230 +75,10110,19,102 +75,10110,21,299 +75,10110,24,120 +75,75,26,75 +75,75,30,47 +75,75,32,81 +75,10110,33,97 +76,76,1,76 +76,76,2,76 +76,76,3,36 +76,76,4,59 +76,76,5,33 +76,76,6,33 +76,76,7,36 +76,76,14,11 +76,76,15,60 +76,10111,16,231 +76,10111,19,103 +76,10111,21,300 +76,10111,24,121 +76,76,26,76 +76,76,30,48 +76,76,32,82 +76,10111,33,98 +77,77,1,77 +77,77,2,77 +77,77,3,201 +77,77,5,90 +77,77,6,90 +77,77,7,206 +77,77,26,77 +77,10162,27,333 +77,10162,29,105 +77,77,30,23 +78,78,1,78 +78,78,2,78 +78,78,3,202 +78,78,5,91 +78,78,6,91 +78,78,7,207 +78,78,26,78 +78,10163,27,334 +78,10163,29,106 +78,78,30,24 +79,79,1,79 +79,79,2,79 +79,79,3,80 +79,79,7,80 +79,79,13,133 +79,79,16,37 +79,79,17,37 +79,79,19,18 +79,79,21,44 +79,79,22,44 +79,79,24,18 +79,79,26,79 +79,10164,28,1 +79,79,31,324 +79,10164,33,75 +80,80,1,80 +80,80,2,80 +80,80,3,81 +80,80,7,81 +80,80,13,134 +80,80,16,38 +80,80,17,38 +80,80,19,19 +80,80,21,45 +80,80,22,45 +80,80,24,19 +80,80,26,80 +80,10165,28,2 +80,80,31,325 +80,10165,33,76 +81,81,1,81 +81,81,2,81 +81,81,3,118 +81,81,4,82 +81,81,6,178 +81,81,7,119 +81,81,9,48 +81,81,14,69 +81,81,15,84 +81,81,16,47 +81,81,17,47 +81,81,19,25 +81,81,21,54 +81,81,22,54 +81,81,24,25 +81,81,26,81 +81,81,28,105 +81,81,30,177 +81,81,31,209 +81,81,33,116 +82,82,1,82 +82,82,2,82 +82,82,3,119 +82,82,4,83 +82,82,6,179 +82,82,7,120 +82,82,9,49 +82,82,14,70 +82,82,15,85 +82,82,16,48 +82,82,17,48 +82,82,19,26 +82,82,21,55 +82,82,22,55 +82,82,24,26 +82,82,26,82 +82,82,28,106 +82,82,30,178 +82,82,31,210 +82,82,33,117 +83,83,1,83 +83,83,2,83 +83,83,3,158 +83,83,7,160 +83,83,12,61 +83,83,26,83 +83,10166,27,218 +84,84,1,84 +84,84,2,84 +84,84,3,199 +84,84,4,92 +84,84,7,204 +84,84,12,94 +84,84,15,95 +84,84,26,84 +84,84,33,1 +85,85,1,85 +85,85,2,85 +85,85,3,200 +85,85,4,93 +85,85,7,205 +85,85,12,95 +85,85,15,96 +85,85,26,85 +85,85,33,2 +86,86,1,86 +86,86,2,86 +86,86,3,176 +86,86,7,178 +86,86,9,265 +86,86,21,115 +86,86,22,115 +86,86,26,86 +86,86,33,143 +87,87,1,87 +87,87,2,87 +87,87,3,177 +87,87,7,179 +87,87,9,266 +87,87,21,116 +87,87,22,116 +87,87,26,87 +87,87,33,144 +88,88,1,88 +88,88,2,88 +88,88,3,116 +88,88,4,106 +88,88,7,117 +88,88,9,64 +88,88,15,111 +88,10112,16,50 +88,10112,17,50 +88,10112,19,28 +88,10112,21,57 +88,10112,22,57 +88,10112,24,28 +88,88,26,88 +88,88,31,194 +88,10112,33,68 +89,89,1,89 +89,89,2,89 +89,89,3,117 +89,89,4,107 +89,89,7,118 +89,89,9,65 +89,89,15,112 +89,10113,16,51 +89,10113,17,51 +89,10113,19,29 +89,10113,21,58 +89,10113,22,58 +89,10113,24,29 +89,89,26,89 +89,89,31,195 +89,10113,33,69 +90,90,1,90 +90,90,2,90 +90,90,3,169 +90,90,7,171 +90,90,13,36 +90,90,16,115 +90,90,17,115 +90,90,21,138 +90,90,22,138 +90,90,26,90 +90,90,27,150 +90,90,28,131 +90,90,31,329 +91,91,1,91 +91,91,2,91 +91,91,3,170 +91,91,7,172 +91,91,13,37 +91,91,16,116 +91,91,17,116 +91,91,21,139 +91,91,22,139 +91,91,26,91 +91,91,27,151 +91,91,28,132 +91,91,31,330 +92,92,1,92 +92,92,2,92 +92,92,3,58 +92,92,5,69 +92,92,6,69 +92,92,7,58 +92,92,11,112 +92,92,14,30 +92,92,16,61 +92,92,17,61 +92,92,18,23 +92,92,19,32 +92,92,21,73 +92,92,22,73 +92,92,23,23 +92,92,24,32 +92,92,26,92 +92,92,27,141 +92,92,30,136 +92,92,31,68 +92,92,32,118 +93,93,1,93 +93,93,2,93 +93,93,3,59 +93,93,5,70 +93,93,6,70 +93,93,7,59 +93,93,11,113 +93,93,14,31 +93,93,16,62 +93,93,17,62 +93,93,18,24 +93,93,19,33 +93,93,21,74 +93,93,22,74 +93,93,23,24 +93,93,24,33 +93,93,26,93 +93,93,27,142 +93,93,30,137 +93,93,31,69 +93,93,32,119 +94,94,1,94 +94,94,2,94 +94,94,3,60 +94,94,5,71 +94,94,6,71 +94,94,7,60 +94,94,11,114 +94,94,14,32 +94,94,16,63 +94,94,17,63 +94,94,18,25 +94,94,19,34 +94,94,21,75 +94,94,22,75 +94,94,23,25 +94,94,24,34 +94,94,26,94 +94,94,27,143 +94,94,30,138 +94,94,31,70 +94,94,32,120 +95,95,1,95 +95,95,2,95 +95,95,3,62 +95,95,5,34 +95,95,6,34 +95,95,7,62 +95,95,9,71 +95,95,11,175 +95,95,13,53 +95,95,26,95 +95,95,27,178 +95,95,30,118 +96,96,1,96 +96,96,2,96 +96,96,3,87 +96,96,7,87 +96,96,16,54 +96,96,17,54 +96,96,20,13 +96,96,21,66 +96,96,22,66 +96,96,25,20 +96,96,26,96 +96,96,31,66 +97,97,1,97 +97,97,2,97 +97,97,3,88 +97,97,7,88 +97,97,16,55 +97,97,17,55 +97,97,20,14 +97,97,21,67 +97,97,22,67 +97,97,25,21 +97,97,26,97 +97,97,31,67 +98,98,1,98 +98,98,2,98 +98,98,3,164 +98,98,7,166 +98,98,26,98 +98,98,27,98 +98,98,28,38 +99,99,1,99 +99,99,2,99 +99,99,3,165 +99,99,7,167 +99,99,26,99 +99,99,27,99 +99,99,28,39 +100,100,1,100 +100,100,2,100 +100,100,3,120 +100,100,4,84 +100,100,7,121 +100,100,14,72 +100,100,15,87 +100,100,26,100 +100,10231,30,192 +100,100,31,207 +101,101,1,101 +101,101,2,101 +101,101,3,121 +101,101,4,85 +101,101,7,122 +101,101,14,73 +101,101,15,88 +101,101,26,101 +101,10232,30,193 +101,101,31,208 +102,102,1,102 +102,102,2,102 +102,102,3,104 +102,102,7,105 +102,102,13,136 +102,102,16,269 +102,102,20,84 +102,102,21,355 +102,102,25,102 +102,102,26,102 +102,102,28,205 +102,102,33,3 +103,103,1,103 +103,103,2,103 +103,103,3,105 +103,103,7,106 +103,103,13,137 +103,10114,16,270 +103,10114,20,85 +103,10114,21,356 +103,10114,25,103 +103,103,26,103 +103,103,28,206 +103,10114,33,4 +104,104,1,104 +104,104,2,104 +104,104,3,203 +104,104,7,208 +104,104,13,60 +104,104,16,163 +104,104,18,90 +104,104,21,197 +104,104,23,98 +104,104,26,104 +104,104,28,170 +105,105,1,105 +105,105,2,105 +105,105,3,204 +105,105,7,209 +105,105,13,61 +105,10115,16,164 +105,10115,18,91 +105,10115,21,198 +105,10115,23,99 +105,105,26,105 +105,105,28,171 +106,106,1,106 +106,106,2,106 +106,106,3,144 +106,106,7,146 +106,106,26,106 +106,106,27,108 +106,106,33,93 +107,107,1,107 +107,107,2,107 +107,107,3,145 +107,107,7,147 +107,107,26,107 +107,107,27,109 +107,107,33,94 +108,108,1,108 +108,108,2,108 +108,108,3,178 +108,108,6,161 +108,108,7,180 +108,108,9,284 +108,108,14,134 +108,108,21,375 +108,108,25,122 +108,108,26,108 +108,108,28,54 +108,108,30,125 +109,109,1,109 +109,109,2,109 +109,109,3,114 +109,109,4,108 +109,109,7,115 +109,109,9,46 +109,109,15,113 +109,109,26,109 +109,109,27,250 +109,109,32,135 +110,110,1,110 +110,110,2,110 +110,110,3,115 +110,110,4,109 +110,110,7,116 +110,110,9,47 +110,110,15,114 +110,110,26,110 +110,10167,27,251 +110,110,32,136 +111,111,1,111 +111,111,2,111 +111,111,3,206 +111,111,4,169 +111,111,6,186 +111,111,7,211 +111,111,11,160 +111,111,13,50 +111,111,15,176 +111,111,26,111 +111,111,27,264 +111,111,28,183 +111,111,30,120 +111,111,33,5 +112,112,1,112 +112,112,2,112 +112,112,3,207 +112,112,4,170 +112,112,6,187 +112,112,7,212 +112,112,11,161 +112,112,13,51 +112,112,15,177 +112,112,26,112 +112,112,27,265 +112,112,28,184 +112,112,30,121 +112,112,33,6 +113,113,1,113 +113,113,2,113 +113,113,3,217 +113,113,5,97 +113,113,6,97 +113,113,7,222 +113,113,16,33 +113,113,17,33 +113,113,18,17 +113,113,19,16 +113,113,20,9 +113,113,21,40 +113,113,22,40 +113,113,23,17 +113,113,24,16 +113,113,25,16 +113,113,26,113 +113,113,28,7 +113,113,30,87 +113,113,31,44 +113,113,33,17 +114,114,1,114 +114,114,2,114 +114,114,3,179 +114,114,6,181 +114,114,7,182 +114,114,9,217 +114,114,26,114 +114,114,28,80 +114,114,30,95 +115,115,1,115 +115,115,2,115 +115,115,3,205 +115,115,7,210 +115,115,13,62 +115,115,16,165 +115,115,18,92 +115,115,21,199 +115,115,23,100 +115,115,26,115 +115,115,28,172 +116,116,1,116 +116,116,2,116 +116,116,3,186 +116,116,4,184 +116,116,7,190 +116,116,13,39 +116,116,15,193 +116,116,26,116 +116,116,28,198 +116,116,33,52 +117,117,1,117 +117,117,2,117 +117,117,3,187 +117,117,4,185 +117,117,7,191 +117,117,13,40 +117,117,15,194 +117,117,26,117 +117,117,28,199 +117,117,33,53 +118,118,1,118 +118,118,2,118 +118,118,3,78 +118,118,4,50 +118,118,5,78 +118,118,6,78 +118,118,7,78 +118,118,12,53 +118,118,15,51 +118,118,16,153 +118,118,18,80 +118,118,19,72 +118,118,21,186 +118,118,23,87 +118,118,24,78 +118,118,26,118 +118,118,27,146 +118,118,28,94 +119,119,1,119 +119,119,2,119 +119,119,3,79 +119,119,4,51 +119,119,5,79 +119,119,6,79 +119,119,7,79 +119,119,12,54 +119,119,15,52 +119,119,16,154 +119,119,18,81 +119,119,19,73 +119,119,21,187 +119,119,23,88 +119,119,24,79 +119,119,26,119 +119,119,27,147 +119,119,28,95 +120,120,1,120 +120,120,2,120 +120,120,3,167 +120,120,4,143 +120,120,7,169 +120,120,9,238 +120,120,13,34 +120,120,15,148 +120,120,16,184 +120,120,18,111 +120,120,21,223 +120,120,23,124 +120,120,26,120 +120,120,28,98 +121,121,1,121 +121,121,2,121 +121,121,3,168 +121,121,4,144 +121,121,7,170 +121,121,9,239 +121,121,13,35 +121,121,15,149 +121,121,16,185 +121,121,18,112 +121,121,21,224 +121,121,23,125 +121,121,26,121 +121,121,28,99 +122,122,1,122 +122,122,2,122 +122,122,3,156 +122,122,5,95 +122,122,6,95 +122,122,7,158 +122,122,13,114 +122,122,21,60 +122,122,22,60 +122,122,26,122 +122,10168,27,365 +122,10168,29,11 +122,122,30,77 +123,123,1,123 +123,123,2,123 +123,123,3,110 +123,123,6,195 +123,123,7,111 +123,123,11,188 +123,123,14,136 +123,123,16,275 +123,123,20,90 +123,123,21,365 +123,123,25,112 +123,123,26,123 +123,123,28,118 +123,123,30,72 +123,123,31,260 +123,123,33,19 +124,124,1,124 +124,124,2,124 +124,124,3,153 +124,124,7,155 +124,124,14,84 +124,124,21,110 +124,124,22,110 +124,124,26,124 +124,124,29,14 +125,125,1,125 +125,125,2,125 +125,125,3,155 +125,125,6,198 +125,125,7,157 +125,125,9,57 +125,125,16,227 +125,125,19,99 +125,125,21,296 +125,125,24,117 +125,125,26,125 +125,125,29,16 +125,125,30,183 +125,125,33,11 +126,126,1,126 +126,126,2,126 +126,126,3,151 +126,126,6,201 +126,126,7,153 +126,126,9,54 +126,126,16,167 +126,126,18,94 +126,126,21,201 +126,126,23,102 +126,126,26,126 +126,126,29,19 +126,126,30,175 +126,126,33,14 +127,127,1,127 +127,127,2,127 +127,127,3,112 +127,127,4,167 +127,127,7,113 +127,127,9,146 +127,127,13,130 +127,127,15,174 +127,127,16,175 +127,127,18,102 +127,127,20,65 +127,127,21,211 +127,127,23,112 +127,127,25,78 +127,127,26,127 +127,127,28,120 +128,128,1,128 +128,128,2,128 +128,128,3,148 +128,128,7,150 +128,128,13,125 +128,128,16,137 +128,128,18,64 +128,128,20,61 +128,128,21,170 +128,128,23,71 +128,128,25,73 +128,128,26,128 +128,128,28,116 +128,10250,31,223 +128,128,33,22 +129,129,1,129 +129,129,2,129 +129,129,3,76 +129,129,4,52 +129,129,5,23 +129,129,6,23 +129,129,7,76 +129,129,11,13 +129,129,12,49 +129,129,15,53 +129,129,16,91 +129,129,17,91 +129,129,18,34 +129,129,19,51 +129,129,20,41 +129,129,21,111 +129,129,22,111 +129,129,23,34 +129,129,24,54 +129,129,25,53 +129,129,26,129 +129,129,27,144 +129,129,28,42 +129,129,29,62 +129,129,30,80 +129,129,31,134 +129,129,32,43 +130,130,1,130 +130,130,2,130 +130,130,3,77 +130,130,4,53 +130,130,5,24 +130,130,6,24 +130,130,7,77 +130,130,11,14 +130,130,12,50 +130,130,15,54 +130,130,16,92 +130,130,17,92 +130,130,18,35 +130,130,19,52 +130,130,20,42 +130,130,21,112 +130,130,22,112 +130,130,23,35 +130,130,24,55 +130,130,25,54 +130,130,26,130 +130,130,27,145 +130,130,28,43 +130,130,29,63 +130,130,30,81 +130,130,31,135 +130,130,32,44 +131,131,1,131 +131,131,2,131 +131,131,3,219 +131,131,7,224 +131,131,9,242 +131,131,11,190 +131,131,13,150 +131,131,16,268 +131,131,20,83 +131,131,21,353 +131,131,25,100 +131,131,26,131 +131,131,27,361 +131,131,29,190 +131,131,33,145 +132,132,1,132 +132,132,2,132 +132,132,3,92 +132,132,7,92 +132,132,9,261 +132,132,14,138 +132,132,16,209 +132,132,19,81 +132,132,21,271 +132,132,24,92 +132,132,26,132 +132,132,27,373 +132,132,28,207 +132,132,31,212 +133,133,1,133 +133,133,2,133 +133,133,3,180 +133,133,6,163 +133,133,7,184 +133,133,9,91 +133,133,11,1 +133,133,13,77 +133,133,16,123 +133,133,18,50 +133,133,21,153 +133,133,23,54 +133,133,26,133 +133,133,27,196 +133,133,29,74 +133,133,30,25 +133,133,31,179 +134,134,1,134 +134,134,2,134 +134,134,3,181 +134,134,6,164 +134,134,7,185 +134,134,9,92 +134,134,11,2 +134,134,13,78 +134,134,16,124 +134,134,18,51 +134,134,21,154 +134,134,23,55 +134,134,26,134 +134,134,27,197 +134,134,29,75 +134,134,30,26 +134,134,31,180 +135,135,1,135 +135,135,2,135 +135,135,3,182 +135,135,6,165 +135,135,7,186 +135,135,9,93 +135,135,11,3 +135,135,13,79 +135,135,16,125 +135,135,18,52 +135,135,21,155 +135,135,23,56 +135,135,26,135 +135,135,27,198 +135,135,29,76 +135,135,30,27 +135,135,31,181 +136,136,1,136 +136,136,2,136 +136,136,3,183 +136,136,6,166 +136,136,7,187 +136,136,9,94 +136,136,11,4 +136,136,13,80 +136,136,16,126 +136,136,18,53 +136,136,21,156 +136,136,23,57 +136,136,26,136 +136,136,27,199 +136,136,29,77 +136,136,30,28 +136,136,31,182 +137,137,1,137 +137,137,2,137 +137,137,3,215 +137,137,6,192 +137,137,7,220 +137,137,16,217 +137,137,19,89 +137,137,21,281 +137,137,24,102 +137,137,26,137 +137,137,28,208 +137,137,30,133 +137,137,33,129 +138,138,1,138 +138,138,2,138 +138,138,3,220 +138,138,7,225 +138,138,21,227 +138,138,23,128 +138,138,26,138 +138,138,29,123 +139,139,1,139 +139,139,2,139 +139,139,3,221 +139,139,7,226 +139,139,21,228 +139,139,23,129 +139,139,26,139 +139,139,29,124 +140,140,1,140 +140,140,2,140 +140,140,3,222 +140,140,7,227 +140,140,21,229 +140,140,23,130 +140,140,26,140 +140,140,29,125 +141,141,1,141 +141,141,2,141 +141,141,3,223 +141,141,7,228 +141,141,21,230 +141,141,23,131 +141,141,26,141 +141,141,29,126 +142,142,1,142 +142,142,2,142 +142,142,3,224 +142,142,7,229 +142,142,13,68 +142,142,16,284 +142,142,20,99 +142,142,21,382 +142,142,25,129 +142,142,26,142 +142,142,29,127 +143,143,1,143 +143,143,2,143 +143,143,3,225 +143,143,5,113 +143,143,6,113 +143,143,7,230 +143,143,11,179 +143,143,12,139 +143,143,16,36 +143,143,17,36 +143,143,21,43 +143,143,22,43 +143,143,26,143 +143,143,27,261 +143,143,29,173 +143,143,30,52 +143,143,32,103 +144,144,1,144 +144,144,2,144 +144,144,3,235 +144,144,7,240 +144,144,11,192 +144,144,13,151 +144,144,26,144 +144,10169,29,202 +145,145,1,145 +145,145,2,145 +145,145,3,236 +145,145,7,241 +145,145,13,152 +145,145,26,145 +145,10170,29,203 +146,146,1,146 +146,146,2,146 +146,146,3,237 +146,146,7,242 +146,146,13,153 +146,146,26,146 +146,10171,29,204 +147,147,1,147 +147,147,2,147 +147,147,3,241 +147,147,7,246 +147,147,11,76 +147,147,14,145 +147,147,16,281 +147,147,20,96 +147,147,21,379 +147,147,25,126 +147,147,26,147 +147,147,29,194 +147,147,31,347 +148,148,1,148 +148,148,2,148 +148,148,3,242 +148,148,7,247 +148,148,11,77 +148,148,14,146 +148,148,16,282 +148,148,20,97 +148,148,21,380 +148,148,25,127 +148,148,26,148 +148,148,29,195 +148,148,31,348 +149,149,1,149 +149,149,2,149 +149,149,3,243 +149,149,7,248 +149,149,11,78 +149,149,14,147 +149,149,16,283 +149,149,20,98 +149,149,21,381 +149,149,25,128 +149,149,26,149 +149,149,29,196 +149,149,31,349 +150,150,1,150 +150,150,2,150 +150,150,3,249 +150,150,7,254 +150,150,11,196 +150,150,14,151 +150,150,26,150 +151,151,1,151 +151,151,2,151 +151,151,3,250 +151,151,7,255 +151,151,26,151 +152,152,1,152 +152,152,3,1 +152,152,7,1 +152,152,33,173 +153,153,1,153 +153,153,3,2 +153,153,7,2 +153,153,33,174 +154,154,1,154 +154,154,3,3 +154,154,7,3 +154,154,33,175 +155,155,1,155 +155,155,3,4 +155,155,7,4 +155,155,30,4 +155,155,33,176 +156,156,1,156 +156,156,3,5 +156,156,7,5 +156,156,30,5 +156,156,33,177 +157,157,1,157 +157,157,3,6 +157,157,7,6 +157,10233,30,6 +157,157,33,178 +158,158,1,158 +158,158,3,7 +158,158,7,7 +158,158,33,179 +159,159,1,159 +159,159,3,8 +159,159,7,8 +159,159,33,180 +160,160,1,160 +160,160,3,9 +160,160,7,9 +160,160,33,181 +161,161,1,161 +161,161,3,19 +161,161,7,19 +161,161,12,109 +161,161,32,26 +162,162,1,162 +162,162,3,20 +162,162,7,20 +162,162,12,110 +162,162,32,27 +163,163,1,163 +163,163,3,15 +163,163,5,106 +163,163,6,106 +163,163,7,15 +163,163,14,117 +163,163,21,212 +163,163,23,113 +163,163,27,19 +163,163,32,45 +164,164,1,164 +164,164,3,16 +164,164,5,107 +164,164,6,107 +164,164,7,16 +164,164,14,118 +164,164,21,213 +164,164,23,114 +164,164,27,20 +164,164,32,46 +165,165,1,165 +165,165,3,30 +165,165,7,30 +165,165,12,74 +165,165,16,20 +165,165,17,20 +165,165,19,8 +165,165,21,20 +165,165,22,20 +165,165,24,8 +166,166,1,166 +166,166,3,31 +166,166,7,31 +166,166,12,75 +166,166,16,21 +166,166,17,21 +166,166,19,9 +166,166,21,21 +166,166,22,21 +166,166,24,9 +167,167,1,167 +167,167,3,32 +167,167,7,32 +167,167,14,107 +167,167,16,22 +167,167,17,22 +167,167,19,10 +167,167,21,22 +167,167,22,22 +167,167,24,10 +167,167,32,1 +168,168,1,168 +168,168,3,33 +168,168,7,33 +168,168,14,108 +168,168,16,23 +168,168,17,23 +168,168,19,11 +168,168,21,23 +168,168,22,23 +168,168,24,11 +168,168,32,2 +169,169,1,169 +169,169,3,39 +169,169,4,65 +169,169,5,30 +169,169,6,30 +169,169,7,39 +169,169,9,63 +169,169,11,25 +169,169,12,147 +169,169,15,67 +169,169,16,70 +169,169,17,70 +169,169,18,28 +169,169,19,37 +169,169,20,21 +169,169,21,82 +169,169,22,82 +169,169,23,28 +169,169,24,37 +169,169,25,28 +169,169,29,146 +169,169,30,36 +170,170,1,170 +170,170,3,174 +170,170,4,181 +170,170,7,176 +170,170,13,147 +170,170,15,190 +170,170,16,201 +170,170,18,128 +170,170,21,257 +170,170,23,158 +170,170,27,220 +170,170,28,188 +170,170,33,78 +171,171,1,171 +171,171,3,175 +171,171,4,182 +171,171,7,177 +171,171,13,148 +171,171,15,191 +171,171,16,202 +171,171,18,129 +171,171,21,258 +171,171,23,159 +171,171,27,221 +171,171,28,189 +171,171,33,79 +172,172,1,172 +172,172,3,21 +172,172,4,155 +172,172,5,103 +172,172,6,103 +172,172,7,21 +172,172,11,15 +172,172,12,35 +172,172,15,162 +172,172,16,24 +172,172,17,24 +172,172,21,31 +172,172,22,31 +172,172,27,193 +172,172,28,84 +172,172,30,55 +172,172,31,73 +172,172,32,20 +173,173,1,173 +173,173,3,40 +173,173,5,99 +173,173,6,99 +173,173,7,40 +173,173,9,88 +173,173,16,210 +173,173,19,82 +173,173,21,272 +173,173,24,93 +173,173,27,254 +173,173,29,43 +173,173,30,199 +173,173,32,151 +174,174,1,174 +174,174,3,43 +174,174,4,137 +174,174,7,43 +174,174,9,281 +174,174,11,20 +174,174,14,119 +174,174,15,142 +174,174,16,134 +174,174,18,61 +174,174,21,167 +174,174,23,68 +174,174,28,11 +174,174,31,59 +175,175,1,175 +175,175,3,46 +175,175,6,173 +175,175,7,46 +175,175,27,257 +175,175,30,127 +176,176,1,176 +176,176,3,47 +176,176,6,174 +176,176,7,47 +176,176,27,258 +176,176,30,128 +177,177,1,177 +177,177,3,159 +177,177,4,162 +177,177,7,161 +177,177,15,169 +177,177,21,252 +177,177,23,153 +177,177,27,92 +178,178,1,178 +178,178,3,160 +178,178,4,163 +178,178,7,162 +178,178,15,170 +178,178,21,253 +178,178,23,154 +178,178,27,93 +179,179,1,179 +179,179,3,53 +179,179,7,53 +179,179,9,25 +179,179,11,45 +179,179,13,127 +179,179,21,162 +179,179,23,63 +179,179,31,101 +180,180,1,180 +180,180,3,54 +180,180,7,54 +180,180,9,26 +180,180,11,46 +180,180,13,128 +180,180,21,163 +180,180,23,64 +180,180,31,102 +181,181,1,181 +181,181,3,55 +181,181,7,55 +181,181,9,27 +181,181,11,47 +181,181,13,129 +181,181,21,164 +181,181,23,65 +181,181,31,103 +182,182,1,182 +182,182,3,86 +182,182,4,91 +182,182,7,86 +182,182,12,108 +182,182,15,94 +182,182,27,58 +182,182,33,65 +183,183,1,183 +183,183,3,130 +183,183,4,55 +183,183,5,125 +183,183,6,125 +183,183,7,132 +183,183,9,31 +183,183,12,42 +183,183,15,56 +183,183,28,140 +183,183,31,47 +184,184,1,184 +184,184,3,131 +184,184,4,56 +184,184,5,126 +184,184,6,126 +184,184,7,133 +184,184,9,32 +184,184,12,43 +184,184,15,57 +184,184,28,141 +184,184,31,48 +185,185,1,185 +185,185,3,106 +185,185,5,93 +185,185,6,93 +185,185,7,107 +185,185,14,130 +185,185,16,31 +185,185,17,31 +185,185,18,15 +185,185,21,38 +185,185,22,38 +185,185,23,15 +185,185,27,253 +185,185,30,124 +185,185,31,88 +185,185,32,84 +186,186,1,186 +186,186,3,75 +186,186,7,75 +186,186,14,36 +186,186,16,152 +186,186,18,79 +186,186,19,71 +186,186,21,185 +186,186,23,86 +186,186,24,77 +186,186,28,145 +186,186,32,42 +187,187,1,187 +187,187,3,67 +187,187,7,67 +187,187,12,135 +187,187,31,16 +188,188,1,188 +188,188,3,68 +188,188,7,68 +188,188,12,136 +188,188,31,17 +189,189,1,189 +189,189,3,69 +189,189,7,69 +189,189,12,137 +189,189,31,18 +190,190,1,190 +190,190,3,122 +190,190,5,63 +190,190,6,63 +190,190,7,123 +190,190,21,368 +190,190,25,115 +190,190,30,78 +190,190,32,47 +191,191,1,191 +191,191,3,102 +191,191,7,103 +191,191,9,20 +191,191,31,31 +192,192,1,192 +192,192,3,103 +192,192,7,104 +192,192,9,21 +192,192,31,32 +193,193,1,193 +193,193,3,101 +193,193,6,183 +193,193,7,101 +193,193,9,286 +193,193,13,87 +193,193,30,105 +193,193,32,3 +194,194,1,194 +194,194,3,56 +194,194,5,117 +194,194,6,117 +194,194,7,56 +194,194,11,18 +194,194,14,17 +194,194,27,100 +194,194,28,58 +194,10253,31,53 +194,194,32,5 +195,195,1,195 +195,195,3,57 +195,195,5,118 +195,195,6,118 +195,195,7,57 +195,195,11,19 +195,195,14,18 +195,195,27,101 +195,195,28,59 +195,195,32,6 +196,196,1,196 +196,196,3,184 +196,196,6,167 +196,196,7,188 +196,196,9,95 +196,196,11,5 +196,196,13,81 +196,196,16,127 +196,196,18,54 +196,196,21,157 +196,196,23,58 +196,196,27,200 +196,196,29,79 +196,196,30,29 +196,196,31,183 +197,197,1,197 +197,197,3,185 +197,197,6,168 +197,197,7,189 +197,197,9,96 +197,197,11,6 +197,197,13,82 +197,197,16,128 +197,197,18,55 +197,197,21,158 +197,197,23,59 +197,197,27,201 +197,197,29,78 +197,197,30,30 +197,197,31,184 +198,198,1,198 +198,198,3,208 +198,198,5,74 +198,198,6,74 +198,198,7,213 +198,198,14,51 +198,198,16,277 +198,198,20,92 +198,198,21,78 +198,198,22,78 +198,198,30,140 +198,198,31,232 +199,199,1,199 +199,199,3,82 +199,199,7,82 +199,199,13,135 +199,199,16,39 +199,199,17,39 +199,199,19,20 +199,199,21,46 +199,199,22,46 +199,199,24,20 +199,10172,28,3 +199,199,31,326 +199,10172,33,77 +200,200,1,200 +200,200,3,214 +200,200,5,72 +200,200,6,72 +200,200,7,219 +200,200,11,183 +200,200,16,66 +200,200,17,66 +200,200,21,372 +200,200,25,119 +200,200,30,197 +200,200,31,114 +201,201,1,201 +201,201,3,61 +201,201,5,114 +201,201,6,114 +201,201,7,61 +201,201,30,142 +202,202,1,202 +202,202,3,107 +202,202,4,161 +202,202,7,108 +202,202,13,119 +202,202,15,168 +202,202,27,217 +203,203,1,203 +203,203,3,147 +203,203,4,164 +203,203,5,121 +203,203,6,121 +203,203,7,149 +203,203,15,171 +203,203,31,192 +203,203,33,25 +204,204,1,204 +204,204,3,93 +204,204,7,93 +204,204,11,56 +204,204,21,268 +204,204,24,89 +204,204,31,258 +205,205,1,205 +205,205,3,94 +205,205,7,94 +205,205,11,57 +205,205,21,269 +205,205,24,90 +205,205,31,259 +206,206,1,206 +206,206,3,52 +206,206,7,52 +206,206,9,35 +206,206,12,40 +206,206,21,63 +206,206,22,63 +206,206,28,52 +206,206,31,188 +206,206,32,160 +207,207,1,207 +207,207,3,189 +207,207,6,153 +207,207,7,193 +207,207,9,221 +207,207,14,115 +207,207,30,185 +207,207,32,121 +208,208,1,208 +208,208,3,63 +208,208,5,35 +208,208,6,35 +208,208,7,63 +208,208,9,72 +208,208,11,176 +208,208,13,54 +208,208,27,179 +208,208,30,119 +209,209,1,209 +209,209,3,123 +209,209,7,125 +209,209,13,71 +209,209,16,258 +209,209,20,73 +209,209,21,339 +209,209,25,86 +209,209,33,151 +210,210,1,210 +210,210,3,124 +210,210,7,126 +210,210,13,72 +210,210,16,259 +210,210,20,74 +210,210,21,340 +210,210,25,87 +210,210,33,152 +211,211,1,211 +211,211,3,161 +211,211,7,163 +211,211,13,38 +211,211,27,304 +211,10234,30,84 +211,211,31,331 +211,10234,33,146 +212,212,1,212 +212,212,3,111 +212,212,6,196 +212,212,7,112 +212,212,11,189 +212,212,14,137 +212,212,16,276 +212,212,20,91 +212,212,21,366 +212,212,25,113 +212,212,28,119 +212,212,30,74 +212,212,31,261 +212,212,33,20 +213,213,1,213 +213,213,3,166 +213,213,7,168 +213,213,9,232 +213,213,14,14 +213,213,27,227 +213,213,29,170 +214,214,1,214 +214,214,3,113 +214,214,4,168 +214,214,5,62 +214,214,6,62 +214,214,7,114 +214,214,9,145 +214,214,13,131 +214,214,15,175 +214,214,21,367 +214,214,25,114 +214,214,28,121 +214,214,30,75 +214,214,31,262 +214,214,32,49 +215,215,1,215 +215,215,3,213 +215,215,5,144 +215,215,6,144 +215,215,7,218 +215,215,9,252 +215,215,11,181 +215,215,14,91 +215,215,16,249 +215,215,19,121 +215,215,21,326 +215,215,24,147 +215,215,27,292 +215,215,29,28 +215,10235,30,202 +215,215,31,230 +215,215,32,170 +216,216,1,216 +216,216,3,193 +216,216,7,198 +216,216,14,132 +216,216,30,112 +216,216,31,215 +217,217,1,217 +217,217,3,194 +217,217,7,199 +217,217,14,133 +217,217,30,113 +217,217,31,216 +218,218,1,218 +218,218,3,211 +218,218,4,103 +218,218,7,216 +218,218,14,12 +218,218,15,108 +218,218,32,144 +219,219,1,219 +219,219,3,212 +219,219,4,104 +219,219,7,217 +219,219,14,13 +219,219,15,109 +219,219,32,145 +220,220,1,220 +220,220,3,191 +220,220,6,203 +220,220,7,195 +220,220,9,258 +220,220,14,76 +220,220,27,75 +220,220,29,7 +220,220,30,212 +220,220,32,50 +221,221,1,221 +221,221,3,192 +221,221,6,204 +221,221,7,196 +221,221,9,259 +221,221,14,77 +221,221,27,76 +221,221,29,8 +221,221,30,213 +221,221,32,51 +222,222,1,222 +222,222,3,171 +222,222,4,180 +222,222,7,173 +222,222,9,237 +222,222,13,146 +222,222,15,189 +222,222,16,112 +222,222,17,112 +222,222,18,44 +222,222,21,135 +222,222,22,135 +222,222,23,44 +222,10173,27,236 +223,223,1,223 +223,223,3,172 +223,223,5,132 +223,223,6,132 +223,223,7,174 +223,223,9,235 +223,223,13,144 +223,223,21,143 +223,223,22,143 +223,223,23,47 +223,223,27,148 +223,223,28,44 +223,223,30,146 +224,224,1,224 +224,224,3,173 +224,224,5,133 +224,224,6,133 +224,224,7,175 +224,224,9,236 +224,224,13,145 +224,224,21,144 +224,224,22,144 +224,224,23,48 +224,224,27,149 +224,224,28,45 +224,224,30,147 +225,225,1,225 +225,225,3,190 +225,225,7,194 +225,225,9,254 +225,225,14,90 +225,225,16,81 +225,225,17,81 +225,225,21,95 +225,225,22,95 +225,225,27,78 +225,225,29,120 +225,225,31,354 +226,226,1,226 +226,226,3,197 +226,226,5,141 +226,226,6,141 +226,226,7,202 +226,226,9,234 +226,226,13,140 +226,226,21,146 +226,226,22,146 +226,226,23,50 +226,226,27,355 +226,226,28,47 +226,226,30,165 +227,227,1,227 +227,227,3,198 +227,227,4,115 +227,227,7,203 +227,227,9,203 +227,227,14,112 +227,227,15,120 +227,227,16,208 +227,227,19,80 +227,227,20,72 +227,227,21,270 +227,227,24,91 +227,227,25,85 +227,227,28,153 +227,227,33,113 +228,228,1,228 +228,228,3,209 +228,228,6,176 +228,228,7,214 +228,228,13,75 +228,228,21,289 +228,228,24,110 +228,228,31,25 +228,228,32,123 +229,229,1,229 +229,229,3,210 +229,229,6,177 +229,229,7,215 +229,229,13,76 +229,229,21,290 +229,229,24,111 +229,229,31,26 +229,229,32,124 +230,230,1,230 +230,230,3,188 +230,230,4,186 +230,230,7,192 +230,230,13,41 +230,230,15,195 +230,230,28,200 +230,230,33,54 +231,231,1,231 +231,231,3,195 +231,231,4,165 +231,231,7,200 +231,231,15,172 +231,231,31,122 +232,232,1,232 +232,232,3,196 +232,232,4,166 +232,232,7,201 +232,232,15,173 +232,232,31,123 +233,233,1,233 +233,233,3,216 +233,233,6,193 +233,233,7,221 +233,233,16,218 +233,233,19,90 +233,233,21,282 +233,233,24,103 +233,233,28,209 +233,233,30,134 +233,233,33,130 +234,234,1,234 +234,234,3,129 +234,234,7,131 +234,234,30,49 +234,234,31,204 +234,234,32,53 +235,235,1,235 +235,235,3,157 +235,235,7,159 +235,235,12,124 +235,235,16,58 +235,235,17,58 +235,235,21,70 +235,235,22,70 +235,235,33,40 +236,236,1,236 +236,236,3,143 +236,236,7,145 +236,236,27,107 +236,236,33,92 +237,237,1,237 +237,237,3,146 +237,237,7,148 +237,237,27,110 +237,237,33,95 +238,238,1,238 +238,238,3,152 +238,238,7,154 +238,238,14,83 +238,238,21,109 +238,238,22,109 +238,238,29,13 +239,239,1,239 +239,239,3,154 +239,239,6,197 +239,239,7,156 +239,239,9,56 +239,239,16,226 +239,239,19,98 +239,239,21,295 +239,239,24,116 +239,239,29,15 +239,239,30,182 +239,239,33,10 +240,240,1,240 +240,240,3,150 +240,240,6,200 +240,240,7,152 +240,240,9,53 +240,240,16,166 +240,240,18,93 +240,240,21,200 +240,240,23,101 +240,240,29,18 +240,240,30,174 +240,240,33,13 +241,241,1,241 +241,241,3,149 +241,241,7,151 +241,241,13,126 +241,241,16,138 +241,241,18,65 +241,241,20,62 +241,241,21,171 +241,241,23,72 +241,241,25,74 +241,241,28,117 +242,242,1,242 +242,242,3,218 +242,242,5,98 +242,242,6,98 +242,242,7,223 +242,242,16,34 +242,242,17,34 +242,242,18,18 +242,242,19,17 +242,242,20,10 +242,242,21,41 +242,242,22,41 +242,242,23,18 +242,242,24,17 +242,242,25,17 +242,242,28,8 +242,242,30,88 +242,242,31,45 +242,242,33,18 +243,243,1,243 +243,243,3,238 +243,243,7,243 +244,244,1,244 +244,244,3,239 +244,244,7,244 +245,245,1,245 +245,245,3,240 +245,245,7,245 +246,246,1,246 +246,246,3,244 +246,246,7,249 +246,246,9,292 +246,246,11,79 +246,246,14,102 +246,246,21,247 +246,246,23,148 +246,246,27,383 +246,246,29,139 +246,246,31,316 +247,247,1,247 +247,247,3,245 +247,247,7,250 +247,247,9,293 +247,247,11,80 +247,247,14,103 +247,247,21,248 +247,247,23,149 +247,247,27,384 +247,247,29,140 +247,247,31,317 +248,248,1,248 +248,248,3,246 +248,248,7,251 +248,248,9,294 +248,248,11,81 +248,248,14,104 +248,248,21,249 +248,248,23,150 +248,248,27,385 +248,248,29,141 +248,248,31,318 +249,249,1,249 +249,249,3,247 +249,249,7,252 +250,250,1,250 +250,250,3,248 +250,250,7,253 +251,251,1,251 +251,251,3,251 +251,251,7,256 +252,252,1,252 +252,252,4,1 +252,252,11,130 +252,252,15,1 +252,252,33,182 +253,253,1,253 +253,253,4,2 +253,253,11,131 +253,253,15,2 +253,253,33,183 +254,254,1,254 +254,254,4,3 +254,254,11,132 +254,254,15,3 +254,254,33,184 +255,255,1,255 +255,255,4,4 +255,255,15,4 +255,255,33,185 +256,256,1,256 +256,256,4,5 +256,256,15,5 +256,256,33,186 +257,257,1,257 +257,257,4,6 +257,257,15,6 +257,257,33,187 +258,258,1,258 +258,258,4,7 +258,258,15,7 +258,258,33,188 +259,259,1,259 +259,259,4,8 +259,259,15,8 +259,259,33,189 +260,260,1,260 +260,260,4,9 +260,260,15,9 +260,260,33,190 +261,261,1,261 +261,261,4,10 +261,261,14,44 +261,261,15,10 +261,261,32,7 +262,262,1,262 +262,262,4,11 +262,262,14,45 +262,262,15,11 +262,262,32,8 +263,263,1,263 +263,263,4,12 +263,263,12,12 +263,263,15,12 +263,10174,27,31 +263,10174,29,71 +264,264,1,264 +264,264,4,13 +264,264,12,13 +264,264,15,13 +264,10175,27,32 +264,10175,29,72 +265,265,1,265 +265,265,4,14 +265,265,5,48 +265,265,6,48 +265,265,15,14 +265,265,30,18 +266,266,1,266 +266,266,4,15 +266,266,5,49 +266,266,6,49 +266,266,15,15 +266,266,30,19 +267,267,1,267 +267,267,4,16 +267,267,5,50 +267,267,6,50 +267,267,15,16 +267,267,30,20 +268,268,1,268 +268,268,4,17 +268,268,5,51 +268,268,6,51 +268,268,15,17 +268,268,30,21 +269,269,1,269 +269,269,4,18 +269,269,5,52 +269,269,6,52 +269,269,15,18 +269,269,30,22 +270,270,1,270 +270,270,4,19 +270,270,14,55 +270,270,15,19 +270,270,27,36 +270,270,32,104 +271,271,1,271 +271,271,4,20 +271,271,14,56 +271,271,15,20 +271,271,27,37 +271,271,32,105 +272,272,1,272 +272,272,4,21 +272,272,14,57 +272,272,15,21 +272,272,27,38 +272,272,32,106 +273,273,1,273 +273,273,4,22 +273,273,15,22 +273,273,27,39 +273,273,32,54 +274,274,1,274 +274,274,4,23 +274,274,15,23 +274,274,27,40 +274,274,32,55 +275,275,1,275 +275,275,4,24 +275,275,15,24 +275,275,27,41 +275,275,32,56 +276,276,1,276 +276,276,4,25 +276,276,13,19 +276,276,15,25 +277,277,1,277 +277,277,4,26 +277,277,13,20 +277,277,15,26 +278,278,1,278 +278,278,4,27 +278,278,5,119 +278,278,6,119 +278,278,9,212 +278,278,13,17 +278,278,15,27 +278,278,16,40 +278,278,17,40 +278,278,18,19 +278,278,19,21 +278,278,20,11 +278,278,21,47 +278,278,22,47 +278,278,23,19 +278,278,24,21 +278,278,25,18 +278,278,27,62 +278,278,28,48 +278,278,31,132 +279,279,1,279 +279,279,4,28 +279,279,5,120 +279,279,6,120 +279,279,9,213 +279,279,13,18 +279,279,15,28 +279,279,16,41 +279,279,17,41 +279,279,18,20 +279,279,19,22 +279,279,20,12 +279,279,21,48 +279,279,22,48 +279,279,23,20 +279,279,24,22 +279,279,25,19 +279,279,27,63 +279,279,28,49 +279,279,31,133 +280,280,1,280 +280,280,4,29 +280,280,6,157 +280,280,11,9 +280,280,12,64 +280,280,15,29 +280,280,27,120 +280,280,28,34 +280,280,30,101 +280,280,31,62 +280,280,32,57 +281,281,1,281 +281,281,4,30 +281,281,6,158 +281,281,11,10 +281,281,12,65 +281,281,15,30 +281,281,27,121 +281,281,28,35 +281,281,30,102 +281,281,31,63 +281,281,32,58 +282,282,1,282 +282,282,4,31 +282,282,6,159 +282,282,11,11 +282,282,12,66 +282,282,15,31 +282,282,27,122 +282,282,28,36 +282,282,30,103 +282,282,31,64 +282,282,32,59 +283,283,1,283 +283,283,4,32 +283,283,12,47 +283,283,15,33 +283,283,16,139 +283,283,18,66 +283,283,19,60 +283,283,21,172 +283,283,23,73 +283,283,24,66 +283,283,31,49 +283,283,32,149 +284,284,1,284 +284,284,4,33 +284,284,12,48 +284,284,15,34 +284,284,16,140 +284,284,18,67 +284,284,19,61 +284,284,21,173 +284,284,23,74 +284,284,24,67 +284,284,31,50 +284,284,32,150 +285,285,1,285 +285,285,4,34 +285,285,15,35 +285,285,31,106 +286,286,1,286 +286,286,4,35 +286,286,15,36 +286,286,31,107 +287,287,1,287 +287,287,4,36 +287,287,9,276 +287,287,15,37 +287,287,31,78 +287,287,33,59 +288,288,1,288 +288,288,4,37 +288,288,9,277 +288,288,15,38 +288,288,31,79 +288,288,33,60 +289,289,1,289 +289,289,4,38 +289,289,9,278 +289,289,15,39 +289,289,31,80 +289,289,33,61 +290,290,1,290 +290,290,4,42 +290,290,12,111 +290,290,15,43 +290,290,27,104 +291,291,1,291 +291,291,4,43 +291,291,12,112 +291,291,15,44 +291,291,27,105 +292,292,1,292 +292,292,4,44 +292,292,12,113 +292,292,15,45 +292,292,27,106 +293,293,1,293 +293,293,4,45 +293,293,12,140 +293,293,15,46 +293,293,28,148 +294,294,1,294 +294,294,4,46 +294,294,12,141 +294,294,15,47 +294,294,28,149 +295,295,1,295 +295,295,4,47 +295,295,12,142 +295,295,15,48 +295,295,28,150 +296,296,1,296 +296,296,4,48 +296,296,13,95 +296,296,15,49 +296,296,16,56 +296,296,17,56 +296,296,20,15 +296,296,21,68 +296,296,22,68 +296,296,25,22 +296,296,31,116 +297,297,1,297 +297,297,4,49 +297,297,13,96 +297,297,15,50 +297,297,16,57 +297,297,17,57 +297,297,20,16 +297,297,21,69 +297,297,22,69 +297,297,25,23 +297,297,31,117 +298,298,1,298 +298,298,4,54 +298,298,5,124 +298,298,6,124 +298,298,9,30 +298,298,12,41 +298,298,15,55 +298,298,28,139 +298,298,31,46 +299,299,1,299 +299,299,4,60 +299,299,6,155 +299,299,9,164 +299,299,13,93 +299,299,15,61 +299,299,16,198 +299,299,18,125 +299,299,21,254 +299,299,23,155 +299,299,30,190 +299,299,32,107 +300,300,1,300 +300,300,4,61 +300,300,9,78 +300,300,12,78 +300,300,15,63 +301,301,1,301 +301,301,4,62 +301,301,9,79 +301,301,12,79 +301,301,15,64 +302,302,1,302 +302,302,4,68 +302,302,13,123 +302,302,15,70 +302,302,16,102 +302,302,17,102 +302,302,20,52 +302,302,21,124 +302,302,22,124 +302,302,25,64 +302,302,27,294 +302,302,29,174 +302,302,31,297 +303,303,1,303 +303,303,4,69 +303,303,13,63 +303,303,15,71 +303,303,21,125 +303,303,22,125 +303,303,27,295 +303,303,29,175 +304,304,1,304 +304,304,4,70 +304,304,9,166 +304,304,11,149 +304,304,14,99 +304,304,15,72 +304,304,29,191 +305,305,1,305 +305,305,4,71 +305,305,9,167 +305,305,11,150 +305,305,14,100 +305,305,15,73 +305,305,29,192 +306,306,1,306 +306,306,4,72 +306,306,9,168 +306,306,11,151 +306,306,14,101 +306,306,15,74 +306,306,29,193 +307,307,1,307 +307,307,4,76 +307,307,5,86 +307,307,6,86 +307,307,12,143 +307,307,15,78 +307,307,31,161 +308,308,1,308 +308,308,4,77 +308,308,5,87 +308,308,6,87 +308,308,12,144 +308,308,15,79 +308,308,31,162 +309,309,1,309 +309,309,4,78 +309,309,13,73 +309,309,15,80 +309,309,21,293 +309,309,24,114 +309,309,27,66 +310,310,1,310 +310,310,4,79 +310,310,13,74 +310,310,15,81 +310,310,21,294 +310,310,24,115 +310,310,27,67 +311,311,1,311 +311,311,4,80 +311,311,12,96 +311,311,15,82 +311,311,33,119 +312,312,1,312 +312,312,4,81 +312,312,12,97 +312,312,15,83 +312,312,33,120 +313,313,1,313 +313,313,4,86 +313,313,12,133 +313,313,15,89 +313,313,32,9 +314,314,1,314 +314,314,4,87 +314,314,12,134 +314,314,15,90 +314,314,32,10 +315,315,1,315 +315,315,4,94 +315,315,5,26 +315,315,6,26 +315,315,9,134 +315,315,12,72 +315,315,15,98 +315,315,27,60 +315,315,30,90 +316,316,1,316 +316,316,4,95 +316,316,12,98 +316,316,15,100 +316,316,31,139 +317,317,1,317 +317,317,4,96 +317,317,12,99 +317,317,15,101 +317,317,31,140 +318,318,1,318 +318,318,4,97 +318,318,12,55 +318,318,15,102 +318,318,16,264 +318,318,20,79 +318,318,21,345 +318,318,25,92 +318,318,28,111 +319,319,1,319 +319,319,4,98 +319,319,12,56 +319,319,15,103 +319,319,16,265 +319,319,20,80 +319,319,21,346 +319,319,25,93 +319,319,28,112 +320,320,1,320 +320,320,4,99 +320,320,9,240 +320,320,13,27 +320,320,15,104 +320,320,16,266 +320,320,20,81 +320,320,21,351 +320,320,25,98 +320,320,27,356 +320,320,28,190 +321,321,1,321 +321,321,4,100 +321,321,9,241 +321,321,13,28 +321,321,15,105 +321,321,16,267 +321,321,20,82 +321,321,21,352 +321,321,25,99 +321,321,27,357 +321,321,28,191 +322,322,1,322 +322,322,4,101 +322,322,9,204 +322,322,15,106 +322,322,31,151 +322,322,33,125 +323,323,1,323 +323,323,4,102 +323,323,9,205 +323,323,15,107 +323,323,31,152 +323,323,33,126 +324,324,1,324 +324,324,4,105 +324,324,14,96 +324,324,15,110 +324,324,16,223 +324,324,19,95 +324,324,21,287 +324,324,24,108 +324,324,27,300 +324,324,28,173 +324,324,31,150 +324,324,33,86 +325,325,1,325 +325,325,4,110 +325,325,9,206 +325,325,13,7 +325,325,15,115 +325,325,31,111 +325,325,32,125 +326,326,1,326 +326,326,4,111 +326,326,9,207 +326,326,13,8 +326,326,15,116 +326,326,31,112 +326,326,32,126 +327,327,1,327 +327,327,4,114 +327,327,14,131 +327,327,15,119 +327,327,16,105 +327,327,17,105 +327,327,21,128 +327,327,22,128 +328,328,1,328 +328,328,4,116 +328,328,9,121 +328,328,14,3 +328,328,15,121 +328,328,16,235 +328,328,19,107 +328,328,21,304 +328,328,24,125 +328,328,27,321 +328,328,33,44 +329,329,1,329 +329,329,4,117 +329,329,9,122 +329,329,14,4 +329,329,15,122 +329,329,16,236 +329,329,19,108 +329,329,21,305 +329,329,24,126 +329,329,27,322 +329,329,33,45 +330,330,1,330 +330,330,4,118 +330,330,9,123 +330,330,14,5 +330,330,15,123 +330,330,16,237 +330,330,19,109 +330,330,21,306 +330,330,24,127 +330,330,27,323 +330,330,33,46 +331,331,1,331 +331,331,4,119 +331,331,15,124 +331,331,31,252 +332,332,1,332 +332,332,4,120 +332,332,15,125 +332,332,31,253 +333,333,1,333 +333,333,4,121 +333,333,6,171 +333,333,9,246 +333,333,14,139 +333,333,15,126 +333,333,29,35 +333,333,31,219 +333,333,33,114 +334,334,1,334 +334,334,4,122 +334,334,6,172 +334,334,9,247 +334,334,14,140 +334,334,15,127 +334,334,29,36 +334,334,31,220 +334,334,33,115 +335,335,1,335 +335,335,4,123 +335,335,9,186 +335,335,13,5 +335,335,15,128 +335,335,31,217 +335,335,33,70 +336,336,1,336 +336,336,4,124 +336,336,9,187 +336,336,13,6 +336,336,15,129 +336,336,31,218 +336,336,33,71 +337,337,1,337 +337,337,4,125 +337,337,9,214 +337,337,13,12 +337,337,15,130 +337,337,27,362 +338,338,1,338 +338,338,4,126 +338,338,9,215 +338,338,13,13 +338,338,15,131 +338,338,27,363 +339,339,1,339 +339,339,4,127 +339,339,5,80 +339,339,6,80 +339,339,14,40 +339,339,15,132 +339,339,16,93 +339,339,17,93 +339,339,18,36 +339,339,20,43 +339,339,21,113 +339,339,22,113 +339,339,23,36 +339,339,25,55 +339,339,27,228 +339,339,28,137 +339,339,29,60 +339,339,30,97 +339,339,31,168 +339,339,32,162 +340,340,1,340 +340,340,4,128 +340,340,5,81 +340,340,6,81 +340,340,14,41 +340,340,15,133 +340,340,16,94 +340,340,17,94 +340,340,18,37 +340,340,20,44 +340,340,21,114 +340,340,22,114 +340,340,23,37 +340,340,25,56 +340,340,27,229 +340,340,28,138 +340,340,29,61 +340,340,30,98 +340,340,31,169 +340,340,32,163 +341,341,1,341 +341,341,4,129 +341,341,9,279 +341,341,12,51 +341,341,15,134 +341,341,21,357 +341,341,25,104 +341,341,27,102 +341,341,28,91 +341,341,32,11 +342,342,1,342 +342,342,4,130 +342,342,9,280 +342,342,12,52 +342,342,15,135 +342,342,21,358 +342,342,25,105 +342,342,27,103 +342,342,28,92 +342,342,32,12 +343,343,1,343 +343,343,4,131 +343,343,9,169 +343,343,15,136 +343,343,21,310 +343,343,24,131 +343,343,27,82 +343,343,29,151 +344,344,1,344 +344,344,4,132 +344,344,9,170 +344,344,15,137 +344,344,21,311 +344,344,24,132 +344,344,27,83 +344,344,29,152 +345,345,1,345 +345,345,4,133 +345,345,15,138 +345,345,21,231 +345,345,23,132 +345,345,29,183 +346,346,1,346 +346,346,4,134 +346,346,15,139 +346,346,21,232 +346,346,23,133 +346,346,29,184 +347,347,1,347 +347,347,4,135 +347,347,11,171 +347,347,15,140 +347,347,21,233 +347,347,23,134 +347,347,29,185 +348,348,1,348 +348,348,4,136 +348,348,11,172 +348,348,15,141 +348,348,21,234 +348,348,23,135 +348,348,29,186 +349,349,1,349 +349,349,4,140 +349,349,5,138 +349,349,6,138 +349,349,15,145 +349,349,16,155 +349,349,18,82 +349,349,21,189 +349,349,23,90 +349,349,27,152 +349,349,29,188 +349,349,32,158 +350,350,1,350 +350,350,4,141 +350,350,5,139 +350,350,6,139 +350,350,15,146 +350,350,16,156 +350,350,18,83 +350,350,21,190 +350,350,23,91 +350,350,27,153 +350,350,29,189 +350,350,32,159 +351,351,1,351 +351,351,4,142 +351,351,9,163 +351,351,15,147 +351,351,16,181 +351,351,18,108 +351,351,19,77 +351,351,20,69 +351,351,21,220 +351,351,23,121 +351,351,24,84 +351,351,25,82 +352,352,1,352 +352,352,4,145 +352,352,12,116 +352,352,15,150 +352,352,21,214 +352,352,23,115 +353,353,1,353 +353,353,4,146 +353,353,9,210 +353,353,14,122 +353,353,15,151 +353,353,21,316 +353,353,24,137 +353,353,31,298 +354,354,1,354 +354,354,4,147 +354,354,9,211 +354,354,14,123 +354,354,15,152 +354,354,21,317 +354,354,24,138 +354,354,31,299 +355,355,1,355 +355,355,4,148 +355,355,6,189 +355,355,11,69 +355,355,15,153 +355,355,27,135 +355,355,30,158 +355,355,32,139 +356,356,1,356 +356,356,4,149 +356,356,6,190 +356,356,11,70 +356,356,15,154 +356,356,27,136 +356,356,30,159 +356,356,32,140 +357,357,1,357 +357,357,4,150 +357,357,6,185 +357,357,9,288 +357,357,15,156 +357,357,21,354 +357,357,25,101 +357,357,31,246 +358,358,1,358 +358,358,4,151 +358,358,5,83 +358,358,6,83 +358,358,11,53 +358,358,13,112 +358,358,15,158 +358,358,30,196 +358,358,32,143 +359,359,1,359 +359,359,4,152 +359,359,6,209 +359,359,9,216 +359,359,13,9 +359,359,15,159 +359,359,16,245 +359,359,19,117 +359,359,21,322 +359,359,24,143 +359,359,29,107 +360,360,1,360 +360,360,4,160 +360,360,13,118 +360,360,15,167 +360,360,27,216 +361,361,1,361 +361,361,4,171 +361,361,6,206 +361,361,11,93 +361,361,15,179 +361,361,16,246 +361,361,19,118 +361,361,21,323 +361,361,24,144 +361,361,27,79 +361,361,29,25 +361,361,30,205 +361,361,31,357 +361,361,32,172 +362,362,1,362 +362,362,4,172 +362,362,6,207 +362,362,11,94 +362,362,15,180 +362,362,16,247 +362,362,19,119 +362,362,21,324 +362,362,24,145 +362,362,27,80 +362,362,29,26 +362,362,30,206 +362,362,31,358 +362,362,32,173 +363,363,1,363 +363,363,4,173 +363,363,9,243 +363,363,11,60 +363,363,15,182 +363,363,29,159 +363,363,30,143 +364,364,1,364 +364,364,4,174 +364,364,9,244 +364,364,11,61 +364,364,15,183 +364,364,29,160 +364,364,30,144 +365,365,1,365 +365,365,4,175 +365,365,9,245 +365,365,11,62 +365,365,15,184 +365,365,29,161 +365,365,30,145 +366,366,1,366 +366,366,4,176 +366,366,13,141 +366,366,15,185 +366,366,21,140 +366,366,22,140 +366,366,24,61 +367,367,1,367 +367,367,4,177 +367,367,13,142 +367,367,15,186 +367,367,21,141 +367,367,22,141 +367,367,24,62 +368,368,1,368 +368,368,4,178 +368,368,13,143 +368,368,15,187 +368,368,21,142 +368,368,22,142 +368,368,24,63 +369,369,1,369 +369,369,4,179 +369,369,13,42 +369,369,15,188 +369,369,16,262 +369,369,20,77 +369,369,21,343 +369,369,25,90 +369,369,29,187 +370,370,1,370 +370,370,4,183 +370,370,13,29 +370,370,15,192 +370,370,16,111 +370,370,17,111 +370,370,18,43 +370,370,21,134 +370,370,22,134 +370,370,23,43 +370,370,31,332 +370,370,33,82 +371,371,1,371 +371,371,4,187 +371,371,13,14 +371,371,15,196 +371,371,16,117 +371,371,17,117 +371,371,21,147 +371,371,22,147 +371,371,29,113 +371,371,31,276 +372,372,1,372 +372,372,4,188 +372,372,13,15 +372,372,15,197 +372,372,16,118 +372,372,17,118 +372,372,21,148 +372,372,22,148 +372,372,29,114 +372,372,31,277 +373,373,1,373 +373,373,4,189 +373,373,13,16 +373,373,15,198 +373,373,16,119 +373,373,17,119 +373,373,21,149 +373,373,22,149 +373,373,29,115 +373,373,31,278 +374,374,1,374 +374,374,4,190 +374,374,9,262 +374,374,11,82 +374,374,15,199 +374,374,16,214 +374,374,19,86 +374,374,21,278 +374,374,24,99 +374,374,29,129 +374,374,33,137 +375,375,1,375 +375,375,4,191 +375,375,9,263 +375,375,11,83 +375,375,15,200 +375,375,16,215 +375,375,19,87 +375,375,21,279 +375,375,24,100 +375,375,29,130 +375,375,33,138 +376,376,1,376 +376,376,4,192 +376,376,9,264 +376,376,11,84 +376,376,15,201 +376,376,16,216 +376,376,19,88 +376,376,21,280 +376,376,24,101 +376,376,29,131 +376,376,33,139 +377,377,1,377 +377,377,4,193 +377,377,15,202 +377,377,29,197 +378,378,1,378 +378,378,4,194 +378,378,15,203 +378,378,29,198 +379,379,1,379 +379,379,4,195 +379,379,11,193 +379,379,15,204 +379,379,29,199 +380,380,1,380 +380,380,4,196 +380,380,15,205 +381,381,1,381 +381,381,4,197 +381,381,15,206 +382,382,1,382 +382,382,4,198 +382,382,15,207 +383,383,1,383 +383,383,4,199 +383,383,11,194 +383,383,15,208 +384,384,1,384 +384,384,4,200 +384,384,11,200 +384,384,15,209 +385,385,1,385 +385,385,4,201 +385,385,15,210 +386,386,1,386 +386,386,4,202 +386,386,15,211 +387,387,1,387 +387,387,5,1 +387,387,6,1 +387,387,30,130 +387,387,33,191 +388,388,1,388 +388,388,5,2 +388,388,6,2 +388,388,30,131 +388,388,33,192 +389,389,1,389 +389,389,5,3 +389,389,6,3 +389,389,30,132 +389,389,33,193 +390,390,1,390 +390,390,5,4 +390,390,6,4 +390,390,11,115 +390,390,30,61 +390,390,33,194 +391,391,1,391 +391,391,5,5 +391,391,6,5 +391,391,11,116 +391,391,30,62 +391,391,33,195 +392,392,1,392 +392,392,5,6 +392,392,6,6 +392,392,11,117 +392,392,30,63 +392,392,33,196 +393,393,1,393 +393,393,5,7 +393,393,6,7 +393,393,11,133 +393,393,30,161 +393,393,33,197 +394,394,1,394 +394,394,5,8 +394,394,6,8 +394,394,11,134 +394,394,30,162 +394,394,33,198 +395,395,1,395 +395,395,5,9 +395,395,6,9 +395,395,11,135 +395,395,30,163 +395,395,33,199 +396,396,1,396 +396,396,5,10 +396,396,6,10 +396,396,11,26 +396,396,13,99 +396,396,30,12 +396,396,31,97 +396,396,32,28 +397,397,1,397 +397,397,5,11 +397,397,6,11 +397,397,11,27 +397,397,13,100 +397,397,30,13 +397,397,31,98 +397,397,32,29 +398,398,1,398 +398,398,5,12 +398,398,6,12 +398,398,11,28 +398,398,13,101 +398,398,30,14 +398,398,31,99 +398,398,32,30 +399,399,1,399 +399,399,5,13 +399,399,6,13 +399,399,11,29 +399,399,12,38 +399,399,30,10 +400,400,1,400 +400,400,5,14 +400,400,6,14 +400,400,11,30 +400,400,12,39 +400,400,30,11 +401,401,1,401 +401,401,5,15 +401,401,6,15 +401,401,30,39 +401,401,31,33 +401,401,32,61 +402,402,1,402 +402,402,5,16 +402,402,6,16 +402,402,30,40 +402,402,31,34 +402,402,32,62 +403,403,1,403 +403,403,5,17 +403,403,6,17 +403,403,11,34 +403,403,28,25 +403,403,30,15 +403,403,31,94 +403,403,32,109 +404,404,1,404 +404,404,5,18 +404,404,6,18 +404,404,11,35 +404,404,28,26 +404,404,30,16 +404,404,31,95 +404,404,32,110 +405,405,1,405 +405,405,5,19 +405,405,6,19 +405,405,11,36 +405,405,28,27 +405,405,30,17 +405,405,31,96 +405,405,32,111 +406,406,1,406 +406,406,5,25 +406,406,6,25 +406,406,9,133 +406,406,12,71 +406,406,15,97 +406,406,27,59 +406,406,30,89 +407,407,1,407 +407,407,5,27 +407,407,6,27 +407,407,9,135 +407,407,12,73 +407,407,15,99 +407,407,27,61 +407,407,30,91 +408,408,1,408 +408,408,5,36 +408,408,6,36 +408,408,16,188 +408,408,18,115 +408,408,21,235 +408,408,23,136 +408,408,30,208 +408,408,33,107 +409,409,1,409 +409,409,5,37 +409,409,6,37 +409,409,16,189 +409,409,18,116 +409,409,21,236 +409,409,23,137 +409,409,30,209 +409,409,33,108 +410,410,1,410 +410,410,5,38 +410,410,6,38 +410,410,11,163 +410,410,16,190 +410,410,18,117 +410,410,21,237 +410,410,23,138 +410,410,30,210 +410,410,33,109 +411,411,1,411 +411,411,5,39 +411,411,6,39 +411,411,11,164 +411,411,16,191 +411,411,18,118 +411,411,21,238 +411,411,23,139 +411,411,30,211 +411,411,33,110 +412,412,1,412 +412,412,5,45 +412,412,6,45 +412,412,12,44 +412,412,30,43 +413,413,1,413 +413,413,5,46 +413,413,6,46 +413,413,12,45 +413,413,30,44 +414,414,1,414 +414,414,5,47 +414,414,6,47 +414,414,12,46 +414,414,30,45 +415,415,1,415 +415,415,5,53 +415,415,6,53 +415,415,9,142 +415,415,12,76 +415,415,27,116 +415,415,28,203 +415,415,30,70 +415,415,31,38 +416,416,1,416 +416,416,5,54 +416,416,6,54 +416,416,9,143 +416,416,12,77 +416,416,27,117 +416,416,28,204 +416,416,30,71 +416,416,31,39 +417,417,1,417 +417,417,5,55 +417,417,6,55 +417,417,13,132 +417,417,30,109 +417,417,31,201 +417,417,32,63 +418,418,1,418 +418,418,5,56 +418,418,6,56 +418,418,9,149 +418,418,14,58 +418,418,30,41 +418,418,31,51 +419,419,1,419 +419,419,5,57 +419,419,6,57 +419,419,9,150 +419,419,14,59 +419,419,30,42 +419,419,31,52 +420,420,1,420 +420,420,5,58 +420,420,6,58 +420,420,27,128 +420,420,30,66 +421,421,1,421 +421,421,5,59 +421,421,6,59 +421,421,27,129 +421,421,30,67 +422,422,1,422 +422,422,5,60 +422,422,6,60 +422,422,16,260 +422,422,20,75 +422,422,21,341 +422,422,25,88 +422,422,27,230 +422,422,30,82 +422,422,31,327 +423,423,1,423 +423,423,5,61 +423,423,6,61 +423,423,16,261 +423,423,20,76 +423,423,21,342 +423,423,25,89 +423,423,27,231 +423,423,30,83 +423,423,31,328 +424,424,1,424 +424,424,5,64 +424,424,6,64 +424,424,7,124 +424,424,21,369 +424,424,25,116 +424,424,30,79 +424,424,32,48 +425,425,1,425 +425,425,5,65 +425,425,6,65 +425,425,9,208 +425,425,11,167 +425,425,13,1 +425,425,16,64 +425,425,17,64 +425,425,21,76 +425,425,22,76 +425,425,27,124 +425,425,28,135 +425,425,30,37 +425,425,31,143 +426,426,1,426 +426,426,5,66 +426,426,6,66 +426,426,9,209 +426,426,11,168 +426,426,13,2 +426,426,16,65 +426,426,17,65 +426,426,21,77 +426,426,22,77 +426,426,27,125 +426,426,28,136 +426,426,30,38 +426,426,31,144 +427,427,1,427 +427,427,5,67 +427,427,6,67 +427,427,9,80 +427,427,21,24 +427,427,22,24 +427,427,25,8 +427,427,28,4 +427,427,30,64 +428,428,1,428 +428,428,5,68 +428,428,6,68 +428,428,9,81 +428,428,21,25 +428,428,22,25 +428,428,25,9 +428,428,28,5 +428,428,30,65 +429,429,1,429 +429,429,5,73 +429,429,6,73 +429,429,11,184 +429,429,16,67 +429,429,17,67 +429,429,21,373 +429,429,25,120 +429,429,30,198 +429,429,31,115 +430,430,1,430 +430,430,5,75 +430,430,6,75 +430,430,14,52 +430,430,16,278 +430,430,20,93 +430,430,21,79 +430,430,22,79 +430,430,30,141 +430,430,31,233 +431,431,1,431 +431,431,5,76 +431,431,6,76 +431,431,30,152 +432,432,1,432 +432,432,5,77 +432,432,6,77 +432,432,30,153 +433,433,1,433 +433,433,5,82 +433,433,6,82 +433,433,11,52 +433,433,13,111 +433,433,15,157 +433,433,30,195 +433,433,32,142 +434,434,1,434 +434,434,5,84 +434,434,6,84 +434,434,13,102 +434,434,27,130 +434,434,30,110 +434,434,31,226 +435,435,1,435 +435,435,5,85 +435,435,6,85 +435,435,13,103 +435,435,27,131 +435,435,30,111 +435,435,31,227 +436,436,1,436 +436,436,5,88 +436,436,6,88 +436,436,9,250 +436,436,27,118 +436,436,29,87 +436,436,30,180 +436,436,31,153 +436,436,32,154 +437,437,1,437 +437,437,5,89 +437,437,6,89 +437,437,9,251 +437,437,27,119 +437,437,29,88 +437,437,30,181 +437,437,31,154 +437,437,32,155 +438,438,1,438 +438,438,5,92 +438,438,6,92 +438,438,14,129 +438,438,16,30 +438,438,17,30 +438,438,18,14 +438,438,21,37 +438,438,22,37 +438,438,23,14 +438,438,27,252 +438,438,30,123 +438,438,31,87 +438,438,32,83 +439,439,1,439 +439,439,5,94 +439,439,6,94 +439,439,13,113 +439,439,21,59 +439,439,22,59 +439,439,27,364 +439,439,29,10 +439,439,30,76 +440,440,1,440 +440,440,5,96 +440,440,6,96 +440,440,16,32 +440,440,17,32 +440,440,18,16 +440,440,19,15 +440,440,20,8 +440,440,21,39 +440,440,22,39 +440,440,23,16 +440,440,24,15 +440,440,25,15 +440,440,28,6 +440,440,30,86 +440,440,31,43 +440,440,33,16 +441,441,1,441 +441,441,5,102 +441,441,6,102 +441,441,13,138 +441,441,30,157 +442,442,1,442 +442,442,5,108 +442,442,6,108 +442,442,11,187 +442,442,29,47 +442,442,30,139 +442,442,31,302 +443,443,1,443 +443,443,5,109 +443,443,6,109 +443,443,11,85 +443,443,14,6 +443,443,16,238 +443,443,19,110 +443,443,21,307 +443,443,24,128 +443,443,29,116 +443,443,30,187 +443,443,31,126 +443,443,32,164 +444,444,1,444 +444,444,5,110 +444,444,6,110 +444,444,11,86 +444,444,14,7 +444,444,16,239 +444,444,19,111 +444,444,21,308 +444,444,24,129 +444,444,29,117 +444,444,30,188 +444,444,31,127 +444,444,32,165 +445,445,1,445 +445,445,5,111 +445,445,6,111 +445,445,11,87 +445,445,14,8 +445,445,16,240 +445,445,19,112 +445,445,21,309 +445,445,24,130 +445,445,29,118 +445,445,30,189 +445,445,31,128 +445,445,32,166 +446,446,1,446 +446,446,5,112 +446,446,6,112 +446,446,11,178 +446,446,12,138 +446,446,16,35 +446,446,17,35 +446,446,21,42 +446,446,22,42 +446,446,27,260 +446,446,29,172 +446,446,30,51 +446,446,32,102 +447,447,1,447 +447,447,5,115 +447,447,6,115 +447,447,9,33 +447,447,11,50 +447,447,12,62 +447,447,16,279 +447,447,20,94 +447,447,21,377 +447,447,25,124 +447,447,27,298 +447,447,29,134 +447,447,30,223 +447,447,31,163 +447,447,32,64 +448,448,1,448 +448,448,5,116 +448,448,6,116 +448,448,9,34 +448,448,11,51 +448,448,12,63 +448,448,16,280 +448,448,20,95 +448,448,21,378 +448,448,25,125 +448,448,27,299 +448,448,29,135 +448,448,30,224 +448,448,31,164 +448,448,32,65 +449,449,1,449 +449,449,5,122 +449,449,6,122 +449,449,13,48 +449,449,27,314 +449,449,30,107 +449,449,31,265 +450,450,1,450 +450,450,5,123 +450,450,6,123 +450,450,13,49 +450,450,27,315 +450,450,30,108 +450,450,31,266 +451,451,1,451 +451,451,5,127 +451,451,6,127 +451,451,9,201 +451,451,11,156 +451,451,14,15 +451,451,27,285 +451,451,28,50 +451,451,30,148 +452,452,1,452 +452,452,5,128 +452,452,6,128 +452,452,9,202 +452,452,11,157 +452,452,14,16 +452,452,27,286 +452,452,28,51 +452,452,30,149 +453,453,1,453 +453,453,5,129 +453,453,6,129 +453,453,9,290 +453,453,11,88 +453,453,12,125 +453,453,27,222 +453,453,28,82 +453,453,30,99 +453,453,31,175 +454,454,1,454 +454,454,5,130 +454,454,6,130 +454,454,9,291 +454,454,11,89 +454,454,12,126 +454,454,27,223 +454,454,28,83 +454,454,30,100 +454,454,31,176 +455,455,1,455 +455,455,5,131 +455,455,6,131 +455,455,9,289 +455,455,11,186 +455,455,14,29 +455,455,30,92 +456,456,1,456 +456,456,5,134 +456,456,6,134 +456,456,16,108 +456,456,17,108 +456,456,18,40 +456,456,19,55 +456,456,20,57 +456,456,21,131 +456,456,22,131 +456,456,23,40 +456,456,24,58 +456,456,25,69 +456,456,30,172 +456,456,31,333 +456,456,33,83 +457,457,1,457 +457,457,5,135 +457,457,6,135 +457,457,16,109 +457,457,17,109 +457,457,18,41 +457,457,19,56 +457,457,20,58 +457,457,21,132 +457,457,22,132 +457,457,23,41 +457,457,24,59 +457,457,25,70 +457,457,30,173 +457,457,31,334 +457,457,33,84 +458,458,1,458 +458,458,5,140 +458,458,6,140 +458,458,9,233 +458,458,13,139 +458,458,21,145 +458,458,22,145 +458,458,23,49 +458,458,27,354 +458,458,28,46 +458,458,30,164 +459,459,1,459 +459,459,5,142 +459,459,6,142 +459,459,14,88 +459,459,27,96 +459,459,29,31 +459,459,30,217 +459,459,31,352 +459,459,33,159 +460,460,1,460 +460,460,5,143 +460,460,6,143 +460,460,14,89 +460,460,27,97 +460,460,29,32 +460,460,30,218 +460,460,31,353 +460,460,33,160 +461,461,1,461 +461,461,5,145 +461,461,6,145 +461,461,9,253 +461,461,11,182 +461,461,14,92 +461,461,16,250 +461,461,19,122 +461,461,21,327 +461,461,24,148 +461,461,27,293 +461,461,29,29 +461,461,30,204 +461,461,31,231 +461,461,32,171 +462,462,1,462 +462,462,6,180 +462,462,9,50 +462,462,14,71 +462,462,15,86 +462,462,16,49 +462,462,17,49 +462,462,19,27 +462,462,21,56 +462,462,22,56 +462,462,24,27 +462,462,28,107 +462,462,30,179 +462,462,31,211 +462,462,33,118 +463,463,1,463 +463,463,6,162 +463,463,7,181 +463,463,9,285 +463,463,14,135 +463,463,21,376 +463,463,25,123 +463,463,28,55 +463,463,30,126 +464,464,1,464 +464,464,6,188 +464,464,11,162 +464,464,13,52 +464,464,15,178 +464,464,27,266 +464,464,28,185 +464,464,30,122 +464,464,33,7 +465,465,1,465 +465,465,6,182 +465,465,7,183 +465,465,9,218 +465,465,28,81 +465,465,30,96 +466,466,1,466 +466,466,6,199 +466,466,9,58 +466,466,16,228 +466,466,19,100 +466,466,21,297 +466,466,24,118 +466,466,29,17 +466,466,30,184 +466,466,33,12 +467,467,1,467 +467,467,6,202 +467,467,9,55 +467,467,16,168 +467,467,18,95 +467,467,21,202 +467,467,23,103 +467,467,29,20 +467,467,30,176 +467,467,33,15 +468,468,1,468 +468,468,6,175 +468,468,27,259 +468,468,30,129 +469,469,1,469 +469,469,6,184 +469,469,7,102 +469,469,9,287 +469,469,13,88 +469,469,30,106 +469,469,32,4 +470,470,1,470 +470,470,6,169 +470,470,9,97 +470,470,11,7 +470,470,13,83 +470,470,16,129 +470,470,18,56 +470,470,21,159 +470,470,23,60 +470,470,27,202 +470,470,29,81 +470,470,30,31 +470,470,31,185 +471,471,1,471 +471,471,6,170 +471,471,9,98 +471,471,11,8 +471,471,13,84 +471,471,16,130 +471,471,18,57 +471,471,21,160 +471,471,23,61 +471,471,27,203 +471,471,29,80 +471,471,30,32 +471,471,31,186 +472,472,1,472 +472,472,6,154 +472,472,9,222 +472,472,14,116 +472,472,30,186 +472,472,32,122 +473,473,1,473 +473,473,6,205 +473,473,7,197 +473,473,9,260 +473,473,14,78 +473,473,27,77 +473,473,29,9 +473,473,30,214 +473,473,32,52 +474,474,1,474 +474,474,6,194 +474,474,16,219 +474,474,19,91 +474,474,21,283 +474,474,24,104 +474,474,28,210 +474,474,30,135 +474,474,33,131 +475,475,1,475 +475,475,6,160 +475,475,11,12 +475,475,12,67 +475,475,15,32 +475,475,27,123 +475,475,28,37 +475,475,30,104 +475,475,31,65 +475,475,32,60 +476,476,1,476 +476,476,6,156 +476,476,9,165 +476,476,13,94 +476,476,15,62 +476,476,16,199 +476,476,18,126 +476,476,21,255 +476,476,23,156 +476,476,30,191 +476,476,32,108 +477,477,1,477 +477,477,6,191 +477,477,11,71 +477,477,15,155 +477,477,27,137 +477,477,30,160 +477,477,32,141 +478,478,1,478 +478,478,6,208 +478,478,11,95 +478,478,15,181 +478,478,16,248 +478,478,19,120 +478,478,21,325 +478,478,24,146 +478,478,27,81 +478,478,29,27 +478,478,30,207 +478,478,31,359 +478,478,32,174 +479,479,1,479 +479,479,6,152 +479,479,14,68 +479,479,27,372 +479,479,30,194 +479,479,31,310 +479,479,33,41 +480,480,1,480 +480,480,5,146 +480,480,6,146 +480,480,30,225 +481,481,1,481 +481,481,5,147 +481,481,6,147 +481,481,30,226 +482,482,1,482 +482,482,5,148 +482,482,6,148 +482,482,30,227 +483,483,1,483 +483,483,5,149 +483,483,6,149 +483,483,11,195 +483,483,30,235 +484,484,1,484 +484,484,5,150 +484,484,6,150 +484,484,30,236 +485,485,1,485 +485,485,30,228 +486,486,1,486 +486,486,30,229 +487,487,1,487 +487,487,6,210 +487,487,30,237 +488,488,1,488 +488,488,30,230 +489,489,1,489 +489,489,30,239 +490,490,1,490 +490,490,5,151 +490,490,6,151 +490,490,30,240 +491,491,1,491 +491,491,30,242 +492,492,1,492 +492,492,30,241 +493,493,1,493 +493,493,11,199 +493,493,30,238 +494,494,1,494 +494,494,8,0 +494,494,9,0 +495,495,1,495 +495,495,8,1 +495,495,9,1 +495,495,11,118 +495,495,33,200 +496,496,1,496 +496,496,8,2 +496,496,9,2 +496,496,11,119 +496,496,33,201 +497,497,1,497 +497,497,8,3 +497,497,9,3 +497,497,11,120 +497,497,33,202 +498,498,1,498 +498,498,8,4 +498,498,9,4 +498,498,11,121 +498,498,33,203 +499,499,1,499 +499,499,8,5 +499,499,9,5 +499,499,11,122 +499,499,33,204 +500,500,1,500 +500,500,8,6 +500,500,9,6 +500,500,11,123 +500,500,33,205 +501,501,1,501 +501,501,8,7 +501,501,9,7 +501,501,11,106 +501,501,30,7 +501,501,33,206 +502,502,1,502 +502,502,8,8 +502,502,9,8 +502,502,11,107 +502,502,30,8 +502,502,33,207 +503,503,1,503 +503,503,8,9 +503,503,9,9 +503,503,11,108 +503,10236,30,9 +503,503,33,208 +504,504,1,504 +504,504,8,10 +504,504,9,10 +504,504,14,46 +505,505,1,505 +505,505,8,11 +505,505,9,11 +505,505,14,47 +506,506,1,506 +506,506,8,12 +506,506,9,22 +506,506,16,120 +506,506,18,47 +506,506,21,150 +506,506,23,51 +506,506,28,113 +507,507,1,507 +507,507,8,13 +507,507,9,23 +507,507,16,121 +507,507,18,48 +507,507,21,151 +507,507,23,52 +507,507,28,114 +508,508,1,508 +508,508,8,14 +508,508,9,24 +508,508,16,122 +508,508,18,49 +508,508,21,152 +508,508,23,53 +508,508,28,115 +509,509,1,509 +509,509,8,15 +509,509,9,12 +509,509,14,42 +509,509,27,44 +510,510,1,510 +510,510,8,16 +510,510,9,13 +510,510,14,43 +510,510,27,45 +511,511,1,511 +511,511,8,17 +511,511,9,37 +511,511,11,136 +511,511,12,29 +512,512,1,512 +512,512,8,18 +512,512,9,38 +512,512,11,137 +512,512,12,30 +513,513,1,513 +513,513,8,19 +513,513,9,39 +513,513,11,138 +513,513,12,31 +514,514,1,514 +514,514,8,20 +514,514,9,40 +514,514,11,139 +514,514,12,32 +515,515,1,515 +515,515,8,21 +515,515,9,41 +515,515,11,140 +515,515,12,33 +516,516,1,516 +516,516,8,22 +516,516,9,42 +516,516,11,141 +516,516,12,34 +517,517,1,517 +517,517,8,23 +517,517,9,86 +517,517,11,72 +517,517,27,90 +518,518,1,518 +518,518,8,24 +518,518,9,87 +518,518,11,73 +518,518,27,91 +519,519,1,519 +519,519,8,25 +519,519,9,14 +519,519,27,26 +520,520,1,520 +520,520,8,26 +520,520,9,15 +520,520,27,27 +521,521,1,521 +521,521,8,27 +521,521,9,16 +521,521,27,28 +522,522,1,522 +522,522,8,28 +522,522,9,147 +522,522,11,74 +522,522,33,23 +523,523,1,523 +523,523,8,29 +523,523,9,148 +523,523,11,75 +523,523,33,24 +524,524,1,524 +524,524,8,30 +524,524,9,68 +524,524,11,40 +524,524,13,120 +524,524,16,98 +524,524,17,98 +524,524,20,48 +524,524,21,120 +524,524,22,120 +524,524,25,60 +524,524,27,168 +524,524,28,154 +525,525,1,525 +525,525,8,31 +525,525,9,69 +525,525,11,41 +525,525,13,121 +525,525,16,99 +525,525,17,99 +525,525,20,49 +525,525,21,121 +525,525,22,121 +525,525,25,61 +525,525,27,169 +525,525,28,155 +526,526,1,526 +526,526,8,32 +526,526,9,70 +526,526,11,42 +526,526,13,122 +526,526,16,100 +526,526,17,100 +526,526,20,50 +526,526,21,122 +526,526,22,122 +526,526,25,62 +526,526,27,170 +526,526,28,156 +527,527,1,527 +527,527,8,33 +527,527,9,66 +527,527,13,55 +527,527,27,174 +527,527,28,151 +528,528,1,528 +528,528,8,34 +528,528,9,67 +528,528,13,56 +528,528,27,175 +528,528,28,152 +529,529,1,529 +529,529,8,35 +529,529,9,76 +529,529,11,152 +529,529,27,166 +529,529,33,99 +530,530,1,530 +530,530,8,36 +530,530,9,77 +530,530,11,153 +530,530,27,167 +530,530,33,100 +531,531,1,531 +531,531,8,37 +531,531,9,36 +531,531,11,185 +531,531,12,123 +531,531,29,21 +532,532,1,532 +532,532,8,38 +532,532,9,73 +532,532,11,101 +532,532,14,93 +532,532,27,171 +532,532,29,57 +532,532,32,85 +533,533,1,533 +533,533,8,39 +533,533,9,74 +533,533,11,102 +533,533,14,94 +533,533,27,172 +533,533,29,58 +533,533,32,86 +534,534,1,534 +534,534,8,40 +534,534,9,75 +534,534,11,103 +534,534,14,95 +534,534,27,173 +534,534,29,59 +534,534,32,87 +535,535,1,535 +535,535,8,41 +535,535,9,228 +535,535,27,132 +536,536,1,536 +536,536,8,42 +536,536,9,229 +536,536,27,133 +537,537,1,537 +537,537,8,43 +537,537,9,230 +537,537,27,134 +538,538,1,538 +538,538,8,44 +538,538,9,267 +538,538,13,97 +538,538,27,248 +539,539,1,539 +539,539,8,45 +539,539,9,268 +539,539,13,98 +539,539,27,249 +540,540,1,540 +540,540,8,46 +540,540,9,17 +540,540,11,124 +540,540,32,13 +541,541,1,541 +541,541,8,47 +541,541,9,18 +541,541,11,125 +541,541,32,14 +542,542,1,542 +542,542,8,48 +542,542,9,19 +542,542,11,126 +542,542,32,15 +543,543,1,543 +543,543,8,49 +543,543,9,43 +543,543,11,31 +543,543,12,120 +543,543,28,74 +544,544,1,544 +544,544,8,50 +544,544,9,44 +544,544,11,32 +544,544,12,121 +544,544,28,75 +545,545,1,545 +545,545,8,51 +545,545,9,45 +545,545,11,33 +545,545,12,122 +545,545,28,76 +546,546,1,546 +546,546,8,52 +546,546,9,82 +546,546,11,48 +546,546,16,87 +546,546,17,87 +546,546,19,47 +546,546,20,37 +546,546,21,105 +546,546,22,105 +546,546,24,50 +546,546,25,49 +546,546,27,262 +546,546,29,168 +546,546,33,56 +547,547,1,547 +547,547,8,53 +547,547,9,83 +547,547,11,49 +547,547,16,88 +547,547,17,88 +547,547,19,48 +547,547,20,38 +547,547,21,106 +547,547,22,106 +547,547,24,51 +547,547,25,50 +547,547,27,263 +547,547,29,169 +547,547,33,57 +548,548,1,548 +548,548,8,54 +548,548,9,84 +548,548,11,43 +548,548,16,85 +548,548,17,85 +548,548,19,45 +548,548,20,35 +548,548,21,103 +548,548,22,103 +548,548,24,48 +548,548,25,47 +548,548,28,201 +548,548,30,93 +548,548,31,104 +548,548,32,66 +549,549,1,549 +549,549,8,55 +549,549,9,85 +549,549,11,44 +549,549,16,86 +549,549,17,86 +549,549,19,46 +549,549,20,36 +549,549,21,104 +549,549,22,104 +549,549,24,49 +549,549,25,48 +549,549,28,202 +549,10237,30,94 +549,549,31,105 +549,549,32,67 +550,550,1,550 +550,550,8,56 +550,550,9,104 +550,550,14,60 +550,550,21,188 +550,550,23,89 +550,550,24,80 +550,550,25,75 +550,550,27,154 +550,550,29,64 +550,10247,30,166 +550,550,31,138 +550,10247,32,194 +551,551,1,551 +551,551,8,57 +551,551,9,99 +551,551,11,66 +551,551,13,43 +551,551,16,232 +551,551,19,104 +551,551,21,301 +551,551,24,122 +551,551,28,176 +551,551,31,267 +551,551,33,27 +552,552,1,552 +552,552,8,58 +552,552,9,100 +552,552,11,67 +552,552,13,44 +552,552,16,233 +552,552,19,105 +552,552,21,302 +552,552,24,123 +552,552,28,177 +552,552,31,268 +552,552,33,28 +553,553,1,553 +553,553,8,59 +553,553,9,101 +553,553,11,68 +553,553,13,45 +553,553,16,234 +553,553,19,106 +553,553,21,303 +553,553,24,124 +553,553,28,178 +553,553,31,269 +553,553,33,29 +554,554,1,554 +554,554,8,60 +554,554,9,102 +554,554,11,142 +554,10176,27,367 +554,10176,29,103 +555,555,1,555 +555,555,8,61 +555,555,9,103 +555,555,11,143 +555,10177,27,368 +555,10177,29,104 +556,556,1,556 +556,556,8,62 +556,556,9,119 +556,556,27,296 +557,557,1,557 +557,557,8,63 +557,557,9,115 +557,557,13,23 +557,557,27,86 +557,557,28,122 +558,558,1,558 +558,558,8,64 +558,558,9,116 +558,558,13,24 +558,558,27,87 +558,558,28,123 +559,559,1,559 +559,559,8,65 +559,559,9,117 +559,559,11,165 +559,559,12,100 +559,559,21,335 +559,559,24,156 +559,559,27,224 +559,559,28,161 +559,559,33,121 +560,560,1,560 +560,560,8,66 +560,560,9,118 +560,560,11,166 +560,560,12,101 +560,560,21,336 +560,560,24,157 +560,560,27,225 +560,560,28,162 +560,560,33,122 +561,561,1,561 +561,561,8,67 +561,561,9,120 +561,561,13,90 +561,561,27,297 +562,562,1,562 +562,562,8,68 +562,562,9,124 +562,10179,27,327 +563,563,1,563 +563,563,8,69 +563,563,9,125 +563,563,27,329 +564,564,1,564 +564,564,8,70 +564,564,9,126 +564,564,16,194 +564,564,18,121 +564,564,21,241 +564,564,23,142 +564,564,29,147 +565,565,1,565 +565,565,8,71 +565,565,9,127 +565,565,16,195 +565,565,18,122 +565,565,21,242 +565,565,23,143 +565,565,29,148 +566,566,1,566 +566,566,8,72 +566,566,9,128 +566,566,16,192 +566,566,18,119 +566,566,21,239 +566,566,23,140 +566,566,29,149 +567,567,1,567 +567,567,8,73 +567,567,9,129 +567,567,16,193 +567,567,18,120 +567,567,21,240 +567,567,23,141 +567,567,29,150 +568,568,1,568 +568,568,8,74 +568,568,9,105 +568,568,14,74 +568,568,16,206 +568,568,19,78 +568,568,21,264 +568,568,24,85 +568,568,27,157 +569,569,1,569 +569,569,8,75 +569,569,9,106 +569,569,14,75 +569,569,16,207 +569,569,19,79 +569,569,21,265 +569,569,24,86 +569,569,27,158 +570,570,1,570 +570,570,8,76 +570,570,9,151 +570,570,11,154 +570,570,14,124 +570,570,21,28 +570,570,22,28 +570,570,25,12 +570,570,28,87 +570,10238,30,219 +570,570,31,228 +571,571,1,571 +571,571,8,77 +571,571,9,152 +571,571,11,155 +571,571,14,125 +571,571,21,29 +571,571,22,29 +571,571,25,13 +571,571,28,88 +571,10239,30,220 +571,571,31,229 +572,572,1,572 +572,572,8,78 +572,572,9,107 +572,572,11,96 +572,572,21,266 +572,572,24,87 +572,572,27,50 +572,572,33,111 +573,573,1,573 +573,573,8,79 +573,573,9,108 +573,573,11,97 +573,573,21,267 +573,573,24,88 +573,573,27,51 +573,573,33,112 +574,574,1,574 +574,574,8,80 +574,574,9,136 +574,574,11,63 +574,574,14,126 +574,574,27,267 +574,574,29,51 +574,574,31,234 +574,574,33,101 +575,575,1,575 +575,575,8,81 +575,575,9,137 +575,575,11,64 +575,575,14,127 +575,575,27,268 +575,575,29,52 +575,575,31,235 +575,575,33,102 +576,576,1,576 +576,576,8,82 +576,576,9,138 +576,576,11,65 +576,576,14,128 +576,576,27,269 +576,576,29,53 +576,576,31,236 +576,576,33,103 +577,577,1,577 +577,577,8,83 +577,577,9,139 +577,577,13,115 +577,577,27,270 +577,577,29,54 +577,577,33,148 +578,578,1,578 +578,578,8,84 +578,578,9,140 +578,578,13,116 +578,578,27,271 +578,578,29,55 +578,578,33,149 +579,579,1,579 +579,579,8,85 +579,579,9,141 +579,579,13,117 +579,579,27,272 +579,579,29,56 +579,579,33,150 +580,580,1,580 +580,580,8,86 +580,580,9,153 +580,580,12,127 +580,580,32,181 +581,581,1,581 +581,581,8,87 +581,581,9,154 +581,581,12,128 +581,581,32,182 +582,582,1,582 +582,582,8,88 +582,582,9,255 +582,582,14,85 +582,582,16,255 +582,582,19,127 +582,582,21,332 +582,582,24,153 +582,582,27,72 +582,582,29,22 +583,583,1,583 +583,583,8,89 +583,583,9,256 +583,583,14,86 +583,583,16,256 +583,583,19,128 +583,583,21,333 +583,583,24,154 +583,583,27,73 +583,583,29,23 +584,584,1,584 +584,584,8,90 +584,584,9,257 +584,584,14,87 +584,584,16,257 +584,584,19,129 +584,584,21,334 +584,584,24,155 +584,584,27,74 +584,584,29,24 +585,585,1,585 +585,585,8,91 +585,585,9,159 +585,585,31,190 +585,585,33,38 +586,586,1,586 +586,586,8,92 +586,586,9,160 +586,586,31,191 +586,586,33,39 +587,587,1,587 +587,587,8,93 +587,587,9,144 +587,587,11,180 +587,587,13,86 +587,587,16,274 +587,587,20,89 +587,587,21,364 +587,587,25,111 +587,587,28,102 +588,588,1,588 +588,588,8,94 +588,588,9,155 +588,588,14,22 +588,588,27,273 +588,588,28,66 +588,588,29,95 +589,589,1,589 +589,589,8,95 +589,589,9,156 +589,589,14,23 +589,589,27,274 +589,589,28,67 +589,589,29,96 +590,590,1,590 +590,590,8,96 +590,590,9,161 +590,590,14,53 +590,590,28,77 +590,590,31,205 +591,591,1,591 +591,591,8,97 +591,591,9,162 +591,591,14,54 +591,591,28,78 +591,591,31,206 +592,592,1,592 +592,592,8,98 +592,592,9,180 +592,592,21,318 +592,592,24,139 +592,592,27,305 +592,592,28,192 +593,593,1,593 +593,593,8,99 +593,593,9,181 +593,593,21,319 +593,593,24,140 +593,593,27,306 +593,593,28,193 +594,594,1,594 +594,594,8,100 +594,594,9,182 +594,594,13,149 +594,594,16,157 +594,594,18,84 +594,594,21,191 +594,594,23,92 +594,594,31,336 +594,594,33,85 +595,595,1,595 +595,595,8,101 +595,595,9,173 +595,595,11,147 +595,595,27,64 +595,595,29,93 +595,595,33,132 +596,596,1,596 +596,596,8,102 +596,596,9,174 +596,596,11,148 +596,596,27,65 +596,596,29,94 +596,596,33,133 +597,597,1,597 +597,597,8,103 +597,597,9,175 +597,597,13,69 +597,597,27,189 +597,597,29,179 +598,598,1,598 +598,598,8,104 +598,598,9,176 +598,598,13,70 +598,598,27,190 +598,598,29,180 +599,599,1,599 +599,599,8,105 +599,599,9,130 +599,599,27,113 +600,600,1,600 +600,600,8,106 +600,600,9,131 +600,600,27,114 +601,601,1,601 +601,601,8,107 +601,601,9,132 +601,601,27,115 +602,602,1,602 +602,602,8,108 +602,602,9,177 +602,602,31,341 +602,602,32,175 +602,602,33,134 +603,603,1,603 +603,603,8,109 +603,603,9,178 +603,603,31,342 +603,603,32,176 +603,603,33,135 +604,604,1,604 +604,604,8,110 +604,604,9,179 +604,604,31,343 +604,604,32,177 +604,604,33,136 +605,605,1,605 +605,605,8,111 +605,605,9,188 +605,605,21,275 +605,605,24,96 +605,605,27,277 +606,606,1,606 +606,606,8,112 +606,606,9,189 +606,606,21,276 +606,606,24,97 +606,606,27,278 +607,607,1,607 +607,607,8,113 +607,607,9,190 +607,607,11,37 +607,607,14,65 +607,607,27,287 +607,607,29,48 +607,607,32,146 +608,608,1,608 +608,608,8,114 +608,608,9,191 +608,608,11,38 +608,608,14,66 +608,608,27,288 +608,608,29,49 +608,608,32,147 +609,609,1,609 +609,609,8,115 +609,609,9,192 +609,609,11,39 +609,609,14,67 +609,609,27,289 +609,609,29,50 +609,609,32,148 +610,610,1,610 +610,610,8,116 +610,610,9,183 +610,610,11,144 +610,610,12,148 +610,610,27,324 +610,610,31,155 +610,610,33,140 +611,611,1,611 +611,611,8,117 +611,611,9,184 +611,611,11,145 +611,611,12,149 +611,611,27,325 +611,611,31,156 +611,611,33,141 +612,612,1,612 +612,612,8,118 +612,612,9,185 +612,612,11,146 +612,612,12,150 +612,612,27,326 +612,612,31,157 +612,612,33,142 +613,613,1,613 +613,613,8,119 +613,613,9,195 +613,613,11,104 +613,613,14,81 +613,613,27,279 +613,613,29,121 +613,613,31,355 +613,613,33,153 +614,614,1,614 +614,614,8,120 +614,614,9,196 +614,614,11,105 +614,614,14,82 +614,614,27,280 +614,614,29,122 +614,614,31,356 +614,614,33,154 +615,615,1,615 +615,615,8,121 +615,615,9,197 +615,615,14,111 +615,615,29,30 +615,615,31,360 +616,616,1,616 +616,616,8,122 +616,616,9,157 +616,616,14,24 +616,616,27,275 +616,616,28,64 +616,616,29,97 +617,617,1,617 +617,617,8,123 +617,617,9,158 +617,617,14,25 +617,617,27,276 +617,617,28,65 +617,617,29,98 +618,618,1,618 +618,618,8,124 +618,618,9,231 +618,618,14,39 +618,10180,27,226 +619,619,1,619 +619,619,8,125 +619,619,9,219 +619,619,13,3 +619,619,21,359 +619,619,25,106 +619,619,28,163 +619,619,32,137 +620,620,1,620 +620,620,8,126 +620,620,9,220 +620,620,13,4 +620,620,21,360 +620,620,25,107 +620,620,28,164 +620,620,32,138 +621,621,1,621 +621,621,8,127 +621,621,9,270 +621,621,14,141 +621,621,21,374 +621,621,25,121 +621,621,28,63 +621,621,29,119 +622,622,1,622 +622,622,8,128 +622,622,9,271 +622,622,13,91 +622,622,21,312 +622,622,24,133 +622,622,27,88 +622,622,29,153 +622,622,33,123 +623,623,1,623 +623,623,8,129 +623,623,9,272 +623,623,13,92 +623,623,21,313 +623,623,24,134 +623,623,27,89 +623,623,29,154 +623,623,33,124 +624,624,1,624 +624,624,8,130 +624,624,9,223 +624,624,11,158 +624,624,14,48 +624,624,21,337 +624,624,24,158 +624,624,27,246 +624,624,28,29 +624,624,31,367 +624,624,32,186 +625,625,1,625 +625,625,8,131 +625,625,9,224 +625,625,11,159 +625,625,14,49 +625,625,21,338 +625,625,24,159 +625,625,27,247 +625,625,28,30 +625,625,31,368 +625,625,32,187 +626,626,1,626 +626,626,8,132 +626,626,9,269 +626,626,28,53 +627,627,1,627 +627,627,8,133 +627,627,9,109 +627,627,11,169 +627,627,16,75 +627,627,17,75 +627,627,20,26 +627,627,21,89 +627,627,22,89 +627,627,25,35 +627,627,27,281 +627,627,28,179 +627,627,30,221 +627,627,31,365 +627,627,33,32 +628,628,1,628 +628,628,8,134 +628,628,9,110 +628,628,11,170 +628,628,16,76 +628,628,17,76 +628,628,20,27 +628,628,21,90 +628,628,22,90 +628,628,25,36 +628,628,27,282 +628,628,28,180 +628,10240,30,222 +628,628,31,366 +628,628,33,33 +629,629,1,629 +629,629,8,135 +629,629,9,111 +629,629,16,77 +629,629,17,77 +629,629,20,28 +629,629,21,91 +629,629,22,91 +629,629,25,37 +629,629,27,283 +629,629,28,181 +629,629,32,127 +629,629,33,34 +630,630,1,630 +630,630,8,136 +630,630,9,112 +630,630,16,78 +630,630,17,78 +630,630,20,29 +630,630,21,92 +630,630,22,92 +630,630,25,38 +630,630,27,284 +630,630,28,182 +630,630,32,128 +630,630,33,35 +631,631,1,631 +631,631,8,137 +631,631,9,193 +631,631,14,105 +631,631,27,317 +631,631,29,102 +632,632,1,632 +632,632,8,138 +632,632,9,194 +632,632,14,106 +632,632,27,316 +632,632,29,101 +633,633,1,633 +633,633,8,139 +633,633,9,273 +633,633,11,90 +633,633,14,142 +633,633,27,386 +633,633,29,136 +633,633,31,370 +634,634,1,634 +634,634,8,140 +634,634,9,274 +634,634,11,91 +634,634,14,143 +634,634,27,387 +634,634,29,137 +634,634,31,371 +635,635,1,635 +635,635,8,141 +635,635,9,275 +635,635,11,92 +635,635,14,144 +635,635,27,388 +635,635,29,138 +635,635,31,372 +636,636,1,636 +636,636,8,142 +636,636,9,171 +636,636,11,173 +636,636,21,203 +636,636,23,104 +636,636,28,186 +636,636,31,274 +637,637,1,637 +637,637,8,143 +637,637,9,172 +637,637,11,174 +637,637,21,204 +637,637,23,105 +637,637,28,187 +637,637,31,275 +638,638,1,638 +638,638,8,144 +638,638,9,225 +638,638,29,205 +639,639,1,639 +639,639,8,145 +639,639,9,226 +639,639,11,191 +639,639,29,206 +640,640,1,640 +640,640,8,146 +640,640,9,227 +640,640,29,207 +641,641,1,641 +641,641,8,147 +641,641,9,198 +641,641,30,231 +642,642,1,642 +642,642,8,148 +642,642,9,199 +642,642,30,232 +643,643,1,643 +643,643,8,149 +643,643,9,295 +643,643,11,197 +644,644,1,644 +644,644,8,150 +644,644,9,296 +644,644,11,198 +645,645,1,645 +645,645,8,151 +645,645,9,200 +645,645,30,233 +646,646,1,646 +646,646,8,152 +646,646,9,297 +647,647,1,647 +647,647,8,153 +647,647,9,298 +648,648,1,648 +648,648,8,154 +648,648,9,299 +649,649,1,649 +649,649,8,155 +649,649,9,300 +650,650,1,650 +650,650,12,1 +650,650,33,209 +651,651,1,651 +651,651,12,2 +651,651,33,210 +652,652,1,652 +652,652,12,3 +652,652,33,211 +653,653,1,653 +653,653,12,4 +653,653,33,212 +654,654,1,654 +654,654,12,5 +654,654,33,213 +655,655,1,655 +655,655,12,6 +655,655,33,214 +656,656,1,656 +656,656,12,7 +656,656,33,215 +657,657,1,657 +657,657,12,8 +657,657,33,216 +658,658,1,658 +658,658,12,9 +658,658,33,217 +659,659,1,659 +659,659,12,10 +659,659,27,48 +660,660,1,660 +660,660,12,11 +660,660,27,49 +661,661,1,661 +661,661,12,14 +661,661,16,158 +661,661,18,85 +661,661,21,192 +661,661,23,93 +661,661,28,22 +661,661,31,19 +661,661,33,87 +662,662,1,662 +662,662,12,15 +662,662,16,159 +662,662,18,86 +662,662,21,193 +662,662,23,94 +662,662,28,23 +662,662,31,20 +662,662,33,88 +663,663,1,663 +663,663,12,16 +663,663,16,160 +663,663,18,87 +663,663,21,194 +663,663,23,95 +663,663,28,24 +663,663,31,21 +663,663,33,89 +664,664,1,664 +664,664,12,20 +664,664,31,35 +665,665,1,665 +665,665,12,21 +665,665,31,36 +666,666,1,666 +666,666,12,22 +666,666,31,37 +667,667,1,667 +667,667,12,57 +667,667,21,370 +667,667,25,117 +667,667,31,224 +667,667,33,36 +668,668,1,668 +668,668,12,58 +668,668,21,371 +668,668,25,118 +668,668,31,225 +668,668,33,37 +669,669,1,669 +669,669,12,68 +669,669,21,100 +669,669,22,100 +669,669,24,45 +669,669,25,44 +669,669,31,145 +670,670,1,670 +670,670,12,69 +670,670,21,101 +670,670,22,101 +670,670,24,46 +670,670,25,45 +670,670,31,146 +671,671,1,671 +671,671,12,70 +671,671,21,102 +671,671,22,102 +671,671,24,47 +671,671,25,46 +671,671,31,147 +672,672,1,672 +672,672,12,89 +672,672,31,221 +673,673,1,673 +673,673,12,90 +673,673,31,222 +674,674,1,674 +674,674,12,91 +674,674,16,220 +674,674,19,92 +674,674,21,284 +674,674,24,105 +674,674,27,111 +675,675,1,675 +675,675,12,92 +675,675,16,221 +675,675,19,93 +675,675,21,285 +675,675,24,106 +675,675,27,112 +676,676,1,676 +676,676,12,93 +676,676,21,30 +676,676,22,30 +676,676,25,14 +677,677,1,677 +677,677,12,114 +677,677,27,208 +677,677,33,104 +678,678,1,678 +678,678,12,115 +678,678,27,209 +678,678,33,105 +679,679,1,679 +679,679,12,117 +679,679,27,330 +680,680,1,680 +680,680,12,118 +680,680,27,331 +681,681,1,681 +681,681,12,119 +681,681,27,332 +682,682,1,682 +682,682,12,129 +682,682,27,212 +683,683,1,683 +683,683,12,130 +683,683,27,213 +684,684,1,684 +684,684,12,131 +684,684,27,210 +685,685,1,685 +685,685,12,132 +685,685,27,211 +686,686,1,686 +686,686,13,10 +686,686,21,26 +686,686,22,26 +686,686,25,10 +686,686,27,290 +686,686,28,108 +686,686,33,80 +687,687,1,687 +687,687,13,11 +687,687,21,27 +687,687,22,27 +687,687,25,11 +687,687,27,291 +687,687,28,109 +687,687,33,81 +688,688,1,688 +688,688,13,21 +688,688,27,234 +689,689,1,689 +689,689,13,22 +689,689,27,235 +690,690,1,690 +690,690,13,30 +690,690,21,347 +690,690,25,94 +690,690,28,194 +690,690,31,337 +691,691,1,691 +691,691,13,31 +691,691,21,348 +691,691,25,95 +691,691,28,195 +691,691,31,338 +692,692,1,692 +692,692,13,32 +692,692,21,349 +692,692,25,96 +692,692,28,196 +692,692,31,339 +693,693,1,693 +693,693,13,33 +693,693,21,350 +693,693,25,97 +693,693,28,197 +693,693,31,340 +694,694,1,694 +694,694,13,46 +694,694,27,318 +695,695,1,695 +695,695,13,47 +695,695,27,319 +696,696,1,696 +696,696,13,64 +696,696,21,243 +696,696,23,144 +696,696,29,83 +697,697,1,697 +697,697,13,65 +697,697,21,244 +697,697,23,145 +697,697,29,84 +698,698,1,698 +698,698,13,66 +698,698,21,245 +698,698,23,146 +698,698,29,85 +699,699,1,699 +699,699,13,67 +699,699,21,246 +699,699,23,147 +699,699,29,86 +700,700,1,700 +700,700,13,85 +700,700,16,131 +700,700,18,58 +700,700,21,161 +700,700,23,62 +700,700,27,204 +700,700,29,82 +700,700,30,33 +700,700,31,187 +701,701,1,701 +701,701,13,89 +701,701,21,96 +701,701,22,96 +701,701,27,320 +701,701,31,301 +702,702,1,702 +702,702,13,110 +702,702,21,291 +702,702,24,112 +702,702,28,103 +702,702,31,200 +703,703,1,703 +703,703,13,124 +703,703,16,101 +703,703,17,101 +703,703,20,51 +703,703,21,123 +703,703,22,123 +703,703,25,63 +703,703,29,128 +703,703,32,167 +704,704,1,704 +704,704,14,19 +704,704,16,178 +704,704,18,105 +704,704,19,74 +704,704,20,66 +704,704,21,217 +704,704,23,118 +704,704,24,81 +704,704,25,79 +704,704,27,389 +704,704,28,60 +704,704,30,115 +704,704,31,172 +704,704,32,178 +705,705,1,705 +705,705,14,20 +705,705,16,179 +705,705,18,106 +705,705,19,75 +705,705,20,67 +705,705,21,218 +705,705,23,119 +705,705,24,82 +705,705,25,80 +705,705,27,390 +705,705,28,61 +705,10241,30,116 +705,705,31,173 +705,705,32,179 +706,706,1,706 +706,706,14,21 +706,706,16,180 +706,706,18,107 +706,706,19,76 +706,706,20,68 +706,706,21,219 +706,706,23,120 +706,706,24,83 +706,706,25,81 +706,706,27,391 +706,706,28,62 +706,10242,30,117 +706,706,31,174 +706,706,32,180 +707,707,1,707 +707,707,14,50 +707,707,16,241 +707,707,19,113 +707,707,21,314 +707,707,24,135 +707,707,28,28 +707,707,31,240 +708,708,1,708 +708,708,14,61 +708,708,16,196 +708,708,18,123 +708,708,21,250 +708,708,23,151 +708,708,27,338 +708,708,29,33 +708,708,32,68 +709,709,1,709 +709,709,14,62 +709,709,16,197 +709,709,18,124 +709,709,21,251 +709,709,23,152 +709,709,27,339 +709,709,29,34 +709,709,32,69 +710,710,1,710 +710,710,14,63 +710,710,27,191 +711,711,1,711 +711,711,14,64 +711,711,27,192 +712,712,1,712 +712,712,14,79 +712,712,27,358 +712,712,29,142 +712,712,30,215 +712,712,31,363 +713,713,1,713 +713,713,14,80 +713,713,27,359 +713,713,29,143 +713,10243,30,216 +713,713,31,364 +714,714,1,714 +714,714,14,113 +714,714,21,83 +714,714,22,83 +714,714,25,29 +714,714,27,176 +714,714,29,181 +714,714,31,303 +714,714,32,88 +715,715,1,715 +715,715,14,114 +715,715,21,84 +715,715,22,84 +715,715,25,30 +715,715,27,177 +715,715,29,182 +715,715,31,304 +715,715,32,89 +716,716,1,716 +716,716,14,148 +717,717,1,717 +717,717,14,149 +718,718,1,718 +718,718,14,150 +718,718,16,205 +718,718,21,263 +719,719,1,719 +720,720,1,720 +721,721,1,721 +722,722,1,722 +722,722,16,1 +722,722,17,1 +722,722,21,1 +722,722,22,1 +722,722,30,1 +722,722,33,218 +723,723,1,723 +723,723,16,2 +723,723,17,2 +723,723,21,2 +723,723,22,2 +723,723,30,2 +723,723,33,219 +724,724,1,724 +724,724,16,3 +724,724,17,3 +724,724,21,3 +724,724,22,3 +724,10244,30,3 +724,724,33,220 +725,725,1,725 +725,725,16,4 +725,725,17,4 +725,725,21,4 +725,725,22,4 +725,725,33,221 +726,726,1,726 +726,726,16,5 +726,726,17,5 +726,726,21,5 +726,726,22,5 +726,726,33,222 +727,727,1,727 +727,727,16,6 +727,727,17,6 +727,727,21,6 +727,727,22,6 +727,727,33,223 +728,728,1,728 +728,728,16,7 +728,728,17,7 +728,728,21,7 +728,728,22,7 +728,728,33,224 +729,729,1,729 +729,729,16,8 +729,729,17,8 +729,729,21,8 +729,729,22,8 +729,729,33,225 +730,730,1,730 +730,730,16,9 +730,730,17,9 +730,730,21,9 +730,730,22,9 +730,730,33,226 +731,731,1,731 +731,731,16,10 +731,731,17,10 +731,731,18,1 +731,731,19,1 +731,731,20,1 +731,731,21,10 +731,731,22,10 +731,731,23,1 +731,731,24,1 +731,731,25,1 +731,731,33,47 +732,732,1,732 +732,732,16,11 +732,732,17,11 +732,732,18,2 +732,732,19,2 +732,732,20,2 +732,732,21,11 +732,732,22,11 +732,732,23,2 +732,732,24,2 +732,732,25,2 +732,732,33,48 +733,733,1,733 +733,733,16,12 +733,733,17,12 +733,733,18,3 +733,733,19,3 +733,733,20,3 +733,733,21,12 +733,733,22,12 +733,733,23,3 +733,733,24,3 +733,733,25,3 +733,733,33,49 +734,734,1,734 +734,734,16,13 +734,734,17,13 +734,734,18,4 +734,734,19,4 +734,734,20,4 +734,734,21,13 +734,734,22,13 +734,734,23,4 +734,734,24,4 +734,734,25,4 +734,734,31,27 +735,735,1,735 +735,735,16,14 +735,735,17,14 +735,735,18,5 +735,735,19,5 +735,735,20,5 +735,735,21,14 +735,735,22,14 +735,735,23,5 +735,735,24,5 +735,735,25,5 +735,735,31,28 +736,736,1,736 +736,736,16,27 +736,736,17,27 +736,736,18,11 +736,736,19,12 +736,736,21,34 +736,736,22,34 +736,736,23,11 +736,736,24,12 +736,736,27,16 +736,736,32,112 +737,737,1,737 +737,737,16,28 +737,737,17,28 +737,737,18,12 +737,737,19,13 +737,737,21,35 +737,737,22,35 +737,737,23,12 +737,737,24,13 +737,737,27,17 +737,737,32,113 +738,738,1,738 +738,738,16,29 +738,738,17,29 +738,738,18,13 +738,738,19,14 +738,738,21,36 +738,738,22,36 +738,738,23,13 +738,738,24,14 +738,738,27,18 +738,738,32,114 +739,739,1,739 +739,739,16,59 +739,739,17,59 +739,739,18,21 +739,739,19,30 +739,739,20,17 +739,739,21,71 +739,739,22,71 +739,739,23,21 +739,739,24,30 +739,739,25,24 +739,739,31,118 +739,739,33,72 +740,740,1,740 +740,740,16,60 +740,740,17,60 +740,740,18,22 +740,740,19,31 +740,740,20,18 +740,740,21,72 +740,740,22,72 +740,740,23,22 +740,740,24,31 +740,740,25,25 +740,740,31,119 +740,740,33,73 +741,741,1,741 +741,741,16,82 +741,741,17,82 +741,741,18,31 +741,741,19,42 +741,741,20,32 +741,741,21,97 +741,741,22,97 +741,741,23,31 +741,741,24,42 +741,741,25,41 +741,741,31,100 +741,741,32,115 +741,741,33,74 +742,742,1,742 +742,742,16,83 +742,742,17,83 +742,742,19,43 +742,742,20,33 +742,742,21,98 +742,742,22,98 +742,742,24,43 +742,742,25,42 +742,742,27,187 +742,742,32,16 +743,743,1,743 +743,743,16,84 +743,743,17,84 +743,743,19,44 +743,743,20,34 +743,743,21,99 +743,743,22,99 +743,743,24,44 +743,743,25,43 +743,743,27,188 +743,743,32,17 +744,744,1,744 +744,744,16,103 +744,744,17,103 +744,744,20,53 +744,744,21,126 +744,744,22,126 +744,744,25,65 +744,744,28,157 +744,744,31,89 +744,744,32,70 +745,745,1,745 +745,745,16,104 +745,745,17,104 +745,745,20,54 +745,745,21,127 +745,745,22,127 +745,745,25,66 +745,745,28,158 +745,745,31,90 +745,745,32,71 +746,746,1,746 +746,746,16,110 +746,746,17,110 +746,746,18,42 +746,746,19,57 +746,746,21,133 +746,746,22,133 +746,746,23,42 +746,746,24,60 +746,746,27,155 +746,746,28,110 +747,747,1,747 +747,747,16,113 +747,747,17,113 +747,747,18,45 +747,747,21,136 +747,747,22,136 +747,747,23,45 +747,747,27,307 +747,747,28,127 +747,747,31,344 +748,748,1,748 +748,748,16,114 +748,748,17,114 +748,748,18,46 +748,748,21,137 +748,748,22,137 +748,748,23,46 +748,748,27,308 +748,748,28,128 +748,748,31,345 +749,749,1,749 +749,749,16,132 +749,749,18,59 +749,749,19,58 +749,749,20,59 +749,749,21,165 +749,749,23,66 +749,749,24,64 +749,749,25,71 +749,749,27,84 +749,749,31,272 +749,749,32,129 +750,750,1,750 +750,750,16,133 +750,750,18,60 +750,750,19,59 +750,750,20,60 +750,750,21,166 +750,750,23,67 +750,750,24,65 +750,750,25,72 +750,750,27,85 +750,750,31,273 +750,750,32,130 +751,751,1,751 +751,751,16,141 +751,751,18,68 +751,751,19,62 +751,751,21,174 +751,751,23,75 +751,751,24,68 +751,751,27,214 +751,751,29,91 +751,751,33,90 +752,752,1,752 +752,752,16,142 +752,752,18,69 +752,752,19,63 +752,752,21,175 +752,752,23,76 +752,752,24,69 +752,752,27,215 +752,752,29,92 +752,752,33,91 +753,753,1,753 +753,753,16,143 +753,753,18,70 +753,753,21,176 +753,753,23,77 +753,753,28,17 +753,753,31,247 +753,753,32,31 +754,754,1,754 +754,754,16,144 +754,754,18,71 +754,754,21,177 +754,754,23,78 +754,754,28,18 +754,754,31,248 +754,754,32,32 +755,755,1,755 +755,755,16,145 +755,755,18,72 +755,755,19,64 +755,755,21,178 +755,755,23,79 +755,755,24,70 +755,755,27,340 +756,756,1,756 +756,756,16,146 +756,756,18,73 +756,756,19,65 +756,756,21,179 +756,756,23,80 +756,756,24,71 +756,756,27,341 +757,757,1,757 +757,757,16,161 +757,757,18,88 +757,757,21,195 +757,757,23,96 +757,757,27,244 +757,757,28,159 +757,757,31,120 +757,757,32,168 +758,758,1,758 +758,758,16,162 +758,758,18,89 +758,758,21,196 +758,758,23,97 +758,758,27,245 +758,758,28,160 +758,758,31,121 +758,758,32,169 +759,759,1,759 +759,759,16,169 +759,759,18,96 +759,759,20,63 +759,759,21,205 +759,759,23,106 +759,759,25,76 +759,759,27,94 +760,760,1,760 +760,760,16,170 +760,760,18,97 +760,760,20,64 +760,760,21,206 +760,760,23,107 +760,760,25,77 +760,760,27,95 +761,761,1,761 +761,761,16,171 +761,761,18,98 +761,761,21,207 +761,761,23,108 +761,761,27,52 +761,761,31,81 +762,762,1,762 +762,762,16,172 +762,762,18,99 +762,762,21,208 +762,762,23,109 +762,762,27,53 +762,762,31,82 +763,763,1,763 +763,763,16,173 +763,763,18,100 +763,763,21,209 +763,763,23,110 +763,763,27,54 +763,763,31,83 +764,764,1,764 +764,764,16,174 +764,764,18,101 +764,764,21,210 +764,764,23,111 +764,764,28,79 +764,764,33,58 +765,765,1,765 +765,765,16,176 +765,765,18,103 +765,765,21,215 +765,765,23,116 +765,765,27,342 +765,765,28,89 +765,765,31,313 +766,766,1,766 +766,766,16,177 +766,766,18,104 +766,766,21,216 +766,766,23,117 +766,766,27,343 +766,766,28,90 +766,766,31,314 +767,767,1,767 +767,767,16,182 +767,767,18,109 +767,767,20,70 +767,767,21,221 +767,767,23,122 +767,767,25,83 +767,767,27,232 +767,767,28,124 +768,768,1,768 +768,768,16,183 +768,768,18,110 +768,768,20,71 +768,768,21,222 +768,768,23,123 +768,768,25,84 +768,768,27,233 +768,768,28,125 +769,769,1,769 +769,769,16,186 +769,769,18,113 +769,769,21,225 +769,769,23,126 +769,769,28,133 +769,769,31,322 +770,770,1,770 +770,770,16,187 +770,770,18,114 +770,770,21,226 +770,770,23,127 +770,770,28,134 +770,770,31,323 +771,771,1,771 +771,771,16,200 +771,771,18,127 +771,771,21,256 +771,771,23,157 +771,771,27,156 +772,772,1,772 +772,772,16,203 +772,772,21,259 +772,772,27,381 +773,773,1,773 +773,773,16,204 +773,773,21,260 +773,773,27,382 +774,774,1,774 +774,774,16,213 +774,774,19,85 +774,774,21,277 +774,774,24,98 +774,774,33,106 +775,775,1,775 +775,775,16,222 +775,775,19,94 +775,775,21,286 +775,775,24,107 +775,775,31,315 +776,776,1,776 +776,776,16,224 +776,776,19,96 +776,776,21,288 +776,776,24,109 +776,776,27,347 +777,777,1,777 +777,777,16,225 +777,777,19,97 +777,777,21,292 +777,777,24,113 +777,777,27,348 +778,778,1,778 +778,778,16,242 +778,778,19,114 +778,778,21,315 +778,778,24,136 +778,778,27,301 +778,778,29,46 +778,778,31,239 +778,778,32,189 +779,779,1,779 +779,779,16,243 +779,779,19,115 +779,779,21,320 +779,779,24,141 +779,779,31,335 +779,779,33,55 +780,780,1,780 +780,780,16,244 +780,780,19,116 +780,780,21,321 +780,780,24,142 +780,780,27,346 +781,781,1,781 +781,781,16,263 +781,781,20,78 +781,781,21,344 +781,781,25,91 +781,781,27,360 +781,781,29,162 +782,782,1,782 +782,782,16,271 +782,782,20,86 +782,782,21,361 +782,782,25,108 +782,782,27,392 +782,782,28,165 +782,782,32,131 +783,783,1,783 +783,783,16,272 +783,783,20,87 +783,783,21,362 +783,783,25,109 +783,783,27,393 +783,783,28,166 +783,783,32,132 +784,784,1,784 +784,784,16,273 +784,784,20,88 +784,784,21,363 +784,784,25,110 +784,784,27,394 +784,784,28,167 +784,784,32,133 +785,785,1,785 +785,785,16,285 +785,785,17,120 +785,785,21,383 +785,785,22,150 +786,786,1,786 +786,786,16,286 +786,786,18,130 +786,786,21,384 +786,786,23,160 +787,787,1,787 +787,787,16,287 +787,787,19,130 +787,787,21,385 +787,787,24,160 +788,788,1,788 +788,788,16,288 +788,788,20,100 +788,788,21,386 +788,788,25,130 +789,789,1,789 +789,789,16,289 +789,789,21,387 +790,790,1,790 +790,790,16,290 +790,790,21,388 +791,791,1,791 +791,791,16,291 +791,791,21,389 +792,792,1,792 +792,792,16,292 +792,792,21,390 +793,793,1,793 +793,793,16,293 +793,793,21,391 +794,794,1,794 +794,794,16,294 +794,794,21,394 +795,795,1,795 +795,795,16,295 +795,795,21,395 +796,796,1,796 +796,796,16,296 +796,796,21,396 +797,797,1,797 +797,797,16,297 +797,797,21,397 +798,798,1,798 +798,798,16,298 +798,798,21,398 +799,799,1,799 +799,799,16,299 +799,799,21,399 +800,800,1,800 +800,800,16,300 +800,800,21,400 +801,801,1,801 +801,801,16,301 +801,801,21,401 +802,802,1,802 +802,802,16,302 +802,802,21,402 +803,803,1,803 +803,803,21,261 +804,804,1,804 +804,804,21,262 +805,805,1,805 +805,805,21,392 +806,806,1,806 +806,806,21,393 +807,807,1,807 +807,807,21,403 +808,808,1,808 +808,808,26,152 +809,809,1,809 +809,809,26,153 +810,810,1,810 +810,810,27,1 +810,810,33,227 +811,811,1,811 +811,811,27,2 +811,811,33,228 +812,812,1,812 +812,812,27,3 +812,812,33,229 +813,813,1,813 +813,813,27,4 +813,813,33,230 +814,814,1,814 +814,814,27,5 +814,814,33,231 +815,815,1,815 +815,815,27,6 +815,815,33,232 +816,816,1,816 +816,816,27,7 +816,816,33,233 +817,817,1,817 +817,817,27,8 +817,817,33,234 +818,818,1,818 +818,818,27,9 +818,818,33,235 +819,819,1,819 +819,819,27,24 +819,819,28,9 +819,819,29,5 +819,819,31,29 +819,819,32,72 +820,820,1,820 +820,820,27,25 +820,820,28,10 +820,820,29,6 +820,820,31,30 +820,820,32,73 +821,821,1,821 +821,821,27,21 +821,821,29,163 +821,821,31,40 +822,822,1,822 +822,822,27,22 +822,822,29,164 +822,822,31,41 +823,823,1,823 +823,823,27,23 +823,823,29,165 +823,823,31,42 +824,824,1,824 +824,824,27,10 +824,824,28,14 +825,825,1,825 +825,825,27,11 +825,825,28,15 +826,826,1,826 +826,826,27,12 +826,826,28,16 +827,827,1,827 +827,827,27,29 +828,828,1,828 +828,828,27,30 +829,829,1,829 +829,829,27,126 +829,829,29,166 +830,830,1,830 +830,830,27,127 +830,830,29,167 +831,831,1,831 +831,831,27,34 +831,831,29,3 +832,832,1,832 +832,832,27,35 +832,832,29,4 +833,833,1,833 +833,833,27,42 +833,833,28,56 +833,833,31,57 +833,833,32,183 +834,834,1,834 +834,834,27,43 +834,834,28,57 +834,834,31,58 +834,834,32,184 +835,835,1,835 +835,835,27,46 +835,835,29,155 +836,836,1,836 +836,836,27,47 +836,836,29,156 +837,837,1,837 +837,837,27,161 +837,837,29,176 +837,837,31,91 +838,838,1,838 +838,838,27,162 +838,838,29,177 +838,838,31,92 +839,839,1,839 +839,839,27,163 +839,839,29,178 +839,839,31,93 +840,840,1,840 +840,840,27,205 +840,840,28,19 +840,840,31,108 +840,840,32,33 +841,841,1,841 +841,841,27,206 +841,841,28,20 +841,841,31,109 +841,841,32,34 +842,842,1,842 +842,842,27,207 +842,842,28,21 +842,842,31,110 +842,842,32,35 +843,843,1,843 +843,843,27,312 +843,843,28,174 +843,843,31,270 +844,844,1,844 +844,844,27,313 +844,844,28,175 +844,844,31,271 +845,845,1,845 +845,845,27,309 +845,845,28,93 +845,845,32,185 +846,846,1,846 +846,846,27,180 +846,846,28,96 +846,846,31,136 +846,846,32,90 +847,847,1,847 +847,847,27,181 +847,847,28,97 +847,847,31,137 +847,847,32,91 +848,848,1,848 +848,848,27,310 +848,848,31,198 +849,849,1,849 +849,849,27,311 +849,849,31,199 +850,850,1,850 +850,850,27,159 +850,850,29,99 +851,851,1,851 +851,851,27,160 +851,851,29,100 +852,852,1,852 +852,852,27,351 +852,852,28,129 +853,853,1,853 +853,853,27,352 +853,853,28,130 +854,854,1,854 +854,854,27,335 +854,854,29,132 +854,854,31,237 +854,854,33,127 +855,855,1,855 +855,855,27,336 +855,855,29,133 +855,855,31,238 +855,855,33,128 +856,856,1,856 +856,856,27,241 +856,856,29,40 +856,856,31,282 +856,856,32,92 +857,857,1,857 +857,857,27,242 +857,857,29,41 +857,857,31,283 +857,857,32,93 +858,858,1,858 +858,858,27,243 +858,858,29,42 +858,858,31,284 +858,858,32,94 +859,859,1,859 +859,859,27,238 +859,859,29,37 +859,859,31,285 +859,859,32,190 +860,860,1,860 +860,860,27,239 +860,860,29,38 +860,860,31,286 +860,860,32,191 +861,861,1,861 +861,861,27,240 +861,861,29,39 +861,861,31,287 +861,861,32,192 +862,862,1,862 +862,862,27,33 +862,862,29,73 +863,863,1,863 +863,863,27,183 +864,864,1,864 +864,864,27,237 +865,865,1,865 +865,865,27,219 +866,866,1,866 +866,866,27,366 +866,866,29,12 +867,867,1,867 +867,867,27,328 +868,868,1,868 +868,868,27,185 +868,868,33,42 +869,869,1,869 +869,869,27,186 +869,869,33,43 +870,870,1,870 +870,870,27,345 +870,870,31,300 +871,871,1,871 +871,871,27,353 +871,871,28,126 +871,871,29,158 +871,871,31,321 +872,872,1,872 +872,872,27,349 +872,872,29,1 +872,872,31,350 +873,873,1,873 +873,873,27,350 +873,873,29,2 +873,873,31,351 +874,874,1,874 +874,874,27,369 +874,874,29,89 +874,874,31,319 +875,875,1,875 +875,875,27,370 +875,875,29,90 +875,875,31,320 +876,876,1,876 +876,876,27,337 +876,876,29,171 +876,876,31,241 +876,876,32,193 +877,877,1,877 +877,877,27,344 +877,877,28,104 +877,877,29,157 +877,877,32,95 +878,878,1,878 +878,878,27,302 +878,878,29,108 +878,878,31,124 +879,879,1,879 +879,879,27,303 +879,879,29,109 +879,879,31,125 +880,880,1,880 +880,880,27,374 +881,881,1,881 +881,881,27,375 +882,882,1,882 +882,882,27,376 +883,883,1,883 +883,883,27,377 +884,884,1,884 +884,884,27,371 +884,884,33,161 +885,885,1,885 +885,885,27,395 +885,885,29,110 +885,885,31,305 +886,886,1,886 +886,886,27,396 +886,886,29,111 +886,886,31,306 +887,887,1,887 +887,887,27,397 +887,887,29,112 +887,887,31,307 +888,888,1,888 +888,888,27,398 +889,889,1,889 +889,889,27,399 +890,890,1,890 +890,890,27,400 +891,891,1,891 +891,891,28,100 +892,892,1,892 +892,892,28,101 +893,893,1,893 +893,893,28,211 +894,894,1,894 +894,894,29,200 +895,895,1,895 +895,895,29,201 +896,896,1,896 +896,896,29,208 +897,897,1,897 +897,897,29,209 +898,898,1,898 +898,898,29,210 +899,899,1,899 +899,899,30,50 +900,900,1,900 +900,900,30,73 +900,900,33,21 +901,901,1,901 +901,901,30,114 +901,10272,32,196 +902,902,1,902 +902,902,30,167 +902,902,32,195 +903,903,1,903 +903,903,30,203 +904,904,1,904 +904,904,30,85 +904,904,33,147 +905,905,1,905 +905,905,30,234 +906,906,1,906 +906,906,31,1 +907,907,1,907 +907,907,31,2 +908,908,1,908 +908,908,31,3 +909,909,1,909 +909,909,31,4 +910,910,1,910 +910,910,31,5 +911,911,1,911 +911,911,31,6 +912,912,1,912 +912,912,31,7 +913,913,1,913 +913,913,31,8 +914,914,1,914 +914,914,31,9 +915,915,1,915 +915,915,31,10 +916,916,1,916 +916,916,31,11 +917,917,1,917 +917,917,31,12 +918,918,1,918 +918,918,31,13 +919,919,1,919 +919,919,31,14 +920,920,1,920 +920,920,31,15 +921,921,1,921 +921,921,31,22 +922,922,1,922 +922,922,31,23 +923,923,1,923 +923,923,31,24 +924,924,1,924 +924,924,31,71 +924,924,32,97 +925,925,1,925 +925,925,31,72 +925,925,32,98 +926,926,1,926 +926,926,31,76 +927,927,1,927 +927,927,31,77 +928,928,1,928 +928,928,31,84 +929,929,1,929 +929,929,31,85 +930,930,1,930 +930,930,31,86 +931,931,1,931 +931,931,31,113 +932,932,1,932 +932,932,31,129 +933,933,1,933 +933,933,31,130 +934,934,1,934 +934,934,31,131 +935,935,1,935 +935,935,31,165 +936,936,1,936 +936,936,31,166 +937,937,1,937 +937,937,31,167 +938,938,1,938 +938,938,31,170 +939,939,1,939 +939,939,31,171 +940,940,1,940 +940,940,31,177 +941,941,1,941 +941,941,31,178 +942,942,1,942 +942,942,31,196 +943,943,1,943 +943,943,31,197 +944,944,1,944 +944,944,31,202 +945,945,1,945 +945,945,31,203 +946,946,1,946 +946,946,31,242 +947,947,1,947 +947,947,31,243 +948,948,1,948 +948,948,31,244 +948,948,32,74 +949,949,1,949 +949,949,31,245 +949,949,32,75 +950,950,1,950 +950,950,31,249 +951,951,1,951 +951,951,31,250 +952,952,1,952 +952,952,31,251 +953,953,1,953 +953,953,31,254 +953,953,33,30 +954,954,1,954 +954,954,31,255 +954,954,33,31 +955,955,1,955 +955,955,31,263 +956,956,1,956 +956,956,31,264 +957,957,1,957 +957,957,31,279 +958,958,1,958 +958,958,31,280 +959,959,1,959 +959,959,31,281 +960,960,1,960 +960,960,31,288 +961,961,1,961 +961,961,31,289 +962,962,1,962 +962,962,31,290 +962,962,32,134 +963,963,1,963 +963,963,31,291 +964,964,1,964 +964,964,31,292 +965,965,1,965 +965,965,31,293 +966,966,1,966 +966,966,31,294 +967,967,1,967 +967,967,31,295 +968,968,1,968 +968,968,31,296 +968,968,32,96 +969,969,1,969 +969,969,31,308 +969,969,32,156 +970,970,1,970 +970,970,31,309 +970,970,32,157 +971,971,1,971 +971,971,31,311 +972,972,1,972 +972,972,31,312 +973,973,1,973 +973,973,31,346 +974,974,1,974 +974,974,31,361 +975,975,1,975 +975,975,31,362 +976,976,1,976 +976,976,31,373 +977,977,1,977 +977,977,31,374 +978,978,1,978 +978,978,31,375 +979,979,1,979 +979,979,31,160 +979,979,32,101 +980,980,1,980 +980,980,31,54 +981,981,1,981 +981,981,31,193 +981,981,33,26 +982,982,1,982 +982,982,31,189 +982,982,32,161 +983,983,1,983 +983,983,31,369 +983,983,32,188 +984,984,1,984 +984,984,31,376 +985,985,1,985 +985,985,31,377 +986,986,1,986 +986,986,31,378 +987,987,1,987 +987,987,31,379 +988,988,1,988 +988,988,31,380 +989,989,1,989 +989,989,31,381 +990,990,1,990 +990,990,31,382 +991,991,1,991 +991,991,31,383 +992,992,1,992 +992,992,31,384 +993,993,1,993 +993,993,31,385 +994,994,1,994 +994,994,31,386 +995,995,1,995 +995,995,31,387 +996,996,1,996 +996,996,31,388 +997,997,1,997 +997,997,31,389 +998,998,1,998 +998,998,31,390 +999,999,1,999 +999,999,31,391 +1000,1000,1,1000 +1000,1000,31,392 +1001,1001,1,1001 +1001,1001,31,393 +1002,1002,1,1002 +1002,1002,31,394 +1003,1003,1,1003 +1003,1003,31,395 +1004,1004,1,1004 +1004,1004,31,396 +1005,1005,1,1005 +1005,1005,31,397 +1006,1006,1,1006 +1006,1006,31,398 +1007,1007,1,1007 +1007,1007,31,399 +1008,1008,1,1008 +1008,1008,31,400 +1009,1009,1,1009 +1009,1009,33,241 +1010,1010,1,1010 +1010,1010,33,242 +1011,1011,1,1011 +1011,1011,32,36 +1012,1012,1,1012 +1012,1012,32,76 +1013,1013,1,1013 +1013,1013,32,77 +1014,1014,1,1014 +1014,1014,32,197 +1015,1015,1,1015 +1015,1015,32,198 +1016,1016,1,1016 +1016,1016,32,199 +1017,1017,1,1017 +1017,1017,32,200 +1018,1018,1,1018 +1018,1018,33,162 +1019,1019,1,1019 +1019,1019,33,163 +1020,1020,1,1020 +1020,1020,33,236 +1021,1021,1,1021 +1021,1021,33,237 +1022,1022,1,1022 +1022,1022,33,239 +1023,1023,1,1023 +1023,1023,33,238 +1024,1024,1,1024 +1024,1024,33,240 +1025,1025,1,1025 +1025,1025,33,243 \ No newline at end of file diff --git a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py new file mode 100644 index 000000000..0a25f0a4b --- /dev/null +++ b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py @@ -0,0 +1,19 @@ +# Generated by Django 3.2.25 on 2025-09-24 14:26 + +from django.db import migrations, models +import django.db.models.deletion + + +class Migration(migrations.Migration): + + dependencies = [ + ('pokemon_v2', '0018_auto_20250123_1838'), + ] + + operations = [ + migrations.AddField( + model_name='pokemondexnumber', + name='pokemon', + field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='pokemondexnumber', to='pokemon_v2.pokemon'), + ), + ] diff --git a/pokemon_v2/models.py b/pokemon_v2/models.py index ea8d50eda..1681cd2ff 100644 --- a/pokemon_v2/models.py +++ b/pokemon_v2/models.py @@ -1613,7 +1613,7 @@ class PokemonColorName(HasPokemonColor, IsName): pass -class PokemonDexNumber(HasPokemonSpecies, HasPokedex): +class PokemonDexNumber(HasPokemonSpecies, HasPokemon, HasPokedex): pokedex_number = models.IntegerField() diff --git a/pokemon_v2/serializers.py b/pokemon_v2/serializers.py index e12765978..634a2a799 100644 --- a/pokemon_v2/serializers.py +++ b/pokemon_v2/serializers.py @@ -4262,6 +4262,9 @@ class PokemonDetailSerializer(serializers.ModelSerializer): game_indices = PokemonGameIndexSerializer( many=True, read_only=True, source="pokemongameindex" ) + pokedex_numbers = PokemonDexEntrySerializer( + many=True, read_only=True, source="pokemondexnumber" + ) moves = serializers.SerializerMethodField("get_pokemon_moves") species = PokemonSpeciesSummarySerializer(source="pokemon_species") stats = PokemonStatSerializer(many=True, read_only=True, source="pokemonstat") @@ -4289,6 +4292,7 @@ class Meta: "past_abilities", "forms", "game_indices", + "pokedex_numbers", "held_items", "location_area_encounters", "moves", @@ -5844,10 +5848,11 @@ def build_chain_link_entry(self, chain_link, summary_data): class PokemonDexNumberSerializer(serializers.ModelSerializer): entry_number = serializers.IntegerField(source="pokedex_number") pokemon_species = PokemonSpeciesSummarySerializer() + pokemon = PokemonSummarySerializer() class Meta: model = PokemonDexNumber - fields = ("pokedex", "entry_number", "pokemon_species") + fields = ("pokedex", "entry_number", "pokemon_species", "pokemon") ############################ @@ -6000,7 +6005,7 @@ class Meta: "type": "array", "items": { "type": "object", - "required": ["entry_number", "pokemon_species"], + "required": ["entry_number", "pokemon_species", "pokemon"], "properties": { "entry_number": { "type": "integer", @@ -6021,6 +6026,20 @@ class Meta: }, }, }, + "pokemon": { + "type": "object", + "required": ["name", "url"], + "properties": { + "name": {"type": "string", "examples": ["bulbasaur"]}, + "url": { + "type": "string", + "format": "uri", + "examples": [ + "https://pokeapi.co/api/v2/pokemon/1/" + ], + }, + }, + }, }, }, } diff --git a/pokemon_v2/tests.py b/pokemon_v2/tests.py index 8e8eee0c8..9823c35b2 100644 --- a/pokemon_v2/tests.py +++ b/pokemon_v2/tests.py @@ -1496,9 +1496,10 @@ def setup_pokemon_species_name_data( return pokemon_species_name @classmethod - def setup_pokemon_dex_entry_data(cls, pokemon_species, pokedex, entry_number=100): + def setup_pokemon_dex_entry_data(cls, pokemon_species, pokemon, pokedex, entry_number=100): dex_number = PokemonDexNumber( pokemon_species=pokemon_species, + pokemon=pokemon, pokedex=pokedex, pokedex_number=entry_number, ) @@ -3644,8 +3645,11 @@ def test_pokedex_api(self): pokemon_species = self.setup_pokemon_species_data( name="pkmn spcs for base pkdx" ) + pokemon = self.setup_pokemon_data( + name="pkmn for base pkdx" + ) dex_entry = self.setup_pokemon_dex_entry_data( - pokedex=pokedex, pokemon_species=pokemon_species + pokedex=pokedex, pokemon=pokemon, pokemon_species=pokemon_species ) response = self.client.get("{}/pokedex/{}/".format(API_V2, pokedex.pk)) @@ -3699,6 +3703,16 @@ def test_pokedex_api(self): response.data["pokemon_entries"][0]["pokemon_species"]["url"], "{}{}/pokemon-species/{}/".format(TEST_HOST, API_V2, pokemon_species.pk), ) + # pokemon params + self.assertEqual( + response.data["pokemon_entries"][0]["pokemon"]["name"], + pokemon.name, + ) + self.assertEqual( + response.data["pokemon_entries"][0]["pokemon"]["url"], + "{}{}/pokemon/{}/".format(TEST_HOST, API_V2, pokemon.pk), + ) + # Move Tests def test_move_ailment_api(self): @@ -4666,10 +4680,6 @@ def test_pokemon_species_api(self): pal_park = self.setup_pal_park_data(pokemon_species=pokemon_species) - dex_number = self.setup_pokemon_dex_entry_data( - pokemon_species=pokemon_species, pokedex=pokedex, entry_number=44 - ) - egg_group = self.setup_egg_group_data(name="egg grp for pkmn spcs") self.setup_pokemon_egg_group_data( pokemon_species=pokemon_species, egg_group=egg_group @@ -4678,6 +4688,11 @@ def test_pokemon_species_api(self): pokemon = self.setup_pokemon_data( pokemon_species=pokemon_species, name="pkm for base pkmn spcs" ) + + dex_number = self.setup_pokemon_dex_entry_data( + pokemon_species=pokemon_species, pokemon=pokemon, pokedex=pokedex, entry_number=44 + ) + self.setup_pokemon_sprites_data(pokemon) self.setup_pokemon_cries_data(pokemon) @@ -4888,6 +4903,10 @@ def test_pokemon_api(self): pokemon_form = self.setup_pokemon_form_data( pokemon=pokemon, name="pkm form for base pkmn" ) + pokedex = self.setup_pokedex_data(name="pkdx for base pkmn") + dex_number = self.setup_pokemon_dex_entry_data( + pokemon_species=pokemon_species, pokemon=pokemon, pokedex=pokedex, entry_number=44 + ) generation = self.setup_generation_data(name="base gen") pokemon_ability = self.setup_pokemon_ability_data(pokemon=pokemon) pokemon_past_ability = self.setup_pokemon_past_ability_data( @@ -5129,6 +5148,18 @@ def test_pokemon_api(self): response.data["game_indices"][0]["version"]["url"], "{}{}/version/{}/".format(TEST_HOST, API_V2, pokemon_game_index.version.pk), ) + # dex number params + self.assertEqual( + response.data["pokedex_numbers"][0]["entry_number"], + dex_number.pokedex_number, + ) + self.assertEqual( + response.data["pokedex_numbers"][0]["pokedex"]["name"], pokedex.name + ) + self.assertEqual( + response.data["pokedex_numbers"][0]["pokedex"]["url"], + "{}{}/pokedex/{}/".format(TEST_HOST, API_V2, pokedex.pk), + ) # form params self.assertEqual(response.data["forms"][0]["name"], pokemon_form.name) self.assertEqual( From 6eac94e2cad1fe70c8cf7a6b2ac53dac19d2d4ac Mon Sep 17 00:00:00 2001 From: Tim Anhalt Date: Wed, 24 Sep 2025 21:08:04 +0200 Subject: [PATCH 2/7] fix: reformatted with black --- .../0019_pokemondexnumber_pokemon.py | 14 ++++++++++---- pokemon_v2/serializers.py | 4 +--- pokemon_v2/tests.py | 19 ++++++++++++------- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py index 0a25f0a4b..20256635e 100644 --- a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py +++ b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py @@ -7,13 +7,19 @@ class Migration(migrations.Migration): dependencies = [ - ('pokemon_v2', '0018_auto_20250123_1838'), + ("pokemon_v2", "0018_auto_20250123_1838"), ] operations = [ migrations.AddField( - model_name='pokemondexnumber', - name='pokemon', - field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='pokemondexnumber', to='pokemon_v2.pokemon'), + model_name="pokemondexnumber", + name="pokemon", + field=models.ForeignKey( + blank=True, + null=True, + on_delete=django.db.models.deletion.CASCADE, + related_name="pokemondexnumber", + to="pokemon_v2.pokemon", + ), ), ] diff --git a/pokemon_v2/serializers.py b/pokemon_v2/serializers.py index 634a2a799..4ebce0902 100644 --- a/pokemon_v2/serializers.py +++ b/pokemon_v2/serializers.py @@ -6034,9 +6034,7 @@ class Meta: "url": { "type": "string", "format": "uri", - "examples": [ - "https://pokeapi.co/api/v2/pokemon/1/" - ], + "examples": ["https://pokeapi.co/api/v2/pokemon/1/"], }, }, }, diff --git a/pokemon_v2/tests.py b/pokemon_v2/tests.py index 9823c35b2..1e5d0c323 100644 --- a/pokemon_v2/tests.py +++ b/pokemon_v2/tests.py @@ -1496,7 +1496,9 @@ def setup_pokemon_species_name_data( return pokemon_species_name @classmethod - def setup_pokemon_dex_entry_data(cls, pokemon_species, pokemon, pokedex, entry_number=100): + def setup_pokemon_dex_entry_data( + cls, pokemon_species, pokemon, pokedex, entry_number=100 + ): dex_number = PokemonDexNumber( pokemon_species=pokemon_species, pokemon=pokemon, @@ -3645,9 +3647,7 @@ def test_pokedex_api(self): pokemon_species = self.setup_pokemon_species_data( name="pkmn spcs for base pkdx" ) - pokemon = self.setup_pokemon_data( - name="pkmn for base pkdx" - ) + pokemon = self.setup_pokemon_data(name="pkmn for base pkdx") dex_entry = self.setup_pokemon_dex_entry_data( pokedex=pokedex, pokemon=pokemon, pokemon_species=pokemon_species ) @@ -3713,7 +3713,6 @@ def test_pokedex_api(self): "{}{}/pokemon/{}/".format(TEST_HOST, API_V2, pokemon.pk), ) - # Move Tests def test_move_ailment_api(self): move_ailment = self.setup_move_ailment_data(name="base mv almnt") @@ -4690,7 +4689,10 @@ def test_pokemon_species_api(self): ) dex_number = self.setup_pokemon_dex_entry_data( - pokemon_species=pokemon_species, pokemon=pokemon, pokedex=pokedex, entry_number=44 + pokemon_species=pokemon_species, + pokemon=pokemon, + pokedex=pokedex, + entry_number=44, ) self.setup_pokemon_sprites_data(pokemon) @@ -4905,7 +4907,10 @@ def test_pokemon_api(self): ) pokedex = self.setup_pokedex_data(name="pkdx for base pkmn") dex_number = self.setup_pokemon_dex_entry_data( - pokemon_species=pokemon_species, pokemon=pokemon, pokedex=pokedex, entry_number=44 + pokemon_species=pokemon_species, + pokemon=pokemon, + pokedex=pokedex, + entry_number=44, ) generation = self.setup_generation_data(name="base gen") pokemon_ability = self.setup_pokemon_ability_data(pokemon=pokemon) From ae8f1d3e4f90e137589b7806f1827e00b7a21941 Mon Sep 17 00:00:00 2001 From: Tim Anhalt Date: Wed, 24 Sep 2025 21:41:12 +0200 Subject: [PATCH 3/7] fix: reformatted with black again --- Resources/scripts/data/gen8/ability_names.py | 22 +- Resources/scripts/data/gen8/move_names.py | 22 +- Resources/scripts/data/gen8/read_swsh.py | 424 ++++++++++--------- Resources/scripts/data/gen8/to_csv.py | 164 +++---- 4 files changed, 341 insertions(+), 291 deletions(-) diff --git a/Resources/scripts/data/gen8/ability_names.py b/Resources/scripts/data/gen8/ability_names.py index c15dc4693..ab6651e61 100644 --- a/Resources/scripts/data/gen8/ability_names.py +++ b/Resources/scripts/data/gen8/ability_names.py @@ -5,8 +5,18 @@ # data_path contains the countents of the `message` folder found in sword/shield's romfs:/bin/ if __name__ == "__main__": path = os.path.abspath(os.path.dirname(__file__)) - data_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data") - csv_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "pokedex", "data", "csv") + data_path = os.path.join( + os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data" + ) + csv_path = os.path.join( + os.path.abspath(os.path.dirname(__file__)), + "..", + "..", + "..", + "pokedex", + "data", + "csv", + ) languages = { "JPN": 1, @@ -25,13 +35,17 @@ entries = [] # conquest abilities - with open(os.path.join(csv_path, "ability_names.csv"), "r", encoding="utf-8", newline="") as csv_file: + with open( + os.path.join(csv_path, "ability_names.csv"), "r", encoding="utf-8", newline="" + ) as csv_file: reader = csv.reader(csv_file, delimiter=",") for row in reader: if row[0].isnumeric() and int(row[0]) > 10000: entries.append([int(row[0]), int(row[1]), row[2]]) - with open(os.path.join(csv_path, "ability_names.csv"), "w", encoding="utf-8", newline="") as csv_file: + with open( + os.path.join(csv_path, "ability_names.csv"), "w", encoding="utf-8", newline="" + ) as csv_file: writer = csv.writer(csv_file, delimiter=",", lineterminator="\n") for language_dir, language_id in languages.items(): try: diff --git a/Resources/scripts/data/gen8/move_names.py b/Resources/scripts/data/gen8/move_names.py index e56fbe739..a675af41b 100644 --- a/Resources/scripts/data/gen8/move_names.py +++ b/Resources/scripts/data/gen8/move_names.py @@ -5,8 +5,18 @@ # data_path contains the countents of the `message` folder found in sword/shield's romfs:/bin/ if __name__ == "__main__": path = os.path.abspath(os.path.dirname(__file__)) - data_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data") - csv_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "pokedex", "data", "csv") + data_path = os.path.join( + os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data" + ) + csv_path = os.path.join( + os.path.abspath(os.path.dirname(__file__)), + "..", + "..", + "..", + "pokedex", + "data", + "csv", + ) languages = { "JPN": 1, @@ -25,13 +35,17 @@ entries = [] # shadow moves - with open(os.path.join(csv_path, "move_names.csv"), "r", encoding="utf-8", newline="") as csv_file: + with open( + os.path.join(csv_path, "move_names.csv"), "r", encoding="utf-8", newline="" + ) as csv_file: reader = csv.reader(csv_file, delimiter=",") for row in reader: if row[0].isnumeric() and int(row[0]) > 10000: entries.append([int(row[0]), int(row[1]), row[2]]) - with open(os.path.join(csv_path, "move_names.csv"), "w", encoding="utf-8", newline="") as csv_file: + with open( + os.path.join(csv_path, "move_names.csv"), "w", encoding="utf-8", newline="" + ) as csv_file: writer = csv.writer(csv_file, delimiter=",", lineterminator="\n") for language_dir, language_id in languages.items(): try: diff --git a/Resources/scripts/data/gen8/read_swsh.py b/Resources/scripts/data/gen8/read_swsh.py index acb134ac1..ddf7ab43a 100644 --- a/Resources/scripts/data/gen8/read_swsh.py +++ b/Resources/scripts/data/gen8/read_swsh.py @@ -3,212 +3,218 @@ import struct import sys -class TextLine(): - offset = None - length = None - -class TextFile(): - def __init__(this, path1, path2): - this.__dictEntries = {} - this.__magic = 0x42544841 - this.__KEY_BASE = 0x7C89 - this.__KEY_ADVANCE = 0x2983 - this.__KEY_VARIABLE = 0x0010 - this.__KEY_TERMINATOR = 0x0000 - - # Load dex labels - if (os.path.splitext(path1)[1] == ".tbl"): - this.__OpenTbl(path1) - elif (os.path.splitext(path2)[1] == ".tbl"): - this.__OpenTbl(path2) - else: - raise UserWarning("Error: a .tbl was not given") - - # Load dex entries - if (os.path.splitext(path1)[1] == ".dat"): - this.__OpenDat(path1) - elif (os.path.splitext(path2)[1] == ".dat"): - this.__OpenDat(path2) - else: - raise UserWarning("Error: a .dat was not given") - - # The table has 1 more entry than the dat to show when the table ends - if (len(this.__labels) == len(this.__lines) + 1): - for i in range(0, len(this.__lines)): - this.__dictEntries[this.__labels[i]] = this.__lines[i] - - @property - def __TextSections(this): - """(2 bytes) Gets the number of text sections""" - return struct.unpack_from("> 8) % 256) - # Bit-shift and OR key, then cast to 16-bits (otherwise things break) - key = (key << 3 | key >> 13) % 2**16 - - return result - - def __GetLineString(this, data): - """Turns the given list of bytes into a finished string""" - if (data is None): - return None - - string = "" - i = 0 - while (i < len(data)): - # Cast 2 bytes to figure out what to do next - value = struct.unpack_from("> 8) % 256) + # Bit-shift and OR key, then cast to 16-bits (otherwise things break) + key = (key << 3 | key >> 13) % 2**16 + + return result + + def __GetLineString(this, data): + """Turns the given list of bytes into a finished string""" + if data is None: + return None + + string = "" + i = 0 + while i < len(data): + # Cast 2 bytes to figure out what to do next + value = struct.unpack_from(" 1 and "[VAR]" not in flavor_text): - species = int(label[0][14:17]) - entriesList.append([species, version, language, flavor_text]) + # Loop through the text file's dictionary and append the parsed data into the list + for label, flavor_text in dictionary.items(): + if len(flavor_text) > 1 and "[VAR]" not in flavor_text: + species = int(label[0][14:17]) + entriesList.append( + [species, version, language, flavor_text] + ) - # Append a duplicate entry for Let's Go Eevee (both games use the same table) - if (dupe): - entriesList.append([species, 32, language, flavor_text]) + # Append a duplicate entry for Let's Go Eevee (both games use the same table) + if dupe: + entriesList.append([species, 32, language, flavor_text]) - except UserWarning as error: - print(error) - except Exception as error: - print(error) + except UserWarning as error: + print(error) + except Exception as error: + print(error) - with open(path + "\\pokemon_species_flavor_text.csv", "r", encoding = "utf-8", newline = "") as fPoke: - reader = csv.reader(fPoke, delimiter = ",") + with open( + path + "\\pokemon_species_flavor_text.csv", + "r", + encoding="utf-8", + newline="", + ) as fPoke: + reader = csv.reader(fPoke, delimiter=",") - currentEntries = [] - # Get first line (info on what each column represents) - header = next(reader) - for row in reader: - # species_id, version_id, language_id, flavor_text - row = [int(row[0]), int(row[1]), int(row[2]), row[3]] - entriesList.append(row) + currentEntries = [] + # Get first line (info on what each column represents) + header = next(reader) + for row in reader: + # species_id, version_id, language_id, flavor_text + row = [int(row[0]), int(row[1]), int(row[2]), row[3]] + entriesList.append(row) - # Sort the list based on species id - writer.writerow(header) - entriesList.sort() - writer.writerows(entriesList) - print("Done") \ No newline at end of file + # Sort the list based on species id + writer.writerow(header) + entriesList.sort() + writer.writerows(entriesList) + print("Done") From 9871cedc6ef8e1bd98efaaaf73de4abdddf40c1a Mon Sep 17 00:00:00 2001 From: Tim Anhalt Date: Wed, 24 Sep 2025 21:59:20 +0200 Subject: [PATCH 4/7] fix: regenerated and formatted migrations file --- pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py index 20256635e..1e1721eca 100644 --- a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py +++ b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py @@ -1,4 +1,4 @@ -# Generated by Django 3.2.25 on 2025-09-24 14:26 +# Generated by Django 3.2.25 on 2025-09-24 19:55 from django.db import migrations, models import django.db.models.deletion From a6ce747e0937c49dd187dcfea29da25366aa0413 Mon Sep 17 00:00:00 2001 From: Tim Anhalt Date: Wed, 24 Sep 2025 22:10:09 +0200 Subject: [PATCH 5/7] fix: manually reformatted migrations file to match previous ones --- pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py index 1e1721eca..e1f7248d0 100644 --- a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py +++ b/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py @@ -1,11 +1,9 @@ # Generated by Django 3.2.25 on 2025-09-24 19:55 from django.db import migrations, models -import django.db.models.deletion class Migration(migrations.Migration): - dependencies = [ ("pokemon_v2", "0018_auto_20250123_1838"), ] @@ -17,7 +15,7 @@ class Migration(migrations.Migration): field=models.ForeignKey( blank=True, null=True, - on_delete=django.db.models.deletion.CASCADE, + on_delete=models.CASCADE, related_name="pokemondexnumber", to="pokemon_v2.pokemon", ), From 34f55d82cdaf455530589d4047e36713fd285aea Mon Sep 17 00:00:00 2001 From: Tim Anhalt Date: Sat, 27 Sep 2025 21:24:56 +0200 Subject: [PATCH 6/7] fix: reverted formatting of files that are irrelevant to PR - I used black to format the entire project while I was fighting with the CI/CD pipeline --- Resources/scripts/data/gen8/ability_names.py | 22 +- Resources/scripts/data/gen8/move_names.py | 22 +- Resources/scripts/data/gen8/read_swsh.py | 424 +++++++++---------- Resources/scripts/data/gen8/to_csv.py | 164 ++++--- 4 files changed, 291 insertions(+), 341 deletions(-) diff --git a/Resources/scripts/data/gen8/ability_names.py b/Resources/scripts/data/gen8/ability_names.py index ab6651e61..c15dc4693 100644 --- a/Resources/scripts/data/gen8/ability_names.py +++ b/Resources/scripts/data/gen8/ability_names.py @@ -5,18 +5,8 @@ # data_path contains the countents of the `message` folder found in sword/shield's romfs:/bin/ if __name__ == "__main__": path = os.path.abspath(os.path.dirname(__file__)) - data_path = os.path.join( - os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data" - ) - csv_path = os.path.join( - os.path.abspath(os.path.dirname(__file__)), - "..", - "..", - "..", - "pokedex", - "data", - "csv", - ) + data_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data") + csv_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "pokedex", "data", "csv") languages = { "JPN": 1, @@ -35,17 +25,13 @@ entries = [] # conquest abilities - with open( - os.path.join(csv_path, "ability_names.csv"), "r", encoding="utf-8", newline="" - ) as csv_file: + with open(os.path.join(csv_path, "ability_names.csv"), "r", encoding="utf-8", newline="") as csv_file: reader = csv.reader(csv_file, delimiter=",") for row in reader: if row[0].isnumeric() and int(row[0]) > 10000: entries.append([int(row[0]), int(row[1]), row[2]]) - with open( - os.path.join(csv_path, "ability_names.csv"), "w", encoding="utf-8", newline="" - ) as csv_file: + with open(os.path.join(csv_path, "ability_names.csv"), "w", encoding="utf-8", newline="") as csv_file: writer = csv.writer(csv_file, delimiter=",", lineterminator="\n") for language_dir, language_id in languages.items(): try: diff --git a/Resources/scripts/data/gen8/move_names.py b/Resources/scripts/data/gen8/move_names.py index a675af41b..e56fbe739 100644 --- a/Resources/scripts/data/gen8/move_names.py +++ b/Resources/scripts/data/gen8/move_names.py @@ -5,18 +5,8 @@ # data_path contains the countents of the `message` folder found in sword/shield's romfs:/bin/ if __name__ == "__main__": path = os.path.abspath(os.path.dirname(__file__)) - data_path = os.path.join( - os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data" - ) - csv_path = os.path.join( - os.path.abspath(os.path.dirname(__file__)), - "..", - "..", - "..", - "pokedex", - "data", - "csv", - ) + data_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "..", "data") + csv_path = os.path.join(os.path.abspath(os.path.dirname(__file__)), "..", "..", "..", "pokedex", "data", "csv") languages = { "JPN": 1, @@ -35,17 +25,13 @@ entries = [] # shadow moves - with open( - os.path.join(csv_path, "move_names.csv"), "r", encoding="utf-8", newline="" - ) as csv_file: + with open(os.path.join(csv_path, "move_names.csv"), "r", encoding="utf-8", newline="") as csv_file: reader = csv.reader(csv_file, delimiter=",") for row in reader: if row[0].isnumeric() and int(row[0]) > 10000: entries.append([int(row[0]), int(row[1]), row[2]]) - with open( - os.path.join(csv_path, "move_names.csv"), "w", encoding="utf-8", newline="" - ) as csv_file: + with open(os.path.join(csv_path, "move_names.csv"), "w", encoding="utf-8", newline="") as csv_file: writer = csv.writer(csv_file, delimiter=",", lineterminator="\n") for language_dir, language_id in languages.items(): try: diff --git a/Resources/scripts/data/gen8/read_swsh.py b/Resources/scripts/data/gen8/read_swsh.py index ddf7ab43a..acb134ac1 100644 --- a/Resources/scripts/data/gen8/read_swsh.py +++ b/Resources/scripts/data/gen8/read_swsh.py @@ -3,218 +3,212 @@ import struct import sys - -class TextLine: - offset = None - length = None - - -class TextFile: - def __init__(this, path1, path2): - this.__dictEntries = {} - this.__magic = 0x42544841 - this.__KEY_BASE = 0x7C89 - this.__KEY_ADVANCE = 0x2983 - this.__KEY_VARIABLE = 0x0010 - this.__KEY_TERMINATOR = 0x0000 - - # Load dex labels - if os.path.splitext(path1)[1] == ".tbl": - this.__OpenTbl(path1) - elif os.path.splitext(path2)[1] == ".tbl": - this.__OpenTbl(path2) - else: - raise UserWarning("Error: a .tbl was not given") - - # Load dex entries - if os.path.splitext(path1)[1] == ".dat": - this.__OpenDat(path1) - elif os.path.splitext(path2)[1] == ".dat": - this.__OpenDat(path2) - else: - raise UserWarning("Error: a .dat was not given") - - # The table has 1 more entry than the dat to show when the table ends - if len(this.__labels) == len(this.__lines) + 1: - for i in range(0, len(this.__lines)): - this.__dictEntries[this.__labels[i]] = this.__lines[i] - - @property - def __TextSections(this): - """(2 bytes) Gets the number of text sections""" - return struct.unpack_from("> 8) % 256) - # Bit-shift and OR key, then cast to 16-bits (otherwise things break) - key = (key << 3 | key >> 13) % 2**16 - - return result - - def __GetLineString(this, data): - """Turns the given list of bytes into a finished string""" - if data is None: - return None - - string = "" - i = 0 - while i < len(data): - # Cast 2 bytes to figure out what to do next - value = struct.unpack_from("> 8) % 256) + # Bit-shift and OR key, then cast to 16-bits (otherwise things break) + key = (key << 3 | key >> 13) % 2**16 + + return result + + def __GetLineString(this, data): + """Turns the given list of bytes into a finished string""" + if (data is None): + return None + + string = "" + i = 0 + while (i < len(data)): + # Cast 2 bytes to figure out what to do next + value = struct.unpack_from(" 1 and "[VAR]" not in flavor_text: - species = int(label[0][14:17]) - entriesList.append( - [species, version, language, flavor_text] - ) + # Loop through the text file's dictionary and append the parsed data into the list + for label, flavor_text in dictionary.items(): + if (len(flavor_text) > 1 and "[VAR]" not in flavor_text): + species = int(label[0][14:17]) + entriesList.append([species, version, language, flavor_text]) - # Append a duplicate entry for Let's Go Eevee (both games use the same table) - if dupe: - entriesList.append([species, 32, language, flavor_text]) + # Append a duplicate entry for Let's Go Eevee (both games use the same table) + if (dupe): + entriesList.append([species, 32, language, flavor_text]) - except UserWarning as error: - print(error) - except Exception as error: - print(error) + except UserWarning as error: + print(error) + except Exception as error: + print(error) - with open( - path + "\\pokemon_species_flavor_text.csv", - "r", - encoding="utf-8", - newline="", - ) as fPoke: - reader = csv.reader(fPoke, delimiter=",") + with open(path + "\\pokemon_species_flavor_text.csv", "r", encoding = "utf-8", newline = "") as fPoke: + reader = csv.reader(fPoke, delimiter = ",") - currentEntries = [] - # Get first line (info on what each column represents) - header = next(reader) - for row in reader: - # species_id, version_id, language_id, flavor_text - row = [int(row[0]), int(row[1]), int(row[2]), row[3]] - entriesList.append(row) + currentEntries = [] + # Get first line (info on what each column represents) + header = next(reader) + for row in reader: + # species_id, version_id, language_id, flavor_text + row = [int(row[0]), int(row[1]), int(row[2]), row[3]] + entriesList.append(row) - # Sort the list based on species id - writer.writerow(header) - entriesList.sort() - writer.writerows(entriesList) - print("Done") + # Sort the list based on species id + writer.writerow(header) + entriesList.sort() + writer.writerows(entriesList) + print("Done") \ No newline at end of file From 123c2a5aeb205e8d8c9dd93d0a790fbb24fb67b6 Mon Sep 17 00:00:00 2001 From: Tim Anhalt Date: Wed, 1 Oct 2025 15:21:12 +0200 Subject: [PATCH 7/7] fix: fixed migrations after merge - Swapped migrations 0019 and 0020 to keep them in order of merges on master --- ...volution_fields.py => 0019_add_regional_evolution_fields.py} | 0 ...mondexnumber_pokemon.py => 0020_pokemondexnumber_pokemon.py} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename pokemon_v2/migrations/{0020_add_regional_evolution_fields.py => 0019_add_regional_evolution_fields.py} (100%) rename pokemon_v2/migrations/{0019_pokemondexnumber_pokemon.py => 0020_pokemondexnumber_pokemon.py} (89%) diff --git a/pokemon_v2/migrations/0020_add_regional_evolution_fields.py b/pokemon_v2/migrations/0019_add_regional_evolution_fields.py similarity index 100% rename from pokemon_v2/migrations/0020_add_regional_evolution_fields.py rename to pokemon_v2/migrations/0019_add_regional_evolution_fields.py diff --git a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py b/pokemon_v2/migrations/0020_pokemondexnumber_pokemon.py similarity index 89% rename from pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py rename to pokemon_v2/migrations/0020_pokemondexnumber_pokemon.py index e1f7248d0..d8e8d4807 100644 --- a/pokemon_v2/migrations/0019_pokemondexnumber_pokemon.py +++ b/pokemon_v2/migrations/0020_pokemondexnumber_pokemon.py @@ -5,7 +5,7 @@ class Migration(migrations.Migration): dependencies = [ - ("pokemon_v2", "0018_auto_20250123_1838"), + ("pokemon_v2", "0019_add_regional_evolution_fields"), ] operations = [